From: Kim F. Storm Date: Wed, 12 Oct 2005 11:43:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6641 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78f3b91f6882c6aac85cc7bb9981b0fdd0e4b07b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3a054a4d33..3620d6a8971 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-10-12 Kim F. Storm + + * 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 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil. diff --git a/src/ChangeLog b/src/ChangeLog index c06400ab1a4..0708c45faf4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-10-12 Kim F. Storm + + * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down. + 2005-10-12 Romain Francoise * buffer.c (init_buffer): Rename `rc' to `len' for clarity.