# HG changeset patch # User Richard M. Stallman # Date 1034031063 0 # Node ID 2eb1a25294abd8b695ef32a3e79ad52e791fd14a # Parent d43916bc2d4f9845d9d8716327ee6806b8a4f578 *** empty log message *** diff -r d43916bc2d4f -r 2eb1a25294ab lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 07 22:50:47 2002 +0000 +++ b/lisp/ChangeLog Mon Oct 07 22:51:03 2002 +0000 @@ -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 -r d43916bc2d4f -r 2eb1a25294ab src/ChangeLog --- a/src/ChangeLog Mon Oct 07 22:50:47 2002 +0000 +++ b/src/ChangeLog Mon Oct 07 22:51:03 2002 +0000 @@ -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