# HG changeset patch # User Juanma Barranquero # Date 1140736441 0 # Node ID e4886b403acbc86683d8a19ddb601a1925c5e92e # Parent aa9f0a1e543fb10d96086db3f76e88ff06976a3d *** empty log message *** diff -r aa9f0a1e543f -r e4886b403acb lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 23 23:11:54 2006 +0000 +++ b/lisp/ChangeLog Thu Feb 23 23:14:01 2006 +0000 @@ -1,3 +1,8 @@ +2006-02-24 Juanma Barranquero + + * help.el (help): Revert last part of 2006-02-23 change (deletion + of the `provide' call). + 2006-02-23 Juri Linkov * compare-w.el (compare-windows-highlight): Add new value @@ -290,7 +295,7 @@ * 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). + (gdb-post-prompt): Revert change from 2006-02-17 (force update). Reset status of variable objects 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.