# HG changeset patch # User Kim F. Storm # Date 1110193207 0 # Node ID 29c6b4b182a3b73a008386ac1d4c001ef8e3bcd3 # Parent 335c6a2f0c12c35d5032dec7b9ef3d95dc60588c *** empty log message *** diff -r 335c6a2f0c12 -r 29c6b4b182a3 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 07 10:49:51 2005 +0000 +++ b/lisp/ChangeLog Mon Mar 07 11:00:07 2005 +0000 @@ -1,3 +1,7 @@ +2005-03-07 Kim F. Storm + + * apropos.el (apropos-print): Omit command from M-x ... RET. + 2005-03-07 Nick Roberts * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case. @@ -37,7 +41,7 @@ 2005-03-03 Stephan Stahl (tiny change) - * progmodes/which-func.el (which-function): + * progmodes/which-func.el (which-function): Specify NOERROR when calling imenu--make-index-alist. 2005-03-05 Stefan Monnier