Mercurial > emacs
comparison lisp/ChangeLog @ 68991:f648ed5b429a
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 18 Feb 2006 22:55:09 +0000 |
parents | 37872ee47619 |
children | bb117d25ee4c |
comparison
equal
deleted
inserted
replaced
68990:fb6995da6459 | 68991:f648ed5b429a |
---|---|
1 2006-02-19 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gud.el (gud-speedbar-buttons): Update properly for | |
4 shadow face. Don't provide binding to edit variable when it is | |
5 out of scope. | |
6 | |
7 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) | |
8 (gdb-var-update-handler): Detect out of scope variables with pre | |
9 GDB 6.4 too. | |
10 (gdb-post-prompt): Revert changet 2006-02-17 (force update). | |
11 Reset status of variable objexts to nil in update handlers. | |
12 (gdb-var-update-handler-1): Detect when a variable object comes | |
13 in scope. setcar on var changes gdb-var-list directly. | |
14 | |
1 2006-02-17 Juri Linkov <juri@jurta.org> | 15 2006-02-17 Juri Linkov <juri@jurta.org> |
2 | 16 |
3 * ffap.el (ffap) <defface>: Add explicit face declaration. | 17 * ffap.el (ffap) <defface>: Add explicit face declaration. |
4 (ffap-highlight): Use face `ffap' directly instead of checking | 18 (ffap-highlight): Use face `ffap' directly instead of checking |
5 for its existence. | 19 for its existence. |