Mercurial > emacs
comparison src/ChangeLog @ 59587:ebf1aa515e20
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 16 Jan 2005 19:18:31 +0000 |
parents | 48285e3eb00e |
children | 5fc1db8fac5b |
comparison
equal
deleted
inserted
replaced
59586:2f6084ef9fec | 59587:ebf1aa515e20 |
---|---|
1 2005-01-16 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix. | |
4 | |
1 2005-01-16 Steven Tamm <steventamm@mac.com> | 5 2005-01-16 Steven Tamm <steventamm@mac.com> |
2 | 6 |
3 * macterm.c (mac_to_x_fontname): Removed spurious argument. | 7 * macterm.c (mac_to_x_fontname): Removed spurious argument. |
4 | 8 |
5 2005-01-16 Andreas Schwab <schwab@suse.de> | 9 2005-01-16 Andreas Schwab <schwab@suse.de> |
12 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *. | 16 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *. |
13 | 17 |
14 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 18 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
15 | 19 |
16 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW) | 20 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW) |
17 (READABLE_EVENTS_FILTER_EVENTS) | 21 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES): |
18 (READABLE_EVENTS_IGNORE_SQUEEZABLES): New flags for readable_events. | 22 New flags for readable_events. |
19 get_filtered_input_pending, readable_filtered_events): Removed. | 23 (get_filtered_input_pending, readable_filtered_events): Removed. |
20 (tracking_off): Call readable_events and get_input_pending with | 24 (tracking_off): Call readable_events and get_input_pending with |
21 flag READABLE_EVENTS_DO_TIMERS_NOW. | 25 flag READABLE_EVENTS_DO_TIMERS_NOW. |
22 (readable_events): Move code from old readable_filtered_events here, | 26 (readable_events): Move code from old readable_filtered_events here, |
23 but check new READABLE_EVENTS_* in argument flags instead of previous | 27 but check new READABLE_EVENTS_* in argument flags instead of previous |
24 two boolean arguments do_timers_now and filter_events. | 28 two boolean arguments do_timers_now and filter_events. |
25 If we are doing mouse tracking and the mouse moved, return only if | 29 If we are doing mouse tracking and the mouse moved, return only if |
26 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags. | 30 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags. |
27 (swallow_events): Call get_input_pending with flag | 31 (swallow_events): Call get_input_pending with flag |
28 READABLE_EVENTS_DO_TIMERS_NOW. | 32 READABLE_EVENTS_DO_TIMERS_NOW. |
29 (get_input_pending): Move code from old get_filtered_input_pending | 33 (get_input_pending): Move code from old get_filtered_input_pending |
30 here. Replace boolean arguments do_timers_now, filter_events with | 34 here. Replace boolean arguments do_timers_now, filter_events with |
31 flags, and pass flags to readable_events. Document new | 35 flags, and pass flags to readable_events. Document new |
32 READABLE_EVENTS_* flags. | 36 READABLE_EVENTS_* flags. |
33 (detect_input_pending_ignore_squeezables): New function. | 37 (detect_input_pending_ignore_squeezables): New function. |
34 (detect_input_pending_run_timers): Call get_input_pending with flag | 38 (detect_input_pending_run_timers): Call get_input_pending with flag |
36 (Finput_pending_p): Call get_input_pending with flags | 40 (Finput_pending_p): Call get_input_pending with flags |
37 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS. | 41 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS. |
38 | 42 |
39 * dispnew.c (update_window, update_frame_1): Replace calls to | 43 * dispnew.c (update_window, update_frame_1): Replace calls to |
40 detect_input_pending with detect_input_pending_ignore_squeezables | 44 detect_input_pending with detect_input_pending_ignore_squeezables |
41 so that redisplay is not paused if the event queue contains only | 45 so that redisplay is not paused if the event queue contains only |
42 mouse movements. | 46 mouse movements. |
43 | 47 |
44 * lisp.h: Declare detect_input_pending_ignore_squeezables. | 48 * lisp.h: Declare detect_input_pending_ignore_squeezables. |
45 | 49 |
46 2005-01-15 Steven Tamm <steventamm@mac.com> | 50 2005-01-15 Steven Tamm <steventamm@mac.com> |
47 | 51 |
48 * macterm.c (Vmac_use_core_graphics): defined for | 52 * macterm.c (Vmac_use_core_graphics): Declare variable for |
49 mac-allow-anti-aliasing | 53 mac-allow-anti-aliasing. |
50 (syms_of_macterm): Added mac-allow-anti-aliasing | 54 (syms_of_macterm): DEFVAR_LISP and initialize it. |
51 (mac_draw_string_common): Use core graphics text rendering if | 55 (mac_draw_string_common): Use core graphics text rendering if |
52 mac-allow-anti-aliasing is enabled. | 56 mac-allow-anti-aliasing is enabled. |
53 | 57 |
54 * macfns.c (Fx_file_dialog): Save As dialog includes only the | 58 * macfns.c (Fx_file_dialog): Save As dialog includes only the |
55 file name in the text box. | 59 file name in the text box. |