Mercurial > emacs
changeset 70350:b78699e9fbbd
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 03 May 2006 00:16:17 +0000 |
parents | 71e8fc4fc523 |
children | 8e55901472d6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 02 23:14:55 2006 +0000 +++ b/lisp/ChangeLog Wed May 03 00:16:17 2006 +0000 @@ -1,3 +1,8 @@ +2006-05-03 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gud-watch): Let user select an expression. + (menu): Fix typo. + 2006-05-02 Miles Bader <miles@gnu.org> * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t. @@ -82,7 +87,7 @@ 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-speedbar-buttons): Don't bind case-fold-search unnecessarily. (gud-format-command): Make match case sensitive. Match on %F. 2006-04-30 Glenn Morris <rgm@gnu.org>