aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-12-26 03:54:12 +0000
committerRichard M. Stallman2006-12-26 03:54:12 +0000
commitdbb8dfc762a84460bfabed6548853216dc3c5d89 (patch)
tree2f3facda76ecab65d7061718a7f26cc053df8929
parent425b457e870826a003f01921754c4c2fe14778bc (diff)
downloademacs-dbb8dfc762a84460bfabed6548853216dc3c5d89.tar.gz
emacs-dbb8dfc762a84460bfabed6548853216dc3c5d89.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--man/ChangeLog5
-rw-r--r--src/ChangeLog4
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.
89** Give recommendations for redefining window manager keys 89** Give recommendations for redefining window manager keys
90 to avoid interference with Emacs. 90 to avoid interference with Emacs.
91 91
92** herberteuler@hotmail.com, Dec 26: Add log bug
93
92* DOCUMENTATION 94* DOCUMENTATION
93 95
94** Check the Emacs Tutorial. 96** 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 @@
12006-12-26 Richard Stallman <rms@gnu.org>
2
3 * calendar.texi (Holidays): Holiday listing is based on current
4 practice, but DST is not.
5
12006-12-25 Richard Stallman <rms@gnu.org> 62006-12-25 Richard Stallman <rms@gnu.org>
2 7
3 * emacs.texi (Top): Update subnode menus. 8 * 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 @@
12006-12-26 Richard Stallman <rms@gnu.org>
2
3 * callint.c (Finteractive): Doc fix.
4
12006-12-25 Kim F. Storm <storm@cua.dk> 52006-12-25 Kim F. Storm <storm@cua.dk>
2 6
3 * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it. 7 * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it.