diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a306c7f70da..1f0283fe4c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-05-31 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-31 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * fileio.c (Fdo_auto_save): Don't try to create the directory of | ||
| 4 | auto-save-list-file-name when shutting down Emacs, because | ||
| 5 | creating the directory might signal an error, and leaves | ||
| 6 | Emacs in a strange state. | ||
| 7 | |||
| 3 | * term.c: (tty_cursor_hidden): New variable. | 8 | * term.c: (tty_cursor_hidden): New variable. |
| 4 | (update_begin): Don't call tty_hide_cursor. Clean up. | 9 | (update_begin): Don't call tty_hide_cursor. Clean up. |
| 5 | (update_end, set_terminal_window, set_scroll_region): Clean up. | 10 | (update_end, set_terminal_window, set_scroll_region): Clean up. |