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


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 24 Jun 2004 06:26:29 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6193 emacs/lisp/ChangeLog:1.6194
*** emacs/lisp/ChangeLog:1.6193 Wed Jun 23 23:11:23 2004
--- emacs/lisp/ChangeLog        Thu Jun 24 10:26:24 2004
***************
*** 1,3 ****
--- 1,20 ----
+ 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.




reply via email to

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