comparison lisp/ChangeLog @ 68939:2eed293b58ff

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 17 Feb 2006 00:23:58 +0000
parents c9b31e710159
children 608f15136cdb 9e490faa9f6b
comparison
equal deleted inserted replaced
68938:32eebeb631d6 68939:2eed293b58ff
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
8 * wid-edit.el (widget-button-click): For mouse-1, cancel button 18 * wid-edit.el (widget-button-click): For mouse-1, cancel button
9 press and perform default action if we get a mouse movement event. 19 press and perform default action if we get a mouse movement event.