diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cfc9b21c1e..6341b04d6cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-05-01 Nick Roberts + + * 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 * 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 @@ +2006-05-01 Nick Roberts + + * building.texi (GUD Customization): Describe cases %d and %c. + Update description for %e. + 2006-04-29 Dan Nicolaescu * custom.texi (Examining): Update C-h v output example.