summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 10 insertions, 0 deletions
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 <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.
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 <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.