Mercurial > emacs
changeset 62045:b34037318c7e
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 03 May 2005 06:44:12 +0000 |
parents | e79e289ac796 |
children | cff3c2be0762 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 02 21:35:52 2005 +0000 +++ b/lisp/ChangeLog Tue May 03 06:44:12 2005 +0000 @@ -1,3 +1,25 @@ +2005-05-03 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist): + Remove these recent additions. + (c-mode): Restore to before 2005-04-28. + + * progmodes/cc-vars.el (cc-define-list-program): Remove this + recent addition. + + * progmodes/gdb-ui.el (gdb-cpp-define-alist-program) + (gdb-define-alist): New variables. + (gdb-create-define-alist): New function. + (gdb-set-gud-minor-mode-1): Handle gdb-define-alist. + (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int + with string-to-number. + (gdb-reset): Kill gdb-define-alist. Move assignments outside loop. + + * progmodes/gud.el: Replace string-to-int with string-to-number. + (gud-find-file): Handle gdb-define-alist. + + * tooltip.el (tooltip-gud-tips): Use gdb-define-alist. + 2005-05-02 Jay Belanger <belanger@truman.edu> * calc/calc-aent.el (math-read-token): Replace `string-to-int' by