diff options
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14fecfda1f8..10041631a55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-10-07 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. | ||
| 4 | |||
| 5 | * progmodes/compile.el (grep-compute-defaults): Set the standard-value | ||
| 6 | properties of the variables being initialized. | ||
| 7 | |||
| 8 | * thingatpt.el (thing-at-point-url-path-regexp): Doc fix. | ||
| 9 | |||
| 1 | 2002-10-07 Kim F. Storm <storm@cua.dk> | 10 | 2002-10-07 Kim F. Storm <storm@cua.dk> |
| 2 | 11 | ||
| 3 | * emulation/cua-base.el (cua-normal-cursor-color): Fixed | 12 | * emulation/cua-base.el (cua-normal-cursor-color): Fixed |
diff --git a/src/ChangeLog b/src/ChangeLog index b336f3b3413..8b435df1930 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-10-07 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5. | ||
| 4 | |||
| 1 | 2002-10-06 Andrew Choi <akochoi@shaw.ca> | 5 | 2002-10-06 Andrew Choi <akochoi@shaw.ca> |
| 2 | 6 | ||
| 3 | * macmenu.c (mac_menu_show): Add j to count menu items; match | 7 | * macmenu.c (mac_menu_show): Add j to count menu items; match |