diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6137c91eb8e..8de3188da8a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,10 +4,11 @@ | |||
| 4 | selected window. This still doesn't work for speedbar. | 4 | selected window. This still doesn't work for speedbar. |
| 5 | (gud-speedbar-buttons): Handle strings properly. | 5 | (gud-speedbar-buttons): Handle strings properly. |
| 6 | 6 | ||
| 7 | * progmodes/gdb-ui.el (gdb-var-create-handler) | 7 | * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) |
| 8 | (gdb-var-evaluate-expression-handler): Handle strings properly. | 8 | (gdb-var-create-handler): Handle string expressions properly. |
| 9 | (gdb-var-list-children-regexp, gdb-var-list-children-handler): | 9 | (gdb-var-list-children-regexp, gdb-var-list-children-handler): |
| 10 | Handle strings properly. Move "type" field into regexp. | 10 | Handle string expressions properly. Move "type" field into |
| 11 | regexp. | ||
| 11 | 12 | ||
| 12 | 2005-11-12 Karl Fogel <kfogel@red-bean.com> | 13 | 2005-11-12 Karl Fogel <kfogel@red-bean.com> |
| 13 | 14 | ||