diff src/ChangeLog @ 4266:c5a2b80bc4fa

[xemacs-hg @ 2007-11-14 18:51:20 by aidan] Import make-temp-name (the functionality of mkstemp(3)) from GNU.
author aidan
date Wed, 14 Nov 2007 18:51:31 +0000
parents 8475ff9c49ea
children 75d0292c1bff
line wrap: on
line diff
--- a/src/ChangeLog	Wed Nov 14 18:20:42 2007 +0000
+++ b/src/ChangeLog	Wed Nov 14 18:51:31 2007 +0000
@@ -1,3 +1,20 @@
+2007-11-14  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* editfns.c (vars_of_editfns):
+	Correct the docstring of user-full-name. 
+	* fileio.c:
+	* fileio.c (Fmake_temp_name):
+	Document that make-temp-file is available and the best approach to
+	this.
+	* fileio.c (Fwrite_region_internal):
+	Take a new arg, MUSTBENEW, to error if the file to be written
+	already exists.
+	* fileio.c (auto_save_1):
+	Update a call to Fwrite_region_internal to pass the new argument. 
+	* fileio.c (syms_of_fileio):
+	Provide 'excl as a symbol, for the calls to
+	write-region-internal. 
+
 2007-11-05  Didier Verna  <didier@xemacs.org>
 
 	* glyphs.c (potential_pixmap_file_instanciator): Fix comment