diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e61a8894780..665db043fd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,12 +1,25 @@ | |||
| 1 | 2002-11-07 Juanma Barranquero <lektu@terra.es> | 1 | 2002-11-07 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 2 | ||
| 3 | * help.el (where-is): Repport also aliases of the passed command. | 3 | * mail/sendmail.el (mail-default-directory): Set the version to |
| 4 | 21.4. | ||
| 4 | 5 | ||
| 5 | 2002-11-07 Markus Rost <rost@math.ohio-state.edu> | 6 | * progmodes/compile.el (grep-compute-defaults): Undo previous |
| 7 | change. Definition moved down. | ||
| 8 | (grep-command, grep-find-command, grep-tree-command): Allow value | ||
| 9 | nil. Do not declare :get property. | ||
| 10 | (grep-use-null-device): Doc fix. Fix type. Do not declare :get | ||
| 11 | property. | ||
| 12 | |||
| 13 | * emacs-lisp/checkdoc.el (checkdoc-find-error): Use | ||
| 14 | get-file-buffer instead of get-buffer. | ||
| 6 | 15 | ||
| 7 | * cus-dep.el (custom-make-dependencies): Fix comment inserted in | 16 | * cus-dep.el (custom-make-dependencies): Fix comment inserted in |
| 8 | cus-load.el. | 17 | cus-load.el. |
| 9 | 18 | ||
| 19 | 2002-11-07 Juanma Barranquero <lektu@terra.es> | ||
| 20 | |||
| 21 | * help.el (where-is): Report also aliases of the passed command. | ||
| 22 | |||
| 10 | 2002-11-06 Dave Love <fx@gnu.org> | 23 | 2002-11-06 Dave Love <fx@gnu.org> |
| 11 | 24 | ||
| 12 | * simple.el (quoted-insert): Bind keyboard-translate-table around | 25 | * simple.el (quoted-insert): Bind keyboard-translate-table around |