From: Gerd Moellmann Date: Mon, 24 Apr 2000 18:48:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abfcc168d3ccc3247bb19029cd23db3b0544ce98;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 88829953fed..426a485eca3 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -16,6 +16,10 @@ images and toolkit scrollbars. Use the --help option to list them. * 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 92a3a562eef..94aa19f81f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-04-24 Gerd Moellmann + + * 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 * time-stamp.el (time-stamp-string-preprocess): Always convert diff --git a/src/ChangeLog b/src/ChangeLog index dfd2a897790..3bcd7dcc734 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-04-24 Gerd Moellmann + * 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.