Mercurial > emacs
changeset 63016:3d0a19c72e8d
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Jun 2005 20:00:54 +0000 |
parents | f2898fcf745b |
children | 1ed6054e7e74 |
files | man/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Sat Jun 04 19:59:30 2005 +0000 +++ b/man/ChangeLog Sat Jun 04 20:00:54 2005 +0000 @@ -1,3 +1,26 @@ +2005-06-05 Chong Yidong <cyd@stupidchicken.com> + + * emacs.texi: Rename Hardcopy to Printing. + Make PostScript and PostScript Variables subnodes of it. + + * misc.texi (Printing): Rename node from Hardcopy. + Mention menu bar options. + Move PostScript and PostScript Variables to submenu. + (Printing package): New node. + + * mark.texi (Using Region): Change Hardcopy xref to Printing. + + * dired.texi (Operating on Files): Likewise. + + * calendar.texi (Displaying the Diary): Likewise. + + * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise. + + * glossary.texi (Glossary): Likewise. + + * frames.texi (Mode Line Mouse): Mention mode-line-highlight + effect. + 2005-06-04 Richard M. Stallman <rms@gnu.org> * trouble.texi (After a Crash): Polish previous change.
--- a/src/ChangeLog Sat Jun 04 19:59:30 2005 +0000 +++ b/src/ChangeLog Sat Jun 04 20:00:54 2005 +0000 @@ -1,5 +1,8 @@ 2005-06-04 Eli Zaretskii <eliz@gnu.org> + * emacs.c: Include w32heap.h, to avoid compiler warning about + sbrk. + * makefile.w32-in (DOC): Define to point to the generated DOC-X. 2005-06-04 Richard M. Stallman <rms@gnu.org>