diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 882a4ed093e..7931a9bbfa6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,33 @@ | |||
| 1 | 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Use const char* instead of char*. | ||
| 4 | * xterm.c (x_create_toolkit_scroll_bar): | ||
| 5 | * xfont.c (xfont_list_pattern): | ||
| 6 | * xfns.c (x_default_scroll_bar_color_parameter) | ||
| 7 | (xic_create_fontsetname, x_default_font_parameter) | ||
| 8 | (x_screen_planes): | ||
| 9 | * xdisp.c (c_string_pos, number_of_chars, reseat_to_string) | ||
| 10 | (store_mode_line_string, decode_mode_spec, display_string): | ||
| 11 | * menu.c (digest_single_submenu): | ||
| 12 | * keymap.h (initial_define_key, initial_define_lispy_key): | ||
| 13 | * keymap.c (initial_define_key, initial_define_lispy_key): | ||
| 14 | * image.c (image_error, image_keyword): | ||
| 15 | * gtkutil.h (xg_create_widget, xg_create_scroll_bar): | ||
| 16 | * gtkutil.c (xg_create_widget, xg_create_scroll_bar): | ||
| 17 | * ftfont.c (struct fc_charset_table, ftfont_spec_pattern) | ||
| 18 | (ftfont_list, ftfont_match): | ||
| 19 | * frame.c (frame_parm_table): | ||
| 20 | * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname) | ||
| 21 | (font_unparse_fcname, font_unparse_fcname, font_open_by_name) | ||
| 22 | (font_add_log, font_deferred_log): | ||
| 23 | * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname) | ||
| 24 | (font_unparse_fcname, font_unparse_fcname, font_open_by_name) | ||
| 25 | (font_add_log, font_deferred_log): | ||
| 26 | * emacs.c (argmatch): | ||
| 27 | * dispextern.h (struct it): | ||
| 28 | * coding.c (ENCODE_DESIGNATION): | ||
| 29 | * charset.c (define_charset_internal): Use const. | ||
| 30 | |||
| 3 | * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused. | 31 | * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused. |
| 4 | 32 | ||
| 5 | * xrdb.c: Remove include guard. Remove | 33 | * xrdb.c: Remove include guard. Remove |