diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-05-03 06:44:12 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-05-03 06:44:12 +0000 |
commit | be50a7270827efd9fe9a119fdeb7e3941a92e547 (patch) | |
tree | 2476ac2e18119e84481d572dfb54d5bdc3ccabed | |
parent | 406c0f1219d0bd8dc32a8dcae1690281482fca0d (diff) | |
download | emacs-be50a7270827efd9fe9a119fdeb7e3941a92e547.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e04cf8f8e2..b889be7706e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 |