diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-12-11 16:44:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-12-11 16:44:53 +0000 |
commit | 53d45a176b430c806b821ce93872f2f1ef6cf38f (patch) | |
tree | 721d8444182b0732cc99f2c7c4a5f015b2aeb186 | |
parent | 31ec0f0a5d020ef2a7a592c3b8723172385f4187 (diff) | |
download | emacs-53d45a176b430c806b821ce93872f2f1ef6cf38f.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 2 |
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 @@ +2006-12-11 Juanma Barranquero <lekktu@gmail.com> + + * subr.el (unread-command-char): Reformat obsolescence info. + 2006-12-11 Richard Stallman <rms@gnu.org> * 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 @@ <default-scroll-up-aggressively, default-scroll-down-aggressively>: <line-spacing, left-margin>: Doc fixes. + * xdisp.c (syms_of_xdisp) <mode-line-inverse-video>: Doc fix. + 2006-12-10 Kim F. Storm <storm@cua.dk> * xdisp.c (show_mouse_face): Never use text cursor in tool-bar. |