aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 094343b2d56..719984f5038 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -16,7 +16,10 @@
16 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros, 16 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
17 so that the caller can use some name other than gcpro1. 17 so that the caller can use some name other than gcpro1.
18 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros. 18 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
19 * xfns.c (x_decode_color, x_set_name, x_window): Now static. 19 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
20 (Fx_backspace_delete_keys_p):
21 Use them to avoid shadowing, and rename vars to avoid shadowing.
22 (x_decode_color, x_set_name, x_window): Now static.
20 (Fx_create_frame): Add braces to silence GCC warning. 23 (Fx_create_frame): Add braces to silence GCC warning.
21 (Fx_file_dialog, Fx_select_font): Fix pointer signedness. 24 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
22 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame): 25 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):