From: Nick Roberts Date: Mon, 28 Nov 2005 05:36:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5629 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17550579d6ee104ac3365f0460290fc17ad52264;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 811b437aeab..c96d7c0bcae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-28 Nick Roberts + + * 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 * loadup.el ("facemenu"): Load facemenu before font-lock, because @@ -61,11 +66,12 @@ 2005-11-28 Nick Roberts - * 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