annotate src/ChangeLog @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 1ccc32a20af4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1 2000-11-14 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
3 * XEmacs 21.2.37 is released.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
4
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
6
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
7 * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
8 Add comments about discarded return value.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
9
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
10 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
11
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
12 * callint.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
13 * event-stream.c: Fix comments. Remove some #if 0'ed part.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
14
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
15 2000-10-27 Andy Piper <andy@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
16
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
17 * gutter.c (Fset_default_gutter_position): default left and right
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
18 gutters to visible.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
19 (calculate_gutter_size): calculate resonable heuristic for left
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
20 and right gutter sizes.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
21 (specifier_vars_of_gutter): change left and right gutter sizes to
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
22 autodetect.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
23 (calculate_gutter_size_from_display_lines): new function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
24 (output_gutter): check for resizing on left and right gutters.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
25 (clear_gutter): don't special case top and left gutters.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
26 (specifier_vars_of_gutter): use new signature for
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
27 set_specifier_caching.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
28
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
29 * glyphs-x.c (x_redisplay_widget): spelling fix.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
30 * glyphs.c (specifier_vars_of_glyphs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
31 * menubar.c (specifier_vars_of_menubar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
32 * redisplay.c (specifier_vars_of_redisplay):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
33 * toolbar.c (specifier_vars_of_toolbar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
34 * window.c (specifier_vars_of_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
35 * scrollbar.c (specifier_vars_of_scrollbar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
36 (complex_vars_of_scrollbar): use new signature for
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
37 set_specifier_caching.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
38
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
39 * specifier.c (set_specifier_caching): include recompute flag.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
40 (recompute_one_cached_specifier_in_window): always recompute if
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
41 flag set.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
42 (recompute_one_cached_specifier_in_frame): ditto.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
43
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
44 * specifier.h (struct specifier_caching): add recompute flag.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
45
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
46 2000-10-24 Andy Piper <andy@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
47
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
48 * unexcw.c (copy_executable_and_dump_data_section): add new
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
49 BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
50 5.0 happy.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
51
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
52 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
53
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
54 * console-x.h (x_device): New member modifier_release_time.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
55 * event-Xt.c (x_handle_sticky_modifiers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
56 Bound interval modifier keys are sticky.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
57 * event-stream.c (Vmodifier_keys_sticky_time): New variable.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
58 * events.h: extern it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
59
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
60 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
61
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
62 * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
63
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
64 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
65
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
66 * event-stream.c (execute_command_event): Preserve current_events
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
67 and the like when event is misc-user-event.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
68 Inhibit quit during the call to maybe_echo_keys.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
69
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
70 2000-10-31 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
71
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
72 * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
73 symlink when buffer is killed.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
74 (inhibit_clash_detection): New variable.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
75
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
76 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
77
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
78 * console.c (Fset_input_method): Trigger redisplay on tty.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
79
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
80 2000-11-07 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
81
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
82 * process.c (Fprocess_status): Revert to previous behavior:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
83 (process-status "nosuchprocess") ==> nil
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
84
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
85 2000-11-06 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
86
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
87 * mule-charset.h (CHARSET_BY_LEADING_BYTE):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
88 Work around another GCC 2.95.2 optimizer bug.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
89
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
90 2000-11-02 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
91
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
92 * process.c (Fget_process): Use LIST_LOOP_2.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
93 (kill_buffer_processes): Use LIST_LOOP_2.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
94
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
95 * minibuf.c (Fall_completions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
96 Delete old non-functional code for FSF fourth argument.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
97
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
98 * frame.c (frame_matches_frame_spec):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
99 Renamed from `frame_matches_frametype'. Update all callers.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
100 (device_matches_device_spec):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
101 Renamed from 'device_matches_console_spec'. Update all callers.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
102
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
103 * doc.c (Fsubstitute_command_keys):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
104 Remove buffer overflow crash. Small code cleanups.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
105
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
106 * casetab.c (check_case_table): Simpler code.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
107
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
108 * window.c (Freplace_buffer_in_windows):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
109 Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
110 (and similar implementation) as Fdelete_windows_on.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
111 Update all callers.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
112
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
113 * alloc.c (Fmake_list):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
114 * alloc.c (make_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
115 * alloc.c (Fmake_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
116 * alloc.c (make_bit_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
117 * alloc.c (Fmake_bit_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
118 * alloc.c (Fbit_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
119 * alloc.c (Fmake_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
120 * alloc.c (Fpurecopy):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
121 * alloc.c (Fmemory_limit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
122 * buffer.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
123 * buffer.c (Fget_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
124 * buffer.c (Fkill_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
125 * buffer.c (complex_vars_of_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
126 * bytecode.c (Fcompiled_function_stack_depth):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
127 * callint.c (Fprefix_numeric_value):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
128 * event-stream.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
129 * event-stream.c (Fread_key_sequence):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
130 * casetab.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
131 * casetab.c (Fcase_table_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
132 * casetab.c (check_case_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
133 * casetab.c (Fset_case_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
134 * casetab.c (Fset_standard_case_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
135 * chartab.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
136 * chartab.c (Fchar_table_type):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
137 * chartab.c (Freset_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
138 * chartab.c (Fget_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
139 * chartab.c (Fget_range_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
140 * chartab.c (Fput_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
141 * chartab.c (Fmap_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
142 * chartab.c (Fcategory_table_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
143 * chartab.c (Fcheck_category_at):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
144 * chartab.c (Fchar_in_category_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
145 * chartab.c (Fcategory_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
146 * chartab.c (Fcopy_category_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
147 * chartab.c (Fset_category_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
148 * chartab.c (Fcategory_designator_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
149 * chartab.c (Fcategory_table_value_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
150 * cmds.c (Fdelete_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
151 * cmds.c (Fdelete_backward_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
152 * cmds.c (Fself_insert_command):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
153 * cmds.c (Fself_insert_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
154 * console.c (Fvalid_console_type_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
155 * console.c (Fcdfw_console):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
156 * console.c (Fconsole_type):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
157 * console.c (Fconsole_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
158 * console.c (Fconsole_device_list):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
159 * console.c (Fconsole_on_window_system_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
160 * data.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
161 * data.c (Feq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
162 * data.c (Fold_eq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
163 * data.c (Fsubr_interactive):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
164 * data.c (Fchar_to_int):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
165 * data.c (Fint_to_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
166 * data.c (Fsetcar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
167 * data.c (Fsetcdr):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
168 * data.c (Fnumber_to_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
169 * data.c (Fstring_to_number):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
170 * data.c (Frem):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
171 * database.c (mark_database):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
172 * database.c (finalize_database):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
173 * database.c (Fdatabase_live_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
174 * database.c (Fdatabasep):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
175 * device-x.c (Fx_get_resource):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
176 * device.c (Fdfw_device):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
177 * dired.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
178 * dired.c (Ffile_name_completion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
179 * dired.c (Ffile_name_all_completions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
180 * dired.c (Fuser_name_completion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
181 * dired.c (Fuser_name_completion_1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
182 * dired.c (Fuser_name_all_completions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
183 * doc.c (Fdocumentation):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
184 * doc.c (Fdocumentation_property):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
185 * doc.c (Fsubstitute_command_keys):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
186 * editfns.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
187 * editfns.c (Fchar_to_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
188 * editfns.c (Fstring_to_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
189 * editfns.c (Ftemp_directory):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
190 * editfns.c (Finsert_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
191 * editfns.c (Fbuffer_substring_no_properties):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
192 * editfns.c (Fnarrow_to_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
193 * editfns.c (Fchar_equal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
194 * editfns.c (Fchar_Equal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
195 * editfns.c (Ftranspose_regions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
196 * emacs.c (Fdump_emacs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
197 * eval.c (Fthrow):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
198 * eval.c (Fcommand_execute):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
199 * eval.c (Fautoload):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
200 * eval.c (Fbacktrace):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
201 * eval.c (Fbacktrace_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
202 * events.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
203 * events.c (Fcopy_event):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
204 * events.c (Fcharacter_to_event):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
205 * events.c (Fevent_button):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
206 * events.c (Fevent_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
207 * extents.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
208 * extents.c (Fnext_extent_change):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
209 * extents.c (Fextent_property):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
210 * faces.c (Ffacep):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
211 * faces.c (Fmake_face):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
212 * file-coding.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
213 * file-coding.c (Fencode_shift_jis_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
214 * file-coding.c (Fencode_big5_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
215 * fileio.c (Ffile_name_directory):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
216 * fileio.c (Ffile_name_nondirectory):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
217 * fileio.c (Ffile_name_as_directory):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
218 * fileio.c (Fdirectory_file_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
219 * fileio.c (Ffile_truename):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
220 * fileio.c (Fsubstitute_in_file_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
221 * fileio.c (Ffile_modes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
222 * fileio.c (Fset_file_modes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
223 * fileio.c (Fset_default_file_modes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
224 * fileio.c (Fverify_visited_file_modtime):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
225 * floatfns.c (Facos):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
226 * floatfns.c (Fasin):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
227 * floatfns.c (Fatan):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
228 * floatfns.c (Fcos):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
229 * floatfns.c (Fsin):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
230 * floatfns.c (Ftan):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
231 * floatfns.c (Fbessel_j0):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
232 * floatfns.c (Fbessel_j1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
233 * floatfns.c (Fbessel_jn):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
234 * floatfns.c (Fbessel_y0):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
235 * floatfns.c (Fbessel_y1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
236 * floatfns.c (Fbessel_yn):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
237 * floatfns.c (Ferf):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
238 * floatfns.c (Ferfc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
239 * floatfns.c (Flog_gamma):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
240 * floatfns.c (Fexp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
241 * floatfns.c (Fexpt):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
242 * floatfns.c (Flog):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
243 * floatfns.c (Flog10):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
244 * floatfns.c (Fsqrt):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
245 * floatfns.c (Fcube_root):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
246 * floatfns.c (Facosh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
247 * floatfns.c (Fasinh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
248 * floatfns.c (Fatanh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
249 * floatfns.c (Fcosh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
250 * floatfns.c (Fsinh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
251 * floatfns.c (Ftanh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
252 * floatfns.c (Fabs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
253 * floatfns.c (Ffloat):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
254 * floatfns.c (Flogb):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
255 * floatfns.c (Fceiling):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
256 * floatfns.c (Ffloor):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
257 * floatfns.c (Fround):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
258 * floatfns.c (Ftruncate):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
259 * floatfns.c (Ffceiling):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
260 * floatfns.c (Fffloor):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
261 * floatfns.c (Ffround):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
262 * floatfns.c (Fftruncate):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
263 * fns.c (Fstring_equal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
264 * fns.c (Fstring_lessp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
265 * fns.c (concat2):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
266 * fns.c (concat3):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
267 * fns.c (vconcat2):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
268 * fns.c (vconcat3):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
269 * fns.c (Fsubstring):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
270 * fns.c (Fassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
271 * fns.c (Fold_assoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
272 * fns.c (assoc_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
273 * fns.c (Fassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
274 * fns.c (Fold_assq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
275 * fns.c (assq_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
276 * fns.c (Frassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
277 * fns.c (Fold_rassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
278 * fns.c (Frassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
279 * fns.c (Fold_rassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
280 * fns.c (rassq_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
281 * fns.c (Fremassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
282 * fns.c (remassoc_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
283 * fns.c (Fremassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
284 * fns.c (remassq_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
285 * fns.c (Fremrassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
286 * fns.c (Fremrassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
287 * fns.c (remrassq_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
288 * fns.c (Fsort):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
289 * fns.c (Fplist_get):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
290 * fns.c (Fplist_put):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
291 * fns.c (Fplist_remprop):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
292 * fns.c (Fplist_member):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
293 * fns.c (Flax_plist_get):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
294 * fns.c (Flax_plist_put):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
295 * fns.c (Flax_plist_remprop):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
296 * fns.c (Flax_plist_member):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
297 * fns.c (Fequal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
298 * fns.c (Fold_equal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
299 * fns.c (Frequire):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
300 * fns.c (Fbase64_encode_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
301 * fns.c (Fbase64_encode_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
302 * fns.c (Fbase64_decode_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
303 * frame.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
304 * frame.c (frame_matches_frame_spec):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
305 * frame.c (device_matches_device_spec):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
306 * frame.c (next_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
307 * frame.c (previous_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
308 * frame.c (Fnext_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
309 * frame.c (Fprevious_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
310 * frame.c (Fframe_property):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
311 * frame.c (Fset_frame_height):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
312 * frame.c (Fset_frame_size):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
313 * frame.h:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
314 * glyphs.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
315 * glyphs.c (if):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
316 * glyphs.c (decode_error_behavior_flag):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
317 * glyphs.c (Fmake_image_instance):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
318 * indent.c (Findent_to):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
319 * intl.c (Fignore_defer_gettext):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
320 * keymap.c (Fkeymapp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
321 * keymap.c (Flookup_key):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
322 * lread.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
323 * lread.c (Fload_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
324 * lread.c (Feval_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
325 * lread.c (Feval_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
326 * macros.c (Fexecute_kbd_macro):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
327 * marker.c (set_marker_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
328 * marker.c (Fset_marker):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
329 * marker.c (set_marker_restricted):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
330 * marker.c (Fcopy_marker):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
331 * marker.c (noseeum_copy_marker):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
332 * menubar.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
333 * menubar.c (Fpopup_menu):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
334 * minibuf.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
335 * mule-charset.c (Fcharset_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
336 * mule-charset.c (Fchar_charset):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
337 * mule-charset.c (Fchar_octet):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
338 * mule-charset.c (Fsplit_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
339 * mule-wnnfns.c (Fwnn_open):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
340 * mule-wnnfns.c (Fwnn_dict_comment):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
341 * mule-wnnfns.c (Fwnn_quit_henkan):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
342 * mule-wnnfns.c (Fwnn_word_toroku):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
343 * mule-wnnfns.c (Fwnn_word_sakujo):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
344 * mule-wnnfns.c (Fwnn_word_use):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
345 * mule-wnnfns.c (Fwnn_hindo_set):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
346 * objects.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
347 * objects.c (Fmake_color_instance):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
348 * objects.c (Fmake_font_instance):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
349 * print.c (Fwrite_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
350 * process.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
351 * process.c (mark_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
352 * process.c (print_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
353 * process.c (get_process_from_usid):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
354 * process.c (Fprocessp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
355 * process.c (Fprocess_live_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
356 * process.c (Fget_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
357 * process.c (Fget_buffer_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
358 * process.c (get_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
359 * process.c (Fprocess_id):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
360 * process.c (Fprocess_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
361 * process.c (Fprocess_command):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
362 * process.c (init_process_io_handles):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
363 * process.c (start_process_unwind):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
364 * process.c (Fstart_process_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
365 * process.c (Fopen_multicast_group_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
366 * process.c (Fset_process_window_size):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
367 * process.c (read_process_output):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
368 * process.c (send_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
369 * process.c (Fprocess_tty_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
370 * process.c (Fset_process_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
371 * process.c (Fprocess_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
372 * process.c (Fprocess_mark):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
373 * process.c (set_process_filter):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
374 * process.c (Fset_process_filter):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
375 * process.c (Fprocess_filter):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
376 * process.c (Fprocess_send_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
377 * process.c (Fprocess_send_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
378 * process.c (exec_sentinel):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
379 * process.c (Fset_process_sentinel):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
380 * process.c (Fprocess_sentinel):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
381 * process.c (status_notify):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
382 * process.c (Fprocess_status):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
383 * process.c (Fprocess_exit_status):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
384 * process.c (process_send_signal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
385 * process.c (Fprocess_send_eof):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
386 * process.c (deactivate_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
387 * process.c (remove_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
388 * process.c (Fdelete_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
389 * process.c (kill_buffer_processes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
390 * process.c (Fprocess_kill_without_query):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
391 * process.c (Fprocess_kill_without_query_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
392 * rangetab.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
393 * rangetab.c (Fget_range_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
394 * rangetab.c (Fput_range_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
395 * rangetab.c (Fremove_range_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
396 * rangetab.c (Fclear_range_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
397 * search.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
398 * search.c (Fskip_chars_forward):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
399 * search.c (Fskip_chars_backward):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
400 * search.c (Fskip_syntax_forward):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
401 * search.c (Fskip_syntax_backward):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
402 * search.c (search_command):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
403 * search.c (Freplace_match):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
404 * search.c (Fregexp_quote):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
405 * select.c (Fown_selection_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
406 * select.c (Fselection_owner_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
407 * select.c (Fselection_exists_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
408 * select.c (Fget_selection_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
409 * specifier.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
410 * symbols.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
411 * symbols.c (Fintern):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
412 * symbols.c (Fintern_soft):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
413 * symbols.c (Funintern):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
414 * symbols.c (Fapropos_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
415 * symbols.c (Fset_default):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
416 * syntax.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
417 * syntax.c (Fsyntax_table_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
418 * syntax.c (Fcopy_syntax_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
419 * syntax.c (Fset_syntax_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
420 * syntax.c (Fchar_syntax):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
421 * syntax.c (syntax_match):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
422 * syntax.c (Fmatching_paren):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
423 * syntax.c (Fforward_word):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
424 * syntax.c (scan_lists):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
425 * syntax.c (Fscan_lists):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
426 * syntax.c (Fscan_sexps):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
427 * syntax.c (Fparse_partial_sexp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
428 * toolbar.c (Fcheck_toolbar_button_syntax):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
429 * tooltalk.doc:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
430 * window.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
431 * window.c (Fwindowp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
432 * window.c (Fwindow_live_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
433 * window.c (Fwindow_point):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
434 * window.c (Fdelete_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
435 * window.c (Fnext_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
436 * window.c (Fprevious_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
437 * window.c (Fother_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
438 * window.c (window_loop):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
439 * window.c (Fget_lru_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
440 * window.c (Fsplit_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
441 * window.c (Fenlarge_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
442 * window.c (Fenlarge_window_pixels):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
443 * window.c (Fshrink_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
444 * window.c (Fshrink_window_pixels):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
445 * window.c (change_window_height):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
446 * window.c (Fwindow_configuration_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
447 * window.c (Fcurrent_window_configuration):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
448 * window.h:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
449 * casefiddle.c (casify_object):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
450 * casefiddle.c (Fupcase):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
451 * casefiddle.c (Fdowncase):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
452 * casefiddle.c (Fcapitalize):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
453 * casefiddle.c (Fupcase_initials):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
454 * casefiddle.c (casify_region_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
455 * casefiddle.c (casify_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
456 * casefiddle.c (Fupcase_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
457 * casefiddle.c (Fdowncase_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
458 * casefiddle.c (Fcapitalize_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
459 * casefiddle.c (Fupcase_initials_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
460 * casefiddle.c (Fupcase_word):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
461 * casefiddle.c (Fdowncase_word):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
462 * casefiddle.c (Fcapitalize_word):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
463 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
464 Replace 0 with '\0' when working with bytes.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
465 Replace initial "(" with "\(" in docstrings.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
466
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
467 2000-11-01 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
468
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
469 * config.h.in: Handle alloca with Compaq C on Alpha Linux.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
470
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
471 * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
472
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
473 2000-10-31 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
474
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
475 * eldap.c (print_ldap): 64-bit cleaner. Fixes warning.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
476
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
477 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
478
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
479 * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
480 correctly.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
481
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
482 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
483
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
484 * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
485 (inhibit_auto_save_session): New variable.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
486 (vars_of_fileio): Declare and initialize them.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
487 * fileio.c (Fdo_auto_save): Don't create session file if
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
488 Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
489
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
490 2000-10-31 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
491
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
492 * sgiplay.c (play_internal): C++ compilability.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
493 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
494 * callproc.c (Fold_call_process_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
495 Remove unused vars `env', `first'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
496 * scrollbar.c (update_scrollbar_instance):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
497 #### unused var `current_window'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
498 * redisplay-tty.c: Put currently unused vars insert_mode_on,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
499 etc. within #ifdef NOT_YET.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
500 * emacs.c: #### unused vars `initial_argc', `initial_argv'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
501 * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
502 * specifier.c (specifier_instance):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
503 #### unused var `tag'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
504 Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
505
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
506 2000-10-27 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
507
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
508 * fns.c (Fbutlast):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
509 * fns.c (list_sort):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
510 * fns.c (Ffillarray):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
511 * fns.c (bytecode_nconc2):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
512 * fns.c (Fnconc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
513 * fns.c (mapcar1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
514 * fns.c (Fmapconcat):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
515 Be pedantically 64-bit correct. For the time when someone will
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
516 want to have a list with length > 2**32.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
517
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
518 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
519 Work around MIPSpro compiler bug.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
520
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
521 * process-unix.c (unix_kill_child_process): Add snarky comment.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
522 * process-unix.c (try_to_initialize_subtty): Oops, `=' ==> `=='
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
523
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
524 * config.h.in: Oops, _getpt ==> _getpty
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
525
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
526 2000-10-26 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
527
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
528 * config.h.in:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
529 * regex.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
530 Use void*, not char*, as return type of alloca().
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
531
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
532 * alloc.c (free_marker): Side effect inside assert expression!
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
533
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
534 2000-10-16 MIYASHITA Hisashi <himi@m17n.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
535
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
536 * mule-charset.c (Fset_charset_ccl_program): To check
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
537 if the given ccl program is valid, use setup_ccl_program()
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
538 instead of CHECK_VECTOR().
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
539 (Fmake_charset): Likewise.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
540
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
541 2000-10-20 Golubev I. N. <gin@mo.msk.ru>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
542
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
543 * faces.c (get_extent_fragment_face_cache_index):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
544 Fix cachel.merged_faces memory leak.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
545
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
546 2000-10-14 MIYASHITA Hisashi <himi@m17n.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
547
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
548 * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
549 Reset MSB of octets obtained by DECODE_SJIS
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
550 because of the incompatibility with Emacs.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
551 (ccl_driver)<CCL_ENCODE_SJIS>:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
552 Set MSB of octets before passing them to
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
553 ENCODE_SJIS because of the incompatibility
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
554 with Emacs.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
555
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
556 2000-10-18 Daiki Ueno <ueno@unixuser.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
557
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
558 * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
559 (DECLARE_LRECORD): Undo the last change.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
560 (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
561
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
562 2000-10-17 Daiki Ueno <ueno@unixuser.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
563
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
564 * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
565 the implementation to lrecord_implementations_table.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
566
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
567 2000-10-14 Daiki Ueno <ueno@unixuser.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
568
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
569 * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
570 initial value of `lrecord_type_##c_name' and
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
571 `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
572 (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
573 [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
574 [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
575 [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
576
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
577 2000-10-17 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
578
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
579 * miscplay.c (sndcnv8S_2mono):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
580 (sndcnv2monounsigned):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
581 (sndcnvULaw_2linear):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
582 (sndcnv16swap):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
583 Remove implementation-defined behavior.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
584
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
585 2000-10-12 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
586
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
587 * input-method-xlib.c: Warning suppression.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
588
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
589 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
590
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
591 * mule-ccl.c: Sync up with Emacs 21.0.90.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
592 (ccl_driver)<CCL_TranslateCharacter>: Disabled.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
593 Do nothing.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
594 (ccl_driver)<CCL_TranslateCharacterConstTbl>:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
595 Likewise.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
596 (ccl_driver[WriteMultibyteChar2]): Bug fix.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
597 Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
598 MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
599 leading char belongs to official 2-dimensional charset.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
600 (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
601 write the given character as is. Otherwise,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
602 if it is a multibyte char, convert it by
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
603 non_ascii_set_charptr_emchar, then write it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
604 (CCL_WRITE_STRING): Likewise.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
605 (ccl_get_compiled_code): New function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
606 (setup_ccl_program): When ccl_prog is invalid,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
607 return -1.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
608 (Fregister_code_conversion_map): New function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
609 (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
610
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
611 * mule-ccl.h: Sync up with Emacs 21.0.90.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
612 (Fregister_ccl_program): export it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
613
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
614 * redisplay-msw.c (separate_textual_runs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
615 If ccl program is not valid, don't do ccl conversion.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
616
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
617 * redisplay-x.c (separate_textual_runs): Ditto.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
618
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
619 * file-coding.c (Fmake_coding_system):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
620 When type is ccl and value is vector, register it
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
621 with a proper symbol. And checks whether the
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
622 given ccl program is valid.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
623 (mule_decode): When calling ccl_driver, if src indicates
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
624 NULL pointer, set an empty string instead.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
625 (mule_encode): Likewise.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
626
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
627 2000-10-11 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
628
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
629 The following large batch of changes gets us back to a state of
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
630 C++ compilability. Extbyte is now a char, which means that
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
631 Extbyte * and Bufbyte * cannot be freely interchanged - a win!
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
632
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
633 * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
634
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
635 * sound.c (Fplay_sound): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
636
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
637 * select-x.c (hack_motif_clipboard_selection): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
638 (x_get_window_property): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
639 (receive_incremental_selection): unsigned char ==> Extbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
640 (selection_data_to_lisp_data): unsigned char ==> Extbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
641 (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
642 (Fx_store_cutbuffer_internal): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
643
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
644 * process-unix.c (try_to_initialize_subtty): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
645
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
646 * objects-x.c (x_print_color_instance): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
647 (x_print_font_instance): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
648 (x_list_fonts): SExtbyte ==> Extbyte.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
649 (valid_x_font_name_p): SExtbyte ==> Extbyte.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
650 (x_find_charset_font): SExtbyte ==> Extbyte.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
651 Use TO_INTERNAL_FORMAT. build_string ==> make_string.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
652 (truename_via_XListFonts): SExtbyte ==> Extbyte.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
653 (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
654 Use bufbyte_strcmp.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
655
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
656 * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
657 (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
658 (BYTE_ASCII_P): Use bit ops for char-signedness safety.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
659 (BYTE_C0_P): Use bit ops for char-signedness safety.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
660 (BYTE_C1_P): Use bit ops for char-signedness safety.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
661 (CHARSET_BY_LEADING_BYTE):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
662 (CHARSET_BY_ATTRIBUTES):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
663 Always use inline function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
664 Use type_checking_assert.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
665 Hide chlook.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
666
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
667 * mule-charset.c (non_ascii_charptr_copy_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
668 Modify to work with both ASCII and non-ASCII characters.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
669 Improve docs and variable names.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
670 Replace over-clever fall-through switch with a simple loop.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
671 (Lstream_get_emchar_1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
672 Replace over-clever fall-through switch with a simple loop.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
673
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
674 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
675 Warning suppression.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
676
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
677 * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
678 the return value of Lstream_getc, which could be EOF as well.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
679
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
680 * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
681
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
682 * lisp.h: Make Extbyte a char, not unsigned char, so that external
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
683 APIs can be used on Extbytes without casts. Risky!
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
684 (SExtbyte): Remove.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
685 (UExtbyte): Remove.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
686
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
687 * input-method-xlib.c (XIM_init_device):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
688 Use Xlib.h instead of IntrinsicP.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
689 Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
690 which will break in X11R7.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
691 Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
692 to call XRegisterIMInstantiateCallback with correct types.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
693
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
694 * gui-x.c (button_item_to_widget_value): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
695
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
696 * glyphs.c (bitmap_to_lisp_data): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
697
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
698 * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
699 (xbm_instantiate_1): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
700 (BUILD_GLYPH_INST): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
701
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
702 * fileio.c (Fsubstitute_in_file_name): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
703
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
704 * file-coding.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
705 (decode_coding_sjis):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
706 (decode_coding_big5):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
707 (decode_coding_ucs4):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
708 (decode_coding_utf8):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
709 (decode_coding_iso2022):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
710 (decode_coding_no_conversion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
711 Make all decoding functions take an Extbyte * arg.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
712 (encode_coding_sjis):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
713 (encode_coding_big5):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
714 (encode_coding_ucs4):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
715 (encode_coding_utf8):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
716 (encode_coding_iso2022):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
717 (encode_coding_no_conversion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
718 Make all encoding functions take a Bufbyte * arg.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
719 Use size_t instead of unsigned int for memory sizes.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
720 Only cast to unsigned char whenever dereferencing Extbyte *.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
721
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
722 * doc.c (unparesseuxify_doc_string): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
723
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
724 * console-x.c (split_up_display_spec):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
725 Rewrite without using details of internal string representation.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
726 (x_semi_canonicalize_device_connection): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
727
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
728 * config.h.in:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
729 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
730 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
731 (HAVE_XFREE386): Removed.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
732
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
733 * buffer.h (DEC_CHARPTR): `const' correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
734 (bufbyte_strcmp): New.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
735 (bufbyte_memcmp): New.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
736
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
737 * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
738
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
739 * buffer.h (XCHAR_OR_CHAR_INT):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
740 Always use inline function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
741 Remove redundant type checking assert() - XINT will abort quite nicely.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
742
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
743 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
744
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
745 * search.c (Freplace_match): Set newtext to an empty string.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
746
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
747 2000-10-10 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
748
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
749 * s/decosf1-3.h: Remove #include of stropts.h
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
750 * s/ptx.h: Remove #include of stropts.h
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
751 * s/usg5-4.h: Remove #include of stropts.h
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
752 * sysproc.h:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
753 * config.h.in:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
754 Use stropts.h, not sys/stropts.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
755 Use strtio.h, not sys/strtio.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
756
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
757 2000-10-04 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
758
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
759 * XEmacs 21.2.36 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
760
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
761 2000-09-21 Andy Piper <andy@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
762
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
763 * glyphs-x.c (x_redisplay_widget): make sure non-structural
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
764 changes still involve copying the widget tree.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
765 (update_widget_face): make sure a change is register in the widget
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
766 tree. Call update_tab_widget_face appropriately.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
767 (update_tab_widget_face): ditto.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
768 (x_tab_control_redisplay): make sure non-structural changes still
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
769 involve copying the widget tree.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
770
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
771 2000-08-31 Daiki Ueno <ueno@unixuser.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
772
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
773 * lread.c (locate_file): Check the path element is non-nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
774
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
775 2000-10-02 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
776
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
777 * lisp.h: Warning suppression for SCO compilers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
778
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
779 * redisplay-tty.c (reset_tty_modes): Fix crash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
780 E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
781
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
782 2000-09-27 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
783
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
784 Big signal/process handling overhaul. Bugs fixed:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
785 M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
786 M-x comint-kill-subjob should work for both values nil and t of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
787 process-connection-type. It was broken on most platforms.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
788 Testing on Irix and Cygwin still needed. Other plaforms tested.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
789 * sysdep.c: Move #include of stropts.h into sysproc.h. Use pid_t.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
790 * process-unix.c: Signal/Process handling overhaul.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
791 (pty_name): make 64 bytes, as `expect' does, for paranoia.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
792 (allocate_pty): Use all available modern methods of allocating
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
793 ptys, falling back to old style BSD allocation as a last resort.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
794 Use allegedly more secure Unix98 pty allocation by default.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
795 (allocate_pty_the_old_fashioned_way): New. the last resort.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
796 (unix_create_process): Push ptem, ldterm, ttcompat where
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
797 available. Autoconfiscate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
798 (try_to_initialize_subtty): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
799 (unix_kill_child_process): Proper signal handling for ptys on most
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
800 platforms, using special knowledge of AIX, BSD, etc...
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
801 (unix_create_process): Always disconnect_controlling_terminal() for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
802 subprocesses, whether using ptys or not.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
803 * process.h: Remove old getpt-dependent PTY code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
804 * process.c (Fprocess_send_signal): New, obvious generic function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
805 (decode_signal): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
806 (Finterrupt_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
807 (Fkill_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
808 (Fquit_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
809 (Fstop_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
810 (Fcontinue_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
811 (Fsignal_process): Use decode_signal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
812 (process_send_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
813 Many docstring corrections.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
814 Allow any signal to be sent to a process object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
815 * config.h.in: Add symbols for big signal/process overhaul.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
816 * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
817 * sysproc.h: Include process-related headers, where available:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
818 sys/stropts.h sys/strtio.h pty.h libutil.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
819 * s/irix4-0.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
820 * s/irix5-0.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
821 * s/cygwin32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
822 * s/gnu.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
823 * s/linux.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
824 * s/hpux.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
825 * s/aix3-1.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
826 Remove old S&M pty stuff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
827 * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
828 * systty.h: Simplify cpp hackery, improve comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
829 Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
830
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
831 * editfns.c (Fformat_time_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
832 Be a little more paranoid with the return value of ctime.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
833
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
834 * fileio.c (check_executable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
835 (check_writable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
836 Use symbolic constants X_OK, W_OK.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
837
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
838 * console-x.c (split_up_display_spec): Fix a warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
839
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
840 2000-10-02 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
841
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
842 * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
843 * ntproc.c (sys_spawnve): make_string ==> build_string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
844 Small clarity improvements.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
845
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
846 2000-09-30 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
847
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
848 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
849
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
850 * s/windowsnt.h (HAVE_STRCASECMP): Remove.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
851
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
852 * config.h.in (HAVE_STRCASECMP): Remove.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
853
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
854 2000-09-29 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
855
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
856 * redisplay-output.c (redisplay_output_pixmap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
857 Cleaner and possibly more 64-bit correct code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
858
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
859 2000-09-28 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
860
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
861 * dumper.c (pdump_load_finish): move restoration of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
862 `noninteractive1' to emacs.c (main_1).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
863 * emacs.c (main_1): protect LISP-visible command-line flags
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
864 from pdump_load().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
865
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
866 2000-09-26 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
867
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
868 * Makefile.in.in (versionclean): Use EXE_TARGET and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
869 DUMP_TARGET instead of literal program names.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
870
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
871 2000-09-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
872
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
873 * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
874
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
875 2000-09-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
876
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
877 * *: Spelling mega-patch
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
878
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
879 2000-09-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
880
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
881 * fns.c (bad_bad_turtle):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
882 Delete "Eek!" comment, since we fixed the bug to which it refers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
883
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
884 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
885
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
886 * alloca.c: Replace REGISTER with register.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
887
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
888 2000-09-16 Daiki Ueno <ueno@unixuser.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
889
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
890 * file-coding.c (ucs_to_char): Use countof.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
891
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
892 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
893
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
894 * file-coding.c: (ucs_to_char):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
895 (complex_vars_of_file_coding):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
896 Use countof instead of sizeof.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
897 Use CHECK_NATNUM instead of CHECK_INT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
898
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
899 * sysdep.c (strcasecmp): Remove.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
900 * device-x.c (ascii_strcasecmp): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
901 * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
902 Avoid using non-standard non-portable strcasecmp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
903
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
904 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
905
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
906 * Makefile.in.in (mostlyclean): remove reference to prefix-args.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
907 * font-lock.c: remove reference to emacsfns.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
908 * search.c: small doc improvement.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
909 * event-Xt.c: correct file names in comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
910 * console-x.h Correct file names in comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
911 * frame.c: Correct file names in comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
912 * event-stream.c: remove Energize from comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
913
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
914 2000-09-15 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
915
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
916 * symeval.h (DEFERROR_STANDARD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
917 (DEFERROR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
918 (DEFSYMBOL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
919 (DEFSYMBOL_NO_DUMP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
920 (DEFSYMBOL_MULTIWORD_PREDICATE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
921 (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
922 (DEFKEYWORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
923 The construct &##name is not sensible C.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
924 Fixes compilation errors with Unixware native compiler.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
925
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
926 2000-09-14 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
927
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
928 * frame.c (device_matches_console_spec): no longer takes a `frame' arg
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
929 (next_frame_internal): Removed. We now just have next_frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
930 (next_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
931 Write a simpler and cleaner one-pass algorithm.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
932 Remove called_from_delete_device arg and #ifdefed-out code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
933 (previous_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
934 Renamed from prev_frame. Update callers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
935 Cleaned up to have an analogous implementation to next_frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
936 (other_visible_frames_internal): Remove the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
937 called_from_delete_device bogus arg, and hence, remove this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
938 function. Just use other_visible_frames().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
939
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
940 * window.c (Fnext_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
941 Prettify docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
942 Since next_frame() is guaranteed to return a frame, remove check
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
943 for nil inserted in previous patch.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
944 (Fprevious_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
945 Prettify docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
946 Make code look more like Fnext_window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
947 (window_loop):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
948 Respect the `console' arg when iterating through windows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
949 Fixes bug: (get-buffer-window buffer t device) not respecting
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
950 the `device' arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
951 This function needs more work, as others have pointed out.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
952
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
953 * frame.h: Rename prev_frame to previous_frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
954 device_matches_console_spec no longer takes a `frame' arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
955
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
956 * s/gnu.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
957 * s/linux.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
958 * s/hpux.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
959 Use EMACS_BLOCK_SIGNAL instead of sigblock.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
960 From "Golubev I. N." <gin@mo.msk.ru>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
961
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
962 * make-src-depend: Fix typo.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
963
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
964 2000-09-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
965
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
966 * window.c (Fnext_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
967 next_frame() might return nil, not a frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
968 Fixes this crash:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
969 (gdb) run -eval '(progn (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
970
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
971 * frame.c (next_frame_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
972 We've passed a frame if we've passed its device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
973 Fixes this crash:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
974 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
975 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
976
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
977 2000-09-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
978
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
979 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
980 Allow option to suppress accelerators in menu/dialog items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
981 (populate_or_checksum_helper): Pass dialog title through above.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
982
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
983 2000-09-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
984
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
985 * event-msw.c (mswindows_key_to_emacs_keysym):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
986 Add "pause" key, fix "menu" key.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
987
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
988 2000-09-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
989
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
990 * eval.c (reinit_vars_of_eval):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
991 Increase max_lisp_eval_depth to 1000,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
992 required for thai-xtis.el to byte-compile under some circumstances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
993
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
994 2000-09-04 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
995
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
996 * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
997 From Kenichi Handa.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
998
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
999 2000-09-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1000
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1001 * make-src-depend: Make the generated Makefiles smaller.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1002
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1003 * s/hpux.h (SETUP_SLAVE_PTY):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1004 Provide a %d in the format string for the errno argument.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1005
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1006 * editfns.c (Ftemp_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1007 Warning fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1008 Avoid buffer overrun on very long file name.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1009
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1010 * input-method-xlib.c (XIM_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1011 6th parameter of XRegisterIMInstantiateCallback has different
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1012 pointer types on different OSes, so simply cast to (void *).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1013
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1014 * unexhp9k800.c: Warning fixes. Fiddly changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1015
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1016 * sysdll.c (dll_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1017 shl_load will hang hard if passed a NULL filename.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1018 Simply return NULL for compatibility with dlopen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1019 * sysdll.c: Conform to XEmacs coding standards.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1020
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1021 * sysdep.c (get_pty_max_bytes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1022 Support pty input lines longer than 512 bytes on HP-UX 10.20.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1023
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1024 2000-08-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1025
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1026 * tooltalk.c: Add #include <syssignal.h>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1027
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1028 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1029
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1030 * s/hpux.h: Don't use undefined function sigunblock().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1031
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1032 2000-08-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1033
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1034 * config.h.in: Add HAVE_BALLOON_HELP.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1035 * emacs.c: Use HAVE_BALLOON_HELP.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1036 * Makefile.in.in (x_objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1037 Make Balloon Help conditional on finding shape.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1038
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1039 2000-08-23 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1040
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1041 * syntax.c (regex_emacs_buffer_p): New variable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1042 * syntax.h (regex_emacs_buffer_p): extern.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1043 * search.c (looking_at_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1044 (string_match_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1045 (fast_string_match):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1046 (search_buffer): Set regex_emacs_buffer_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1047 * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1048 when before_dot, at_dot, after_dot.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1049
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1050 2000-08-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1051
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1052 * gui-x.c (popup_selection_callback): Only set action_occurred
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1053 when we really have an image instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1054 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1055
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1056 2000-08-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1057
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1058 * gui-msw.c (mswindows_handle_gui_wm_command): set
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1059 action_occurred.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1060 * gui-x.c (popup_selection_callback): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1061
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1062 * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1063 (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1064 (struct Lisp_Image_Instance): add action_occurred flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1065
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1066 * glyphs.c (redisplay_subwindow): use action_occurred flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1067 (image_instance_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1068 (reset_frame_subwindow_instance_cache): only unmap windows - do
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1069 not remove them from the cache also.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1070
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1071 * glyphs-widget.c (tab_control_update): better debug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1072 (progress_gauge_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1073 (layout_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1074 (layout_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1075 (tab_control_order_only_changed): cope with null pending items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1076
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1077 * glyphs-msw.c (mswindows_tab_control_redisplay): add better
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1078 debug. Force selection of an item when an action occurred. Cope
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1079 with null pending_items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1080 (mswindows_progress_gauge_redisplay): better debug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1081 * glyphs-x.c (x_tab_control_redisplay): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1082
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1083 * redisplay.c (redisplay_frame): reset the frame cache if the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1084 frame is garbaged.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1085
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1086 * window.c (Fset_window_configuration): potentially re-enable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1087 frame cache reset.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1088 (window_unmap_subwindows): need to finalize instances here since
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1089 it is only used in mark_window_as_deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1090
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1091 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1092
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1093 * nas.c (SndOpenDataForReading):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1094 nas.c (WaveOpenDataForReading):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1095 nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1096 Somehow escaped from the 2000-08-14 patch.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1097
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1098 2000-08-14 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1099
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1100 * nas.c: Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1101 of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1102
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1103 2000-08-21 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1104
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1105 * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1106 window if it is not already displayed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1107
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1108 * glyphs-msw.c (mswindows_map_subwindow): only map the window if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1109 it is not already displayed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1110
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1111 * window.c (Fset_window_configuration): don't reset the frame
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1112 cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1113
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1114 * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1115 instances from the frame cache if we are actually finalizing them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1116 (reset_frame_subwindow_instance_cache): reset frame cache only
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1117 after unmapping everything.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1118 (map_subwindow): set displayed flag after mapping.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1119
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1120 2000-08-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1121
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1122 * data.c (indirect_function):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1123 Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1124
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1125 * eval.c (function_argcount):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1126 Use original function when signaling errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1127
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1128 2000-08-18 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1129
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1130 * frame.c (delete_frame_internal): use new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1131 free_frame_subwindow_instances name.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1132
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1133 * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1134 (add_tab_item): make return type correct.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1135 (mswindows_tab_control_instantiate): assert index of tab.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1136 (mswindows_tab_control_redisplay): Re-code to use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1137 gui_item_equal_sans_selected and gui_item_list_find_selected.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1138
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1139 * glyphs-widget.c (tab_control_update): Correct comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1140
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1141 * window.c (window_unmap_subwindows): use new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1142 unmap_subwindow_instance_cache_mapper.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1143 (window_unmap_subwindows_cache_mapper): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1144 (Fset_window_configuration): comparisons should now be with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1145 EQ. Preserve the subwindow instance cache across configuration
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1146 changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1147 (allocate_window): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1148 (make_dummy_parent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1149
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1150 * glyphs.c (free_frame_subwindow_instances): rename from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1151 free_frame_subwindow_instance_cache. finalize all instances rather
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1152 than just those in the display cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1153 (finalize_all_subwindow_instances): walk windows unmapping and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1154 finalizing subwindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1155 (unmap_subwindow_instance_cache_mapper): moved from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1156 window.c. Allow finalization as well as unmapping.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1157
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1158 * gui.c (gui_item_list_find_selected): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1159
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1160 * gui.h (gui_item_list_find_selected): declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1161
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1162 * glyphs-x.c (x_tab_control_redisplay): pick tab
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1163 explicitly. Re-code to use gui_item_equal_sans_selected and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1164 gui_item_list_find_selected.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1165
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1166 * glyphs-x.h: add lwlib-utils.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1167
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1168 * buffer.c (Frecord_buffer): undo previous change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1169
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1170 2000-08-09 Vin Shelton <acs@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1171
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1172 * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1173 possible. Create temporary files more securely. The patch was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1174 generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1175 <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch. See
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1176 http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1177 for details.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1178
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1179 2000-08-07 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1180
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1181 * getloadavg.c: remove duplicate (and windows-breaking)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1182 includes of fcntl.h and sys/file.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1183
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1184 * nt.c: remove duplicate getloadavg() definition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1185
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1186 * sysdll.h (Qdll_filename_encoding): add missing stand-in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1187 encodings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1188
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1189 2000-08-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1190
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1191 * eval.c (function_argcount): If function needs to be autoloaded
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1192 actually use the loaded definition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1193 GCPRO function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1194
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1195 2000-08-05 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1196
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1197 * getloadavg.c: add prototype for getloadavg(). remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1198 duplicate WIN32_NATIVE/CYGWIN code (already in the middle
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1199 of the code). remove duplicate header includes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1200
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1201 * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1202
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1203 * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1204 don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1205 useful load average.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1206
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1207 * alloc.c (reinit_alloc_once_early): removed references to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1208 VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1209 the lisp vars are the only things referencing the malloc_sbrk_*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1210 vars, and they were already if 0'd out. these vars only exist
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1211 in the older malloc.c, which is basically unused, and they're
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1212 only for informational purposes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1213
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1214 * m\*.h: removed useless VIRT_ADDR_VARIES.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1215
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1216 * m\powerpc.h: removed stray NO_ARG_ARRAY.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1217
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1218 2000-04-26 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1219
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1220 * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1221 color if the image is a mono pixmap.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1222
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1223 2000-07-30 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1224
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1225 * Makefile.in.in (release):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1226 Remove stray @.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1227
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1228 * buffer.c (directory_is_current_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1229 * dired-msw.c (mswindows_get_files):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1230 * dired.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1231 * dired.c (Fdirectory_files):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1232 * dired.c (file_name_completion_stat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1233 * dired.c (Ffile_attributes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1234 [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1235 preprocessor tricks, to avoid problems on some machines
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1236 (e.g. SCO).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1237
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1238 * callproc.c (egetenv): GC docs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1239
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1240 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1241 * console-msw.h (struct mswindows_dialog_id):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1242 * lrecord.h (lrecord_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1243 New object for use with MSW dialogs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1244
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1245 * console.h (struct console_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1246 New enable/disable frame methods, for proper modal dialogs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1247
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1248 * device-msw.c (msprinter_default_printer): Fix to follow
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1249 proper Mule conventions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1250
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1251 * device-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1252 * device-msw.c (signal_open_printer_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1253 * device-msw.c (msprinter_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1254 * device-msw.c (ensure_not_printing):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1255 * device-msw.c (plist_get_margin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1256 * device-msw.c (Fmsprinter_select_settings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1257 * device-msw.c (finalize_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1258 * device-msw.c (Fmsprinter_settings_despecialize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1259 * device-msw.c (signal_enum_priner_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1260 * extents.c (decode_extent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1261 * extents.c (decode_map_extents_flags):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1262 * extents.c (decode_extent_at_flag):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1263 * extents.c (Fextent_at):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1264 * extents.c (Fextents_at):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1265 * extents.c (symbol_to_glyph_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1266 [[[[2]]]] Use structured errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1267
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1268 * dialog-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1269 * dialog-msw.c (mswindows_is_dialog_msg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1270 * dialog-msw.c (mark_mswindows_dialog_id):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1271 * dialog-msw.c (dialog_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1272 * dialog-msw.c (handle_question_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1273 * dialog-msw.c (syms_of_dialog_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1274 Define new object to clean up marking; use it as a dialog identifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1275 Call new delete-dialog-box-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1276
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1277 * dialog-x.c (dbox_selection_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1278 * dialog-x.c (dbox_descriptor_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1279 * dialog-x.c (x_make_dialog_box_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1280 Call new delete-dialog-box-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1281 Return an id.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1282
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1283 * dialog.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1284 * dialog.c (syms_of_dialog):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1285 * dialog.c (vars_of_dialog):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1286 Define new delete-dialog-box-hook, for use w/modal dialog boxes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1287
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1288 * eval.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1289 * eval.c (signal_call_debugger):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1290 when noninteractive, output stack traces on the console instead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1291 of in a (never-seen) buffer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1292
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1293 * eval.c (signal_type_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1294 * eval.c (invalid_argument_2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1295 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1296 new funs for use w/structured errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1297
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1298 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1299 * event-Xt.c (x_to_emacs_keysym):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1300 * event-Xt.c (describe_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1301 * event-Xt.c (emacs_Xt_event_handler):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1302 * event-Xt.c (vars_of_event_Xt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1303 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1304 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1305 * event-msw.c (vars_of_event_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1306 rename {x,mswindows}-debug-events to debug-{}-events for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1307 consistency with other debug-foo variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1308
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1309 * event-stream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1310 document next-event more clearly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1311
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1312 * fileio.c (Ffile_name_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1313 * fileio.c (Ffile_name_nondirectory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1314 * fileio.c (Funhandled_file_name_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1315 * fileio.c (file_name_as_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1316 * fileio.c (Ffile_name_as_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1317 * fileio.c (directory_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1318 * fileio.c (Fdirectory_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1319 * fileio.c (Fmake_temp_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1320 * fileio.c (Ffile_truename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1321 * fileio.c (Fsubstitute_in_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1322 * fileio.c (expand_and_dir_to_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1323 * fileio.c (barf_or_query_if_file_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1324 * fileio.c (check_executable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1325 * fileio.c (Ffile_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1326 * fileio.c (Ffile_writable_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1327 * fileio.c (Ffile_directory_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1328 * fileio.c (Ffile_regular_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1329 * fileio.c (Ffile_modes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1330 * fileio.c (Ffile_newer_than_file_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1331 * fileio.c (Fverify_visited_file_modtime):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1332 * fileio.c (Fset_visited_file_modtime):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1333 * fileio.c (auto_save_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1334 (1). (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1335 fix up gcpro's.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1336
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1337 * frame-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1338 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1339 * frame-msw.c (mswindows_enable_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1340 * frame-msw.c (error_frame_unsizable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1341 * frame-msw.c (msprinter_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1342 * frame-msw.c (msprinter_init_frame_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1343 * frame-msw.c (console_type_create_frame_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1344 (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1345 implement new enable/disable frame methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1346
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1347 * frame-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1348 * frame-x.c (x_enable_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1349 * frame-x.c (console_type_create_frame_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1350 implement new enable/disable frame methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1351
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1352 * frame.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1353 * frame.c (Fdisable_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1354 * frame.c (syms_of_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1355 * frame.h (struct frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1356 implement new enable/disable frame methods/functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1357
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1358 * general-slots.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1359 add initial-focus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1360
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1361 * glyphs-msw.c (mswindows_widget_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1362 comment that initial-focus should be implemented.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1363
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1364 * glyphs-widget.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1365 * glyphs-widget.c (check_valid_instantiator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1366 * glyphs-widget.c (check_valid_orientation):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1367 * glyphs-widget.c (check_valid_tab_orientation):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1368 * glyphs-widget.c (check_valid_justification):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1369 * glyphs-widget.c (check_valid_border):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1370 * glyphs-widget.c (check_valid_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1371 * glyphs-widget.c (check_valid_int_or_function):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1372 * glyphs-widget.c (check_valid_string_or_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1373 * glyphs-widget.c (check_valid_item_list_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1374 * glyphs-widget.c (widget_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1375 * glyphs-widget.c (combo_box_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1376 * glyphs-widget.c (widget_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1377 * glyphs-widget.c (syms_of_glyphs_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1378 * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1379 * glyphs-widget.c (image_instantiator_combo_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1380 * glyphs-widget.c (image_instantiator_scrollbar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1381 * glyphs-widget.c (image_instantiator_tab_control):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1382 * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1383 (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1384 support (unimplemented) keyword initial-focus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1385 reindent long macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1386
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1387 * glyphs-x.c (x_redisplay_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1388 * glyphs-x.c (x_button_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1389 * glyphs-x.c (x_button_redisplay):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1390 * glyphs-x.c (x_progress_gauge_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1391 * glyphs-x.c (x_edit_field_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1392 * glyphs-x.c (x_combo_box_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1393 * glyphs-x.c (x_tab_control_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1394 * glyphs-x.c (x_label_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1395 * gui-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1396 * gui-x.c (button_item_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1397 * gui-x.c (gui_items_to_widget_values_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1398 * gui-x.c (gui_item_children_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1399 * gui-x.c (gui_items_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1400 * gui-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1401 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1402 add new flag to gui-parsing routines to indicate whether
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1403 accelerator specs should be supported.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1404
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1405 * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1406
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1407 * glyphs.h (struct Lisp_Image_Instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1408 * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1409 add initial-focus flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1410
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1411 * gui.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1412 * gui.c (syms_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1413 * gui.c (vars_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1414 clean up menu-no-selection-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1415
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1416 * gui.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1417 support delete-dialog-box-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1418
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1419 * lread.c (Fload_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1420 * lread.c (locate_file_in_directory_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1421 (1).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1422
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1423 * lrecord.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1424 * lrecord.h (struct toolbar_button):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1425 * lrecord.h (syms_of_toolbar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1426 document how to create a new object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1427
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1428 * menubar-msw.c (mswindows_char_is_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1429 may be called on frames w/o menus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1430
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1431 * menubar.c (vars_of_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1432 clean up :filter docs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1433
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1434 * nt.c (readdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1435 * ntproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1436 (1).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1437
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1438 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1439 * process-nt.c (validate_signal_number):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1440 * process-nt.c (signal_cannot_launch):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1441 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1442 * process-nt.c (nt_send_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1443 * process-nt.c (nt_kill_child_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1444 * process-nt.c (nt_open_network_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1445 * process-nt.c (syms_of_process_nt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1446 (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1447 delete quote-handling. call new lisp code that does it better.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1448
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1449 * process-unix.c (connect_to_file_descriptor):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1450 * process-unix.c (allocate_pty):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1451 * process-unix.c (unix_send_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1452 * process-unix.c (unix_kill_child_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1453 * process-unix.c (unix_open_network_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1454 * process-unix.c (unix_open_multicast_group):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1455 (1). (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1456
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1457 * process.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1458 * process.c (Fstart_process_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1459 (2). need to canonicalize process path even if absolute.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1460
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1461 * select-msw.c (symbol_to_ms_cf):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1462 * select-msw.c (ms_cf_to_symbol):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1463 * select-msw.c (cf_is_autofreed):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1464 * select-msw.c (mswindows_destroy_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1465 * select.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1466 * select.c (syms_of_select):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1467 * select.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1468 support dibv5, fix bugs. (from Mike Alexander)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1469
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1470 * select.c (Fget_selection_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1471 * select.c (select_convert_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1472
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1473 * sysdep.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1474 * sysdep.c (xemacs_stat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1475 renamed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1476
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1477 * sysdep.c (mkdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1478 * sysdep.c (rmdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1479 but keep original stat() here because we provide encapsulation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1480 around these funs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1481
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1482 * sysfile.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1483 * sysfile.h (fstat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1484 remove stat garbage.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1485
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1486 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1487 fix X/MSW conflict.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1488 don't include tchar.h. it's inappropriate because it makes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1489 compile-time distinctions when we want runtime distinctions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1490 (we provide our own tchar replacements)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1491
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1492 * toolbar.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1493 use default object printer for toolbar-button.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1494
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1495 * unexcw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1496 make sure we don't encapsulate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1497
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1498 * window.c (vars_of_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1499 emphasize that temp-buffer-show-hook is obsolete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1500
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1501 2000-08-05 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1502
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1503 * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1504 (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1505
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1506 * events.c (Fevent_timestamp_lessp):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1507 Not 64-bit clean. Use EMACS_INT, not int.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1508
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1509 2000-06-05 Andrew Begel <abegel@cs.berkeley.edu>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1510
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1511 * lrecord.h (lrecord_types): Changed lrecord_type_count to an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1512 unsigned int and changed the last enum to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1513 lrecord_type_last_built_in_type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1514 (lrecord_implementations_table): changed prototype to know how
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1515 long the array is supposed to be.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1516 (lrecord_type_count): new unsigned int to keep track of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1517 current number of lisp lrecord types.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1518 (DEFINE_EXTERNAL_LRECORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1519 (DECLARE_EXTERNAL_LRECORD): Added these two for external
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1520 dynamic-modules to declare new lisp types. They are the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1521 as the non-EXTERNAL forms, but declare an lrecord_type unsigned
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1522 int for each new type, and increment lrecord_type_count by 1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1523
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1524 * alloc.c (lrecord_implementations_table): Changed to reference
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1525 lrecord_type_last_built_in_type for the size of the array.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1526 Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1527
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1528 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1529
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1530 * glyphs.h (check_valid_item_list): Renamed from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1531 check_valid_item_list_1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1532
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1533 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1534
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1535 * select.c (Qselect_coerce): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1536 * select.c (Vselection_coercion_alist): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1537 * select.c (syms_of_select): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1538 * select.c (get-selection-internal): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1539 Use the new select-coerce functionality.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1541 * select.c (select_coerce): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1542 * select.h (select_coerce): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1543 New function to coerce one type of data into another.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1544
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1545 2000-08-03 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1546
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1547 * callproc.c (Fcall_process_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1548 (Fcall_process_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1549 * process-unix.c (unix_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1550 Save and restore the value of errno, so that error messages are accurate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1551
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1552 2000-08-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1553
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1554 * elhash.c (print_hash_table):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1555 Fix printing of hash tables to also use `key-and-value' instead of `t'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1556 Prettify docstrings and indentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1557
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1558 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1559
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1560 * window.c (Fwindow_pixel_edges): Subtract frame border and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1561 gutter size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1562
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1563 2000-07-31 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1564
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1565 * buffer.c (Frecord_buffer): make absolutely sure that redisplay
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1566 will acknowledge the change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1567
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1568 * glyphs.h: declare tab_control_order_only_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1569
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1570 * glyphs-x.c (x_tab_control_redisplay): use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1571 tab_control_order_only_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1572
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1573 * glyphs-widget.c (tab_control_order_only_changed): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1574
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1575 * glyphs-msw.c (mswindows_tab_control_redisplay): use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1576 tab_control_order_only_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1577
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1578 * gui.c (gui_item_equal_sans_selected): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1579 (gui_item_equal): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1580
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1581 * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1582 :properties in favor of :items..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1583
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1584 * glyphs-widget.c (check_valid_item_list): rename from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1585 check_valid_item_list_1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1586 (check_valid_item_list_1): renamed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1587 (combo_box_validate): deprecate :properties in favor of :items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1588 (widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1589 (tab_control_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1590 (image_instantiator_combo_box): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1591 (image_instantiator_tree_view): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1592 (image_instantiator_tab_control): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1593 (layout_post_instantiate): remove dead code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1594
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1595 * print.c (debug_print_no_newline): only write to debugger if in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1596 WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1597
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1598 * elhash.c (Fmake_hash_table): update doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1599
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1600 * event-msw.c (mswindows_wnd_proc): don't allow processing of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1601 messages whilst in GC. This at least stops XEmacs crashing but has
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1602 the potential for wierd behaviour.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1603
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1604 2000-07-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1605
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1606 * config.h.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1607 Make existence of s&m files optional.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1608
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1609 * s/bsd386.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1610 * s/freebsd.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1611 * s/gnu.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1612 * s/netbsd.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1613 * s/sol2.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1614 * lisp.h: Remove getloadavg() declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1615 * fns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1616 Include <sys/loadavg.h> if available.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1617 Don't declare our own getloadavg() if HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1618 * config.h.in: Group together getloadavg()-related macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1619 Use only configure-time tests to detect getloadavg().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1620
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1621 2000-07-30 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1622
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1623 * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1624
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1625 2000-07-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1626
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1627 * syswindows.h: add tchar.h for native builds.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1628
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1629 * frame.c (syms_of_frame): remove set-glyph-image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1630
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1631 * general-slots.h: add Qset_glyph_image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1632
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1633 * glyphs-widget.c (layout_update): add domain arg to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1634 set-glyph-image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1635 (syms_of_glyphs_widget): remove set-glyph-image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1636
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1637 2000-07-23 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1638
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1639 * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1640 Vpopup_frame_list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1641
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1642 2000-07-22 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1643
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1644 * symsinit.h: add syms_of_win32().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1645
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1646 * gui-msw.c (syms_of_gui_mswindows): remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1647 Fmswindows_shell_execute.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1648 (Fmswindows_shell_execute): moved to win32.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1649
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1650 * emacs.c (main_1): add syms_of_win32 ().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1651
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1652 * win32.c (init_potentially_nonexistent_functions): rewrite in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1653 compiler-friendly terms.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1654 (Fmswindows_shell_execute): move here from gui-msw.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1655 (syms_of_win32): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1656
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1657 * device-msw.c (Fmswindows_printer_list): clean up args to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1658 EnumPrinters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1659 Don't include tchar under cygwin or mingw.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1660 (msprinter_default_printer): make cygwin-friendly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1661
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1662 2000-07-21 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1663
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1664 * glyphs-widget.c (image_instantiator_tree_view): use tab
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1665 control's update function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1666 (layout_property): new function. Retrieve items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1667
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1668 * glyphs-msw.c (mswindows_tree_view_redisplay): new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1669 function. Re-populate the tree view from the pending items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1670
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1671 * glyphs.c (instantiate_image_instantiator): Make sure the domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1672 is designated the parent if the domain is an image instance. This
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1673 is needed so that dirtiness can be cascade up the hierarchy and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1674 thus for layout children to be redisplayed correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1675 (allocate_image_instance): rename glyph -> parent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1676
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1677 * redisplay.h: change redisplay_output_layout signature.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1678
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1679 * redisplay-msw.c (mswindows_output_display_block): use domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1680 arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1681
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1682 * redisplay-x.c (x_output_display_block): use domain arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1683
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1684 2000-07-10 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1685
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1686 * window.c (Fset_window_configuration): add comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1687
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1688 * redisplay-output.c (compare_runes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1689 (redisplay_output_subwindow): redisplay rather than update subwindow.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1690 (redisplay_output_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1691
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1692 * redisplay-msw.c (mswindows_frame_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1693 (mswindows_frame_output_end): make defer window pos optional.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1694
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1695 * lisp.h: add Flast.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1696
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1697 * glyphs.h (struct image_instantiator_methods): add dest_mask top
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1698 normalize method. Change update method to be for changed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1699 instantiators. Add redisplay method. Change signature of layout
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1700 method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1701 (struct Lisp_Image_Instance): add instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1702 (IMAGE_INSTANCE_INSTANTIATOR): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1703 (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1704 (XIMAGE_INSTANCE_INSTANTIATOR): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1705 (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1706
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1707 * glyphs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1708 (find_instantiator_differences): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1709 (Fset_instantiator_property): new convenience function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1710 (check_image_instance_structure): strictly check for vector
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1711 instantiators.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1712 (normalize_image_instantiator): make non-static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1713 (instantiate_image_instantiator): pass on dest_mask and use new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1714 signatures for image_instance_layout and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1715 (mark_image_instance): mark the instantiator. Mark the subwindow
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1716 face not the widget face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1717 (image_instance_equal): add instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1718 (image_instance_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1719 (allocate_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1720 (Fset_image_instance_property): removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1721 (Fimage_instance_file_name): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1722 (Fcolorize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1723 (image_instance_layout): add offsets to be set.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1724 (update_image_instance): new function. update an image instance
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1725 from its changed instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1726 (inherit_normalize): add dest_mask.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1727 (xbm_normalize): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1728 (xface_normalize): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1729 (xpm_normalize): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1730 (text_update): set_property -> update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1731 (image_instantiate): use the glyph identity as a hash key, not the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1732 instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1733 (glyph_width): use new image_instance_layout signature.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1734 (glyph_ascent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1735 (glyph_descent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1736 (glyph_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1737 (glyph_query_geometry): ressurrect.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1738 (glyph_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1739 (redisplay_subwindow): update -> redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1740 (syms_of_glyphs): add Fset_instantiator_property.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1741 (image_instantiator_format_create): set_property -> update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1742
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1743 * glyphs-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1744 (autodetect_normalize): add dest_maks to signature.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1745 (x_redisplay_subwindow): update -> redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1746 (x_redisplay_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1747 (x_button_redisplay): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1748 (x_progress_gauge_redisplay): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1749 (x_tab_control_redisplay): ditto. Rewrite to cope with changed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1750 stacking order.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1751 (console_type_create_glyphs_x): update -> redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1752 (image_instantiator_format_create_glyphs_x): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1753
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1754 * glyphs-widget.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1755 (check_valid_instantiator): disallow glyphs in the instantiator,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1756 they must now be vectors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1757 (check_valid_instantiator_list): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1758 (glyph_instantiator_to_glyph): use internal symbol rather than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1759 intern.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1760 (widget_update): renamed from widget_set_property. Call cascaded
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1761 update methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1762 (redisplay_widget): renamed from update_widget.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1763 (widget_layout): image_instance_layout now takes position as well
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1764 as size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1765 (widget_normalize): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1766 (widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1767 (tab_control_query_geometry) ditto.:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1768 (tab_control_update): renamed from tab_control_set_property.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1769 (progress_gauge_update): set_property -> update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1770 (layout_normalize): rewrite so that child instantiators are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1771 normalized also.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1772 (layout_update): new function. Create glyphs from the normalized
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1773 children and cope with any other layout keywords. We do not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1774 instantiate children here that will be take care of by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1775 redisplay_output_layout.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1776 (layout_instantiate): call layout_update and not much else.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1777 (layout_post_instantiate): not sure whether this is needed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1778 anymore.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1779 (layout_query_geometry): query glyph geometry rather than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1780 image_instance geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1781 (layout_layout): set offsets from pass in parameters. Use glyph
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1782 geometry and layout functions rather than image instance ones.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1783 (native_layout_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1784 (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1785 (image_instantiator_widget): set_property -> update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1786 (image_instantiator_buttons): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1787 (image_instantiator_progress_guage): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1788 (image_instantiator_tab_control): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1789 (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1790 (image_instantiator_layout): add update method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1791
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1792 * glyphs-msw.c (bmp_normalize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1793 (mswindows_resource_normalize): add dest_mask so that it can be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1794 proprogated by layout_normalize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1795 (begin_defer_window_pos): make optional because it may not be the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1796 right thing to do and it introduces differences with X.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1797 (mswindows_unmap_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1798 (mswindows_map_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1799 (mswindows_redisplay_subwindow): renamed from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1800 mswindows_update_subwindow.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1801 (mswindows_redisplay_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1802 (mswindows_button_redisplay): renamed from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1803 mswindows_button_update. Update is now what the instantiation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1804 function does for a changed instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1805 (mswindows_progress_gauge_instantiate): set the progress value
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1806 here if appropriate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1807 (mswindows_tab_control_redisplay): cope with re-ordering of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1808 members of the tab widget by simply selecting the new top
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1809 widget. This makes things appear ok if you click on a tab.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1810 (mswindows_combo_box_instantiate): image_instance_layout now takes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1811 position as well as size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1812 (mswindows_progress_gauge_redisplay): renamed from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1813 mswindows_progress_gauge_update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1814 (console_type_create_glyphs_mswindows): fix update -> redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1815 (image_instantiator_format_create_glyphs_mswindows): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1816
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1817 * glyphs-eimage.c (jpeg_normalize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1818 (gif_normalize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1819 (png_normalize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1820 (tiff_normalize): add dest_mask so that it can be proprogated by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1821 layout_normalize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1822
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1823 * elhash.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1824 (print_hash_table):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1825 (hash_table_weakness_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1826 (decode_hash_table_weakness):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1827 (Fhash_table_weakness):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1828 (Fhash_table_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1829 (syms_of_elhash): use Ben's naming scheme for hashtable types..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1830
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1831 * console.h (struct console_methods): move update_* to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1832 redisplay_*.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1833
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1834 2000-07-20 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1835
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1836 * *.[ch] (XSETOBJ): remove unused middle argument.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1837 lisp-disunion.h: correct wrap_object() to one argument.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1838
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1839 2000-07-15 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1840
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1841 * s/cygwin32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1842 * s/cygwin32.h (CYGWIN_CONV_PATH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1843 Add missing logb prototype for v1.1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1844 Use post-b20 names and alias to pre-b20 names when pre-b20.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1845
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1846 * s/windowsnt.h: [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1847
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1848 2000-07-15 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1849
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1850 * Makefile.in.in (x_objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1851 * Makefile.in.in (sheap_objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1852 * Makefile.in.in (objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1853 added win32.o, cosmetic cleanups.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1854
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1855 * alloc.c (Fmake_byte_code):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1856 [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1857 etc. macros which declare their own args now.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1858
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1859 * alloc.c (syms_of_alloc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1860 [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1861
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1862 * buffer.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1863 Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1864
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1865 * buffer.c (Fget_file_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1866 Fixed GCPRO problem.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1867
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1868 * buffer.c (get_truename_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1869 Fixed comment about GC checking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1870
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1871 * buffer.c (syms_of_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1872 Undeclared those dedicated frame funs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1873 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1874
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1875 * buffer.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1876 Define convenience macros for internal/external conversions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1877 [[[3]]]: Define codesys aliases Qcommand_argument_encoding
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1878 and Qenvironment_variable_encoding for cleaner code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1879
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1880 * bufslots.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1881 Remove dedicated-frame; in lisp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1882
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1883 * bytecode.c (funcall_compiled_function):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1884 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1885
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1886 * bytecode.c (syms_of_bytecode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1887 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1888
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1889 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1890 * console-msw.c (mswindows_show_console): Rewrote.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1891
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1892 * console-msw.c (Fmswindows_debugging_output): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1893 Sends to OutputDebugString (special MSWin debugger interface).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1894
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1895 * console-msw.c (Fmswindows_message_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1896 Fixed stupid bugs so it works when called from kill-emacs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1897
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1898 * console-msw.c (syms_of_console_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1899 Declare Fmswindows_debugging_output.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1900
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1901 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1902 New MSWin prototypes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1903
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1904 * console-msw.h (struct mswindows_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1905 New entry last-click-mods for improved button-modifier support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1906
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1907 * console-msw.h (FRAME_MSWINDOWS_POPUP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1908 New struct entry `popup' with corresponding accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1909
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1910 * console-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1911 * console-x.c (split_up_display_spec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1912 * console-x.c (get_display_arg_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1913 * console-x.c (x_semi_canonicalize_console_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1914 * console-x.c (x_canonicalize_device_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1915 [[[6]]]: Change char to more specific type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1916 [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1917
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1918 * console-x.c (x_semi_canonicalize_console_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1919 * console-x.c (x_canonicalize_device_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1920 [[[9]]]: Fix up error signalling to use new structured error system.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1921
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1922 * console-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1923 [[[4]]]: Define codesys aliases:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1924 Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1925 Qx_color_name_encoding, Qx_display_name_encoding.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1926
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1927 * console.h (struct console_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1928 New method make_dialog_box_internal supersedes older
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1929 popup_dialog_box method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1930
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1931 * data.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1932 Define many new errors, part of new structured errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1933
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1934 * data.c (init_errors_once_early):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1935 * data.c (syms_of_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1936 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1937
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1938 * device-msw.c (mswindows_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1939 [[[5]]]: Cleanup to support NT 3.51.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1940
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1941 * device-msw.c (decode_devmode): Cleanup.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1942
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1943 * device-msw.c (mswindows_handle_print_setup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1944 * device-msw.c (mswindows_handle_print_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1945 * device-msw.c (mswindows_handle_page_setup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1946 * device-msw.c (syms_of_device_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1947 Delete the dialog box primitives recently introduced by Kirill and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1948 instead interface to general dialog box interface.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1949
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1950 * device-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1951 * device-x.c (compute_x_app_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1952 * device-x.c (x_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1953 * device-x.c (Fx_valid_keysym_name_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1954 * device-x.c (Fx_set_font_path):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1955 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1956 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1957
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1958 * device.h (wrap_device): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1959 First of its kind; meant to replace XSETDEVICE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1960
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1961 * dialog-msw.c: Many file-dialog symbols.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1962
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1963 * dialog-msw.c (mswindows_register_popup_frame): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1964 * dialog-msw.c (mswindows_is_dialog_msg): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1965 For supporting kbd traversal in dialog boxes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1966
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1967 * dialog-msw.c (dialog_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1968 Support hitting ESC in dialogs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1969
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1970 * dialog-msw.c (struct):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1971 Common dialog box errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1972
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1973 * dialog-msw.c (handle_file_dialog_box): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1974 Add file dialog code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1975
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1976 * dialog-msw.c (handle_question_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1977 Redo existing code to support new question dialog syntax.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1978
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1979 * dialog-msw.c (console_type_create_dialog_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1980 We support new dialog console method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1981
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1982 * dialog-msw.c (syms_of_dialog_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1983 * dialog-msw.c (vars_of_dialog_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1984 New file dialog symbols, vars.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1985
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1986 * dialog-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1987 * dialog-x.c (maybe_run_dbox_text_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1988 * dialog-x.c (dbox_descriptor_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1989 * dialog-x.c (x_make_dialog_box_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1990 * dialog-x.c (console_type_create_dialog_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1991 Mule-ize entire file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1992 Redo to support question dialog syntax.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1993 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1994
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1995 * dialog.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1996 * dialog.c (Fmake_dialog_box_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1997 * dialog.c (syms_of_dialog):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1998 Kill old popup-dialog-box, replace with new primitive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1999 Just call device method or signal error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2000
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2001 * eldap.c (Fldap_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2002 * eldap.c (Fldap_search_basic):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2003 * eldap.c (Fldap_add):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2004 * eldap.c (Fldap_modify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2005 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2006 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2007
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2008 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2009 * emacs.c (make_arg_list_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2010 * emacs.c (make_arg_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2011 Mule-ize call to dll_init().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2012 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2013 [8].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2014
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2015 * emacs.c (make_argc_argv):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2016 * emacs.c (free_argc_argv):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2017 * emacs.c (init_cmdargs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2018 * emacs.c (main_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2019 * emacs.c (Fkill_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2020 * emacs.c (Fdump_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2021 Update comments about what can be used in syms_* etc.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2022 Call init_win32() when necessary.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2023 Fix up MS Win dialog box in kill-buffer to actually work right.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2024 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2025
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2026 * eval.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2027 * eval.c (For):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2028 * eval.c (Fand):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2029 * eval.c (Fprogn):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2030 * eval.c (Fprog1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2031 * eval.c (Fprog2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2032 * eval.c (FletX):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2033 * eval.c (Flet):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2034 * eval.c (condition_case_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2035 * eval.c (Feval):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2036 * eval.c (function_argcount):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2037 * eval.c (funcall_lambda):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2038 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2039
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2040 * eval.c (type_error): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2041 * eval.c (maybe_type_error): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2042 * eval.c (continuable_type_error): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2043 * eval.c (maybe_continuable_type_error): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2044 * eval.c (type_error_with_frob): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2045 * eval.c (maybe_type_error_with_frob): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2046 * eval.c (continuable_type_error_with_frob): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2047 * eval.c (maybe_continuable_type_error_with_frob): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2048 New functions for use with structured errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2049
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2050 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2051 * event-Xt.c (x_event_to_emacs_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2052 Buttons are now modifiers too.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2053
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2054 * event-Xt.c (emacs_Xt_current_event_timestamp):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2055 Implement new event method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2056 * event-Xt.c (reinit_vars_of_event_Xt): Set it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2057
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2058 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2059 * event-msw.c (ntpipe_shove_writer): [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2060 * event-msw.c (mswindows_enqueue_mouse_button_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2061 * event-msw.c (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2062 * event-msw.c (mswindows_wnd_proc): [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2063 * event-msw.c (mswindows_current_layout_has_AltGr): [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2064 * event-msw.c (mswindows_modifier_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2065 Throughout: support new button modifiers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2066
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2067 * event-msw.c (emacs_mswindows_current_event_timestamp):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2068 Implement new event method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2069 * event-msw.c (reinit_vars_of_event_mswindows): Set it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2070
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2071 * event-stream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2072 * event-stream.c (event_stream_current_event_timestamp): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2073 * event-stream.c (maybe_kbd_translate): New functionality.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2074 * event-stream.c (vars_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2075 Document new kbd-translate-table functionality.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2076
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2077 * event-stream.c (Fcurrent_event_timestamp): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2078 New primitive for use in fabricated events.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2079 * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2080
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2081 * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2082
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2083 * events.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2084 * events.c (Fmake_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2085 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2086 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2087 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2088
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2089 * events.c (format_event_object): fix gcc warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2090
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2091 * events.c (Fevent_timestamp): Document new primitives.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2092
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2093 * events.c (TIMESTAMP_HALFSPACE): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2094
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2095 * events.c (Fevent_timestamp_lessp): New. New primitive for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2096 comparing timestamps correctly (half-space algorithm).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2097
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2098 * events.c (Fevent_modifier_bits): Doc fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2099
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2100 * events.c (Fevent_modifiers): Major doc addition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2101 * events.c (event_x_y_pixel_internal): Typo fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2102 * events.c (syms_of_events): Declare new primitives.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2103
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2104 * events.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2105 Update long comment for button modifiers, timestamps.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2106
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2107 * events.h (struct event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2108 New current_event_timestamp method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2109
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2110 * extents.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2111 * extents.c (extent_in_region_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2112 * extents.c (decode_extent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2113 * extents.c (Fset_extent_parent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2114 * extents.c (decode_map_extents_flags):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2115 Fix gcc warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2116 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2117
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2118 * extents.c (struct extent_at_arg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2119 * extents.c (decode_extent_at_flag):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2120 * extents.c (extent_at_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2121 * extents.c (extent_at_bytind):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2122 * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2123 * extents.c (Fextents_at): New primitive. [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2124 * extents.c (symbol_to_glyph_layout): [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2125 Support new primitive `extents-at'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2126
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2127
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2128 * extents.c (get_text_property_bytind):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2129 extent_at_bytind has another arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2130 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2131
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2132 * extents.c (syms_of_extents): New primitive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2133
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2134 * file-coding.c (Fmake_coding_system): [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2135 * file-coding.c (subsidiary_coding_system): fix gcc warning
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2136 * file-coding.c (syms_of_file_coding): [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2137
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2138 * fileio.c (Fexpand_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2139 * fileio.c (Fsysnetunam):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2140 * fileio.c (Ffile_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2141 * fileio.c (Ffile_executable_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2142 * fileio.c (Fverify_visited_file_modtime):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2143 Clean up GCPROing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2144
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2145 * fileio.c (syms_of_fileio): [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2146
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2147 * filelock.c (lock_file_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2148 * filelock.c (current_lock_owner):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2149 * filelock.c (lock_if_free):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2150 * filelock.c (lock_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2151 * filelock.c (unlock_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2152 Clean up GCPROing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2153
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2154 * fns.c (concat): Fix gcc warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2155
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2156 * fns.c (Fmember):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2157 * fns.c (Fold_member):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2158 * fns.c (Fmemq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2159 * fns.c (Fold_memq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2160 * fns.c (memq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2161 * fns.c (Fassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2162 * fns.c (Fold_assoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2163 * fns.c (Fassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2164 * fns.c (Fold_assq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2165 * fns.c (assq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2166 * fns.c (Frassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2167 * fns.c (Fold_rassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2168 * fns.c (Frassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2169 * fns.c (Fold_rassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2170 * fns.c (rassq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2171 * fns.c (Fdelete):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2172 * fns.c (Fold_delete):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2173 * fns.c (Fdelq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2174 * fns.c (Fold_delq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2175 * fns.c (delq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2176 * fns.c (Fremassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2177 * fns.c (Fremassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2178 * fns.c (remassq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2179 * fns.c (Fremrassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2180 * fns.c (Fremrassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2181 * fns.c (remrassq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2182 * fns.c (Freverse):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2183 * fns.c (mapcar1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2184 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2185
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2186 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2187 * frame-msw.c (mswindows_delete_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2188 Register popups with dialog code so keyboard traversing works.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2189
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2190 * frame-tty.c (tty_raise_frame_no_select): [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2191
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2192 * frame-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2193 * frame-x.c (x_set_frame_text_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2194 * frame-x.c (x_set_frame_properties):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2195 * frame-x.c (x_create_widgets):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2196 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2197
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2198 * frame.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2199 * frame.c (Fmouse_pixel_position): Minor doc fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2200
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2201 * frame.h (wrap_frame): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2202 Macro like wrap_device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2203
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2204 * general.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2205 * general.c (SYMBOL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2206 * general.c (syms_of_general):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2207 Major reorg. This is now just a wrapper and symbols themselves
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2208 are listed in general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2209
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2210 * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2211 * glyphs-msw.c (mswindows_resource_instantiate): [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2212
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2213 * glyphs-msw.c (mswindows_native_layout_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2214 Add DS_CONTROL so keyboard traversal will work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2215
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2216 * glyphs-widget.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2217 * glyphs-widget.c (syms_of_glyphs_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2218 Move some symbols to general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2219
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2220 * glyphs-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2221 * glyphs-x.c (xbm_instantiate_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2222 * glyphs-x.c (x_xbm_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2223 * glyphs-x.c (x_xface_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2224 * glyphs-x.c (autodetect_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2225 * glyphs-x.c (cursor_font_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2226 * glyphs-x.c (x_update_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2227 * glyphs-x.c (x_widget_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2228 * glyphs.c (bitmap_to_lisp_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2229 * glyphs.c (pixmap_to_lisp_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2230 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2231
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2232 * glyphs.c (syms_of_glyphs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2233 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2234
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2235 * gui-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2236 * gui-x.c (print_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2237 * gui-x.c (menu_separator_style_and_to_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2238 * gui-x.c (add_accel_and_to_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2239 * gui-x.c (button_item_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2240 * gui-x.c (gui_items_to_widget_values_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2241 * gui-x.c (gui_items_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2242 * gui-x.c (syms_of_gui_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2243 * gui-x.c (vars_of_gui_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2244 Mule-ize entire file. Move menu-no-selection-hook to gui.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2245 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2246
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2247 * gui-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2248 Muleize, prototype changes matching gui-x.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2249
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2250 * gui.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2251 * gui.c (separator_string_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2252 * gui.c (gui_item_add_keyval_pair):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2253 * gui.c (make_gui_item_from_keywords_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2254 * gui.c (signal_too_long_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2255 * gui.c (parse_gui_item_tree_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2256 * gui.c (syms_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2257 * gui.c (vars_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2258 * gui.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2259 menu-no-selection-hook moved here (used by MSWin).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2260 Move some symbols to general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2261 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2262 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2263
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2264 * insdel.c (get_buffer_pos_char):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2265 * insdel.c (get_buffer_range_char):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2266 Add GC comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2267
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2268 * keymap.c (keymap_lookup_directly):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2269 * keymap.c (keymap_store):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2270 * keymap.c (ensure_meta_prefix_char_keymapp):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2271 * keymap.c (describe_map):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2272 * keymap.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2273 Support new button modifiers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2274
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2275 * lisp-disunion.h (wrap_object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2276 * lisp-disunion.h (XSETOBJ):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2277 Rename make_obj to wrap_object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2278
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2279 * lisp-union.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2280 * lisp-union.h (make_int):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2281 * lisp-union.h (make_char):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2282 Support wrap_object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2283
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2284 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2285 * lisp.h (LIST_LOOP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2286 * lisp.h (EXTERNAL_LIST_LOOP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2287 * lisp.h (LIST_LOOP_2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2288 * lisp.h (EXTERNAL_LIST_LOOP_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2289 * lisp.h (EXTERNAL_LIST_LOOP_2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2290 * lisp.h (EXTERNAL_LIST_LOOP_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2291 * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2292 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2293 * lisp.h (GET_EXTERNAL_LIST_LENGTH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2294 * lisp.h (EXTERNAL_ALIST_LOOP_5):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2295 * lisp.h (EXTERNAL_ALIST_LOOP_6):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2296 * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2297 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2298 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2299 * lisp.h (struct Lisp_Symbol):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2300 * lisp.h (maybe_continuable_error_with_frob):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2301 Fix up section comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2302 Add new types for char to indicate usage.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2303 Delete symbols auto-generated from general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2304 Add prototypes for structured error functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2305 Add long comments describing looping macros and change interface
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2306 so that lvalues are automatically declared.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2307 Add NO_DECLARE macro in case callers want to declare lvalues
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2308 themselves.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2309
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2310 * lread.c (read_syntax_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2311 * lread.c (continuable_read_syntax_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2312 * lread.c (read_structure):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2313 * lread.c (sequence_reader):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2314 * lread.c (read_list_conser):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2315 * lread.c (read_compiled_function):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2316 Rename syntax_error and continuable_syntax_error to avoid clash
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2317 with same-named structured error functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2318
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2319 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2320 * menubar-msw.c (populate_menu_add_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2321 * menubar-msw.c (populate_or_checksum_helper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2322 [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2323 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2324
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2325 * menubar-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2326 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2327 Mule-ize whole file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2328
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2329 * menubar.c (Fnormalize_menu_item_name): Add optimization.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2330
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2331 * mule-charset.c (Fmake_charset):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2332 * mule-wnnfns.c (Fwnn_set_param):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2333 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2334
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2335 * ntproc.c (create_child):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2336 * ntproc.c (Fwin32_set_current_locale):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2337 Add comments portending doom.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2338
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2339 * objects-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2340 * objects-msw.c (old_font_enum_callback_2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2341 * objects-msw.c (font_enum_callback_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2342 * objects-msw.c (mswindows_enumerate_fonts):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2343 [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2344
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2345 * objects-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2346 * objects-x.c (allocate_nearest_color):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2347 * objects-x.c (x_parse_nearest_color):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2348 * objects-x.c (x_initialize_color_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2349 * objects-x.c (x_print_color_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2350 * objects-x.c (x_finalize_color_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2351 * objects-x.c (x_valid_color_name_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2352 * objects-x.c (x_initialize_font_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2353 * objects-x.c (x_print_font_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2354 * objects-x.c (valid_x_font_name_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2355 * objects-x.c (truename_via_FONT_prop):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2356 * objects-x.c (truename_via_random_props):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2357 * objects-x.c (truename_via_XListFonts):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2358 * objects-x.c (x_font_truename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2359 * objects-x.c (x_font_instance_truename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2360 * objects-x.c (x_font_instance_properties):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2361 * objects-x.c (x_list_fonts):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2362 * objects-x.c (x_find_charset_font):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2363 Mule-ize entire file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2364 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2365
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2366 * objects-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2367 Mule-verify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2368
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2369 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2370 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2371 * print.c (debug_print_no_newline):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2372 * print.c (syms_of_print):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2373 Output to all debugger kinds in debug-print.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2374 Fix console-output code under MSWin to actually work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2375
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2376 * process-nt.c (send_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2377 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2378 Use newer Unicode macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2379
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2380 * process-unix.c (unix_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2381 * process-unix.c (unix_canonicalize_host_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2382 * process-unix.c (unix_open_network_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2383 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2384
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2385 * scrollbar-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2386 Mule-verify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2387
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2388 * search.c (syms_of_search):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2389 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2390
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2391 * select-msw.c (mswindows_destroy_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2392 Use LIST_LOOP_2.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2393
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2394 * select-x.c (symbol_to_x_atom):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2395 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2396
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2397 * select.c (syms_of_select):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2398 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2399
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2400 * sound.c (Fplay_sound_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2401 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2402
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2403 * specifier.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2404 * specifier.c (decode_specifier_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2405 * specifier.c (Fvalid_specifier_locale_type_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2406 * specifier.c (check_valid_locale_or_locale_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2407 * specifier.c (decode_locale):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2408 * specifier.c (decode_locale_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2409 * specifier.c (decode_locale_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2410 * specifier.c (check_valid_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2411 * specifier.c (decode_specifier_tag_set):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2412 * specifier.c (Fcanonicalize_tag_set):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2413 * specifier.c (Fdefine_specifier_tag):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2414 * specifier.c (Fspecifier_tag_predicate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2415 * specifier.c (check_valid_inst_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2416 * specifier.c (check_valid_spec_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2417 * specifier.c (decode_how_to_add_specification):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2418 * specifier.c (check_modifiable_specifier):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2419 * specifier.c (specifier_add_spec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2420 * specifier.c (boolean_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2421 * specifier.c (display_table_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2422 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2423
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2424 * specifier.c (syms_of_specifier):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2425 Move some symbols to general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2426 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2427
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2428 * symbols.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2429 * symbols.c (Fmapatoms):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2430 * symbols.c (Fapropos_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2431 Add GCPROs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2432
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2433 * symbols.c (set_default_buffer_slot_variable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2434 * symbols.c (set_default_console_slot_variable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2435 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2436
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2437 * symbols.c (defsymbol_massage_name_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2438 * symbols.c (defkeyword_massage_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2439 * symbols.c (deferror_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2440 * symbols.c (deferror):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2441 * symbols.c (deferror_massage_name_and_message):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2442 * symeval.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2443 * symeval.h (DEFSYMBOL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2444 Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2445
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2446 * symbols.c (syms_of_symbols):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2447 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2448
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2449 * symsinit.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2450 * symsinit.h (init_win32): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2451 Also new is syms_of_dialog_mswindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2452
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2453 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2454 Add new Unicode macros, missing Cygwin wide-char functions,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2455 convenience conversion macros for Qmswindows_tstr, macros for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2456 encapsulating required MSWin <-> Cygwin filename conversions,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2457 prototype for dynamically-extracted (not in NT 3.51) functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2458
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2459 * toolbar-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2460 Mule-verify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2461
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2462 * tooltalk.c (Fadd_tooltalk_message_arg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2463 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2464 * tooltalk.c (Fadd_tooltalk_pattern_arg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2465 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2466
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2467 * tooltalk.c (syms_of_tooltalk):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2468 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2469
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2470 * unexnt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2471 * unexnt.c (unexec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2472 Fix up headers, declaration of unexec() to be more standard.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2473
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2474 2000-07-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2475
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2476 * offix.h: Revert change to guard macros - they're used in offix.c!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2477
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2478 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2479
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2480 * lisp.h: Defsubred Fdelete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2481
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2482 * console-msw.h: (msprinter_default_printer): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2483
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2484 * console-msw.c (msprinter_canonicalize_console_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2485 (msprinter_canonicalize_device_connection): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2486
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2487 * device-msw.c (msprinter_default_printer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2488 (Fmswingows_get_default_printer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2489 (signal_enum_priner_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2490 (Fmswingows_printer_list): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2491
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2492 2000-07-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2493
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2494 * XEmacs 21.2.35 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2495
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2496 2000-07-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2497
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2498 * select-x.c (x_handle_selection_request):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2499 Text selected in xemacs and pasted into xterm failed to appear.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2500 Spelling fixes and cosmetic changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2501
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2502 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2503
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2504 * event-msw.c (mswindows_drain_windows_queue): Correctly check for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2505 XEmacs frame (fix for doubling chars in dialog boxes).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2506
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2507 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2508
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2509 * select.c (select_convert_in, select_convert_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2510 Don't call intern() every time.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2511
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2512 * select.c (Qselect_convert_in, Qselect_convert_out): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2513 * select.c (vars_of_select): Initialise them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2514
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2515 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2516
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2517 * select.c (selection-coercible-types): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2518
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2519 * select.c (own-selection-internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2520 * select.c (get-selection-internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2521 MULE bug fix - these should default to COMPOUND_TEXT and not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2522 STRING for MULE. I think.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2523
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2524 * select.c (select_convert_out): Use selection-coercible-types
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2525 to find types that we can attempt to perform coercions on.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2526
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2527 2000-07-18 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2528
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2529 * mule-wnnfns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2530 * mule-canna.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2531 Add coding: cookie to identify encoding.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2532
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2533 * mule-canna.c (CANNA_mode_keys): make static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2534 Use proper prototypes, even for functions of no arguments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2535 Remove external prototype for Fding().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2536
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2537 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2538
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2539 * select.c (syms_of_select): Add missing DEFSUBR.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2541 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2543 * select.c (get_selection_internal, own_selection_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2544 Make the type default to STRING, rather than placing a nil type
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2545 into Vselection_alist.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2546
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2547 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2548
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2549 * gpmevent.c (tty_selection_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2550 * gpmevent.c (tty_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2551 Updated parameter lists.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2552
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2553 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2554
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2555 * select.h (selection-alist): Removed declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2556
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2557 * select.h (get_local_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2558 * select.c (get_local_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2559 Made static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2560
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2561 * select.h (convert_selection): Removed declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2562 * select.c (convert_selection): Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2563 This function belongs in Lisp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2564
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2565 * select.h (select_convert_in): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2566 * select.h (select_convert_out): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2567 * select.c (select_convert_in): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2568 * select.c (select_convert_out): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2569 New conversion functions for other files to call.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2570
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2571 * select.h (select_notify_buffer_kill): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2572 * select.c (select_notify_buffer_kill): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2573 New functions that get called from kill-buffer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2574
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2575 * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2576 X-specific lisp code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2577
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2578 * select.h: Declare some of the lisp-visible functions for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2579 external use.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2580
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2581 * select.c (clean_local_selection_data): Removed. This was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2582 a disgusting function, and previously should have been in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2583 select-x.c in any case. The functionality is now provided
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2584 in select-convert-from-integer (select.el).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2585
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2586 * select.c (available-selection-types): Fixed stupidity where
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2587 INTEGER and ATOM got added twice. Also add STRING when we see an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2588 extent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2589
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2590 * select.c (get-selection-internal): Removed symbol stripping. No
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2591 longer causes conversion when data comes from the internal cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2592
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2593 * select.c (syms_of_select): Added new functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2594
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2595 * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2596 error checking - previously this called abort!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2597
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2598 * select-x.c (x_own_selection): Changed comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2599
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2600 * select-x.c (x_handle_selection_request): Use select_convert_out.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2601 Don't mess with selection-alist; it's an internal variable of select.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2602
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2603 * select-x.c (x_get_foreign_selection): Use select_convert_in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2604
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2605 * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2606 rather than messing with selection-alist.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2607
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2608 * select-msw.c (mswindows_get_foreign_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2609 Use TO_INTERNAL_FORMAT rather than hacking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2610
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2611 2000-07-14 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2612
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2613 * process-unix.c (unix_open_multicast_group):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2614 (unix_open_multicast_group): Remove useless casts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2615
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2616 2000-07-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2617
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2618 * sound.c (Fplay_sound): Fix `unused variable' warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2619
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2620 * emacs.c (main): Use correct type for _environ on SCO5.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2621
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2622 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2623
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2624 * console.h (own_selection_method):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2625 * console.h (selection_exists_p_method):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2626 * console.h (available_selection_types_method): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2627 * console.h (register_selection_data_type_method): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2628 * console.h (selection_data_type_name): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2629
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2630 * console-msw.h (mswindows_destroy_selection): Declare it. New
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2631 function & alist to track GlobalAlloc()'d handles that need
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2632 releasing when the clipboard data gets replaced or emptied.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2633
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2634 * event-msw.c (mswindows_wnd_proc): Call it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2635
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2636 * lisp.h, general.c (Qappend): New symbol representing a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2637 `how-to-add' mode.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2638
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2639 * select.c (own-selection-internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2640 * select.c (selection-exists-p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2641 * select.c (available-selection-types): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2642 * select.c (register-selection-data-type): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2643 * select.c (selection-data-type-name): New. New functions to deal
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2644 with device-specific selection data formats.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2645 * select.c (selection-converter-out-alist): Renamed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2646 * select.c (selection-converter-in-alist): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2647 * select.c (selection-appender-alist): New. Added new alists.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2648 * select.c (syms_of_select, vars_of_select): Added new symbols &
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2649 variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2650 * select.c (get_local_selection): Split.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2651 * select.c: Removed spurious type checking - selections may now be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2652 of any type, not just strings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2653 * select.c (own-selection-internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2654
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2655 * select.h, select.c (convert_selection): New. Created
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2656 convert_selection() function based on get_local_selection().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2657 * select.h, select.c (QCF_*): New symbols representing mswindows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2658 clipboard formats.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2659 * select.h, select.c (Qreplace_all, Qreplace_existing): New
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2660 symbols representing `how-to-add' modes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2661
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2662 * select-msw.c (x_sym_p): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2663 * select-msw.c (symbol_to_ms_cf): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2664 * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2665 symbols & clipboard formats. Can also handle string names.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2666 * select-msw.c (mswindows_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2667 * select-msw.c (mswindows_selection_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2668 Added `data-type' parameter. Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2669 * select-msw.c (mswindows_available_selection_types): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2670 * select-msw.c (mswindows_register_selection_data_type): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2671 * select-msw.c (mswindows_selection_data_type_name): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2672 * select-msw.c (mswindows_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2673 * select-msw.c (mswindows_get_foreign_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2674 * select-msw.c (mswindows_selection_exists_p): Rewrote.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2675 * select-msw.c (console_create_select_mswindows): Added new methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2676 * select-msw.c (mswindows_destroy_selection): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2677 * select-msw.c (Vhandle_alist): New list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2678 * select-msw.c (mswindows_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2679
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2680 * select-x.c (x_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2681 * select-x.c (x_selection_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2682 * select-x.c: Added some comments about maybe using new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2683 functionality.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2684 * select-x.c (x_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2685
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2686 * specifier.c: Remove definition of Qappend (now in general.c)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2687 * specifier.c (syms_of_specifier): Remove Qappend.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2688
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2689 2000-07-12 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2690
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2691 * config.h.in: Add socklen_t.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2692
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2693 * s/decosf4-0.h: No special compiler flags needed or desired.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2694 In particular, undefine _BSD for DEC OSF 4.0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2695
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2696 2000-07-07 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2697
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2698 * redisplay-msw.c (msprinter_frame_output_end): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2699 (console_type_create_redisplay_mswindows): Referred the above.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2700
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2701 * frame.c (setup_frame_without_minibuffer): Do not create a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2702 default minibuffer frame on a printer device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2703
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2704 * frame-msw.c (apply_dc_geometry): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2705 (msprinter_start_page):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2706 (msprinter_init_frame_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2707 (msprinter_eject_page): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2708
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2709 * console-msw.h (struct msprinter_frame): Added pix_left and top,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2710 and removed residual duplex and orientation properties.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2711
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2712 2000-07-11 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2713
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2714 * eval.c (function_argcount): Work around a DEC CC compiler bug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2715
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2716 * unexalpha.c: Remove system prototypes from C sources!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2717
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2718 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2719
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2720 * eval.c: Remove references to M-x edit-options in DEFUNs for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2721 `defvar' and `defconst'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2722
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2723 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2724
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2725 * config.h.in: Remove SMART_INCLUDE hackery.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2726
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2727 PostgreSQL hacking:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2728 * config.h.in: Don't use SMART_INCLUDE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2729
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2730 * postgresql.h: Include libpq-fe.h here. Fix typo.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2731 * inline.c: Simply #include "postgresql.h"
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2732 * postgresql.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2733 - Don't use SMART_INCLUDE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2734 - Use simply "const".
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2735 - Use standard doc string conventions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2736 - Use correct type for result of PQstatus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2737
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2738 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2739
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2740 * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2741
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2742 C++ compilation changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2743 * config.h.in (EXTERN_C): Define.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2744 * config.h.in (not): This is also a C++ keyword.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2745 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2746 * cm.c: Use EXTERN_C.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2747 * redisplay-tty.c: Use EXTERN_C.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2748 * sysdep.c: Use EXTERN_C. Remove Gould support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2749
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2750 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2751
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2752 * general.c: Remove duplicate definition for Qfunction.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2753
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2754 2000-07-08 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2755
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2756 * device-msw.c (msprinter_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2757 * device-msw.c (sync_printer_with_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2758 * device-msw.c (handle_devmode_changes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2759 * device-msw.c (print_dialog_worker):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2760 * device-msw.c (Fmsprinter_apply_settings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2761 * device-msw.c (hash_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2762 * device-msw.c (Fmsprinter_settings_despecialize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2763 use Qmswindows_tstr, not Qctext.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2764
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2765 * vm-limit.c (check_memory_limits):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2766 avoid infinite loop printing warning messages.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2767
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2768 2000-07-05 Craig Lanning <lanning@scra.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2769
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2770 * Makefile.in.in: Add support for including the Windows resources
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2771 when building with the cygwin and mingw targets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2772
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2773 * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2774 not set or not correct.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2775 (directory_is_current_directory): Don't compile for WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2776 (init_initial_directory): Don't try to use $PWD on the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2777 WIN32_NATIVE target.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2778
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2779 * s\cygwin32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2780 [[Add -mwindows to eliminate console window.]] not required --ben
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2781 (HAVE_NATIVE_SOUND): removed; now handled by configure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2782 (MAIL_USE_POP): removed; now handled by configure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2783
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2784 * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2785 C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2786 (HAVE_NATIVE_SOUND): removed; now handled by configure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2787 (MAIL_USE_POP): removed; now handled by configure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2788 (ENCAPSULATE_STAT): from Dan Holmsand, added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2789 (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2790 (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2791 constant string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2792 (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2793 up from <winsock.h> via systime.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2794 (HAVE_GETPAGESIZE): from Dan Holmsand, added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2795 (getpagesize): from Dan Holmsand, added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2796 Added #endif which was left dangling by Ben's mega patch; added
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2797 comment to help prevent this in the future.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2798
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2799 * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2800
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2801 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2802
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2803 * console-msw.h (struct mswindows_device): Removed unnecessary
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2804 cached device geometry values.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2805 Added update_tick and an accessor macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2806 (Lisp_Devmode): Added lrecord declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2807 (struct msprinter_device): Contain devmode as a Lisp object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2808 Added mswindows_get_selected_frame_hwnd();
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2809
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2810 * console.h (struct console_methods): Indentation nitpicking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2811
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2812 * device-msw.c (mswindows_init_device): Do not initialize geometry
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2813 cache. Initialize update tick.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2814 (mswindows_device_system_metrics): Ask the device for its geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2815 (global_free_2_maybe):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2816 (devmode_to_hglobal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2817 (handle_printer_changes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2818 (ensure_not_printing):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2819 (print_dialog_worker):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2820 (Fmsprinter_print_setup_dialog):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2821 (Fmsprinter_print_dialog):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2822 (plist_get_margin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2823 (plist_set_margin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2824 (Fmsprinter_page_setup_dialog): Added functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2825 (sync_printer_with_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2826 (handle_devmode_changes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2827 (Fmsprinter_get_settings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2828 (Fmsprinter_select_settings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2829 (Fmsprinter_apply_settings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2830 (allocate_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2831 (Fmsprinter_settings_copy):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2832 (Fmsprinter_settings_despecialize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2833 (print_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2834 (finalize_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2835 (equal_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2836 (hash_devmode): Added functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2837 (syms_of_device_mswindows): Init devmode lrecord class.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2838
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2839 * device.h: Added an exfun for find-device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2840
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2841 * event-msw.c (mswindows_wnd_proc): Do not update the cached
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2842 geometry; although, recreate the device compatible DC.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2843
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2844 * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2845 (msprinter_init_frame_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2846 (msprinter_frame_property):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2847 (msprinter_internal_frame_property_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2848 (msprinter_frame_properties):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2849 (msprinter_set_frame_properties): Removed 'orientation and 'duplex
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2850 print job properties (will move to device settings).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2851
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2852 * lisp.h: Added symbols.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2853
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2854 * general.c (syms_of_general): Declared them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2855
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2856 * hash.c (string_hash): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2857
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2858 * lrecord.h (lrecord_type): Added devmode lrecord type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2859
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2860 2000-07-02 Mike Sperber <mike@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2861
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2862 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2863 FreeBSD 4.0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2864
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2865 2000-06-07 MORIOKA Tomohiko <tomo@etl.go.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2866
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2867 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2868 integer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2869
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2870 2000-06-07 MORIOKA Tomohiko <tomo@urania.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2871
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2872 * data.c (Fstring_to_number): Don't recognize floating point if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2873 base is not 10.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2874
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2875 2000-06-22 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2876
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2877 * glyphs-widget.c (tab_control_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2878 (widget_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2879 (button_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2880 * glyphs.c (text_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2881 Enforce type correctness.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2882
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2883 2000-06-18 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2884
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2885 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2886 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2887
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2888 2000-06-17 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2889
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2890 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2891 conflicts with gcc's fixincluded version of FOO.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2892
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2893 * glyphs.h (image_instance_geometry): Remove trailing `,'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2894
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2895 2000-06-08 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2896
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2897 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2898 (shove_thread): Don't write the same output twice
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2899 (make_ntpipe_output_stream): Increase priority of shove thread
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2900 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2901 chance to run
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2902 (ntpipe_shove_closer): Don't delete the pipe until we're done with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2903 it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2904
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2905 2000-06-12 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2906
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2907 * s\mingw32.h (sigset):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2908 * s\windowsnt.h (sigset):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2909 rename msw_ to mswindows_ for consistency with general convention.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2910
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2911 2000-06-12 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2912
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2913 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2914 * console-msw.c (mswindows_get_console_hwnd):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2915 * console-msw.c (mswindows_ensure_console_allocated):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2916 * console-msw.c (mswindows_hide_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2917 * console-msw.c (mswindows_show_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2918 * console-msw.c (mswindows_ensure_console_buffered):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2919 * console-msw.c (mswindows_output_console_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2920 * console-msw.c (mswindows_windows9x_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2921 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2922 * device-msw.c (mswindows_get_workspace_coords):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2923 * device-msw.c (mswindows_device_system_metrics):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2924 * dialog-msw.c (mswindows_popup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2925 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2926 * frame-msw.c (mswindows_size_frame_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2927 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2928 * menubar-msw.c (displayable_menu_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2929 * menubar-msw.c (mswindows_char_is_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2930 * nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2931 * nt.c (mswindows_sigset):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2932 * nt.c (mswindows_sigrelse):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2933 * nt.c (mswindows_sigpause):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2934 * nt.c (mswindows_raise):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2935 * nt.c (timer_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2936 * ntproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2937 * ntproc.c (find_child_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2938 * ntproc.c (sys_kill):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2939 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2940 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2941 * process-nt.c (find_child_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2942 * process-nt.c (send_signal_the_95_way):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2943 * process-nt.c (ensure_console_window_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2944 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2945 * syssignal.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2946 rename msw_ to mswindows_ for consistency with general convention.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2947
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2948 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2949 * dumper.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2950 include nt.h, not syswindows.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2951
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2952 * nt.c (mswindows_fstat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2953 * nt.c (mswindows_stat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2954 prefix mswindows_ instead of attempting to directly override the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2955 library functions. fix declarations.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2956
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2957 * nt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2958 include syswindows.h. move some sysdep.h stuff here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2959
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2960 * ntheap.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2961 include syswindows.h, not <windows.h>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2962
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2963 * ntplay.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2964 clean up headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2965
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2966 * sysdep.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2967 clean up headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2968
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2969 * sysdep.c (sys_fstat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2970 * sysdep.c (sys_stat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2971 call mswindows versions when appropriate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2972
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2973 * sysdep.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2974 move mswin decls to nt.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2975
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2976 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2977 add long comment describing appropriate use of the various windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2978 headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2979
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2980 2000-06-11 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2981
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2982 * device-x.c: Correct doc string for sixth arg of x-get-resource.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2983
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2984 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2985
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2986 * Makefile.in.in (release):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2987 Correction to make sure xemacs.exe always dumped when correct.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2988
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2989 * alloca.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2990 * balloon_help.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2991 [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2992
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2993 * buffer.c (set_buffer_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2994 [[[[2]]]]: Remove HAVE_FEP code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2995
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2996 * buffer.c (init_initial_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2997 [3].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2998
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2999 * bytecode.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3000 [[[[4]]]]: limits.h standardly included in lisp.h; remove from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3001 individual files.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3002
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3003 * callproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3004 * callproc.c (call_process_cleanup):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3005 * callproc.c (Fold_call_process_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3006 * callproc.c (child_setup):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3007 * callproc.c (getenv_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3008 * callproc.c (init_callproc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3009 * callproc.c (vars_of_callproc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3010 [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3011 __CYGWIN32__ -> CYGWIN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3012 DOS_NT -> WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3013 Remove MSDOS support/references, converting to WIN32_NATIVE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3014 where correct.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3015 __MINGW32__ -> MINGW.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3016 Fix windows.h includes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3017 Remove bogus HAVE_NTGUI.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3018
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3019 * config.h.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3020 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3021
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3022 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3023 mswindows_message_outputted added for use in allowing startup
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3024 errors on the console to be seen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3025
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3026 * console-msw.c (msw_ensure_console_allocated):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3027 * console-msw.c (msw_output_console_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3028 * console-msw.c (DHEADER):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3029 * console-msw.c (DOPAQUE_DATA):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3030 * console-msw.c (DEVENT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3031 * console-msw.c (DCONS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3032 * console-msw.c (DCONSCDR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3033 * console-msw.c (DSTRING):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3034 * console-msw.c (DVECTOR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3035 * console-msw.c (DSYMBOL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3036 * console-msw.c (DSYMNAME):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3037 Fix warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3038
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3039 * console-stream.c (stream_init_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3040 Fix text/binary problems.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3041
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3042 * device-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3043 * device-msw.c (mswindows_finish_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3044 * device-msw.c (mswindows_delete_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3045 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3046
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3047 * device.c (handle_asynch_device_change):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3048 [3].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3049
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3050 * dgif_lib.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3051 * dgif_lib.c (DGifOpenFileName):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3052 * dgif_lib.c (DGifOpenFileHandle):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3053 * dgif_lib.c (DGifGetLine):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3054 * dgif_lib.c (DGifGetPixel):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3055 Added config.h/lisp.h, fix up includes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3056 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3057
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3058 * dired-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3059 [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3060
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3061 * dired.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3062 * dired.c (file_name_completion):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3063 * dired.c (Ffile_attributes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3064 * dired.c (syms_of_dired):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3065 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3066
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3067 * dumper.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3068 * dumper.c (pdump_file_unmap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3069 * dumper.c (pdump_load):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3070 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3071
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3072 * editfns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3073 * editfns.c (Ftemp_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3074 * editfns.c (user_login_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3075 * editfns.c (Fuser_real_login_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3076 * editfns.c (get_home_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3077 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3078
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3079 * elhash.c (finish_marking_weak_hash_tables):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3080 [[[[5]]]]: Fix GCC warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3081
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3082 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3083 * emacs.c (mswindows_handle_hardware_exceptions):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3084 * emacs.c (make_arg_list_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3085 * emacs.c (main_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3086 * emacs.c (Fkill_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3087 * emacs.c (Fdump_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3088 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3089 Fix problems with nested crashes, add long comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3090
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3091 * event-Xt.c (init_event_Xt_late):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3092 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3093
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3094 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3095 * event-msw.c (mswindows_dde_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3096 * event-msw.c (mswindows_handle_sticky_modifiers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3097 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3098 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3099 [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3100
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3101 * events.c (character_to_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3102 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3103
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3104 * fileio.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3105 * fileio.c (Ffile_name_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3106 * fileio.c (Ffile_name_nondirectory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3107 * fileio.c (directory_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3108 * fileio.c (Fexpand_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3109 * fileio.c (Fsubstitute_in_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3110 * fileio.c (Ffile_name_absolute_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3111 * fileio.c (check_executable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3112 * fileio.c (Ffile_readable_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3113 * fileio.c (Ffile_accessible_directory_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3114 * fileio.c (Ffile_modes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3115 * fileio.c (Funix_sync):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3116 * fileio.c (vars_of_fileio):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3117 [1]. [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3118
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3119 [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3120
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3121 Expand getdefdir defn.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3122 Fix bogus rename() comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3123
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3124 [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc. Attempt
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3125 to use standard XEmacs include files, e.g. sysfile.h, rather
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3126 than system-specific includes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3127
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3128 * fns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3129 * fns.c (Fsubseq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3130 [5]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3131
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3132 * frame.c (vars_of_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3133 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3134
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3135 * getloadavg.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3136 * getloadavg.c (getloadavg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3137 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3138 #ifdef XEMACS not defined on Cygwin. Remove this; no need for it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3139 (We don't use it elsewhere in the code; just add a comment.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3140
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3141 * gif_io.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3142 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3143 Add config.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3144
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3145 * glyphs-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3146 * glyphs-msw.c (mswindows_resource_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3147 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3148
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3149 * glyphs-x.c (x_native_layout_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3150 [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3151
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3152 * gui-msw.c (Fmswindows_shell_execute):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3153 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3154
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3155 * insdel.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3156 [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3157
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3158 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3159 [4]. [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3160
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3161 * lread.c (locate_file_in_directory_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3162 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3163
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3164 * lstream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3165 [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3166
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3167 * mem-limits.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3168 * mem-limits.h (get_lim_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3169 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3170
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3171 * menubar-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3172 [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3173
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3174 * ndir.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3175 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3176
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3177 * nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3178 * nt.c (getwd):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3179 * nt.c (closedir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3180 * nt.c (rva_to_section):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3181 * nt.c (mswindows_executable_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3182 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3183 Fix closedir() defn.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3184
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3185 * nt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3186 [[[[8]]]]: *_OK defs moved to sysfile.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3187
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3188 * ntproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3189 [6]. [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3190
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3191 * objects-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3192 [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3193
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3194 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3195 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3196 [1]. [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3197
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3198 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3199 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3200 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3201 try to fix process quoting somewhat.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3202
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3203 * process-unix.c (unix_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3204 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3205
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3206 * process.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3207 * process.c (vars_of_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3208 Add Vnull_device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3209
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3210 * process.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3211 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3212
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3213 * realpath.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3214 * realpath.c (xrealpath):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3215 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3216
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3217 * redisplay-tty.c (init_tty_for_redisplay):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3218 [3].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3219
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3220 * redisplay.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3221 [4]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3222
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3223 * scrollbar-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3224 [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3225
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3226 * sheap.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3227 * sheap.c (more_static_core):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3228 * sheap.c (report_sheap_usage):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3229 [5]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3230
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3231 * signal.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3232 * signal.c (alarm_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3233 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3234
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3235 * sound.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3236 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3237
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3238 * strftime.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3239 * strftime.c (zone_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3240 [1]. [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3241
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3242 * symsinit.h (init_sunpro):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3243 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3244
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3245 * syscommctrl.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3246 commctrl.h not in Cygwin b20.1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3247
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3248 * sysdep.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3249 * sysdep.c (endif):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3250 * sysdep.c (sys_subshell):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3251 * sysdep.c (init_baud_rate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3252 * sysdep.c (emacs_get_tty):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3253 * sysdep.c (emacs_set_tty):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3254 * sysdep.c (tty_init_sys_modes_on_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3255 * sysdep.c (init_system_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3256 * sysdep.c (sys_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3257 * sysdep.c (interruptible_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3258 * sysdep.c (sys_fopen):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3259 * sysdep.c (sys_mkdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3260 * sysdep.c (sys_rename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3261 * sysdep.c (get_process_times_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3262 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3263
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3264 * sysdep.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3265 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3266
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3267 * sysdir.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3268 * sysdir.h (DIRENTRY_NONEMPTY):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3269 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3270
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3271 * sysdll.c (dll_init):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3272 * sysdll.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3273 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3274
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3275 * sysfile.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3276 [1]. [6]. [8].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3277 added text/binary defs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3278
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3279 * sysfloat.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3280 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3281
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3282 * sysproc.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3283 * sysproc.h (EDESTADDRREQ):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3284 * sysproc.h (poll_fds_for_input):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3285 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3286
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3287 * syspwd.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3288 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3289
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3290 * syssignal.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3291 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3292
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3293 * systime.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3294 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3295
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3296 * systty.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3297 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3298
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3299 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3300 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3301 Always define WIN32_LEAN_AND_MEAN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3302
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3303 * unexcw.c (unexec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3304 [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3305
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3306 * unexec.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3307 * unexec.c (copy_text_and_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3308 * unexec.c (adjust_lnnoptrs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3309 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3310
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3311 * unexnt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3312 * unexnt.c (_start):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3313 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3314
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3315 2000-06-07 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3316
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3317 * mule-mcpath.c, mule-mcpath.h: Removed. Old, crufty code that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3318 was used only as a model. We've long since extracted any useful
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3319 logic or code out of this. (I just did an exhaustive search.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3320
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3321 * s\msdos.h: Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3322
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3323 * s\windows95.h: Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3324
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3325 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3326
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3327 * s\cygwin32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3328 [1]. [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3329 Don't use extern with fun defs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3330
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3331 * s\mingw32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3332 [1]. [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3333 Remove nt\inc include.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3334 Remove getdisk, getdefdir. (The former is unused, the latter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3335 expanded in fileio.h.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3336
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3337 * s\windowsnt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3338 * s\windowsnt.h (WIN32_NATIVE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3339 * s\windowsnt.h (HAVE_STRCASECMP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3340 [1]. [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3341 Add long comment about preprocessor changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3342 Remove getdisk, getdefdir. (The former is unused, the latter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3343 expanded in fileio.h.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3344
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3345 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3346
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3347 * m\arm.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3348 * m\delta.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3349 * m\intel386.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3350 * m\sequent.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3351 * m\template.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3352 * m\windowsnt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3353 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3354 Remove bogus/unused NO_SOCK_SIGIO.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3355
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3356 2000-06-08 Hrvoje Niksic <hniksic@iskon.hr>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3357
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3358 * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3359 not an Emchar.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3360
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3361 2000-06-04 Mike Sperber <mike@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3362
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3363 * casetab.c (set_case_table): For `set-standard-case-table',
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3364 actually deposit the new case tables where the rest of XEmacs can
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3365 see them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3366
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3367 2000-06-05 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3368
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3369 * data.c (Faset): Don't cast XCHAR() to unsigned char.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3370
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3371 2000-06-05 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3372
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3373 * callproc.c (child_setup): Don't do close_load_descs() under
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3374 MS Windows. Put in a comment explaining why.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3375
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3376 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3377
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3378 * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3379 Toolkit shell" which breaks `kill-compilation' on Windows NT
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3380 native, retaining STDERR handling improvements.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3381
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3382 2000-06-01 Andreas Jaeger <aj@suse.de>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3383
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3384 * s/s390.h: Support for S390, based on a patch by Martin
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3385 Schwidefsky <schwidefsky@de.ibm.com>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3386
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3387 2000-05-30 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3388
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3389 * window.c (allocate_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3390 (make_dummy_parent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3391 (Fset_window_configuration): use new hashtable type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3392
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3393 * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3394 (struct image_instantiator_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3395 (struct Lisp_Image_Instance): make instance geometry signed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3396
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3397 * glyphs.c (instantiate_image_instantiator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3398 (image_instance_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3399 (image_instance_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3400 (image_instance_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3401 (query_string_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3402 (text_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3403 (image_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3404 (image_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3405 (cache_subwindow_instance_in_frame_maybe):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3406 (subwindow_query_geometry): make instance geometry signed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3407
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3408 * glyphs-widget.c (widget_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3409 (widget_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3410 (button_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3411 (tree_view_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3412 (tab_control_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3413 (layout_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3414 (layout_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3415 (native_layout_layout): make instance geometry signed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3416
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3417 2000-05-29 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3418
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3419 * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3420 constant.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3421
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3422 * general.c (syms_of_general): Add Qfull_assoc symbol.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3423
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3424 * data.c (finish_marking_weak_lists): Mark full-assoc lists
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3425 correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3426 (decode_weak_list_type): Decode full-assoc type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3427 (encode_weak_list_type): Encode full-assoc type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3428 (Fmake_weak_list): Update doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3429
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3430 2000-05-30 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3431
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3432 * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3433
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3434 * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3435 (decode_hash_table_weakness): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3436 (Fhash_table_weakness): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3437 (Fhash_table_type): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3438 (finish_marking_weak_hash_tables): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3439 (hash_table_weakness_validate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3440 (syms_of_elhash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3441
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3442 2000-05-28 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3443
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3444 * XEmacs 21.2.34 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3445
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3446 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3447
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3448 * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3449 start cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3450 (updating_line_start_cache): Gone.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3451 (regenerate_window): Replace resetting of VERTICAL_CLIP by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3452 generic code to force a minimum of 1 line laid out in the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3453 CMOTION_DISP case.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3454
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3455 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3456
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3457 * glyphs.c (instantiate_image_instantiator): Check for initialized
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3458 height & width no longer special cases IMAGE_NOTHING.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3459 (nothing_instantiate): Set height and width of instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3460
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3461 2000-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3462
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3463 * unexelf.c (unexec): Search for ".data" section.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3464 Initialize new_data2_offset from old_data_index.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3465 Remove redundant check for ElfW.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3466
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3467 2000-05-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3468
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3469 * glyphs.c (get_image_instantiator_governing_domain): allow more
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3470 specific domains as the governing domain rather than expecting an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3471 exact match. This fixes problems with layouts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3472
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3473 2000-05-22 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3474
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3475 * redisplay-output.c (compare_runes): check for non-images
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3476
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3477 * glyphs.c (set_glyph_dirty_p): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3478 (update_glyph_cachel_data): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3479
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3480 * glyphs-widget.c (layout_post_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3481 (layout_post_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3482
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3483 * event-msw.c (mswindows_wnd_proc): warning removal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3484
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3485 2000-05-12 Craig Lanning <CraigL@DyCon.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3486
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3487 * s\mingw32.h: Added #undef for CLASH_DETECTION.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3488
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3489 * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3490
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3491 * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3492
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3493 * nt.c (rva_to_section): mingw32 needs rva_to_section.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3494 (mswindows_executable_type): mingw32 now has enough headers for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3495 this to work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3496
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3497 2000-05-20 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3498
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3499 * console-msw.c (mswindows_output_last_error): ; -> ,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3500
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3501 2000-05-12 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3502
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3503 * console-msw.c (FROB): compare ints with ints.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3504
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3505 2000-05-11 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3506
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3507 * glyphs-x.c (x_finalize_image_instance): make minimal build
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3508 happy.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3509
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3510 2000-05-20 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3511
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3512 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3513 * event-Xt.c (vars_of_event_Xt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3514 move modifier-keys-are-sticky to event-stream.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3515
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3516 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3517 * event-msw.c (mswindows_enqueue_mouse_button_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3518 * event-msw.c (key_needs_default_processing_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3519 * event-msw.c (XEMSW_LCONTROL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3520 * event-msw.c (mswindows_handle_sticky_modifiers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3521 * event-msw.c (FROB):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3522 * event-msw.c (clear_sticky_modifiers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3523 * event-msw.c (output_modifier_keyboard_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3524 * event-msw.c (output_alt_keyboard_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3525 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3526 * event-msw.c (mswindows_modifier_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3527 * event-msw.c (emacs_mswindows_handle_magic_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3528 implement sticky modifiers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3529
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3530 * event-stream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3531 * event-stream.c (vars_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3532 move modifier-keys-are-sticky here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3533
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3534 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3535 add CHECK_FUNCTION.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3536
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3537 * rangetab.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3538 implement map-range-table.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3539
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3541 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3543 * redisplay-tty.c (reset_tty_modes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3544 (tty_redisplay_shutdown): Adjust argument type to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3545 tty_frame_output_end.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3546
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3547 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3548
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3549 * eval.c (Fbacktrace): Don't output a line with only right
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3550 parenthesis.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3551
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3552 2000-05-17 Kenji Itoh <keit@tpj.co.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3553
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3554 * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3555 (Fpq_reset_poll): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3556
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3557 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3558
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3559 * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3560
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3561 2000-05-16 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3562
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3563 * buffer.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3564 * buffer.c (dfc_convert_to/from_internal_format):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3565 * buffer.c (reinit_vars_of_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3566 Fix conversion functions to allow reentrancy.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3567
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3568 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3569 * console-msw.c (mswindows_output_last_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3570 New fun, generally useful -- output a human-readable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3571 version of GetLastError() on the console.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3572
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3573 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3574 * console-msw.h (struct mswindows_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3575 Changes for DeferWindowPos. Declare mswindows_output_last_error().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3576
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3577 * console-stream.c (stream_output_begin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3578 * console-stream.c (stream_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3579 * console-stream.c (stream_output_vertical_divider):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3580 * console-stream.c (stream_clear_region):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3581 * console-stream.c (stream_flash):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3582 * console-stream.c (console_type_create_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3583 Delete blank stream methods, not needed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3584
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3585 * console.h (struct console_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3586 Split begin/end methods into window and frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3587
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3588 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3589 * event-msw.c (mswindows_handle_paint):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3590 * event-msw.c (output_alt_keyboard_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3591 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3592 * event-msw.c (vars_of_event_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3593 Comment about problems with ignored-expose.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3594 Define mswindows-debug-events; not really implemented.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3595
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3596 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3597 random cleanups.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3598
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3599 * glyphs-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3600 * glyphs-msw.c (begin_defer_window_pos):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3601 * glyphs-msw.c (mswindows_unmap_subwindow):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3602 * glyphs-msw.c (mswindows_map_subwindow):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3603 * glyphs-msw.c (mswindows_resize_subwindow):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3604 Use DeferWindowPos to reduce flashing when mapping/unmapping.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3605
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3606 * glyphs.c (make_image_instance_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3607 Fix crash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3608
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3609 * gutter.c (Fredisplay_gutter_area):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3610 Use new begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3611
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3612 * lisp.h (Dynarr_new2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3613 New creation fun.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3614
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3615 * redisplay-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3616 * redisplay-msw.c (mswindows_frame_output_begin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3617 * redisplay-msw.c (mswindows_frame_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3618 * redisplay-msw.c (console_type_create_redisplay_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3619 New begin/end methods -- handle DeferWindowPos.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3620
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3621 * redisplay-output.c (redisplay_move_cursor):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3622 * redisplay-output.c (redraw_cursor_in_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3623 * redisplay-output.c (redisplay_update_line):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3624 * redisplay-output.c (redisplay_output_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3625 New begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3626
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3627 * redisplay-tty.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3628 * redisplay-tty.c (tty_frame_output_begin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3629 * redisplay-tty.c (tty_frame_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3630 * redisplay-tty.c (console_type_create_redisplay_tty):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3631 New begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3632
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3633 * redisplay-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3634 * redisplay-x.c (x_window_output_begin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3635 * redisplay-x.c (x_window_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3636 * redisplay-x.c (console_type_create_redisplay_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3637 New begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3638
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3639 * redisplay.c (redisplay_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3640 * redisplay.c (Fredisplay_echo_area):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3641 New begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3642 use MAYBE_DEVMETH for clear_frame; it may not exist.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3643
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3644 * window.h (WINDOW_XFRAME):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3645 WINDOW_XFOO macros -- get locale and decode struct pointer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3646
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3647
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3648 2000-05-12 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3649
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3650 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3651 * emacs.c (ensure_no_quitting_from_now_on):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3652 * emacs.c (fatal_error_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3653 * emacs.c (mswindows_handle_hardware_exceptions):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3654 * emacs.c (main):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3655 * emacs.c (Fkill_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3656 * emacs.c (shut_down_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3657 * emacs.c (assert_failed):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3658 various improvements in fatal error handling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3659
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3660 * eval.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3661 move preparing_for_armageddon to emacs.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3662
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3663 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3664 declare fatal_error_in_progress.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3665
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3666 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3667 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3668 * print.c (std_handle_out_va):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3669 * print.c (stderr_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3670 * print.c (stdout_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3671 use console under mswin when no standard output.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3672 don't do code conversion during fatal error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3673
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3674 * scrollbar.c (Fscrollbar_page_up):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3675 * scrollbar.c (Fscrollbar_page_down):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3676 fix missing else. reindent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3677
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3678 2000-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3679
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3680 Emergency fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3681
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3682 * glyphs.h (GLYPH_CACHEL_DESCENT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3683 (GLYPH_CACHEL_DESCENT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3684 (GLYPH_CACHEL_DESCENT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3685 * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3686 used in case these are inline functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3687 Use more absurd values to error check.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3688
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3689 include window.h for error check functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3690
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3691 2000-05-11 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3692
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3693 * cmdloop.c (Freally_early_error_handler):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3694 Display message box under windows; otherwise, message will disappear
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3695 before it can be viewed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3696
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3697 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3698 * console-msw.c (Fmswindows_message_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3699 * console-msw.c (FROB):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3700 * console-msw.c (syms_of_console_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3701 Define new fun `mswindows-message-box'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3702 #### I will merge this into `popup-dialog-box'; just give me
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3703 a bit of time.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3704
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3705 * general.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3706 * general.c (syms_of_general):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3707 Some new symbols used in `mswindows-message-box'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3708
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3709 * glyphs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3710 * glyphs.c (Fset_image_instance_property):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3711 put warning in this fun.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3712
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3713 * glyphs.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3714 * glyphs.h (GLYPH_CACHEL_WIDTH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3715 * glyphs.h (GLYPH_CACHEL_ASCENT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3716 * glyphs.h (GLYPH_CACHEL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3717 * glyphs.h (GLYPH_CACHEL_GLYPH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3718 define error-checking versions to try to catch a bug i've seen --
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3719 redisplay gets in an infinite loop because the glyph width of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3720 continuation glyph is 65535.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3721
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3722 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3723 Extern message-box stuff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3724
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3725 * window.c (allocate_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3726 * window.c (make_dummy_parent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3727 * window.c (Fset_window_configuration):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3728 Use EQUAL not EQ for subwindow caches to make them work a bit
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3729 better. (Something is still very broken.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3730
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3731
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3732 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3733
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3734 * glyphs.c (image_instantiate): Suppress gcc warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3735 (Fmake_image_instance): Fix doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3736 * specifier.c (Fmake_specifier): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3737
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3738 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3739
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3740 * paths.h.in (PATH_LOCK): Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3741 * config.h.in (LOCKDIR_USER_DEFINED): Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3742 * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3743
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3744 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3745
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3746 * fns.c (Ffeaturep): Update e-mail address in doc-string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3747 Document (featurep '(and xemacs 21.02)).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3748
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3749 2000-05-09 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3750
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3751 * buffer.c (complex_vars_of_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3752 update modeline-format doc.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3753
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3754 * device.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3755 comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3756
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3757 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3758 timeline of all released versions of Emacs, for use in creating
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3759 authorship comments and in synching up.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3760
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3761 * glyphs-widget.c (image_instantiator_buttons):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3762 * glyphs-widget.c (image_instantiator_edit_fields):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3763 * glyphs-widget.c (image_instantiator_combo_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3764 * glyphs-widget.c (image_instantiator_scrollbar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3765 * glyphs-widget.c (image_instantiator_progress_guage):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3766 * glyphs-widget.c (image_instantiator_tree_view):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3767 * glyphs-widget.c (image_instantiator_tab_control):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3768 * glyphs-widget.c (image_instantiator_labels):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3769 * glyphs-widget.c (image_instantiator_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3770 * glyphs-widget.c (image_instantiator_native_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3771 rename decode_domain method to governing_domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3772
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3773 * glyphs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3774 * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3775 * glyphs.c (add_entry_to_device_ii_format_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3776 make sure we don't put an entry more than once into the list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3777 * glyphs.c (check_instance_cache_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3778 *************************************************************
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3779 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3780 HAVE BEEN GETTING.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3781 *************************************************************
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3782 * glyphs.c (get_image_instantiator_governing_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3783 clean up, expand on new concept of governing domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3784 * glyphs.c (instantiate_image_instantiator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3785 * glyphs.c (allocate_image_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3786 use governing_domain instead of cache_domain in naming.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3787 * glyphs.c (Fvalid_image_instance_type_p): fix docs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3788 * glyphs.c (make_image_instance_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3789 * glyphs.c (Fmake_image_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3790 allow for any domain (not just device), and process the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3791 governing domain correctly. very big doc fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3792 * glyphs.c (Fimage_instance_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3793 new primitive, to retrieve the governing domain of an image instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3794 * glyphs.c (image_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3795 use new governing_domain stuff. this fixes a crash you could get
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3796 by instantiating certain widget glyphs in frame locales. (should
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3797 signal an error instead of crashing.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3798 * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3799 * glyphs.c (Fglyphp): clean up doc.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3800 * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3801 * glyphs.c (syms_of_glyphs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3802 declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3803 * glyphs.c (image_instantiator_format_create): add some comments about
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3804 bogus code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3805 * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3806 for current-display-table. (Apparently Hrjove implemented in 1998 a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3807 design I wrote up in 1996, but didn't update the doc string.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3808
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3809 * glyphs.h: clean up a doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3810 * glyphs.h (governing_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3811 * glyphs.h (struct image_instantiator_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3812 changes for governing_domain stuff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3813
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3814 * gutter.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3815 * gutter.c (Fgutter_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3816 * gutter.c (Fgutter_size_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3817 * gutter.c (Fgutter_visible_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3818 * objects.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3819 * objects.c (Fcolor_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3820 * objects.c (Ffont_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3821 * objects.c (Fface_boolean_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3822 doc strings moved to make-*-specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3823
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3824 * redisplay.c (add_disp_table_entry_runes_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3825 * redisplay.c (generate_fstring_runes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3826 * redisplay.c (screen):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3827 add random comments and doc strings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3828
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3829 * specifier.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3830 * specifier.c (Fmake_specifier):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3831 major overhaul of this doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3832
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3833 * specifier.c (Fvalid_specifier_domain_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3834 comment about the bogosity of image instances being domains.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3835 * specifier.c (decode_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3836 now non-static, used in glyphs.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3837 * specifier.c (specifier_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3838 comment about the bogosity of image instances being domains.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3839 * specifier.c (Fgeneric_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3840 move doc string to make-generic-specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3841 * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3842 rebackslashify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3843
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3844 * specifier.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3845 * specifier.h (DOMAIN_FRAME):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3846 * specifier.h (DOMAIN_LIVE_P):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3847 * specifier.h (DOMAIN_XDEVICE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3848 rebackslashify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3849 add comments about problems with these macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3850 prototype for decode_domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3851
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3852 * toolbar.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3853 * toolbar.c (Ftoolbar_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3854 move doc string to `make-toolbar-specifier'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3855
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3856 * window.c (window_unmap_subwindows_cache_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3857 *************************************************************
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3858 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3859 HAVE BEEN GETTING.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3860 *************************************************************
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3861
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3862 2000-05-09 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3863
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3864 * glyphs.h: declare reset_frame_subwindow_instance_cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3865
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3866 * window.c (Fset_window_configuration): reset the frame subwindow
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3867 cache and re-initialize the window subwindow caches.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3868
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3869 * glyphs.c (reset_frame_subwindow_instance_cache): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3870
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3871 2000-05-09 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3872
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3873 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3874 DWORD.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3875
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3876 2000-04-26 Mike Woolley <mike@bulsara.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3877
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3878 * ntheap.c: Changed recreate_heap to limit the amount reserved
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3879 for the heap to that which is actually available. Also now
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3880 displays a message box (with some dignostics) in the event that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3881 it still can't start.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3882
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3883 2000-05-07 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3884
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3885 * callproc.c (Fold_call_process_internal): GCPRO path
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3886
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3887 2000-05-08 Jan Vroonhof <jan@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3888
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3889 Patch by Bill Perry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3890
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3891 * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3892 back data instead of #ifdef.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3893 (Fscrollbar_page_down): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3894
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3895 2000-05-07 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3896
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3897 * buffer.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3898 Kludge for defining Qmswindows_tstr.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3899
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3900 * nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3901 * nt.c (open_input_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3902 * nt.c (open_output_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3903 * nt.c (rva_to_section):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3904 * nt.c (mswindows_executable_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3905 Move all memory-mapped-file routines here (some were in unexnt.c,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3906 which is bad because they are used by process-nt.c, and unexnt
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3907 won't be around when portable dumping). Synched the above routines
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3908 with FSF 20.6.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3909
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3910 * nt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3911 Removed ifdef'd out bogus code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3912 Fixed some prototypes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3913
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3914 * nt.h (file_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3915 * nt.h (OFFSET_TO_RVA):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3916 * nt.h (RVA_TO_OFFSET):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3917 * nt.h (RVA_TO_PTR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3918 Moved the memory-mapped-file structures, macros and prototypes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3919 here, to parallel nt.c. ntheap.h should really be removed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3920 entirely, and it's a non-portable-dumper specific file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3921
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3922 * ntheap.h (round_to_next):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3923 Moved the memory-mapped-file structures, macros and prototypes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3924 to nt.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3925
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3926 * ntproc.c (compare_env):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3927 Moved rva_to_section and mswindows_executable_type to nt.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3928 Moved compare_env to process-nt.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3929 ntproc.c will die, one day.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3930
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3931 * ntproc.c (sys_spawnve):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3932 Account for win32_ -> mswindows_.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3933
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3934 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3935 * process-nt.c (struct nt_process_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3936 * process-nt.c (ensure_console_window_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3937 * process-nt.c (compare_env):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3938 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3939 * process-nt.c (nt_kill_process_by_pid):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3940 * process-nt.c (syms_of_process_nt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3941 * process-nt.c (vars_of_process_nt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3942 Introduce variable `mswindows-quote-process-args', from FSF 20.6.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3943 Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3944 changes). Eliminate our old `nt-quote-process-args' mechanism.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3945 Synch up nt_create_process with FSF 20.6 sys_spawnve.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3946 Move compare_env here from ntproc.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3947
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3948 * process.c (Fprocess_send_region):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3949 Takes an optional fourth argument, BUFFER, which should fix some
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3950 problems with call-process.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3951
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3952 * syscommctrl.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3953 Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3954
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3955 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3956 Move ICC_BAR_CLASSES to syscommctrl.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3957 Add preliminary macros for MSWindows/Mule. More to come.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3958
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3959 * unexnt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3960 * unexnt.c (unexec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3961 open_output_file moved to nt.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3962
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3963
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3964 2000-05-05 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3965
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3966 * window.c (window_unmap_subwindows_cache_mapper): remove the dead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3967 instance from the frame cache also since GC may catch up too late
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3968 to make frame deletion sane.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3969
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3970 2000-05-04 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3971
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3972 * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3973 (x_finalize_image_instance): ungcpro on deletion.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3974
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3975 * glyphs.c (image_instantiator_format_create): give pointers a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3976 query geometry method so that the geometry is at least set.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3977
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3978 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3979 initialize layouts if using widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3980
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3981 2000-05-03 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3982
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3983 * nt.c: remove bogus reference to sysmmsystem.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3984
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3985 * gui-x.c (popup_selection_callback): fix no selection abort.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3986
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3987 2000-05-02 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3988
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3989 * glyphs-msw.c (mswindows_update_widget): cope with nil text.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3990 (mswindows_widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3991
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3992 * glyphs-widget.c (initialize_widget_image_instance): initialize
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3993 children correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3994 (widget_instantiate): cope with children and items in the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3995 instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3996
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3997 * glyphs.c (mark_image_instance): cope with children as a first
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3998 class member.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3999 (image_instance_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4000 (image_instance_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4001 (image_instance_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4002
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4003 2000-04-30 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4004
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4005 * glyphs.c (subwindow_query_geometry): new function. Return some
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4006 defaults.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4007 (subwindow_instantiate): don't assign dimensions if none have been
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4008 given.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4009 (image_instantiator_format_create): add subwindow_query_geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4010 (print_image_instance): cope with layouts as widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4011
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4012 2000-04-29 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4013
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4014 * frame.c (delete_frame_internal): call
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4015 free_frame_subwindow_instance_cache so that all subwindows are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4016 finalized before their parent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4017 (mark_frame): remove subwindow_cachels.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4018 (Fmake_frame): remove subwindow_cachel manipulation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4019 (allocate_frame_core): subwindow_instance_cache is a weak list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4020 (delete_frame_internal): set subwindow_instance_cache to nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4021
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4022 * glyphs-msw.c (mswindows_finalize_image_instance): make double
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4023 finalization safe.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4024 (mswindows_finalize_image_instance): use the device
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4025 not the domain as the domain may have died already.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4026
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4027 * glyphs-x.c (x_finalize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4028 (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4029 HEIGHT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4030
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4031 * redisplay-output.c (redisplay_unmap_subwindows): update for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4032 subwindow instance cache as a weak list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4033 (redisplay_unmap_subwindows_maybe): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4034 (redisplay_unmap_subwindows_except_us): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4035
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4036 * glyphs.c (unmap_subwindow): error checking will check the domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4037 so don't deal with it here. Don't use cachels anymore.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4038 (map_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4039 (update_subwindow_cachel_data): remove old accessor names.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4040 (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4041 (Fresize_subwindow): don't update cachel.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4042 (mark_subwindow_cachels):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4043 (update_subwindow_cachel_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4044 (add_subwindow_cachel):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4045 (get_subwindow_cachel_index):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4046 (update_subwindow_cachel):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4047 (reset_subwindow_cachels):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4048 (mark_subwindow_cachels_as_not_updated): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4049 (cache_subwindow_instance_in_frame_maybe): new function. Add a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4050 subwindow instance to the frame cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4051 (find_matching_subwindow): update for subwindow instance cache as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4052 a weak list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4053 (update_widget_instances): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4054 (image_instance_type_to_mask):inlined.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4055 (free_frame_subwindow_instance_cache): new function. finalize all
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4056 subwindows that are instantiated.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4057
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4058 * glyphs.h (struct Lisp_Image_Instance): add display_data instead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4059 of cachel information.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4060 (IMAGE_INSTANCE_DISPLAY_X):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4061 (IMAGE_INSTANCE_DISPLAY_Y):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4062 (IMAGE_INSTANCE_DISPLAY_WIDTH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4063 (IMAGE_INSTANCE_DISPLAY_HEIGHT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4064 (XIMAGE_INSTANCE_DISPLAY_X):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4065 (XIMAGE_INSTANCE_DISPLAY_Y):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4066 (XIMAGE_INSTANCE_DISPLAY_WIDTH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4067 (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4068 remove subwindow_cachel structure and function references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4069 (image_instance_type_to_mask): inline from glyphs.c
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4070
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4071 * redisplay.c (redisplay_frame): remove subwindow_cachel
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4072 references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4073
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4074 * frame.h (struct frame): remove subwindow_cachels.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4075 (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4076
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4077 * frameslots.h: add subwindow_instance_cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4078
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4079 * window.c (replace_window): check subwindow cache of replacement.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4080 (window_unmap_subwindows_cache_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4081 (window_unmap_subwindows): new functions. Unmap all subwindows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4082 cached on this window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4083 (mark_window_as_deleted): unmap all subwindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4084
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4085 2000-04-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4086
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4087 * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4088
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4089 * glyphs-widget.c (widget_layout): return something.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4090 (layout_layout): return something. Fail if not initialized.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4091 (layout_query_geometry): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4092 (image_instantiator_native_layout): new function. Initialized the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4093 native layout type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4094 (widget_instantiate): don't do layout stuff here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4095
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4096 * glyphs.c (instantiate_image_instantiator): reorded calling or
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4097 instantiate and post_instantiate with layout in between.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4098 (image_instance_layout): be more selective about deciding whether
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4099 the layout has been done or not.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4100
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4101 * glyphs.h (struct image_instantiator_methods): return a value
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4102 from layout_method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4103
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4104 2000-04-26 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4105
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4106 * glyphs.c (allocate_image_instance): make initial width and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4107 height unspecified. Set initialized to 0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4108
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4109 * syscommctrl.h new file. Encapsulates commctrl.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4110
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4111 * syswindows.h new file. Encapsulates windows.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4112
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4113 * ntplay.c: use new syswindows.h and syscommctrl.h header.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4114 * nt.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4115 * console-msw.h: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4116
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4117 * redisplay-tty.c (tty_output_display_block): remove layout references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4118
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4119 * glyphs-msw.c (mswindows_widget_instantiate): use the domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4120 window handle rather than just the frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4121
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4122 * glyphs.c (mark_image_instance): remove layout references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4123 (print_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4124 (image_instance_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4125 (image_instance_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4126 (decode_image_instance_type): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4127 (encode_image_instance_type): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4128 (image_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4129 (allocate_glyph): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4130 (Fimage_instance_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4131 (Fimage_instance_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4132 (update_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4133
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4134 * redisplay-x.c (x_output_display_block): recode for layouts as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4135 widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4136
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4137 * redisplay-output.c (redisplay_output_layout): recode for layouts
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4138 as widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4139 (compare_runes): remove layout references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4140
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4141 * redisplay-msw.c (mswindows_output_display_block): recode for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4142 layouts as widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4143
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4144 * glyphs-widget.c (image_instantiator_layout): remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4145 layout_possible_dest_types.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4146 (layout_possible_dest_types): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4147
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4148 * glyphs.h (image_instance_type): remove layout references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4149 (struct Lisp_Image_Instance): ditto. Add initialized flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4150 (IMAGE_INSTANCE_INITIALIZED): new accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4151 (XIMAGE_INSTANCE_INITIALIZED): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4152
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4153 2000-04-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4154
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4155 * glyphs-widget.c (image_instantiator_buttons):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4156 (image_instantiator_edit_fields):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4157 (image_instantiator_combo_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4158 (image_instantiator_scrollbar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4159 (image_instantiator_progress_guage):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4160 (image_instantiator_tree_view):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4161 (image_instantiator_tab_control):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4162 (image_instantiator_labels):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4163 (image_instantiator_layout): call default post_instantiate method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4164 (widget_post_instantiate): new function. Simply lays out the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4165 widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4166
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4167 * glyphs.h (struct image_instantiator_methods): add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4168 post_instantiate method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4169
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4170 * glyphs.c (instantiate_image_instantiator): add post_instantiate
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4171 method calls.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4172
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4173 2000-04-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4174
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4175 * glyphs.h (struct image_instantiator_methods): add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4176 decode_domain_method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4177 (struct Lisp_Image_Instance): remove subwindow frame - it can be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4178 derived from the domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4179 (IMAGE_INSTANCE_FRAME): new accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4180 (XIMAGE_INSTANCE_FRAME): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4181
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4182 * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4183 instead of _SUBWINDOW_FRAME.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4184 (finalize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4185 (Fimage_instance_foreground): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4186 (Fimage_instance_background): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4187 (image_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4188 (update_subwindow_cachel): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4189 (update_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4190 (unmap_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4191 (map_subwindow): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4192 (subwindow_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4193 * glyphs-msw.c (mswindows_update_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4194 (mswindows_progress_gauge_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4195 (mswindows_tab_control_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4196 * glyphs-x.c (x_update_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4197 (x_widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4198 (x_tab_control_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4199 (x_tab_control_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4200 * event-msw.c (mswindows_wnd_proc): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4201
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4202 * glyphs-widget.c (image_instantiator_layout): use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4203 subwindow_decode_domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4204 (image_instantiator_buttons): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4205 (image_instantiator_edit_fields): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4206 (image_instantiator_combo_box): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4207 (image_instantiator_scrollbar): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4208 (image_instantiator_progress_guage): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4209 (image_instantiator_tree_view): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4210 (image_instantiator_tab_control): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4211 (image_instantiator_labels): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4212 (image_instantiator_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4213
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4214 * glyphs.c: add instance error checking to many functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4215 (instantiate_image_instantiator): decode device from cache_domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4216 (image_instantiate): partially rewrite by using
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4217 decode_image_instantiator_domain to determine what domain the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4218 instance needs to be cached in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4219 (decode_image_instantiator_domain): new function. Determine what
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4220 domain the image needs to be cached in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4221 (check_window_subwindow_cache): new error checking function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4222 (check_instance_cache_mapper): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4223 (check_image_instance_structure): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4224 (subwindow_decode_domain): new function. Encodes a window as a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4225 subwindow's cache domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4226 (image_instantiator_format_create): use it for text and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4227 subwindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4228
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4229 2000-04-21 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4230
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4231 * glyphs.c (image_instance_device): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4232 (image_instance_frame): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4233 (image_instance_window): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4234 (image_instance_live_p): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4235
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4236 * window.c (mark_window_as_deleted): reset the subwindow_instance_
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4237 cache to nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4238
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4239 * glyphs.h (struct Lisp_Image_Instance): device->domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4240 (IMAGE_INSTANCE_DOMAIN): new accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4241 (XIMAGE_INSTANCE_DOMAIN): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4242
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4243 * glyphs-x.c (x_finalize_image_instance): device->domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4244
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4245 * glyphs-msw.c (init_image_instance_geometry): device->domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4246 (mswindows_finalize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4247
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4248 * glyphs-eimage.c (jpeg_instantiate): device->domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4249 (gif_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4250 (png_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4251 (tiff_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4252
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4253 * glyphs.c (instantiate_image_instantiator): use domain rather
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4254 than device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4255 (mark_image_instance): device -> domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4256 (print_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4257 (finalize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4258 (image_instance_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4259 (allocate_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4260 (Fcolorize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4261 (query_string_geometry): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4262 (image_instantiate): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4263 (query_string_font): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4264 (image_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4265 (update_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4266 (unmap_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4267 (map_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4268 (subwindow_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4269
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4270 * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4271 (DOMAIN_FRAME): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4272 (DOMAIN_WINDOW): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4273 (DOMAIN_LIVE_P): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4274 (XDOMAIN_DEVICE): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4275 (XDOMAIN_FRAME): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4276 (XDOMAIN_WINDOW): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4277
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4278 * specifier.c (Fvalid_specifier_domain_p): add image instances as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4279 a valid specifier domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4280
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4281 2000-04-19 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4282
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4283 * glyphs-widget.c (syms_of_glyphs_widget): remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4284 widget-callback-current-channel.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4285 (vars_of_glyphs_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4286 * glyphs.h: ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4287
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4288 * gui.c (get_gui_callback): revert to previous behaviour.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4289
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4290 2000-04-18 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4291
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4292 * glyphs.h (struct Lisp_Image_Instance): add margin_width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4293 (IMAGE_INSTANCE_MARGIN_WIDTH): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4294 (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4295
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4296 * glyphs.c (image_instance_equal): add margin_width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4297 (image_instance_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4298
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4299 * glyphs-widget.c (widget_instantiate): deal with margin-width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4300 (layout_query_geometry): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4301 (layout_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4302 (syms_of_glyphs_widget): add margin-width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4303 (image_instantiator_layout): allow margin-width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4304
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4305 * glyphs.c (update_widget_instances): make a normal function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4306 (syms_of_glyphs): remove Qupdate_widget_instances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4307 * glyphs.h: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4308
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4309 * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4310 so that we don't corrupt ideas about the last event or
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4311 command. Remove widget-callback-current-channel fiddling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4312 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4313
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4314 2000-05-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4315
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4316 * XEmacs 21.2.33 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4317
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4318 2000-05-01 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4319
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4320 * make-src-depend: Allow dots in header file name.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4321
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4322 2000-05-01 Yoshiki Hayashi <yoshiki@xmacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4323
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4324 * mule-charset.h (struct charset_lookup): Add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4325 next_allocated_1_byte_leading_byte and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4326 next_allocated_2_byte_leading_byte.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4327 * mule-charset.c: Move above two variables so that those values
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4328 will be dumped.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4329
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4330 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4331
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4332 * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4333 when string length is zero.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4334 (find_charsets_in_emchar_string): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4335
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4336 2000-04-29 Bjrn Torkelsson <torkel@hpc2n.umu.se>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4337
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4338 * lisp.h: extern Qdialog and Qmenubar.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4339
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4340 * gui-x.c: added events.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4341 also fixed typo which made the file uncompilable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4342
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4343 * general.c: Added Qmenubar and Qdialog
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4344
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4345 2000-04-28 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4346
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4347 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4348 * frame-msw.c (mswindows_mark_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4349 * event-msw.c (mswindows_enqueue_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4350 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4351 * console-msw.h (struct mswindows_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4352 * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4353 there are now three hash tables for callbacks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4354 mswindows_enqueue_dispatch_event is no longer static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4355
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4356 * dialog-x.c (maybe_run_dbox_text_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4357 * dialog-x.c (dbox_descriptor_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4358 switch to new cons3 form for callbacks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4359
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4360 * glyphs-msw.c (mswindows_register_gui_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4361 * glyphs-msw.c (mswindows_widget_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4362 * glyphs-msw.c (add_tree_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4363 * glyphs-msw.c (add_tab_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4364 new image instance parameter, so it can be passed to callback-ex.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4365 respect :callback-ex as well as :callback.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4366
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4367 * glyphs-widget.c (VALID_GUI_KEYWORDS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4368 add :callback-ex.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4369
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4370 * glyphs.c (print_image_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4371 prettify, e.g. now prints widget type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4372
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4373 * gui-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4374 certain funs have new image instance parameter.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4375
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4376 * gui.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4377 * gui.c (get_gui_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4378 * gui.c (gui_item_add_keyval_pair):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4379 * gui.c (gui_item_init):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4380 * gui.c (gui_add_item_keywords_to_plist):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4381 * gui.c (mark_gui_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4382 * gui.c (gui_item_hash):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4383 * gui.c (gui_item_equal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4384 * gui.c (copy_gui_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4385 * gui.c (syms_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4386 recognize callback-ex in a number of places.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4387 also, fix the annoying "can't get out of yes-no dialog" bug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4388
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4389 * gui.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4390 * gui.h (struct Lisp_Gui_Item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4391 recognize callback-ex in a number of places.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4392
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4393 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4394 new parameter in button_item_to_widget_value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4395
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4396 * glyphs-x.c (x_update_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4397 * glyphs-x.c (x_button_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4398 * glyphs-x.c (x_button_update):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4399 * glyphs-x.c (x_progress_gauge_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4400 * glyphs-x.c (x_edit_field_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4401 * glyphs-x.c (x_combo_box_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4402 * glyphs-x.c (x_tab_control_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4403 * glyphs-x.c (x_label_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4404 new image instance parameter in various places.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4405
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4406 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4407 * event-Xt.c (enqueue_Xt_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4408 this fun gets exported.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4409
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4410 * gui-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4411 * gui-msw.c (mswindows_handle_gui_wm_command):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4412 handle both :callback and :callback-ex, and generate our own
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4413 event because it's one of the callback-ex arguments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4414
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4415 * gui-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4416 * gui-x.c (popup_selection_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4417 handle both :callback and :callback-ex, and generate our own
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4418 event because it's one of the callback-ex arguments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4419 * gui-x.c (button_item_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4420 * gui-x.c (gui_items_to_widget_values_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4421 * gui-x.c (gui_item_children_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4422 * gui-x.c (gui_items_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4423 new image instance parameter in various places.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4424
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4425 * fns.c (Freplace_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4426 fix small typo in doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4427
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4428 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4429 declare enqueue_Xt_dispatch_event.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4430
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4431 2000-04-28 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4432
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4433 * buffer.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4434 * buffer.c (Frecord_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4435 * buffer.c (syms_of_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4436 delete record-buffer-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4437
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4438 * fns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4439 * fns.c (Freplace_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4440 * fns.c (syms_of_fns):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4441 new primitive replace-list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4443 * frameslots.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4444 slot for old buffer-alist.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4445
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4446 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4447 exfun replace-list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4448
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4449 * redisplay.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4450 * redisplay.c (redisplay_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4451 * redisplay.c (syms_of_redisplay):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4452 * redisplay.c (vars_of_redisplay):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4453 new hook buffer-list-changed-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4454 call it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4455
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4456 2000-04-27 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4457
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4458 * extents.h: extern in_modeline_generation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4459
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4460 * redisplay.c (generate_formatted_string_db): set
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4461 in_modeline_generation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4462
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4463 * extents.c (extent_changed_for_redisplay): don't mark redisplay
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4464 flags if in modeline generation. otherwise frame-modified-tick
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4465 is ticked far too often.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4466 Declare in_modeline_generation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4467
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4468 2000-04-26 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4469
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4470 * emacs.c (vars_of_emacs): document quick-build "error-checking"
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4471 option.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4472 (vars_of_emacs): add quick-build as an error-checking option.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4473 A bit kludgy, but there doesn't seem much point in creating
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4474 a real var for this.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4475
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4476 * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4477
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4478 2000-04-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4479
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4480 * redisplay.h (struct display_line): Add a new variable,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4481 line_continuation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4482
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4483 * redisplay.c (create_text_block): Set dl->line_continuation if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4484 the line continues.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4485 (create_string_text_block): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4486 (regenerate_window_incrementally): Use line_continuation instead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4487 of searching continuation glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4488 (add_margin_runes): Call add_glyph_rune.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4489 (add_glyph_rune): Handle margin glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4490
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4491 2000-04-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4492
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4493 * filelock.c (fill_in_lock_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4494 ANSIfy.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4495 Check for IS_ANY_SEP instead of '/'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4496 (lock_file_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4497 Avoid generating gratuitous garbage. Call user_login_name() directly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4498 Never check errno without first seeing that system call failed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4499 (unlock_file): Add GCPRO.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4500 (Flock_buffer): Fix docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4501 (Ffile_locked_p): Fix docstring. Add GCPRO.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4502
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4503 2000-04-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4504
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4505 * sysdep.c (get_pty_max_bytes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4506 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4507 strings longer than 252 bytes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4508
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4509 * md5.c: Unconditionally include ANSI header <limits.h>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4510
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4511 * glyphs-x.c (convert_EImage_to_XImage):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4512 * lisp-union.h (union Lisp_Object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4513 Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4514
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4515 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4516
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4517 * filelock.c (current_lock_owner): Remove unused variable o, p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4518
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4519 2000-04-17 Norbert Koch <n.koch@eai-delta.de>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4520
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4521 * callint.c: Remove multiply defined symbol Qlet
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4522 (syms_of_callint): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4523
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4524 2000-04-14 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4525
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4526 * general.c (syms_of_general): add last-command, this-command, let
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4527 and funcall.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4528
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4529 * lisp.h: declare various symbols.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4530
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4531 * glyphs.h: declare Qwidget_callback_current_channel;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4532
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4533 * glyphs-widget.c (syms_of_glyphs_widget): add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4534 Qgui_callback_current_channel.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4535 (vars_of_glyphs_widget): add Vgui_callback_current_channel.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4536
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4537 * gui-msw.c (mswindows_handle_gui_wm_command): bind
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4538 widget-callback-current-channel when invoking the interactive
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4539 arg. Also bind last-command and next-command when invoking the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4540 widget updates.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4541 * gui-x.c (popup_selection_callback): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4543 * gui.c (get_gui_callback): massage args so that we are always
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4544 calling eval. This allows us to add our own variable bindings
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4545 outside.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4546
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4547 * glyphs-x.c (x_button_instantiate): use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4548 gui_items_to_widget_values since this is GC safe.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4549 (x_progress_gauge_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4550 (x_edit_field_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4551 (x_label_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4552
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4553 * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4554 (emacs_Xt_event_widget_focus_out): new function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4555 (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4556 focus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4557 (emacs_Xt_event_add_widget_actions): new function. add focus
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4558 functions as actions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4559 (init_event_Xt_late): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4560
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4561 2000-04-14 Hrvoje Niksic <hniksic@iskon.hr>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4562
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4563 * event-stream.c (Fdispatch_event): Doc fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4564
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4565 2000-03-29 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4566
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4567 * postgresql.c: Remove all references to PQsetenv*.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4568
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4569 * postgresql.h: Remove references to PGsetenvHandler object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4570 * lrecord.h (lrecord_type): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4571
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4572 2000-04-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4573
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4574 * glyphs-msw.h (struct mswindows_image_instance_data): Added
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4575 real_heigh and real_width members, and accessor macros for these.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4576
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4577 * glyphs-msw.c (init_image_instance_geometry): New function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4578 (init_image_instance_from_dibitmap): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4579 (mswindows_resource_instantiate): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4580 (init_image_instance_from_xbm_inline): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4581 (mswindows_initialize_image_instance_mask): Use real bitmap
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4582 geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4583 (mswindows_create_resized_bitmap): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4584 (mswindows_create_resized_mask): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4585
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4586 * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4587 and bitmap to their surface size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4588
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4589 2000-04-11 Jan Vroonhof <jan@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4590
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4591 * process-unix.c (unix_send_process): Guard against process MIA
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4592 after Faccept_process_output.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4593
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4594 2000-04-11 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4595
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4596 * eval.c (unbind_to_hairy): fix brokenness introduced by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4597 nanosecond speed improvements.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4598
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4599 2000-04-07 Raymond Toy <toy@rtp.ericsson.se>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4600
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4601 * sunplay.c (init_device): To play sounds correctly, the device
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4602 apparently needs to be initialized at least once by XEmacs. Make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4603 it so.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4604
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4605 2000-04-10 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4606
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4607 * redisplay.c (add_margin_runes): Add text image glyph
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4608 handling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4609
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4610 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4611
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4612 * lisp.h (DOESNT_RETURN): Don't declare as volatile when
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4613 gcc is newer than 2.5.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4614
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4615 2000-04-06 Colin Rafferty <colin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4616
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4617 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4618
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4619 * fns.c (size_bit_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4620 * alloc.c (size_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4621 (make_vector_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4622 (make_bit_vector_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4623 (sweep_bit_vectors_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4624 Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4625
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4626 2000-04-06 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4627
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4628 * gmalloc.c (malloc): undo previous change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4629 (malloc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4630 (free): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4631 (realloc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4632
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4633 2000-04-06 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4634
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4635 * line-number.c (buffer_line_number): Revert to former version.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4636
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4637 2000-04-06 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4638
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4639 * gmalloc.c (malloc): add error checking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4640 (malloc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4641 (free): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4642 (realloc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4643
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4644 * dialog-x.c (dbox_descriptor_to_widget_value): add extra
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4645 button_item_to_widget_value arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4646
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4647 * glyphs-x.c (x_button_instantiate): add extra
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4648 button_item_to_widget_value arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4649 (x_progress_gauge_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4650 (x_edit_field_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4651 (x_label_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4652
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4653 * gui-x.c (gui_items_to_widget_values_1): add extra
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4654 button_item_to_widget_value arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4655 (button_item_to_widget_value): add extra menu_item_p arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4656
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4657 * gui-x.h: change signature of button_item_to_widget_value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4658
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4659 * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4660 button_item_to_widget_value arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4661
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4662 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4663
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4664 * buffer.h (struct buffer): auto_save_modified should be long.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4665
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4666 2000-04-05 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4667
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4668 * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4669 type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4670 (button_query_geometry): give a little more room so that athena
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4671 buttons fit.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4672
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4673 2000-04-05 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4674
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4675 * faces.c (complex_vars_of_faces): The widget face should inherit
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4676 the font of the gui-element face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4677
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4678 2000-04-04 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4679
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4680 * glyphs-x.c (x_button_update): new function. unconditionally
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4681 update a button's state when the instance is dirty.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4682 (image_instantiator_format_create_glyphs_x): add x_button_update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4683 (x_widget_instantiate): remove old resize cruft.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4684
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4685 2000-04-02 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4686
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4687 * frame.c (change_frame_size_1): The introduction of gutters means
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4688 that we need to allow 0 as a potential frame dimension.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4689
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4690 2000-04-02 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4691
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4692 * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4693 image glyph if allow_cursor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4694 (add_hscroll_rune): Don't allow cursor to border glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4695 (create_text_block): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4696
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4697 * redisplay-output.c (redisplay_move_cursor): Do nothing even if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4698 text not in buffer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4699 (redisplay_output_layout): Call ensure_face_cachel_complete for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4700 text image glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4701
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4702
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4703 2000-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4704
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4705 * redisplay.c (add_glyph_rune): Adding text image as text runes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4706
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4707 * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4708 not in buffer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4709
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4710 * redisplay-tty.c (tty_output_display_block): Delete the routine
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4711 for text image glyph
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4712 * redisplay-x.c (x_output_display_block): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4713 * redisplay-msw.c (mswindows_output_display_block): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4714
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4715 2000-02-02 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4716
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4717 Note: Some of these were committed by accident as part of other
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4718 patches.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4719
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4720 * regex.c (regex_compile): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4721
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4722 * ntproc.c (sys_spawnve): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4723
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4724 * nt.h: Declare term_ntproc correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4725
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4726 * nt.c: Remove incorrect declaration of get_home_directory which
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4727 is declared correctly in lisp.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4728
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4729 * keymap.c (get_keyelt): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4730 (raw_lookup_key_mapper): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4731
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4732 * gutter.c (gutter_was_visible): Add return statement to avoid warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4733
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4734 * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4735
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4736 * filemode.c (mode_string): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4737
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4738 * file-coding.c (Fcoding_system_aliasee): Add return statement to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4739 avoid warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4740
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4741 * events-mod.h: Undef some things that winuser.h defines differently.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4742
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4743 * data.c (Faset): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4744
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4745 * alloc.c (Fmake_byte_code): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4746
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4747 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4748
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4749 * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4750 Fall through to simple beep on error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4751 Replace "extern" by real header file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4752
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4753 * linuxplay.c: Use nativesound.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4754 (play_sound_data): Return error code. Be less verbose on error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4755
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4756 * sunplay.c: Use nativesound.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4757 (play_sound_data): Return error code. Be less verbose on error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4758
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4759 * ntplay.c: Use nativesound.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4760 (play_sound_data): Return fake error code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4761
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4762 * sgiplay.c: Use nativesound.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4763 (play_sound_data): Return error code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4764
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4765 * hpplay.c: Use nativesound.h, partially implement
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4766 new error code. Break compilation until finished.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4767 (play_sound_data): error code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4768
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4769 * nativesound.h (play_sound_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4770 (play_sound_data): Prototype in new header.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4771
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4772 2000-03-31 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4773
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4774 * glyphs-widget.c: (button_query_geometry): new function. Adjust
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4775 for toggle and radio buttons.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4776 (image_instantiator_buttons): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4777
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4778 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4779
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4780 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4781 (x_update_horizontal_scrollbar_callback): Return if no mirror was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4782 found. Scrollbar event probably belonged to some old config.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4783
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4784 2000-03-31 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4785
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4786 * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4787 than 1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4788 (initialize_widget_image_instance): default layout to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4789 LAYOUT_HORIZONTAL rather than 0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4790 (widget_instantiate): reverse the item list at the end rather than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4791 every iteration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4792 (layout_layout): re-code for the border text at the front of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4793 item list rather than at the end.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4794 (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4795 provided by the user.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4796 (widget_query_geometry): comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4797
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4798 2000-03-30 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4799
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4800 * glyphs-widget.c (image_instantiator_layout): allow standard
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4801 widget keywords in layouts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4802
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4803 * gutter.c (output_gutter): cope with nil gutter contents.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4804
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4805 * frame.c (Fset_frame_properties): add gutter docs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4806
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4807 2000-03-29 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4808
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4809 * toolbar-msw.c (TBSTYLE_FLAT): add.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4810 (mswindows_output_toolbar): minor fiddling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4811
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4812 2000-03-29 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4813
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4814 * gutter.c (output_gutter): force gutter size recalculation if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4815 what we are trying to display won't fit.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4816 (update_gutter_geometry): new function. A per-gutter version of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4817 update_frame_gutter_geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4818 (update_frame_gutter_geometry): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4819 (redraw_exposed_gutter): add extra debugging output.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4820
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4821 2000-03-28 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4822
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4823 * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4824 (pdump_file_unmap): Implement it on Windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4825 (pdump_file_get): Save alocated handles for pdump_file_unmap
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4826
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4827 2000-03-28 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4828
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4829 * gui.c (get_gui_callback): treat Quit specially.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4830
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4831 2000-03-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4832
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4833 * glyphs.c (image_instantiate): be careful to check in the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4834 way we assigned.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4835
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4836 2000-03-27 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4837
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4838 * config.h.in: define the proper SMART_INCLUDE macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4839 handle renaming of `foo_h_path' to `foo_h_file'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4840
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4841 * database.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4842
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4843 * emacs.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4844
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4845 * linuxplay.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4846
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4847 * terminfo.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4848
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4849 * tooltalk.h: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4850
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4851 2000-03-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4852
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4853 * glyphs-msw.c (mswindows_update_widget): make sure the widget
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4854 gets updated whenever the face might have changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4855
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4856 2000-03-26 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4857
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4858 * dumper.c (pdump_resource_free): Fix the comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4859
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4860 2000-03-21 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4861
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4862 * input-method-xlib.c (XIM_init_frame): Remove painful warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4863
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4864 2000-03-22 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4865
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4866 * dumper.c: Include Windows headers on Windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4867 (pdump_resource_free): Add a body to the function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4868 (pdump_load): exe_name -> exe_path and add some comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4869
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4870 2000-03-25 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4871
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4872 * gui.c (copy_gui_item_tree): Return a value in all cases
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4873
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4874 2000-03-21 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4875
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4876 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4877 lwlib/config.h.in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4878 (SMART_INCLUDE): new macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4879 (POSTGRES_INCLUDE): new macro to include postgresql headers from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4880 the proper location.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4881
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4882 * postgresql.c: use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4883
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4884 * inline.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4885
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4886 2000-03-24 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4887
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4888 * gutter.c (redraw_exposed_gutters): must be "in display" when we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4889 do this.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4890
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4891 2000-03-24 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4892
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4893 * redisplay-output.c (compare_runes): use image_instance_changed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4894 to detect changes. Do not depend on glyphs_changed, only depend on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4895 dirtiness.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4896 (redisplay_output_layout): add debug messages.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4897 (compare_runes): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4898
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4899 * glyphs.h: declare new functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4900 (struct Lisp_Image_Instance): remove percent and associated
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4901 accessors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4902
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4903 * gui.h: declare new copying functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4904
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4905 * gui.c (copy_gui_item_tree): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4906 (copy_gui_item): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4907 (gui_item_id_hash): revert to standard hash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4908 (gui_item_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4909 (gui_item_hash_internal): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4910 (mark_gui_item): mark value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4911 (gui_item_add_keyval_pair): add value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4912 (gui_item_init): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4913 (gui_add_item_keywords_to_plist): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4914 (gui_item_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4915 (syms_of_gui): add Q_value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4916
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4917 * glyphs-x.c (x_progress_gauge_update): use pending items and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4918 value for setting the state.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4919 (x_update_widget): don't set items from pending here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4920
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4921 * glyphs-widget.c (update_widget): update items here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4922 (progress_gauge_set_property): use items for storing value. Put
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4923 new value in pending items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4924
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4925 * glyphs-msw.c (mswindows_progress_gauge_update): use pending
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4926 items for new value. Convert percent -> value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4927 (mswindows_tab_control_update): don't update items here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4928
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4929 * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4930 (update_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4931 (image_instance_changed): new function. Compare hash values and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4932 past and present widget items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4933 (image_instantiate): We more careful about where we instantiate
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4934 things.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4935 (image_instantiate): add error checking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4936
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4937 * gutter.c (syms_of_gutter): use -hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4938
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4939 2000-03-20 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4940
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4941 * console-tty.c (Fset_console_tty_input_coding_system): Use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4942 Qkeyboard.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4943 (Fset_console_tty_output_coding_system): Use Qterminal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4944 (tty_init_console): Use Qkeyboard and Qterminal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4945
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4946 2000-03-21 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4947
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4948 * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4949 From Mike Alexander <mta@arbortext.com>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4950
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4951 2000-03-21 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4952
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4953 * event-msw.c (mswindows_need_event): Horrible kludge to fix
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4954 process brokenness. Proper implementation to come.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4955 * callproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4956 Rename call-process-internal to old-call-process-internal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4957 New impl. in process.el.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4958
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4959 2000-03-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4960
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4961 * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4962
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4963 2000-03-20 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4964
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4965 * glyphs.c (full_list_hash): make hashes of the same elements in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4966 different orders return different values.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4967
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4968 2000-03-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4969
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4970 * XEmacs 21.2.32 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4971
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4972 2000-03-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4973
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4974 * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4975 (DFC_MALLOC_USE_CONVERTED_DATA):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4976 Add aliasing-safe casts to allow use with char* or unsigned char*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4977 lvalues.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4978
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4979 * eldap.c (Fldap_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4980 (Fldap_search_basic):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4981 (Fldap_add):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4982 (Fldap_modify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4983 Make C++-compilable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4984 Make sure GCPRO'ed variables are initialized.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4985 Use temp variables to avoid repeated calls to Flength.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4986
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4987 2000-03-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4988
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4989 * sysfile.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4990 Make sure PATH_MAX is always defined.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4991 Include limits.h for PATH_MAX.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4992 Deprecate use of MAXPATHLEN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4993
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4994 2000-03-10 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4995
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4996 * emacs.c: Add reinit_vars_of_fileio.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4997 * symsinit.h: Add reinit_vars_of_fileio.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4998 * fileio.c (reinit_vars_of_fileio): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4999 * fileio.c (Fmake_temp_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5000 Initialize temp_name random number from microseconds to make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5001 collisions even less likely. Initialize always at process startup
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5002 time. (make-temp-name) used to return the same file name twice in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5003 a row when PDUMP.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5004 Random stylistic fiddling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5005 Comment fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5006
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5007 2000-03-20 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5008
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5009 * glyphs.c (image_instantiate): allow text glyphs to be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5010 instantiated in the minibuffer window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5011
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5012 2000-03-19 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5013
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5014 * glyphs.c (image_instance_hash): be careful about which items we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5015 hash on.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5016
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5017 * glyphs-widget.c (tab_control_set_property): record into pending
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5018 items rather than the actual items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5019
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5020 * glyphs-x.c (x_update_widget): use pending items to update with.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5021
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5022 * glyphs-msw.c (mswindows_tab_control_update): use pending items
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5023 to update with.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5024
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5025 * glyphs.c (mark_image_instance): mark pending items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5026
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5027 * window.c (Fset_window_configuration): record the buffer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5028 (Fselect_window): totally revert previous change which breaks many
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5029 things.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5030
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5031 2000-03-18 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5032
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5033 * glyphs-msw.c (mswindows_tab_control_update): force selected
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5034 item.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5035
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5036 * glyphs.c (image_instantiate): don't allow the minibuffer as a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5037 window domain cache, otherwise we get inconsistencies at
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5038 startup. There is something fishy at startup which can lead to the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5039 minibuffer being the selected window when the gutter content is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5040 instantiated.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5041
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5042 * gui.c (parse_gui_item_tree_list): add probably unnecessary
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5043 gcpros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5044 (parse_gui_item_tree_children): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5045 (parse_gui_item_tree_item): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5046
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5047 * glyphs.c (Fupdate_widget_instances): return something.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5048
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5049 2000-03-18 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5050
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5051 * window.c (Fselect_window): Undo 2000-03-17 change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5052
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5053 2000-03-17 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5054
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5055 * postgresql.c (Fpq_setenv): Remove this turkey when linking
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5056 against v7.0 libraries. Insta-coredump city until the postgres
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5057 folks fix it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5058
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5059 2000-03-17 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5060
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5061 * faces.c (complex_vars_of_faces): don't give the widget face an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5062 inherited background pixmap.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5063
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5064 * glyphs-msw.c (mswindows_tab_control_instantiate): select the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5065 selected item.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5066
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5067 * event-stream.c (Fdispatch_non_command_events): return something.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5068
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5069 * gutter.c (output_gutter): use widget face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5070 (clear_gutter): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5071
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5072 * NEWS: adjust again.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5073
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5074 * window.c (Fselect_window): make sure this runs to completion to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5075 avoid oddities with Fset_window_configuration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5076 (Fcurrent_window_configuration): in general do not save the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5077 minibuffer as the selected window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5078
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5079 * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5080
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5081 2000-03-16 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5082
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5083 * emacs.c (Frunning_temacs_p): Revert previous patch.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5084 (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5085
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5086 2000-03-16 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5087
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5088 * glyphs-x.c (x_tab_control_update): if no widget values then
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5089 return.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5090
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5091 * NEWS: update for new features.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5092
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5093 * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5094 synthetic event to the native system.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5095 (reinit_vars_of_event_Xt): set force_event_pending to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5096 emacs_Xt_force_event_pending.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5097
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5098 * events.h (struct event_stream): add force_event_pending.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5099
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5100 * specifier.c (recompute_one_cached_specifier_in_window): add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5101 comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5102
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5103 * redisplay.c (redisplay_frame): don't call
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5104 update_frame_subwindows. Reset subwindow cachels when
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5105 subwindows_changed, removing this was an optimization too far.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5106
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5107 * redisplay-output.c (compare_runes): reorganize so that we catch
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5108 glyph changes when we want them. Set optimize_output when this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5109 would help layouts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5110 (redisplay_output_layout): remove frame_really_changed, use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5111 optimize_output instead.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5112
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5113 * redisplay-msw.c (mswindows_output_display_block): reset
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5114 optimize_output after outputting a glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5115 * redisplay-x.c (x_output_display_block): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5116 * redisplay-tty.c (tty_output_display_block): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5117
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5118 * gutter.c: (specifier_vars_of_gutter): use new spec changed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5119 functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5120 (gutter_specs_changed): do specific gutter positions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5121 (top_gutter_specs_changed): new function. Only update the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5122 specified gutter specs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5123 (bottom_gutter_specs_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5124 (left_gutter_specs_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5125 (right_gutter_specs_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5126
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5127 * gui.c (gui_item_hash_internal): new function, does a real hash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5128 (gui_item_id_hash): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5129 (gui_item_hash): hash the eval'ed gui_item.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5130
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5131 * gui-x.c (popup_selection_callback): send an eval event to call
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5132 Fupdate_widget_instances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5133
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5134 * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5135 to call Fupdate_widget_instances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5136
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5137 * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5138 (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5139
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5140 * glyphs.c: (update_frame_subwindows): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5141 (Fupdate_widget_instances): new function for updating the dirty
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5142 state of widgets that might have changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5143 (syms_of_glyphs): add Qupdate_widget_instances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5144 (full_list_hash): hash a list completely.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5145 (image_instance_hash): use it for items and properties.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5146
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5147 * frame-msw.c (mswindows_size_frame_internal): remove unused
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5148 variable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5149
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5150 * faces.h (struct face_cachel): fix comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5151
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5152 * event-stream.c (Fdispatch_non_command_events): new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5153 function. Process non-command events, forcing an event cycle
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5154 beforehand.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5155 (syms_of_event_stream): declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5156 (event_stream_force_event_pending): new function. Force an event
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5157 on the native event queue so that an event cycle will occur next
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5158 time we check.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5159
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5160 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5161 (struct ntpipe_shove_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5162 (mswindows_enqueue_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5163 (mswindows_dequeue_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5164 (mswindows_cancel_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5165 (mswindows_pump_outstanding_events):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5166 (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5167 (mswindows_handle_paint):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5168 (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5169 (mswindows_key_to_emacs_keysym):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5170 (get_process_input_waitable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5171 (emacs_mswindows_delete_stream_pair): re-indent file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5172 (mswindows_need_event): do not process further fds if the windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5173 fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5174 fixes the 100% cpu problem.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5175 (reinit_vars_of_event_mswindows): set force_event_pending to 0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5176
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5177 2000-03-15 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5178
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5179 * alloc.h: New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5180 * dumper.h: New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5181 * dumper.c: New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5182
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5183 * emacs.c: Moved dump file searching to dumper.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5184 (Frunning_temacs_p): Fixed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5185
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5186 * alloc.c: Moved everything pdump-related to dumper.c. Removed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5187 last_lrecord_type_index_assigned.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5188
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5189 2000-02-20 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5190
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5191 * symsinit.h: Added reinit parameter to init_console_stream
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5192 declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5193
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5194 * lisp.h: Added file parameter to pdump_load declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5195
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5196 * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5197 support. Added dump file searching.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5198
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5199 * config.h.in: Added EMACS_PROGNAME.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5200
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5201 * console-stream.c (init_console_stream): Fix reinitialisation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5202 when running from temacs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5203
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5204 * alloc.c (pdump): Add id support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5205 (pdump_load): Add file parameter and signature/id support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5206
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5207 * Makefile.in.in: Add full pdump support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5208
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5209 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5210
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5211 * postgresql.c: Update documentation to reflect latest code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5212 status.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5213 (print_result): Show tuple counts in printed representation when
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5214 appropriate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5215 (Fpq_put_nbytes): MULE-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5216 (Fpq_get_line_async): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5217
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5218 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5219
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5220 * postgresql.c (Fpq_lo_import): Fix return value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5221 Suggested by: Kenji Itoh <keit@tpj.co.jp>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5222
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5223 2000-03-13 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5224
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5225 * alloc.c (pdump_load):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5226 Fix compile warning under mswin.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5227
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5228 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5229
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5230 * postgresql.c: Mule-ization, bug fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5231 Use PG_CODING to encapsulate coding system name changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5232 Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5233 (pg-coding-system): Create.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5234
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5235 (Fpq_conn_defaults): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5236 (Fpq_connectdb): Mule-ize & bug fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5237 (Fpq_connect_start): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5238 (Fpq_set_client_encoding): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5239 (Fpq_finish): Document `DEAD' connection status.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5240 (Fpq_clear): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5241 (Fpq_pgconn): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5242 (Fpq_exec): Mule-ize & bug fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5243 (Fpq_send_query): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5244 (Fpq_get_result): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5245 (Fpq_res_status): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5246 (Fpq_result_error_message): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5247 (Fpq_ntuples): fix comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5248 (Fpq_fname): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5249 (Fpq_fnumber): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5250 (Fpq_ftype): fix comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5251 (Fpq_get_value): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5252 (Fpq_cmd_status): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5253 (Fpq_cmd_tuples): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5254 (Fpq_oid_value): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5255 (Fpq_notifies): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5256 (Fpq_lo_import): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5257 (Fpq_lo_export): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5258 (Fpq_get_line): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5259 (Fpq_put_line): Mule-ize and bug fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5260 (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5261
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5262 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5263
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5264 * postgresql.c (vars_of_postgresql): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5265 (Fpq_conn_defaults): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5266
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5267 2000-03-12 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5268
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5269 * alloc.c (Fmake_byte_code):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5270 * alloc.c (debug_string_purity_print):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5271 * alloc.c (pdump_backtrace):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5272 * alloc.c (pdump_get_indirect_count):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5273 * alloc.c (pdump_register_sub):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5274 * alloc.c (pdump_register_object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5275 * alloc.c (pdump_register_struct):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5276 * alloc.c (pdump_dump_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5277 * alloc.c (pdump_reloc_one):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5278 Minor cleanups.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5279
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5280 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5281 * console-msw.c (GetConsoleHwnd):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5282 * console-msw.c (msw_hide_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5283 * console-msw.c (msw_show_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5284 * console-msw.c (msw_ensure_console_buffered):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5285 * console-msw.c (msw_output_console_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5286 * console-msw.c (console_type_create_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5287
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5288 a) Added functions to manipulate the console window for use with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5289 shell support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5290
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5291 b) Added support for writing text to the console, which is now
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5292 used under Windows when xemacs is not being run non-interactively,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5293 to write text that would otherwise be destined for stdout because
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5294 under these circumstances, text written to stdout tends to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5295 disappear and not be seen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5296
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5297 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5298 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5299 * event-Xt.c (x_event_to_emacs_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5300 * event-Xt.c (describe_event_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5301 * events-mod.h (XEMACS_MOD_CONTROL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5302 * events.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5303 * events.c (Fmake_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5304 * events.c (character_to_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5305 * events.c (event_to_character):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5306 * events.c (format_event_object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5307 * events.c (Fevent_modifiers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5308 * events.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5309 * events.h (struct key_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5310 * events.h (struct button_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5311 * events.h (struct misc_user_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5312 * frame-x.c (Fcde_start_drag_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5313 * frame-x.c (Foffix_start_drag_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5314 * gpmevent.c (Freceive_gpm_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5315 * keymap.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5316 * keymap.c (bucky_sym_to_bucky_bit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5317 * keymap.c (control_meta_superify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5318 * keymap.c (make_key_description):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5319 * keymap.c (keymap_lookup_directly):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5320 * keymap.c (create_bucky_submap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5321 * keymap.c (keymap_store):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5322 * keymap.c (define_key_check_and_coerce_keysym):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5323 * keymap.c (define_key_parser):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5324 * keymap.c (define_key_alternate_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5325 * keymap.c (Fdefine_key):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5326 * keymap.c (raw_lookup_key_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5327 * keymap.c (struct map_keymap_unsorted_closure):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5328 * keymap.c (map_keymap_unsorted_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5329 * keymap.c (map_keymap_sort_predicate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5330 * keymap.c (map_keymap_sorted):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5331 * keymap.c (accessible_keymaps_mapper_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5332 * keymap.c (where_is_recursive_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5333 * keymap.c (describe_map_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5334 * keymap.c (describe_map_sort_predicate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5335 * keymap.c (describe_map):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5336 * keymap.c (complex_vars_of_keymap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5337 And a number of other files, the key modifier preprocessor
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5338 constants that xemacs uses have names that conflict with constants
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5339 defined under MS Windows for other purposes, so they were renamed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5340 to begin with the prefix XEMACS_. The variables that hold such
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5341 modifiers were changed to consistently be of type int to fix
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5342 various compile warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5343
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5344 * console.c (complex_vars_of_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5345 * device.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5346 * device-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5347 * device-msw.c (mswindows_finish_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5348 * device-msw.c (msw_get_workspace_coords):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5349 * device-msw.c (mswindows_device_system_metrics):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5350 and various other files, added support for a new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5351 device property called offset-workspace which returns the position
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5352 of the upper left corner of the workspace area and goes along with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5353 the existing size-workspace property.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5354
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5355 * dialog-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5356 * dialog-msw.c (push_bufbyte_string_as_unicode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5357 * dialog-msw.c (mswindows_popup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5358 Added support for XEmacs-style accelerator specifications in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5359 button text. Note: I didn't add support for this under X Windows,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5360 and somebody needs to do this.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5361
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5362 * dialog.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5363 * dialog.c (Fpopup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5364 Documented the support for accelerators that was just mentioned.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5365
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5366 editfns.c (get_home_directory): Changed behavior under Windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5367 when HOME not defined; former behavior was irretrievably broken.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5368
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5369 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5370 * emacs.c (main_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5371 * emacs.c (main):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5372 * minibuf.c (clear_echo_area_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5373 * minibuf.c (echo_area_append):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5374 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5375 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5376 * print.c (std_handle_out_va):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5377 * print.c (fatal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5378 * print.c (write_string_to_stdio_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5379 * print.c (output_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5380 * print.c (debug_print):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5381 * print.c (debug_backtrace):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5382 * print.c (debug_short_backtrace):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5383 Cleaned up the code that prints text to stdout so that this can be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5384 changed to output into a console window instead under MS Windows,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5385 as described above.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5386
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5387 * eval.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5388 * eval.c (DEFEND_AGAINST_THROW_RECURSION):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5389 * eval.c (internal_catch):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5390 * eval.c (unwind_to_catch):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5391 * eval.c (throw_or_bomb_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5392 * eval.c (condition_case_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5393 * eval.c (signal_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5394 * eval.c (check_error_state_sanity):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5395 * eval.c (call_with_suspended_errors_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5396 * eval.c (call_with_suspended_errors):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5397 * eval.c (reinit_vars_of_eval):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5398 Added code to catch throw loops and check for a pesky bug that may
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5399 be gone now.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5400
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5401 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5402 * event-msw.c (key_needs_default_processing_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5403 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5404 * event-msw.c (mswindows_modifier_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5405 * event-msw.c (emacs_mswindows_quit_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5406 * event-msw.c (vars_of_event_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5407 a) Added support for using the alt key to select menu items as is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5408 standard under MS Windows. This is controlled using the variable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5409 menu-accelerator-enabled, just like under X Windows. There is an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5410 option on the options menu to turn this support on. I really
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5411 think that it should be on by default under Windows, but I'm not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5412 going to make this change yet.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5413
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5414 b) Added support for dynamic display size changes under Windows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5415
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5416 * event-stream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5417 * event-stream.c (maybe_echo_keys):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5418 * event-stream.c (Fnext_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5419 * event-stream.c (command_builder_find_leaf):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5420 * event-stream.c (lookup_command_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5421 * event-stream.c (execute_command_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5422 * event-stream.c (pre_command_hook):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5423 * event-stream.c (post_command_hook):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5424 * event-stream.c (syms_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5425 * event-stream.c (vars_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5426 * event-stream.c (complex_vars_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5427 * events.h (struct command_builder):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5428
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5429 a) Tried to clean up a little bit the horribly written x-specific
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5430 accelerator code that crept into this file. I moved this code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5431 into menubar-x.c where it belongs. I also needed to move the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5432 command builder structure into the file events.h because it is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5433 accessed directly by this accelerator code. What I didn't do, but
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5434 which should be done at some point, is to properly abstract this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5435 code using device methods instead of the kludgy way that it
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5436 currently hooks into the event code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5437
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5438 b) Added the lisp variables this-command-properties and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5439 last-command- properties, which should be used to synchronize two
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5440 adjacent commands in preference to playing games with the variable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5441 this-command, which is typically what happens.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5443 c) Added some slightly nasty code to hook into the lisp support
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5444 for shifted- motion-key selection. This is actually necessary for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5445 somewhat complicated reasons, which are described in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5446 simple.el. (NB: I think the proper thing would be to have the code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5447 that calls the pre and post command hooks also call out to generic
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5448 lisp functions in simple.el, where all built-in stuff could be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5449 added. I will think about this more.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5450
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5451 * event-unixoid.c (poll_fds_for_input):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5452 * lread.c (readchar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5453 * redisplay-tty.c (tty_clear_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5454 * redisplay-x.c (x_get_gc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5455 * signal.c (interrupt_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5456 And a whole bunch of other files: fixed up places that printed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5457 directly to stderr to instead call the function stderr_out so that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5458 the changes I made under Windows work correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5459
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5460 * filemode.c (mode_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5461 Warning fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5462
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5463 * frame-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5464 * frame-msw.c (mswindows_size_frame_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5465 Fixed the computation of frame size and position to keep the frame
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5466 within the workspace area, rather than within the physical
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5467 dimensions of the screen, so that the frame doesn't overlap window
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5468 manager decorations, such as the start menu and toolbar, typically
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5469 at the bottom of the screen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5470
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5471 * frame.c (vars_of_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5472 Changed the default frame title format under MS Windows to consist
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5473 of buffername-XEmacs, which is standard under MS Windows. I think
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5474 it might be a good idea to change this everywhere because I think
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5475 it is superior to the current frame title format, but this is the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5476 kind of change that is likely to cause some people to get annoyed,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5477 so I'm not making it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5478
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5479 * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5480
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5481 * gui-msw.c (mswindows_handle_gui_wm_command):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5482 Fixed compile warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5483
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5484 * gui-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5485 * gui-x.c (strdup_and_add_accel):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5486 * gui-x.c (button_item_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5487 * gui-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5488 Added code to automatically put an accelerator onto the beginning
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5489 of menu items that don't have one as is now the standard, and is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5490 described more later. Also fixed things so that the menu item
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5491 name can be an evaluated expression, again a new standard.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5492
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5493 * gui.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5494 * gui.c (gui_item_add_keyval_pair):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5495 * gui.c (make_gui_item_from_keywords_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5496 * gui.c (gui_add_item_keywords_to_plist):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5497 * gui.c (gui_item_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5498 * gui.c (gui_name_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5499 * gui.c (gui_item_included_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5500 * gui.c (gui_item_display_flush_left):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5501 * gui.c (gui_item_display_flush_right):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5502 * gui.c (parse_gui_item_tree_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5503 * gui.c (parse_gui_item_tree_children):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5504 * gui.c (parse_gui_item_tree_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5505 Mule-ized. Cleanup. GCPRO addition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5506
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5507 * line-number.c (buffer_line_number):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5508 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5509 * lisp.h (EMACS_INT_MAX):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5510 Added the manifest constant EMACS_INT_MIN corresponding to the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5511 existing constant EMACS_INT_MAX. This is partially to fix compile
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5512 warnings under Windows, and partly for cleanliness.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5513
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5514 * menubar-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5515 * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5516 * menubar-msw.c (msw_translate_menu_or_dialog_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5517 * menubar-msw.c (displayable_menu_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5518 * menubar-msw.c (populate_menu_add_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5519 * menubar-msw.c (populate_or_checksum_helper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5520 * menubar-msw.c (populate_menu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5521 * menubar-msw.c (update_frame_menubar_maybe):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5522 * menubar-msw.c (prune_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5523 * menubar-msw.c (msw_char_is_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5524 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5525 * menubar-msw.c (mswindows_handle_wm_command):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5526 * menubar-msw.c (mswindows_handle_wm_initmenupopup):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5527 * menubar-msw.c (mswindows_handle_wm_initmenu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5528 * menubar-msw.c (mswindows_update_frame_menubars):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5529 * menubar-msw.c (mswindows_free_frame_menubars):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5530 * menubar-msw.c (mswindows_popup_menu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5531 Fixed a bug in handling accelerators where an extra character
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5532 would be displayed in the menu item. Also generalized the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5533 function displayable_menu_item because it is now used by the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5534 dialog box code as well. And finally, added code in the functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5535 that create the menubar to extract a list of accelerators for the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5536 top level menubar, which is used in the event code to determine
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5537 whether a particular alt-key combination should be used to invoke
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5538 a menu item, or should be passed through to access the standard
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5539 XEmacs keymap binding for this key combination.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5541 Much needed GCPROing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5543 * menubar-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5544 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5545 * menubar-x.c (menu_item_descriptor_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5546 * menubar-x.c (restore_in_menu_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5547 * menubar-x.c (x_popup_menu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5548 * menubar-x.c (menu_move_up):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5549 * menubar-x.c (menu_move_down):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5550 * menubar-x.c (menu_move_left):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5551 * menubar-x.c (menu_move_right):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5552 * menubar-x.c (menu_select_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5553 * menubar-x.c (command_builder_operate_menu_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5554 * menubar-x.c (menu_accelerator_junk_on_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5555 * menubar-x.c (command_builder_find_menu_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5556 * menubar-x.c (Faccelerate_menu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5557 * menubar.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5558 Moved a whole bunch of code here that was previously in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5559 event-stream.c as described above. There is also code connected
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5560 to the new standard of adding an accelerator to the beginning of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5561 menu items that don't have one as described above and below.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5562
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5563 * menubar.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5564 * menubar.c (menu_parse_submenu_keywords):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5565 * menubar.c (Fmenu_find_real_submenu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5566 * menubar.c (Fnormalize_menu_item_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5567 * menubar.c (syms_of_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5568 * menubar.c (vars_of_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5569 * menubar.c (complex_vars_of_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5570
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5571 a) Cleaned up a bunch of documentation and improved it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5572
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5573 b) XEmacs now automatically adds an accelerator onto the beginning
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5574 of any menu items that don't have one. I did this because there
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5575 will inevitably be some menu items on the main menubar that don't
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5576 have accelerators on them because the package that adds that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5577 particular menu item hasn't yet been fixed up to have accelerators
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5578 in them and it looked rather strange to have some items with and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5579 some items without accelerators, especially since even in items
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5580 without accelerators, you can, at least under windows, still
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5581 access the item through an accelerator corresponding to the first
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5582 character in the item's name. If people don't like this behavior,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5583 I can add a variable to turn it off optionally, but I'm not sure
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5584 this is a good idea because we really do need to have accelerators
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5585 on all of the menu items, and if a package doesn't like the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5586 accelerators being put on the first character, then it should put
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5587 the accelerators where they belong.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5588
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5589 c) I made a behavior change, which is that the descriptor that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5590 specifies the text of the menu item, which formerly was just a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5591 string, can now also be an evaluated expression. This makes this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5592 descriptor parallel with all of the others, which could also be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5593 evaluated expressions. This also obviates the need for the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5594 keyword :label, which was previously listed in the documentation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5595 as unimplemented, and which was for the same purpose.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5596
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5597 d) GCPROing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5598
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5599 * ntproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5600 * ntproc.c (new_child):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5601 * ntproc.c (sys_spawnve):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5602 * ntproc.c (find_child_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5603 * ntproc.c (sys_kill):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5604 Fixed compile warnings. By the way, this file should really go
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5605 away entirely, and this will happen as soon as Kirill makes his
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5606 final round of process cleanups, which affect the function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5607 call-process.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5608
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5609 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5610 * process-nt.c (struct nt_process_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5611 * process-nt.c (find_process_from_pid):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5612 * process-nt.c (send_signal_the_nt_way):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5613 * process-nt.c (enable_child_signals):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5614 * process-nt.c (find_child_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5615 * process-nt.c (send_signal_the_95_way):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5616 * process-nt.c (nt_finalize_process_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5617 * process-nt.c (ensure_console_window_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5618 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5619 * process-nt.c (nt_kill_child_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5620 * process-nt.c (nt_kill_process_by_pid):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5621 * process-nt.c (nt_open_network_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5622 * process-nt.c (vars_of_process_nt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5623 Copied over code from Emacs 20.5 to correctly send signals to sub-
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5624 processes under Windows 95. Also added code to automatically
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5625 create and hide console window when a sub-process is created under
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5626 Windows 95, which obviates the need for the separate runemacs.exe
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5627 executable, and finally implemented some variables that were
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5628 implemented in Emacs 20.5, but previously not in XEmacs. These
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5629 include mswindows- start-process-share-console and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5630 mswindows-start-process-inherit-error-mode. (Both of these only
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5631 apply to Windows 95.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5632
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5633 * regex.c (regex_compile): Fixed a compile warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5634
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5635 * select-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5636 * select-msw.c (mswindows_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5637 * select-msw.c (mswindows_get_foreign_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5638 * select-msw.c (mswindows_disown_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5639 * select-msw.c (console_type_create_select_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5640 * select-msw.c (syms_of_select_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5641 Cleaned up the file and implemented the device method
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5642 selection_exists_p, which had accidentally been left out. Also
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5643 removed four lisp functions that were remnants from before the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5644 time when the selection code was properly device abstracted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5645 These functions are no longer needed because there are generic
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5646 equivalents, and because they were added recently and don't exist
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5647 in FSF Emacs, I don't think there's any problem with just deleting
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5648 them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5649
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5650 * sysdep.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5651 * sysdep.c (sys_subshell):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5652 Fixed a compile warning, although in this case there's probably
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5653 something wrong with this code, and it ought to be looked into
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5654 more thoroughly by somebody who understands it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5655
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5656 * window.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5657 * window.c (Fwindow_text_area_height):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5658 * window.c (Fwindow_width):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5659 * window.c (Fwindow_full_width):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5660 * window.c (Fwindow_pixel_width):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5661 * window.c (debug_print_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5662 * window.c (syms_of_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5663 Added functions window-text-area-height and window-full-width,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5664 which are functions for returning various width and height
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5665 characteristics of a window. (One of these functions is necessary
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5666 for making the file dialog box work correctly, and the other one
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5667 was added for completeness.) Also added a table to the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5668 documentation for window-height which describes the entire scheme
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5669 for accessing width and height characteristics of a window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5670
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5671 2000-03-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5672
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5673 * nt.c (fstat): Added a comment for another problem with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5674 non-encapsulated [f]stat(), reported by Adrian Aichner
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5675 <aichner@ecf.teradyne.com>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5676
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5677 2000-03-11 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5678
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5679 * window.c (make_dummy_parent): initialize subwindow instance
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5680 cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5681 (Fset_window_configuration): zero extent_modiff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5682
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5683 2000-03-10 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5684
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5685 * redisplay.c (Fredraw_frame): reset the changed_set flags so that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5686 more changes can be triggered.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5687 (Fredisplay_frame): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5688 (Fredraw_device): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5689 (Fredisplay_device): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5690 (redisplay_frame): make non-static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5691 (redisplay_frame): call update_frame_gutter_geometry outside of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5692 display proper.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5693
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5694 * gutter.h: declare update_frame_gutter_geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5695
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5696 * redisplay.h: declare redisplay_frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5697
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5698 * gutter.c (update_frame_gutter_geometry): move geometry changes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5699 in update_frame_gutters here. Geometry changes can only occur
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5700 outside of redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5701 (update_frame_gutters): remove geometry change code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5702 (Fredisplay_gutter_area): make sure that we are in display when we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5703 update and that we have flushed any size changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5704
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5705 2000-03-11 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5706
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5707 * alloc.c (pdump_dump_data): remove i & count shadows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5708
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5709 2000-02-27 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5710
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5711 * sysdep.h: Declare pdump_read_file
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5712
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5713 * sysdep.c (pdump_read_file): New function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5714
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5715 * alloc.c (pdump_load): Call pdump_read_file to get the portable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5716 dump data
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5717
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5718 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5719
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5720 * lrecord.h: add `lrecord_type_pgsetenv'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5721
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5722 2000-03-08 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5723
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5724 * symsinit.h: declare (vars|syms)_of* functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5725 * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5726
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5727 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5728
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5729 * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5730
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5731 * inline.c: Include postgresql.h lrecord stuffs to placate buggy
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5732 GCCs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5733
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5734 * emacs.c (main_1): Call postgres initialization code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5735
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5736 * postgresql.h: New file. PostgreSQL RDBMS support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5737 * postgresql.c: New file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5738
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5739 2000-03-08 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5740
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5741 * redisplay-output.c (redisplay_output_display_block): Disable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5742 redundant code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5743
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5744 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5745
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5746 * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5747 (Fcanna_henkan_next): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5748 (Fcanna_bunsetu_henkou): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5749 (Fcanna_henkan_kakutei): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5750 (Fcanna_henkan_end): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5751 (Fcanna_henkan_quit): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5752 (Fcanna_henkan_next): Set retun value correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5753 (c2mu): Use unsigned char instead of signed char.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5754
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5755 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5756
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5757 * emacs.c (main_1): Always call syms_of_gui.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5758 * inline.c: include gui.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5759
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5760 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5761
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5762 * redisplay.c (Vvisible_bell): Renamed from visible_bell and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5763 converted to Lisp_Object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5764 (Qtop_bottom): New variable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5765 (syms_of_redisplay): Initialize it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5766 * redisplay.h (Vvisible_bell): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5767 * sound.c (ding): Ditto and check if Vvisible_bell is nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5768 * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5769 only flash top and bottom.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5770
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5771 2000-03-08 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5772
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5773 * buffer.c (Frename_buffer): record new buffer name the right way.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5774
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5775 2000-03-08 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5776
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5777 * glyphs.c (update_subwindow): increase hash depth so that widget
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5778 items get picked up properly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5779
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5780 * redisplay-output.c (compare_runes): increase hash depth so that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5781 widget items get picked up properly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5782
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5783 2000-03-08 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5784
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5785 * gutter.c (output_gutter): add some debug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5786
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5787 * glyphs.h (struct Lisp_Image_Instance): add display_hash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5788 (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5789 (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5790
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5791 * redisplay-output.c (compare_runes): use display_hash to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5792 determine if glyphs really are not the same.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5793
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5794 * glyphs.c (update_subwindow): check display_hash to see if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5795 anything really needs to be updated. If not then do
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5796 nothing. Record the display_hash after updating.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5797 (image_instance_equal): compare the image_instance face also.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5798
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5799 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5800
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5801 * redisplay.h: Fix comment style.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5802
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5803 2000-03-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5804
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5805 * consle-msw.h (struct mswindows_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5806 Added new member paint_pending to indicate whether a WM_PAINT
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5807 magic event has been queued for this frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5808
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5809 * event-msw.c (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5810 Don't queue a WM_PAINT magic event if one is already queued.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5811 (emacs_mswindows_handle_magic_event): clear paint_pending flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5812
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5813 * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5814
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5815 2000-03-07 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5816
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5817 * dired.c: #include `regex.h' after `sysfile.h'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5818
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5819 2000-03-06 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5820
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5821 * sound.c (init_nas_sound): Fix compiler warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5822
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5823 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5824 (FREE_STRUCT_P):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5825 (MARK_STRUCT_AS_FREE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5826 (MARK_STRUCT_AS_NOT_FREE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5827 Make `gcc -fstrict-aliasing' work properly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5828
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5829 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5830
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5831 * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5832 (mswindows_delete_device): Call CoUnnitialize().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5833
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5834 * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5835
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5836 2000-02-25 <CraigL@DyCon.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5837
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5838 * process-nt.c: MinGW now has <shellapi.h>, but still needs
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5839 <errno.h>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5840
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5841 * sysdep.c: This extern declaration for environ prevents MinGW
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5842 from finding the variable in CRTDLL.DLL.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5843
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5844 * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5845 windows headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5846 (SHGFI_EXETYPE): ..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5847 (WM_MOUSEWHEEL): ..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5848 (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5849 definitions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5850 (MMRESULT): Removed, now defined in cygwin's windows headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5851 (TIMECAPS): ..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5852 (uid_t,gid_t,pid_t,ssize_t): ..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5853 (_timeb): Removed, MinGW defines both _timeb and timeb.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5854 (HAVE_H_ERRNO): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5855 (HAVE_TZNAME): Added, configure is not detecting this.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5856
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5857 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5858
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5859 * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5860 * syntax.c (syntax_match): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5861
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5862 * cmds.c: Import auto-fill-chars from FSF Emacs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5863 (Vauto_fill_chars): New variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5864 (internal_self_insert): Check Vauto_fill_chars.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5865 (vars_of_cmds):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5866 Declare auto-fill-chars as a Lisp variable and initialize it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5867
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5868 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5869
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5870 * fileio.c (Fmake_symbolic_link):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5871 (Ffile_symlink_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5872 Run handlers even if local machine doesn't have symlinks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5873
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5874 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5875
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5876 * event-msw.c (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5877 Don't generate paint magic events for non-XEmacs frames.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5878
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5879 2000-03-05 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5880
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5881 * redisplay.c (redisplay_frame): generate_displayable_area and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5882 friends assumes that we are not in GC, we therefore have to make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5883 sure that this doesn't happen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5884
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5885 * gutter.c (calculate_gutter_size): generate_displayable_area
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5886 assumes that we are not in GC, we therefore have to make sure that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5887 this doesn't happen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5888
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5889 2000-03-05 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5890
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5891 * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5892
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5893 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5894
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5895 * redisplay.c (regenerate_window): Make sure we set a sane value
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5896 for end_pos even if we jump out of the loop.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5897 (regenerate_window): Answer Ben's question :-).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5898 (start_end_of_last_line): Add may_error argument.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5899 (start_of_last_line):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5900 (end_of_last_line): Pass may_error = 0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5901 (end_of_last_line_may_error): New function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5902 (pixel_to_glyph_translation): Use it, so we don't crash in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5903 event_to_glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5904
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5905 2000-03-04 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5906
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5907 * window.h (struct window): add gutter_extent_modiff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5908
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5909 * window.c (allocate_window): zero out gutter_extent_modiff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5910
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5911 * redisplay.h: declare sync_display_line_structs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5912
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5913 * redisplay.c (add_glyph_rune): add a better comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5914
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5915 * redisplay-output.c (sync_display_line_structs): made non-static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5916 (compare_runes): remove unneccesary glyph cachel access.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5917
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5918 * gutter.h: declare gutter_extent_signal_changed_region_maybe.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5919
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5920 * gutter.c (output_gutter): don't output the gutter if extent
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5921 changes only involve extents in buffers. use 4 sets of display
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5922 lines.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5923 (gutter_extent_signal_changed_region_maybe): new function. Mark
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5924 extents in gutters as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5925 (update_frame_gutters): use 4 sets of display lines.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5926 (reset_gutter_display_lines): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5927 (free_frame_gutters): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5928 (redraw_exposed_gutter): force output of gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5929
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5930 * frame.h (struct frame): add 4 sets of gutter display lines.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5931
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5932 * extents.c: (extent_changed_for_redisplay): signal changes to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5933 extents in strings in the gutter as well as extents in buffers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5934
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5935 2000-03-02 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5936
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5937 * gutter.c (specifier_vars_of_gutter): cosmetic changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5938
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5939 * frame.c (Fmake_frame): make sure the gutters get initialized
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5940 after the frame is visible.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5941 (set_frame_selected_window): re-arrange compilation macros a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5942 little.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5943 (change_frame_size_1): mark gutters changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5944
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5945 * device.c (Fset_device_class): mark gutters changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5946
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5947 2000-03-01 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5948
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5949 * window.c (window_top_frame_gutter_height): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5950 (window_bottom_frame_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5951 (window_left_frame_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5952 (window_right_frame_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5953 (window_top_gutter_height): don't use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5954 (window_bottom_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5955 (window_left_gutter_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5956 (window_right_gutter_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5957 (Fsplit_window): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5958 (Fwindow_pixel_edges): don't use border dimensions here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5959
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5960 * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5961 (update_scrollbar_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5962
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5963 * redisplay.c (generate_modeline): don't take gutters into account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5964 (generate_modeline): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5965 (redisplay_frame): small gutter display optimization.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5966
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5967 * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5968
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5969 * redisplay-msw.c (mswindows_output_vertical_divider): don't take
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5970 gutters into account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5971
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5972 * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5973 for window position and type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5974
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5975 * gutter.c (get_gutter_coords): fix for frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5976 (update_frame_gutters): update frame geometry if the gutters have
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5977 changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5978 (init_frame_gutters): record current gutter geometries.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5979
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5980 * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5981 var.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5982 (mswindows_widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5983
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5984 * frame.h (struct frame): add current_gutter_bounds.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5985
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5986 * frame.c (change_frame_size_1): position window and minibuffer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5987 appropriately taking into account the frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5988
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5989 * frame-x.c: (x_initialize_frame_size): take into account the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5990 frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5991
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5992 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5993
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5994 * emacs.c (data-directory): Xref `locate-data-file' in docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5995
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5996 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5997
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5998 * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5999
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6000 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6001
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6002 * file-coding.c (reset_decoding_stream): Clear previous
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6003 detection state when autodetect.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6004
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6005 2000-02-29 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6006
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6007 * extents.c (set_extent_glyph_1): don't require extents to be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6008 attached.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6009
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6010 2000-02-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6011
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6012 * gutter.c (Fset_default_gutter_position): don't default left and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6013 right gutter visibility to t.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6014 (Fset_default_gutter_position): run
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6015 default-gutter-position-changed-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6016 (syms_of_gutter): add default-gutter-position-changed-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6017
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6018 2000-02-26 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6019
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6020 * specifier.c (Fmake_specifier): add gutter references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6021
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6022 * gutter.h (RAW_WINDOW_GUTTER): new macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6023
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6024 * lisp.h: declare Fvalid_plist_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6025
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6026 * gutter.c (gutter_geometry_changed_in_window): mark the modeline
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6027 as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6028 (default_gutter_visible_p_changed_in_window): invalidate gutter as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6029 well as its visibility so that it gets reconstructed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6030 (construct_window_gutter_spec): new function. Construct a string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6031 to be displayed in the gutter from a plist of strings. Take care
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6032 to only use elements that are declared as visible.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6033 (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6034 WINDOW_GUTTER.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6035 (gutter_validate): allow plists of strings in the specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6036 (gutter_specs_changed): construct the real_gutter from the gutter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6037 specs using construct_window_gutter_spec.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6038 (gutter_visible_validate): gutter-visible is a new specifier type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6039 (Fgutter_visible_specifier_p): new function for the new specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6040 (syms_of_gutter): declare gutter-visible and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6041 Fgutter_visible_specifier_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6042 (specifier_type_create_gutter): intitalize new gutter-visible
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6043 specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6044 (reinit_specifier_type_create_gutter): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6045 (specifier_vars_of_gutter): use new specifier type for gutter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6046 visibility.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6047 (init_frame_gutters): construct real_gutter correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6048 (Fgutter_specifier_p): beef up documentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6049 (Fgutter_size_specifier_p): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6050
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6051 * winslots.h: add real_gutter slots.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6052
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6053 2000-02-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6054
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6055 * device-msw.c: Be kind to older cygwin versions. From Raymond
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6056 Toy <toy@rtp.ericsson.se>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6057
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6058 * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6059 earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6060
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6061 2000-02-25 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6062
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6063 * elhash.c (MARK_OBJ): Practice macro hygiene.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6064
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6065 2000-02-24 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6066
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6067 * miscplay.c: s/__inline__/inline/g;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6068 * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6069 (get_device_compdc): INLINE ==> static inline
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6070 * *.[ch]: Change INLINE to INLINE_HEADER globally.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6071 find -name '*.h' | \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6072 xargs global-replace \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6073 's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6074
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6075 2000-02-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6076
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6077 * window.c (window_top_frame_gutter_height): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6078 (window_top_window_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6079 (window_top_gutter_height): use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6080 (window_bottom_frame_gutter_height): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6081 (window_bottom_window_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6082 (window_bottom_gutter_height): use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6083 (window_left_window_gutter_width): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6084 (window_left_frame_gutter_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6085 (window_left_gutter_width): use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6086 (window_right_window_gutter_width): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6087 (window_right_frame_gutter_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6088 (window_right_gutter_width): use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6089 (window_pixel_height): new function. calulate window pixel height
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6090 with frame gutter involvement.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6091 (Fsplit_window): calculate new sizes taking frame gutters into
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6092 account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6093 (window_char_height_to_pixel_height): don't include frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6094 (window_char_height): use window_pixel_height.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6095 (window_pixheight): rename from window_pixel_height.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6096 (change_window_height): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6097 (window_pixel_height_to_char_height): don't include frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6098 (window_char_width_to_pixel_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6099
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6100 2000-02-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6101
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6102 * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6103 if it is.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6104
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6105 2000-02-24 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6106
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6107 * alloc.c (staticpro):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6108 (staticpro_nodump):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6109 (dumpstruct):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6110 (dumpopaque):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6111 (pdump_wire):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6112 (pdump_wire_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6113 (compact_string_chars):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6114 (pdump_dump_wired):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6115 Convert: if (foo) abort(); ==> assert (! foo);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6116
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6117 * eldap.c (Fldap_search_basic):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6118 (Fldap_add):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6119 (Fldap_modify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6120 (Fldap_delete):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6121 Fix compiler warnings, and possible crashes if (random) return
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6122 value were to be used.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6123
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6124 2000-02-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6125
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6126 * device-msw.c: Workaround ResetDC failure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6127
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6128 * frame-msw.c (msprinter_init_frame_3): Added an assertion before
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6129 applying a devmode.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6130
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6131 * redisplay-msw.c (get_frame_dc): Added start_page_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6132 (mswindows_text_width): Do not start printer page.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6133
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6134 * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6135
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6136 * glyphs-msw.c: Added image methods to msprinter console and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6137 msprinter-specific image instantiation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6138
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6139 2000-02-20 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6140
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6141 * select-msw.c (Fmswindows_set_clipboard): GC protect more things
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6142 to avoid crashes when selection-sets-clipboard is on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6143 (mswindows_own_selection): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6144
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6145 2000-02-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6146
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6147 * glyphs-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6148 * redisplay-msw.c (get_frame_dc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6149 (get_frame_compdc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6150 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6151 * device-msw.c (mswindows_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6152 (mswindows_delete_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6153 (msprinter_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6154 (msprinter_delete_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6155 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6156 (mswindows_delete_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6157 (msprinter_init_frame_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6158 (msprinter_delete_frame): Move compatible DC to device object from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6159 frame object, for both mswindows and msprinter. Only one at a time
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6160 is needed, it is a real waste to have one per frame!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6161
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6162 2000-02-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6163
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6164 * glyphs.c: add dynamic width and height elements.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6165 (image_instance_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6166
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6167 * glyphs-widget.c (widget_query_geometry): calculate width and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6168 height dynamically if required.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6169 (initialize_widget_image_instance): initialize dynamic dimensions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6170 (widget_instantiate): pick-up dynamic dimensions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6171
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6172 * glyphs.h (struct Lisp_Image_Instance): add width and height for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6173 dynamic determination. Add appropriate macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6174
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6175 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6176 dimensions safe.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6177 (WINDOW_GUTTER_SIZE): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6178 (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6179
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6180 * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6181 inline.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6182 (get_frame_dc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6183
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6184 * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6185 here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6186
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6187 2000-02-23 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6188
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6189 * XEmacs 21.2.31 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6190
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6191 2000-02-22 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6192
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6193 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6194
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6195 2000-02-22 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6196
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6197 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6198
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6199 2000-02-21 Mike Sperber <mike@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6200
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6201 * .dbxrc:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6202 * .gdbinit:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6203 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6204 variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6205
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6206 2000-02-21 Mike Sperber <mike@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6207
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6208 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6209
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6210 2000-02-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6211
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6212 * XEmacs 21.2.30 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6213
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6214 2000-02-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6215
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6216 Performance hacking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6217 * *.c (syms_of_*):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6218 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6219 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6220 * emacs.c (main_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6221 * lisp.h (DEFUN):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6222 * console.c (DEFVAR_CONSOLE_LOCAL_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6223 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6224 * symeval.h (DEFVAR_SYMVAL_FWD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6225 * symbols.c (guts_of_unbound_marker):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6226 Make all c_readonly objects also lisp_readonly and marked for life.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6227 * lrecord.h (struct lrecord_implementation):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6228 Document flags better.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6229 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6230 * lrecord.h (DECLARE_LRECORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6231 * lrecord.h (XSETRECORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6232 * lrecord.h (RECORDP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6233 * lrecord.h (RECORD_TYPEP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6234 * lrecord.h (RECORD_MARKER): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6235 * lrecord.h (error_check_*):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6236 * lrecord.h (CONCHECK_NONRECORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6237 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6238 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6239 * lrecord.h (set_lheader_implementation):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6240 * lrecord.h (enum lrecord_type): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6241 * symeval.h (SYMBOL_VALUE_MAGIC_P):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6242 * alloc.c (disksave_object_finalization_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6243 * alloc.c (mark_object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6244 * alloc.c (lrecord_type_index):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6245 * alloc.c (tick_lcrecord_stats):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6246 * alloc.c (Fgarbage_collect):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6247 * alloc.c (init_alloc_once_early):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6248 * alloc.c (pdump_load):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6249 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6250 * alloc.c (lrecord_type_index): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6251 Make lisp object type indexes be constant.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6252 Makes (byte-compile) 5% faster.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6253 Put all marker functions into their own array.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6254 Makes (garbage-collect) 5% faster.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6255 Optimize SYMBOL_VALUE_MAGIC_P.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6256 Makes (byte-compile) 2-3% faster.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6257 * config.h.in (gc_checking_assert): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6258 * alloc.c: Use gc_checking_assert().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6259 * .dbxrc: Make compatible with new object type implementation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6260 * .gdbinit: Make compatible with new object type implementation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6261 * alloc.c: Delete all symbols defined only for debugging, such as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6262 Lisp_Type_Vector and lrecord_charset.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6263
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6264 2000-02-21 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6265
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6266 * gui-msw.c (Fmswindows_shell_execute): fix file location
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6267 problems.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6268
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6269 * buffer.c (Fkill_buffer): remove buffer from alist buffer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6270 unshowing so that set_window_buffer doesn't undo
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6271 kill_buffer_hook's hard work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6272
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6273 * glyphs-widget.c (tab_control_query_geometry): don't count the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6274 first item when calculating geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6275
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6276 * glyphs.c (map_subwindow): remove redundant code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6277 (update_frame_subwindows): be more circumspect about when to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6278 update subwindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6279
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6280 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6281 when items haven't changed. Update faces if faces have changed as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6282 well as just the widget face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6283 (x_tab_control_update): Update faces if faces have changed as well
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6284 as just the widget face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6285
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6286 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6287
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6288 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6289 registration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6290 (build_syscolor_string): Use mswindows_color_to_string to try to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6291 get a named color.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6292 (mswindows_device_system_metrics): Reverse the foreground and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6293 background colors so that they match the documentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6294
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6295 * objects-msw.c: (mswindows_X_color_map): tweak some values so
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6296 they match the default Windows palette.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6297 (mswindows_color_to_string): New function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6298
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6299 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6300
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6301 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6302
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6303 2000-02-18 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6304
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6305 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6306 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6307
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6308 * symbols.c (init_symbols_once_early): Removed obsolete
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6309 DATA_SEG_BITS related kludge.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6310 (defvar_magic): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6311
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6312 * malloc.c: Removed obsolete DATA_SEG_BITS
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6313 * ralloc.c: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6314 * mem-limits.h: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6315
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6316 * Makefile.in.in: Removed obsolete HAVE_SHM
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6317 * emacs.c: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6318
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6319 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6320
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6321 * device-msw.c (mswindows_delete_device): Free DDE string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6322 handles.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6323
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6324 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6325
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6326 * keymap.c (get_keyelt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6327 * unexnt.c (unexec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6328 * vm-limit.c (memory_warnings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6329 * ntheap.c (recreate_heap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6330 * ntheap.h (UNINIT_PTR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6331 * select-msw.c (Fmswindows_get_clipboard):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6332 (Fmswindows_set_clipboard):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6333 * objects-msw.h (MSWINDOWS_BAD_HFONT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6334 * objects-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6335 * menubar-msw.c (displayable_menu_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6336 * glyphs-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6337 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6338 * sysdep.c (sys_subshell):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6339 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6340 * nt.c (normalize_filename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6341 (dostounix_filename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6342 (unixtodos_filename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6343 * ntproc.c (win32_executable_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6344 * ntplay.c (play_sound_data_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6345 (play_sound_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6346 * editfns.c (get_home_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6347 * event-msw.c (struct winsock_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6348 (mswindows_dde_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6349 * device-msw.c (msprinter_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6350 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6351
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6352 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6353 mswindows_clear_toolbar were swapped!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6354
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6355 * objects-msw.c:(colormap_t):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6356 (fontmap_t):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6357 * emacs.c (struct standard_args): Fixed const jumble.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6358
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6359 * glyphs-widget.c (update_widget): Fixed comparison notation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6360
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6361 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6362
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6363 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6364 __declspec(noreturn) syntax.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6365
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6366 2000-02-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6367
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6368 * eldap.c (Fldap_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6369 (Fldap_search_basic):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6370 (Fldap_add):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6371 (Fldap_modify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6372 Use new coding system conversion macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6373
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6374 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6375
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6376 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6377
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6378 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6379
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6380 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6381 (Fldap_add, Fldap_modify, Fldap_delete): New functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6382
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6383 * eldap.c (Qadd, Qreplace): New constant symbols
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6384 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6385 interruptions by XEmacs signals
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6386 Remove unnecessary calls to slow_down_interrupts and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6387 speed_up_interrupts
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6388 (Fldap_search_basic): Renamed from Fldap_search_internal
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6389 Added new optional parameter VERBOSE that triggers the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6390 display of progress messages
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6391 Remove unnecessary calls to slow_down_interrupts and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6392 speed_up_interrupts
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6393 LDAP result code analysis rewritten
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6394 (Fldap_add, Fldap_modify, Fldap_delete): New functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6395 (syms_of_eldap): Define the new symbols and functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6396
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6397
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6398 2000-02-17 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6399
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6400 * realpath.c: Determine PATH_MAX maximally portably.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6401
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6402 * insdel.c (bytecount_to_charcount): Optimize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6403 The function used to be optimized for entirely ASCII sequences.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6404 Now it is optimized for successive characters from the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6405 charset. This also wins big for _mostly_ ASCII sequences.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6406
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6407 * fileio.c (Ffile_truename): convert return from realpath() using
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6408 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6409 - Rewrite GCPROing slightly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6410
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6411 * sysdep.c (sys_open): Do filename conversion, like all other
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6412 sys_* functions. Fixes bug:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6413 (let ((file-name-coding-system 'iso-8859-2))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6414 (write-region x y latin2-name))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6415 ==> writes filename using internal encoding.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6416
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6417 2000-02-18 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6418
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6419 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6420 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6421 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6422 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6423 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6424 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6425 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6426 (CONST_IF_NOT_DEBUG): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6427 * alloc.c (this_one_is_unmarkable): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6428 (mark_object): Don't check for this_one_is_unmarkable. Use the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6429 c_readonly flag instead.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6430 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6431
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6432 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6433
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6434 * event-msw.c (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6435 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6436 away redundant repaint events.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6437
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6438 2000-02-17 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6439
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6440 * redisplay.h: declare mark_redisplay_structs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6441
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6442 * redisplay.c (redisplay_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6443 (redisplay_frame): don't check subwindows_state_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6444 (mark_redisplay): mark gutters here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6445
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6446 * glyphs.c: (instantiate_image_instantiator): always layout if we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6447 haven't done so already.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6448 (allocate_image_instance): don't mark as dirty.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6449 (update_subwindow): bind inhibit_quit.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6450
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6451 * gutter.c (mark_gutters): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6452
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6453 * glyphs-x.c (x_update_widget): Always resize to get round a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6454 widget bug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6455
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6456 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6457 breaking absolutely everything.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6458
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6459 * gutter.h: declare mark_gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6460
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6461 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6462
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6463 * XEmacs 21.2.29 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6464
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6465 2000-02-15 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6466
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6467 * fns.c (size_bit_vector): Fix computation of the size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6468
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6469 2000-02-15 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6470
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6471 * *.[ch]: Change CONST to const globally.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6472 find -name '*.[ch]' | \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6473 xargs global-replace \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6474 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6475 - Remove vestigial references to CONST_IS_LOSING
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6476
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6477 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6478
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6479 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6480 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6481 events instead of dispatching them directly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6482 (mswindows_handle_paint): New function to do repainting.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6483 (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6484 (emacs_mswindows_handle_magic_event): Call above function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6485
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6486 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6487
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6488 * objects-msw.c (mswindows_create_font_variant): Return the new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6489 font handle.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6490 (initialize_font_instance): Get font metrics from the underlined
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6491 variant of the font to cope with the case where the underlined
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6492 font has a bigger descent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6493
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6494 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6495
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6496 * gui.c (gui_item_accelerator): Return the first underlined
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6497 character in item name.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6498
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6499 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6500
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6501 * lisp.h: Added Qprinter.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6502
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6503 * general.c (syms_of_general): Initialized it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6504
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6505 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6506 (get_frame_dc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6507 (get_frame_compdc): Made inline.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6508
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6509 * console.h (struct console_methods): Added eject_page method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6510
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6511 * frame.h: Added FRAME_DISPLAY_P and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6512 Aligned backslahes in many macros in more readable fashion.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6513 Added page_number to struct frame, and an accessor macro
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6514 for it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6515
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6516 * defice.h: Added DEVICE_DISPLAY_P and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6517
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6518 * device.c (Fdevice_printer_p): Used these.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6519
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6520 * frame.c (allocate_frame_core): Initialize page number.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6521 (Fprint_job_page_number):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6522 (Fprint_job_eject_page): Implemented.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6523
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6524 * frame-msw.c (msprinter_eject_page): Added method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6525 (msprinter_start_page): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6526
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6527 * window.c (Fwindow_truncated_p): Fixed docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6528 (Fwindow_last_line_visible_height): Implemented.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6529
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6530 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6531
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6532 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6533
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6534 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6535
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6536 * syntax.c (scan_words): Always advance at least one character.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6537
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6538 2000-02-13 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6539
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6540 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6541 to make sure the glyph is in the cachels.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6543 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6544 global image instance flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6545 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6546 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6547
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6548 * glyphs.c (allocate_image_instance): set dirty bits correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6549 (Fset_image_instance_property): mark layout as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6550 (invalidate_glyph_geometry_maybe): mark layout as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6551 (glyph_width): use new NEEDS_LAYOUT macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6552 (glyph_ascent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6553 (glyph_descent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6554 (glyph_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6555 (image_instance_layout): mark layout as clean after laying out.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6556 (update_subwindow): don't mark layout as clean here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6557
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6558 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6559 should no longer be needed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6560
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6561 * glyphs-x.c (x_update_widget): sanitize asserts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6562 (x_finalize_image_instance): sanitize assignment to widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6563
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6564 * glyphs-widget.c (widget_instantiate): don't need to clear the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6565 layout flag here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6566
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6567 2000-02-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6568
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6569 * sysdep.c (getcwd): Use standard prototype.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6570 * sysdep.h (getcwd): Use standard prototype.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6571
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6572 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6573 (sequence, start, end).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6574 Remove redundant type checking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6575 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6576 view of `caller-protects') to avoid a crash where the real fix was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6577 found elsewhere.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6578
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6579 2000-02-12 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6580
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6581 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6582
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6583 * s/sol2.h: Remove feature macro initialization.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6584
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6585 * alloc.c (alloc_lcrecord): Add more type checking assertions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6586 (vector_hash): New. Code from internal_hash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6587 * lrecord.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6588 Fix up allocation subsystem comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6589
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6590 * config.h.in: Add __EXTENSIONS__ for Solaris.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6591
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6592 * systime.h (EMACS_GETTIMEOFDAY): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6593 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6594 Remove Solaris-specific code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6595 Use void* for the (ignored) second arg for gettimeofday().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6596
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6597 * elhash.c (hash_table_hash): Implement it, finally.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6598 * elhash.c: Use hashcode_t.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6599
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6600 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6601 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6602
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6603 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6604 * fns.c (size_bit_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6605 * alloc.c (size_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6606 (make_vector_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6607 (make_bit_vector_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6608 (sweep_bit_vectors_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6609 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6610
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6611 2000-02-10 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6612
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6613 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6614 Include strings.h to avoid warnings for bzero and strcasecmp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6615
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6616 2000-02-10 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6617
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6618 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6619 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6620
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6621 * fns.c (size_bit_vector): New. Declare bit vectors as a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6622 sequence.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6623
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6624 2000-02-10 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6625
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6626 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6627 use a value field instead.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6628 (symbol_value_forward_forward): Use value field.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6629 (DEFVAR_SYMVAL_FWD): Use value field.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6630 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6631 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6632 (DEFVAR_CONST_INT): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6633 (DEFVAR_BOOL): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6634 (DEFVAR_CONST_BOOL): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6635 (DEFVAR_INT_MAGIC): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6636 (DEFVAR_BOOL_MAGIC): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6637
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6638 * symbols.c (guts_of_unbound_marker): Use value field.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6639 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6640 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6641
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6642 * lisp.h: Declare dumpopaque and noninteractive1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6643
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6644 * alloc.c (dumpopaque): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6645 (pdump_dump_opaquevec): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6646 (pdump): Call pdump_dump_opaquevec to dump opaque data.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6647 (pdump_load): Reload opaque data. Sync noninteractive1 with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6648 noninteractive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6649
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6650 2000-02-10 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6651
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6652 * glyphs.c (image_instance_layout): if the size changes, mark it
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6653 as such.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6654
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6655 * redisplay-output.c (redisplay_output_layout): Update the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6656 subwindow here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6657 (redisplay_output_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6658
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6659 * glyphs.c (update_subwindow): make sure we reset flags for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6660 layouts as well as everything else.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6661
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6662 * glyphs-widget.c (layout_layout): don't need to set the instances
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6663 dimensions here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6664
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6665 2000-02-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6666
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6667 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6668 not HAVE_DLOPEN, which is a lower-level thing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6669
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6670 * .cvsignore: Ignore gmon.out
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6671
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6672 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6673
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6674 * .cvsignore: Ignore portable dumper xemacs.dmp file
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6675
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6676 2000-02-09 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6677
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6678 * redisplay-output.c (redisplay_output_layout): be more clever
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6679 about when we output based on the changed flags.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6680
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6681 * glyphs.h (struct image_instantiator_methods): add update_method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6682 (struct Lisp_Image_Instance): add changed flags. Declare new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6683 macros for manipulating them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6684
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6685 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6686 (image_instance_parent_glyph): find an image_instance's parent
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6687 glyph or image_instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6688 (image_instance_layout): mark the size as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6689 (set_image_instance_dirty_p): new function. mark an image
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6690 instance, plus all of its parents, as dirty.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6691 (Fset_image_instance_property): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6692 (Fglyph_animated_timeout_handler): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6693 (update_subwindow): call update_widget and device methods for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6694 update_subwindow. Mark all changed flags as clean.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6695 (Fresize_subwindow): mark size as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6696
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6697 * glyphs-x.c (x_finalize_image_instance): try and detect gc
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6698 failures.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6699 (x_update_subwindow): only resize subwindows here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6700 (x_update_widget): new function. Update all changed properties of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6701 a widget.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6702 (x_resize_subwindow): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6703 (x_widget_set_property): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6704 (x_progress_gauge_set_property): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6705 (x_progress_gauge_update): new function. Implement recorded
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6706 changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6707 (x_tab_control_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6708 (x_tab_control_set_property): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6709 (console_type_create_glyphs_x): declare new functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6710 (image_instantiator_format_create_glyphs_x): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6711
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6712 * glyphs-widget.c (widget_set_property): mark text changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6713 (update_widget): new function. Update properties of a widget.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6714 (widget_instantiate): for layouts make sure we set their
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6715 children's parent correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6716 (tab_control_set_property): new function. Record changes that will
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6717 take place under redisplay's control.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6718 (progress_gauge_set_property): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6719 (image_instantiator_progress_guage): declare new functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6720 (image_instantiator_tab_control): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6721
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6722 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6723 now.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6724 (mswindows_update_widget): new function. Update all properties on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6725 a widget that have changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6726 (mswindows_button_update): new function. Update a button's set
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6727 state.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6728 (mswindows_tab_control_update): new function. Update the items in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6729 a tab.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6730 (mswindows_tab_control_set_property): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6731 (mswindows_progress_gauge_update): new function. Update the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6732 progress gauge's progress.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6733 (mswindows_widget_set_property): deleted. This is all done
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6734 asynchronously now.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6735 (mswindows_progress_gauge_set_property): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6736 (console_type_create_glyphs_mswindows): declare new methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6737 (image_instantiator_format_create_glyphs_mswindows): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6738
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6739 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6740 (msprinter_set_frame_properties): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6741
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6742 * console.h (struct console_methods): Add update_widget_method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6743
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6744 2000-02-09 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6745
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6746 * gui-msw.c (Fmswindows_shell_execute): Make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6747 mswindows-shell-execute industrial strength.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6748
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6749 2000-02-08 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6750
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6751 * lrecord.h: Make macro argument `props' match member function `plist'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6752 * fns.c (Fget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6753 * fns.c (Fput):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6754 * fns.c (Fremprop):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6755 * fns.c (Fobject_plist):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6756 * alloc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6757 * symbols.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6758 Object property list frobbing cleanup.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6759 - Allow any lisp object (compared with `eq'), not just symbols, as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6760 keys in object plists.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6761 - Move symbol plist frobbing into symbols.c, where it belongs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6762 - Move string plist frobbing into alloc.c, where it belongs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6763 - Everything's an lrecord now, so no need to test for symbolp, etc.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6764 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6765
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6766 * extents.c: Reorder code to remove declarations.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6767
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6768 * frame.h (store_in_alist): Remove useless declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6769
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6770 2000-02-07 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6771
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6772 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6773 * config.h.in: Add HAVE_XCONVERTCASE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6774
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6775 2000-02-07 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6776
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6777 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6778 it breaks many things.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6779
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6780 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6781
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6782 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6783 actually can start a common comment type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6784 * src/syntax.h (SYNTAX_END_P): ditto for end.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6785
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6786 2000-02-07 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6787
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6788 * XEmacs 21.2.28 is released.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6789
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6790 2000-02-06 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6791
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6792 * event-Xt.c (x_keysym_to_character): New.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6793 (maybe_define_x_key_as_self_inserting_character): New.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6794 (x_has_keysym): New.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6795 Auto-define all keys on the keyboard as self-insert-key.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6796
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6797 2000-02-02 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6798
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6799 * menubar.c (vars_of_menubar): A small code simplification.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6800
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6801 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6802
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6803 * ExternalShell.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6804 * ExternalClient.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6805 * EmacsShell-sub.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6806 * EmacsManager.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6807 * EmacsFrame.c:
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6808 Use consistent style for specifying X resources.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6809
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6810 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6811 This makes (dontusethis-set-symbol-value-handler) actually usable.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6812
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6813 * lrecord.h (lrecord_decription_type):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6814 * alloc.c (pdump_register_sub):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6815 (pdump_dump_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6816 (pdump_reloc_one):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6817 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6818 Comply with XEmacs coding style.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6819 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6820 args, and XD_LISP_OBJECT_ARRAY with 3 args.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6821
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6822 * keymap.c (Faccessible_keymaps):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6823 Make (accessible-keymaps map "\C-h") do the Right Thing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6824 Make (accessible-keymaps map []) do the Right Thing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6825 Make (accessible-keymaps map "") do the Right Thing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6826 (check_keymap_definition_loop): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6827 (keymap_store_internal): Keep luser from shooting self in foot,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6828 via (define-key ctl-x-4-map "p" global-map).
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6829 Remove fullness slot from struct Lisp_Keymap, since hash tables
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6830 are now reliable.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6831 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6832
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6833 2000-01-30 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6834
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6835 * redisplay.c (init_redisplay): Fix small memory leak.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6836 * elhash.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6837 * elhash.c (pdump_reorganize_hash_table):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6838 Rename from reorganize_hash_table. Change prototype.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6839 Reuse the original memory for hentries. Save 100k.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6840 * alloc.c (PDUMP_READ): new macro.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6841 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6842 * alloc.c: No need to #ifndef before #undef.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6843
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6844 * print.c: Allow debug_print() to print readably by modifying
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6845 debug_print_readably. Use consistent variable names.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6846
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6847 * .dbxrc: Try to get things to work even if stopped in a function
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6848 without source available by explicitly specifying source files.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6849 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6850
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6851 * unexnt.c (_start): Removed bogus code which caused loading heap
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6852 from differrent executable file.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6853 Removed bogus assignment to _fmode, which caused inconsistencies.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6854
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6855 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6856
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6857 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6858 Have spawnve encapsulation regard DONT_ENCAPSULATE.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6859 Do not preliminary `#define signal sigset'.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6860
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6861 * systime.h: Do not prototype environ on windows nt and cygwin,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6862 this conflicts with system header.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6863
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6864 * syssignal.h: Use correct define for WINDOWSNT
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6865
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6866 * sysdep.h: Do not prototype environ on windows nt, this conflicts
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6867 with system header.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6868
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6869 * sysdep.c (near start of file): Fixed commentary and rearranged
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6870 ifdefs in readable order.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6871 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6872 (start_of_text):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6873 (end_of_text):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6874 (end_of_data): Do not compile in if using PDUMP.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6875
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6876 * symsinit.h: Prototyped vars_of_nt().
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6877
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6878 * ntproc.c (windows9x_p): Added, instead of os_subtype.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6879 (find_child_console): Use it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6880 (sys_kill): Use it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6881
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6882 * ntheap.h: Do not extern os_subtype.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6883
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6884 * ntheap.c (cache_system_info): Do not cache unneeded:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6885 nt_major_version, nt_minor_version and os_subtype.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6886 (recreate_heap): Do not compile in when PDUMPing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6887
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6888 * nt.c (geteuid and friends): Use the new varibale
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6889 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6890 (init_user_info): Removed the above mentioned hackery.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6891 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6892 stat has been fixed in the C runtime.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6893 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6894
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6895 * file-coding.c (struct file_coding_dump): Do not define
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6896 ucs_to_mule_table in the struct if not MULE.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6897 (struct struct lrecord_description fcd_description_1): Do not dump
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6898 the above.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6899
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6900 * emacs.c (main_1): Call vars_of_nt().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6901 (right before Fdump_emacs_data): Don't need lastfile if using both
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6902 portabe dumper and system malloc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6903
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6904 * alloc.c (Fmemory_limit): Conditionalized out.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6905 (pdump): Use OPEN_BINARY for the portable dump file.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6906 (pdump_load): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6907
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6908 2000-02-02 Mike Alexander <mta@arbortext.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6909
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6910 * nt.c (convert_time): Set tm_isdst before calling mktime and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6911 avoid calling it at all if the compiler supports 64 bit integers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6912 Also initialize utc_base_ft before using it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6913
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6914 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6915
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6916 * frame.c (change_frame_size_1): Take f->internal_border_width
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6917 into consideration when calculating the width of the frame.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6918
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6919 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6920
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6921 * window.c (frame_min_height):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6922 (frame_size_valid_p):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6923 (frame_pixsize_valid_p): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6924 (check_frame_size): Generalized.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6925
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6926 * window.h: Prototyped the above.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6927
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6928 * lisp.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6929 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6930 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6931 Deleted Vwin32_* and Vbinary_process_* unused variables.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6932
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6933 * device-msw.c (msprinter_init_device): Do not get printer font
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6934 list; Added DEVMODE functions.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6935
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6936 * frame-msw.c: Added lots of printer code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6937
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6938 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6939 general.c.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6940
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6941 * console-msw.h: Added more msprinter device private slots.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6942
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6943 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6944
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6945 * event-msw.c (key_needs_default_processing_p): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6946 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6947
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6948 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6949
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6950 * glyphs.c (image_instance_layout): Mark image instance as clean
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6951 after layout.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6952 (glyph_dirty_p): Removed redundant function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6953 (invalidate_glyph_geometry_maybe): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6954 (update_glyph_cachel_data): Call it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6955
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6956 * glyphs.h: Prototyped it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6957
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6958 * redisplay.c (add_glyph_rune): Call it.
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
6959 (redisplay_window): Reset glyphs cachels when frame faces have
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6960 changed, thus forcing recomputation of built-in border glyphs.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6961
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6962 2000-01-30 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6963
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6964 * Makefile.in.in: Make portable dumper and purify play well together.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6965 Add imperfect, but better than nothing, support for pdump.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6966 Remove xemacs.dmp when temacs is re-generated.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6967 Don't ignore errors when dumping xemacs.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6968
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6969 * symbols.c (maybe_call_magic_handler): Remove one magic number.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6970
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6971 2000-01-28 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6972
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6973 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6974 (setup_normal_frame): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6975 (setup_frame_without_minibuffer): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6976 (setup_minibuffer_frame): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6977 (delete_frame_internal): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6978 (Fmake_frame_invisible): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6979 (Ficonify_frame): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6980
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6981 * window.h: change Fset_window_buffer signature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6982
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6983 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6984 (Fset_window_buffer): allow recording of buffer if the window is
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6985 the selected window.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6986 (window_loop): Use new Fset_window signature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6987
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6988 2000-01-23 Daniel Pittman <daniel@danann.net>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6989
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6990 * config.h.in: Added template for `HAVE_ATHENA_3D'
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6991
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6992 2000-01-29 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6993
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6994 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6995
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6996 * gutter.c (output_gutter): Don't output if the window isn't live.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6997
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6998 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6999
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7000 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7001 of 01/12/00: Moved SetFocus back here where it belongs.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7002
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7003 2000-01-23 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7004
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7005 * s/cygwin32.h: declare printer things.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7006
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7007 2000-01-26 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7008
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7009 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7010 Alexander.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7011
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7012 2000-01-24 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7013
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7014 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7015 (mswindows_button_instantiate): Make sure glyph is a pixmap.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7016
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7017 * glyphs-widget.c (widget_instantiate): Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7018
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7019 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7020
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7021 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7022
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7023 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7024 (mswindows_output_display_block): Avoid local shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7025
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7026 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7027 (mswindows_enqueue_mouse_button_event): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7028 (mswindows_handle_gui_wm_command): remove declaration.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7029
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7030 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7031 warnings.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7032
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7033 * console-msw.h: Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7034 (mswindows_get_toolbar_button_text):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7035 (emacs_mswindows_create_stream_pair):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7036 (emacs_mswindows_delete_stream_pair):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7037 (mswindows_handle_toolbar_wm_command): declare.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7038
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7039 * device-msw.c (build_syscolor_string): Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7040
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7041 2000-01-23 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7042
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7043 * glyphs-widget.c (widget_instantiate): reverse the items for
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7044 layouts so that children are in the expected order.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7045
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7046 2000-01-28 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7047
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7048 * ralloc.c: safe_bcopy ==> memmove
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7049 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7050 * s/msdos.h: Remove BCOPY macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7051 * insdel.c (gap_right): Remove BCOPY conditional code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7052 * insdel.c (gap_left): Remove BCOPY conditional code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7053 XEmacs demands a working ANSI C compiler - hence memmove.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7054
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7055 * regex.c (regex_compile): Remove accidental use of trigraphs.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7056
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7057 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7058
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7059 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7060 event timestamp.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7061
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7062 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7063
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7064 * event-msw.c (mswindows_drain_windows_queue): Added the
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7065 parameter.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7066 (mswindows_need_event): Commented the call to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7067 mswindows_drain_windows_queue().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7068 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7069 only.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7070
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7071 * console-msw.h: Moved a few function prototypes here from
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7072 event-msw.c.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7073
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7074 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7075 parameter from unsigned short to unsigned long.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7076 (Fmswindows_shell_execute): Added return value.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7077
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7078 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7079
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7080 * sysdep.c (init_system_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7081 process-unix.c (unix_canonicalized_host_name):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7082 Don't call freeaddrinfo() if getaddrinfo() fails.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7083
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7084 * process-unix.c (unix_open_unix_network_stream):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7085 Moved the code to get a port # into address loop.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7086
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7087 2000-01-27 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7088
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7089 * buffer.c (reinit_vars_of_buffer):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7090 The right place to initialize conversion_in_dynarr and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7091 conversion_out_dynarr.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7092
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7093 * alloc.c (pdump): Use the real open() till sys_open() is functional.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7094
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7095 * process-unix.c (unix_canonicalize_host_name): Muleize.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7096 (unix_open_network_stream): Muleize.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7097
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7098 * buffer.h: Fix up prototypes for ralloc.c functions.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7099
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7100 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7101 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7102 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7103 instead of gethostbyname()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7104 * process-unix.c: In unix_canonicalize_host_name() and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7105 unix_open_network_stream(), add code to use getaddrinfo()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7106 instead of gethostbyname().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7107
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7108 2000-01-27 Daniel Pittman <daniel@danann.net>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7109
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7110 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7111 libs when built with flat Athena.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7112
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7113 2000-01-27 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7114
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7115 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7116 Use coding standards for function prototypes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7117
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7118 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7119
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7120 * dialog-msw.c (push_lisp_string_as_unicode):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7121 * doc.c (unparesseuxify_doc_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7122 * dired.c (Fuser_name_completion_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7123 * dired.c (Fuser_name_all_completions):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7124 * dired.c (free_user_cache):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7125 * dired.c (user_name_completion):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7126 * console-x.c (get_display_arg_connection):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7127 * minibuf.c (clear_echo_area_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7128 * minibuf.c (echo_area_append):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7129 * eldap.c (Fldap_open):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7130 * eldap.c (Fldap_search_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7131 * frame-x.c (x_set_frame_text_value):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7132 * frame-x.c (x_set_frame_properties):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7133 * frame-x.c (x_create_widgets):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7134 * redisplay-tty.c (term_get_fkeys_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7135 * objects-x.c (x_parse_nearest_color):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7136 * objects-x.c (x_valid_color_name_p):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7137 * objects-x.c (x_initialize_font_instance):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7138 * objects-x.c (x_list_fonts):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7139 * objects-x.c (x_find_charset_font):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7140 * tooltalk.c (Fadd_tooltalk_message_arg):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7141 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7142 * tooltalk.c (Fadd_tooltalk_pattern_arg):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7143 * process-unix.c (unix_create_process):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7144 * ntproc.c (sys_spawnve):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7145 * sound.c (Fplay_sound_file):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7146 * sound.c (Fplay_sound):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7147 * buffer.c (init_initial_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7148 * buffer.c (init_buffer):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7149 * editfns.c (init_editfns):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7150 * editfns.c (Ftemp_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7151 * editfns.c (Fuser_full_name):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7152 * editfns.c (uncache_home_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7153 * editfns.c (get_home_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7154 * editfns.c (Fuser_home_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7155 * editfns.c (Fformat_time_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7156 * editfns.c (Fcurrent_time_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7157 * gui-x.c (button_item_to_widget_value):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7158 * database.c (Fopen_database):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7159 * event-Xt.c (x_to_emacs_keysym):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7160 * event-Xt.c (x_event_to_emacs_event):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7161 * event-Xt.c (describe_event_window):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7162 * event-msw.c (mswindows_wnd_proc):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7163 * glyphs-eimage.c (jpeg_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7164 * glyphs-eimage.c (gif_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7165 * glyphs-eimage.c (png_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7166 * glyphs-eimage.c (tiff_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7167 * glyphs-x.c (xbm_instantiate_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7168 * glyphs-x.c (x_xbm_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7169 * glyphs-x.c (x_xface_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7170 * glyphs-x.c (autodetect_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7171 * glyphs-x.c (cursor_font_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7172 * glyphs-x.c (x_widget_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7173 * glyphs-x.c (x_widget_set_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7174 * glyphs-x.c (x_widget_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7175 * glyphs-x.c (BUILD_GLYPH_INST):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7176 * print.c (write_string_to_stdio_stream):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7177 * print.c (output_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7178 * print.c (Falternate_debugging_output):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7179 * print.c (Fexternal_debugging_output):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7180 * glyphs-msw.c (extract_xpm_color_names):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7181 * glyphs-msw.c (mswindows_xpm_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7182 * glyphs-msw.c (bmp_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7183 * glyphs-msw.c (resource_name_to_resource):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7184 * glyphs-msw.c (mswindows_resource_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7185 * glyphs-msw.c (xbm_instantiate_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7186 * glyphs-msw.c (mswindows_xbm_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7187 * glyphs-msw.c (mswindows_xface_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7188 * glyphs-msw.c (mswindows_widget_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7189 * glyphs-msw.c (add_tree_item):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7190 * glyphs-msw.c (add_tab_item):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7191 * glyphs-msw.c (mswindows_combo_box_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7192 * glyphs-msw.c (mswindows_widget_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7193 * glyphs-msw.c (mswindows_combo_box_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7194 * glyphs-msw.c (mswindows_widget_set_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7195 * console.c (stuff_buffered_input):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7196 * objects-msw.c (mswindows_initialize_color_instance):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7197 * objects-msw.c (mswindows_valid_color_name_p):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7198 * objects-msw.c (mswindows_list_fonts):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7199 * objects-msw.c (mswindows_font_instance_truename):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7200 * bytecode.c (optimize_compiled_function):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7201 * select-x.c (symbol_to_x_atom):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7202 * select-x.c (x_atom_to_symbol):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7203 * select-x.c (hack_motif_clipboard_selection):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7204 * select-x.c (selection_data_to_lisp_data):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7205 * select-x.c (lisp_data_to_selection_data):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7206 * select-x.c (Fx_get_cutbuffer_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7207 * select-x.c (Fx_store_cutbuffer_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7208 * buffer.h (TO_EXTERNAL_FORMAT): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7209 * buffer.h (TO_INTERNAL_FORMAT): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7210 * emacs.c (make_arg_list_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7211 * emacs.c (make_argc_argv):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7212 * emacs.c (main_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7213 * emacs.c (Fdump_emacs):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7214 * emacs.c (split_string_by_emchar_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7215 * file-coding.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7216 * lisp.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7217 * lstream.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7218 * symsinit.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7219 * device-x.c (x_init_device):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7220 * device-x.c (Fx_valid_keysym_name_p):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7221 * device-x.c (Fx_get_font_path):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7222 * device-x.c (Fx_set_font_path):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7223 * glyphs.c (bitmap_to_lisp_data):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7224 * glyphs.c (pixmap_to_lisp_data):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7225 * alloc.c (make_ext_string): Use coding system arguments. Update
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7226 all callers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7227 * alloc.c (build_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7228 * callproc.c (child_setup):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7229 * callproc.c (init_callproc):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7230 * fileio.c (lisp_strerror):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7231 * fileio.c (directory_file_name):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7232 * fileio.c (Fexpand_file_name):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7233 * fileio.c (Ffile_truename):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7234 * fileio.c (Fsysnetunam):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7235 * fileio.c (Fdo_auto_save):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7236 * sysdep.c (sys_readdir):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7237 * tests.c: New file. Allow adding C tests.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7238 Replace GET_* macros with a more comprehensible and flexible
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7239 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7240 Modify all calls.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7241 Any coding system can be used to do format conversion.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7242 Eliminate enum external_data_format.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7243 Eliminate convert_to_external_format.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7244 Eliminate convert_to_internal_format.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7245 Make sure file-name, keyboard, terminal, and ctext are always
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7246 defined as coding systems or aliases. Make
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7247 file-name-coding-system, terminal-coding-system, and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7248 keyboard-coding-system magical variables that are equivalent to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7249 defining the corresponding coding system aliases.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7250
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7251 * file-coding.c (Fcoding_system_canonical_name_p): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7252 * file-coding.c (Fcoding_system_alias_p): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7253 * file-coding.c (Fcoding_system_aliasee): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7254 * file-coding.c (append_suffix_to_symbol): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7255 * file-coding.c (dangling_coding_system_alias_p): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7256 * file-coding.c (Ffind_coding_system):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7257 * file-coding.c (Fcopy_coding_system):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7258 * file-coding.c (encode_coding_no_conversion):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7259 * file-coding.c (syms_of_file_coding):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7260 * file-coding.c (vars_of_file_coding):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7261 Rewrite coding system alias code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7262 Allow nested aliases, like symbolic links.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7263 Allow redefinition of coding system aliases.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7264 Prevent existence of dangling coding system aliases.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7265
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7266 * dired.c (Fuser_name_completion_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7267 * dired.c (Fuser_name_all_completions):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7268 A crash would happen if user did QUIT in the middle of building
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7269 user_name_cache. Remove redundant code in mainline and unwind_protect.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7270
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7271 * lisp.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7272 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7273
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7274 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7275 an unsigned char *. Update all callers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7276
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7277 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7278
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7279 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7280
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7281 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7282
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7283 * elhash.c (hentry_description): Use more portable definition.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7284 (resize_hash_table): Initialize new hentries using
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7285 xnew_array_and_zero, thereby simplifying the code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7286
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7287 * mule-charset.c (make_charset): Make sure entire object is
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7288 initialized, to avoid Purify warnings.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7289
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7290 * alloc.c (resize_string): Fix unlikely crash with big strings.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7291
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7292 2000-01-24 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7293
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7294 * realpath.c (xrealpath):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7295 Don't call getwd().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7296
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7297 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7298
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7299 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7300
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7301 1999-12-28 Max Matveev <max@melbourne.sgi.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7302
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7303 * unexelfsgi.c (unexec): Change the way we decide which segment
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7304 should be extended.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7305
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7306 Assumption that .bss section should be outside the PT_LOADable
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7307 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7308 it's present) is inside the 'data' segment. This would fail the
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7309 test which was used to find a segment to grow and cover new
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7310 heap. Instead of this assumption, I created another one - on IRIX
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7311 the segment to grow should start below .bss and it's address
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7312 should extent above the end of .bss. Once this segment is
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7313 identified, it's grown to accommodate the new heap and new
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7314 zero-length .bss section is added at the end of .data2.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7315
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7316 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7317
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7318 * eval.c (Feval): Wrong number of arguments should use original
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7319 function, not the indirect_function version of it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7320
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7321 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7322
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7323 * glyphs-x.c (x_button_instantiate): Don't add image if
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7324 it is not a pixmap.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7325 (x_locate_pixmap_file): Call Fexpand_file_name when file name
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7326 is relative.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7327
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7328 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7329
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7330 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7331 declaration.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7332 (DEFVAR_INT_MAGIC): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7333 (DEFVAR_BOOL_MAGIC): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7334 * glyphs.h: Reindent backslash.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7335
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7336 2000-01-24 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7337
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7338 * glyphs-widget.c (layout_query_geometry):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7339 (layout_layout): Use correct types for gheight, gwidth.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7340
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7341 2000-01-24 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7342
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7343 * EmacsManager.c (QueryGeometry): Purified.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7344
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7345 2000-01-23 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7346
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7347 * alloc.c (make_float): Make sure entire object is initialized, to
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7348 avoid Purify warnings.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7349 (pdump_register_sub): Remove useless assignment.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7350 (pdump): Use xmalloc, not malloc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7351 (pdump_load): Use xmalloc, not malloc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7352
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7353 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7354
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7355 * callproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7356 * dired-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7357 * fileio.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7358 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7359 * redisplay-msw.c:
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7360 * sysdep.c: Removed redundant #include <windows.h>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7361
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7362 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7363
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7364 * frame.c (delete_frame_internal): Do not delete device when its
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7365 implementation so declares.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7366 (delete_frame_internal): Set device selected frame to nil when
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7367 last frame goes away.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7368
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7369 * device-msw.c (msprinter_device_system_metrics): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7370 (mswindows_device_system_metrics): Added 'device-dpi property.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7371
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7372 * device.c: (Fdevice_printer_p): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7373 Added 'offset-workspace device metric.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7374
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7375 * console.h (device_metrics): Declared DM_offset_workspace.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7376
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7377 2000-01-23 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7378
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7379 * fileio.c (Ffile_truename): Remove pointless and confusing
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7380 initialization of elen.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7381
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7382 * glyphs-widget.c: Compiler warning fixes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7383
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7384 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7385
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7386 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7387 instead of a Lisp_Object as argument to make it consistent with
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7388 the other LIVE_P macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7389 (CHECK_LIVE_PROCESS): New macro.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7390
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7391 * process.c: Declare Qprocess_live_p.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7392 (Fprocess_live_p): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7393 (create_process): Use PROCESS_LIVE_P.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7394 (read_process_output): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7395 (set_process_filter): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7396 (Fdelete_process): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7397 (kill_buffer_processes): Ditto
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7398 (process_send_signal): Use CHECK_LIVE_PROCESS.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7399 (Fprocess_input_coding_system): Check whether process is still
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7400 alive (fix PR#1061).
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7401 (Fprocess_output_coding_system): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7402 (Fprocess_coding_system): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7403 (Fset_process_input_coding_system): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7404 (Fset_process_output_coding_system): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7405
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7406 2000-01-23 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7407
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7408 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7409 layout and widget.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7410
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7411 * glyphs.c (mark_image_instance): take into account changed
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7412 image_instance format.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7413 (image_instance_equal): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7414 (image_instance_hash): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7415
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7416 * glyphs-widget.c (widget_instantiate): Incorporate layout
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7417 instantiation here. Delay layout of the layout until later.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7418 (layout_instantiate): deleted.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7419 (layout_query_geometry): new function. get the geometry of a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7420 layout.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7421 (layout_layout): layout a layout dynamically.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7422 (image_instantiator_widget): New function - splitting up
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7423 image_instantiator_format_create_glyphs_widget for netwinder
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7424 compilation.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7425 (image_instantiator_buttons):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7426 (image_instantiator_edit_fields):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7427 (image_instantiator_combo_box):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7428 (image_instantiator_scrollbar):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7429 (image_instantiator_progress_guage):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7430 (image_instantiator_tree_view):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7431 (image_instantiator_tab_control):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7432 (image_instantiator_labels):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7433 (image_instantiator_layout): ditto.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7434 (image_instantiator_format_create_glyphs_widget): Call preceding
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7435 functions.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7436
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7437 2000-01-22 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7438
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7439 * process.c (Fset_process_coding_system):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7440 * device-x.c (Fx_keysym_hash_table):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7441 Docstring fixes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7442
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7443 * lstream.c (Lstream_write): Return documented value, not 0.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7444
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7445 * fileio.c (directory_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7446 (Fsubstitute_in_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7447 (Fsubstitute_insert_file_contents_internal):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7448 (Fwrite_region_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7449 * emacs.c:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7450 * sysdep.c:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7451 * getloadavg.c:
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7452 * systty.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7453 Remove vestigial APOLLO-conditional code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7454
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7455 2000-01-21 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7456
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7457 * getpagesize.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7458 * libsst.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7459 * libst.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7460 * line-number.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7461 * ndir.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7462 * sysfloat.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7463 * sysfile.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7464 * sysproc.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7465 * syswait.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7466 * xintrinsic.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7467 * xintrinsicp.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7468 * xmmanager.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7469 * xmmanagerp.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7470 * xmprimitive.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7471 * xmu.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7472 * gpmevent.h: Add copyright statement. Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7473 * miscplay.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7474 * *.h: Use consistent C-standards-approved guard macro names.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7475
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7476 * opaque.c (make_opaque): Switch parameter order.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7477 * opaque.h (make_opaque): Switch parameter order.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7478 Update all callers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7479 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7480
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7481 * config.h.in (type_checking_assert): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7482 (bufpos_checking_assert): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7483
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7484 2000-01-21 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7485
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7486 * alloc.c: Harmless pdump changes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7487 - Use countof().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7488 - spell alignment correctly.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7489 * sysdep.c: Use countof()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7490
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7491 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7492
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7493 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7494 initially_selected_for_input() console method, default to 0.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7495 (semi_canonicalize_console_connection): Try to delegate to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7496 canonicalize_console_connection if no such console method.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7497 (canonicalize_console_connection): Vice versa.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7498 (print_console): Do not print nil connection.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7499
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7500 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7501 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7502 (XDEVIMPF_FRAMELESS_OK): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7503 (CONSOLE_INHERITS_METHOD): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7504
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7505 * console-msw.c (mswindows_canonicalize_console_connection):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7506 Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7507 (mswindows_canonicalize_device_connection): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7508
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7509 * console-msw.h (struct msprinter_device): Added this struct and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7510 accessor macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7511 (mswindows_device): Made fontlist a lisp object.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7512
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7513 * device.c (semi_canonicalize_device_connection): Try to delegate
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7514 to canonicalize_device_connection if no such console method.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7515 (canonicalize_device_connection): Vice versa.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7516 (print_device): Do not print nil connection.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7517
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7518 * device-msw.c (mswindows_init_device): Call InitCommonControls
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7519 when have widgets.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7520 (mswindows_delete_device): Removed fontlist deallocation.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7521 (mswindows_mark_device): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7522
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7523 * events.c (event_equal): Added abort() at unreached code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7524 (event_hash): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7525
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7526 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7527 fallback tags of Windows devices.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7528
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7529 * general.c (syms_of_general): Initialized Qmsprinter.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7530
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7531 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7532 of fallback tags of Windows devices.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7533
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7534 * lisp.h: Declared Qmsprinter.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7535
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7536 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7537 of strings.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7538 (mswindows_list_fonts): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7539 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7540 that it can be used by both mswindows and msprinter devices.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7541 (initialize_font_instance): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7542 (mswindows_initialize_font_instance): Use it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7543 (msprinter_initialize_font_instance): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7544
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7545 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7546 and implementation flags check.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7547 (redisplay_without_hooks): Changed the call to the above.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7548 (Fredraw_device): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7549 (Fredisplay_device): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7550
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7551 * redisplay-msw.c (get_frame_dc): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7552 (get_frame_compdc): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7553 (many functions): Use the two functions above to get device
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7554 contexts, ether for a window or a printer.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7555
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7556 2000-01-21 Olivier Galibert <galibert@pobox.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7557
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7558 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7559 initialization here.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7560 (init_symbols_once_early): Call it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7561 * emacs.c (main_1): Call it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7562 * symsinit.h: Declare it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7563
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7564 2000-01-19 Olivier Galibert <galibert@pobox.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7565
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7566 * alloc.c: Use a lrecord_header * in the backtrace instead of a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7567 Lisp_Object.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7568 (pdump_backtrace): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7569 (pdump_register_object): Ditto. Cleanup use of the pointers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7570 (pdump_get_entry): Abort if trying to register a null pointer.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7571 (pdump_dump_data): Cleanup types when relocating.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7572 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7573 (pdump_dump_rtables): Remove bad casts.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7574 (pdump_load): Cleanup relocation w.r.t union type. Use a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7575 Lisp_Object instead of a EMACS_INT for the hashtable
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7576 reorganization.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7577
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7578 2000-01-20 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7579
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7580 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7581
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7582 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7583
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7584 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7585
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7586 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7587
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7588 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7589
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7590 * faces.h (FACE_STRIKETHRU_P): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7591
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7592 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7593 of font variants.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7594
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7595 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7596 (mswindows_set_dc_font): New function, aware of font variants,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7597 separated from mswindows_update_dc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7598
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7599 * objects-msw.h (struct mswindows_font_instance_data): Added
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7600 definition.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7601
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7602 * objects-msw.c (mswindows_finalize_font_instance): Delete all
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7603 cached fonts and the data structure.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7604 (mswindows_initialize_font_instance): Added creation of font data
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7605 structure.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7606 (mswindows_print_font_instance): Print at least something.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7607 (mswindows_create_font_variant): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7608 (mswindows_get_hfont): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7609
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7610 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7611
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7612 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7613 prototyping problem with msvc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7614
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7615 * emacs.c (main_1): added syms_of_gui_mswindows() call
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7616
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7617 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7618 syms_of_gui_mswindows() function
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7619
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7620 * symsinit.h: added the prototype for syms_of_gui_mswindows()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
7621
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7622 2000-01-18 Martin Buchholz <martin@xemacs.org>
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
7623
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7624 * XEmacs 21.2.27 is released.
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
7625
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7626 2000-01-18 Martin Buchholz <martin@xemacs.org>
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
7627
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7628 * glyphs-eimage.c (struct tiff_error_struct):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7629 (tiff_error_func):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7630 (tiff_warning_func):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7631 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7632
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7633 * unexmips.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7634 * unexhp9k3.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7635 * unexfreebsd.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7636 * unexec.c: Remove vestigial Lucid C code.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7637 * unexalpha.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7638 * unexaix.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7639 * termcap.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7640 * libsst.c: Ansify.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7641 Remove declarations of errno and strerror().
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7642
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7643 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7644
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7645 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7646
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7647 2000-01-16 Martin Buchholz <martin@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7648
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7649 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7650 Optimize.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7651
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7652 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7653
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7654 * md5.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7655 * file-coding.c:
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7656 * file-coding.h:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7657 Change enum eol_type to eol_type_t.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7658
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7659 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7660
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7661 * gui.c (get_gui_callback): Check cons before accessing car.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7662
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7663 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7664
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7665 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7666 (XSETSPECIFIER_TYPE): Ditto.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7667
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7668 2000-01-17 Didier Verna <didier@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7669
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7670 * redisplay.c (generate_fstring_runes): compute string size in
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7671 characters, not bytes.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7672
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7673 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7674
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7675 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7676
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7677 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7678
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7679 * print.c (print_error_message): Call print_prepare().
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7680
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7681 2000-01-14 Martin Buchholz <martin@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7682
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7683 * .dbxrc: Renamed from dbxrc.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7684
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7685 * events.c (event_to_character):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7686 Use `assert (foo)' instead of `if (!foo) abort()'
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7687
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7688 * .gdbinit (xtype): Add documentation.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7689 * .gdbinit (check-temacs): New function.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7690 * .gdbinit (check-xemacs): New function.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7691 * dbxrc (check-xemacs): New function.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7692 * dbxrc (check-xemacs): New function.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7693
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7694 2000-01-14 Andy Piper <andy@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7695
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7696 * glyphs-widget.c (widget_query_geometry): Make sure that we
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7697 calculate default dimensions correctly.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7698
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7699 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7700
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7701 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7702
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7703 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7704 pdump_wire'd variable.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7705
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7706 * emacs.c: (main_1): Conditionalized calls to
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7707 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7708
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7709 2000-01-13 Martin Buchholz <martin@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7710
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7711 * window.c (Fset_window_configuration):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7712 * sysdep.c (_start):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7713 * input-method-motif.c (res):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7714 * event-Xt.c (Xt_process_to_emacs_event):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7715 Simple compiler warning fixes.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7716
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7717 * bytecode.c (funcall_compiled_function): Use the original
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7718 function symbol on the backtrace list in preference to the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7719 compiled_function object in error messages.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7720
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7721 2000-01-13 Andy Piper <andy@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7722
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7723 * glyphs-x.c (update_widget_face): Make sure we update the widget
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7724 background as well as foreground.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7725
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7726 2000-01-13 Andy Piper <andy@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7727
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7728 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7729 fields to subwindow.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7730 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7731 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7732 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7733 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7734
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7735 * glyphs-widget.c (check_valid_tab_orientation): new function.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7736 (initialize_widget_image_instance): zero orientation and
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7737 justification.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7738 (widget_instantiate): pick up orientation.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7739 (tab_control_query_geometry): return appropriate values for
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7740 vertical tabs.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7741
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7742 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7743 appropriate creation flags for left, right and bottom tabs.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7744
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7745 * s/cygwin32.h: add tab definitions.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7746
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7747 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7748
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7749 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7750 frame upon hiding a subwindow.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7751 (mswindows_button_instantiate): Changed the push button style to
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7752 BS_PUSHBUTTON.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7753 (mswindows_button_instantiate): Removed button BS_NOTIFY
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7754 style.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7755 (mswindows_button_instantiate): Removed redundant check for
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7756 a disabled gui item.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7757 (mswindows_button_instantiate): Made use of WS_TABSTOP
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7758 consistent: "operable" controls (edit, button, tree, scroll) have
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7759 this style, "display-only" ones (static, progress gauge) do
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7760 not. This style is currently ignored by XEmacs though. Also,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7761 removed the WS_EX_CONTROLPARENT style - it is not for children,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7762 it is for their parents!
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7763 (mswindows_edit_field_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7764 (mswindows_progress_gauge_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7765 (mswindows_tree_view_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7766 (mswindows_tab_control_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7767 (mswindows_scrollbar_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7768 (mswindows_combo_box_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7769 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7770 style to the "clip" window.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7771 (mswindows_button_instantiate): Removed compilation warning by
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7772 equally typing terms of the ?: operator.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7773
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7774 2000-01-12 Didier Verna <didier@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7775
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7776 * redisplay.c (generate_fstring_runes): new parameter holding the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7777 last modeline-format extent.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7778 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7779 extent, fill the glyph block with it.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7780 (generate_fstring_runes): handle these parameters.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7781 (generate_formatted_string_db): ditto.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7782
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7783 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7784 glyphs'extents in the modeline.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7785
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7786 1999-01-11 Mike Woolley <mike@bulsara.com>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7787
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7788 * ntheap.c: Reduced the reserved heap space from 1Gb down to
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7789 256Mb, as a workaround for the non-starting problem many people
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7790 have experienced.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7791
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7792 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7793
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7794 * console-tty.c (Fset_console_tty_output_coding_system):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7795 Force redrawing tty frame.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7796
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7797 2000-01-10 Didier Verna <didier@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7798
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7799 * redisplay.c (generate_fstring_runes): fix size computation bug.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7800
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7801 2000-01-09 William M. Perry <wmperry@aventail.com>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7802
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7803 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7804
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7805 2000-01-09 Andy Piper <andy@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7806
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7807 * glyphs-msw.c: index -> i to avoid shadows.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7808 (xbm_create_bitmap_from_data): make static.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7809 (check_valid_string_or_int): deleted.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7810 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7811
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7812 * glyphs-x.c (x_update_subwindow): remove unused args.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7813
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7814 * glyphs.c (glyph_image_instance): return the thing. Don't set the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7815 back pointer - this is done in allocate_image_instance.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7816 (query_string_font): return Qnil to make the compiler happy.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7817 (unmap_subwindow): set to ~0 to make the compiler happy.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7818 (glyph_query_geometry): comment out until used.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7819 (glyph_layout): ditto.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7820
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7821 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7822
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
7823 * insdel.c (signal_after_change): Remove extraneous unbind_to().