*** empty log message ***

This commit is contained in:
Gerd Moellmann
2000-04-24 18:48:24 +00:00
parent 73f13e5a9d
commit abfcc168d3
3 changed files with 13 additions and 1 deletions

View File

@@ -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

View 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

View 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.