aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-11 16:44:53 +0000
committerJuanma Barranquero2006-12-11 16:44:53 +0000
commit53d45a176b430c806b821ce93872f2f1ef6cf38f (patch)
tree721d8444182b0732cc99f2c7c4a5f015b2aeb186
parent31ec0f0a5d020ef2a7a592c3b8723172385f4187 (diff)
downloademacs-53d45a176b430c806b821ce93872f2f1ef6cf38f.tar.gz
emacs-53d45a176b430c806b821ce93872f2f1ef6cf38f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b9c1811b1ce..0b5cdc4a2fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-12-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * subr.el (unread-command-char): Reformat obsolescence info.
4
12006-12-11 Richard Stallman <rms@gnu.org> 52006-12-11 Richard Stallman <rms@gnu.org>
2 6
3 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings 7 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f944b96a5e..450f6ba1487 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,8 @@
4 <default-scroll-up-aggressively, default-scroll-down-aggressively>: 4 <default-scroll-up-aggressively, default-scroll-down-aggressively>:
5 <line-spacing, left-margin>: Doc fixes. 5 <line-spacing, left-margin>: Doc fixes.
6 6
7 * xdisp.c (syms_of_xdisp) <mode-line-inverse-video>: Doc fix.
8
72006-12-10 Kim F. Storm <storm@cua.dk> 92006-12-10 Kim F. Storm <storm@cua.dk>
8 10
9 * xdisp.c (show_mouse_face): Never use text cursor in tool-bar. 11 * xdisp.c (show_mouse_face): Never use text cursor in tool-bar.