Mercurial > emacs
comparison src/ChangeLog @ 105959:ba3ffbd9c422
* process.c (ifflag_def): Make flag_sym constant.
(Fnetwork_interface_info): Use a constant pointer.
(ifflag_table):
* xfns.c (cursor_bits):
* xdisp.c (power_letter):
* termcap.c (speeds, esctab):
* sysdep.c (baud_convert):
* keyboard.c (lispy_accent_codes, modifier_names):
* image.c (xbm_format, xpm_format, pbm_format, png_format)
(jpeg_format, tiff_format, gif_format, svg_format)
(interlace_start, interlace_increment, gs_format):
* gtkutil.c (separator_names):
* fringe.c (swap_nibble):
* fns.c (base64_value_to_char, base64_char_to_value):
* fileio.c (make_temp_name_tbl):
* coding.c (suffixes): Make constant.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 11 Nov 2009 20:11:51 +0000 |
parents | 341a779db1d0 |
children | 61e7ce7dcc26 |
comparison
equal
deleted
inserted
replaced
105958:341a779db1d0 | 105959:ba3ffbd9c422 |
---|---|
1 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu> | 1 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * process.c (ifflag_def): Make flag_sym constant. | |
4 (Fnetwork_interface_info): Use a constant pointer. | |
5 (ifflag_table): | |
6 * xfns.c (cursor_bits): | |
7 * xdisp.c (power_letter): | |
8 * termcap.c (speeds, esctab): | |
9 * sysdep.c (baud_convert): | |
10 * keyboard.c (lispy_accent_codes, modifier_names): | |
11 * image.c (xbm_format, xpm_format, pbm_format, png_format) | |
12 (jpeg_format, tiff_format, gif_format, svg_format) | |
13 (interlace_start, interlace_increment, gs_format): | |
14 * gtkutil.c (separator_names): | |
15 * fringe.c (swap_nibble): | |
16 * fns.c (base64_value_to_char, base64_char_to_value): | |
17 * fileio.c (make_temp_name_tbl): | |
18 * coding.c (suffixes): Make constant. | |
2 | 19 |
3 * frame.c (make_initial_frame): | 20 * frame.c (make_initial_frame): |
4 * buffer.c (init_buffer_once): Use make_pure_c_string instead of | 21 * buffer.c (init_buffer_once): Use make_pure_c_string instead of |
5 build_string. | 22 build_string. |
6 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory. | 23 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory. |
16 * xfaces.c (syms_of_xfaces): | 33 * xfaces.c (syms_of_xfaces): |
17 * xdisp.c (syms_of_xdisp): | 34 * xdisp.c (syms_of_xdisp): |
18 * lread.c (syms_of_lread): | 35 * lread.c (syms_of_lread): |
19 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of | 36 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of |
20 build_string. | 37 build_string. |
38 | |
21 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files. | 39 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files. |
22 | 40 |
23 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | 41 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca> |
24 | 42 |
25 * fns.c (Fplist_get): Merge the active and the uncommented code. | 43 * fns.c (Fplist_get): Merge the active and the uncommented code. |