From: Nick Roberts Date: Fri, 17 Feb 2006 00:23:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~4089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60b8fb50eefe34d56dbf42de2183ec6d21769379;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca5196ef5ca..ccd78dd8644 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,17 @@ 2006-02-17 Nick Roberts - * progmodes/gdb-ui.el (gdba): Improve doc string. + * speedbar.el (speedbar-frame-width): Make an inline function + instead of a macro. Use frame-width. + (speedbar-try-completion, speedbar-update-contents) + (speedbar-timer-fn): Use consp. + (speedbar-update-localized-contents): Try to preserve point. + + * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings. (menu): Re-order menu items. + (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope" + field. + (gdb-var-update-handler-1): Use it for GDB 6.4+. + (gdb-post-prompt): Speed things by not forcing update. 2006-02-16 Chong Yidong