+2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
+
+ * ps-prin1.ps: Footer implementation. Doc fix.
+ (doLineNumber): Code fix for line number color.
+ (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code
+ fix for footer implementation.
+ (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
+ (FooterFramePath, doFrame, FooterFrame, FooterStart)
+ (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
+
2001-04-03 Gerd Moellmann <gerd@gnu.org>
* splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca>
-2001-04-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
+2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print.el: Footer implementation. Doc fix.
(ps-print-version): New version number (6.5.1).
+2001-04-10 Gerd Moellmann <gerd@gnu.org>
+
+ * w32proc.c (sys_spawnve): Quote more chars for Cygwin.
+
+ * w32.c (sys_open): Try to open file without _O_CREAT first, to be
+ able to write to hidden and system files. Make file handles
+ non-inheritable.
+
+ * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile.
+
2001-04-09 Gerd Moellmann <gerd@gnu.org>
* fns.c (Fplist_get, Fplist_put): Add QUITs.