# HG changeset patch # User Nick Roberts # Date 1140303309 0 # Node ID f648ed5b429aa7a23b2e4a340d2831f254b61de6 # Parent fb6995da645901b09ffc8881c8df17384b827d73 *** empty log message *** diff -r fb6995da6459 -r f648ed5b429a lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 18 22:47:54 2006 +0000 +++ b/lisp/ChangeLog Sat Feb 18 22:55:09 2006 +0000 @@ -1,3 +1,17 @@ +2006-02-19 Nick Roberts + + * progmodes/gud.el (gud-speedbar-buttons): Update properly for + shadow face. Don't provide binding to edit variable when it is + out of scope. + + * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) + (gdb-var-update-handler): Detect out of scope variables with pre + GDB 6.4 too. + (gdb-post-prompt): Revert changet 2006-02-17 (force update). + Reset status of variable objexts to nil in update handlers. + (gdb-var-update-handler-1): Detect when a variable object comes + in scope. setcar on var changes gdb-var-list directly. + 2006-02-17 Juri Linkov * ffap.el (ffap) : Add explicit face declaration.