]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Sun, 30 Apr 2006 23:15:34 +0000 (23:15 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 30 Apr 2006 23:15:34 +0000 (23:15 +0000)
lisp/ChangeLog
man/ChangeLog

index 7cfc9b21c1e31bbbe618f5c2ddc091e9c32d45f2..6341b04d6cf92dc78cc3b2d87b60679752367c24 100644 (file)
@@ -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.
index ff23fe67a1838e137e6a1f13bdfd25817ac988a1..503814019b568998d2b3b30d6553c333bca09186 100644 (file)
@@ -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.