Mercurial > emacs
changeset 43686:4dacabf9ff3e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 03 Mar 2002 22:22:55 +0000 |
parents | 498bad2aca78 |
children | 055adf3412f7 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Mar 03 22:22:42 2002 +0000 +++ b/lisp/ChangeLog Sun Mar 03 22:22:55 2002 +0000 @@ -1,3 +1,20 @@ +2002-03-03 Richard M. Stallman <rms@gnu.org> + + * textmodes/artist.el (artist-system): Use make-temp-file. + + * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file. + + * mail/sendmail.el (mail-recover-1): Increase non-random-len + by 1 since we changed make-auto-save-file-name to add one + fewer character to the buffer name. + (mail-recover): Really show point at the right place + in the *Directory* buffer. + + * files.el (make-auto-save-file-name): Use make-temp-file. + + * terminal.el (te-create-terminfo): Use make-temp-file + to create the source file in a safe way. + 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il> * cus-start.el: Rename automatic-hscroll-step and
--- a/src/ChangeLog Sun Mar 03 22:22:42 2002 +0000 +++ b/src/ChangeLog Sun Mar 03 22:22:55 2002 +0000 @@ -1,3 +1,7 @@ +2002-03-03 Richard M. Stallman <rms@gnu.org> + + * fileio.c (Fmake_temp_name): Doc fix. + 2002-03-03 Gary Wong <gtw@gnu.org> * termcap.c [!emacs]: Replace ospeed for building standalone