comparison lisp/ChangeLog @ 69211:1d3318eb6e2f

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 28 Feb 2006 21:46:30 +0000
parents 658f0dc9c1dc
children 2a28f118a743
comparison
equal deleted inserted replaced
69210:e0f7378da652 69211:1d3318eb6e2f
1 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
2
3 * speedbar.el (speedbar-update-localized-contents): Try to
4 preserve window-start.
5 (speedbar-update-directory-contents): Try to preserve window-start
6 and window-point.
7 (speedbar-update-special-contents): Don't move back to start of
8 window.
9
10 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12 speedbar-timer-fn
13 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15 instead of gdb-speedbar-timer-fn.
16 (gdb-edit-value):
17
1 2006-02-28 Jay Belanger <belanger@truman.edu> 18 2006-02-28 Jay Belanger <belanger@truman.edu>
2 19
3 * calc/calccomp.el: (math-compose-tex-matrix): Add a latex option. 20 * calc/calccomp.el: (math-compose-tex-matrix): Add a latex option.
4 (math-compose-expr): Use latex option when calling 21 (math-compose-expr): Use latex option when calling
5 `math-compose-tex-matrix' for latex mode. 22 `math-compose-tex-matrix' for latex mode.