diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d386b6b5c6..7437f4aed99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple | ||
| 4 | pages at a time, if we signal the end, we should indeed reach that end. | ||
| 5 | |||
| 6 | 2006-05-08 David Reitter <david.reitter@gmail.com> | ||
| 7 | |||
| 8 | * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages | ||
| 9 | output during execution of the body. | ||
| 10 | |||
| 1 | 2006-05-08 Kim F. Storm <storm@cua.dk> | 11 | 2006-05-08 Kim F. Storm <storm@cua.dk> |
| 2 | 12 | ||
| 3 | * progmodes/grep.el (lgrep, rgrep): Doc fixes. | 13 | * progmodes/grep.el (lgrep, rgrep): Doc fixes. |