emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Wed, 15 Sep 2004 20:42:56 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.73 emacs/lisp/ChangeLog:1.3986.2.74
*** emacs/lisp/ChangeLog:1.3986.2.73    Sat Sep  4 09:28:12 2004
--- emacs/lisp/ChangeLog        Thu Sep 16 00:12:20 2004
***************
*** 1,3 ****
--- 1,186 ----
+ 2004-09-08  Stefan  <address@hidden>
+ 
+       * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
+ 
+ 2004-09-08  Juri Linkov  <address@hidden>
+ 
+       * replace.el (perform-replace): Use `query-replace-descr'.
+ 
+       * cus-start.el (history-delete-duplicates): Specify customization.
+ 
+       * diff-mode.el (diff-mode-map):
+       * progmodes/compile.el (compilation-mode-map):
+       * progmodes/grep.el (grep-mode-map):
+       * replace.el (occur-mode-map): Rename `next-error-follow-mode'
+       to `next-error-follow-minor-mode'.
+ 
+ 2004-09-08  YAMAMOTO Mitsuharu  <address@hidden>
+ 
+       * isearch.el (isearch-lazy-highlight-update): Take into account
+       the case of zero-length match at the search bound.
+ 
+ 2004-09-08  Kim F. Storm  <address@hidden>
+ 
+       * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
+       change.  Use zero width overlays when necessary.
+ 
+ 2004-09-08  Thien-Thi Nguyen  <address@hidden>
+ 
+       * subr.el (split-string): Docfix.
+ 
+ 2004-09-08  Thien-Thi Nguyen  <address@hidden>
+ 
+       * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
+       (display-call-tree): Ensure newline after caller/calls blocks.
+ 
+ 2004-09-08  Thien-Thi Nguyen  <address@hidden>
+ 
+       * startup.el (command-line-1): Make option
+       --directory/-L modify `load-path' straight away.
+ 
+ 2004-09-08  Thien-Thi Nguyen  <address@hidden>
+ 
+       * progmodes/grep.el (grep-mode): Use normal autoload cookie.
+ 
+ 2004-09-08  Thien-Thi Nguyen  <address@hidden>
+ 
+       * emacs-lisp/autoload.el (make-autoload):
+       Handle `define-compilation-mode'.
+ 
+       * emacs-lisp/lisp-mode.el (define-compilation-mode):
+       Specify `doc-string-elt' property.
+ 
+ 2004-09-08  Thien-Thi Nguyen  <address@hidden>
+ 
+       * bs.el (bs-mode): Doc fix.
+ 
+ 2004-09-08  Thien-Thi Nguyen  <address@hidden>
+ 
+       * info.el (Info-insert-dir): Fix temp buffer leak bug.
+ 
+ 2004-09-08  Thien-Thi Nguyen  <address@hidden>
+ 
+       * play/blackbox.el (bb-trace-ray): Avoid double tracing.
+ 
+ 2004-09-08  Kenichi Handa  <address@hidden>
+ 
+       * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
+       length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
+       ps-mule-next-point -> 1+).
+ 
+       * composite.el (encode-composition-rule): Add autoload cooky.
+ 
+ 2004-09-07  Luc Teirlinck  <address@hidden>
+ 
+       * format.el (buffer-auto-save-file-format): Make it permanent local.
+ 
+ 2004-09-07  Kim F. Storm  <address@hidden>
+ 
+       * emacs-lisp/authors.el (authors-aliases): Add more aliases.
+       (authors-fixed-entries): Fix typo.
+       (authors-canonical-author-name): Compact multiple spaces.
+       Ignore trivial names (e.g. only first name).
+ 
+       * term.el (term-window-width): Only use full window width on
+       window system if overflow-newline-into-fringe is enabled.
+       (term-mode): Don't disable overflow-newline-into-fringe.
+ 
+ 2004-09-07  Stefan  <address@hidden>
+ 
+       * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
+       motion as seen on my Mac OS X xterms.
+ 
+       * newcomment.el (uncomment-region-default, comment-region-default):
+       New functions extracted from uncomment-region and comment-region.
+       (comment-region, comment-region-function, uncomment-region)
+       (uncomment-region-function): Use them.
+ 
+       * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
+ 
+       * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
+       It's not crucial but can make sense at times.
+ 
+       * vc-arch.el (vc-arch-workfile-version): Handle the special case before
+       the first commit.
+ 
+       * vc.el (vc-buffer-context, vc-restore-buffer-context):
+       Disable obsolete code.
+ 
+ 2004-09-07  Juri Linkov  <address@hidden>
+ 
+       * progmodes/grep.el (grep-highlight-matches): Change default from
+       `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
+       (grep-compute-defaults): Set `grep-highlight-matches' to `t'
+       if grep option `--color' is available, or to `nil' otherwise.
+       (grep-process-setup): Call `grep-compute-defaults' if
+       `grep-highlight-matches' is not computed.  Set env-vars only
+       if `grep-highlight-matches' is `t'.
+       (grep-use-null-device): Remove redundant type `boolean' (`choice'
+       is already defined).
+ 
+       * progmodes/compile.el (compilation-start): Use copy of
+       `process-environment' created by `copy-sequence' to not
+       modify env-vars in the global `process-environment'.
+ 
+ 2004-09-06  Eli Zaretskii  <address@hidden>
+ 
+       * simple.el (next-error-follow-minor-mode): Fix last change.
+ 
+ 2004-09-05  Luc Teirlinck  <address@hidden>
+ 
+       * textmodes/paragraphs.el (use-hard-newlines): Make it into a
+       permanent local.
+ 
+ 2004-09-04  Richard M. Stallman  <address@hidden>
+ 
+       * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
+       highlighting if the search string is empty.
+ 
+ 2004-09-04  Luc Teirlinck  <address@hidden>
+ 
+       * facemenu.el (facemenu-active-faces): Change condition of inner
+       `while' loop to also check the first two elements of `face-atts'
+       and `mask-atts'.
+ 
+ 2004-09-04  John Paul Wallington  <address@hidden>
+ 
+       * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
+       (thumbs-view-image-mode): Make buffer read-only.
+ 
+ 2004-09-04  Christopher J. Madsen  <address@hidden>
+ 
+       * textmodes/ispell.el (ispell-really-aspell): New defvar.
+       (ispell-check-version): Set it.
+       (ispell-send-replacement): New function.
+       (ispell-process-line): Call ispell-send-replacement.
+ 
+ 2004-09-04  Matt Hodges  <address@hidden>  (tiny change)
+ 
+       * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
+       Support choosing seconds with "s".
+ 
+ 2004-09-04  Jari Aalto  <address@hidden>
+ 
+       * terminal.el (te-escape): Show `?' in prompt for help key.
+ 
+ 2004-09-04  Emilio C. Lopes <address@hidden>
+ 
+       * emacs-lisp/lisp.el (kill-backward-up-list): New function.
+ 
+ 2004-09-04  Dan Nicolaescu  <address@hidden>
+ 
+       * simple.el (next-error-follow-minor-mode)
+       (next-error-follow-mode-post-command-hook): New functions.
+       (next-error-follow-last-line): New defvar.
+ 
+       * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
+       * progmodes/compile.el (compilation-mode-map): Likewise.
+       * progmodes/grep.el (grep-mode-map): Likewise.
+       * replace.el (occur-mode-map): Likewise.
+ 
+       * newcomment.el (uncomment-region): Bind comment-use-global-state
+       to nil.
+ 
  2004-09-03  Luc Teirlinck  <address@hidden>
  
        * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
***************
*** 754,759 ****
--- 937,952 ----
        * ps-print.el (ps-begin-file): Improve the DSC compliance of the
        generated PostScript.
  
+ 2004-08-17  Reiner Steib  <address@hidden>
+ 
+       * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
+       with Gnus v5_10 branch.)
+ 
+ 2004-08-16  Reiner Steib  <address@hidden>
+ 
+       * calendar/time-date.el (time-to-number-of-days): New function.
+       Imported from from Gnus.
+ 
  2004-07-22  Kim F. Storm  <address@hidden>
  
        * progmodes/make-mode.el: Fix comments.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]