Mercurial > emacs
changeset 66047:959353b42d14
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 12 Oct 2005 11:43:26 +0000 |
parents | f56e7dee3fe4 |
children | 031cac470e0d |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 12 11:22:57 2005 +0000 +++ b/lisp/ChangeLog Wed Oct 12 11:43:26 2005 +0000 @@ -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.
--- a/src/ChangeLog Wed Oct 12 11:22:57 2005 +0000 +++ b/src/ChangeLog Wed Oct 12 11:43:26 2005 +0000 @@ -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.