aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-04-30 23:15:34 +0000
committerNick Roberts2006-04-30 23:15:34 +0000
commit2c3981da7c5cdaa1d52c79d348fa1b13bbde1c2e (patch)
tree3f3d018c1ba0a4d643b8c73f16bd1946425c5154
parent1a2416ede302cdcf126c9876bdac5f4ae31fb223 (diff)
downloademacs-2c3981da7c5cdaa1d52c79d348fa1b13bbde1c2e.tar.gz
emacs-2c3981da7c5cdaa1d52c79d348fa1b13bbde1c2e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--man/ChangeLog5
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7cfc9b21c1e..6341b04d6cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-05-01 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gud.el (gud-def): Add %c case.
4 (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
5 (gud-format-command): Make match case sensitive. Match on %F.
6
12006-04-29 Dan Nicolaescu <dann@ics.uci.edu> 72006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * help-fns.el (describe-variable): Add info about safe local variables. 9 * help-fns.el (describe-variable): Add info about safe local variables.
diff --git a/man/ChangeLog b/man/ChangeLog
index ff23fe67a18..503814019b5 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-05-01 Nick Roberts <nickrob@snap.net.nz>
2
3 * building.texi (GUD Customization): Describe cases %d and %c.
4 Update description for %e.
5
12006-04-29 Dan Nicolaescu <dann@ics.uci.edu> 62006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * custom.texi (Examining): Update C-h v output example. 8 * custom.texi (Examining): Update C-h v output example.