comparison lisp/ChangeLog @ 52327:8bc12f54b756

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 24 Aug 2003 20:38:15 +0000
parents 7121600b7a5a
children 693271e07e86
comparison
equal deleted inserted replaced
52326:7121600b7a5a 52327:8bc12f54b756
1 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
2
3 * progmodes/gud.el (gud-display-line): Don't set window-point if
4 source buffer is not visible. (Only happens with M-x gdba).
5
6 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7 documentation.
8 (gdb-source, gdb-source-info): Update to assembler unnecessary
9 as its done after each GDB command anyway.
10 (gdb-pre-prompt): Use with-current-buffer.
11 (gdb-insert-field): Add help-echo text.
12 (gdb-invalidate-assembler): Re-display of assembler now done in
13 gdb-info-breakpoints-custom.
14 (gdb-info-breakpoints-custom): Force re-display of assembler to
15 happen *after* update of breakpoints buffer.
16 (gdb-display-source-buffer): Don't choke if gdb-source-window
17 isn't visible.
18 (gdb-put-string, gdb-put-arrow): Remove free variables.
19
1 2003-08-24 John Paul Wallington <jpw@gnu.org> 20 2003-08-24 John Paul Wallington <jpw@gnu.org>
2 21
3 * ibuffer.el (ibuffer-formats): Make name and size columns wider. 22 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
4 23
5 * man.el (Man-default-man-entry): Strip text properties when 24 * man.el (Man-default-man-entry): Strip text properties when