emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 03 May 2005 02:44:15 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7438 emacs/lisp/ChangeLog:1.7439
*** emacs/lisp/ChangeLog:1.7438 Mon May  2 19:53:48 2005
--- emacs/lisp/ChangeLog        Tue May  3 06:44:12 2005
***************
*** 1,3 ****
--- 1,25 ----
+ 2005-05-03  Nick Roberts  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * calc/calc-aent.el (math-read-token): Replace `string-to-int' by




reply via email to

[Prev in Thread] Current Thread [Next in Thread]