diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1fe4d6a8a5..2a402f88c01 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-03 Nick Roberts + + * progmodes/gdb-ui.el (gud-watch): Let user select an expression. + (menu): Fix typo. + 2006-05-02 Miles Bader * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t. @@ -82,7 +87,7 @@ 2006-05-01 Nick Roberts * progmodes/gud.el (gud-def): Add %c case. - (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily. + (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily. (gud-format-command): Make match case sensitive. Match on %F. 2006-04-30 Glenn Morris