aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2002-04-24 17:06:09 +0000
committerGerd Moellmann2002-04-24 17:06:09 +0000
commit60f2f3f1de2b48cf48d70f0ccb27978f7c628f69 (patch)
tree758cd296b6ed129ba9420927c97a8171d3ceba5e /src/ChangeLog
parent4398e6736e74c34f99dc43571b244ba2eb4791fb (diff)
downloademacs-60f2f3f1de2b48cf48d70f0ccb27978f7c628f69.tar.gz
emacs-60f2f3f1de2b48cf48d70f0ccb27978f7c628f69.zip
(update_text_area): Set phys_cursor_on_p to 0 in the
case of writing a whole row, more or less analogous to the case of writing only parts of a row.
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>