aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog14
-rw-r--r--src/w32term.c2
2 files changed, 10 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b65a631218..ba2fa496cde 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-11-05 Sam Steingold <sds@gnu.org>
2
3 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
4
12001-11-05 Andreas Schwab <schwab@suse.de> 52001-11-05 Andreas Schwab <schwab@suse.de>
2 6
3 * sound.c (sound_perror): Save errno from being clobbered. 7 * sound.c (sound_perror): Save errno from being clobbered.
@@ -35,14 +39,14 @@
35 39
36 * buffer.c (Fbuffer_local_value): New function. 40 * buffer.c (Fbuffer_local_value): New function.
37 (syms_of_buffer): defsubr it. 41 (syms_of_buffer): defsubr it.
38 42
39 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local 43 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
40 value of `cursor-in-non-selected-windows'. 44 value of `cursor-in-non-selected-windows'.
41 45
42 * lisp.h (Qcursor_in_non_selected_windows): New declaration. 46 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
43 * xdisp.c (Qcursor_in_non_selected_windows): New variable. 47 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
44 (syms_of_xdisp): Initialize it. 48 (syms_of_xdisp): Initialize it.
45 49
462001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 502001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
47 51
48 * xfns.c (Fx_create_frame): Doc fix. 52 * xfns.c (Fx_create_frame): Doc fix.
@@ -331,7 +335,7 @@
331 335
332 * xterm.c (x_after_update_window_line): Clear internal border 336 * xterm.c (x_after_update_window_line): Clear internal border
333 in different circumstances. 337 in different circumstances.
334 338
335 * xterm.c (XTread_socket) <KeyPress>: Don't use 339 * xterm.c (XTread_socket) <KeyPress>: Don't use
336 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa 340 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
337 <handa@etl.go.jp>. 341 <handa@etl.go.jp>.
@@ -344,7 +348,7 @@
3442001-10-28 Gerd Moellmann <gerd@gnu.org> 3482001-10-28 Gerd Moellmann <gerd@gnu.org>
345 349
346 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color. 350 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
347 351
348 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing 352 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
349 a loop counter. 353 a loop counter.
350 354
@@ -355,7 +359,7 @@
355 * keyboard.c: Change doc-string comments to `new style' [w/`doc:' 359 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
356 keyword]. 360 keyword].
357 Fix typos in comments. 361 Fix typos in comments.
358 362
359 * emacs.c (bug_reporting_address): New function. 363 * emacs.c (bug_reporting_address): New function.
360 Use it when displaying usage message. 364 Use it when displaying usage message.
361 365
diff --git a/src/w32term.c b/src/w32term.c
index b9d1a1e9317..7a5185820a1 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -9530,7 +9530,7 @@ x_display_and_set_cursor (w, on, hpos, vpos, x, y)
9530 marked off, draw no cursor. In all other cases, we want a hollow 9530 marked off, draw no cursor. In all other cases, we want a hollow
9531 box cursor. */ 9531 box cursor. */
9532 cursor_non_selected 9532 cursor_non_selected
9533 = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows 9533 = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows,
9534 w->buffer)); 9534 w->buffer));
9535 new_cursor_width = -1; 9535 new_cursor_width = -1;
9536 if (cursor_in_echo_area 9536 if (cursor_in_echo_area