diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca5196ef5ca..ccd78dd8644 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,17 @@ | |||
| 1 | 2006-02-17 Nick Roberts <nickrob@snap.net.nz> | 1 | 2006-02-17 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 2 | ||
| 3 | * progmodes/gdb-ui.el (gdba): Improve doc string. | 3 | * speedbar.el (speedbar-frame-width): Make an inline function |
| 4 | instead of a macro. Use frame-width. | ||
| 5 | (speedbar-try-completion, speedbar-update-contents) | ||
| 6 | (speedbar-timer-fn): Use consp. | ||
| 7 | (speedbar-update-localized-contents): Try to preserve point. | ||
| 8 | |||
| 9 | * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings. | ||
| 4 | (menu): Re-order menu items. | 10 | (menu): Re-order menu items. |
| 11 | (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope" | ||
| 12 | field. | ||
| 13 | (gdb-var-update-handler-1): Use it for GDB 6.4+. | ||
| 14 | (gdb-post-prompt): Speed things by not forcing update. | ||
| 5 | 15 | ||
| 6 | 2006-02-16 Chong Yidong <cyd@stupidchicken.com> | 16 | 2006-02-16 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 17 | ||