diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14fecfda1f8..10041631a55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-10-07 Richard M. Stallman + + * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. + + * progmodes/compile.el (grep-compute-defaults): Set the standard-value + properties of the variables being initialized. + + * thingatpt.el (thing-at-point-url-path-regexp): Doc fix. + 2002-10-07 Kim F. Storm * 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 @@ +2002-10-07 Richard M. Stallman + + * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5. + 2002-10-06 Andrew Choi * macmenu.c (mac_menu_show): Add j to count menu items; match