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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [emacs-unicode-2]
Date: Tue, 29 Jun 2004 13:25:42 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5326.2.4 emacs/lisp/ChangeLog:1.5326.2.5
*** emacs/lisp/ChangeLog:1.5326.2.4     Mon Jun 28 07:28:23 2004
--- emacs/lisp/ChangeLog        Tue Jun 29 16:44:24 2004
***************
*** 1,3 ****
--- 1,112 ----
+ 2004-06-29  Kim F. Storm  <address@hidden>
+ 
+       * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
+       (breakpoint-disabled-bitmap-face): Add :group 'gud.
+ 
+       * progmodes/ada-xref.el (ada-tight-gvd-integration):
+       Add :group 'ada.
+ 
+       * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
+ 
+ 2004-06-29  Juri Linkov  <address@hidden>
+ 
+       * replace.el (query-replace-read-args): Swallow a space after
+       everything except )]" which in most cases means after a symbol.
+ 
+       * emacs-lisp/pp.el (pp-buffer): Add autoload.
+ 
+ 2004-06-26  David Kastrup  <address@hidden>
+ 
+       * replace.el (perform-replace): Highlight the match even in
+       non-query mode if there is potential replace string editing.
+ 
+ 2004-06-26  Kai Grossjohann  <address@hidden>
+ 
+       * net/tramp.el (tramp-handle-file-remote-p): New implementation to
+       agree with new return value of `file-remote-p'.
+       This syncs with Tramp 2.0.42.
+ 
+       * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
+       according to new documentation of `file-remote-p'.
+ 
+       * files.el (file-remote-p): Fix doc to say that return value is
+       identification of remote system, if not nil.
+       (file-relative-name): Use new return value of `file-remote-p'.
+ 
+ 2004-06-26  Nick Roberts  <address@hidden>
+ 
+       * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
+       (gdb-goto-breakpoint): Fix breakage.
+ 
+ 2004-06-26  Eli Zaretskii  <address@hidden>
+ 
+       * man.el (Man-getpage-in-background): Add windows-nt to the list
+       of systems where shell-file-name should be used instead of
+       literal "sh".
+ 
+ 2004-06-25  Sam Steingold  <address@hidden>
+ 
+       * add-log.el (change-log-font-lock-keywords): Support Common Lisp
+       function names `(setf symbol)'.
+ 
+ 2004-06-24  Richard M. Stallman  <address@hidden>
+ 
+       * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
+ 
+       * font-lock.el (font-lock-keywords): Change format of compiled values.
+       Document it.
+       (font-lock-add-keywords): If font-lock-keywords is compiled,
+       extract the uncompiled version, modify, then recompile.
+       (font-lock-remove-keywords): Likewise.
+       (font-lock-fontify-keywords-region): Handle changed format.
+       (font-lock-compile-keywords): Handle changed format.
+       (font-lock-set-defaults): Compile the keywords explicitly here.
+ 
+ 2004-06-24  David Kastrup  <address@hidden>
+ 
+       * replace.el (query-replace-read-args): Implement `\,' and `\#'
+       replacements here.
+       (query-replace-regexp): Doc string explaining this and the new
+       `\?' replacement.  Remove `\,' and `\#' implementation here, as it
+       is better placed in `query-replace-read-args'.
+       (replace-regexp): Explain `\,', `\#' and `\?'.
+       (replace-match-data): New function for thorough reuse/destruction
+       of old match-data.
+       (replace-match-maybe-edit): Function for implementing `\?'
+       editing.
+       (perform-replace): Fix maintaining of the match stack including
+       already matched regions, implement `\?', fix various problems
+       with regions while editing and other stuff.
+       (replace-highlight): Simplified.
+ 
+ 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'.




reply via email to

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