changeset 37293:bcd28a0e934a

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 10 Apr 2001 12:16:20 +0000
parents 80082652ed9f
children 2a5e646c5174
files etc/ChangeLog lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 21 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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>
--- 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  <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).
--- 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  <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.