aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2001-11-05 15:02:13 +0000
committerSam Steingold2001-11-05 15:02:13 +0000
commitb116830bc0974600668e633d1bdfd7dfed63e6f7 (patch)
tree37c1b23e471f219d38227f71576cf6abd48c7f96 /src/ChangeLog
parent3297e2a11e2b09fd7e20af8bc56681e5a0750b25 (diff)
downloademacs-b116830bc0974600668e633d1bdfd7dfed63e6f7.tar.gz
emacs-b116830bc0974600668e633d1bdfd7dfed63e6f7.zip
(x_display_and_set_cursor): Fix w32 compilation error.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 9 insertions, 5 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