comparison lisp/ChangeLog @ 69349:aeac9fc5787d

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 10 Mar 2006 02:35:22 +0000
parents bb8e1e07b59b
children aba2814a3824
comparison
equal deleted inserted replaced
69348:2c8e608f28e7 69349:aeac9fc5787d
1 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4 it gets called in gdb-prompt anyway.
5 (gdb-use-separate-io-buffer): Only restore window arrangement for
6 gdb-many-windows.
7 (gdb-enqueue-input): Make it harder to send GDB input when program
8 is running.
9 (gdb-buffer-list): New variable.
10 (gdb-remove-mouse-face): New function.
11 (gdb-starting): Use it when GDB input won't get sent.
12
1 2006-03-08 Juanma Barranquero <lekktu@gmail.com> 13 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
2 14
3 * help.el (view-lossage): Remove trailing whitespace before 15 * help.el (view-lossage): Remove trailing whitespace before
4 inserting "\n". 16 inserting "\n".
5 17