Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5117:3742ea8250b5 ben-lisp-object ben-lisp-object-final-ws-year-2005
Checking in final CVS version of workspace 'ben-lisp-object'
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 00:20:27 -0600 |
parents | aaf96f4ba612 |
children | e0db3c197671 |
comparison
equal
deleted
inserted
replaced
5116:e56f73345619 | 5117:3742ea8250b5 |
---|---|
1 2005-11-22 Ben Wing <ben@xemacs.org> | |
2 | |
3 * alloc.c: | |
4 * alloc.c (assert_proper_sizing): | |
5 * alloc.c (alloc_sized_lrecord_1): | |
6 * alloc.c (alloc_sized_lrecord): | |
7 * alloc.c (noseeum_alloc_sized_lrecord): | |
8 * alloc.c (alloc_lrecord): | |
9 * alloc.c (old_alloc_sized_lcrecord): | |
10 * alloc.c (make_vector_internal): | |
11 * alloc.c (make_bit_vector_internal): | |
12 * alloc.c (alloc_automanaged_sized_lcrecord): | |
13 * buffer.c (allocate_buffer): | |
14 * buffer.c (DEFVAR_BUFFER_LOCAL_1): | |
15 * buffer.c (common_init_complex_vars_of_buffer): | |
16 * casetab.c (allocate_case_table): | |
17 * chartab.c (Fmake_char_table): | |
18 * chartab.c (make_char_table_entry): | |
19 * chartab.c (copy_char_table_entry): | |
20 * chartab.c (Fcopy_char_table): | |
21 * console.c (allocate_console): | |
22 * console.c (DEFVAR_CONSOLE_LOCAL_1): | |
23 * console.c (common_init_complex_vars_of_console): | |
24 * data.c (make_weak_list): | |
25 * data.c (make_weak_box): | |
26 * data.c (make_ephemeron): | |
27 * database.c (allocate_database): | |
28 * device-msw.c (allocate_devmode): | |
29 * device.c (allocate_device): | |
30 * dialog-msw.c (handle_question_dialog_box): | |
31 * elhash.c (make_general_lisp_hash_table): | |
32 * elhash.c (Fcopy_hash_table): | |
33 * emacs.c (main_1): | |
34 * event-stream.c: | |
35 * event-stream.c (allocate_command_builder): | |
36 * event-stream.c (free_command_builder): | |
37 * event-stream.c (mark_timeout): | |
38 * event-stream.c (event_stream_generate_wakeup): | |
39 * event-stream.c (event_stream_resignal_wakeup): | |
40 * event-stream.c (event_stream_disable_wakeup): | |
41 * event-stream.c (reinit_vars_of_event_stream): | |
42 * extents.c (allocate_extent_auxiliary): | |
43 * extents.c (allocate_extent_info): | |
44 * extents.c (copy_extent): | |
45 * faces.c (allocate_face): | |
46 * file-coding.c (allocate_coding_system): | |
47 * frame.c (allocate_frame_core): | |
48 * glyphs.c (allocate_image_instance): | |
49 * glyphs.c (allocate_glyph): | |
50 * gui.c (allocate_gui_item): | |
51 * keymap.c (make_keymap): | |
52 * lrecord.h: | |
53 * lrecord.h (ALLOC_LCRECORD): | |
54 * lrecord.h (ALLOC_SIZED_LCRECORD): | |
55 * lrecord.h (struct old_lcrecord_header): | |
56 * lrecord.h (old_alloc_lcrecord_type): | |
57 * lrecord.h (alloc_lrecord_type): | |
58 * lrecord.h (noseeum_alloc_lrecord_type): | |
59 * lstream.c (Lstream_new): | |
60 * mule-charset.c (make_charset): | |
61 * objects.c (Fmake_color_instance): | |
62 * objects.c (Fmake_font_instance): | |
63 * objects.c (reinit_vars_of_objects): | |
64 * opaque.c (make_opaque): | |
65 * opaque.c (make_opaque_ptr): | |
66 * process.c (make_process_internal): | |
67 * rangetab.c (Fmake_range_table): | |
68 * rangetab.c (Fcopy_range_table): | |
69 * scrollbar.c (create_scrollbar_instance): | |
70 * specifier.c (make_specifier_internal): | |
71 * symbols.c (Fdefvaralias): | |
72 * toolbar.c (update_toolbar_button): | |
73 * tooltalk.c (make_tooltalk_message): | |
74 * tooltalk.c (make_tooltalk_pattern): | |
75 * ui-gtk.c (allocate_ffi_data): | |
76 * ui-gtk.c (allocate_emacs_gtk_object_data): | |
77 * ui-gtk.c (allocate_emacs_gtk_boxed_data): | |
78 * window.c (allocate_window): | |
79 * window.c (new_window_mirror): | |
80 * window.c (make_dummy_parent): | |
81 Create a simpler interface (ALLOC_LCRECORD) for allocating | |
82 | |
1 2005-11-22 Ben Wing <ben@xemacs.org> | 83 2005-11-22 Ben Wing <ben@xemacs.org> |
2 | 84 |
3 * mule-coding.c (FROB): | 85 * mule-coding.c (FROB): |
4 Fix crashes printing ISO2022 coding systems. | 86 Fix crashes printing ISO2022 coding systems. |
5 | 87 |