aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-03-07 11:00:07 +0000
committerKim F. Storm2005-03-07 11:00:07 +0000
commit2f8cd1ced06ad3d1522e539834f27d1a1f392189 (patch)
tree97dff20f6befbf5ac28a837ded15f0fd48f64213
parent6bf40bf0223741f33380ccaf7d9da0458494f00c (diff)
downloademacs-2f8cd1ced06ad3d1522e539834f27d1a1f392189.tar.gz
emacs-2f8cd1ced06ad3d1522e539834f27d1a1f392189.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 17709d413c5..a11e12305fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-03-07 Kim F. Storm <storm@cua.dk>
2
3 * apropos.el (apropos-print): Omit command from M-x ... RET.
4
12005-03-07 Nick Roberts <nickrob@snap.net.nz> 52005-03-07 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case. 7 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
@@ -37,7 +41,7 @@
37 41
382005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change) 422005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
39 43
40 * progmodes/which-func.el (which-function): 44 * progmodes/which-func.el (which-function):
41 Specify NOERROR when calling imenu--make-index-alist. 45 Specify NOERROR when calling imenu--make-index-alist.
42 46
432005-03-05 Stefan Monnier <monnier@iro.umontreal.ca> 472005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>