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: Sun, 19 Feb 2006 05:19:27 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9163 emacs/lisp/ChangeLog:1.9164
--- emacs/lisp/ChangeLog:1.9163 Sun Feb 19 03:16:45 2006
+++ emacs/lisp/ChangeLog        Sun Feb 19 05:19:26 2006
@@ -1,3 +1,20 @@
+2006-02-19  Nick Roberts  <address@hidden>
+
+       * progmodes/gud.el: Don't require font-lock as it's now
+       automatically loaded.
+       (gud-speedbar-buttons): Replace gdb-var-changed with
+       gdb-force-update.
+
+       * progmodes/gdb-ui.el (gdb-force-update): Rename from
+       gdb-var-changed.
+       (gdb-post-prompt): Use it.
+       (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
+       (gdb-var-update-handler, gdb-var-delete)
+       (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
+       (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
+       gdb-force-update in gdb-post-prompt.
+       (gdb-reset): Clear watch expressions from speedbar when quitting.
+
 2006-02-19  Michael Kifer  <address@hidden>
        
        * viper-cmd.el (viper-insert-state-post-command-sentinel,




reply via email to

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