comparison 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
comparison
equal deleted inserted replaced
83170:952f7cc8274d 83171:09bbf2fc80da
1 2004-07-08 Steven Tamm <steventamm@mac.com>
2
3 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5 Do not treat double clicks and triple clicks specially in the
6 scroll bar (preventing strange repositioning problems)
7
8 2004-07-06 Stefan <monnier@iro.umontreal.ca>
9
10 * replace.el (query-replace-regexp-eval): Fix last change.
11
12 2004-07-05 Stefan <monnier@iro.umontreal.ca>
13
14 * replace.el (query-replace-descr): New fun.
15 (query-replace-read-from, query-replace-read-args): Default to the
16 previous from&to.
17 (query-replace-read-to): Quote the `from' string when displaying it.
18 (query-replace-regexp-eval): Immediately check read-only status.
19 Use query-replace-read-from to get the \n checking.
20 Quote the `from' string when displaying it.
21 (map-query-replace-regexp, occur-read-primary-args):
22 Quote the `from' string when displaying it.
23
24 * isearch.el (isearch-query-replace): Pass the regexp-ness and
25 delimited-ness of the search to query-replace.
26
27 * replace.el (query-replace-read-from, query-replace-read-to):
28 New funs extracted from query-replace-read-args.
29 (query-replace-read-args): Use them.
30
31 * replace.el (query-replace-interactive, query-replace-read-args):
32 Remove the `initial' special value.
33 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
34 (occur-engine): Remove unused var `matchend'.
35
36 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
37 Use the search string without prompting.
38
39 2004-07-05 Kenichi Handa <handa@m17n.org>
40
41 * international/mule.el (decode-coding-inserted-region):
42 Set last-coding-system-used only when coding is nil.
43
1 2004-07-03 Eli Zaretskii <eliz@gnu.org> 44 2004-07-03 Eli Zaretskii <eliz@gnu.org>
2 45
3 * progmodes/grep.el (grep-compute-defaults, grep-command) 46 * progmodes/grep.el (grep-compute-defaults, grep-command)
4 (grep-program, find-program, grep-find-use-xargs, grep-history) 47 (grep-program, find-program, grep-find-use-xargs, grep-history)
5 (grep-find-history, grep-tag-default, grep-find-command) 48 (grep-find-history, grep-tag-default, grep-find-command)
7 Add autoload cookies, for unbundled packages that load `compile' 50 Add autoload cookies, for unbundled packages that load `compile'
8 and expect all grep-related symbols to become defined. 51 and expect all grep-related symbols to become defined.
9 52
10 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org> 53 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
11 54
12 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload 55 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13 cookies.
14 (iimage-mode-image-search-path): New user option to search the 56 (iimage-mode-image-search-path): New user option to search the
15 image file. 57 image file.
16 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not 58 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
17 have locate-file. 59 have locate-file.
18 (iimage-mode-buffer): Use it. 60 (iimage-mode-buffer): Use it.