aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-06-04 20:00:54 +0000
committerEli Zaretskii2005-06-04 20:00:54 +0000
commitd01a9710746df2584e6f24b1398cbe2d0e87728d (patch)
treeecc53e1df401e0daad8c1a4e712cc6009025441b
parentc68a2829f2293dfca9edb98aae3426e5a3e6b8c3 (diff)
downloademacs-d01a9710746df2584e6f24b1398cbe2d0e87728d.tar.gz
emacs-d01a9710746df2584e6f24b1398cbe2d0e87728d.zip
*** empty log message ***
-rw-r--r--man/ChangeLog23
-rw-r--r--src/ChangeLog3
2 files changed, 26 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 9fe0433aaff..74b6e19d0ed 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,26 @@
12005-06-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs.texi: Rename Hardcopy to Printing.
4 Make PostScript and PostScript Variables subnodes of it.
5
6 * misc.texi (Printing): Rename node from Hardcopy.
7 Mention menu bar options.
8 Move PostScript and PostScript Variables to submenu.
9 (Printing package): New node.
10
11 * mark.texi (Using Region): Change Hardcopy xref to Printing.
12
13 * dired.texi (Operating on Files): Likewise.
14
15 * calendar.texi (Displaying the Diary): Likewise.
16
17 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
18
19 * glossary.texi (Glossary): Likewise.
20
21 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
22 effect.
23
12005-06-04 Richard M. Stallman <rms@gnu.org> 242005-06-04 Richard M. Stallman <rms@gnu.org>
2 25
3 * trouble.texi (After a Crash): Polish previous change. 26 * trouble.texi (After a Crash): Polish previous change.
diff --git a/src/ChangeLog b/src/ChangeLog
index 2264a791014..9d9062e2aa9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12005-06-04 Eli Zaretskii <eliz@gnu.org> 12005-06-04 Eli Zaretskii <eliz@gnu.org>
2 2
3 * emacs.c: Include w32heap.h, to avoid compiler warning about
4 sbrk.
5
3 * makefile.w32-in (DOC): Define to point to the generated DOC-X. 6 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
4 7
52005-06-04 Richard M. Stallman <rms@gnu.org> 82005-06-04 Richard M. Stallman <rms@gnu.org>