aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-29 14:50:07 +0000
committerRichard M. Stallman2002-08-29 14:50:07 +0000
commita007b9d218dad5a90163215db83fe7d958ae5659 (patch)
tree7aabdf4c83f851fc6311e6381a72d94d17e20cc9 /src
parent8f876842caf3a513504f9df746f953eb38d3ac62 (diff)
downloademacs-a007b9d218dad5a90163215db83fe7d958ae5659.tar.gz
emacs-a007b9d218dad5a90163215db83fe7d958ae5659.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 85043a7147e..6f200686592 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12002-08-28 Richard M. Stallman <rms@gnu.org>
2
3 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
4 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
5 (Vblink_cursor_alist): New variable.
6 (syms_of_w32fns): Initialize and defvar it.
7 (x_specified_cursor_type): Recognize Qbox for filled box.
8 Exceptions are hollow boxes.
9 (Qbox, Qhollow): New variables.
10 (syms_of_w32fns): Initialize and staticpro them.
11
12 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
13 New macros.
14 (struct w32_output): New fields blink_off_cursor, blink_off_cursor_width.
15 (FRAME_CURSOR_WIDTH): New macro.
16
17 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
18 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
19
20 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
21 for bar cursor.
22
23 * w32term.c (expose_overlaps): New function.
24 (expose_window): Use it to fix the display of overlapping rows.
25
12002-08-28 Simon Josefsson <jas@extundo.com> 262002-08-28 Simon Josefsson <jas@extundo.com>
2 27
3 * xfns.c (Fx_open_connection): Improve help when X connection 28 * xfns.c (Fx_open_connection): Improve help when X connection