From: Richard M. Stallman Date: Mon, 7 Oct 2002 22:51:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12911 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d46d6da26dec27e033459c55902c8ee8d5e1d43;p=emacs.git *** empty log message *** --- 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