aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b5dabee3d81..7e28431348c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12002-04-24 Gerd Moellmann <gerd@gnu.org> 12002-04-24 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
4 case of writing a whole row, more or less analogous to the case of
5 writing only parts of a row.
6
7 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
8 0 for NO_CURSOR.
9
3 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error. 10 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
4 11
52002-04-23 Colin Walters <walters@verbum.org> 122002-04-23 Colin Walters <walters@verbum.org>