diff options
| author | Paul Eggert | 2015-01-13 21:19:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-13 21:20:31 -0800 |
| commit | 3ef29501b029567156440d257c758b99099213fe (patch) | |
| tree | 32b48cd3c2b4d2e704c23e1e1690ed598b19fb31 /src/ChangeLog | |
| parent | 785adfcc8dee02ac544f80e4f7f8d3d5b2965981 (diff) | |
| download | emacs-3ef29501b029567156440d257c758b99099213fe.tar.gz emacs-3ef29501b029567156440d257c758b99099213fe.zip | |
Use bool for boolean in xmenu.c, xml.c
* xmenu.c (x_menu_set_in_use, popup_get_selection)
(Fx_menu_bar_open_internal, popup_widget_loop)
(x_activate_menubar, xg_crazy_callback_abort)
(update_frame_menubar, set_frame_menubar)
(initialize_frame_menubar, free_frame_menubar)
(create_and_show_popup_menu, x_menu_show)
(create_and_show_dialog, x_dialog_show):
* xml.c (libxml2_loaded_p, init_libxml2_functions, parse_region)
(Flibxml_parse_html_region, Flibxml_parse_xml_region):
* xrdb.c (main) [TESTRM]:
* xsettings.c (init_gsettings):
* xterm.c (XFillRectangle, xg_scroll_callback)
(xg_end_scroll_callback):
* xterm.h (x_menu_set_in_use) [USE_GTK || USE_MOTIF]:
Use bool for boolean.
* xmenu.c (TRUE): Remove; no longer used.
(show_help_event): Remove long-unused code.
(set_frame_menubar): Remove "#if 1" and corresponding "#endif" lines.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8d05ec13295..67f48660b1a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2015-01-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use bool for boolean in xmenu.c, xml.c | ||
| 4 | * xmenu.c (x_menu_set_in_use, popup_get_selection) | ||
| 5 | (Fx_menu_bar_open_internal, popup_widget_loop) | ||
| 6 | (x_activate_menubar, xg_crazy_callback_abort) | ||
| 7 | (update_frame_menubar, set_frame_menubar) | ||
| 8 | (initialize_frame_menubar, free_frame_menubar) | ||
| 9 | (create_and_show_popup_menu, x_menu_show) | ||
| 10 | (create_and_show_dialog, x_dialog_show): | ||
| 11 | * xml.c (libxml2_loaded_p, init_libxml2_functions, parse_region) | ||
| 12 | (Flibxml_parse_html_region, Flibxml_parse_xml_region): | ||
| 13 | * xrdb.c (main) [TESTRM]: | ||
| 14 | * xsettings.c (init_gsettings): | ||
| 15 | * xterm.c (XFillRectangle, xg_scroll_callback) | ||
| 16 | (xg_end_scroll_callback): | ||
| 17 | * xterm.h (x_menu_set_in_use) [USE_GTK || USE_MOTIF]: | ||
| 18 | Use bool for boolean. | ||
| 19 | * xmenu.c (TRUE): Remove; no longer used. | ||
| 20 | (show_help_event): Remove long-unused code. | ||
| 21 | (set_frame_menubar): Remove "#if 1" and corresponding "#endif" lines. | ||
| 22 | |||
| 1 | 2015-01-13 Paul Eggert <eggert@cs.ucla.edu> | 23 | 2015-01-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 24 | ||
| 3 | Don't say Fnext_read_file_uses_dialog_p is const | 25 | Don't say Fnext_read_file_uses_dialog_p is const |