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:02:25 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.58 emacs/lisp/ChangeLog:1.3986.2.59
*** emacs/lisp/ChangeLog:1.3986.2.58    Tue Jul  6 10:17:14 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 10:20:14 2004
***************
*** 1,103 ****
- 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
-       to external libraries.  Initialized to nil, unless system-specific
-       configs change it.
-       (image-type-available-p): Determine whether an image type is
-       available by calling `init-image-library'.
- 
-       * term/w32-win.el (image-library-alist): Initialize to a known set
-       of probable library names.
- 
- 2004-06-14  Kenichi Handa  <address@hidden>
- 
-       * international/code-pages.el (windows-1256, cp1125): Fix tables
-       for several characters.
- 
-       * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous
-       change.
- 
  2004-04-29  Miles Bader  <address@hidden>
  
        * emacs-lisp/bytecomp.el (byte-compile-top-level): Add new entries
--- 1,3 ----
***************
*** 330,335 ****
--- 230,363 ----
        * subr.el (functionp): Function removed (now a subr).
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
+ 2004-06-24  Daniel Pfeiffer  <address@hidden>
+ 
+       * progmodes/grep.el (grep-error-screen-columns): New variable.
+       (grep-regexp-alist): Give it the full functionality of gnu style
+       compilation messages with line and column ranges.  Ask me for the
+       perl script I'm working on, that uses these.
+ 
+ 2004-06-23  Nick Roberts  <address@hidden>
+ 
+       * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
+       Remove.
+       (comint-insert-input, comint-mouse-insert-input): New functions
+       based on comint-insert-clicked-input for two bindings but just
+       one functionality.
+ 
+ 2004-06-23  Luc Teirlinck  <address@hidden>
+ 
+       * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
+ 
+ 2004-06-23  Lars Hansen  <address@hidden>
+ 
+       * files.el (write-contents-functions): Doc fix.
+ 
+ 2004-06-21  Juanma Barranquero  <address@hidden>
+ 
+       * image.el (image-library-alist): Rewrite docstring in active
+       voice.
+ 
+ 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
+       to external libraries.  Initialized to nil, unless system-specific
+       configs change it.
+       (image-type-available-p): Determine whether an image type is
+       available by calling `init-image-library'.
+ 
+       * term/w32-win.el (image-library-alist): Initialize to a known set
+       of probable library names.
+ 
+ 2004-06-14  Kenichi Handa  <address@hidden>
+ 
+       * international/code-pages.el (windows-1256, cp1125): Fix tables
+       for several characters.
+ 
+       * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous
+       change.
+ 
  2004-06-13  Richard M. Stallman  <address@hidden>
  
        * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.




reply via email to

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