]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Mon, 28 Nov 2005 05:36:04 +0000 (05:36 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 28 Nov 2005 05:36:04 +0000 (05:36 +0000)
lisp/ChangeLog

index 811b437aeab7f35677bc3197f2d22e7319f160ae..c96d7c0bcaed124233cca12e8d41589a8e8cc006 100644 (file)
@@ -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
 
 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>