aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a315cb37e47..a306c7f70da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12001-05-31 Gerd Moellmann <gerd@gnu.org>
2
3 * term.c: (tty_cursor_hidden): New variable.
4 (update_begin): Don't call tty_hide_cursor. Clean up.
5 (update_end, set_terminal_window, set_scroll_region): Clean up.
6 (ring_bell, reset_terminal_modes): Clean up.
7 (tty_hide_cursor, tty_show_cursor): Hide/show cursor depending
8 on tty_cursor_hidden.
9 (write_glyphs): Call tty_hide_cursor.
10
12001-05-30 Stefan Monnier <monnier@cs.yale.edu> 112001-05-30 Stefan Monnier <monnier@cs.yale.edu>
2 12
3 * buffer.c (copy_overlays): Make ENABLE_CHECKING happy. 13 * buffer.c (copy_overlays): Make ENABLE_CHECKING happy.