aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3a870511bba..51724faf9c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * xfns.c (x_decode_color, x_set_name, x_window): Now static. 3 * xfns.c (x_decode_color, x_set_name, x_window): Now static.
4 (Fx_create_frame): Add braces to silence GCC warning. 4 (Fx_create_frame): Add braces to silence GCC warning.
5 (Fx_file_dialog, Fx_select_font): Fix pointer signedness. 5 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
6 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
7 Remove unused locals.
6 8
72011-03-09 Paul Eggert <eggert@cs.ucla.edu> 92011-03-09 Paul Eggert <eggert@cs.ucla.edu>
8 10