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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 05 Jul 2004 20:09:24 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6214 emacs/lisp/ChangeLog:1.6215
*** emacs/lisp/ChangeLog:1.6214 Sun Jul  4 23:41:41 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 00:06:05 2004
***************
*** 1,7 ****
  2004-07-05  Kenichi Handa  <address@hidden>
  
!       * international/mule.el (decode-coding-inserted-region): Set
!       last-coding-system-used only when coding is nil.
  
  2004-07-03  Eli Zaretskii  <address@hidden>
  
--- 1,34 ----
+ 2004-07-05  Stefan  <address@hidden>
+ 
+       * replace.el (query-replace-descr): New fun.
+       (query-replace-read-from, query-replace-read-args): Default to the
+       previous from&to.
+       (query-replace-read-to): Quote the `from' string when displaying it.
+       (query-replace-regexp-eval): Immediately check read-only status.
+       Use query-replace-read-from to get the \n checking.
+       Quote the `from' string when displaying it.
+       (map-query-replace-regexp, occur-read-primary-args):
+       Quote the `from' string when displaying it.
+ 
+       * isearch.el (isearch-query-replace): Pass the regexp-ness and
+       delimited-ness of the search to query-replace.
+ 
+       * replace.el (query-replace-read-from, query-replace-read-to):
+       New funs extracted from query-replace-read-args.
+       (query-replace-read-args): Use them.
+ 
+       * replace.el (query-replace-interactive, query-replace-read-args):
+       Remove the `initial' special value.
+       (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
+       (occur-engine): Remove unused var `matchend'.
+ 
+       * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
+       Use the search string without prompting.
+ 
  2004-07-05  Kenichi Handa  <address@hidden>
  
!       * international/mule.el (decode-coding-inserted-region):
!       Set last-coding-system-used only when coding is nil.
  
  2004-07-03  Eli Zaretskii  <address@hidden>
  
***************
*** 14,21 ****
  
  2004-07-03  KOSEKI Yoshinori  <address@hidden>
  
!       * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload
!       cookies.
        (iimage-mode-image-search-path): New user option to search the
        image file.
        (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
--- 41,47 ----
  
  2004-07-03  KOSEKI Yoshinori  <address@hidden>
  
!       * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
        (iimage-mode-image-search-path): New user option to search the
        image file.
        (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not




reply via email to

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