diff options
| author | Karoly Lorentey | 2005-04-19 13:33:31 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-04-19 13:33:31 +0000 |
| commit | 8d6f9bce72ee94ed6c297b79a181eac3f5beca74 (patch) | |
| tree | 36cf3b6a5923171e371f9236eab36ad7de742b48 /lisp/ChangeLog | |
| parent | 774a8da14bb2520b6adad223ab13f0b64f002872 (diff) | |
| parent | cd01ded928a8d082b9dbed6e9747c3d31b337b71 (diff) | |
| download | emacs-8d6f9bce72ee94ed6c297b79a181eac3f5beca74.tar.gz emacs-8d6f9bce72ee94ed6c297b79a181eac3f5beca74.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-266
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-267
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-66
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-330
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b97c774aaa..4d8e8c6dd52 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * isearch.el (isearch-edit-string): Make the search-ring available for | ||
| 4 | minibuffer history commands. | ||
| 5 | (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, | ||
| 6 | the default history commands now work just as well. | ||
| 7 | (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove. | ||
| 8 | |||
| 9 | 2005-04-18 Kim F. Storm <storm@cua.dk> | ||
| 10 | |||
| 11 | * emulation/cua-base.el (cua--pre-command-handler): Add more | ||
| 12 | elaborate check for shift modifier on non-window systems. | ||
| 13 | |||
| 14 | 2005-04-18 Lars Hansen <larsh@math.ku.dk> | ||
| 15 | |||
| 16 | * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'. | ||
| 17 | |||
| 18 | 2005-04-18 Kim F. Storm <storm@cua.dk> | ||
| 19 | |||
| 20 | * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA | ||
| 21 | and make it optional. Don't test tooltip-gud-echo-area here. | ||
| 22 | (tooltip-gud-process-output, gdb-tooltip-print): | ||
| 23 | Pass tooltip-gud-echo-area to tooltip-show. | ||
| 24 | (tooltip-help-tips): Remove second optional arg to tooltip-show. | ||
| 25 | |||
| 26 | 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 27 | |||
| 28 | * tooltip.el (tooltip-mode): `emacs-quick-startup' and | ||
| 29 | `display-graphic-p' may not be bound yet. | ||
| 30 | |||
| 1 | 2005-04-17 Luc Teirlinck <teirllm@auburn.edu> | 31 | 2005-04-17 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 32 | ||
| 3 | * startup.el (command-line): No longer enable Xterm Mouse mode by | 33 | * startup.el (command-line): No longer enable Xterm Mouse mode by |