Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4265:dc697b1b786f | 4266:c5a2b80bc4fa |
---|---|
1 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * code-files.el (write-region): | |
4 Provide a new arg, CODING-SYSTEM-OR-MUSTBENEW, for compatibility | |
5 both with GNU (where it has the MUSTBENEW meaning) and earlier | |
6 XEmacs code (where it has the CODING-SYSTEM meaning). | |
7 * files.el: | |
8 * files.el (normal-backup-enable-predicate): | |
9 * files.el (auto-save-file-name-transforms): | |
10 Correct the docstrings of #'normal-backup-enable-predicate, | |
11 #'auto-save-file-name-transforms. | |
12 * files.el (make-temp-file): New. | |
13 Merge from GNU. | |
14 * subr.el: | |
15 Document that #'make-temp-name is now in files.el. | |
16 | |
1 2007-11-08 Aidan Kehoe <kehoea@parhasard.net> | 17 2007-11-08 Aidan Kehoe <kehoea@parhasard.net> |
2 | 18 |
3 * cus-edit.el (custom-save-all): | 19 * cus-edit.el (custom-save-all): |
4 Merge Jason Spiro's fix of | 20 Merge Jason Spiro's fix of |
5 c241693f0710021645g642f145n5925c7a35e7b2c58@mail.gmail.com , to | 21 c241693f0710021645g642f145n5925c7a35e7b2c58@mail.gmail.com , to |