aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts2005-11-24 00:33:42 +0000
committerNick Roberts2005-11-24 00:33:42 +0000
commit55b2dea3c42e4479dcf40caba66091da5da2a617 (patch)
tree5653542b69f49bb52580ac2883df2ac0eb4aa68b /lisp
parent98b37eab5d4dc8efb5be6d8ccce43785059ed82b (diff)
downloademacs-55b2dea3c42e4479dcf40caba66091da5da2a617.tar.gz
emacs-55b2dea3c42e4479dcf40caba66091da5da2a617.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4d4cf40ebc7..31be320acc9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12005-11-24 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4 and variable.
5 (gdb-var-create-handler, gdb-var-list-children-handler):
6 Don't match on "char **...".
7 (gdb-var-update-handler): Find values for all variable objects.
8 (gdb-info-frames-custom): Identify frames by leading "#".
9
10 * progmodes/gud.el (gud-speedbar-menu-items): Add
11 gdb-speedbar-auto-raise as radio button.
12 (gud-speedbar-buttons): Raise speedbar if requested.
13 Don't match on "char **...".
14 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
15 Make it editable.
16
12005-11-23 Chong Yidong <cyd@stupidchicken.com> 172005-11-23 Chong Yidong <cyd@stupidchicken.com>
2 18
3 * info.el (Info-fontify-node): Handle the case where 19 * info.el (Info-fontify-node): Handle the case where