aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-05-03 00:16:17 +0000
committerNick Roberts2006-05-03 00:16:17 +0000
commitcea3f866ce0df44b5a3ff04be3cf7fe09b9e7364 (patch)
tree246ada276a4fb8195d3cdaaa37ac43f00c8a6f6a
parentbc16bf5eb3098c6a26e3355a44e910efebfe67bf (diff)
downloademacs-cea3f866ce0df44b5a3ff04be3cf7fe09b9e7364.tar.gz
emacs-cea3f866ce0df44b5a3ff04be3cf7fe09b9e7364.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c1fe4d6a8a5..2a402f88c01 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-05-03 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4 (menu): Fix typo.
5
12006-05-02 Miles Bader <miles@gnu.org> 62006-05-02 Miles Bader <miles@gnu.org>
2 7
3 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t. 8 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
@@ -82,7 +87,7 @@
822006-05-01 Nick Roberts <nickrob@snap.net.nz> 872006-05-01 Nick Roberts <nickrob@snap.net.nz>
83 88
84 * progmodes/gud.el (gud-def): Add %c case. 89 * progmodes/gud.el (gud-def): Add %c case.
85 (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily. 90 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
86 (gud-format-command): Make match case sensitive. Match on %F. 91 (gud-format-command): Make match case sensitive. Match on %F.
87 92
882006-04-30 Glenn Morris <rgm@gnu.org> 932006-04-30 Glenn Morris <rgm@gnu.org>