diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-11-23 Chong Yidong <cyd@stupidchicken.com> | 17 | 2005-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 |