aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog30
1 files changed, 16 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b8443f56832..10533c8c7e6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fns.c: Use AREF/ASIZE macros.
4 (concat): Provide the full ANSI prototype.
5
12006-11-24 Juanma Barranquero <lekktu@gmail.com> 62006-11-24 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix. 8 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
@@ -42,15 +47,13 @@
42 47
432006-11-19 Andreas Schwab <schwab@gnu.org> 482006-11-19 Andreas Schwab <schwab@gnu.org>
44 49
45 * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize 50 * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize supports.
46 supports.
47 51
48 * xmenu.c (Fx_popup_menu): Initialize selection. 52 * xmenu.c (Fx_popup_menu): Initialize selection.
49 53
502006-11-18 Andreas Schwab <schwab@suse.de> 542006-11-18 Andreas Schwab <schwab@suse.de>
51 55
52 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to 56 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to mark_memory.
53 mark_memory.
54 57
552006-11-17 Tetsurou Okazaki <okazaki@be.to> (tiny change) 582006-11-17 Tetsurou Okazaki <okazaki@be.to> (tiny change)
56 59
@@ -68,8 +71,7 @@
68 71
692006-11-14 Kenichi Handa <handa@m17n.org> 722006-11-14 Kenichi Handa <handa@m17n.org>
70 73
71 * coding.c (code_convert_region): Initialize 74 * coding.c (code_convert_region): Initialize coding->heading_ascii.
72 coding->heading_ascii.
73 (decode_coding_string, code_convert_region): Likewise. 75 (decode_coding_string, code_convert_region): Likewise.
74 76
752006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 772006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
@@ -166,7 +168,7 @@
166 168
1672006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change) 1692006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
168 170
169 * s/netbsd.h (POSIX_SIGNALS): Defined. 171 * s/netbsd.h (POSIX_SIGNALS): Define.
170 172
1712006-11-05 Martin Rudalics <rudalics@gmx.at> 1732006-11-05 Martin Rudalics <rudalics@gmx.at>
172 174
@@ -199,8 +201,8 @@
199 (unexec_regions_merge): Don't merge if null pages of preceding region 201 (unexec_regions_merge): Don't merge if null pages of preceding region
200 is not too small. Use long format in printf. 202 is not too small. Use long format in printf.
201 (copy_segment, copy_data_segment): Show filesize. 203 (copy_segment, copy_data_segment): Show filesize.
202 (copy_data_segment): Write filesize bytes of region data. Adjust 204 (copy_data_segment): Write filesize bytes of region data.
203 filesize in segment command accordingly. 205 Adjust filesize in segment command accordingly.
204 (dump_it): Use long format in printf. 206 (dump_it): Use long format in printf.
205 207
2062006-11-05 Juanma Barranquero <lekktu@gmail.com> 2082006-11-05 Juanma Barranquero <lekktu@gmail.com>
@@ -299,8 +301,8 @@
299 `swap_nibbles' static const. 301 `swap_nibbles' static const.
300 (atsu_get_text_layout_with_text_ptr): Make variables `lengths', 302 (atsu_get_text_layout_with_text_ptr): Make variables `lengths',
301 `tags', `sizes', `values' static const. 303 `tags', `sizes', `values' static const.
302 (mac_draw_string_common): Make variables `context' static. Make 304 (mac_draw_string_common): Make variables `context' static.
303 variables `tags', `sizes', and `values' static const. 305 Make variables `tags', `sizes', and `values' static const.
304 (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click) 306 (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
305 (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match) 307 (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
306 (mac_to_x_fontname, parse_x_font_name, add_mac_font_name) 308 (mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
@@ -311,8 +313,8 @@
311 (fn_keycode_to_keycode_table): Make static const. 313 (fn_keycode_to_keycode_table): Make static const.
312 (mac_load_query_font): Make variables `tags', `sizes', `values', 314 (mac_load_query_font): Make variables `tags', `sizes', `values',
313 `types', and `selectors' static const. 315 `types', and `selectors' static const.
314 (mac_handle_command_event, mac_handle_window_event): Make 316 (mac_handle_command_event, mac_handle_window_event):
315 variables `names' and `types' static const. 317 Make variables `names' and `types' static const.
316 (init_command_handler, install_window_handler): Make variables 318 (init_command_handler, install_window_handler): Make variables
317 `specs*' static const. 319 `specs*' static const.
318 (mac_handle_font_event, mac_handle_text_input_event) 320 (mac_handle_font_event, mac_handle_text_input_event)
@@ -404,7 +406,7 @@
4042006-10-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 4062006-10-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
405 407
406 * gtkutil.c (get_utf8_string): Remove warnings with casts. 408 * gtkutil.c (get_utf8_string): Remove warnings with casts.
407 (xg_tool_bar_button_cb): Ditto 409 (xg_tool_bar_button_cb): Ditto.
408 (xg_tool_bar_callback): Ditto. 410 (xg_tool_bar_callback): Ditto.
409 411
4102006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 4122006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>