Mercurial > hg > xemacs-beta
diff lisp/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 | ef6c55ab3090 |
children | 66e2714696bd |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 14 18:20:42 2007 +0000 +++ b/lisp/ChangeLog Wed Nov 14 18:51:31 2007 +0000 @@ -1,3 +1,19 @@ +2007-11-14 Aidan Kehoe <kehoea@parhasard.net> + + * code-files.el (write-region): + Provide a new arg, CODING-SYSTEM-OR-MUSTBENEW, for compatibility + both with GNU (where it has the MUSTBENEW meaning) and earlier + XEmacs code (where it has the CODING-SYSTEM meaning). + * files.el: + * files.el (normal-backup-enable-predicate): + * files.el (auto-save-file-name-transforms): + Correct the docstrings of #'normal-backup-enable-predicate, + #'auto-save-file-name-transforms. + * files.el (make-temp-file): New. + Merge from GNU. + * subr.el: + Document that #'make-temp-name is now in files.el. + 2007-11-08 Aidan Kehoe <kehoea@parhasard.net> * cus-edit.el (custom-save-all):