changeset 58839:c4eebac5c158

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 08 Dec 2004 01:27:40 +0000
parents 50d6654dfa79
children 1cdfec9f283d
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Dec 08 01:26:10 2004 +0000
+++ b/lisp/ChangeLog	Wed Dec 08 01:27:40 2004 +0000
@@ -1,3 +1,14 @@
+2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* font-lock.el (font-lock-unfontify-region): Save buffer state.
--- a/man/ChangeLog	Wed Dec 08 01:26:10 2004 +0000
+++ b/man/ChangeLog	Wed Dec 08 01:27:40 2004 +0000
@@ -1,3 +1,8 @@
+2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
+	be set through Custom.  Otherwise, it has no effect.
+
 2004-12-07  Stefan  <monnier@iro.umontreal.ca>
 
 	* url.texi: New file.