aboutsummaryrefslogtreecommitdiffstats
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
parent8f876842caf3a513504f9df746f953eb38d3ac62 (diff)
downloademacs-a007b9d218dad5a90163215db83fe7d958ae5659.tar.gz
emacs-a007b9d218dad5a90163215db83fe7d958ae5659.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog25
2 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 226f6d8da92..4babcec6a42 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-08-29 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
4 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
5 to don't-warn list.
6
12002-08-29 Kim F. Storm <storm@cua.dk> 72002-08-29 Kim F. Storm <storm@cua.dk>
2 8
3 * kmacro.el: Changed default bindings from F7/F8 to F3/F4. 9 * kmacro.el: Changed default bindings from F7/F8 to F3/F4.
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