aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-10-04 13:57:13 +0000
committerKim F. Storm2004-10-04 13:57:13 +0000
commit562020fe6f943c77000fdaa2b3def3ea633fc1b1 (patch)
tree7877be035c4bf1ee6ecf682a33bb5e5df0117b48 /src/ChangeLog
parentcb639b8f7c64fff917e85d8f96431f95959d969c (diff)
downloademacs-562020fe6f943c77000fdaa2b3def3ea633fc1b1.tar.gz
emacs-562020fe6f943c77000fdaa2b3def3ea633fc1b1.zip
(define_frame_cursor1): Do not change frame cursor
while tracking/dragging mouse.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c5ac065b132..d6a7624de20 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12004-10-04 Kim F. Storm <storm@cua.dk> 12004-10-04 Kim F. Storm <storm@cua.dk>
2 2
3 * xdisp.c (define_frame_cursor1): Do not change frame cursor
4 while tracking/dragging mouse.
5 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
6
3 * window.c (coordinates_in_window): Relax check for cursor 7 * window.c (coordinates_in_window): Relax check for cursor
4 on vertial border between mode lines. 8 on vertial border between mode lines.
5 (Fset_window_fringes): Do not allow negative widths. 9 (Fset_window_fringes): Do not allow negative widths.