aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fc66f43f5e5..7985f575cd6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,48 @@
12010-12-27 Andreas Schwab <schwab@linux-m68k.org> 12010-12-27 Andreas Schwab <schwab@linux-m68k.org>
2 2
3 * buffer.c: Remove unused declarations.
4 * buffer.h: Likewise.
5 * charset.h: Likewise.
6 * composite.h: Likewise.
7 * dispextern.h: Likewise.
8 * dispnew.c: Likewise.
9 * font.h: Likewise.
10 * fontset.c: Likewise.
11 * fontset.h: Likewise.
12 * intervals.h: Likewise.
13 * keymap.h: Likewise.
14 * lisp.h: Likewise.
15 * syntax.c: Likewise.
16 * syntax.h: Likewise.
17 * termhooks.h: Likewise.
18 * window.h: Likewise.
19 * xsettings.h: Likewise.
20 * xterm.c: Likewise.
21 * xterm.h: Likewise.
22
23 * chartab.c (sub_char_table_ref): Make static.
24 * dispnew.c (line_hash_code, required_matrix_height)
25 (required_matrix_width): Likewise.
26 * eval.c (interactive_p, apply_lambda): Likewise.
27 * fns.c (string_make_multibyte, copy_hash_table, hash_clear):
28 Likewise.
29 * font.c (QCadstyle, QCregistry, font_make_spec)
30 (font_parse_fcname, font_encode_char, font_at): Likewise.
31 * frame.c (x_frame_get_arg): Likewise.
32 * keymap.c (get_keyelt): Likewise.
33 * lread.c (read_filtered_event): Likewise.
34 * print.c (write_string_1): Likewise.
35 * window.c (delete_window, window_height, window_width)
36 (foreach_window): Likewise.
37 * xrdb.c (x_get_customization_string, x_get_resource): Likewise.
38 * xterm.c (x_scroll_bar_clear, xembed_set_info)
39 (xembed_send_message): Likewise.
40
41 * eval.c (run_hook_list_with_args): Delete.
42 * font.c (font_unparse_gtkname, font_update_lface): Likewise.
43 * terminal.c (get_terminal_param): Likewise.
44 * xterm.c (x_alloc_lighter_color_for_widget): Likewise.
45
3 * scroll.c: Fix comment. 46 * scroll.c: Fix comment.
4 47
5 * dispnew.c (add_window_display_history) 48 * dispnew.c (add_window_display_history)