Mercurial > emacs
diff lisp/ChangeLog @ 83171:09bbf2fc80da
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-439
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-440
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-441
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-442
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-443
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-444
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-445
Tweak permissions
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-446
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-211
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Sat, 10 Jul 2004 14:37:36 +0000 |
| parents | 243c49e23626 493a379b41a6 |
| children | d5674d957cdc |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 05 01:15:41 2004 +0000 +++ b/lisp/ChangeLog Sat Jul 10 14:37:36 2004 +0000 @@ -1,3 +1,46 @@ +2004-07-08 Steven Tamm <steventamm@mac.com> + + * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down) + (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line): + Do not treat double clicks and triple clicks specially in the + scroll bar (preventing strange repositioning problems) + +2004-07-06 Stefan <monnier@iro.umontreal.ca> + + * replace.el (query-replace-regexp-eval): Fix last change. + +2004-07-05 Stefan <monnier@iro.umontreal.ca> + + * 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 <handa@m17n.org> + + * international/mule.el (decode-coding-inserted-region): + Set last-coding-system-used only when coding is nil. + 2004-07-03 Eli Zaretskii <eliz@gnu.org> * progmodes/grep.el (grep-compute-defaults, grep-command) @@ -9,8 +52,7 @@ 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org> - * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload - cookies. + * 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
