]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 12 Oct 2005 11:43:26 +0000 (11:43 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 12 Oct 2005 11:43:26 +0000 (11:43 +0000)
lisp/ChangeLog
src/ChangeLog

index e3a054a4d337aa13884921e221fb4825ad472752..3620d6a8971fa98a6480d7336c8dd339de6a1c3b 100644 (file)
@@ -1,3 +1,9 @@
+2005-10-12  Kim F. Storm  <storm@cua.dk>
+
+       * startup.el (fancy-splash-default-action): Discard mouse click in
+       the spash screen window, as it has no sensible meaning in the
+       next window to be selected.  Fixes error reported by Jan D.
+
 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
index c06400ab1a4c006cb804e91cbede9ac2f0cdc1c7..0708c45faf45f27a0bb2b968590a5157076cdee5 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-12  Kim F. Storm  <storm@cua.dk>
+
+       * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
+
 2005-10-12  Romain Francoise  <romain@orebokech.com>
 
        * buffer.c (init_buffer): Rename `rc' to `len' for clarity.