aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-01-16 23:06:10 +0000
committerKim F. Storm2002-01-16 23:06:10 +0000
commita2c6de8ecabbae4960714b7f630691fad3cbd899 (patch)
treea35a5f2c17cf104854968fab6ef08a78469d0176 /src/ChangeLog
parent465c939061844b3e864393fa9583b5a2b263cfab (diff)
downloademacs-a2c6de8ecabbae4960714b7f630691fad3cbd899.tar.gz
emacs-a2c6de8ecabbae4960714b7f630691fad3cbd899.zip
(x_erase_phys_cursor): Don't erase cursor if cursor row
is invisible. This can happen if cursor is on top line of a window, and we switch to a buffer with a header line.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 24df4986e42..57e508f9f27 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,8 @@
4 is invisible. This can happen if cursor is on top line of a 4 is invisible. This can happen if cursor is on top line of a
5 window, and we switch to a buffer with a header line. 5 window, and we switch to a buffer with a header line.
6 6
7 * w32term.c (x_erase_phys_cursor): ditto.
8
72002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 92002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
8 10
9 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of 11 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of