Mercurial > emacs
diff lisp/ChangeLog @ 69132:e4886b403acb
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 23 Feb 2006 23:14:01 +0000 |
parents | 54a278286129 |
children | 3d8b060d10fb 3cc2ba972850 34c8b755296d |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * help.el (help): Revert last part of 2006-02-23 change (deletion + of the `provide' call). + 2006-02-23 Juri Linkov <juri@jurta.org> * 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.