aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 405a3f346e7..6fd89a6339d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,32 @@
12010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Use const char* instead of char*.
4 Reduce the number of warnings with -Wwrite-strings.
5 * xrdb.c (get_environ_db, get_system_name):
6 * unexelf.c (find_section):
7 * term.c (string_cost, string_cost_one_line, per_line_cost)
8 (get_named_tty, init_tty):
9 * sysdep.c (sys_subshell):
10 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
11 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
12 * search.c (Freplace_match):
13 * process.c (Fmake_network_process, send_process, init_process):
14 * lread.c (Fload, init_lread):
15 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
16 * keyboard.c (parse_tool_bar_item, struct event_head):
17 * gtkutil.h (xg_get_font_name):
18 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
19 (make_widget_for_menu_item, make_menu_item, create_menus)
20 (xg_make_tool_item):
21 * font.c (parse_matrix, font_parse_name):
22 * floatfns.c (rounding_driver, float_error_fn_name):
23 * filelock.c (get_boot_time_1, lock_file_1):
24 * fileio.c (barf_or_query_if_file_exists, check_writable):
25 * editfns.c (get_system_name, get_operating_system_release)
26 (Fencode_time, Fset_time_zone_rule):
27 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
28 * buffer.c (defvar_per_buffer): Use const.
29
12010-08-08 Kenichi Handa <handa@m17n.org> 302010-08-08 Kenichi Handa <handa@m17n.org>
2 31
3 * charset.c: Include <stdlib.h> 32 * charset.c: Include <stdlib.h>