aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-12-26 13:43:00 -0800
committerPaul Eggert2014-12-26 13:44:31 -0800
commit7a305f8bb5d777caf68702212ef85e7b3cbf765b (patch)
treedd04c55cd5e42e2c9f2388dadc96e148210e23a7 /src/ChangeLog
parent7284a174abc03c9ccf45aa43c939585beea351b7 (diff)
downloademacs-7a305f8bb5d777caf68702212ef85e7b3cbf765b.tar.gz
emacs-7a305f8bb5d777caf68702212ef85e7b3cbf765b.zip
Use bool for boolean in xselect.c, xsettings.c
* xselect.c (x_get_local_selection, struct selection_data) (x_selection_request_lisp_error, struct prop_location) (x_handle_selection_request, x_convert_selection) (waiting_for_other_props_on_window, expect_property_change) (wait_for_property_change, x_handle_property_notify) (x_get_foreign_selection, x_get_window_property) (receive_incremental_selection) (x_get_window_property_as_lisp_data) (lisp_data_to_selection_data, Fx_get_selection_internal) (x_send_client_event): * xselect.c, xterm.h (x_handle_dnd_message): * xsettings.c (dpyinfo_valid, parse_settings, read_settings) (apply_xft_settings, read_and_apply_settings) (xft_settings_event, init_gsettings, init_xsettings) (syms_of_xsettings): Use bool for boolean. * xselect.c (x_get_window_property): Omit last arg, which was an unused boolean. * xsettings.c (apply_xft_settings): Remove 2nd arg, which was always true. All callers changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 72601fe7c58..e8428abc926 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,27 @@
12014-12-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use bool for boolean in xselect.c, xsettings.c
4 * xselect.c (x_get_local_selection, struct selection_data)
5 (x_selection_request_lisp_error, struct prop_location)
6 (x_handle_selection_request, x_convert_selection)
7 (waiting_for_other_props_on_window, expect_property_change)
8 (wait_for_property_change, x_handle_property_notify)
9 (x_get_foreign_selection, x_get_window_property)
10 (receive_incremental_selection)
11 (x_get_window_property_as_lisp_data)
12 (lisp_data_to_selection_data, Fx_get_selection_internal)
13 (x_send_client_event):
14 * xselect.c, xterm.h (x_handle_dnd_message):
15 * xsettings.c (dpyinfo_valid, parse_settings, read_settings)
16 (apply_xft_settings, read_and_apply_settings)
17 (xft_settings_event, init_gsettings, init_xsettings)
18 (syms_of_xsettings):
19 Use bool for boolean.
20 * xselect.c (x_get_window_property): Omit last arg, which was an
21 unused boolean.
22 * xsettings.c (apply_xft_settings): Remove 2nd arg, which was
23 always true. All callers changed.
24
12014-12-26 Eli Zaretskii <eliz@gnu.org> 252014-12-26 Eli Zaretskii <eliz@gnu.org>
2 26
3 * w32proc.c (sys_spawnve, get_lcid_callback): Use strcpy instead 27 * w32proc.c (sys_spawnve, get_lcid_callback): Use strcpy instead