comparison 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
comparison
equal deleted inserted replaced
4265:dc697b1b786f 4266:c5a2b80bc4fa
1 2007-11-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 * editfns.c (vars_of_editfns):
4 Correct the docstring of user-full-name.
5 * fileio.c:
6 * fileio.c (Fmake_temp_name):
7 Document that make-temp-file is available and the best approach to
8 this.
9 * fileio.c (Fwrite_region_internal):
10 Take a new arg, MUSTBENEW, to error if the file to be written
11 already exists.
12 * fileio.c (auto_save_1):
13 Update a call to Fwrite_region_internal to pass the new argument.
14 * fileio.c (syms_of_fileio):
15 Provide 'excl as a symbol, for the calls to
16 write-region-internal.
17
1 2007-11-05 Didier Verna <didier@xemacs.org> 18 2007-11-05 Didier Verna <didier@xemacs.org>
2 19
3 * glyphs.c (potential_pixmap_file_instanciator): Fix comment 20 * glyphs.c (potential_pixmap_file_instanciator): Fix comment
4 describing its behavior. 21 describing its behavior.
5 * glyphs.c (xbm_mask_file_munging): Update semantics of file and 22 * glyphs.c (xbm_mask_file_munging): Update semantics of file and