aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-07-06 00:06:05 +0000
committerStefan Monnier2004-07-06 00:06:05 +0000
commit6f1df6d9d69af4e3895eebde2a48dd4bdba1832f (patch)
tree78abfb46c87adc0a96f604c7ce9cb9d3eb60b2fc /lisp/ChangeLog
parentfe3b7e35ad6b06267d01a4649d2c512f714a45b2 (diff)
downloademacs-6f1df6d9d69af4e3895eebde2a48dd4bdba1832f.tar.gz
emacs-6f1df6d9d69af4e3895eebde2a48dd4bdba1832f.zip
(query-replace-descr): New fun.
(query-replace-read-from, query-replace-read-args): Default to the last 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
1 files changed, 30 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c3794650c1a..92552debee2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,34 @@
12004-07-05 Stefan <monnier@iro.umontreal.ca>
2
3 * replace.el (query-replace-descr): New fun.
4 (query-replace-read-from, query-replace-read-args): Default to the
5 previous from&to.
6 (query-replace-read-to): Quote the `from' string when displaying it.
7 (query-replace-regexp-eval): Immediately check read-only status.
8 Use query-replace-read-from to get the \n checking.
9 Quote the `from' string when displaying it.
10 (map-query-replace-regexp, occur-read-primary-args):
11 Quote the `from' string when displaying it.
12
13 * isearch.el (isearch-query-replace): Pass the regexp-ness and
14 delimited-ness of the search to query-replace.
15
16 * replace.el (query-replace-read-from, query-replace-read-to):
17 New funs extracted from query-replace-read-args.
18 (query-replace-read-args): Use them.
19
20 * replace.el (query-replace-interactive, query-replace-read-args):
21 Remove the `initial' special value.
22 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
23 (occur-engine): Remove unused var `matchend'.
24
25 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
26 Use the search string without prompting.
27
12004-07-05 Kenichi Handa <handa@m17n.org> 282004-07-05 Kenichi Handa <handa@m17n.org>
2 29
3 * international/mule.el (decode-coding-inserted-region): Set 30 * international/mule.el (decode-coding-inserted-region):
4 last-coding-system-used only when coding is nil. 31 Set last-coding-system-used only when coding is nil.
5 32
62004-07-03 Eli Zaretskii <eliz@gnu.org> 332004-07-03 Eli Zaretskii <eliz@gnu.org>
7 34
@@ -14,8 +41,7 @@
14 41
152004-07-03 KOSEKI Yoshinori <kose@meadowy.org> 422004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16 43
17 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload 44 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
18 cookies.
19 (iimage-mode-image-search-path): New user option to search the 45 (iimage-mode-image-search-path): New user option to search the
20 image file. 46 image file.
21 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not 47 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not