diff options
| author | Dmitry Antipov | 2013-10-29 20:08:08 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-10-29 20:08:08 +0400 |
| commit | 2d9783e0b938d0e3550fee7efbb3c6b8b5f18462 (patch) | |
| tree | 09159c8a6b0b4d12bc00a9c21f80f641f69bdb47 /src/ChangeLog | |
| parent | 23af34b00ca14782ba5d1bbada43cd26962739b4 (diff) | |
| download | emacs-2d9783e0b938d0e3550fee7efbb3c6b8b5f18462.tar.gz emacs-2d9783e0b938d0e3550fee7efbb3c6b8b5f18462.zip | |
Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.
* ftxfont.c (ftxfont_get_gcs):
* gtkutil.c (xg_set_widget_bg, xg_set_background_color):
* xfaces.c (x_free_colors, x_free_dpy_colors)
(x_create_gc, unload_color):
* xselect.c (x_property_data_to_lisp):
* xsettings.c (parse_settings):
* xterm.c (x_copy_color, x_alloc_lighter_color, x_setup_relief_color)
(get_bits_and_offset): Adjust definition.
* frame.c (XParseGeometry): Adjust locals.
* lisp.h (toplevel): Adjust EMACS_UINT type definition.
* regex.h (toplevel): Likewise for reg_syntax_t.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2013-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. |