aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cde49c410b9..a0deac67367 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,59 @@
12009-11-06 Dan Nicolaescu <dann@ics.uci.edu> 12009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * xterm.c (syms_of_xterm):
4 * xselect.c (syms_of_xselect):
5 * xmenu.c (syms_of_xmenu):
6 * xfns.c (syms_of_xfns):
7 * xfaces.c (syms_of_xfaces):
8 * xdisp.c (syms_of_xdisp):
9 * window.c (syms_of_window):
10 * w32fns.c (syms_of_w32fns):
11 * undo.c (syms_of_undo):
12 * textprop.c (syms_of_textprop):
13 * terminal.c (syms_of_terminal):
14 * syntax.c (syms_of_syntax):
15 * sound.c (syms_of_sound):
16 * search.c (syms_of_search):
17 * print.c (syms_of_print):
18 * minibuf.c (syms_of_minibuf):
19 * macros.c (syms_of_macros):
20 * keymap.c (syms_of_keymap, initial_define_key)
21 (initial_define_lispy_key):
22 * keyboard.c (syms_of_keyboard):
23 * insdel.c (syms_of_insdel):
24 * image.c (syms_of_image):
25 * fringe.c (syms_of_fringe):
26 * frame.c (syms_of_frame):
27 * fontset.c (syms_of_fontset):
28 * fns.c (syms_of_fns):
29 * fns.c (syms_of_fns):
30 * fileio.c (syms_of_fileio):
31 * fileio.c (syms_of_fileio):
32 * eval.c (syms_of_eval):
33 * doc.c (syms_of_doc):
34 * dispnew.c (syms_of_display):
35 * dired.c (syms_of_dired):
36 * dbusbind.c (syms_of_dbusbind):
37 * data.c (syms_of_data):
38 * composite.c (syms_of_composite):
39 * coding.c (syms_of_coding):
40 * cmds.c (syms_of_cmds):
41 * charset.c (define_charset_internal, syms_of_character):
42 * ccl.c (syms_of_ccl):
43 * category.c (syms_of_category, init_category_once):
44 * casetab.c (syms_of_casetab):
45 * casefiddle.c (syms_of_casefiddle):
46 * callint.c (syms_of_callint):
47 * bytecode.c (syms_of_bytecode):
48 * buffer.c (keys_of_buffer, syms_of_buffer):
49 * alloc.c (syms_of_alloc):
50 * process.c (syms_of_process, init_process):
51 * lread.c (syms_of_lread, init_obarray):
52 * font.c (build_style_table):
53 * emacs.c (syms_of_emacs, main): Replace calls to intern with
54 intern_c_string, calls to make_pure_string with
55 make_pure_c_string. Use pure_cons instead of Fcons.
56
3 * process.c (socket_options): Make it const. 57 * process.c (socket_options): Make it const.
4 (set_socket_option, init_process): Use a const pointer. 58 (set_socket_option, init_process): Use a const pointer.
5 59