changeset 70296:69cfa5d95784

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 30 Apr 2006 23:15:34 +0000
parents da2f6762c09a
children 8b21f8434b0f
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Apr 30 23:10:48 2006 +0000
+++ b/lisp/ChangeLog	Sun Apr 30 23:15:34 2006 +0000
@@ -1,3 +1,9 @@
+2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
+
+	* progmodes/gud.el (gud-def): Add %c case.
+	(gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
+	(gud-format-command): Make match case sensitive.  Match on %F.
+
 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* help-fns.el (describe-variable): Add info about safe local variables.
--- a/man/ChangeLog	Sun Apr 30 23:10:48 2006 +0000
+++ b/man/ChangeLog	Sun Apr 30 23:15:34 2006 +0000
@@ -1,3 +1,8 @@
+2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
+
+	* building.texi (GUD Customization): Describe cases %d and %c.
+	Update description for %e.
+
 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* custom.texi (Examining): Update C-h v output example.