Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
69131:aa9f0a1e543f | 69132:e4886b403acb |
---|---|
1 2006-02-24 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * help.el (help): Revert last part of 2006-02-23 change (deletion | |
4 of the `provide' call). | |
5 | |
1 2006-02-23 Juri Linkov <juri@jurta.org> | 6 2006-02-23 Juri Linkov <juri@jurta.org> |
2 | 7 |
3 * compare-w.el (compare-windows-highlight): Add new value | 8 * compare-w.el (compare-windows-highlight): Add new value |
4 `persistent' and change :type from `boolean' to `choice'. | 9 `persistent' and change :type from `boolean' to `choice'. |
5 (compare-windows-overlays1, compare-windows-overlays2): | 10 (compare-windows-overlays1, compare-windows-overlays2): |
288 out of scope. | 293 out of scope. |
289 | 294 |
290 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) | 295 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) |
291 (gdb-var-update-handler): Detect out of scope variables with pre | 296 (gdb-var-update-handler): Detect out of scope variables with pre |
292 GDB 6.4 too. | 297 GDB 6.4 too. |
293 (gdb-post-prompt): Revert changet 2006-02-17 (force update). | 298 (gdb-post-prompt): Revert change from 2006-02-17 (force update). |
294 Reset status of variable objects to nil in update handlers. | 299 Reset status of variable objects to nil in update handlers. |
295 (gdb-var-update-handler-1): Detect when a variable object comes | 300 (gdb-var-update-handler-1): Detect when a variable object comes |
296 in scope. setcar on var changes gdb-var-list directly. | 301 in scope. setcar on var changes gdb-var-list directly. |
297 | 302 |
298 2006-02-17 Juri Linkov <juri@jurta.org> | 303 2006-02-17 Juri Linkov <juri@jurta.org> |