diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-12-26 03:54:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-12-26 03:54:12 +0000 |
commit | dbb8dfc762a84460bfabed6548853216dc3c5d89 (patch) | |
tree | 2f3facda76ecab65d7061718a7f26cc053df8929 | |
parent | 425b457e870826a003f01921754c4c2fe14778bc (diff) | |
download | emacs-dbb8dfc762a84460bfabed6548853216dc3c5d89.tar.gz |
*** empty log message ***
-rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
-rw-r--r-- | man/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index c44c32550cd..c01cf3612fa 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -89,6 +89,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** Give recommendations for redefining window manager keys to avoid interference with Emacs. +** herberteuler@hotmail.com, Dec 26: Add log bug + * DOCUMENTATION ** Check the Emacs Tutorial. diff --git a/man/ChangeLog b/man/ChangeLog index f243f0e1fae..642795e9d9d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2006-12-26 Richard Stallman <rms@gnu.org> + + * calendar.texi (Holidays): Holiday listing is based on current + practice, but DST is not. + 2006-12-25 Richard Stallman <rms@gnu.org> * emacs.texi (Top): Update subnode menus. diff --git a/src/ChangeLog b/src/ChangeLog index 4a48df1a507..74be21a421b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-12-26 Richard Stallman <rms@gnu.org> + + * callint.c (Finteractive): Doc fix. + 2006-12-25 Kim F. Storm <storm@cua.dk> * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it. |