From 4d9fa6b8dd7000d157d5b10b5015423363d5bfde Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 19 Feb 2006 05:19:26 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 166cd382bb0..180315ce9ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2006-02-19 Nick Roberts + + * 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 * viper-cmd.el (viper-insert-state-post-command-sentinel, -- 2.39.2