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: Tue, 06 Jul 2004 07:03:27 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.57 emacs/lisp/ChangeLog:1.3986.2.58
*** emacs/lisp/ChangeLog:1.3986.2.57    Tue Jul  6 10:14:24 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 10:17:14 2004
***************
*** 1,3 ****
--- 1,84 ----
+ 2004-06-20  Richard M. Stallman  <address@hidden>
+ 
+       * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
+ 
+       * isearch.el (isearch-repeat): Avoid testing old match data.
+       (isearch-message): Display trailing space in special font
+       when search is failing.
+       (isearch-search-fun-function): Doc fix.
+ 
+       * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
+ 
+ 2004-06-19  Luc Teirlinck  <address@hidden>
+ 
+       * frame.el (show-trailing-whitespace): Doc fix.
+ 
+       * cus-edit.el (custom-variable-documentation): New function.
+       (custom-variable): Use it.
+ 
+ 2004-06-19  Nick Roberts  <address@hidden>
+ 
+       * man.el (Man-getpage-in-background): Revert previous change but
+       make cygwin a special case.
+ 
+ 2004-06-18  Luc Teirlinck  <address@hidden>
+ 
+       * autorevert.el (global-auto-revert-non-file-buffers): Update
+       docstring.
+ 
+ 2004-06-19  Daniel Pfeiffer  <address@hidden>
+ 
+       * progmodes/compile.el (compilation-error-properties): Store one
+       more than end-col, if present, so that transient-mark-mode will
+       highlight last char too.
+       * progmodes/grep.el (grep-regexp-alist): Match columns and column
+       ranges, if present.
+ 
+ 2004-06-18  Jason Rumney  <address@hidden>
+ 
+       * makefile.w32-in: Double percent signs in for loops.
+ 
+ 2004-06-17  David Kastrup  <address@hidden>
+ 
+       * replace.el (query-replace-read-args): Only warn about use of \n
+       and \t when we are doing a regexp replacement and the actual
+       escaped character is n or t.
+       (query-replace-regexp): Add \, and \# interpretation to
+       interactive call and document it.
+       (query-replace-regexp-eval, replace-match-string-symbols): add \#
+       as shortkey for replace-count.
+       (replace-quote): New function for doubling backslashes.
+ 
+ 2004-06-17  Juanma Barranquero  <address@hidden>
+ 
+       * files.el (parse-colon-path, cd): Mention in docstring that the
+       path separator is colon in GNU-like systems.
+ 
+       * newcomment.el (comment-region-internal): Fix docstring.
+ 
+       * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
+       (ewoc-invalidate, ewoc-collect): Doc fixes.
+       (ewoc--create-node, ewoc--delete-node-internal):
+       Fix typos in docstring.
+ 
+ 2004-06-15  Luc Teirlinck  <address@hidden>
+ 
+       * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
+       manual to docstring.
+ 
+ 2004-06-15  Vinicius Jose Latorre  <address@hidden>
+ 
+       * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
+ 
+ 2004-06-15  Luc Teirlinck  <address@hidden>
+ 
+       * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
+       Add hyperlink to emacs-xtra manual to docstring.
+ 
+       * autorevert.el (global-auto-revert-non-file-buffers): Add
+       hyperlink to emacs-xtra manual to docstring, as well as an
+       info-link.
+ 
  2004-06-14  Juanma Barranquero  <address@hidden>
  
        * image.el (image-library-alist): New variable to map image types




reply via email to

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