Mercurial > emacs
changeset 67175:f056fde1f361
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 28 Nov 2005 05:36:04 +0000 |
parents | fef1a2442ef2 |
children | c1b362058986 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 28 02:38:12 2005 +0000 +++ b/lisp/ChangeLog Mon Nov 28 05:36:04 2005 +0000 @@ -1,3 +1,8 @@ +2005-11-28 Nick Roberts <nickrob@snap.net.nz> + + * xt-mouse.el (xterm-mouse-event): Set last-input-event so + that (list last-input-event) works as in interactive spec. + 2005-11-27 Luc Teirlinck <teirllm@auburn.edu> * loadup.el ("facemenu"): Load facemenu before font-lock, because @@ -61,11 +66,12 @@ 2005-11-28 Nick Roberts <nickrob@snap.net.nz> - * progmodes/gdb-ui.el (gdb-stopped): Detect process when attaching. + * progmodes/gdb-ui.el (gdb-stopped): Detect child process when + attaching to it. (gdb-pre-prompt): Make sure gdb-error is reset. * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked - with a process, detect it. + with a child process, detect it. (gud-speedbar-buttons): Match regexp more carefully. 2005-11-27 Richard M. Stallman <rms@gnu.org>