aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorNick Roberts2005-11-12 21:21:51 +0000
committerNick Roberts2005-11-12 21:21:51 +0000
commit47b3cf39b4e14ae052c4e0080096d9965fa0c38c (patch)
tree28e94d895a56f2d8c94a23ad376b1ace2de7f684 /lisp/ChangeLog
parente79b7435acac41b08b2a5580ac6e71235521ac0d (diff)
downloademacs-47b3cf39b4e14ae052c4e0080096d9965fa0c38c.tar.gz
emacs-47b3cf39b4e14ae052c4e0080096d9965fa0c38c.zip
(gdb-var-create-handler)
(gdb-var-evaluate-expression-handler): Handle strings properly. (gdb-var-list-children-regexp, gdb-var-list-children-handler): Handle strings properly. Move "type" field into regexp.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
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
122005-11-12 Karl Fogel <kfogel@red-bean.com> 132005-11-12 Karl Fogel <kfogel@red-bean.com>
13 14