]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 18:48:24 +0000 (18:48 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 18:48:24 +0000 (18:48 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 88829953fedcef2c7d022a8dd1f7bc69d5da73bb..426a485eca33ea8f5e3110c8d3f4ef650e53dcaa 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -16,6 +16,10 @@ images and toolkit scrollbars.  Use the --help option to list them.
 \f
 * Changes in Emacs 21.1
 
+** Emacs' auto-save list files are now by default stored in a
+sub-directory `.emacs.d/auto-save-list/' of the user's home directory.
+You can customize `auto-save-list-prefix' to change this location.
+
 ** On window-systems, additional space can be put between text lines
 on the display using several methods
 
index 92a3a562eefcb108de59820fa2aa00e7caf75f10..94aa19f81f315c40d2794bd5cedfdb3298b23cc6 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (auto-save-list-file-prefix): Set default to
+       `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
+
 2000-04-24  Sam Steingold  <sds@gnu.org>
 
        * time-stamp.el (time-stamp-string-preprocess): Always convert
index dfd2a897790e968bf0d906e8d459cdda61ca35e5..3bcd7dcc734a9e3ea9cb1a07696df7c26bd86526 100644 (file)
@@ -1,5 +1,8 @@
 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
 
+       * fileio.c (Fdo_auto_save): Create directories for auto-save
+       list file if necessary.
+
        * xdisp.c (init_iterator): Set iterator's extra_line_spacing
        from buffer or frame.
        (automatic_hscrolling_p): New variable.
@@ -18,7 +21,7 @@
 
        * buffer.c (init_buffer_once): Handle extra_line_spacing.
        (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
-       (reset_buffer): Don't initialize extra2 and extra3.  Intialize
+       (reset_buffer): Don't initialize extra2 and extra3.  Initialize
        extra_line_spacing from default value.
        (init_buffer_once): Initialize default value of extra_line_spacing.