diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ed8101077d..4eaab18202c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-11-25 Stephen Eglen <stephen@gnu.org> | ||
| 2 | |||
| 3 | * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer): | ||
| 4 | iswitchb-exit is set to 'usefirst when user selects buffer at head | ||
| 5 | of list using RET. (Selecting buffers at the head of the list was | ||
| 6 | broken if the substring was also a complete buffername.) | ||
| 7 | |||
| 1 | 2003-11-23 Kim F. Storm <storm@cua.dk> | 8 | 2003-11-23 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * progmodes/compile.el (grep-command, grep-use-null-device) | 10 | * progmodes/compile.el (grep-command, grep-use-null-device) |