# HG changeset patch # User Gerd Moellmann # Date 986904980 0 # Node ID bcd28a0e934ad92ee2fb6b23634ab0ccd330a60c # Parent 80082652ed9fe0a22c5aad3c9ba99283183d644c *** empty log message *** diff -r 80082652ed9f -r bcd28a0e934a etc/ChangeLog --- a/etc/ChangeLog Tue Apr 10 12:15:53 2001 +0000 +++ b/etc/ChangeLog Tue Apr 10 12:16:20 2001 +0000 @@ -1,3 +1,13 @@ +2001-04-10 Vinicius Jose Latorre + + * 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 * splash8.xpm: New image from Luis Fernandes diff -r 80082652ed9f -r bcd28a0e934a lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 10 12:15:53 2001 +0000 +++ b/lisp/ChangeLog Tue Apr 10 12:16:20 2001 +0000 @@ -1,4 +1,4 @@ -2001-04-07 Vinicius Jose Latorre +2001-04-10 Vinicius Jose Latorre * ps-print.el: Footer implementation. Doc fix. (ps-print-version): New version number (6.5.1). diff -r 80082652ed9f -r bcd28a0e934a src/ChangeLog --- a/src/ChangeLog Tue Apr 10 12:15:53 2001 +0000 +++ b/src/ChangeLog Tue Apr 10 12:16:20 2001 +0000 @@ -1,3 +1,13 @@ +2001-04-10 Gerd Moellmann + + * 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 * fns.c (Fplist_get, Fplist_put): Add QUITs.