\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
+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
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.
* 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.