From 719d83adfe41463938cbd125323fee575f9d6c05 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 10 Apr 2001 12:16:20 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 10 ++++++++++ lisp/ChangeLog | 2 +- src/ChangeLog | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 75b137c307c..afd9a9630e9 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 018f9e0f903..76e55333c92 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 9edf4d73e09..321b7bb8368 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.5