aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 71774535462..287215392db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12013-10-29 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.
4 * ftxfont.c (ftxfont_get_gcs):
5 * gtkutil.c (xg_set_widget_bg, xg_set_background_color):
6 * xfaces.c (x_free_colors, x_free_dpy_colors)
7 (x_create_gc, unload_color):
8 * xselect.c (x_property_data_to_lisp):
9 * xsettings.c (parse_settings):
10 * xterm.c (x_copy_color, x_alloc_lighter_color, x_setup_relief_color)
11 (get_bits_and_offset): Adjust definition.
12 * frame.c (XParseGeometry): Adjust locals.
13 * lisp.h (toplevel): Adjust EMACS_UINT type definition.
14 * regex.h (toplevel): Likewise for reg_syntax_t.
15
12013-10-29 Stefan Monnier <monnier@iro.umontreal.ca> 162013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 17
3 * eval.c (run_hook_with_args): Use FUNCTIONP. 18 * eval.c (run_hook_with_args): Use FUNCTIONP.