diff options
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98838ca6fb8..e2abb81da7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2002-05-15 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/easymenu.el (easy-menu-make-symbol): | ||
| 4 | Don't treat (lambda () ...) as an expression. | ||
| 5 | |||
| 1 | 2002-05-15 John Paul Wallington <jpw@shootybangbang.com> | 6 | 2002-05-15 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | 7 | ||
| 3 | * replace.el (occur-read-primary-args): Handle a bare 'C-u' | 8 | * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly. |
| 4 | correctly. | ||
| 5 | 9 | ||
| 6 | 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il> | 10 | 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 7 | 11 | ||
| @@ -20,7 +24,7 @@ | |||
| 20 | 24 | ||
| 21 | 2002-05-14 Kim F. Storm <storm@cua.dk> | 25 | 2002-05-14 Kim F. Storm <storm@cua.dk> |
| 22 | 26 | ||
| 23 | * emulation/cua-rect.el (cua--rectangle-operation): | 27 | * emulation/cua-rect.el (cua--rectangle-operation): |
| 24 | Don't highlight empty lines in rectangles. | 28 | Don't highlight empty lines in rectangles. |
| 25 | 29 | ||
| 26 | * emulation/keypad.el: Improved commentary. | 30 | * emulation/keypad.el: Improved commentary. |
diff --git a/src/ChangeLog b/src/ChangeLog index 3fc7ca5c1ba..51589cfd189 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-05-15 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more | ||
| 4 | meaningful test. | ||
| 5 | (read_char_minibuf_menu_prompt): Fix typo. | ||
| 6 | |||
| 1 | 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * eval.c (Fcommandp): Doc fix. | 9 | * eval.c (Fcommandp): Doc fix. |