aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2004-12-08 01:27:40 +0000
committerLuc Teirlinck <[email protected]>2004-12-08 01:27:40 +0000
commit5a27c5d8f88eaf2fb29695d927b3be7a0825cf8b (patch)
treeb226bf8fbe464cd5487b5511cea2bda339098a26
parentc6b713e9150e1db904d0b4983c72a67d348c38a9 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--man/ChangeLog5
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c0dcb40fc4..e881509068 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2004-12-07 Luc Teirlinck <[email protected]>
+
+ * mouse.el (mouse-set-font): Handle the case where the command was
+ not invoked using the mouse.
+
+ * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
+ (edmacro-finish-edit): Further update for keyboard macros that are
+ lambda forms.
+ (edmacro-sanitize-for-string): Correctly remove Meta modifier
+ (as suggested by Kim Storm).
+
2004-12-06 Stefan <[email protected]>
* font-lock.el (font-lock-unfontify-region): Save buffer state.
diff --git a/man/ChangeLog b/man/ChangeLog
index 24c322facd..b601faef55 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-07 Luc Teirlinck <[email protected]>
+
+ * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
+ be set through Custom. Otherwise, it has no effect.
+
2004-12-07 Stefan <[email protected]>
* url.texi: New file.