aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-25 21:29:24 +0000
committerNick Roberts2005-05-25 21:29:24 +0000
commit04c71a269073f4773214995b3f33cb193afe1f60 (patch)
tree7f71c455b9a59bfa82aec422c1a66a6d64653377
parent17c5c21955ea18dcb6af9108ee8ed6c9152e2cd2 (diff)
downloademacs-04c71a269073f4773214995b3f33cb193afe1f60.tar.gz
emacs-04c71a269073f4773214995b3f33cb193afe1f60.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ba2a1870e44..4ccd0626318 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12005-05-26 Nick Roberts <nickrob@snap.net.nz>
2
3 * log-edit.el (log-edit-changelog-entries): Distinguish between
4 filenames like xfns.c and fns.c.
5 Coded by Stefan Monnier <monnier@iro.umontreal.ca>.
6
12005-05-25 Luc Teirlinck <teirllm@auburn.edu> 72005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2 8
3 * buff-menu.el (Buffer-menu-revert-function): Improve handling of 9 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
@@ -41,7 +47,7 @@
412005-05-24 Nick Roberts <nickrob@snap.net.nz> 472005-05-24 Nick Roberts <nickrob@snap.net.nz>
42 48
43 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map): 49 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
44 Bind gdb-inferior-io-eof to C-d. 50 Bind C-d to gdb-inferior-io-eof.
45 51
46 * dired.el (dired-dnd-popup-notice): Use message-box. 52 * dired.el (dired-dnd-popup-notice): Use message-box.
47 53