diff options
| author | Paul Eggert | 2014-12-21 19:35:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-21 19:36:28 -0800 |
| commit | 455e54691f2e95ff1ec1e3e81f3e271775269af2 (patch) | |
| tree | 25948f57dc47a4ca25c03e58d89a4c18930a646e /src/ChangeLog | |
| parent | be4304d8d824100b9c877988cd6c8df5e102c2ae (diff) | |
| download | emacs-455e54691f2e95ff1ec1e3e81f3e271775269af2.tar.gz emacs-455e54691f2e95ff1ec1e3e81f3e271775269af2.zip | |
Use bool for boolean in xterm.c
* frame.h, nsterm.m, w32term.c, w32term.h, xterm.c:
(x_set_window_size, x_bitmap_icon):
* nsterm.m (ns_frame_raise_lower, x_new_font):
* termhooks.h (struct terminal.toggle_invisible_pointer_hook)
(struct terminal.frame_raise_lower_hook):
* w32term.c (w32_frame_raise_lower):
* xterm.c, xterm.h (x_text_icon):
* xterm.c (x_update_window_begin, x_update_window_end)
(x_update_end, x_after_update_window_line)
(x_set_glyph_string_gc, x_draw_glyph_string_background)
(x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground)
(x_alloc_lighter_color, x_draw_relief_rect)
(x_draw_glyph_string_box, x_draw_image_relief)
(x_draw_image_glyph_string, x_draw_stretch_glyph_string)
(x_draw_underwave, x_draw_glyph_string, x_show_hourglass)
(x_hide_hourglass):
(XFillRectangle) [HAVE_GTK3]:
(XTtoggle_invisible_pointer, frame_highlight, frame_unhighlight)
(x_focus_changed, x_find_modifier_meanings, note_mouse_movement)
(XTmouse_position, xt_action_hook, xt_horizontal_action_hook)
(x_send_scroll_bar_event, xm_scroll_callback)
(xg_scroll_callback, xaw_jump_callback, xaw_scroll_callback)
(x_create_toolkit_scroll_bar)
(x_create_horizontal_toolkit_scroll_bar)
(x_set_toolkit_horizontal_scroll_bar_thumb, x_scroll_bar_create)
(x_scroll_bar_set_handle, XTset_vertical_scroll_bar)
(XTset_horizontal_scroll_bar, x_scroll_bar_expose)
(x_scroll_bar_handle_click, x_scroll_bar_note_movement)
(x_scroll_bar_report_motion)
(x_horizontal_scroll_bar_report_motion, x_net_wm_state)
(handle_one_xevent, XTread_socket, x_draw_bar_cursor)
(x_draw_window_cursor, x_clear_errors)
(x_trace_wire, x_new_font, x_set_offset, wm_supports)
(set_wm_state, x_set_sticky, get_current_wm_state)
(do_ewmh_fullscreen, x_handle_net_wm_state)
(x_check_expected_move, x_sync_with_move, x_wait_for_event)
(x_set_window_size_1, XTframe_raise_lower)
(x_make_frame_visible, x_iconify_frame)
(x_timeout_atimer_activated_flag, same_x_server, x_display_ok)
(x_term_init, x_process_timeouts, x_activate_timeout_atimer)
(x_delete_terminal, x_initialize, syms_of_xterm):
Use bool for boolean.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 51ab3396ef3..c857430a8cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,50 @@ | |||
| 1 | 2014-12-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use bool for boolean in xterm.c | ||
| 4 | * frame.h, nsterm.m, w32term.c, w32term.h, xterm.c: | ||
| 5 | (x_set_window_size, x_bitmap_icon): | ||
| 6 | * nsterm.m (ns_frame_raise_lower, x_new_font): | ||
| 7 | * termhooks.h (struct terminal.toggle_invisible_pointer_hook) | ||
| 8 | (struct terminal.frame_raise_lower_hook): | ||
| 9 | * w32term.c (w32_frame_raise_lower): | ||
| 10 | * xterm.c, xterm.h (x_text_icon): | ||
| 11 | * xterm.c (x_update_window_begin, x_update_window_end) | ||
| 12 | (x_update_end, x_after_update_window_line) | ||
| 13 | (x_set_glyph_string_gc, x_draw_glyph_string_background) | ||
| 14 | (x_draw_glyph_string_foreground) | ||
| 15 | (x_draw_composite_glyph_string_foreground) | ||
| 16 | (x_alloc_lighter_color, x_draw_relief_rect) | ||
| 17 | (x_draw_glyph_string_box, x_draw_image_relief) | ||
| 18 | (x_draw_image_glyph_string, x_draw_stretch_glyph_string) | ||
| 19 | (x_draw_underwave, x_draw_glyph_string, x_show_hourglass) | ||
| 20 | (x_hide_hourglass): | ||
| 21 | (XFillRectangle) [HAVE_GTK3]: | ||
| 22 | (XTtoggle_invisible_pointer, frame_highlight, frame_unhighlight) | ||
| 23 | (x_focus_changed, x_find_modifier_meanings, note_mouse_movement) | ||
| 24 | (XTmouse_position, xt_action_hook, xt_horizontal_action_hook) | ||
| 25 | (x_send_scroll_bar_event, xm_scroll_callback) | ||
| 26 | (xg_scroll_callback, xaw_jump_callback, xaw_scroll_callback) | ||
| 27 | (x_create_toolkit_scroll_bar) | ||
| 28 | (x_create_horizontal_toolkit_scroll_bar) | ||
| 29 | (x_set_toolkit_horizontal_scroll_bar_thumb, x_scroll_bar_create) | ||
| 30 | (x_scroll_bar_set_handle, XTset_vertical_scroll_bar) | ||
| 31 | (XTset_horizontal_scroll_bar, x_scroll_bar_expose) | ||
| 32 | (x_scroll_bar_handle_click, x_scroll_bar_note_movement) | ||
| 33 | (x_scroll_bar_report_motion) | ||
| 34 | (x_horizontal_scroll_bar_report_motion, x_net_wm_state) | ||
| 35 | (handle_one_xevent, XTread_socket, x_draw_bar_cursor) | ||
| 36 | (x_draw_window_cursor, x_clear_errors) | ||
| 37 | (x_trace_wire, x_new_font, x_set_offset, wm_supports) | ||
| 38 | (set_wm_state, x_set_sticky, get_current_wm_state) | ||
| 39 | (do_ewmh_fullscreen, x_handle_net_wm_state) | ||
| 40 | (x_check_expected_move, x_sync_with_move, x_wait_for_event) | ||
| 41 | (x_set_window_size_1, XTframe_raise_lower) | ||
| 42 | (x_make_frame_visible, x_iconify_frame) | ||
| 43 | (x_timeout_atimer_activated_flag, same_x_server, x_display_ok) | ||
| 44 | (x_term_init, x_process_timeouts, x_activate_timeout_atimer) | ||
| 45 | (x_delete_terminal, x_initialize, syms_of_xterm): | ||
| 46 | Use bool for boolean. | ||
| 47 | |||
| 1 | 2014-12-20 Paul Eggert <eggert@cs.ucla.edu> | 48 | 2014-12-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 49 | ||
| 3 | * composite.h (struct composition.width): Now int | 50 | * composite.h (struct composition.width): Now int |