Mercurial > emacs
comparison src/ChangeLog @ 40747:205f4498ca85
(x_display_and_set_cursor): Fix w32 compilation error.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 05 Nov 2001 15:02:13 +0000 |
parents | a5268e702a5c |
children | e53491847b62 |
comparison
equal
deleted
inserted
replaced
40746:a5268e702a5c | 40747:205f4498ca85 |
---|---|
1 2001-11-05 Sam Steingold <sds@gnu.org> | |
2 | |
3 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error. | |
4 | |
1 2001-11-05 Andreas Schwab <schwab@suse.de> | 5 2001-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. |
4 | 8 |
5 2001-11-05 Dale Hagglund <rdh@yottayotta.com> | 9 2001-11-05 Dale Hagglund <rdh@yottayotta.com> |
33 | 37 |
34 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu> | 38 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu> |
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 |
46 2001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 50 2001-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. |
49 | 53 |
50 * coding.c: Change doc-string comments to `new style' [w/`doc:' | 54 * coding.c: Change doc-string comments to `new style' [w/`doc:' |
329 * xfns.c (x_set_internal_border_width): Set frame garbaged | 333 * xfns.c (x_set_internal_border_width): Set frame garbaged |
330 when X window doesn't exist yet. | 334 when X window doesn't exist yet. |
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>. |
338 | 342 |
339 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il> | 343 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il> |
342 <athornton@sinenomine.net>. | 346 <athornton@sinenomine.net>. |
343 | 347 |
344 2001-10-28 Gerd Moellmann <gerd@gnu.org> | 348 2001-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 |
351 2001-10-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 355 2001-10-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
352 | 356 |
353 * emacs.c: Use argv[0] instead of emacs when -t was specified. | 357 * emacs.c: Use argv[0] instead of emacs when -t was specified. |
354 | 358 |
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 |
362 * minibuf.c (read_minibuf): Remove unused external declaration of | 366 * minibuf.c (read_minibuf): Remove unused external declaration of |
363 variable `Qread_only'. | 367 variable `Qread_only'. |