Sync up with r21-4-20-chise-0_24-release.
[chise/xemacs-chise.git-] / src / ChangeLog
1 2007-09-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * mule.c (vars_of_mule): Update `xemacs-chise-version' to 0.24
4         (Kasagi).
5
6 2006-06-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7
8         * concord.c (Fconcord_object_put): Add reversed links when FEATURE
9         is a relation feature.
10
11 2006-06-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
12
13         * chartab.c (syms_of_chartab): Define
14         `{<-|->}{subsumptive|denotational}' when HAVE_CONCORD is defined.
15
16         * chartab.h (Q_denotational): New extern when UTF2000 or
17         HAVE_CONCORD is defined.
18         (Q_denotational_from): Likewise.
19         (Q_subsumptive): Likewise.
20         (Q_subsumptive_from): Likewise.
21
22 2006-06-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
23
24         * concord.c (concord_object_put): New function.
25         (Fconcord_object_put): Use `concord_object_put'.
26
27 2006-06-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
28
29         * concord.c (Fconcord_define_object): New function.
30         (syms_of_concord): Add new builtin function
31         `concord-define-object'.
32
33 2006-05-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
34
35         * mule.c (vars_of_mule): Update `xemacs-chise-version' to 0.23
36         (Kamo).
37
38 2006-04-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
39
40         * concord.c: Add EXFUN for Fconcord_object_get.
41         (Vconcord_genre_object_hash_table): New variable.
42         (concord_genre_cache_get_object): New function.
43         (concord_genre_cache_put_object): New function.
44         (Fconcord_make_object): Use object cache; put object-ID into `=id'
45         feature.
46         (Fconcord_object_put): Call `concord_index_sync' after
47         `concord_index_strid_put_obj'.
48         (vars_of_concord): Setup Vconcord_genre_object_hash_table.
49
50 2006-04-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
51
52         * concord.c (Fconcord_decode_object): Do GCPRO for
53         Fconcord_make_object.
54         (func_for_each_object): Likewise; do GCPRO for
55         for_each_object_closure->function.
56         (Fconcord_foreach_object_in_feature): Use GCPRO4 for
57         for_each_object_closure->function, for_each_object_closure->genre,
58         for_each_object_closure->ds and for_each_object_closure->ret.
59         (concord_object_validate): Do GCPRO for Fconcord_make_object.
60
61 2006-04-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
62
63         * concord.c: Add EXFUNs for Fconcord_decode_object and
64         Fconcord_object_put.
65         (Fconcord_make_object): Change order of arguments.
66         (Fconcord_decode_object): Modify for Fconcord_make_object.
67         (func_for_each_object): Likewise.
68         (concord_object_validate): Likewise.
69         (concord_object_instantiate): Use GCPRO2 for `data' and `retval'.
70
71 2006-04-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
72
73         * concord.c (Fconcord_object_put): Setup index for `=FOO' feature.
74
75 2006-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
76
77         * concord.c (Fconcord_decode_object): Try to use readable print
78         form as a key of Concord-index.
79         (Fconcord_object_get): Try to use readable print form as an ID of
80         Concord-object.
81         (Fconcord_object_put): Try to use readable print form as an ID of
82         Concord-object and a feature value.
83         (Fconcord_object_spec): Try to use readable print form as an ID of
84         Concord-object.
85
86 2006-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
87
88         * concord.c (print_concord_object): Support readable form.
89
90 2006-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
91
92         * emacs.c (main_1): Call `structure_type_create_concord' when
93         HAVE_CONCORD is defined.
94
95         * symsinit.h (structure_type_create_concord): New prototype.
96
97         * concord.c (Qconcord_object): New variable.
98         (Qgenre): Likewise.
99         (Q_id): Likewise.
100         (Fconcord_ds_directory): Use <char*> instead of <unsigned char*>
101         for directory.
102         (add_feature_to_list_mapper): Use <char*> instead of <unsigned
103         char*> for genre-name.
104         (Fconcord_feature_list): Likewise.
105         (Fconcord_make_object): Likewise.
106         (Fconcord_decode_object): Likewise; use <char*> instead of
107         <unsigned char*> for feature_name and strid.
108         (Fconcord_object_get): Use <char*> instead of <unsigned char*> for
109         c_obj and feature_name.
110         (Fconcord_object_put): Likewise; use <char*> instead of <unsigned
111         char*> for c_value.
112         (struct closure_for_object_spec): Use <char*> instead of <unsigned
113         char*> for member `object_id'.
114         (add_feature_to_spec_mapper): Use <char*> instead of <unsigned
115         char*> for feature-name.
116         (Fconcord_object_spec): Use <char*> instead of <unsigned char*>
117         for c_obj.
118         (func_for_each_object): Cast to avoid warnings.
119         (Fconcord_foreach_object_in_feature): Use <char*> instead of
120         <unsigned char*> for genre_name and feature_name.
121         (concord_name_validate): New function.
122         (concord_object_validate): Likewise.
123         (concord_object_instantiate): Likewise.
124         (syms_of_concord): Add new builtin symbols `concord-object',
125         `genre' and `=id'.
126         (structure_type_create_concord): New function.
127
128 2006-04-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
129
130         * concord.c (Vconcord_ds_hash_table): New variable.
131         (Vconcord_genre_hash_table): New variable.
132         (Fconcord_open_ds): Use Vconcord_ds_hash_table.
133         (Fconcord_ds_directory): New function.
134         (Fconcord_assign_genre): New function.
135         (Fconcord_genre_directory): New function.
136         (Fconcord_genre_ds): New function.
137         (Fconcord_feature_list): Allow to omit `ds'.
138         (Fconcord_make_object): Likewise.
139         (Fconcord_decode_object): Likewise.
140         (Fconcord_foreach_object_in_feature): Likewise.
141         (syms_of_concord): Add new builtin function Fconcord_ds_directory,
142         Fconcord_assign_genre, Fconcord_genre_directory and
143         Fconcord_genre_ds.
144         (vars_of_concord): Setup Vconcord_ds_hash_table and
145         Vconcord_genre_hash_table.
146
147 2006-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
148
149         * concord.c (struct closure_for_each_object): Add new member
150         `ret'.
151         (func_for_each_object): Setup the return value to
152         `for_each_object_closure->ret'.
153         (Fconcord_foreach_object_in_feature): If FUNCTION returns non-nil,
154         returns the value instead of Qt.
155
156 2005-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
157
158         * concord.c: New file.
159
160 2005-12-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
161
162         * lrecord.h (enum lrecord_type): Add `lrecord_type_concord_ds' and
163         `lrecord_type_concord_object'.
164
165 2005-09-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
166
167         * symsinit.h (syms_of_concord): New prototype.
168         (vars_of_concord): New prototype.
169
170         * emacs.c (main_1): Setup symbols and variable about concord if
171         HAVE_CONCORD is defined.
172
173         * config.h.in (HAVE_CONCORD): New macro.
174
175 2005-09-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
176
177         * chartab.c (Fput_char_attribute): For each character relation
178         feature `{<-|->}FOO', set up the reversed link `{->|<-}FOO'.
179
180 2005-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
181
182         * chartab.c (Fput_char_attribute): Use
183         `Fchar_refs_simplify_char_specs' for `=>decomposition' before
184         calling `put_char_composition'.
185
186 2005-08-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
187
188         * chartab.c (Q_halfwidth_of): New variable.
189         (put_char_composition): Return `<-halfwidth' instead of
190         `=decomposition' for compatibility mapping to single character
191         tagged `narrow'.
192         (Fput_char_attribute): Convert char-specs in value of
193         `{<-|->}halfwidth[^*]*' to characters and put reverse links.
194         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
195         for `<-halfwidth'.
196         (syms_of_chartab): Add new symbol `<-halfwidth'.
197
198 2005-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
199
200         * chartab.c (put_char_composition): Return
201         `<-formed@{isolated|initial|medial|final}' for compatibility
202         mapping to single character tagged
203         `{isolated|initial|medial|final}'.
204
205 2005-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
206
207         * chartab.c (Q_compat_of): Deleted.
208         (put_char_composition): Return `<-FOO' for compatibility mapping
209         to single character tagged `FOO'; use `Fsymbol_name (...)' instead
210         of `symbol_name (XSYMBOL(...))'.
211         (Fput_char_attribute): Convert char-specs in value of
212         `{<-|->}font[^*]*' to characters and put reverse links.
213         (Fsave_char_attribute_table): Don't refer Q_compat_of.
214         (syms_of_chartab): Delete builtin symbol `<-compat'.
215
216 2005-08-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
217
218         * chartab.c (Q_circled_of): New variable.
219         (put_char_composition): Return `<-circled' instead of
220         `=decomposition' for compatibility mapping to single character
221         tagged `circle'.
222         (Fput_char_attribute): Convert char-specs in value of
223         `{<-|->}circled[^*]*' to characters and put reverse links.
224         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
225         for `<-circled'.
226         (syms_of_chartab): Add new symbol `<-circled'.
227
228 2005-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
229
230         * chartab.c (Qto_decomposition_at_circled): New variable.
231         (put_char_composition): Return `=>decomposition@circled' instead
232         of `=decomposition' for compatibility decomposition mapping tagged
233         `circle'.
234         (syms_of_chartab): Add new symbol `=>decomposition@circled'.
235
236 2005-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
237
238         * chartab.c (Q_subscript_of): New variable.
239         (put_char_composition): Return `<-subscript' instead of
240         `=decomposition' for compatibility mapping to single character
241         tagged `sub'.
242         (Fput_char_attribute): Convert char-specs in value of
243         `{<-|->}subscript[^*]*' to characters and put reverse links.
244         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
245         for `<-subscript'.
246         (syms_of_chartab): Add new symbol `<-subscript'.
247
248 2005-08-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
249
250         * chartab.c (Q_superscript_of): New variable.
251         (put_char_composition): Return `<-superscript' instead of
252         `=decomposition' for compatibility mapping to single character
253         tagged `super'.
254         (Fput_char_attribute): Convert char-specs in value of
255         `{<-|->}superscript[^*]*' to characters and put reverse links.
256         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
257         for `<-superscript'.
258         (syms_of_chartab): Add new symbol `<-superscript'.
259
260 2005-08-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
261
262         * chartab.c (Qto_decomposition_at_compat): Deleted.
263         (Qto_decomposition_at_superscript): New variable.
264         (put_char_composition): Use `=>decomposition@superscript' instead
265         of `=decomposition' for compatibility decomposition mapping tagged
266         `super'.
267         (Fput_char_attribute): Fix condition about `put_char_composition'.
268         (syms_of_chartab): Delete builtin symbol `=>decomposition@compat';
269         add news symbol `=>decomposition@superscript'.
270
271 2005-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
272
273         * chartab.c (put_char_composition): Return `=>decomposition@FOO'
274         for compatibility decomposition mapping tagged FOO.
275         (Fput_char_attribute): Modify for `put_char_composition'.
276
277 2005-07-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
278
279         * chartab.c (Qto_decomposition_at_compat): New variable.
280         (Q_compat_of): Renamed from `Q_compatibility_of'.
281         (put_char_composition): Rename `Q_compatibility_of' to
282         `Q_compat_of'; return `=>decomposition@compat' for compatibility
283         decomposition mapping.
284         (Fsave_char_attribute_table): Rename `Q_compatibility_of' to
285         `Q_compat_of'.
286         (syms_of_chartab): Add new symbol `=>decomposition@compat'; rename
287         `<-compatibility' to `<-compat'.
288
289 2005-07-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
290
291         * chartab.c (Q_compatibility_of): New variable.
292         (put_char_composition): Use XCAR/XCDR instead of Fcar/Fcdr if an
293         object is proved to be a cons cell; return `<-compatibility' if
294         the first element of argument `value' is `compat'.
295         (Fput_char_attribute): Eliminate the first value if
296         `put_char_composition' returns `<-compatibility'.
297         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
298         for `<-compatibility'.
299         (syms_of_chartab): Add new symbol `<-compatibility'.
300
301 2005-07-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
302
303         * chartab.c (Q_canonical): New variable.
304         (put_char_composition): Return a feature name: return
305         `->canonical' if argument `value' specifies single character.
306         (Fput_char_attribute): Use `put_char_composition' to determine
307         feature name for `=decomposition' or `->denotational'.
308         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
309         for `->canonical'.
310         (syms_of_chartab): Add new symbol `->canonical'.
311
312 2005-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
313
314         * chartab.c (Qmap_decomposition): New variable.
315         (Fput_char_attribute): Convert `->decomposition' to
316         `=decomposition'.
317         (syms_of_chartab): Add new symbol `=decomposition'.
318
319 2005-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
320
321         * chartab.c (Fget_range_char_table): Fix serious problem when
322         `range' is nil.
323
324 2005-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
325
326         * chartab.c (char_table_get_db): Use `read_from_c_string'.
327
328 2005-06-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
329
330         * lread.c (read_from_c_string): New function.
331
332         * lisp.h (read_from_c_string): New prototype.
333
334 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
335
336         * chartab.c (Fput_char_attribute): Convert char-specs in value of
337         `{<-|->}Oracle-Bones[^*]*' to characters and put reverse links.
338         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
339         for `{<-|->}Oracle-Bones[^*]*'.
340
341 2005-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
342
343         * mule.c (vars_of_mule): Update `xemacs-chise-version' to 0.22
344         (Kizu).
345
346 2005-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
347
348         * text-coding.c (Qccs_priority_list): New variable in XEmacs
349         CHISE.
350         (Fmake_coding_system): Support new property `ccs-priority-list' in
351         XEmacs CHISE.
352         (Fcoding_system_property): Likewise.
353         (char_encode_iso2022): Prefer CODING_SYSTEM_CCS_PRIORITY_LIST than
354         Vdefault_coded_charset_priority_list in XEmacs CHISE.
355         (syms_of_file_coding): Add builtin symbol `ccs-priority-list' in
356         XEmacs CHISE.
357         (complex_vars_of_file_coding): Define new coding-system-property
358         `ccs-priority-list' in XEmacs CHISE.
359
360         * file-coding.h (XCODING_SYSTEM_CCS_PRIORITY_LIST): New macro.
361
362 2004-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
363
364         * char-ucs.h (decoding_table_put_char): Moved to mule-charset.c;
365         changed to normal function.
366         (encode_char_2): Likewise.
367
368         * mule-charset.c (decoding_table_put_char): Copied from
369         char-ucs.h; changed to normal function.
370         (encode_char_2): Likewise.
371
372 2004-12-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
373
374         * char-ucs.h (Vdisplay_coded_charset_priority_use_inheritance):
375         New extern.
376         (Vdisplay_coded_charset_priority_use_hierarchy_order): Likewise.
377         (encode_char_2_search_children): New inline function.
378         (encode_char_2): Refer
379         `Vdisplay_coded_charset_priority_use_{inheritance|hierarchy_order}'
380         and use `encode_char_2_search_children'.
381
382 2004-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
383
384         * mule-charset.c
385         (Vdisplay_coded_charset_priority_use_inheritance): New variable.
386         (Vdisplay_coded_charset_priority_use_hierarchy_order): Likewise.
387         (vars_of_mule_charset): Add new variable
388         `display-coded-charset-priority-use-inheritance' and
389         `display-coded-charset-priority-use-hierarchy-order'.
390
391 2004-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
392
393         * char-ucs.h (Q_subsumptive): New extern.
394         (Q_denotational): Likewise.
395         (encode_char_2): Search children specified by `->subsumptive' and
396         `->denotational'.
397
398 2004-11-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
399
400         * mule-charset.c (complex_vars_of_mule_charset): Modify the
401         X-registry of `ucs-bmp'.
402
403 2004-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
404
405         * chartab.c (char-variants): Refer `->subsumptive',
406         `->denotational' and `->identical' as same as `->ucs-unified'.
407
408 2004-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
409
410         * chartab.c (Fput_char_attribute): Convert char-specs in value of
411         `{<-|->}{fullwidth|halfwidth}[^*]*' to characters and put reverse
412         links.
413
414 2004-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
415
416         * text-coding.c: Add EXFUN for `Fregexp_quote'.
417         (decode_add_er_char): Fix problem about infinite loop when a CCS
418         specified in `coded-charset-entity-reference-alist' is not
419         existed.
420
421 2004-09-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
422
423         * mule-charset.c (syms_of_mule_charset): Rename
424         `=jis-x0208-{1978|1983|1990}' to `=jis-x0208@{1978|1983|1990}'.
425
426 2004-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
427
428         * fns.c (simplify_char_spec): Don't allocate new character-object
429         if specified char_spec does not have any CCS-features.
430
431         * chartab.h: Add EXFUN for Fdefine_char.
432
433         * chartab.c: Delete EXFUN for Fdefine_char.
434
435 2004-08-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
436
437         * fns.c (simplify_char_spec): Use Fdefine_char instead of
438         Ffind_char for char-spec.
439
440 2004-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
441
442         * lisp-disunion.h (XCHARVAL): Fix condition about
443         SIZEOF_EMACS_INT.
444
445 2004-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
446
447         * mule-charset.c (decode_builtin_char): Use <EMACS_INT> instead of
448         <int> for `code'.
449         (Fdecode_builtin_char): Use <EMACS_INT> instead of <int> for code
450         point; use <Emchar> instead of <int> for character-id.
451
452 2004-07-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
453
454         * lisp-disunion.h (make_int): Cast the argument into <EMACS_INT>.
455         (make_char): Likewise.
456         (XCHARVAL): Don't use the inline function for UTF-2000 in 64 bit
457         environment.
458         (XCHARVAL[for UTF-2000 in 32 bit environment]): Use <Emchar>
459         instead of <int> as the type of return value; use <Lisp_Object>
460         instead of <Emchar> as the type of argument.
461         (XCHARVAL[macro version]): Cast the result into <Emchar>.
462
463         * syntax.h (SYNTAX_CODE_UNSAFE): Use <Lisp_Object> and <enum
464         syntaxcode> instead of <int>.
465
466 2004-07-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
467
468         * chartab.c (put_char_composition): Use DECODE_CHAR to get
469         character corresponding with UCS code point.
470         (Fput_char_attribute): Likewise.
471
472         * mule-charset.c (put_char_ccs_code_point): Don't omit a UCS
473         character in the UCS decoding-table if the char-id is not equal to
474         the UCS code point.
475
476 2004-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
477
478         * mule-charset.c (Fsave_charset_properties): Use `true-name' only
479         for aliases; write `description'; write
480         `mother-code-{min|max|offset|conversion}' if CHARSET_MAX_CODE is
481         not 0.
482
483 2004-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
484
485         * chartab.c (Fsave_char_attribute_table): Don't use
486         `save_charset_properties'.
487
488         * mule-charset.c (Fsave_charset_properties): Renamed from
489         `save_charset_properties' and changed to Lisp function again;
490         write property `type' as `CCS'; write properties `final-byte' and
491         `mother' if they exists.
492         (syms_of_mule_charset): Revive builtin function
493         `save-charset-properties' when HAVE_LIBCHISE is defined.
494
495 2004-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
496
497         * chartab.c (open_chise_data_source_maybe): Use Vdata_directory
498         instead of Vexec_directory.
499         (char_attribute_system_db_file): Likewise.
500
501 2004-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
502
503         * chartab.c (Fsave_char_attribute_table): Use
504         `save_charset_properties' for CCS features when HAVE_LIBCHISE is
505         defined.
506
507         * mule-charset.c (save_charset_properties): Renamed from
508         `Fsave_charset_properties'; changed to non-Lisp function.
509         (syms_of_mule_charset): Abolish builtin function
510         `save-charset-properties'.
511
512 2004-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
513
514         * mule-charset.c (Fsave_charset_properties): New function when
515         HAVE_LIBCHISE is defined.
516         (syms_of_mule_charset): Add new builtin function
517         `save-charset-properties' when HAVE_LIBCHISE is defined.
518
519 2004-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
520
521         * chartab.c (Fput_char_attribute): Convert char-specs in value of
522         `{<-|->}ancient[^*]*' to characters and put reverse links.
523         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
524         for `{<-|->}ancient[^*]*'.
525
526 2004-06-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
527
528         * chartab.c (Fput_char_attribute): Convert char-specs in value of
529         `{<-|->}original[^*]*' to characters and put reverse links.
530         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
531         for `{<-|->}original[^*]*'.
532
533 2004-06-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
534
535         * mule-canna.c (m2c): Fix problem with XEmacs CHISE.
536
537 2004-06-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
538
539         * mule-charset.c (Qsystem_char_id): New variable.
540
541         * chartab.c (Qsystem_char_id): Deleted even if HAVE_CHISE is
542         defined and HAVE_LIBCHISE_LIBCHISE is not defined.
543
544 2004-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
545
546         * chartab.c (Fput_char_attribute): When processing a reference of
547         a character, put into the end of the reversed reference of each
548         target character.
549
550 2004-05-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
551
552         * chartab.c (Q_same): Deleted.
553         (Q_same_of): Deleted.
554         (Fput_char_attribute): Use Fstring_match to find `{<-|->}same'.
555         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
556         for `{<-|->}same'.
557         (syms_of_chartab): Delete builtin symbol `{<-|->}same'.
558
559 2004-05-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
560
561         * chartab.c (Q_vulgar): Deleted.
562         (Q_vulgar_of): Deleted.
563         (Fput_char_attribute): Use Fstring_match to find `{<-|->}vulgar'.
564         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
565         for `{<-|->}vulgar'.
566         (syms_of_chartab): Don't define `{<-|->}vulgar'.
567
568 2004-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
569
570         * chartab.c (Fput_char_attribute): Convert char-specs in value of
571         `{<-|->}wrong[^*]*' to characters and put reverse links.
572         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
573         for `{<-|->}wrong[^*]*'.
574
575 2004-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
576
577         * chartab.c (Q_vulgar): New variable.
578         (Q_vulgar_of): New variable.
579         (Fput_char_attribute): Convert char-specs in value of
580         `{->|<-}vulgar' to characters and put reverse links.
581         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
582         for `{->|<-}vulgar'.
583         (syms_of_chartab): Add new symbols `{->|<-}vulgar'.
584
585 2004-04-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
586
587         * text-coding.c (decode_add_er_char): Must to quote prefix string
588         as regexp.
589
590 2004-04-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
591
592         * mule-charset.c (put_char_ccs_code_point): Store characters of
593         =ucs whose code_points >= 0xF0000.
594
595 2004-04-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
596
597         * mule-charset.c (Vcharset_system_char_id): New variable in XEmacs
598         CHISE.
599         (syms_of_mule_charset): Add new symbol `system-char-id' in XEmacs
600         CHISE.
601         (complex_vars_of_mule_charset): Add new coded-charset
602         `system-char-id' in XEmacs CHISE; modify `=ucs' to eliminate
603         builtin characters over 0xEFFFF.
604
605         * chartab.c (syms_of_chartab): Don't define symbol
606         `system-char-id' in every case.
607
608         * char-ucs.h (Qsystem_char_id): New extern variable.
609         (LEADING_BYTE_SYSTEM_CHAR_ID): New macro.
610
611 2004-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
612
613         * text-coding.c (char_encode_utf8): Try to use entity-references
614         for U-000F0000 ...  U-0010FFFF.
615
616 2004-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
617
618         * text-coding.c (ER_BUF_SIZE): New macro.
619         (struct decoding_stream): Use `ER_BUF_SIZE' to specify size of
620         `er_buf'.
621         (decode_add_er_char): Use `ER_BUF_SIZE' instead of 16.
622         (char_encode_as_entity_reference): Use `ER_BUF_SIZE'.
623
624 2004-03-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
625
626         * chartab.c (find_char_feature_in_family): New function.
627         (Fchar_feature): Use `find_char_feature_in_family' with
628         `->identical', `<-subsumptive' and `<-denotational'.
629
630 2004-03-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
631
632         * text-coding.c (char_encode_as_entity_reference): Allow prefix
633         within 8 characters; fix infinite loop.
634
635 2004-03-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
636
637         * chartab.c (Q_same): New variable.
638         (Q_same_of): New variable.
639         (Fput_char_attribute): Convert char-specs in value of
640         `{->|<-}same' to characters and put reverse links.
641         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
642         for `{->|<-}same'.
643         (syms_of_chartab): Add new symbols `{->|<-}same'.
644
645 2004-03-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
646
647         * chartab.c (Q_component): New variable.
648         (Q_component_of): Likewise.
649         (Fput_char_attribute): Convert char-specs in value of
650         `{->|<-}ideographic-component-forms' to characters and put reverse
651         links.
652         (syms_of_chartab): Add new symbols
653         `{->|<-}ideographic-component-forms'.
654
655 2004-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
656
657         * chartab.c (Q_identical): New variable.
658         (Q_identical_from): New variable.
659         (Fchar_feature): Regard `->identical' as a feature to find
660         ancestors.
661         (Fput_char_attribute): Add reversed link for `{->|<-}identical'.
662         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
663         for `{->|<-}identical'.
664         (syms_of_chartab): Add new symbols `{->|<-}identical'.
665
666 2004-02-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
667
668         * char-ucs.h (encode_char_2): New inline function.
669         (CHAR_TO_CHARC): Use `encode_char_2' instead of `encode_char_1'.
670
671 2004-02-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
672
673         * chartab.c (Fput_char_attribute): Convert char-specs to
674         characters in value of `ideographic-structure'.
675         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
676         for `{<-|->}simplified(@...)'.
677         (Fdefine_char): Try to use predefined character's id.
678
679 2004-02-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
680
681         * fns.c (simplify_char_spec): Try to convert builtin chars to
682         defined chars.
683
684 2004-02-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
685
686         * chartab.c (Fput_char_attribute): Convert char-specs in value of
687         `<-simplified[^*]*' to characters and put reverse links.
688
689 2004-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
690
691         * chartab.c (Q_subsumptive): Renamed from Q_unified.
692         (Q_subsumptive_from): Renamed from Q_unified_from.
693         (Fchar_feature): Use `Q_subsumptive_from' instead of
694         `Q_unified_from'.
695         (Fput_char_attribute): Likewise; Use `Q_subsumptive' instead of
696         `Q_unified'.
697         (syms_of_chartab): Rename `->unified' to `->subsumptive' and
698         `<-unified' to `<-subsumptive'.
699
700 2004-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
701
702         * chartab.c (Fchar_feature): Check `<-denotational' to avoid
703         inheritance itself; fix typo; stop recursive search if cyclic
704         inheritance is found.
705
706 2004-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
707
708         * chartab.c (Q_denotational): New variable.
709         (Q_denotational_from): New variable.
710         (Fchar_feature): Refer `<-denotational' as same as `<-unified'.
711         (put_char_attribute): New function.
712         (Fput_char_attribute): Use `put_char_attribute'; regard
713         `->denotational' and `<-denotational' as same as `->unified' and
714         `<-unified'.
715         (syms_of_chartab): Add new symbols `->denotational' and
716         `<-denotational'.
717
718 2004-02-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
719
720         * chartab.c (Fget_composite_char): Use `Fchar_feature' instead of
721         `Fget_char_attribute'.
722         (Fchar_variants): Likewise.
723         (get_char_table): Likewise.
724         (Fchar_feature): New function.
725         (put_char_composition): Use `Fchar_feature' instead of
726         `Fget_char_attribute'.
727         (Fput_char_attribute): Likewise; don't put the target character
728         into its `->unified' value.
729         (syms_of_chartab): Add new builtin function `char-feature'.
730
731 2004-01-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
732
733         * text-coding.c (COMPOSE_ADD_CHAR): Use `Fchar_feature' instead of
734         `Fget_char_attribute'.
735         (char_encode_utf8): Likewise.
736
737         * chartab.h: Add an EXFUN for `Fchar_feature'.
738
739 2004-01-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
740
741         * chartab.c (Vnext_defined_char_id): New variable.
742         (Fput_char_attribute): Accept characters in `->unified'.
743         (Fdefine_char): Refer and update Vnext_defined_char_id to allocate
744         new characters which are not related with builtin char-id ranges.
745         (vars_of_chartab): Add new variable `next-defined-char-id'.
746
747 2004-01-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
748
749         * chartab.c (Q_unified): New variable.
750         (Q_unified_from): New variable.
751         (Fput_char_attribute): Add code for `->unified'.
752         (syms_of_chartab): Add new symbols `->unified' and `<-unified' in
753         XEmacs CHISE.
754
755 2003-11-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
756
757         * mule-charset.c (decode_ccs_conversion): New function.
758         (decode_defined_char): Use `decode_ccs_conversion'.
759         (decode_builtin_char): Likewise.
760
761 2003-11-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
762
763         * char-ucs.h: Change some charset-ids of private coded-charsets.
764
765 2003-11-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
766
767         * text-coding.c (decode_add_er_char): Modify for `DECODE_CHAR'.
768         (char_encode_as_entity_reference): Likewise.
769         (decode_coding_big5): Modify for `decode_defined_char' and
770         `DECODE_CHAR'.
771         (decode_coding_utf8): Modify for `decode_defined_char'; modify to
772         avoid compiler warning.
773         (decode_coding_iso2022): Modify for `DECODE_CHAR'.
774
775         * mule-charset.c (decode_defined_char): Add new argument
776         `without_inheritance'.
777         (Fdecode_char): Add new optional argument `without_inheritance'.
778         (Fdecode_builtin_char): Modify for `Fdecode_char'.
779
780         * fns.c (ids_format_unit): Modify for `Fdecode_char'.
781         (simplify_char_spec): Likewise.
782
783         * chartab.h (Fdecode_char): Modify number of arguments of EXFUN
784         setting.
785
786         * chartab.c (put_char_table): Modify for `DECODE_CHAR'.
787         (map_char_table): Likewise.
788         (Fdefine_char): Use `Fdecode_char' without inheritance.
789         (Ffind_char): Modify for `Fdecode_char'.
790
791         * character.h (CHARC_TO_CHAR): Modify for `DECODE_CHAR'.
792
793         * char-ucs.h (decode_defined_char): Add new argument
794         `without_inheritance'.
795         (DECODE_CHAR): Likewise.
796         (MAKE_CHAR): Modify for `DECODE_CHAR'.
797
798 2003-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
799
800         * chartab.c (Vchise_system_db_directory): New variable.
801         (vars_of_chartab): Add new variable `chise-system-db-directory'.
802
803 2003-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
804
805         * chartab.c: EXFUN `Fmount_char_attribute_table'.
806         (print_chartab_range): Don't define when `UTF2000' is defined.
807         (open_chise_data_source_maybe): Specify 0 instead of DB_HASH for
808         `CHISE_DS_open'.
809
810 2003-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
811
812         * chartab.c (Fchar_attribute_list): When HAVE_LIBCHISE is defined
813         and optional argument `rehash' is specified, call
814         `open_chise_data_source_maybe' before
815         `chise_ds_foreach_char_feature_name' is called.
816
817 2003-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
818
819         * chartab.c (char_attribute_list_reset_map_func): New function
820         when HAVE_LIBCHISE is defined.
821         (Fchar_attribute_list): Add new optional argument `rehash' when
822         HAVE_LIBCHISE is defined.
823         (open_chise_data_source_maybe): Use "chise-db" instead of
824         "char-db".
825         (char_attribute_system_db_file): Likewise.
826         (Fload_char_attribute_table): Use
827         `chise_feature_foreach_char_with_value' instead of
828         `chise_char_feature_value_iterate'.
829
830 2003-10-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
831
832         * chartab.c (Vchise_db_directory): New variable.
833         (vars_of_chartab): Add new built-in variable `chise-db-directory'.
834
835 2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
836
837         * mule-charset.c (Freset_charset_mapping_table): Use HAVE_LIBCHISE
838         instead of HAVE_CHISE to specify using with libchise.
839
840         * config.h.in (HAVE_CHISE_CLIENT): Deleted.
841
842         * chartab.h: Don't use HAVE_CHISE_CLIENT.
843
844         * chartab.c (Qsystem_char_id): Don't define when HAVE_CHISE is not
845         defined or HAVE_LIBCHISE_LIBCHISE is defined.
846         (char_attribute_system_db_file): Don't define when HAVE_LIBCHISE
847         is defined.
848         (Freset_char_attribute_table): Use HAVE_LIBCHISE instead of
849         HAVE_CHISE to specify using with libchise.
850         (syms_of_chartab): Don't define symbol `system-char-id' when
851         HAVE_CHISE is not defined or HAVE_LIBCHISE_LIBCHISE is defined.
852
853 2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
854
855         * mule-charset.c: Use HAVE_CHISE instead of HAVE_CHISE_CLIENT to
856         specify CHISE DB support.
857         (Freset_charset_mapping_table): Use `chise_ccs_setup_db' instead
858         of `char_attribute_system_db_file' to check feature DB file.
859
860         * chartab.h, casetab.c, char-ucs.h: Use HAVE_CHISE instead of
861         HAVE_CHISE_CLIENT to specify CHISE DB support.
862
863         * chartab.c: Use HAVE_CHISE instead of HAVE_CHISE_CLIENT to
864         specify CHISE DB support.
865         (open_chise_data_source_maybe): Don't define when HAVE_LIBCHISE is
866         not defined.
867         (Freset_char_attribute_table): Use `chise_feature_setup_db'
868         instead of `char_attribute_system_db_file' to check feature DB
869         file.
870
871 2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
872
873         * mule.c (vars_of_mule): Use `HAVE_CHISE' instead of `CHISE' and
874         `HAVE_CHISE_CLIENT'.
875
876 2003-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
877
878         * mule-charset.c: Use HAVE_LIBCHISE instead of CHISE.
879         (Fsave_charset_mapping_table): Don't use
880         `char_attribute_system_db_file' when HAVE_LIBCHISE is defined.
881
882         * config.h.in (HAVE_CHISE): Renamed from `CHISE'.
883         (HAVE_LIBCHISE): New macro.
884
885         * chartab.h: Use HAVE_LIBCHISE instead of CHISE.
886
887         * chartab.c: Use HAVE_LIBCHISE instead of CHISE.
888         (Fsave_char_attribute_table): Don't use
889         `char_attribute_system_db_file' when HAVE_LIBCHISE is defined.
890
891 2003-10-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
892
893         * chartab.c (save_uint8_byte_table): Use libchise when CHISE is
894         defined.
895         (save_uint16_byte_table): Likewise.
896         (save_byte_table): Likewise.
897         (char_table_get_db): Use `chise_ds_load_char_feature_value'
898         instead of `chise_char_load_feature_value'.
899         (Fsave_char_attribute_table): Use libchise when CHISE is defined.
900
901 2003-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
902
903         * chartab.h (struct Lisp_Char_Table): Delete member
904         `feature_table' if CHISE is defined.
905
906         * chartab.c (Fmake_char_table): Don't refer `ct->feature_table'.
907         (Fcopy_char_table): Likewise.
908         (char_table_open_db_maybe): Likewise.
909         (char_table_close_db_maybe): Likewise.
910         (char_table_get_db): Likewise.
911         (Fmount_char_attribute_table): Likewise.
912         (Fload_char_attribute_table): Likewise.
913
914 2003-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
915
916         * mule-charset.c (load_char_decoding_entry_maybe): Use
917         `chise_ds_decode_char' instead of `chise_ds_get_ccs' and
918         `chise_ccs_decode'.
919
920 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
921
922         * chartab.c (open_chise_data_source_maybe): Use `CHISE_DS_open'
923         instead of `chise_open_data_source'.
924         (Fclose_char_data_source): Use `CHISE_DS_close' instead of
925         `chise_ds_close'.
926
927 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
928
929         * chartab.c (char_table_open_db_maybe): Use `chise_ds_get_feature'
930         instead of `chise_ds_open_feature_table'.
931         (char_table_close_db_maybe): Don't use `chise_ft_close'.
932
933 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
934
935         * mule-charset.c (Fsave_charset_mapping_table): Use
936         `chise_ds_get_ccs' instead of `chise_ds_open_ccs_table'; use
937         `chise_ccs_set_decoded_char' instead of `chise_ccst_put_char'; use
938         `chise_ccs_sync' instead of `chise_ccst_close'.
939         (load_char_decoding_entry_maybe): Modify for `chise_ds_get_ccs'.
940
941         * chartab.c (open_chise_data_source_maybe): Modify for
942         `chise_open_data_source'.
943         (char_table_open_db_maybe): Modify for
944         `chise_ds_open_feature_table'.
945
946 2003-08-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
947
948         * mule-charset.c (load_char_decoding_entry_maybe): Use
949         `chise_ds_get_ccs' instead of `chise_ds_open_ccs_table'; don't use
950         `chise_ccst_close'.
951
952 2003-08-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
953
954         * mule-charset.c (Fsave_charset_mapping_table): Use
955         `chise_ds_open_ccs_table', `chise_ccst_put_char' and
956         `chise_ccst_close' instead of `chise_ds_open_decoding_table',
957         `chise_dt_put_char' and `chise_dt_close'.
958         (load_char_decoding_entry_maybe): Use `chise_ds_open_ccs_table',
959         `chise_ccs_decode' and `chise_ccst_close' instead of
960         `chise_ds_open_decoding_table', `chise_dt_get_char' and
961         `chise_dt_close'.
962
963         * chartab.c (char_table_get_db): Use
964         `chise_char_load_feature_value' instead of `chise_ft_get_value'.
965         (load_char_attribute_table_map_func): Modify for
966         `chise_char_feature_value_iterate'.
967         (Fload_char_attribute_table): Use
968         `chise_char_feature_value_iterate' instead of `chise_ft_iterate'.
969
970 2003-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
971
972         * text-coding.c (COMPOSE_ADD_CHAR): Fixed.
973
974 2003-08-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
975
976         * chartab.c (put_char_table): Modify for inherited coded-charsets
977         in XEmacs CHISE.
978
979 2003-08-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
980
981         * chartab.c (Fput_char_table_map_function): Fixed.
982         (word_boundary_p): Don't check charset in XEmacs CHISE.
983
984 2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
985
986         * mule-charset.c (Fsave_charset_mapping_table): Use
987         `open_chise_data_source_maybe'; use `chise_ds_open_decoding_table'
988         instead of `chise_open_decoding_table'; refer
989         `default_chise_data_source'; use `chise_dt_close' instead of
990         `chise_close_decoding_table'.
991         (load_char_decoding_entry_maybe): Likewise.
992
993         * chartab.c (default_chise_data_source): New variable when `CHISE'
994         is defined.
995         (Fcopy_char_table): `ct->ds' is deleted.
996         (open_chise_data_source_maybe): New function.
997         (Fclose_char_data_source): New function.
998         (char_table_open_db_maybe): Use `open_chise_data_source_maybe';
999         use `chise_ds_open_feature_table' instead of
1000         `chise_open_feature_table'.
1001         (char_table_close_db_maybe): Use `chise_ft_close' instead of
1002         `chise_close_feature_table'; `cit->ds' is deleted.
1003         (syms_of_chartab): Add new builtin function
1004         `close-char-data-source' when `HAVE_CHISE_CLIENT' is defined.
1005
1006         * chartab.h (default_chise_data_source): New extern variable.
1007         (open_chise_data_source_maybe): New prototype.
1008         (struct Lisp_Char_Table): Delete `ds'.
1009
1010 2003-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1011
1012         * mule-charset.c (Fsave_charset_mapping_table): Use libchise when
1013         `CHISE' is defined.
1014
1015 2003-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1016
1017         * chartab.c (char_table_open_db_maybe): Defined even if `CHISE' is
1018         not defined; add code for non-libchise setting.
1019         (char_table_close_db_maybe): Likewise.
1020         (char_table_get_db): New function when `HAVE_CHISE_CLIENT' is
1021         defined.
1022         (Fclose_char_attribute_table): Use `char_table_close_db_maybe'
1023         even if `CHISE' is not defined.
1024         (Freset_char_attribute_table): Likewise.
1025         (load_char_attribute_maybe): Use `char_table_open_db_maybe' and
1026         `char_table_close_db_maybe' even if `CHISE' is not defined; use
1027         `char_table_get_db'.
1028         (Fload_char_attribute_table): Use `char_table_open_db_maybe' and
1029         `char_table_close_db_maybe' even if `CHISE' is not defined.
1030
1031 2003-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1032
1033         * chartab.c (char_table_open_db_maybe): New function.
1034         (char_table_close_db_maybe): New function.
1035         (Fclose_char_attribute_table): Use `char_table_close_db_maybe'.
1036         (Freset_char_attribute_table): Likewise.
1037         (load_char_attribute_maybe): Use `char_table_open_db_maybe' and
1038         `char_table_close_db_maybe'.
1039         (Fload_char_attribute_table): Likewise.
1040
1041 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1042
1043         * chartab.c: Don't include <chise.h> because it is included in
1044         chartab.h.
1045         (Fmake_char_table): Initialize `ct->feature_table' when `CHISE' is
1046         defined.
1047         (Fcopy_char_table): Copy `ct->ds' and `ct->feature_table' when
1048         `CHISE' is defined.
1049         (Fmount_char_attribute_table): Initialize `ct->feature_table' when
1050         `CHISE' is defined.
1051         (Fclose_char_attribute_table): Close `ct->feature_table' and
1052         `ct->ds' when `CHISE' is defined.
1053         (Freset_char_attribute_table): Likewise.
1054         (load_char_attribute_maybe): Use `cit->ds' and
1055         `cit->feature_table' when `CHISE' is defined.
1056         (Fload_char_attribute_table): Likewise.
1057
1058         * chartab.h: Include <chise.h> when `CHISE' is defined.
1059         (struct Lisp_Char_Table): Add new member `ds' and `feature_table'
1060         when `CHISE' is defined.
1061
1062 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1063
1064         * chartab.c (mark_char_table): Member `db' is deleted when `CHISE'
1065         is defined.
1066         (char_table_description): Likewise.
1067         (Fmake_char_table): Likewise.
1068         (Fcopy_char_table): Likewise.
1069         (Fmount_char_attribute_table): Likewise.
1070         (Fclose_char_attribute_table): Likewise.
1071         (Freset_char_attribute_table): Likewise.
1072         (load_char_attribute_maybe): Likewise.
1073         (Fload_char_attribute_table): Likewise.
1074
1075         * chartab.h (struct Lisp_Char_Table): Delete `db' when `CHISE' is
1076         defined.
1077
1078 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1079
1080         * chartab.c (load_char_attribute_table_map_func): New function
1081         when CHISE is defined.
1082         (Qload_char_attribute_table_map_function): Don't define when CHISE
1083         is defined.
1084         (Fload_char_attribute_table_map_function): Likewise.
1085         (Fload_char_attribute_table): Use libchise when `CHISE' is
1086         defined.
1087         (syms_of_chartab): Don't define
1088         `load-char-attribute-table-map-function' when CHISE is defined.
1089
1090 2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1091
1092         * chartab.c: Include <chise.h> when `CHISE' is defined.
1093         (load_char_attribute_maybe): Use libchise when `CHISE' is defined.
1094
1095 2003-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1096
1097         * mule-charset.c (charset_code_point): Fix problem when searching
1098         in mother CCS fails with `defined_only' mode.
1099
1100 2003-06-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1101
1102         * chartab.c (Q_ucs_unified): Renamed from `Q_ucs_variants'.
1103         (Fchar_variants): Rename `Q_ucs_variants' to `Q_ucs_unified'.
1104         (put_char_composition): Likewise.
1105         (Fput_char_attribute): Likewise.
1106         (syms_of_chartab): Rename `->ucs-variants' to `->ucs-unified'.
1107
1108 2003-06-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1109
1110         * chartab.c (Q_ucs): Deleted.
1111         (Fput_char_attribute): Don't refer `->ucs'.
1112         (Fdefine_char): Likewise.
1113         (Ffind_char): Likewise.
1114         (syms_of_chartab): Delete `->ucs'.
1115
1116 2003-04-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1117
1118         * mule-charset.c (Qmap_cns11643_2): Renamed from
1119         `Qchinese_cns11643_2'.
1120         (syms_of_mule_charset): Add new symbol `=cns11643-2' instead of
1121         `chinese-cns11643-2'.
1122         (complex_vars_of_mule_charset): Rename `chinese-cns11643-2' to
1123         `=cns11643-2'.
1124
1125 2003-04-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1126
1127         * mule-charset.c (Qmap_cns11643_1): Renamed from
1128         `Qchinese_cns11643_1'.
1129         (syms_of_mule_charset): Add new symbol `=cns11643-1' instead of
1130         `chinese-cns11643-1'.
1131         (complex_vars_of_mule_charset): Rename `chinese-cns11643-1' to
1132         `=cns11643-1'.
1133
1134 2003-04-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1135
1136         * mule-charset.c (Qmap_gb12345): Renamed from `Qchinese_gb12345'.
1137         (syms_of_mule_charset): Add new symbol `=gb12345' instead of
1138         `chinese-gb12345'.
1139         (complex_vars_of_mule_charset): Rename `chinese-gb12345' to
1140         `=gb12345'.
1141
1142 2003-04-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1143
1144         * mule-charset.c (Qmap_gb2312): Renamed from `Qchinese_gb2312'.
1145         (syms_of_mule_charset): Add new symbol `=gb2312' instead of
1146         `chinese-gb2312'.
1147         (complex_vars_of_mule_charset): Rename `chinese-gb2312' to
1148         `=gb2312'.
1149
1150 2003-04-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1151
1152         * mule-charset.c (Qmap_big5): Renamed from `Qchinese_big5'.
1153         (syms_of_mule_charset): Add new symbol `=big5' instead of
1154         `chinese-big5'.
1155         (complex_vars_of_mule_charset): Rename `chinese-big5' to `=big5'.
1156
1157 2003-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1158
1159         * mule-charset.c (Qmap_ks_x1001): Renamed from `Qkorean_ksc5601'.
1160         (syms_of_mule_charset): Add new symbol `=ks-x1001' instead of
1161         `korean-ksc5601'.
1162         (complex_vars_of_mule_charset): Rename `korean-ksc5601' to
1163         `=ks-x1001'.
1164
1165 2003-04-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1166
1167         * mule-charset.c (Qmap_jis_x0212): Renamed from
1168         `Qjapanese_jisx0212'.
1169         (syms_of_mule_charset): Add new symbol `=jis-x0212' instead of
1170         `japanese-jisx0212'.
1171         (complex_vars_of_mule_charset): Rename `japanese-jisx0212' to
1172         `=jis-x0212'.
1173
1174 2003-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1175
1176         * mule-charset.c (Qmap_jis_x0208_1983): Renamed from
1177         `Qjapanese_jisx0208'.
1178         (syms_of_mule_charset): Add new symbol `=jis-x0208-1983' instead
1179         of `japanese-jisx0208'.
1180         (complex_vars_of_mule_charset): Rename `japanese-jisx0208' to
1181         `=jis-x0208-1983'.
1182
1183 2003-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1184
1185         * mule-charset.c (Qmap_jis_x0208_1978): Renamed from
1186         `Qjapanese_jisx0208_1978'.
1187         (syms_of_mule_charset): Add new symbol `=jis-x0208-1978' instead
1188         of `japanese-jisx0208-1978'.
1189         (complex_vars_of_mule_charset): Rename `japanese-jisx0208-1978' to
1190         `=jis-x0208-1978'.
1191
1192 2003-04-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1193
1194         * chartab.c (decode_char_table_range): CHARTAB_RANGE_DEFAULT is
1195         only for XEmacs CHISE.
1196
1197 2003-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1198
1199         * char-ucs.h: Compact non-ISO-IR charset-ids.
1200         (LEADING_BYTE_UCS): Changed to -177.
1201         (LEADING_BYTE_CONTROL_1): Changed to -77.
1202         (LEADING_BYTE_UCS_BMP): Changed to -176.
1203         (LEADING_BYTE_JAPANESE_JISX0208_1990): Changed to -168.
1204
1205 2003-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1206
1207         * mule-charset.c (Qiso_ir): New variable.
1208         (Fmake_charset): Recognise new property `iso-ir'.
1209         (syms_of_mule_charset): Add new symbol `iso-ir'.
1210
1211 2003-04-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1212
1213         * char-ucs.h: Change charset-id of ISO-IR sets from ISO-IR-number
1214         n to -n; charset-id of non ISO-IR sets are changed to positive
1215         numbers.
1216
1217 2003-03-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1218
1219         * text-coding.c (decode_add_er_char): Use XUINT instead of XINT
1220         for &MCS-XXXXXXXX; values.
1221
1222 2003-03-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1223
1224         * mule.c (Vxemacs_chise_version): Renamed from
1225         `Vutf_2000_version'.
1226         (vars_of_mule): Add new variable `xemacs-chise-version'; define
1227         `utf-2000-version' as an alias for `xemacs-chise-version'.
1228
1229 2003-03-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1230
1231         * mule-charset.c: Include <chise.h> when `CHISE' is defined.
1232         (load_char_decoding_entry_maybe): Use libchise when `CHISE' is
1233         defined.
1234
1235         * config.h.in (CHISE): New macro.
1236
1237 2003-03-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1238
1239         * mule-charset.c (put_char_ccs_code_point): Refer `=ucs' instead
1240         of `ucs'.
1241         (Qmap_ucs): New variable.
1242         (syms_of_mule_charset): Add new symbol `=ucs'.
1243         (complex_vars_of_mule_charset): Rename `ucs' to `=ucs'.
1244
1245         * fns.c (ids_format_unit): Refer `=ucs' instead of `ucs'.
1246         (simplify_char_spec): Likewise.
1247
1248         * chartab.c (Fdefine_char): Refer `=ucs' as same as `ucs'.
1249
1250         * char-ucs.h (Qmap_ucs): New extern variable.
1251
1252 2003-03-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1253
1254         * mule-charset.c (Qmap_jis_x0208): Renamed from `Qjis_x0208'.
1255         (Qmap_jis_x0208_1990): Renamed from `Qjapanese_jisx0208_1990';
1256         don't define it when UTF2000 is not defined.
1257         (syms_of_mule_charset): Modify for `Qmap_jis_x0208'; rename
1258         `japanese-jisx0208-1990' to `=jis-x0208-1990'; don't define it
1259         when UTF2000 is not defined.
1260         (complex_vars_of_mule_charset): Modify for `Qmap_jis_x0208';
1261         rename `japanese-jisx0208-1990' to `=jis-x0208-1990'.
1262
1263 2003-03-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1264
1265         * char-ucs.h (LEADING_BYTE_UCS_GB): Deleted.
1266
1267         * mule-charset.c (Vcharset_ucs_gb): Deleted.
1268         (Qucs_gb): Deleted.
1269         (syms_of_mule_charset): Delete `ucs-gb'.
1270         (complex_vars_of_mule_charset): Likewise.
1271
1272 2003-03-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1273
1274         * char-ucs.h (LEADING_BYTE_UCS_CNS): Deleted.
1275
1276         * mule-charset.c (Vcharset_ucs_cns): Deleted.
1277         (Qucs_cns): Deleted.
1278         (syms_of_mule_charset): Delete `ucs-cns'.
1279         (complex_vars_of_mule_charset): Likewise.
1280
1281 2003-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1282
1283         * char-ucs.h (LEADING_BYTE_UCS_JIS): Deleted.
1284
1285         * mule-charset.c (Vcharset_ucs_jis): Deleted.
1286         (Qucs_jis): Deleted.
1287         (syms_of_mule_charset): Delete `ucs-jis'.
1288         (complex_vars_of_mule_charset): Likewise.
1289
1290 2003-03-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1291
1292         * char-ucs.h (LEADING_BYTE_UCS_KS): Deleted.
1293
1294         * mule-charset.c (Vcharset_ucs_ks): Deleted.
1295         (Qucs_ks): Deleted.
1296         (syms_of_mule_charset): Delete `ucs-ks'.
1297         (complex_vars_of_mule_charset): Likewise.
1298
1299 2003-03-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1300
1301         * mule-charset.c (Vcharset_ideograph_daikanwa_2): Deleted.
1302         (Qideograph_daikanwa_2): Deleted.
1303         (syms_of_mule_charset): Delete `ideograph-daikanwa-2'.
1304         (complex_vars_of_mule_charset): Likewise.
1305
1306         * char-ucs.h (LEADING_BYTE_DAIKANWA_0): Deleted.
1307         (LEADING_BYTE_DAIKANWA_1): Deleted.
1308         (LEADING_BYTE_DAIKANWA_2): Deleted.
1309         (MIN_CHAR_DAIKANWA): Deleted.
1310         (MAX_CHAR_DAIKANWA): Deleted.
1311
1312 2003-02-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1313
1314         * char-ucs.h (LEADING_BYTE_DAIKANWA_3): Deleted.
1315         (LEADING_BYTE_HANZIKU_{1..12}): Deleted.
1316         ({MIN|MAX}_CHAR_HANZIKU_{1..12}): Deleted.
1317
1318         * mule-charset.c (Vcharset_ideograph_hanziku_{1..12}): Deleted.
1319         (Vcharset_ideograph_daikanwa): Deleted.
1320         (Qideograph_hanziku_{1..12}): Deleted.
1321         (Qideograph_daikanwa): Deleted.
1322         (encode_builtin_char_1): Don't use {MIN|MAX}_CHAR_DAIKANWA and
1323         Vcharset_ideograph_daikanwa.
1324         (syms_of_mule_charset): Delete `ideograph-daikanwa' and
1325         `ideograph-hanziku-{1..12}'.
1326         (complex_vars_of_mule_charset): Likewise.
1327
1328 2003-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1329
1330         * char-ucs.h (LEADING_BYTE_GT_PJ_{1..11}): Deleted.
1331
1332         * mule-charset.c (Vcharset_ideograph_gt_pj_{1..11}): Deleted.
1333         (Qideograph_gt_pj_{1..11}): Deleted.
1334         (syms_of_mule_charset): Delete `ideograph-gt-pj-{1..11}'.
1335         (complex_vars_of_mule_charset): Likewise.
1336
1337 2003-02-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1338
1339         * mule-charset.c (Vcharset_ucs_big5): Deleted.
1340         (Vcharset_ideograph_gt): Deleted.
1341         (Qucs_big5): Deleted.
1342         (Qideograph_gt): Deleted.
1343         (syms_of_mule_charset): Delete symbol `ucs-big5' and
1344         `ideograph-gt'.
1345         (complex_vars_of_mule_charset): Delete coded-charset `ucs-big5'
1346         and `ideograph-gt'.
1347
1348         * char-ucs.h (LEADING_BYTE_UCS_BIG5): Deleted.
1349         (LEADING_BYTE_GT): Deleted.
1350         (MIN_CHAR_GT): Deleted.
1351         (MAX_CHAR_GT): Deleted.
1352
1353 2003-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1354
1355         * chartab.c (Fput_char_attribute): Canonicalise charset-aliases.
1356
1357 2003-01-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1358
1359         * chartab.c (save_uint8_byte_table): Add new argument `filter'.
1360         (save_uint16_byte_table): Likewise.
1361         (save_byte_table): Likewise; convert values by it.
1362         (Fput_char_attribute): Don't use `char-refs-simplify-char-specs'
1363         for `ideographic-structure'.
1364         (Fsave_char_attribute_table): Use `char-refs-simplify-char-specs'
1365         as the filter for `ideographic-structure'.
1366
1367 2003-01-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1368
1369         * chartab.c (put_char_composition): New function.
1370         (Fput_char_attribute): Use `put_char_composition'; use
1371         `Fchar_refs_simplify_char_specs' for `ideographic-structure'.
1372
1373         * fns.c (simplify_char_spec): New function.
1374         (char_ref_simplify_spec): New function.
1375         (Fchar_refs_simplify_char_specs): New function.
1376         (syms_of_fns): Add new builtin function
1377         `char-refs-simplify-char-specs'.
1378
1379 2003-01-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1380
1381         * mule-charset.c (Vcharset_ideograph_cbeta): Deleted.
1382         (Qideograph_cbeta): Deleted.
1383         (syms_of_mule_charset): Don't define `ideograph-cbeta'.
1384         (complex_vars_of_mule_charset): Likewise.
1385
1386         * char-ucs.h (LEADING_BYTE_CBETA): Deleted.
1387         (MIN_CHAR_CBETA): Comment out.
1388         (MAX_CHAR_CBETA): Likewise.
1389
1390 2002-12-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1391
1392         * mule-charset.c, chartab.h, casetab.c, char-ucs.h, chartab.c: Use
1393         `HAVE_CHISE_CLIENT' instead of `HAVE_DATABASE' to indicate the
1394         CHISE client feature.
1395
1396 2002-12-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1397
1398         * mule.c (vars_of_mule): Update `utf-2000-version' to 0.20.
1399
1400 2002-12-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1401
1402         * mule-charset.c (charset_lookup_description_1): Use
1403         `NUM_LEADING_BYTES' in UTF-2000.
1404
1405 2002-12-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1406
1407         * char-ucs.h (GC_CHARSETP): Deleted.
1408
1409 2002-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1410
1411         * char-ucs.h (MAX_CHAR_GT): Updated.
1412
1413 2002-12-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1414
1415         * text-coding.c: Sync with XEmacs 21.4.10.
1416
1417 2002-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1418
1419         * mule-charset.c (Vcharset_china3_jef): Deleted.
1420         (Qchina3_jef): Deleted.
1421         (syms_of_mule_charset): Don't define `china3-jef'.
1422         (complex_vars_of_mule_charset): Likewise.
1423
1424         * char-ucs.h (LEADING_BYTE_CHINA3_JEF): Deleted.
1425         (MIN_CHAR_CHINA3_JEF): Comment out.
1426         (MAX_CHAR_CHINA3_JEF): Comment out.
1427
1428 2002-11-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1429
1430         * mule-charset.c (Vcharset_ucs_gb): New variable.
1431         (Qucs_gb): New variable.
1432         (syms_of_mule_charset): Add new symbol `ucs-gb'.
1433         (complex_vars_of_mule_charset): Add new coded-charset `ucs-gb'.
1434
1435         * char-ucs.h (LEADING_BYTE_UCS_GB): New macro.
1436
1437 2002-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1438
1439         * mule-charset.c (charset_code_point): if a coded-charset has a
1440         final-byte, don't inherit the builtin range of the mother CCS.
1441
1442 2002-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1443
1444         * mule-charset.c (charset_code_point): Fix problem about
1445         inheritance.
1446
1447 2002-11-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1448
1449         * mule-charset.c (decode_builtin_char): Reorganized.
1450
1451 2002-10-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1452
1453         * text-coding.c (char_encode_as_entity_reference): Modify for
1454         `charset_code_point'.
1455         (char_encode_shift_jis): Likewise.
1456         (char_encode_big5): Likewise.
1457         (char_encode_utf8): Likewise.
1458         (char_encode_iso2022): Likewise.
1459
1460         * mule-charset.c (charset_code_point): Add new argument
1461         `defined_only'.
1462         (Fencode_char): Add new optional argument `defined_only'.
1463
1464         * chartab.c (put_char_table): Modify for `charset_code_point'.
1465
1466         * char-ucs.h (charset_code_point): Add new argument
1467         `defined_only'.
1468         (encode_char_1): Modify for `charset_code_point'.
1469
1470 2002-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1471
1472         * mule-charset.c (complex_vars_of_mule_charset): Don't specify
1473         `MIN_CHAR_THAI' and `MAX_CHAR_THAI' for `thai-tis620'.
1474
1475 2002-10-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1476
1477         * mule-charset.c (Vcharset_jis_x0208): New variable in UTF-2000.
1478         (Qjis_x0208): Likewise.
1479         (decode_builtin_char): Prefer XCHARSET_MAX_CODE(charset) than
1480         XCHARSET_FINAL(charset).
1481         (charset_code_point): Modify condition for final-byte based
1482         builtin-chars.
1483         (syms_of_mule_charset): Add new symbol `=jis-x0208' in UTF-2000.
1484         (complex_vars_of_mule_charset): Add new coded-charset `=jis-x0208'
1485         in UTF-2000; specify `=jis-x0208' as the mother of
1486         `japanese-jisx0208-1978', `japanese-jisx0208' and
1487         `japanese-jisx0208-1990' in UTF-2000.
1488
1489 2002-10-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1490
1491         * char-ucs.h (LEADING_BYTE_JIS_X0208): New macro.
1492
1493 2002-10-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1494
1495         * text-coding.c (decode_coding_utf16): Support UTF-16.
1496         (char_encode_utf16): Fixed.
1497
1498 2002-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1499
1500         * text-coding.c (Qutf16): New variable in MULE.
1501         (Fmake_coding_system): Accept `utf-16' as `type' in MULE.
1502         (Fcoding_system_type): Add `utf-16' in MULE.
1503         (struct detection_state): Add a structure for utf16 in MULE.
1504         (detect_coding_type): Setup st->utf16.mask in MULE.
1505         (mule_decode): Use `decode_coding_utf16' for `CODESYS_UTF16' in
1506         MULE.
1507         (reset_encoding_stream): Use `char_encode_utf16' and
1508         `char_finish_utf16' for `CODESYS_UTF16' in MULE.
1509         (detect_coding_utf16): New function [incomplete].
1510         (decode_coding_utf16): New function [support only UCS-2].
1511         (char_encode_utf16): New function.
1512         (char_finish_utf16): New function.
1513         (syms_of_file_coding): Add new symbol `utf-16'; setup
1514         `coding_category_symbol[CODING_CATEGORY_UTF16]'.
1515
1516         * file-coding.h (enum coding_system_type): Add `CODESYS_UTF16' in
1517         UTF-2000.
1518         (enum coding_category_type): Add `CODING_CATEGORY_UTF16' in MULE.
1519         (CODING_CATEGORY_UTF16_MASK): New macro in MULE.
1520
1521 2002-10-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1522
1523         * chartab.c (put_char_table): When a charset is specified as a
1524         range in UTF-2000, don't support builtin characters.
1525
1526 2002-09-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1527
1528         * mule-charset.c (decode_defined_char): Don't refer external
1529         database if Qunbound or Qnil are found.
1530         (Fsave_charset_mapping_table): Don't define it if
1531         HAVE_CHISE_CLIENT is not defined.
1532         (Freset_charset_mapping_table): New function.
1533         (load_char_decoding_entry_maybe): Store Qnil if a character is not
1534         found in external database.
1535         (syms_of_mule_charset): Don't define `save-charset-mapping-table'
1536         if HAVE_CHISE_CLIENT is not defined; add new builtin function
1537         `reset-charset-mapping-table' if HAVE_CHISE_CLIENT is defined.
1538
1539 2002-09-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1540
1541         * text-coding.c (decode_coding_utf8): Check CCS is specified or
1542         not.
1543
1544 2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1545
1546         * chartab.h: Add extern declarations for Qdowncase, Qflippedcase,
1547         Q_lowercase, Q_uppercase in UTF-2000.
1548
1549         * chartab.c (get_char_table): Add special code for the standard
1550         case table to use character attribute `->downcase' and
1551         `->uppercase' for case operations in UTF-2000.
1552
1553         * casetab.c (Qflippedcase): New variable in UTF-2000.
1554         (Q_lowercase): Likewise.
1555         (Q_uppercase): Likewise.
1556         (syms_of_casetab): Add new symbols `flippedcase', `->lowercase'
1557         and `->uppercase' in UTF-2000.
1558         (complex_vars_of_casetab): Assign attribute name `downcase' to
1559         downcase and CANON table of Vstandard_case_table in UTF-2000;
1560         assign attribute name `flippedcase' to upcase and EQV table of
1561         Vstandard_case_table in UTF-2000.
1562
1563 2002-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1564
1565         * text-coding.c (decode_add_er_char): Support isolated-chars.
1566         (char_encode_as_entity_reference): Likewise.
1567
1568 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1569
1570         * emacs.c (Vutf_2000_lisp_directory): New variable.
1571         (Vconfigure_utf_2000_lisp_directory): Likewise.
1572         (complex_vars_of_emacs): Add new variable
1573         `utf-2000-lisp-directory' and `configure-utf-2000-lisp-directory'.
1574
1575 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1576
1577         * char-ucs.h (DECODE_CHAR): Delete special code for
1578         `chinese-big5-1' and `chinese-big5-2'.
1579
1580         * mule-charset.c (Qbig5_1): New variable in UTF-2000.
1581         (Qbig5_2): Likewise.
1582         (decode_defined_char): Support CONVERSION_BIG5_1 and
1583         CONVERSION_BIG5_2.
1584         (decode_builtin_char): Likewise.
1585         (charset_code_point): Likewise.
1586         (Fmake_charset): Accept `big5-1' and `big5-2' as a value of
1587         'conversion in UTF-2000.
1588         (syms_of_mule_charset): Add new symbol `big5-1' and `big5-2'.
1589         (complex_vars_of_mule_charset): Define `chinese-big5-1' and
1590         `chinese-big5-2' as children of `chinese-big5'.
1591
1592         * char-ucs.h (CONVERSION_BIG5_1): New macro.
1593         (CONVERSION_BIG5_2): New macro.
1594
1595 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1596
1597         * text-coding.c (char_encode_big5): Support entity-reference.
1598
1599 2002-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1600
1601         * text-coding.c (char_encode_as_entity_reference): New function.
1602         (char_encode_utf8): Use `char_encode_as_entity_reference'.
1603
1604 2002-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1605
1606         * text-coding.c (decode_coding_big5): Support entity-reference
1607         decoding feature.
1608
1609 2002-08-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1610
1611         * text-coding.c (allocate_coding_system): Initialize initial
1612         charsets for CODESYS_UTF8.
1613         (Fmake_coding_system): Accept charset-g0, charset-g1 and
1614         charset-g2 for CODESYS_UTF8.
1615         (decode_coding_utf8): Use charset-g0.
1616         (char_encode_utf8): Use charset-g0; use charset-g1 and charset-g2
1617         to force variants to map to UCS.
1618
1619 2002-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1620
1621         * text-coding.c (Qutf_8_mcs): New variable.
1622         (syms_of_file_coding): Add new symbol `utf-8-mcs' in UTF-2000.
1623         (complex_vars_of_file_coding): Define coding-system `utf-8-mcs'
1624         instead of `utf-8' in UTF-2000.
1625
1626 2002-07-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1627
1628         * mule-charset.c (charset_code_point): If CHARSET_CONVERSION is
1629         CONVERSION_IDENTICAL, identical conversion is used even if a CCS
1630         is ISO-2022 style; instead of it, CONVERSION_94, CONVERSION_96,
1631         CONVERSION_94x94, CONVERSION_96x96, CONVERSION_94x94x94,
1632         CONVERSION_96x96x96, CONVERSION_94x94x94x94 and
1633         CONVERSION_96x96x96x96 are introduced.
1634         (complex_vars_of_mule_charset): Specify CONVERSION_96 instead of
1635         CONVERSION_IDENTICAL for thai-tis620; Specify CONVERSION_94x94
1636         instead of CONVERSION_IDENTICAL for japanese-jisx0208-1990.
1637
1638         * char-ucs.h (CONVERSION_94): New macro.
1639         (CONVERSION_96): New macro.
1640         (CONVERSION_94x94): New macro.
1641         (CONVERSION_96x96): New macro.
1642         (CONVERSION_94x94x94): New macro.
1643         (CONVERSION_96x96x96): New macro.
1644         (CONVERSION_94x94x94x60): New macro.
1645         (CONVERSION_94x94x94x94): New macro.
1646         (CONVERSION_96x96x96x96): New macro.
1647
1648 2002-07-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1649
1650         * chartab.c (Vcharacter_variant_table): Deleted.
1651         (Fchar_variants): Use character-attribute `->ucs-variants' instead
1652         of `Vcharacter_variant_table'.
1653         (Fput_char_attribute): Likewise.
1654         (vars_of_chartab): Don't setup `Vcharacter_variant_table'.
1655         (complex_vars_of_chartab): Likewise.
1656
1657 2002-07-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1658
1659         * lisp.h: Add an EXFUN for `Fchar_ref_p'.
1660
1661         * fns.c (Qideographic_structure): New variable.
1662         (Qkeyword_char): New variable.
1663         (ids_format_unit): New function.
1664         (Fideographic_structure_to_ids): New function.
1665         (syms_of_fns): Add new symbols `ideographic-structure' and
1666         `:char'; add new builtin function `ideographic-structure-to-ids'.
1667
1668         * data.c (Fchar_ref_p): New function.
1669         (syms_of_data): Add new builtin function `char-ref-p'.
1670
1671         * chartab.h: Add an EXFUN for `Ffind_char'.
1672
1673 2002-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1674
1675         * text-coding.c (Vcharacter_composition_table): Deleted.
1676         (COMPOSE_ADD_CHAR): Use the implementation for external-DB support
1677         in every UTF-2000.
1678
1679         * chartab.c: Add EXFUN for `Fmap_char_attribute' in every
1680         UTF-2000.
1681         (Vcharacter_composition_table): Deleted.
1682         (Fget_composite_char): Use the implementation for external-DB
1683         support in every UTF-2000.
1684         (Fput_char_attribute): Likewise.
1685         (char_attribute_system_db_file): Don't define if external-DB
1686         feature is not available.
1687         (Fsave_char_attribute_table): Likewise.
1688         (Fmount_char_attribute_table): Likewise.
1689         (Fclose_char_attribute_table): Likewise.
1690         (Freset_char_attribute_table): Likewise.
1691         (Fload_char_attribute_table): Likewise.
1692         (syms_of_chartab): Don't define `save-char-attribute-table',
1693         `mount-char-attribute-table', `reset-char-attribute-table',
1694         `close-char-attribute-table' and `load-char-attribute-table' if
1695         external-DB feature is not available.
1696         (vars_of_chartab): Don't setup `Vcharacter_composition_table'.
1697
1698 2002-07-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1699
1700         * text-coding.c (Qcomposition): Add extern if external-DB feature
1701         is supported.
1702         (Vcharacter_composition_table): Don't add extern if external-DB
1703         feature is supported.
1704         (COMPOSE_ADD_CHAR): Modify for new data-representation of
1705         character composition rule if external-DB feature is supported.
1706
1707         * chartab.c (Vcharacter_composition_table): Don't define if
1708         external-DB feature is supported.
1709         (Qcomposition): New variable.
1710         (Fget_composite_char): New implementation for external-DB support.
1711         (Fput_char_attribute): Use `composition' property of each
1712         character instead of `Vcharacter_composition_table' to store
1713         character-composition rules if external-DB feature is supported.
1714         (syms_of_chartab): Add new symbol `composition'.
1715         (vars_of_chartab): Don't setup `Vcharacter_composition_table' if
1716         external-DB feature is supported.
1717
1718 2002-07-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1719
1720         * chartab.c (Vchar_db_stingy_mode): New variable.
1721         (load_char_attribute_maybe): Close database if
1722         Vchar_db_stingy_mode is not NIL.
1723         (Fload_char_attribute_table_map_function): Use
1724         `get_char_id_table_0' instead of `get_char_id_table'.
1725         (vars_of_chartab): Add new variable `char-db-stingy-mode'.
1726
1727         * chartab.h (get_char_id_table_0): New inline function.
1728         (get_char_id_table): Use `get_char_id_table_0'.
1729
1730 2002-07-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1731
1732         * text-coding.c (decode_coding_utf8): Use `COMPOSE_FLUSH_CHARS'
1733         and `COMPOSE_ADD_CHAR'.
1734         (decode_coding_iso2022): Use `decode_flush_er_chars'.
1735
1736 2002-07-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1737
1738         * text-coding.c (COMPOSE_FLUSH_CHARS): Use `decode_add_er_char'
1739         instead of `DECODE_ADD_UCS_CHAR'.
1740         (COMPOSE_ADD_CHAR): Likewise.
1741
1742 2002-07-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1743
1744         * text-coding.c (decode_flush_er_chars): New inline function.
1745         (decode_add_er_char): New function.
1746         (decode_coding_utf8): Use `decode_flush_er_chars' and
1747         `decode_add_er_char'.
1748
1749 2002-07-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1750
1751         * text-coding.c (decode_coding_utf8): Flush for er_buf must be
1752         done before `decode_output_utf8_partial_char'.
1753
1754         * mule-charset.c (complex_vars_of_mule_charset): Specify
1755         `Vcharset_ucs' as the mother of `Vcharset_ucs_cns',
1756         `Vcharset_ucs_ks' and `Vcharset_ucs_big5'.
1757
1758 2002-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1759
1760         * mule-charset.c (decode_defined_char): New function; search
1761         mother.
1762         (decode_builtin_char): Don't search mother if
1763         XCHARSET_MAX_CODE(charset) == 0.
1764         (charset_code_point): Search mother if XCHARSET_MAX_CODE(charset)
1765         == 0 even if code >= XCHARSET_MAX_CODE(charset).
1766         (Fdecode_char): Use `decode_defined_char' instead of
1767         `DECODE_DEFINED_CHAR'.
1768         (complex_vars_of_mule_charset): Specify `Vcharset_ucs' as the
1769         mother of `Vcharset_ucs_jis'.
1770
1771         * text-coding.c (decode_coding_big5): Use `decode_defined_char'
1772         instead of `DECODE_DEFINED_CHAR'.
1773
1774         * char-ucs.h (decode_defined_char): Renamed from
1775         `DECODE_DEFINED_CHAR'; changed to normal function.
1776         (DECODE_CHAR): Use `decode_defined_char' instead of
1777         `DECODE_DEFINED_CHAR'.
1778
1779         * lisp.h: Add `EXFUN' for `Fstring_to_number'.
1780
1781 2002-07-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1782
1783         * char-ucs.h: Add `extern' for `Vcharset_ucs'.
1784
1785         * text-coding.c (Vcoded_charset_entity_reference_alist): New
1786         variable.
1787         (Quse_entity_reference): New variable.
1788         (Qd): New variable.
1789         (Qx): New variable.
1790         (QX): New variable.
1791         (coding_system_description): Add description for
1792         `ccs_priority_list'.
1793         (mark_coding_system): Mark `ccs_priority_list' in UTF-2000.
1794         (allocate_coding_system): Initialize `ccs_priority_list' in
1795         UTF-2000.
1796         (Fmake_coding_system): Add description about
1797         'use-entity-reference; setup CODING_SYSTEM_USE_ENTITY_REFERENCE
1798         (codesys).
1799         (Fcoding_system_property): Accept `disable-composition' and
1800         `use-entity-reference' in UTF-2000.
1801         (struct decoding_stream): Add new member `er_counter' and `er_buf'
1802         in UTF-2000.
1803         (reset_decoding_stream): Initialize `str->er_counter' in UTF-2000.
1804         (decode_coding_utf8): Decode entity-reference if
1805         CODING_SYSTEM_USE_ENTITY_REFERENCE (str->codesys).
1806         (char_encode_utf8): Encode non-Unicode characters as
1807         entity-references if CODING_SYSTEM_USE_ENTITY_REFERENCE
1808         (str->codesys).
1809         (syms_of_file_coding): Add new symbols `use-entity-reference',
1810         `d', `x', `X'.
1811         (vars_of_file_coding): Add new variable
1812         `coded-charset-entity-reference-alist'.
1813         (complex_vars_of_file_coding): Declare `disable-composition' and
1814         `use-entity-reference' to be coding-system-properties in UTF-2000.
1815
1816         * file-coding.h (struct Lisp_Coding_System): Add new member
1817         `use_entity_reference' and `ccs_priority_list'.
1818         (CODING_SYSTEM_USE_ENTITY_REFERENCE): New macro.
1819         (CODING_SYSTEM_CCS_PRIORITY_LIST): New macro.
1820         (XCODING_SYSTEM_USE_ENTITY_REFERENCE): New macro.
1821
1822 2002-07-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1823
1824         * chartab.c (save_uint8_byte_table): Don't clear the table.
1825         (save_uint16_byte_table): Likewise.
1826         (save_byte_table): Likewise.
1827         (Fmount_char_attribute_table): New function.
1828         (syms_of_chartab): Add new builtin function
1829         `mount-char-attribute-table'.
1830
1831 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1832
1833         * mule-charset.c (Fsave_charset_mapping_table): Open database as
1834         "w+" mode.
1835         (load_char_decoding_entry_maybe): Open database as read-only mode.
1836
1837         * chartab.c (Fsave_char_attribute_table): Don't share `ct->db';
1838         open database as "w+" mode.
1839         (load_char_attribute_maybe): Open database as read-only mode.
1840         (Fload_char_attribute_table): Likewise.
1841
1842 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1843
1844         * chartab.c (mark_char_table): Don't refer `ct->db_file'.
1845         (char_table_description): Delete member `db_file'.
1846         (Fmake_char_table): Don't refer `ct->db_file'.
1847         (Fcopy_char_table): Likewise.
1848         (Fsave_char_attribute_table): Likewise.
1849         (Fclose_char_attribute_table): Likewise.
1850         (Freset_char_attribute_table): Likewise.
1851         (load_char_attribute_maybe): Likewise.
1852         (Fload_char_attribute_table): Likewise.
1853
1854         * chartab.h (struct Lisp_Char_Table): Delete member `db_file'.
1855
1856 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1857
1858         * chartab.c: Add an EXFUN for `Fmap_char_attribute'.
1859         (Fsave_char_attribute_table): Don't check `ct->db_file' if
1860         `ct->db' is living.
1861         (load_char_attribute_maybe): Likewise.
1862         (Fload_char_attribute_table): Likewise.
1863
1864 2002-07-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1865
1866         * chartab.c (Fclose_char_attribute_table): Set Qnil on
1867         `ct->db_file' unconditionally.
1868
1869 2002-07-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1870
1871         * chartab.c (mark_char_table): Mark `ct->db_file' and `ct->db' in
1872         UTF-2000.
1873         (char_table_description): Add description for `db_file' and `db'
1874         in UTF-2000.
1875         (Fmake_char_table): Initialize `ct->db_file' and `ct->db' in
1876         UTF-2000.
1877         (Fcopy_char_table): Copy `ct->db_file' and `ct->db' in UTF-2000.
1878         (Fsave_char_attribute_table): Use `ct->db_file' and `ct->db'.
1879         (Fclose_char_attribute_table): New function.
1880         (Freset_char_attribute_table): Reset `ct->db_file' and `ct->db'.
1881         (load_char_attribute_maybe): Change interface; use `cit->db_file'
1882         and `cit->db'.
1883         (Fload_char_attribute_table): Use `ct->db_file' and `ct->db'.
1884         (syms_of_chartab): Add new builtin function
1885         `Fclose_char_attribute_table'.
1886
1887 2002-06-28  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1888
1889         * chartab.h (struct Lisp_Char_Table): Add new member `db_file' and
1890         `db' in UTF-2000.
1891         (load_char_attribute_maybe): Change interface.
1892         (get_char_id_table): Modify for `load_char_attribute_maybe'.
1893
1894 2002-06-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1895
1896         * database.h: Add an EXFUN for `Fdatabase_live_p'.
1897
1898 2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1899
1900         * mule-charset.c (decode_builtin_char): Use `decode_builtin_char'
1901         instead of `DECODE_CHAR' for mother; don't use special code for
1902         chinese-big5 to use code space of chinese-big5-1 and
1903         chinese-big5-2.
1904         (complex_vars_of_mule_charset): Use `MIN_CHAR_BIG5_CDP' and
1905         `MAX_CHAR_BIG5_CDP' for chinese-big5.
1906
1907         * char-ucs.h (MIN_CHAR_BIG5_CDP): Revival.
1908         (MAX_CHAR_BIG5_CDP): Revival.
1909
1910 2002-04-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1911
1912         * mule-charset.c (complex_vars_of_mule_charset): Use "big5-0" as
1913         the XLFD registry-encoding name of `chinese-big5'.
1914
1915 2002-04-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1916
1917         * mule-charset.c (Vcharset_chinese_big5_cdp): Deleted.
1918         (Qchinese_big5_cdp): Deleted.
1919         (syms_of_mule_charset): Delete symbol `chinese-big5-cdp'.
1920         (complex_vars_of_mule_charset): Delete coded-charset
1921         `chinese-big5-cdp'.
1922
1923         * char-ucs.h (CHARSET_ID_OFFSET): Deleted.
1924         (LEADING_BYTE_*): Use `MIN_LEADING_BYTE + n' instead of
1925         `CHARSET_ID_OFFSET - n' for private CCS.
1926         (LEADING_BYTE_CHINESE_BIG5_CDP): Deleted.
1927         (MIN_LEADING_BYTE_PRIVATE): Use `(MIN_LEADING_BYTE + 97)' instead
1928         of `MIN_LEADING_BYTE'.
1929         (MAX_LEADING_BYTE_PRIVATE): Use `-1' instead of
1930         `(CHARSET_ID_OFFSET - 97)'.
1931         (MIN_CHAR_BIG5_CDP): Deleted.
1932         (MAX_CHAR_BIG5_CDP): Deleted.
1933
1934 2002-03-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1935
1936         * mule.c (vars_of_mule): Update `utf-2000-version' to 0.19.
1937
1938 2002-03-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1939
1940         * mule.c (Vutf_2000_version): New variable [moved from chartab.c].
1941         (vars_of_mule): Add new variable `utf-2000-version' [moved from
1942         chartab.c].
1943
1944         * chartab.c (Vutf_2000_version): Moved to mule.c.
1945         (vars_of_chartab): Move code about `utf-2000-version' into mule.c.
1946
1947 2002-03-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1948
1949         * mule-charset.c (load_char_decoding_entry_maybe): Don't define it
1950         when HAVE_CHISE_CLIENT is not defined.
1951
1952         * mule.c (vars_of_mule): Provide feature `chise' when
1953         HAVE_CHISE_CLIENT is defined.
1954
1955 2002-03-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1956
1957         * config.h.in (UTF2000): Add comment.
1958         (HAVE_CHISE_CLIENT): New macro.
1959
1960 2002-02-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1961
1962         * chartab.c (Fchar_variants): Check Vcharacter_variant_table is
1963         CONSP.
1964         (Fput_char_attribute): Likewise.
1965         (char_attribute_system_db_file): Encode file-name of attribute.
1966         (vars_of_chartab): Set Qunbound into Vcharacter_variant_table as
1967         the initial value.
1968
1969 2002-02-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1970
1971         * mule-charset.c (put_char_ccs_code_point): Delete unused codes.
1972         (Fsave_charset_mapping_table): Use
1973         `char_attribute_system_db_file'.
1974         (load_char_decoding_entry_maybe): Likewise.
1975
1976         * chartab.h (Qsystem_char_id): New external variable.
1977         (char_attribute_system_db_file): New prototype.
1978
1979         * chartab.c (Qsystem_char_id): New variable in UTF-2000.
1980         (char_attribute_system_db_file): New function.
1981         (Fsave_char_attribute_table): Use `char_attribute_system_db_file'.
1982         (Freset_char_attribute_table): Likewise.
1983         (load_char_attribute_maybe): Likewise.
1984         (Fload_char_attribute_table): Likewise.
1985         (syms_of_chartab): Add new symbol `system-char-id'.
1986
1987 2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1988
1989         * char-ucs.h (DECODE_DEFINED_CHAR): Don't check
1990         `XCHARSET_GRAPHIC(ccs)'.
1991
1992 2002-02-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1993
1994         * mule-charset.c (Fsave_charset_mapping_table): Fixed.
1995
1996 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1997
1998         * chartab.c (Q_ucs_variants): New variable.
1999         (syms_of_chartab): Add new symbol `->ucs-variants'.
2000         (complex_vars_of_chartab): Set `Vcharacter_variant_table' on
2001         `Vchar_attribute_hash_table' as the value of `->ucs-variants'; set
2002         `->ucs-variants' on `XCHAR_TABLE_NAME (Vcharacter_variant_table)'.
2003
2004         * mule-charset.c (load_char_decoding_entry_maybe): New function.
2005
2006         * char-ucs.h (load_char_decoding_entry_maybe): New prototype when
2007         `HAVE_DATABASE' is defined.
2008         (DECODE_DEFINED_CHAR): Use `load_char_decoding_entry_maybe' when
2009         `HAVE_DATABASE' is defined.
2010
2011 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2012
2013         * chartab.c (Fsave_char_attribute_table): Don't clear internal
2014         attribute-table.
2015         (Freset_char_attribute_table): New function.
2016         (syms_of_chartab): Add new builtin function
2017         `reset-char-attribute-table'.
2018
2019 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2020
2021         * chartab.c (load_char_attribute_maybe): Don't make directories.
2022
2023 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2024
2025         * char-ucs.h: Add EXFUN for `Fmake_directory_internal'.
2026
2027         * mule-charset.c (put_char_ccs_code_point): Don't prepare a vector
2028         for decoding-table.
2029
2030 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2031
2032         * mule-charset.c (Fsave_charset_mapping_table): Use
2033         `XCHARSET_BYTE_SIZE' instead of `XCHARSET_CHARS'.
2034
2035         * char-ucs.h (put_ccs_octet_table): Use `XCHARSET_BYTE_SIZE'
2036         instead of `XCHARSET_CHARS'.
2037
2038 2002-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2039
2040         * mule-charset.c (CHARSET_BYTE_SIZE): Moved to char-ucs.h.
2041         (XCHARSET_BYTE_SIZE): Likewise.
2042
2043         * char-ucs.h (CHARSET_BYTE_SIZE): New inline function [moved from
2044         mule-charset.c].
2045         (XCHARSET_BYTE_SIZE): Likewise.
2046
2047 2002-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2048
2049         * chartab.c (Fput_char_attribute): Use exec-directory instead of
2050         data-directory to store database.
2051         (Fsave_char_attribute_table): Likewise.
2052         (load_char_attribute_maybe): Likewise.
2053         (Fload_char_attribute_table): Likewise.
2054
2055 2002-02-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2056
2057         * mule-charset.c (Fsave_charset_mapping_table): New function.
2058         (syms_of_mule_charset): Add new builtin function
2059         `save-charset-mapping-table'.
2060
2061 2002-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2062
2063         * char-ucs.h (decoding_table_check_elements): Delete prototype.
2064         (get_ccs_octet_table): New inline function.
2065         (put_ccs_octet_table): Likewise.
2066         (decoding_table_put_char): Use `get_ccs_octet_table' and
2067         `put_ccs_octet_table'.
2068         (decoding_table_remove_char): Use `decoding_table_put_char'.
2069         (DECODE_DEFINED_CHAR): Use `get_ccs_octet_table'.
2070
2071         * mule-charset.c (remove_char_ccs): Store Qunbound instead of Qnil
2072         into encoding_table.
2073         (make_charset): Use Qunbound instead Qnil as initial value of
2074         decoding_table.
2075
2076 2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2077
2078         * chartab.c (map_over_uint8_byte_table): Set Qunbound if an
2079         element is Qunloaded.
2080         (map_over_uint16_byte_table): Likewise.
2081         (map_over_byte_table): Likewise.
2082         (map_char_table): Likewise for CHARTAB_RANGE_ALL in UTF-2000; when
2083         CHARTAB_RANGE_CHARSET is specified in UTF-2000 with external
2084         database support, load encoding-table of the specified
2085         coded-charset if it is not loaded yet.
2086         (save_uint8_byte_table): New function of UTF-2000 with external
2087         database support.
2088         (save_uint16_byte_table): Likewise.
2089         (save_byte_table): Likewise.
2090         (Fput_char_attribute): Don't store value into external database
2091         even if the external database feature is supported in UTF-2000;
2092         set `attribute' as name of char-table if the external database
2093         feature is supported.
2094         (Fsave_char_attribute_table): New function in UTF-2000.
2095         (syms_of_chartab): Add new builtin function
2096         `save-char-attribute-table' in UTF-2000.
2097
2098 2002-02-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2099
2100         * chartab.c (char_attribute_table_to_put): New variable in
2101         UTF-2000.
2102         (Qput_char_table_map_function): Likewise.
2103         (value_to_put): Likewise.
2104         (Fput_char_table_map_function): New function in UTF-2000.
2105         (put_char_table): Use `Fmap_char_attribute' for
2106         CHARTAB_RANGE_CHARSET in UTF-2000.
2107         (Fput_char_attribute): Store symbol instead of string in
2108         `XCHAR_TABLE_NAME (table)'.
2109         (load_char_attribute_maybe): Likewise.
2110         (syms_of_chartab): Add new symbol/function
2111         `put-char-table-map-function'.
2112
2113 2002-01-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2114
2115         * database.h: Add new EXFUN for `Fmap_database'.
2116
2117         * database.c (Fmap_database): Renamed from `Fmapdatabase'.
2118         (syms_of_database): Likewise.
2119
2120         * chartab.h (struct Lisp_Char_Table): Add new member `unloaded' in
2121         UTF-2000.
2122         (CHAR_TABLE_UNLOADED): New macro of UTF-2000.
2123         (XCHAR_TABLE_UNLOADED): Likewise.
2124
2125         * chartab.c (fill_char_table): Initialize `ct->unloaded'.
2126         (Fput_char_attribute): Set XCHAR_TABLE_UNLOADED(table) if
2127         HAVE_DATABASE is defined.
2128         (char_attribute_table_to_load): New variable of UTF-2000 with
2129         external database support.
2130         (Qload_char_attribute_table_map_function): Likewise.
2131         (Fload_char_attribute_table_map_function): New function of
2132         UTF-2000 with external database support.
2133         (Fload_char_attribute_table): New function of UTF-2000.
2134         (Fmap_char_attribute): Call Fload_char_attribute_table if
2135         CHAR_TABLE_UNLOADED(ct) is set when HAVE_DATABASE is defined.
2136         (syms_of_chartab): Add new symbol and function
2137         `load-char-attribute-table-map-function' in UTF-2000 with external
2138         database support; add new function `load-char-attribute-table' in
2139         UTF-2000.
2140
2141 2002-01-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2142
2143         * chartab.h (load_char_attribute_maybe): New prototype for
2144         UTF-2000 with DATABASE support.
2145         (get_char_id_table): Use `load_char_attribute_maybe' if
2146         HAVE_DATABASE is defined.
2147
2148         * chartab.c (load_char_attribute_maybe): New function in UTF-2000
2149         with DATABASE support.
2150
2151 2002-01-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2152
2153         * chartab.c (Fput_char_attribute): Use S-expression as key of
2154         external database.
2155
2156         * chartab.h (get_char_id_table): Use S-expression as key of
2157         external database.
2158
2159 2002-01-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2160
2161         * chartab.c (map_over_uint8_byte_table): Add new argument `root';
2162         if an element is not loaded, load the corresponding attributes
2163         from an external database.
2164         (map_over_uint16_byte_table): Likewise.
2165         (map_over_byte_table): Likewise.
2166         (map_char_table): Modify for `map_over_uint8_byte_table',
2167         `map_over_uint16_byte_table' and `map_over_byte_table'; if an
2168         element is not loaded, load the corresponding attributes from an
2169         external database.
2170         (Fput_char_attribute): Change initial values to Qunloaded.
2171
2172         * chartab.h (get_char_id_table): If a character attribute is not
2173         loaded and the attribute value is not found in an external
2174         database, store Qunbound as the attribute value.
2175
2176 2002-01-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2177
2178         * chartab.c (BT_UINT8_unloaded): New macro.
2179         (UINT8_VALUE_P): Accept Qunloaded.
2180         (UINT8_ENCODE): Likewise.
2181         (UINT8_DECODE): Likewise.
2182         (BT_UINT16_unloaded): New macro.
2183         (UINT16_VALUE_P): Accept Qunloaded.
2184         (UINT16_ENCODE): Likewise.
2185         (UINT16_DECODE): Likewise.
2186         (UINT8_TO_UINT16): Convert BT_UINT8_unloaded into
2187         BT_UINT16_unloaded.
2188         (mark_char_table): Mark `ct->name' in UTF-2000.
2189         (char_table_description): Add `name' in UTF-2000.
2190         (Fmake_char_table): Initialize `ct->name'.
2191         (Fcopy_char_table): Copy `ct->name'.
2192         (Fput_char_attribute): Store value into an external database if
2193         HAVE_DATABASE is defined.
2194
2195         * chartab.h (struct Lisp_Char_Table): Add new member `name' in
2196         UTF-2000.
2197         (CHAR_TABLE_NAME): New macro in UTF-2000.
2198         (XCHAR_TABLE_NAME): New macro in UTF-2000.
2199         (get_char_id_table): Try to read an external database if Qunloaded
2200         is stored in a table.
2201
2202         * symbols.c (init_symbols_once_early): Assign '#<unloaded> into
2203         Qunloaded.
2204
2205 2002-01-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2206
2207         * database.h: Add EXFUN definitions for Fopen_database,
2208         Fput_database, Fget_database and Fclose_database.
2209
2210         * data.c (Qunloaded): New variable in UTF-2000.
2211
2212         * lisp.h (Qunloaded): New variable in UTF-2000.
2213
2214 2002-01-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2215
2216         * mule-charset.c (put_char_ccs_code_point): Modify for
2217         `decoding_table_remove_char' and `decoding_table_put_char'.
2218         (remove_char_ccs): Modify for `decoding_table_remove_char'.
2219
2220         * char-ucs.h (decoding_table_remove_char): Change arguments to
2221         hide decoding_table vector.
2222         (decoding_table_put_char): Likewise.
2223
2224 2002-01-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2225
2226         * mule-charset.c (decoding_table_remove_char): Moved to
2227         char-ucs.h.
2228         (decoding_table_put_char): Likewise.
2229
2230         * char-ucs.h (decoding_table_check_elements): New prototype [moved
2231         from mule-charset.c].
2232         (decoding_table_remove_char): New inline function [moved from
2233         mule-charset.c].
2234         (decoding_table_put_char): Likewise.
2235
2236 2002-01-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2237
2238         * mule-charset.c (Fmake_charset): Modify DOC-string for UTF-2000
2239         extension.
2240
2241 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2242
2243         * mule-charset.c (decode_builtin_char): Support mother charsets.
2244
2245 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2246
2247         * mule-charset.c (Q94x94x60): New variable.
2248         (charset_code_point): Support conversion `94x94x60'.
2249         (Fmake_charset): Likewise.
2250         (syms_of_mule_charset): Add new symbol `94x94x60'.
2251
2252         * char-ucs.h (CONVERSION_94x94x60): New macro.
2253
2254 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2255
2256         * mule-charset.c (charset_code_point): Unify code about
2257         `code-offset'.
2258
2259 2001-12-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2260
2261         * mule-charset.c (charset_code_point): Merge code about builtin
2262         characters into code about mother charsets; don't use
2263         `range_charset_code_point'.
2264         (range_charset_code_point): Deleted.
2265
2266 2001-12-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2267
2268         * mule-charset.c (Qcode_offset): New variable.
2269         (Fmake_charset): Use `XUINT' to get value of `min-code' and
2270         `max-code'; accept new property `code-offset'.
2271         (syms_of_mule_charset): Add new symbol `code-offset'.
2272
2273 2001-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2274
2275         * mule-charset.c (range_charset_code_point): Fixed.
2276
2277 2001-12-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2278
2279         * mule-charset.c (decode_builtin_char): Change semantics of
2280         code-offset of coded-charset.
2281         (charset_code_point): Likewise.
2282         (range_charset_code_point): Likewise.
2283         (complex_vars_of_mule_charset): Modify for the change.
2284
2285 2001-12-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2286
2287         * mule-charset.c (Fencode_char): Reverse arguments.
2288
2289         * mule-charset.c (charset_code_point): Fixed.
2290
2291 2001-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2292
2293         * mule-charset.c (Vcharset_mojikyo): Deleted.
2294         (Vcharset_mojikyo_2022_1): Deleted.
2295         (Vcharset_mojikyo_pj_{1..21}): Deleted.
2296         (Qmin_code): New variable in UTF-2000.
2297         (Qmax_code): Likewise.
2298         (Qmother): Likewise.
2299         (Qconversion): Likewise.
2300         (Q94x60): Likewise.
2301         (Qmojikyo): Deleted.
2302         (Qmojikyo_2022_1): Deleted.
2303         (Qmojikyo_pj_{1..22}): Deleted.
2304         (mark_charset): Mark `cs->mother'.
2305         (charset_description): Add description for `mother'.
2306         (make_charset): Rename `ucs_{min|max}' to `{min|max}_code'; add
2307         new arguments `mother' and `conversion'; use
2308         `CHARSET_{MIN|MAX}_CODE' instead of `CHARSET_UCS_{MIN|MAX}'.
2309         (charset_code_point): Moved from char-ucs.h; support `mother'
2310         charset feature.
2311         (range_charset_code_point): use `CHARSET_{MIN|MAX}_CODE' instead
2312         of `CHARSET_UCS_{MIN|MAX}'; delete hard code for `mojikyo-2022-1'.
2313         (Fmake_charset): Allow 3 and 4 as the value of `dimension' in
2314         UTF-2000; allow 128 and 256 as the value of `chars' in UTF-2000;
2315         allow 2 as the value of `graphic' in UTF-2000; add new properties
2316         `min-code', `max-code', `mother', `conversion' in UTF-2000; don't
2317         require `final' in UTF-2000; modify for `make_charset'.
2318         (Fmake_reverse_direction_charset): use `CHARSET_{MIN|MAX}_CODE'
2319         instead of `CHARSET_UCS_{MIN|MAX}'; modify for `make_charset'.
2320         (Fcharset_property): Support `mother', `min-code' and `max-code'.
2321         (Fencode_char): New function.
2322         (syms_of_mule_charset): Add new builtin function `encode-char' in
2323         UTF-2000; add new symbols `min-code', `max-code', `mother',
2324         `conversion' and `94x60'; delete symbols `mojikyo',
2325         `mojikyo-2022-1' and `mojikyo-pj-{1..21}'.
2326         (complex_vars_of_mule_charset): Modify for `make_charset' change;
2327         delete coded-charsets `mojikyo', `mojikyo-2022-1' and
2328         `mojikyo-pj-{1..21}'; delete `DEF_MOJIKYO_PJ'.
2329
2330         * chartab.c (Fdefine_char): Use `XCHARSET_MAX_CODE' instead of
2331         `XCHARSET_UCS_MAX'; regard `chinese-big5' as a base CCS.
2332
2333         * char-ucs.h (Vcharset_mojikyo): Deleted.
2334         (Vcharset_mojikyo_2022_1): Deleted.
2335         (LEADING_BYTE_MOJIKYO): Deleted.
2336         (LEADING_BYTE_MOJIKYO_2022_1): Deleted.
2337         (LEADING_BYTE_MOJIKYO_2022_2): Deleted.
2338         (LEADING_BYTE_MOJIKYO_PJ_{1 .. 21}): Deleted.
2339         (struct Lisp_Charset): Rename `ucs_{min|max}' to `{min|max}_code';
2340         add new member `mother'; add new member `conversion'.
2341         (CHARSET_MIN_CODE): Renamed from `CHARSET_UCS_MIN'.
2342         (CHARSET_MAX_CODE): Renamed from `CHARSET_UCS_MAX'.
2343         (CHARSET_MOTHER): New macro.
2344         (CHARSET_CONVERSION): New macro.
2345         (CONVERSION_IDENTICAL): New macro.
2346         (CONVERSION_94x60): New macro.
2347         (XCHARSET_MIN_CODE): Renamed from `CHARSET_MIN_CODE'.
2348         (XCHARSET_MAX_CODE): Renamed from `CHARSET_MAX_CODE'.
2349         (XCHARSET_MOTHER): New macro.
2350         (XCHARSET_CONVERSION): New macro.
2351         (MIN_CHAR_MOJIKYO): Deleted.
2352         (MAX_CHAR_MOJIKYO): Deleted.
2353         (DECODE_MOJIKYO_2022): Deleted.
2354         (DECODE_CHAR): Delete hard code for builtin Mojikyo characters.
2355         (charset_code_point): Changed to non-inline function.
2356         (encode_char_1): Use `charset_code_point'.
2357         (CHAR_TO_CHARC): Delete hard code for Mojikyo characters.
2358
2359 2001-12-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2360
2361         * lread.c (read_compiled_function): Fix prototype.
2362         (read_vector): Likewise.
2363
2364 2001-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2365
2366         * lrecord.h (struct lrecord_header): Delete `older'.
2367         (set_lheader_implementation): Delete code for `older'.
2368         (set_lheader_older_implementation): Deleted.
2369         (enum lrecord_type): Delete `lrecord_type_char_id_table'.
2370         (OLDER_RECORD_P): Deleted.
2371         (OLDER_RECORD_HEADER_P): Deleted.
2372         (alloc_older_lcrecord): Deleted.
2373         (alloc_older_lcrecord_type): Deleted.
2374
2375         * alloc.c (all_older_lcrecords): Deleted.
2376         (alloc_older_lcrecord): Deleted.
2377         (disksave_object_finalization_1): Delete code for older objects.
2378         (mark_object): Don't use `OLDER_RECORD_HEADER_P'.
2379         (reinit_alloc_once_early): Don't initialize `all_older_lcrecords'.
2380
2381 2001-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2382
2383         * mule-charset.c (decoding_table_put_char): Use `make_vector'
2384         instead of `make_older_vector'.
2385         (put_char_ccs_code_point): Likewise.
2386         (mark_charset): Mark `cs->decoding_table'.
2387         (Fset_charset_mapping_table): Don't use `make_vector_newer'.
2388
2389         * lisp.h (make_older_vector): Deleted.
2390         (make_vector_newer): Deleted.
2391
2392         * config.h.in (HAVE_GGC): Deleted.
2393
2394         * alloc.c (make_older_vector): Deleted.
2395         (make_vector_newer_1): Deleted.
2396         (make_vector_newer): Deleted.
2397
2398 2001-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2399
2400         * mule-charset.c (Vcharset_ideograph_daikanwa_2): New variable.
2401         (Qideograph_daikanwa_2): New variable.
2402         (syms_of_mule_charset): Add new symbol `ideograph-daikanwa-2'.
2403         (complex_vars_of_mule_charset): Add new coded-charset
2404         `ideograph-daikanwa-2'; use `LEADING_BYTE_DAIKANWA_3' instead of
2405         `LEADING_BYTE_DAIKANWA'.
2406
2407         * char-ucs.h (LEADING_BYTE_DAIKANWA_0): New macro.
2408         (LEADING_BYTE_DAIKANWA_1): New macro.
2409         (LEADING_BYTE_DAIKANWA_2): New macro.
2410         (LEADING_BYTE_DAIKANWA_3): Renamed from `LEADING_BYTE_DAIKANWA'.
2411
2412 2001-12-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2413
2414         * mule-charset.c (complex_vars_of_mule_charset): Change
2415         DOC-strings and registry of `ideograph-daikanwa'; now it indicates
2416         the second revised version.
2417
2418 2001-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2419
2420         * mule-charset.c (Vcharset_ucs_smp): New variable.
2421         (Vcharset_ucs_sip): New variable.
2422         (Qucs_smp): New variable.
2423         (Qucs_sip): New variable.
2424         (encode_builtin_char_1): Treat MIN_CHAR_{SMP|SIP} to
2425         MAX_CHAR_{SMP|SIP} as `ucs-{smp|sip}'.
2426         (syms_of_mule_charset): Add new symbols `ucs-smp' and `ucs-sip'.
2427         (complex_vars_of_mule_charset): Modify middle-DOC and registry of
2428         `ucs-bmp'; add new coded-charset `ucs-smp' and `ucs-sip'; change
2429         charset width of `ucs-cns', `ucs-jis', `ucs-ks' and `ucs-big5'.
2430
2431         * char-ucs.h (LEADING_BYTE_UCS_SMP): New macro.
2432         (LEADING_BYTE_UCS_SIP): New macro.
2433         (MIN_CHAR_SMP): New macro.
2434         (MAX_CHAR_SMP): New macro.
2435         (MIN_CHAR_SIP): New macro.
2436         (MAX_CHAR_SIP): New macro.
2437
2438 2001-11-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
2439
2440         * dumper.c (PDUMP_HASH_SIZE): Increase the size of hash table when
2441         utf-2000.
2442
2443 2001-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2444
2445         * mule-charset.c (put_char_ccs_code_point): Return canonicalized
2446         value; don't store value into `encoding_table' of `Lisp_Charset'.
2447         (mark_charset): `encoding_table' was deleted.
2448         (charset_description): Likewise.
2449         (make_charset): Likewise.
2450         (Fset_charset_mapping_table): Use `Fput_char_attribute' instead of
2451         `put_char_ccs_code_point'.
2452
2453         * chartab.h (Fput_char_attribute): New EXFUN.
2454
2455         * chartab.c (Fchar_attribute_alist): Name space of CCS-attributes
2456         is unified with normal symbol space.
2457         (Fget_char_attribute): Likewise.
2458         (Fput_char_attribute): Likewise; behavior of
2459         `put_char_ccs_code_point' is changed.
2460
2461         * char-ucs.h: Include "elhash.h".
2462         (Vchar_attribute_hash_table): New external variable.
2463         (struct Lisp_Charset): Delete `encoding_table'.
2464         (CHARSET_ENCODING_TABLE): New implementation; refer
2465         `Vchar_attribute_hash_table' instead of `encoding_table' of struct
2466         `Lisp_Charset'.
2467
2468 2001-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2469
2470         * mule-charset.c (Fcharset_property): Return Qnil if CHARSET_FINAL
2471         (cs) == 0.
2472
2473 2001-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2474
2475         * text-coding.c (char_encode_big5): Prefer charset-g1 than
2476         `chinese-big5'.
2477
2478 2001-11-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2479
2480         * chartab.c (uint8_byte_table_description): New constant.
2481         (uint8-byte-table): Use `uint8_byte_table_description'.
2482         (uint16_byte_table_description): New constant.
2483         (uint16-byte-table): Use `uint16_byte_table_description'.
2484
2485 2001-10-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2486
2487         * mule-charset.c (complex_vars_of_mule_charset): Don't use builtin
2488         range MIN_CHAR_BIG5_CDP .. MAX_CHAR_BIG5_CDP.
2489
2490 2001-10-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2491
2492         * mule-charset.c (Vcharset_ucs_ks): New variable.
2493         (Qucs_ks): New variable.
2494         (syms_of_mule_charset): Add new symbol `ucs-ks'.
2495         (complex_vars_of_mule_charset): Add new coded-charset `ucs-ks'.
2496
2497         * char-ucs.h (LEADING_BYTE_UCS_KS): New macro.
2498
2499 2001-10-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2500
2501         * chartab.h (Fmake_char): New EXFUN; moved from chartab.c.
2502         (Fdecode_char): Likewise.
2503
2504         * chartab.c: Move EXFUN for Fmake_char and Fdecode_char into
2505         chartab.h.
2506         (Fdefine_char): Modify for Fdecode_char.
2507         (Ffind_char): Likewise.
2508
2509         * mule-charset.c (Fdecode_char): Add new optional argument
2510         `defined-only'.
2511         (Fdecode_builtin_char): Modify for `Fdecode_char'.
2512
2513 2001-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2514
2515         * text-coding.c (mark_coding_system): Mark initial-charset-g0 and
2516         -g1 of CODESYS_BIG5 in XEmacs UTF-2000.
2517         (allocate_coding_system): Initialize initial-charsets of
2518         CODESYS_BIG5 in XEmacs UTF-2000.
2519         (Fmake_coding_system): Accept `charset-g0' and `charset-g1' for
2520         CODESYS_BIG5 in XEmacs UTF-2000.
2521         (decode_coding_big5): Use initial-charset-g0 and -g1 of
2522         CODESYS_BIG5 in XEmacs UTF-2000; use `DECODE_DEFINED_CHAR'.
2523
2524         * mule-charset.c (Vcharset_ideograph_hanziku_{1 .. 12}): New
2525         variables.
2526         (Qideograph_hanziku_{1 .. 12}): Likewise.
2527         (syms_of_mule_charset): Add new symbols `ideograph-hanziku-{1
2528         .. 12}'.
2529         (complex_vars_of_mule_charset): Use `MIN_CHAR_BIG5_CDP' to
2530         `MAX_CHAR_BIG5_CDP' for `chinese-big5'; add news coded-charsets
2531         `ideograph-hanziku-{1 .. 12}'.
2532
2533         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x200.
2534         (LEADING_BYTE_HANZIKU_{1 .. 12}): New macros.
2535         ({MIN|MAX}_CHAR_BIG5_CDP): New macros.
2536         ({MIN|MAX}_CHAR_HANZIKU_{1 .. 12}): New macros.
2537         (DECODE_DEFINED_CHAR): New inline function.
2538         (DECODE_CHAR): Use `DECODE_DEFINED_CHAR'.
2539
2540 2001-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2541
2542         * mule-charset.c (Vcharset_china3_jef): Renamed from
2543         `Vcharset_japanese_jef_china3'.
2544         (Qchina3_jef): Renamed from `Qjapanese_jef_china3'.
2545         (encode_builtin_char_1): Rename `{MIN|MAX}_CHAR_CHINA3_JEF' from
2546         `{MIN|MAX}_CHAR_JEF_CHINA3'..
2547         (syms_of_mule_charset): Rename `china3-jef' from
2548         `japanese-jef-china3'.
2549         (complex_vars_of_mule_charset): Likewise; rename
2550         `LEADING_BYTE_CHINA3_JEF' from `LEADING_BYTE_JEF_CHINA3'.
2551
2552         * char-ucs.h (LEADING_BYTE_CHINA3_JEF): Renamed from
2553         `LEADING_BYTE_JEF_CHINA3'.
2554         (MIN_CHAR_CHINA3_JEF): Renamed from `MIN_CHAR_JEF_CHINA3'.
2555         (MAX_CHAR_CHINA3_JEF): Renamed from `MAX_CHAR_JEF_CHINA3'.
2556
2557 2001-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2558
2559         * mule-charset.c (encode_builtin_char_1): Comment out special code
2560         for MIN_CHAR_MOJIKYO_0 ... MAX_CHAR_MOJIKYO_0.
2561
2562         * char-ucs.h (MIN_CHAR_MOJIKYO_0): Comment out.
2563         (MAX_CHAR_MOJIKYO_0): Comment out.
2564         (MIN_CHAR_CBETA): Changed to 0x00E20000.
2565         (MAX_CHAR_CBETA): Changed to 0x00E2FFFF.
2566         (MIN_CHAR_JEF_CHINA3): Changed to 0x00E80000.
2567         (MAX_CHAR_JEF_CHINA3): Changed to 0x00E8FFFF.
2568
2569 2001-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2570
2571         * mule-charset.c (Vcharset_ideograph_cbeta): New variable.
2572         (Qideograph_cbeta): New variable.
2573         (encode_builtin_char_1): Comment out special code for
2574         coded-charset `mojikyo' and `japanese-jef-china3'.
2575         (syms_of_mule_charset): Add new symbol `ideograph-cbeta'.
2576         (complex_vars_of_mule_charset): Add new coded-charset
2577         `ideograph-cbeta'.
2578
2579         * char-ucs.h (LEADING_BYTE_CBETA): New macro.
2580         (MIN_CHAR_CBETA): New macro.
2581         (MAX_CHAR_CBETA): New macro.
2582
2583 2001-10-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2584
2585         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x100.
2586         (LEADING_BYTE_JEF_CHINA3): New macro.
2587         (MIN_CHAR_JEF_CHINA3): New macro.
2588         (MAX_CHAR_JEF_CHINA3): Likewise.
2589         (DECODE_CHAR): Fixed.
2590
2591 2001-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2592
2593         * mule-charset.c (Vcharset_japanese_jef_china3): New variable.
2594         (Qjapanese_jef_china3): New variable.
2595         (encode_builtin_char_1): Support `japanese-jef-china3'.
2596         (syms_of_mule_charset): Add new symbol `japanese-jef-china3'.
2597         (complex_vars_of_mule_charset): Add new coded-charset
2598         `japanese-jef-china3'.
2599
2600 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2601
2602         * chartab.c (XCHARSET_CELL_RANGE): New inline function.
2603         (decode_char_table_range): Use `XCHARSET_CELL_RANGE'; accept 94^3,
2604         94^4, 96^3, 96^4, 128^n and 256^n set.
2605         (put_char_table): Use `XCHARSET_CELL_RANGE'.
2606         (map_char_table): Likewise.
2607
2608 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2609
2610         * chartab.c (get_char_table): Use `get_char_id_table' in XEmacs
2611         UTF-2000.
2612
2613 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2614
2615         * chartab.h (get_char_id_table): New inline function.
2616
2617         * chartab.c (get_char_id_table): Moved to chartab.h as an inline
2618         function.
2619
2620 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2621
2622         * chartab.h (decode_char_table_range): New prototype in XEmacs
2623         UTF-2000.
2624         (put_char_id_table): New inline function in XEmacs UTF-2000.
2625
2626         * chartab.c (put_char_id_table): Moved to chartab.h as an inline
2627         function.
2628         (decode_char_table_range): Delete static declaration in XEmacs
2629         UTF-2000.
2630
2631 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2632
2633         * chartab.c (put_char_id_table): Use `put_char_table'.
2634
2635 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2636
2637         * chartab.c (map_over_uint8_byte_table): Delete argument `ccs'.
2638         (map_over_uint16_byte_table): Likewise.
2639         (map_over_byte_table): Likewise.
2640         (map_char_table): Modify for `map_over_uint8_byte_table',
2641         `map_over_uint16_byte_table' and `map_over_byte_table' in XEmacs
2642         UTF-2000.
2643
2644 2001-09-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2645
2646         * chartab.c (struct map_char_table_for_charset_arg): New
2647         structure.
2648         (map_char_table_for_charset_fun): New function.
2649         (map_char_table): Use `map_char_table' for encoding_table of
2650         `range->charset'.
2651
2652 2001-09-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2653
2654         * chartab.c (map_char_table): Check a character is found in
2655         range->charset instead of non default value is defined in
2656         char-table when range is CHARTAB_RANGE_ROW.
2657
2658 2001-09-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2659
2660         * chartab.c (map_char_id_table): Deleted.
2661         (Fmap_char_attribute): Use `map_char_table' instead of
2662         `map_char_id_table'.
2663
2664 2001-09-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2665
2666         * syntax.h (SYNTAX_CODE_UNSAFE): New implementation in XEmacs
2667         UTF-2000.
2668         (update_syntax_table): Deleted in XEmacs UTF-2000.
2669
2670         * syntax.c (find_defun_start): Use `syntax_table' instead of
2671         `mirror_syntax_table' in XEmacs UTF-2000.
2672         (Fset_syntax_table): Don't use `mirror_syntax_table' in XEmacs
2673         UTF-2000.
2674         (Fchar_syntax): Use `syntax_table' instead of `mirror_table' in
2675         XEmacs UTF-2000.
2676         (Fmatching_paren): Likewise.
2677         (scan_words): Use `syntax_table' instead of `mirror_syntax_table'
2678         in XEmacs UTF-2000.
2679         (find_start_of_comment): Likewise.
2680         (find_end_of_comment): Likewise.
2681         (Fforward_comment): Likewise.
2682         (scan_lists): Likewise.
2683         (char_quoted): Likewise.
2684         (Fbackward_prefix_chars): Likewise.
2685         (scan_sexps_forward): Likewise.
2686         (update_just_this_syntax_table): Deleted in XEmacs UTF-2000.
2687         (update_syntax_table): Likewise.
2688
2689         * search.c (skip_chars): Use `syntax_table' instead of
2690         `mirror_syntax_table' in XEmacs UTF-2000.
2691         (wordify): Likewise.
2692         (Freplace_match): Likewise.
2693
2694         * regex.c (re_compile_fastmap): Use `syntax_table' instead of
2695         `mirror_syntax_table' in XEmacs UTF-2000.
2696         (WORDCHAR_P_UNSAFE): Likewise.
2697         (re_match_2_internal): Likewise.
2698
2699         * font-lock.c (find_context): Use `buf->syntax_table' instead of
2700         `buf->mirror_syntax_table' in XEmacs UTF-2000.
2701
2702         * cmds.c (internal_self_insert): Use `buf->syntax_table' instead
2703         of `buf->mirror_syntax_table' in XEmacs UTF-2000.
2704
2705         * chartab.h (struct Lisp_Char_Table): Delete `mirror_table' in
2706         XEmacs UTF-2000.
2707
2708         * chartab.c (mark_char_table): Don't mark `mirror_table' in XEmacs
2709         UTF-2000.
2710         (print_char_table): Print `default_value' in XEmacs UTF-2000.
2711         (char_table_description): Delete `mirror_table' in XEmacs
2712         UTF-2000.
2713         (fill_char_table): Don't call `update_syntax_table' in XEmacs
2714         UTF-2000.
2715         (Fmake_char_table): Don't use `mirror_table' in XEmacs UTF-2000.
2716         (Fcopy_char_table): Likewise.
2717         (put_char_table): Don't call `update_syntax_table' in XEmacs
2718         UTF-2000.
2719
2720         * casefiddle.c (casify_object): Use `buf->syntax_table' instead of
2721         `buf->mirror_syntax_table' in XEmacs UTF-2000.
2722         (casify_region_internal): Likewise.
2723
2724         * bufslots.h: Delete `mirror_syntax_table' in XEmacs UTF-2000.
2725
2726         * buffer.c (common_init_complex_vars_of_buffer): Don't use
2727         `mirror_syntax_table' in XEmacs UTF-2000.
2728
2729         * abbrev.c (abbrev_match): Use `buf->syntax_table' instead of
2730         `buf->mirror_syntax_table' in XEmacs UTF-2000.
2731         (Fexpand_abbrev): Likewise.
2732
2733 2001-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2734
2735         * chartab.c (vars_of_chartab): Update `utf-2000-version' to 0.18.
2736
2737 2001-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2738
2739         * chartab.c (map_over_uint8_byte_table): Cancel temporary hack.
2740         (map_over_uint16_byte_table): Likewise.
2741         (map_over_byte_table): Likewise.
2742         (get_char_id_table): Refer `cit->default_value'.
2743         (put_char_id_table): Support `CHARTAB_RANGE_DEFAULT'.
2744         (map_char_id_table): Use `1 << 30' instead of `1 << 24' as number
2745         of character-id ranges.
2746         (mark_char_table): Mark `ct->default_value'.
2747         (char_table_description): Add `default_value'.
2748         (fill_char_table): Use `default_value'.
2749         (decode_char_table_range): Decode `nil' as
2750         `CHARTAB_RANGE_DEFAULT'.
2751         (get_char_id_table): Refer `cit->default_value'.
2752         (put_char_id_table): Support `CHARTAB_RANGE_DEFAULT'.
2753         (map_char_table): Support `CHARTAB_RANGE_DEFAULT'; cancel
2754         temporary hack; check value of char-table is bound or not.
2755         (slow_map_char_table_fun): Support `CHARTAB_RANGE_DEFAULT'.
2756
2757         * chartab.h (struct Lisp_Char_Table): Add new member
2758         `default_value' in XEmacs UTF-2000.
2759         (CHAR_TABLE_VALUE_UNSAFE): Use `default_value'.
2760         (enum chartab_range_type): Add `CHARTAB_RANGE_DEFAULT' in XEmacs
2761         UTF-2000.
2762
2763 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2764
2765         * chartab.h (Lisp_Char_ID_Table): Deleted.
2766
2767         * chartab.c (char_table_description): Fix typo.
2768         (Fmap_char_attribute): Use `Lisp_Char_Table' instead of
2769         `Lisp_Char_ID_Table'.
2770
2771 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2772
2773         * text-coding.c (COMPOSE_ADD_CHAR): Use `CHAR_TABLEP' instead of
2774         `CHAR_ID_TABLE_P'.
2775
2776         * mule-charset.c (remove_char_ccs): Use `CHAR_TABLEP' instead of
2777         `CHAR_ID_TABLE_P'.
2778
2779         * chartab.h (XCHAR_ID_TABLE): Deleted.
2780         (XSETCHAR_ID_TABLE): Deleted.
2781         (CHAR_ID_TABLE_P): Deleted.
2782
2783         * chartab.c (put_char_id_table): Use `CHAR_TABLEP' instead of
2784         `CHAR_ID_TABLE_P'.
2785         (Fget_composite_char): Likewise.
2786         (put_char_table): Likewise.
2787         (add_char_attribute_alist_mapper): Fixed.
2788         (Fchar_attribute_alist): Use `CHAR_TABLEP' instead of
2789         `CHAR_ID_TABLE_P'.
2790         (Fget_char_attribute): Likewise.
2791         (Fget_char_attribute): Likewise.
2792         (Fmap_char_attribute): Likewise.
2793
2794         * char-ucs.h (charset_code_point): Use `CHAR_TABLEP' instead of
2795         `CHAR_ID_TABLE_P'.
2796         (encode_char_1): Likewise.
2797
2798 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2799
2800         * text-coding.c (COMPOSE_ADD_CHAR): Use `XCHAR_TABLE' instead of
2801         `XCHAR_ID_TABLE'.
2802
2803         * mule-charset.c (put_char_ccs_code_point): Use `XCHAR_TABLE'
2804         instead of `XCHAR_ID_TABLE'.
2805         (remove_char_ccs): Likewise.
2806
2807         * chartab.c (put_char_id_table): Use `XCHAR_TABLE' instead of
2808         `XCHAR_ID_TABLE'.
2809         (Fget_composite_char): Likewise.
2810         (Fchar_variants): Likewise.
2811         (put_char_table): Likewise.
2812         (add_char_attribute_alist_mapper): Likewise.
2813         (Fchar_attribute_alist): Likewise.
2814         (Fget_char_attribute): Likewise.
2815         (Fput_char_attribute): Likewise.
2816         (Fmap_char_attribute): Likewise.
2817         (Fmap_char_attribute): Likewise.
2818
2819         * char-ucs.h (charset_code_point): Use `XCHAR_TABLE' instead of
2820         `XCHAR_ID_TABLE'.
2821         (encode_char_1): Likewise.
2822
2823 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2824
2825         * chartab.c (map_char_id_table): Use `Lisp_Char_Table' instead of
2826         `Lisp_Char_ID_Table'.
2827         (mark_char_id_table): Deleted.
2828         (print_char_id_table): Likewise.
2829         (char_id_table_equal): Likewise.
2830         (char_id_table_hash): Likewise.
2831         (char_id_table_description): Likewise.
2832         (char_id_table): Likewise.
2833         (make_char_id_table): Use `Fmake_char_table' and
2834         `fill_char_table'.
2835         (get_char_id_table): Use `Lisp_Char_Table' instead of
2836         `Lisp_Char_ID_Table'.
2837         (put_char_id_table): Likewise.
2838         (Fput_char_attribute): Use `XCHAR_TABLE' instead of
2839         `XCHAR_ID_TABLE'.
2840         (Fremove_char_attribute): Likewise.
2841         (syms_of_chartab): Don't define type `char-id-table'.
2842
2843         * chartab.h (struct Lisp_Char_ID_Table): Deleted.
2844         (char_id_table): Likewise.
2845         (GC_CHAR_ID_TABLE_P): Likewise.
2846         (Lisp_Char_ID_Table): Use structure `Lisp_Char_Table'.
2847         (XCHAR_ID_TABLE): Use `XCHAR_TABLE'.
2848         (XSETCHAR_ID_TABLE): Use `XSETCHAR_TABLE'.
2849         (CHAR_ID_TABLE_P): Use `CHAR_TABLEP'.
2850         (get_char_id_table): Use `Lisp_Char_Table' instead of
2851         `Lisp_Char_ID_Table'.
2852         (put_char_id_table_0): Likewise.
2853         (put_char_id_table): Likewise.
2854
2855 2001-09-02  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
2856
2857         * chartab.h: Lisp_Byte_Table related codes are moved from
2858         chartab.h.
2859
2860         * char-ucs.h: Move Lisp_Byte_Table related codes to chartab.h.
2861
2862 2001-09-02  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
2863
2864         * chartab.h: Don't include "chartab.h".
2865         (struct Lisp_Char_ID_Table): Moved from char-ucs.h.
2866         (Lisp_Char_ID_Table): Likewise.
2867         (char_id_table): Likewise.
2868         (XCHAR_ID_TABLE): Likewise.
2869         (XSETCHAR_ID_TABLE): Likewise.
2870         (CHAR_ID_TABLE_P): Likewise.
2871         (GC_CHAR_ID_TABLE_P): Likewise.
2872         (get_char_id_table): Likewise.
2873
2874         * char-ucs.h: Include "chartab.h".
2875         (struct Lisp_Char_ID_Table): Moved to chartab.h.
2876         (Lisp_Char_ID_Table): Likewise.
2877         (char_id_table): Likewise.
2878         (XCHAR_ID_TABLE): Likewise.
2879         (XSETCHAR_ID_TABLE): Likewise.
2880         (CHAR_ID_TABLE_P): Likewise.
2881         (GC_CHAR_ID_TABLE_P): Likewise.
2882         (get_char_id_table): Likewise.
2883
2884 2001-09-01  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
2885
2886         * chartab.c (copy_uint8_byte_table): New function.
2887         (copy_uint16_byte_table): New function.
2888         (copy_byte_table): New function.
2889         (map_over_uint8_byte_table): Modify to avoid huge numbers of
2890         characters to call.
2891         (map_over_uint16_byte_table): Likewise.
2892         (map_over_byte_table): Likewise.
2893         (get_byte_table): Move prototype to chartab.h.
2894         (put_byte_table): Likewise.
2895         (put_char_id_table_0): Moved to chartab.h.
2896         (mark_char_table_entry): Don't define in XEmacs UTF-2000.
2897         (char_table_entry_equal): Likewise.
2898         (char_table_entry_hash): Likewise.
2899         (char_table_entry_description): Likewise.
2900         (char_table_entry): Likewise.
2901         (make_char_table_entry): Likewise.
2902         (copy_char_table_entry): Likewise.
2903         (get_non_ascii_char_table_value): Likewise.
2904         (map_over_charset_ascii): Likewise.
2905         (map_over_charset_control_1): Likewise.
2906         (map_over_charset_row): Likewise.
2907         (map_over_other_charset): Likewise.
2908         (mark_char_table): Modify for new structure in XEmacs UTF-2000.
2909         (print_char_table): Likewise.
2910         (char_table_equal): Likewise.
2911         (char_table_hash): Likewise.
2912         (char_table_description): Likewise.
2913         (fill_char_table): Likewise.
2914         (Fcopy_char_table): Likewise.
2915         (get_char_table): Likewise.
2916         (Fget_range_char_table): Likewise.
2917         (put_char_table): Likewise.
2918         (map_char_table): Likewise.
2919         (syms_of_chartab): Don't define `char_table_entry' in XEmacs
2920         UTF-2000.
2921
2922 2001-08-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2923
2924         * cmds.c (vars_of_cmds): Use `put_char_id_table_0' for
2925         `Vauto_fill_chars' in XEmacs UTF-2000.
2926
2927         * chartab.h (get_byte_table): New prototype [moved from
2928         chartab.c].
2929         (put_byte_table): Likewise [moved from chartab.c].
2930         (put_char_id_table_0): New inline function [moved from chartab.c].
2931         (struct Lisp_Char_Table_Entry): Don't define in XEmacs UTF-2000.
2932         (Lisp_Char_Table_Entry): Likewise.
2933         (char_table_entry): Likewise.
2934         (XCHAR_TABLE_ENTRY): Likewise.
2935         (XSETCHAR_TABLE_ENTRY): Likewise.
2936         (CHAR_TABLE_ENTRYP): Likewise.
2937         (CHECK_CHAR_TABLE_ENTRY): Likewise.
2938         (NUM_ASCII_CHARS): Likewise.
2939         (struct Lisp_Char_Table): New implementation in XEmacs UTF-2000.
2940         (CHAR_TABLE_VALUE_UNSAFE): Likewise.
2941
2942 2001-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2943
2944         * chartab.c (get_char_id_table): Change interface.
2945         (put_char_id_table_0): New function.
2946         (put_char_id_table): Change interface; new implementation.
2947         (Fget_composite_char): Modify for interface change of
2948         `get_char_id_table'.
2949         (Fchar_variants): Likewise.
2950         (add_char_attribute_alist_mapper): Likewise.
2951         (Fchar_attribute_alist): Likewise.
2952         (Fget_char_attribute): Likewise.
2953         (Fput_char_attribute): Allow coded-charset or [CODED-CHARSET ROW]
2954         as same as character as the first argument like `put-char-table';
2955         modify for interface change of `put_char_id_table'.
2956         (Fremove_char_attribute): Modify for interface change of
2957         `put_char_id_table'.
2958
2959 2001-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2960
2961         * text-coding.c: Sync up with XEmacs 21.2.41.
2962         (COMPOSE_ADD_CHAR): Modify for interface change of
2963         `get_char_id_table'.
2964
2965         * mule-charset.c (put_char_ccs_code_point): Modify for interface
2966         change of `put_char_id_table'.
2967         (remove_char_ccs): Likewise.
2968
2969         * chartab.h (put_char_id_table): Change interface.
2970
2971         * char-ucs.h (get_char_id_table): Change interface.
2972         (charset_code_point): Modify for interface change of
2973         `get_char_id_table'.
2974         (encode_char_1): Likewise.
2975
2976 2001-08-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2977
2978         * chartab.c (map_over_uint8_byte_table): Change arguments; add new
2979         argument `ccs'.
2980         (map_over_uint16_byte_table): Likewise.
2981         (map_over_byte_table): Likewise.
2982         (map_char_id_table): Add new argument `range' like
2983         `map_char_table'.
2984         (Fmap_char_attribute): Add new argument `range' like
2985         `Fmap_char_table'.
2986
2987 2001-08-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2988
2989         * chartab.c (map_over_uint8_byte_table): Change interface of
2990         mapping function to use struct chartab_range instead of Emchar.
2991         (map_over_uint16_byte_table): Likewise.
2992         (map_over_byte_table): Likewise.
2993         (map_char_id_table): Likewise.
2994         (struct slow_map_char_id_table_arg): Deleted.
2995         (slow_map_char_id_table_fun): Deleted.
2996         (Fmap_char_attribute): Use struct `slow_map_char_table_arg' and
2997         function `slow_map_char_table_fun' instead of struct
2998         `slow_map_char_id_table_arg' and function
2999         `slow_map_char_id_table_fun'.
3000
3001 2001-08-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3002
3003         * mule-charset.c: Move char-it-table related codes to chartab.c.
3004         (Vutf_2000_version): Moved to chartab.c.
3005         (Fdefine_char): Likewise.
3006         (Ffind_char): Likewise.
3007         (syms_of_mule_charset): Move types `uint8-byte-table',
3008         `uint16-byte-table', `byte-table' and `char-id-table' to
3009         chartab.c; move functions `char_attribute_list,
3010         `find_char_attribute_table, `char_attribute_alist,
3011         `get_char_attribute, `put_char_attribute, `remove_char_attribute,
3012         `map_char_attribute, `define_char, `find_char, `char_variants and
3013         `get_composite_char to chartab.c; move symbols `=>ucs',
3014         `->decomposition', `compat', `isolated', `initial', `medial',
3015         `final', `vertical', `noBreak', `fraction', `super', `sub',
3016         `circle', `square', `wide', `narrow', `small' and `font' to
3017         chartab.c.
3018         (vars_of_mule_charset): Move `utf-2000-version' to chartab.c; move
3019         setting codes for `Vcharacter_composition_table' and
3020         `Vcharacter_variant_table' to chartab.c.
3021         (complex_vars_of_mule_charset): Move setting code for
3022         `Vchar_attribute_hash_table' to chartab.c.
3023
3024         * chartab.h: Include "char-ucs.h" if --with-utf-2000 is specified.
3025         (make_char_id_table): New prototype.
3026         (put_char_id_table): Likewise.
3027         (Fget_char_attribute): Likewise.
3028
3029         * chartab.c: Move char-id-table related code from mule-charset.c.
3030         (Vutf_2000_version): Moved from mule-charset.c.
3031
3032         * char-ucs.h (Qucs): New external variable.
3033         (put_char_ccs_code_point): New prototype.
3034         (remove_char_ccs): Likewise.
3035
3036 2001-08-14  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
3037
3038         * mule-charset.c (Vcharset_ucs_jis): New variable.
3039         (Qucs_jis): Likewise.
3040         (syms_of_mule_charset): Add new symbol `ucs-jis'.
3041         (complex_vars_of_mule_charset): Add new coded-charset `ucs-jis'.
3042
3043         * char-ucs.h (LEADING_BYTE_UCS_JIS): New macro.
3044
3045 2001-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3046
3047         * mule-charset.c (map_over_uint8_byte_table): New function.
3048         (map_over_uint16_byte_table): Likewise.
3049         (map_over_byte_table): Likewise.
3050         (map_char_id_table): Likewise.
3051         (slow_map_char_id_table_fun): Likewise.
3052         (Fmap_char_attribute): Likewise.
3053         (syms_of_mule_charset): Add new function `map-char-attribute'.
3054
3055 2001-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3056
3057         * mule-charset.c (Ffind_char): New function in XEmacs UTF-2000.
3058         (syms_of_mule_charset): Add new function `find-char'.
3059
3060 2001-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3061
3062         * mule-charset.c (Vcharset_chinese_big5_cdp): New variable in
3063         XEmacs UTF-2000.
3064         (Qchinese_big5_cdp): New variable in XEmacs UTF-2000.
3065         (syms_of_mule_charset): Add new symbol `chinese-big5-cdp' in
3066         XEmacs UTF-2000.
3067         (complex_vars_of_mule_charset): Add new coded-charset
3068         `chinese-big5-cdp' in XEmacs UTF-2000; change registry of
3069         `ideograph-gt-pj-*'.
3070
3071         * char-ucs.h (LEADING_BYTE_CHINESE_BIG5_CDP): New macro.
3072
3073 2001-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3074
3075         * mule-charset.c (encode_builtin_char_1): Purge codes about
3076         {MIN|MAX}_CHAR_{GREEK|CYRILLIC}; comment out code about
3077         {MIN|MAX}_CHAR_HEBREW.
3078         (complex_vars_of_mule_charset): Comment out {MIN|MAX}_CHAR_HEBREW;
3079         don't use {MIN|MAX}_CHAR_HEBREW to define `hebrew-iso8859-8'.
3080
3081         * char-ucs.h (MIN_CHAR_GREEK): Purged.
3082         (MAX_CHAR_GREEK): Purged.
3083         (MIN_CHAR_CYRILLIC): Purged.
3084         (MAX_CHAR_CYRILLIC): Purged.
3085         (MIN_CHAR_HEBREW): Commented out.
3086         (MAX_CHAR_HEBREW): Likewise.
3087
3088 2001-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3089
3090         * mule-charset.c (Qto_ucs): New variable.
3091         (Fput_char_attribute): Treat `=>ucs' as same as `->ucs'.
3092         (Fdefine_char): Likewise.
3093         (syms_of_mule_charset): Add new symbol `=>ucs'.
3094
3095 2001-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3096
3097         * mule-charset.c (Fdecode_char): Fixed.
3098
3099 2001-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3100
3101         * mule-charset.c (complex_vars_of_mule_charset): Modify registry
3102         of latin-tcvn5712 to accept "tcvn5712.1993-1" as same as
3103         "tcvn5712-1".
3104
3105 2001-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3106
3107         * mule-charset.c (Vcharset_ucs_big5): New variable.
3108         (Qucs_big5): Likewise.
3109         (syms_of_mule_charset): Add new symbol `ucs-big5'.
3110         (complex_vars_of_mule_charset): Add new coded-charset `ucs-big5'.
3111
3112         * char-ucs.h (LEADING_BYTE_UCS_BIG5): New macro.
3113
3114 2001-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3115
3116         * mule-charset.c (decode_builtin_char): Check Big5 code range
3117         which can be mapped to `chinese-big5-1' and `chinese-big5-2'.
3118
3119 2001-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3120
3121         * mule-charset.c (Vcharset_chinese_gb12345): New variable.
3122         (Qchinese_gb12345): Likewise.
3123         (Fdecode_builtin_char): Fixed.
3124         (syms_of_mule_charset): Add `chinese-gb12345'.
3125         (complex_vars_of_mule_charset): Add coded-charset
3126         `chinese-gb12345'.
3127
3128         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x70.
3129         (LEADING_BYTE_CHINESE_GB12345): New macro.
3130
3131 2001-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3132
3133         * mule-charset.c (Fdecode_builtin_char): Use `latin-viscii-lower'
3134         and `latin-viscii-upper' for `latin-viscii'.
3135
3136 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3137
3138         * mule-charset.c (Fdecode_builtin_char): Comment out
3139         regularization code for ISO-IR GR representation.
3140
3141 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3142
3143         * mule-charset.c (decode_builtin_char): New function; renamed from
3144         `make_builtin_char'; return -1 instead of signal.
3145         (Fdecode_builtin_char): Use `decode_builtin_char'.
3146
3147         * char-ucs.h (decode_builtin_char): New prototype; renamed from
3148         `make_builtin_char'.
3149         (DECODE_CHAR): Use `decode_builtin_char' instead of
3150         `make_builtin_char'; use mapping table of `chinese-big5' for
3151         `chinese-big5-{1,2}'.
3152
3153 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3154
3155         * text-coding.c (char_encode_big5): New function.
3156         (char_finish_big5): Likewise.
3157         (reset_encoding_stream): Use `char_encode_big5' and
3158         `char_finish_big5' for CODESYS_BIG5.
3159         (mule_encode): Don't use `encode_coding_big5'.
3160         (encode_coding_big5): Deleted.
3161
3162 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3163
3164         * text-coding.c (BYTE_BIG5_TWO_BYTE_1_P): Support private area
3165         0x81- in XEmacs UTF-2000.
3166         (detect_coding_big5): Likewise.
3167
3168 2001-07-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3169
3170         * mule-charset.c (Fdefine_char): Don't use a CCS property to
3171         generate character-id if the CCS property does not have
3172         corresponding predefined character.
3173         (make_builtin_char): Return -1 if corresponding predefined
3174         character is not found.
3175         (Fdecode_char): Return nil if corresponding character is not
3176         found.
3177         (complex_vars_of_mule_charset): Change `ucs-cns' to 256^3-set and
3178         don't map to builtin ucs space.
3179
3180 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3181
3182         * char-ucs.h (MAX_LEADING_BYTE_PRIVATE): Fixed.
3183         (MAX_CHAR_GT): Changed to `(MIN_CHAR_GT + 66773)'.
3184
3185 2001-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3186
3187         * mule-charset.c (Vcharset_ideograph_gt): New variable.
3188         (Vcharset_ideograph_gt_pj_{1..11}): Likewise.
3189         (Qideograph_gt): Likewise.
3190         (Qideograph_gt_pj_{1..11}): Likewise.
3191         (syms_of_mule_charset): Add `ideograph-gt', `ideograph-gt-pj-1',
3192         `ideograph-gt-pj-2', ..., `ideograph-gt-pj-10' and
3193         `ideograph-gt-pj-11'.
3194         (complex_vars_of_mule_charset): Add coded-charset `ideograph-gt',
3195         `ideograph-gt-pj-1', `ideograph-gt-pj-2', ...,
3196         `ideograph-gt-pj-10' and `ideograph-gt-pj-11'.
3197
3198         * char-ucs.h (LEADING_BYTE_GT): New macro.
3199         (LEADING_BYTE_GT_PJ_{1..11}): Likewise.
3200         (MIN_CHAR_GT): Likewise.
3201         (MAX_CHAR_GT): Likewise.
3202
3203 2001-06-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3204
3205         * lisp-disunion.h (XCHARVAL): New implementation for UTF-2000 to
3206         support U-60000000 .. U-7FFFFFFF with 32 bits architecture.
3207
3208         * doprnt.c (unsigned_int_converters): Add `c'.
3209         (emacs_doprnt_1): Use `XUINT' for unsigned integers.
3210
3211         * char-ucs.h (MIN_CHAR_DAIKANWA): Don't refer `MIN_CHAR_MOJIKYO'.
3212         (MAX_CHAR_DAIKANWA): Refer `MIN_CHAR_DAIKANWA' instead of
3213         `MIN_CHAR_MOJIKYO'.
3214         (MIN_CHAR_MOJIKYO_0): New macro; refer `MIN_CHAR_DAIKANWA'.
3215         (MAX_CHAR_MOJIKYO_0): New macro.
3216         (MIN_CHAR_MOJIKYO): Changed to 0x60000000.
3217
3218 2001-06-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3219
3220         * mule-charset.c (Fdefine_char): Delete cemented out code.
3221         (encode_builtin_char_1): Modify for new allocation of builtin
3222         Mojikyo characters.
3223
3224         * lisp-disunion.h (XCHARVAL): Cast the argument into EMACS_UINT.
3225
3226 2001-06-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3227
3228         * mule-charset.c (Vcharset_ucs_cns): New variable.
3229         (Qucs_cns): New variable.
3230         (syms_of_mule_charset): Add new symbol `ucs-cns'.
3231         (complex_vars_of_mule_charset): Add new coded-charset `ucs-cns'.
3232
3233 2001-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3234
3235         * char-ucs.h (LEADING_BYTE_UCS_CNS): New macro.
3236
3237 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
3238
3239         * search.c (search_buffer): Make `charset_base_code' as
3240         character-id >> 6 to eliminate the corresponding last byte in
3241         UTF-8 representation [I'm not sure it is right thing].
3242         (boyer_moore): Likewise.
3243
3244 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
3245
3246         * emacs.c (vars_of_emacs): Convert XEMACS_CODENAME to internal
3247         representation in MULE.
3248
3249 2000-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3250
3251         * text-coding.c (Fmake_coding_system): Use
3252         `EXTERNAL_PROPERTY_LIST_LOOP_3' instead of
3253         `EXTERNAL_PROPERTY_LIST_LOOP'.
3254
3255 2000-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3256
3257         * text-coding.c (decode_output_utf8_partial_char): New function.
3258         (decode_coding_utf8): Use `decode_output_utf8_partial_char'.
3259
3260 2000-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3261
3262         * text-coding.c (decode_coding_utf8): Output original byte
3263         sequence if it is broken; change order of conditions.
3264
3265         * mb-utf-8.h (REP_BYTES_BY_FIRST_BYTE): Use Bufbyte; reverse order
3266         of conditions.
3267
3268         * mb-multibyte.h (BYTE_ASCII_P):
3269         Use bit ops for char-signedness safety.
3270         (BYTE_C0_P): Use bit ops for char-signedness safety.
3271         (BYTE_C1_P): Use bit ops for char-signedness safety.
3272
3273         * character.h: (XCHAR_OR_CHAR_INT):
3274         Always use inline function.
3275         Remove redundant type checking assert() - XINT will abort quite
3276         nicely.
3277
3278 2000-11-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3279
3280         * text-coding.c: (Fencode_shift_jis_char):
3281         (Fencode_big5_char):
3282         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
3283         Replace 0 with '\0' when working with bytes.
3284         Replace initial "(" with "\(" in docstrings.
3285
3286         (Fmake_coding_system):
3287         When type is ccl and value is vector, register it with a proper
3288         symbol.  And checks whether the given ccl program is valid.
3289         (mule_decode): When calling ccl_driver, if src indicates
3290         NULL pointer, set an empty string instead.
3291         (mule_encode): Likewise.
3292
3293         (detect_eol_type):
3294         (detect_coding_sjis):
3295         (decode_coding_sjis):
3296         (detect_coding_big5):
3297         (decode_coding_big5):
3298         (detect_coding_ucs4):
3299         (decode_coding_ucs4):
3300         (detect_coding_utf8):
3301         (decode_coding_utf8):
3302         (detect_coding_iso2022):
3303         (decode_coding_iso2022):
3304         (decode_coding_no_conversion):
3305         (mule_decode):
3306         Make all detecting and decoding functions take an Extbyte * arg.
3307         (text_encode_generic):
3308         (encode_coding_big5):
3309         (encode_coding_no_conversion):
3310         (mule_encode):
3311         Make all encoding functions take a Bufbyte * arg.
3312         Use size_t instead of unsigned int for memory sizes.
3313         Only cast to unsigned char whenever dereferencing Extbyte *.
3314
3315         (struct lrecord_description fcd_description_1): Use countof.
3316         (complex_vars_of_file_coding):
3317         Use countof instead of sizeof.
3318         Use CHECK_NATNUM instead of CHECK_INT.
3319
3320 2000-11-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3321
3322         * mule-charset.c (Fget_char_attribute): Add new optional argument
3323         `default-value'.
3324         (put_char_ccs_code_point): Modify for `Fget_char_attribute'.
3325         (remove_char_ccs): Likewise.
3326
3327 2000-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3328
3329         * text-coding.c (char_encode_shift_jis): New implementation in
3330         UTF-2000.
3331         (decode_coding_big5): Use `DECODE_CHAR (Vcharset_chinese_big5,
3332         ...)'.
3333
3334         * mule-charset.c (Vcharset_chinese_big5): New variable in
3335         UTF-2000.
3336         (Qchinese_big5): New variable in UTF-2000.
3337         (BIG5_SAME_ROW): New macro in UTF-2000.
3338         (make_builtin_char): Use builtin characters of
3339         `Vcharset_chinese_big5_1' and `Vcharset_chinese_big5_2' as builtin
3340         characters of `Vcharset_chinese_big5'.
3341         (syms_of_mule_charset): Add new symbol `chinese-big5' in UTF-2000.
3342         (complex_vars_of_mule_charset): Add new coded-charset
3343         `chinese-big5' in UTF-2000.
3344
3345         * char-ucs.h (LEADING_BYTE_CHINESE_BIG5): New macro.
3346         (Vcharset_chinese_big5): New external variable declaration.
3347         (Vcharset_japanese_jisx0208_1990): Likewise.
3348
3349 2000-07-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3350
3351         * mule-charset.c (expand_uint8_byte_table_to_uint16): New
3352         function.
3353         (put_byte_table): Use `expand_uint8_byte_table_to_uint16'.
3354
3355 2000-07-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3356
3357         * mule-charset.c (complex_vars_of_mule_charset): Define new macro
3358         `DEF_MOJIKYO_PJ' in UTF-2000; use `DEF_MOJIKYO_PJ' to define
3359         `mojikyo-pj-*'; add "MojikyoPJ-*" to charset-registry of
3360         `mojikyo-pj-*'.
3361
3362 2000-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3363
3364         * text-coding.c (decode_coding_big5): Modify for UTF-2000.
3365
3366 2000-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3367
3368         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
3369         to 0.17.
3370
3371 2000-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3372
3373         * file-coding.c (ucs_to_char): Don't use `CHARSET_TYPE_*'; modify
3374         for `CHARSET_BY_ATTRIBUTES'.
3375         (parse_iso2022_esc): Don't use `CHARSET_TYPE_*'; modify for
3376         `CHARSET_BY_ATTRIBUTES'.
3377
3378         * text-coding.c (struct decoding_stream): Rename member `CH' to
3379         `CPOS'.
3380         (reset_decoding_stream): Use `str->cpos' instead of `str->ch'.
3381         (decode_coding_sjis): Likewise.
3382         (decode_coding_big5): Likewise.
3383         (decode_coding_ucs4): Likewise.
3384         (decode_coding_utf8): Likewise.
3385         (parse_iso2022_esc): Don't use `CHARSET_TYPE_*'; modify for
3386         `CHARSET_BY_ATTRIBUTES'.
3387         (decode_coding_iso2022): Use `str->cpos' instead of `str->ch'; use
3388         `str->counter'; decode 3, 4 bytes sets.
3389         (char_encode_iso2022): Don't use `BREAKUP_CHAR'; encode 3, 4 bytes
3390         sets.
3391         (decode_coding_no_conversion): Use `str->cpos' instead of
3392         `str->ch'.
3393
3394         * mule-charset.c (Vcharset_mojikyo_2022_1): New variable.
3395         (Qmojikyo_2022_1): New variable.
3396         (make_charset): Don't use `CHARSET_TYPE_*'.
3397         (range_charset_code_point): Support coded-charset
3398         `mojikyo-2022-1'.
3399         (encode_builtin_char_1): Modify for `CHARSET_BY_ATTRIBUTES'.
3400         (Fmake_charset): Don't use `CHARSET_TYPE_*'; modify for
3401         `CHARSET_BY_ATTRIBUTES'.
3402         (Fcharset_from_attributes): Don't use `CHARSET_TYPE_*'; modify for
3403         `CHARSET_BY_ATTRIBUTES'.
3404         (syms_of_mule_charset): Add new symbol `mojikyo-2022-1'.
3405         (complex_vars_of_mule_charset): Add new coded-charset
3406         `mojikyo-2022-1'.
3407
3408         * mule-charset.h (CHARSET_BY_ATTRIBUTES): New implementation and
3409         interface; changed to inline function.
3410
3411         * char-ucs.h (Vcharset_mojikyo_2022_1): New variable.
3412         (LEADING_BYTE_MOJIKYO_2022_1): New macro.
3413         (LEADING_BYTE_MOJIKYO_2022_2): New macro.
3414         (CHARSET_TYPE_94): Deleted.
3415         (CHARSET_TYPE_94X94): Deleted.
3416         (CHARSET_TYPE_96): Deleted.
3417         (CHARSET_TYPE_96X96): Deleted.
3418         (CHARSET_TYPE_128): Deleted.
3419         (CHARSET_TYPE_128X128): Deleted.
3420         (CHARSET_TYPE_256): Deleted.
3421         (CHARSET_TYPE_256X256): Deleted.
3422         (CHARSET_BY_ATTRIBUTES): New implementation and interface; changed
3423         to inline function.
3424         (DECODE_MOJIKYO_2022): New inline function.
3425         (DECODE_CHAR): Use `DECODE_MOJIKYO_2022'; decode
3426         `Vcharset_mojikyo_2022_1'.
3427
3428 2000-07-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3429
3430         * mule-charset.c (byte_table_same_value_p): Use `internal_equal'
3431         instead of `EQ'.
3432         (put_byte_table): Likewise.
3433         (char_id_table_equal): Use `get_byte_table' [new implementation].
3434
3435 2000-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3436
3437         * mule-charset.c: Include <limits.h> in UTF-2000.
3438         (BT_UINT8_MIN): New macro in UTF-2000.
3439         (BT_UINT8_MAX): New macro in UTF-2000.
3440         (BT_UINT8_t): New macro in UTF-2000.
3441         (BT_UINT8_nil): New macro in UTF-2000.
3442         (BT_UINT8_unbound): New macro in UTF-2000.
3443         (INT_UINT8_P): New inline function in UTF-2000.
3444         (UINT8_VALUE_P): New inline function in UTF-2000.
3445         (UINT8_ENCODE): New inline function in UTF-2000.
3446         (UINT8_DECODE): New inline function in UTF-2000.
3447         (mark_uint8_byte_table): New function in UTF-2000.
3448         (print_uint8_byte_table): New function in UTF-2000.
3449         (uint8_byte_table_equal): New function in UTF-2000.
3450         (uint8_byte_table_hash): New function in UTF-2000.
3451         (make_uint8_byte_table): New function in UTF-2000.
3452         (uint8_byte_table_same_value_p): New function in UTF-2000.
3453         (BT_UINT16_MIN): New macro in UTF-2000.
3454         (BT_UINT16_MAX): New macro in UTF-2000.
3455         (BT_UINT16_t): New macro in UTF-2000.
3456         (BT_UINT16_nil): New macro in UTF-2000.
3457         (BT_UINT16_unbound): New macro in UTF-2000.
3458         (INT_UINT16_P): New inline function in UTF-2000.
3459         (UINT16_VALUE_P): New inline function in UTF-2000.
3460         (UINT16_ENCODE): New inline function in UTF-2000.
3461         (UINT16_DECODE): New inline function in UTF-2000.
3462         (UINT8_TO_UINT16): New inline function in UTF-2000.
3463         (mark_uint16_byte_table): New function in UTF-2000.
3464         (print_uint16_byte_table): New function in UTF-2000.
3465         (uint16_byte_table_equal): New function in UTF-2000.
3466         (uint16_byte_table_hash): New function in UTF-2000.
3467         (make_uint16_byte_table): New function in UTF-2000.
3468         (uint16_byte_table_same_value_p): New function in UTF-2000.
3469         (print_byte_table): New function in UTF-2000.
3470         (byte-table): Use `print_byte_table' as printer.
3471         (make_byte_table): Delete second argument `older'.
3472         (byte_table_same_value_p): New function in UTF-2000.
3473         (copy_byte_table): Deleted.
3474         (get_byte_table): New function in UTF-2000.
3475         (put_byte_table): New function in UTF-2000.
3476         (print_char_id_table): New function in UTF-2000.
3477         (char-id-table): Use `print_char_id_table' as printer.
3478         (make_char_id_table): Delete second argument `older'.
3479         (get_char_id_table): Use `get_byte_table [new implementation].
3480         (put_char_id_table): Use `get_byte_table and `put_byte_table' [new
3481         implementation].
3482         (Ffind_char_attribute_table): New function in UTF-2000.
3483         (mark_charset): Mark `cs->encoding_table' in UTF-2000.
3484         (syms_of_mule_charset): Add LRECORD_IMPLEMENTATION
3485         `uint8_byte_table' and `uint16_byte_table' in UTF-2000.
3486         (syms_of_mule_charset): Add new function
3487         `find-char-attribute-table' in UTF-2000.
3488
3489         * lrecord.h (enum lrecord_type): Add
3490         `lrecord_type_uint16_byte_table' and
3491         `lrecord_type_uint8_byte_table'.
3492
3493         * char-ucs.h (struct Lisp_Uint8_Byte_Table): New structure.
3494         (Lisp_Uint8_Byte_Table): New type.
3495         (XUINT8_BYTE_TABLE): New macro.
3496         (XSETUINT8_BYTE_TABLE): New macro.
3497         (UINT8_BYTE_TABLE_P): New macro.
3498         (GC_UINT8_BYTE_TABLE_P): New macro.
3499         (struct Lisp_Uint16_Byte_Table): New structure.
3500         (Lisp_Uint16_Byte_Table): New type.
3501         (XUINT16_BYTE_TABLE): New macro.
3502         (XSETUINT16_BYTE_TABLE): New macro.
3503         (UINT16_BYTE_TABLE_P): New macro.
3504         (GC_UINT16_BYTE_TABLE_P): New macro.
3505
3506 2000-07-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3507
3508         * mule-charset.c (Vcharacter_ideographic_radical_table): Deleted.
3509         (Vcharacter_ideographic_strokes_table): Deleted.
3510         (Vcharacter_total_strokes_table): Deleted.
3511         (Vcharacter_morohashi_daikanwa_table): Deleted.
3512         (Vcharacter_decomposition_table): Deleted.
3513         (Qname): Deleted because it is duplicated.
3514         (Qideographic_radical): Deleted.
3515         (Qideographic_strokes): Deleted.
3516         (Qtotal_strokes): Deleted.
3517         (Qmorohashi_daikanwa): Deleted.
3518         (Fchar_attribute_alist): Use `Vchar_attribute_hash_table' for
3519         `ideographic-radical', `ideographic-strokes', `total-strokes',
3520         `morohashi-daikanwa' and `->decomposition'.
3521         (Fget_char_attribute): Likewise.
3522         (Fput_char_attribute): Likewise; use `make-vector' instead of
3523         `make_older_vector' for `->decomposition' value.
3524         (Fdefine_char): Comment out code to check `morohashi-daikanwa' and
3525         `ideograph-daikanwa'.
3526         (syms_of_mule_charset): Delete builtin symbols `name',
3527         `ideographic-radical', `ideographic-strokes', `total-strokes' and
3528         `morohashi-daikanwa'.
3529         (vars_of_mule_charset): Don't setup
3530         `Vcharacter_ideographic_radical_table',
3531         `Vcharacter_ideographic_strokes_table',
3532         `Vcharacter_total_strokes_table',
3533         `Vcharacter_morohashi_daikanwa_table' and
3534         `Vcharacter_decomposition_table'.
3535
3536 2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3537
3538         * alloc.c: Use `HAVE_GGC' instead of `UTF2000' for
3539         `make_older_vector', `make_vector_newer_1' and
3540         `make_vector_newer'.
3541
3542         * lisp.h: Use `HAVE_GGC' instead of `UTF2000' for
3543         `make_older_vector' and `make_vector_newer'.
3544
3545         * config.h.in (HAVE_GGC): New macro.
3546
3547 2000-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3548
3549         * mule-charset.c (struct char_attribute_list_closure): New
3550         structure in UTF-2000.
3551         (add_char_attribute_to_list_mapper): New function in UTF-2000.
3552         (Fchar_attribute_list): Likewise.
3553         (Fset_charset_mapping_table): Use `make_vector_newer'.
3554         (Fdecode_builtin_char): New function in UTF-2000.
3555         (syms_of_mule_charset): Add new function `char-attribute-list' and
3556         `decode-builtin-char' in UTF-2000.
3557
3558         * lisp.h (make_vector_newer): New prototype.
3559
3560         * alloc.c (make_vector_newer_1): New function.
3561         (make_vector_newer): New function.
3562
3563 2000-06-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3564
3565         * char-ucs.h (MAX_CHAR_DAIKANWA): Changed to `(MIN_CHAR_MOJIKYO +
3566         50100)'.
3567
3568 2000-06-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3569
3570         * mule-charset.c (Vchar_attribute_hash_table): New variable.
3571         (Vcharacter_attribute_table): Deleted.
3572         (Vcharacter_name_table): Deleted.
3573         (put_char_attribute): Deleted.
3574         (remove_char_attribute): Deleted.
3575         (struct char_attribute_alist_closure): New structure.
3576         (add_char_attribute_alist_mapper): New function.
3577         (Fchar_attribute_alist): Use `Vchar_attribute_hash_table' instead
3578         of `Vcharacter_attribute_table' and `Vcharacter_name_table'.
3579         (Fget_char_attribute): Likewise.
3580         (Fput_char_attribute): Likewise.
3581         (Fremove_char_attribute): Use `Vchar_attribute_hash_table' instead
3582         of `remove_char_attribute'.
3583         (Fdefine_char): Return character.
3584         (vars_of_mule_charset): Don't setup `Vcharacter_attribute_table'
3585         and `Vcharacter_name_table'.
3586         (complex_vars_of_mule_charset): Likewise
3587         `Vchar_attribute_hash_table'.
3588
3589 2000-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3590
3591         * character.h (CHARC_CHARSET): New macro.
3592         (CHARC_CHARSET_ID): New macro.
3593         (CHARC_CODE_POINT): New macro.
3594         (CHARC_COLUMNS): New macro.
3595         (CHARC_TO_CHAR): New inline function.
3596         (CHARC_EQ): New inline function.
3597         (CHARC_ASCII_EQ): New inline function.
3598         (CHARC_IS_SPACE): New inline function.
3599         (ASCII_TO_CHARC): New inline function.
3600
3601         * char-ucs.h (encode_char_2): Deleted.
3602         (ENCODE_CHAR): Use `encode_char_1' again.
3603         (breakup_char_1): Likewise.
3604         (CHAR_TO_CHARC): New inline function.
3605
3606         * char-lb.h, char-1byte.h (CHAR_TO_CHARC): New inline function.
3607
3608 2000-06-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3609
3610         * redisplay.c (add_emchar_rune): Use `ASCII_TO_CHARC',
3611         `CHAR_TO_CHARC' and `CHARC_CHARSET'.
3612         (create_text_block): Use `CHARC_ASCII_EQ' and `CHARC_IS_SPACE'.
3613         (generate_formatted_string_db): Use `CHARC_TO_CHAR'.
3614         (create_string_text_block): Use `CHARC_ASCII_EQ' and
3615         `CHARC_IS_SPACE'.
3616         (pixel_to_glyph_translation): Use `CHARC_ASCII_EQ'.
3617
3618         * redisplay-x.c (separate_textual_runs): Use `CHARC_CHARSET' and
3619         `CHARC_CODE_POINT'.
3620         (x_output_display_block): Use `CHARC_CHARSET' and
3621         `CHARC_ASCII_EQ'.
3622
3623         * redisplay-tty.c (tty_output_display_block): Use
3624         `CHARC_ASCII_EQ'.
3625         (tty_output_display_block): Likewise; use `ASCII_TO_CHARC'.
3626
3627         * redisplay-output.c (compare_runes): Use `CHARC_EQ'.
3628
3629         * insdel.c (find_charsets_in_charc_string): Use
3630         `CHARC_CHARSET_ID'.
3631         (charc_string_displayed_columns): Use `CHARC_COLUMNS'.
3632         (convert_bufbyte_string_into_charc_dynarr): Use `CHAR_TO_CHARC'.
3633         (convert_charc_string_into_bufbyte_dynarr): Use `CHARC_TO_CHAR'.
3634         (convert_charc_string_into_malloced_string): Likewise.
3635
3636 2000-06-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3637
3638         * toolbar-x.c (x_output_toolbar_button): Use <Charc_dynarr *>
3639         instead of <Emchar_dynarr *> for buf; use
3640         `convert_bufbyte_string_into_charc_dynarr' instead of
3641         `convert_bufbyte_string_into_emchar_dynarr'; use
3642         `find_charsets_in_charc_string' instead of
3643         `find_charsets_in_emchar_string'.
3644
3645         * redisplay.h:
3646         - Include "character.h".
3647         (struct rune): New member `cglyph'; delete member `chr'.
3648
3649         * redisplay.c (redisplay_text_width_charc_string): New function;
3650         delete `redisplay_text_width_emchar_string'.
3651         (rtw_charc_dynarr): New variable; renamed from
3652         `rtw_emchar_dynarr'.
3653         (redisplay_text_width_string): Use `rtw_charc_dynarr' instead of
3654         `rtw_emchar_dynarr'; use
3655         `convert_bufbyte_string_into_charc_dynarr' instead of
3656         `convert_bufbyte_string_into_emchar_dynarr'; use
3657         `redisplay_text_width_charc_string' instead of
3658         `redisplay_text_width_emchar_string'.
3659         (redisplay_frame_text_width_string): Use `rtw_charc_dynarr'
3660         instead of `rtw_emchar_dynarr'; use
3661         `convert_bufbyte_string_into_charc_dynarr' instead of
3662         `convert_bufbyte_string_into_emchar_dynarr'.
3663         (add_emchar_rune): Add <Charc> instead of <Emchar>; use
3664         `redisplay_text_width_charc_string' instead of
3665         `redisplay_text_width_emchar_string'.
3666         (create_text_block): Modify for <struct rune> change.
3667         (generate_formatted_string_db): Likewise.
3668         (create_string_text_block): Likewise.
3669         (pixel_to_glyph_translation): Likewise.
3670
3671         * redisplay-x.c (separate_textual_runs): Use <const Charc *>
3672         instead of <const Emchar *>.
3673         (x_text_width): Likewise.
3674         (x_output_display_block): Use <Charc_dynarr *> instead
3675         <Emchar_dynarr *>; modify for <structure rune> change.
3676         (x_output_string): Use <Charc_dynarr *> instead of <Emchar_dynarr
3677         *>.
3678
3679         * redisplay-tty.c (tty_text_width): Use <const Charc *> instead of
3680         <const Emchar *>; use `charc_string_displayed_columns' instead of
3681         `emchar_string_displayed_columns'.
3682         (tty_output_display_block): Use <Charc_dynarr *> instead of
3683         <Emchar_dynarr *> for buf; modify for <structure rune> change; use
3684         `tty_output_charc_dynarr' instead of `tty_output_emchar_dynarr'.
3685         (tty_output_charc_dynarr_dynarr): New variable; renamed from
3686         `tty_output_emchar_dynarr_dynarr'.
3687         (tty_output_charc_dynarr): New function; delete
3688         `tty_output_charc_dynarr'.
3689
3690         * redisplay-output.c (compare_runes): Modify for `struct rune'.
3691         (redisplay_output_layout): Use <Charc_dynarr *> instead of
3692         <Emchar_dynarr *> for buf; use
3693         `convert_bufbyte_string_into_charc_dynarr' instead of
3694         `convert_bufbyte_string_into_emchar_dynarr'.
3695
3696         * frame.c (title_string_charc_dynarr): New variable; renamed from
3697         `title_string_emchar_dynarr'.
3698         (generate_title_string): Use `title_string_charc_dynarr' instead
3699         of `title_string_emchar_dynarr'; use
3700         `convert_charc_string_into_malloced_string' instead of
3701         `convert_emchar_string_into_malloced_string'.
3702         (init_frame): Use `title_string_charc_dynarr' instead of
3703         `title_string_emchar_dynarr'.
3704
3705         * console.h:
3706         - Include "character.h".
3707         (struct console_methods): Use <const Charc *> instead of <const
3708         Emchar *> in `text_width_method'; use <Charc_dynarr *> instead of
3709         <Emchar_dynarr *> in output_string_method.
3710
3711         * console-x.h (x_output_string): Use <Charc_dynarr *> instead of
3712         <Emchar_dynarr *>.
3713
3714         * console-stream.c (stream_text_width): Use <const Charc *>
3715         instead of <const Emchar *>.
3716
3717         * character.h (Charc_dynarr): New type.
3718
3719         * char-ucs.h (structure Charc): New structure; define new type
3720         `Charc'.
3721
3722         * char-lb.h (DECODE_CHAR): New inline function.
3723         (encode_char_1): New inline function.
3724         (ENCODE_CHAR): New macro.
3725         (structure Charc): New structure; define new type `Charc'.
3726
3727         * char-1byte.h (Vcharset_control_1): New macro.
3728         (Vcharset_latin_iso8859_1): New macro.
3729         (DECODE_CHAR): New inline function.
3730         (encode_char_1): New inline function.
3731         (ENCODE_CHAR): New macro.
3732         (structure Charc): New structure; define new type `Charc'.
3733
3734         * insdel.c (find_charsets_in_charc_string): New function; delete
3735         `find_charsets_in_emchar_string'.
3736         (charc_string_displayed_columns): New function; delete
3737         `emchar_string_displayed_columns'.
3738         (convert_bufbyte_string_into_charc_dynarr): New function; delete
3739         `convert_bufbyte_string_into_emchar_dynarr'.
3740         (convert_charc_string_into_bufbyte_dynarr): New function; delete
3741         `convert_charc_string_into_bufbyte_dynarr'.
3742         (convert_charc_string_into_malloced_string): New function; delete
3743         `convert_charc_string_into_malloced_string'.
3744
3745         * buffer.h (find_charsets_in_charc_string): New prototype; delete
3746         `find_charsets_in_emchar_string'.
3747         (charc_string_displayed_columns): New prototype; delete
3748         `emchar_string_displayed_columns'.
3749         (convert_charc_string_into_bufbyte_dynarr): New prototype; delete
3750         `convert_charc_string_into_bufbyte_dynarr'.
3751         (convert_charc_string_into_malloced_string): New prototype; delete
3752         `convert_charc_string_into_malloced_string'.
3753
3754 2000-06-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3755
3756         * select-x.c (Fx_store_cutbuffer_internal): Modify for UTF-2000.
3757
3758 2000-06-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3759
3760         * chartab.h (get_non_ascii_char_table_value): Use <Charset_ID>.
3761
3762         * char-ucs.h: Use <short> for <Charset_ID>.
3763
3764         * mule-charset.h, char-1byte.h: Use <unsigned char> for
3765         <Charset_ID>.
3766
3767 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3768
3769         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
3770         to 0.16.
3771
3772 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3773
3774         * mule-charset.c (Vcharacter_morohashi_daikanwa_table): New
3775         variable.
3776         (Qmorohashi_daikanwa): New variable.
3777         (Fchar_attribute_alist): Use `Vcharacter_morohashi_daikanwa_table'
3778         for `morohashi-daikanwa' attribute.
3779         (Fget_char_attribute): Likewise.
3780         (Fput_char_attribute): Likewise.
3781         (Fdefine_char): Don't setup `morohashi-daikanwa' attribute if it
3782         has the same value of `ideograph-daikanwa'.
3783         (syms_of_mule_charset): Add new symbol `morohashi-daikanwa'.
3784         (vars_of_mule_charset): Setup
3785         `Vcharacter_morohashi_daikanwa_table'.
3786
3787 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3788
3789         * mule-charset.c (Fchar_attribute_alist): Add coded-charset
3790         attributes.
3791         (add_charset_to_list_mapper): Add `key' instead of
3792         `XCHARSET_NAME (value)' to return aliases.
3793
3794 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3795
3796         * mule-charset.c (Vcharacter_ideographic_radical_table): New
3797         variable.
3798         (Vcharacter_ideographic_strokes_table): New variable.
3799         (Qideographic_radical): New variable.
3800         (Qideographic_strokes): New variable.
3801         (Fchar_attribute_alist): Use
3802         `Vcharacter_ideographic_radical_table' for `ideographic-radical'
3803         attribute; use `Vcharacter_ideographic_strokes_table' for
3804         `ideographic-strokes' attribute.
3805         (Fget_char_attribute): Likewise.
3806         (Fput_char_attribute): Likewise.
3807         (syms_of_mule_charset): Add new symbol `ideographic-radical' and
3808         `ideographic-strokes'.
3809         (vars_of_mule_charset): Setup
3810         `Vcharacter_ideographic_radical_table' and
3811         `Vcharacter_ideographic_strokes_table'.
3812
3813 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3814
3815         * mule-charset.c (Vcharacter_total_strokes_table): New variable.
3816         (Qtotal_strokes): New variable.
3817         (Fchar_attribute_alist): Use `Vcharacter_total_strokes_table' for
3818         `total-strokes' attribute.
3819         (Fget_char_attribute): Likewise.
3820         (Fput_char_attribute): Likewise.
3821         (syms_of_mule_charset): Add new symbol `total-strokes'.
3822         (vars_of_mule_charset): Setup `Vcharacter_total_strokes_table'.
3823
3824 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3825
3826         * mule-charset.c (Vcharacter_decomposition_table): New variable.
3827         (Fchar_attribute_alist): Add `name' and `->decomposition' if they
3828         are found.
3829         (Fget_char_attribute): Use `Vcharacter_decomposition_table' for
3830         `->decomposition' attribute.
3831         (Fput_char_attribute): Likewise.
3832         (vars_of_mule_charset): Setup `Vcharacter_decomposition_table'.
3833
3834 2000-06-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3835
3836         * mule-charset.c (decoding_table_check_elements): New function.
3837         (Fset_charset_mapping_table): Use `decoding_table_check_elements'.
3838
3839 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3840
3841         * mule-charset.c (Fset_charset_mapping_table): Use
3842         `put_char_ccs_code_point'.
3843
3844 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3845
3846         * mule-charset.c (decoding_table_put_char): New inline function.
3847         (put_char_ccs_code_point): Use `decoding_table_put_char'.
3848
3849 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3850
3851         * mule-charset.c (CHARSET_BYTE_SIZE): New inline function.
3852         (XCHARSET_BYTE_SIZE): New macro.
3853         (decoding_table_remove_char): New inline function.
3854         (put_char_ccs_code_point): Use `XCHARSET_BYTE_SIZE'; use
3855         `decoding_table_remove_char'.
3856         (remove_char_ccs): Use `decoding_table_remove_char'.
3857         (Fset_charset_mapping_table): Use `CHARSET_BYTE_SIZE'.
3858
3859 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3860
3861         * mule-charset.c (Vcharacter_name_table): New variable.
3862         (Qname): New variable.
3863         (Fget_char_attribute): Use `Vcharacter_name_table' for `name'
3864         attribute.
3865         (Fput_char_attribute): Use function `put_char_ccs_code_point'; use
3866         `Vcharacter_name_table' for `name' attribute.
3867         (Fremove_char_attribute): Use function `remove_char_ccs'.
3868         (put_char_ccs_code_point): New function.
3869         (remove_char_ccs): New function.
3870         (syms_of_mule_charset): Add new symbol `name'.
3871         (vars_of_mule_charset): Setup `Vcharacter_name_table'.
3872
3873 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3874
3875         * mule-charset.c (make_byte_table): Add new argument `older'.
3876         (make_char_id_table): Likewise.
3877         (copy_char_id_table): Comment out because it is not used.
3878         (put_char_id_table): Modify for `make_byte_table'.
3879         (Fput_char_attribute): Make encoding_table as older object;
3880         inherit older bit of `Vcharacter_composition_table'.
3881         (mark_charset): Don't mark `cs->encoding_table'.
3882         (vars_of_mule_charset): Make `Vcharacter_attribute_table' as a
3883         normal object; make `Vcharacter_composition_table' as an older
3884         object; delete staticpro for `Vcharacter_composition_table'; make
3885         `Vcharacter_variant_table' as a normal object.
3886
3887         * alloc.c (alloc_older_lcrecord): New function in UTF-2000.
3888         (mark_object): Don't check older object in UTF-2000.
3889
3890         * lrecord.h (struct lrecord_header): Add new member `older' in
3891         UTF-2000.
3892         (set_lheader_implementation): Setup `SLI_header->older' in
3893         UTF-2000.
3894         (set_lheader_older_implementation): New macro in UTF-2000.
3895         (OLDER_RECORD_P): New macro in UTF-2000.
3896         (OLDER_RECORD_HEADER_P): New macro in UTF-2000.
3897         (alloc_older_lcrecord): New prototype in UTF-2000.
3898         (alloc_older_lcrecord_type): New macro in UTF-2000.
3899
3900 2000-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3901
3902         * mule-charset.c (byte_table_description): Use
3903         `XD_LISP_OBJECT_ARRAY' instead of `XD_LISP_OBJECT'.
3904         (char_id_table_description): Delete bogus `, 1'.
3905         (Fget_char_attribute): Refer encoding_table of each coded-charset
3906         to get value of coded-charset attribute of a character.
3907         (Fput_char_attribute): Use `make_older_vector' instead of
3908         `make_vector'; use encoding_table of each coded-charset to store
3909         value of coded-charset attribute of a character.
3910         (Fremove_char_attribute): Use encoding_table of each coded-charset
3911         to store value of coded-charset attribute of a character.
3912         (mark_charset): Mark `cs->encoding_table'; don't mark
3913         `cs->decoding_table'.
3914         (charset_description): Add description of new member
3915         `encoding_table'.
3916         (make_charset): Initialize `encoding_table'.
3917
3918         * char-ucs.h (struct Lisp_Charset): Add new member
3919         `encoding_table'.
3920         (CHARSET_ENCODING_TABLE): New macro.
3921         (XCHARSET_ENCODING_TABLE): New macro.
3922         (charset_code_point): New implementation.
3923         (encode_char_1): Likewise.
3924
3925         * alloc.c (all_older_lcrecords): New variable in UTF-2000.
3926         (disksave_object_finalization_1): Call finalizers of
3927         `all_older_lcrecords' in UTF-2000.
3928         (make_older_vector): New function in UTF-2000.
3929         (reinit_alloc_once_early): Initialize `all_older_lcrecords' in
3930         UTF-2000.
3931
3932         * lisp.h (make_older_vector): New prototype in UTF-2000.
3933
3934 2000-05-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3935
3936         * lrecord.h (enum lrecord_type): Rename
3937         `lrecord_type_char_code_table' to `lrecord_type_char_id_table'.
3938
3939         * text-coding.c (COMPOSE_ADD_CHAR): Use `CHAR_ID_TABLE_P' and
3940         `get_char_id_table' instead of `CHAR_CODE_TABLE_P' and
3941         `get_char_code_table'.
3942
3943         * mule-charset.c (mark_char_id_table): Renamed from
3944         `mark_char_code_table'.
3945         (char_id_table_equal): Renamed from `char_code_table_equal'.
3946         (char_id_table_hash): Renamed from `char_code_table_hash'.
3947         (make_char_id_table): Renamed from `make_char_code_table'.
3948         (copy_char_id_table): Renamed from `copy_char_code_table'.
3949         (get_char_id_table): Renamed from `get_char_code_table'.
3950         (put_char_id_table): Renamed from `put_char_code_table'.
3951         (to_char_id): Renamed from `to_char_code'.
3952
3953         * char-ucs.h (struct Lisp_Char_ID_Table): Renamed from
3954         `Lisp_Char_Code_Table'.
3955         (char_id_table): Renamed from `char_code_table'.
3956         (XCHAR_ID_TABLE): Renamed from `XCHAR_CODE_TABLE'.
3957         (XSETCHAR_ID_TABLE): Renamed from `XSETCHAR_CODE_TABLE'.
3958         (CHAR_ID_TABLE_P): Renamed from `CHAR_CODE_TABLE_P'.
3959         (GC_CHAR_ID_TABLE_P): Renamed from `GC_CHAR_CODE_TABLE_P'.
3960         (get_char_id_table): Renamed from `get_char_code_table'.
3961
3962 2000-05-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3963
3964         * lrecord.h (enum lrecord_type): Rename
3965         `lrecord_type_char_byte_table' to `lrecord_type_byte_table'.
3966
3967         * mule-charset.c (mark_byte_table): Renamed from
3968         `mark_char_byte_table'.
3969         (byte_table_equal): Renamed from `char_byte_table_equal'.
3970         (byte_table_hash): Renamed from `byte_table_hash'.
3971         (make_byte_table): Renamed from `make_byte_table'.
3972         (copy_byte_table): Renamed from `copy_char_byte_table'.
3973
3974         * char-ucs.h (struct Lisp_Byte_Table): Renamed from
3975         `Lisp_Char_Byte_Table'.
3976         (byte_table): Renamed from `char_byte_table'.
3977         (XBYTE_TABLE): Renamed from `XCHAR_BYTE_TABLE'.
3978         (XSETBYTE_TABLE): Renamed from `XSET_CHAR_BYTE_TABLE'.
3979         (BYTE_TABLE_P): Renamed from `XBYTE_TABLE_P'.
3980         (GC_BYTE_TABLE_P): Renamed from `GC_CHAR_BYTE_TABLE_P'.
3981
3982 2000-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3983
3984         * buffer.c (dfc_convert_to_external_format): Modify for UTF-2000.
3985         (dfc_convert_to_internal_format): Likewise.
3986         
3987         * text-coding.c (Fcoding_system_canonical_name_p): New function.
3988         * text-coding.c (Fcoding_system_alias_p): New function.
3989         * text-coding.c (Fcoding_system_aliasee): New function.
3990         * text-coding.c (append_suffix_to_symbol): New function.
3991         * text-coding.c (dangling_coding_system_alias_p): New function.
3992         * text-coding.c (Ffind_coding_system):
3993         * text-coding.c (Fcopy_coding_system):
3994         * text-coding.c (encode_coding_no_conversion):
3995         * text-coding.c (syms_of_file_coding):
3996         * text-coding.c (vars_of_file_coding):
3997         Rewrite coding system alias code.
3998         Allow nested aliases, like symbolic links.
3999         Allow redefinition of coding system aliases.
4000         Prevent existence of dangling coding system aliases.
4001         Eliminate convert_to_external_format.
4002         Eliminate convert_to_internal_format.
4003         
4004         * text-coding.c: Change enum eol_type to eol_type_t.
4005
4006 2000-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4007
4008         * mule-charset.c (encode_builtin_char_1): Limit builtin-code-range
4009         of `mojikyo' to MIN_CHAR_MOJIKYO + 94 * 60 * 22.
4010
4011         * char-ucs.h (MAX_CHAR_MOJIKYO): Limit builtin-code-range to
4012         MIN_CHAR_MOJIKYO + 94 * 60 * 22.
4013
4014 2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4015
4016         * mule-charset.c (encode_builtin_char_1): Use `mojikyo' instead of
4017         `ideograph-daikanwa'.
4018
4019         * char-ucs.h (Vcharset_ucs): Deleted because it is not used.
4020         (Vcharset_ucs_bmp): Likewise.
4021         (Vcharset_mojikyo): Add new extern variable definition.
4022         (Vcharset_latin_iso8859_2): Deleted because it is not used.
4023         (Vcharset_latin_iso8859_3): Likewise.
4024         (Vcharset_latin_iso8859_4): Likewise.
4025         (Vcharset_latin_iso8859_9): Likewise.
4026         (Vcharset_latin_viscii_lower): Likewise.
4027         (Vcharset_latin_viscii_upper): Likewise.
4028         (DECODE_CHAR): If charset is `mojikyo-pj-N', corresponding
4029         `mojikyo' code-point is used to decode.
4030         (encode_char_2): New function [to convert `mojikyo' code-point to
4031         Mojikyo font encoding].
4032         (ENCODE_CHAR): Use `encode_char_2' instead of `encode_code_1'.
4033         (breakup_char_1): Likewise.
4034         (CHAR_CHARSET): Use `ENCODE_CHAR' instead of `BREAKUP_CHAR'.
4035
4036 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4037
4038         * text-coding.c (Fmake_coding_system): Add document about
4039         `disable-composition' property.
4040
4041 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4042
4043         * text-coding.c (Qdisable_composition): New variable; delete
4044         `Qcomposite'.
4045         (Fmake_coding_system): Add new property `disable-composite';
4046         delete property `composite'.
4047         (COMPOSE_ADD_CHAR): Use `CODING_SYSTEM_DISABLE_COMPOSITION'
4048         instead of `!CODING_SYSTEM_COMPOSITE'.
4049         (syms_of_file_coding): Add new symbol `disable-composition';
4050         delete symbol `composite'.
4051
4052         * file-coding.h (struct Lisp_Coding_System): Add
4053         `disable_composition'; delete `enable_composition'.
4054         (CODING_SYSTEM_DISABLE_COMPOSITION): New macro; delete
4055         `CODING_SYSTEM_COMPOSITE'.
4056         (XCODING_SYSTEM_DISABLE_COMPOSITION): New macro; delete
4057         `XCODING_SYSTEM_COMPOSITE'.
4058
4059 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4060
4061         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4062         to 0.15.
4063
4064 2000-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4065
4066         * text-coding.c (Qcomposite): New variable.
4067         (Fmake_coding_system): Add new property `composite'.
4068         (struct decoding_stream): Add `combined_char_count',
4069         `combined_chars' and `combining_table' in UTF-2000.
4070         (COMPOSE_FLUSH_CHARS): New macro.
4071         (COMPOSE_ADD_CHAR): New macro.
4072         (reset_decoding_stream): Reset `str->combined_char_count' and
4073         `str->combining_table' in UTF-2000.
4074         (decode_coding_iso2022): Modify for character-decomposition.
4075         (syms_of_file_coding): Add new symbol `composite'.
4076
4077 2000-04-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4078
4079         * mule-charset.c (Vcharset_latin_tcvn5712): New variable.
4080         (Fput_char_attribute): Set up `Vcharacter_variant_table' instead
4081         of `Vcharacter_composition_table' if `->decomposition' property
4082         has only 1 element.
4083         (Qlatin_tcvn5712): New variable.
4084         (syms_of_mule_charset): Add new symbol `latin-tcvn5712'.
4085         (complex_vars_of_mule_charset): Add new coded-charset
4086         `latin-tcvn5712'.
4087
4088         * char-ucs.h (LEADING_BYTE_LATIN_TCVN5712): New macro.
4089
4090 2000-04-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4091
4092         * file-coding.h (struct Lisp_Coding_System): Add
4093         `enable_composition'.
4094         (CODING_SYSTEM_COMPOSITE): New macro.
4095         (XCODING_SYSTEM_COMPOSITE): New macro.
4096
4097 2000-03-17  MORIOKA Tomohiko  <tomo@m17n.org>
4098
4099         * mule-canna.c (c2mu): Fix problem with UTF-2000.
4100
4101 2000-03-16  MORIOKA Tomohiko  <tomo@m17n.org>
4102
4103         * mule-charset.c (Fput_char_attribute): Don't make mapping-table
4104         if ATTRIBUTE is `ucs' and character-id of CHARACTER = VALUE.
4105
4106 2000-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
4107
4108         * mule-charset.c (Vcharset_mojikyo): New variable.
4109         (Fdefine_char): Don't use coded-charset which does not have
4110         non-builtin character range to allocate character-id.
4111         (Qmojikyo): New variable.
4112         (syms_of_mule_charset): Add new symbol `mojikyo'.
4113         (complex_vars_of_mule_charset): Add new coded-charset `mojikyo'.
4114
4115         * char-ucs.h (LEADING_BYTE_DAIKANWA_EKANJI): New macro.
4116         (LEADING_BYTE_MOJIKYO): New macro.
4117         (MIN_CHAR_MOJIKYO): New macro.
4118         (MIN_CHAR_DAIKANWA): Use `MIN_CHAR_MOJIKYO'.
4119         (MAX_CHAR_MOJIKYO): New macro.
4120
4121 2000-02-12  MORIOKA Tomohiko  <tomo@m17n.org>
4122
4123         * mule-charset.c (remove_char_attribute): Fixed.
4124
4125 2000-02-08  MORIOKA Tomohiko  <tomo@m17n.org>
4126
4127         * mule-charset.c (remove_char_attribute): New function.
4128         (Fremove_char_attribute): New function.
4129         (encode_builtin_char_1): Comment out builtin-support for
4130         greek-iso8859-7 and cyrillic-iso8859-5.
4131         (Fdecode_char): Check `code' is an integer.
4132         (syms_of_mule_charset): Add `remove-char-attribute'.
4133         (MIN_CHAR_GREEK): Deleted.
4134         (MAX_CHAR_GREEK): Likewise.
4135         (MIN_CHAR_CYRILLIC): Likewise.
4136         (MAX_CHAR_CYRILLIC): Likewise.
4137         (complex_vars_of_mule_charset): Don't use MIN_CHAR_GREEK and
4138         MAX_CHAR_GREEK for `greek-iso8859-7'.
4139
4140         * char-ucs.h (MIN_CHAR_GREEK): Comment out.
4141         (MAX_CHAR_GREEK): Likewise.
4142         (MIN_CHAR_CYRILLIC): Likewise.
4143         (MAX_CHAR_CYRILLIC): Likewise.
4144
4145 2000-02-02  MORIOKA Tomohiko  <tomo@m17n.org>
4146
4147         * mule-charset.c (Fdefine_char): Fix problem when new code-point
4148         format is used without `ucs' property.
4149         (Fdecode_char): Fix problem with GR representation.
4150         (complex_vars_of_mule_charset): Don't use `MIN_CHAR_CYRILLIC' and
4151         `MAX_CHAR_CYRILLIC' as range of builtin `cyrillic-iso8859-5'.
4152
4153 2000-01-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4154
4155         * mule-charset.c (make_builtin_char): New function.
4156         (encode_builtin_char_1): Check ISO-2022-charset is defined or not.
4157         (Fset_charset_mapping_table): Modify for new representation of
4158         code-point.
4159         (Fdecode_char): New function.
4160         (syms_of_mule_charset): Add new builtin function `decode-char' in
4161         UTF-2000.
4162
4163         * char-ucs.h (make_builtin_char): New prototype.
4164         (DECODE_CHAR): New inline function.
4165         (MAKE_CHAR): Use `DECODE_CHAR'.
4166
4167 2000-01-28  MORIOKA Tomohiko  <tomo@m17n.org>
4168
4169         * text-coding.c (parse_charset_conversion_specs): Use
4170         `XCHARSET_CHARS' and `XCHARSET_DIMENSION' instead of
4171         `XCHARSET_TYPE'.
4172         (iso2022_designate): Likewise.
4173
4174         * chartab.c (decode_char_table_range): Use `XCHARSET_CHARS' and
4175         `XCHARSET_DIMENSION' instead of `XCHARSET_TYPE'.
4176
4177         * mule-charset.c (Vcharset_ucs): New variable.
4178         (print_charset): Change design; use `CHARSET_CHARS' and
4179         `CHARSET_DIMENSION' instead of `CHARSET_TYPE'.
4180         (make_charset): Change signature to specify `chars' and
4181         `dimension' instead of `type'.
4182         (range_charset_code_point): Modify for 256^n-set.
4183         (encode_builtin_char_1): Encode as `ucs' in default.
4184         (Fmake_charset): Modify for `make_charset'.
4185         (Fmake_reverse_direction_charset): Likewise.
4186         (Fsplit_char): Use `ENCODE_CHAR' instead of `BREAKUP_CHAR' in
4187         UTF-2000.
4188         (complex_vars_of_mule_charset): Add coded-charset `ucs'; modify
4189         for `make_charset'.
4190
4191         * char-ucs.h (Vcharset_ucs): New variable.
4192         (LEADING_BYTE_UCS): New macro.
4193         (struct Lisp_Charset): Delete `type'; change type of `dimension'
4194         and `chars' to `unsigned short' from `unsigned int'.
4195         (CHARSET_TYPE): Deleted.
4196         (XCHARSET_TYPE): Deleted.
4197
4198 2000-01-27  MORIOKA Tomohiko  <tomo@m17n.org>
4199
4200         * mule-charset.c (charset_code_point): Moved to char-ucs.h.
4201
4202         * char-ucs.h (charset_code_point): Moved from mule-charset.c.
4203         (ENCODE_CHAR): New macro.
4204
4205 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
4206
4207         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4208         to 0.14 (Kawachi-Katakami).
4209
4210 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
4211
4212         * text-coding.c (char_encode_shift_jis): Modify for
4213         `charset_code_point'.
4214         (char_encode_iso2022): Likewise.
4215
4216         * mule-charset.c (Fput_char_attribute): Use <Lisp_Object>
4217         (integer) instead of list of <Lisp_Object>s (integers) as the
4218         format of code-point of a coded-charset.
4219         (range_charset_code_point): Return <int> instead of <Lisp_Object>.
4220         (encode_builtin_char_1): New function; delete
4221         `split_builtin_char'.
4222         (charset_code_point): Return <int> instead of <Lisp_Object>.
4223         (Fsplit_char): Don't use `SPLIT_CHAR'.
4224
4225         * char-ucs.h (encode_builtin_char_1): New prototype; delete
4226         prototype for `split_builtin_char'.
4227         (range_charset_code_point): Return <int> instead of <Lisp_Object>.
4228         (charset_code_point): Likewise.
4229         (encode_char_1): New inline function; delete `SPLIT_CHAR'.
4230         (breakup_char_1): Use `encode_char_1' instead of `SPLIT_CHAR'.
4231
4232 2000-01-20  MORIOKA Tomohiko  <tomo@m17n.org>
4233
4234         * mule-charset.c (complex_vars_of_mule_charset): Don't define
4235         `japanese-jisx0208-1990' in non-UTF-2000 Mule.
4236
4237 2000-01-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
4238
4239         * mule-charset.c (split_builtin_char): Don't support OBS_94x94.
4240
4241         * char-ucs.h (MIN_CHAR_OBS_94x94): Deleted.
4242         (MAX_CHAR_OBS_94x94): Deleted.
4243
4244 2000-01-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
4245
4246         * mule-charset.c (split_builtin_char): Use `MAX_CHAR_BMP'.
4247
4248         * char-ucs.h (MAX_CHAR_BMP): New macro.
4249
4250 2000-01-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
4251
4252         * text-coding.c: Sync with r21-2-24.
4253
4254 2000-01-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
4255
4256         * file-coding.c: Modify for UTF-2000.
4257
4258 2000-01-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
4259
4260         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4261         to 0.13 (Takaida).
4262
4263 2000-01-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4264
4265         * mule-charset.c (split_builtin_char): Delete builtin support for
4266         `katakana-jisx0201'.
4267         (complex_vars_of_mule_charset): Don't map `katakana-jisx0201' to
4268         BMP area in builtin representation.
4269
4270         * char-ucs.h (MAKE_CHAR): Delete builtin support for
4271         `Vcharset_katakana_jisx0201'.
4272
4273 1999-12-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
4274
4275         * mule-charset.c (Vcharset_mojikyo_pj_[1 .. 21]): New variable.
4276         (Qisolated): New variable.
4277         (Qinitial): New variable.
4278         (Qmedial): New variable.
4279         (Qfinal): New variable.
4280         (Qvertical): New variable.
4281         (Qsmall): New variable.
4282         (to_char_code): Use `Qisolated', `Qinitial', `Qmedial', `Qfinal',
4283         `Qvertical' and `Qsmall'.
4284         (Qmojikyo_pj_[1 .. 21]): New variable.
4285         (syms_of_mule_charset): Add new symbols `isolated', `initial',
4286         `medial', `final', `vertical', `small' and `mojikyo-pj-[1 .. 21]'.
4287         (complex_vars_of_mule_charset): Add new charset `mojikyo-pj-[1
4288         .. 21]'.
4289
4290 1999-11-23  MORIOKA Tomohiko  <tomo@etl.go.jp>
4291
4292         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x60.
4293         (LEADING_BYTE_MOJIKYO_PJ_[1 .. 21]): New macros.
4294         (MAX_LEADING_BYTE_PRIVATE): Changed to `(CHARSET_ID_OFFSET - 32)'.
4295
4296 1999-11-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
4297
4298         * mule-charset.c (Vcharset_japanese_jisx0208_1990): New variable.
4299         (Fdefine_char): Use Group 00 Plane 10 for non-coded variants of
4300         BMP.
4301         (Qjapanese_jisx0208_1990): New variable.
4302         (syms_of_mule_charset): Add new symbol `Qjapanese_jisx0208_1990'.
4303         (complex_vars_of_mule_charset): Add new coded-charset
4304         `japanese-jisx0208-1990'.
4305
4306         * char-ucs.h (LEADING_BYTE_JAPANESE_JISX0208_1990): New macro.
4307         (MIN_CHAR_JIS_X0208_1990): New macro.
4308         (MAX_CHAR_JIS_X0208_1990): New macro.
4309
4310 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4311
4312         * text-coding.c (char_encode_iso2022): Output `~' if ISO 2022
4313         coded-charset is not found.
4314
4315 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4316
4317         * mule-charset.c (Fget_char_attribute): Forgot to `CHECK_CHAR'.
4318         (Fdefine_char): Use `Fmake_char'.
4319
4320 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4321
4322         * mule-charset.c (Vcharset_ideograph_daikanwa): New variable.
4323         (Vcharset_hiragana_jisx0208): Deleted.
4324         (Vcharset_katakana_jisx0208): Deleted.
4325         (Qideograph_daikanwa): New variable.
4326         (Qhiragana_jisx0208): Deleted.
4327         (Qkatakana_jisx0208): Deleted.
4328         (split_builtin_char): Split `ideograph-daikanwa'.
4329         (Fsplit_char): New implementation for UTF-2000.
4330         (syms_of_mule_charset): Add new symbol `ideograph-daikanwa';
4331         delete symbol `hiragana-jisx0208' and `katakana-jisx0208'.
4332         (complex_vars_of_mule_charset): Add new coded-charset
4333         `ideograph-daikanwa'; delete coded-charset `hiragana-jisx0208' and
4334         `katakana-jisx0208'.
4335
4336         * char-ucs.h (LEADING_BYTE_DAIKANWA): New macro.
4337         (LEADING_BYTE_HIRAGANA_JISX0208): Deleted.
4338         (LEADING_BYTE_KATAKANA_JISX0208): Deleted.
4339         (MIN_CHAR_DAIKANWA): New macro.
4340         (MAX_CHAR_DAIKANWA): New macro.
4341
4342 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4343
4344         * data.c (Fstring_to_number): Don't recognize floating point if
4345         base is not 10.
4346
4347 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4348
4349         * mule-charset.c (Fput_char_attribute): Forgot to `CHECK_CHAR'.
4350
4351 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4352
4353         * mule-charset.c (Qsquare): New variable.
4354         (to_char_code): Add `Qsquare'.
4355         (syms_of_mule_charset): Add new symbol `square'.
4356
4357 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4358
4359         * mule-charset.c (Qcircle): New variable.
4360         (to_char_code): Add `Qcircle'.
4361         (syms_of_mule_charset): Add new symbol `circle'.
4362
4363 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4364
4365         * mule-charset.c (Qfont): New variable.
4366         (to_char_code): Add `Qfont'.
4367         (syms_of_mule_charset): Add new symbol `font'.
4368
4369 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4370
4371         * mule-charset.c (Qsub): New variable.
4372         (to_char_code): Add `Qsub'.
4373         (syms_of_mule_charset): Add new symbol `sub'.
4374
4375 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4376
4377         * mule-charset.c (Fput_char_attribute): Convert each element of
4378         VALUE to GL position if ATTRIBUTE is a GR-set,
4379
4380 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4381
4382         * mule-charset.c (Fput_char_attribute): Allow GR code-point if a
4383         coded-charset is a GR-set.
4384
4385 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4386
4387         * mule-charset.c (Fput_char_attribute): Check each element of
4388         VALUE is a byte if ATTRIBUTE is a coded-charset or its name.
4389
4390 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4391
4392         * mule-charset.c (Vcharset_ethiopic_ucs): New variable in
4393         UTF-2000.
4394         (Qethiopic_ucs): New variable in UTF-2000.
4395         (syms_of_mule_charset): Add new symbol `ethiopic-ucs' in UTF-2000.
4396         (complex_vars_of_mule_charset): Add new coded-charset
4397         `ethiopic-ucs' in UTF-2000.
4398
4399         * char-ucs.h (LEADING_BYTE_ETHIOPIC_UCS): New macro.
4400         (LEADING_BYTE_HIRAGANA_JISX0208): Changed to `(CHARSET_ID_OFFSET -
4401         9)'.
4402         (LEADING_BYTE_KATAKANA_JISX0208): Changed to `(CHARSET_ID_OFFSET -
4403         10)'.
4404         (LEADING_BYTE_PRIVATE): Changed to `(CHARSET_ID_OFFSET - 11)'.
4405
4406 1999-11-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
4407
4408         * mule-charset.c (Fset_charset_mapping_table): Fix problem with
4409         `ascii'.
4410
4411 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4412
4413         * mule-charset.c (Vcharacter_variant_table): New variable.
4414         (Q_ucs): New variable.
4415         (Fchar_variants): New function.
4416         (Fput_char_attribute): Register `->ucs' value to
4417         `Vcharacter_variant_table'.
4418         (syms_of_mule_charset): Add new function `char-variants' and new
4419         symbol `->ucs'.
4420         (vars_of_mule_charset): Setup `Vcharacter_variant_table'.
4421
4422 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4423
4424         * mule-charset.c (get_char_code_table): Allow negative character
4425         code.
4426         (put_char_code_table): Likewise.
4427         (Vcharacter_composition_table): New variable.
4428         (Q_decomposition): New variable.
4429         (Qwide): New variable.
4430         (Qnarrow): New variable.
4431         (Qcompat): New variable.
4432         (QnoBreak): New variable.
4433         (Qsuper): New variable.
4434         (Qfraction): New variable.
4435         (to_char_code): New function.
4436         (Fget_composite_char): New function.
4437         (Fput_char_attribute): Register `->decomposition' value to
4438         `Vcharacter_composition_table'.
4439         (syms_of_mule_charset): Add new function `get-composite-char', new
4440         symbol `->decomposition', `wide', `narrow', `compat', `noBreak',
4441         `super' and `fraction'.
4442         (vars_of_mule_charset): Setup `Vcharacter_composition_table'.
4443
4444 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4445
4446         * mule-charset.c (Fchar_attribute_alist): Check the argument is a
4447         character; copy the return value.
4448
4449 1999-11-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4450
4451         * char-ucs.h (SPLIT_CHAR): Use `split_builtin_char'.
4452
4453         * mule-charset.c (range_charset_code_point): Must use make_int.
4454         (split_builtin_char): New function.
4455
4456 1999-11-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4457
4458         * mule-charset.c (char_byte_table): Change name from
4459         "char-code-table" to "char-byte-table".
4460         (mark_char_code_table): New function.
4461         (char_code_table_equal): New function.
4462         (char_code_table_hash): New function.
4463         (char_code_table_description): New constant.
4464         (char_code_table): New type.
4465         (make_char_code_table): New function.
4466         (copy_char_code_table): New function.
4467         (get_char_code_table): Modify for `char_code_table' type.
4468         (put_char_code_table): Likewise.
4469         (vars_of_mule_charset): Update `utf-2000-version' to 0.12
4470         (Kashiwara).
4471
4472         * char-ucs.h (char_code_table): New type.
4473         (XCHAR_CODE_TABLE): New macro.
4474         (XSETCHAR_CODE_TABLE): New macro.
4475         (CHAR_CODE_TABLE_P): New macro.
4476         (GC_CHAR_CODE_TABLE_P): New macro.
4477         (struct Lisp_Char_Code_Table): New structure.
4478
4479 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4480
4481         * mule-charset.c (Fmake_charset): Setup byte_offset for
4482         {94|96}^n-set.
4483
4484 1999-11-09  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4485
4486         * mule-charset.c (Fdefine_char): Fix problem with non-UCS
4487         character.
4488
4489 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4490
4491         * char-ucs.h (SPLIT_CHAR): Don't make new cell if a charset slot
4492         is found.
4493
4494 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4495
4496         * mule-charset.c (Fget_char_attribute): If ATTRIBUTE is a name of
4497         charset, it is regarded as a charset.
4498         (put_char_attribute): New function in UTF-2000.
4499         (Fput_char_attribute): If ATTRIBUTE is a charset or a name of
4500         charset, mapping-table of the charset is modified.
4501         (Fdefine_char): New function in UTF-2000.
4502         (Fset_charset_mapping_table): Use `put_char_attribute' instead of
4503         `Fput_char_attribute'.
4504         (syms_of_mule_charset): Add new function `define-char' and new
4505         symbol `ucs' in UTF-2000.
4506         (vars_of_mule_charset): Update `utf-2000-version' to 0.11 (Shiki).
4507
4508 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4509
4510         * mule-charset.c (Fcharset_name): Define `byte_offset' in
4511         non-UTF-2000 configuration.
4512
4513 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4514
4515         * text-coding.c (char_encode_shift_jis): Use `charset_code_point'
4516         not to use `XCHARSET_ENCODING_TABLE (Vcharset_latin_jisx0201)'.
4517
4518         * mule-charset.c (mark_charset): `cs->encoding_table' has been
4519         deleted.
4520         (make_charset): Don't use `CHARSET_ENCODING_TABLE(cs)'.
4521         (Fset_charset_mapping_table): Likewise.
4522
4523         * char-ucs.h (struct Lisp_Charset): Delete `encoding_table'.
4524         (CHARSET_ENCODING_TABLE): Delete.
4525         (XCHARSET_ENCODING_TABLE): Delete.
4526         (charset_code_point): New interface.
4527
4528 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4529
4530         * text-coding.c (char_encode_iso2022): Use `charset_code_point'
4531         instead of `charset_get_byte1' and `charset_get_byte2'.
4532
4533         * mule-charset.c, char-ucs.h (charset_get_byte1): Deleted.
4534         (charset_get_byte2): Deleted.
4535
4536 1999-10-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4537
4538         * char-ucs.h (SPLIT_CHAR): New inline function.
4539         (breakup_char_1): Use `SPLIT_CHAR'.
4540
4541         * mule-charset.c (range_charset_code_point): New function.
4542         (charset_code_point): New function.
4543
4544         * char-ucs.h (range_charset_code_point): New interface.
4545         (breakup_char_1): Use `range_charset_code_point'.
4546
4547 1999-10-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4548
4549         * mule-charset.c (Fmake_charset): Delete unused local variable
4550         `code_offset'.
4551
4552         * char-ucs.h (Vcharacter_attribute_table): New extern variable.
4553         (breakup_char_1): Find a charset and code-point in
4554         `Vcharacter_attribute_table'.
4555
4556 1999-10-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4557
4558         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4559         to 0.10 (Yao).
4560
4561 1999-10-25  MORIOKA Tomohiko  <tomo@etl.go.jp>
4562
4563         * mule-charset.c (Vcharacter_attribute_table): New variable.
4564         (Fchar_attribute_alist): New function.
4565         (Fget_char_attribute): New function.
4566         (Fput_char_attribute): New function.
4567         (Fset_charset_mapping_table): Setup `Vcharacter_attribute_table'
4568         too.
4569         (syms_of_mule_charset): Add new function `char-attribute-alist',
4570         `get-char-attribute' and `put-char-attribute'.
4571         (vars_of_mule_charset): Setup `Vcharacter_attribute_table'.
4572
4573 1999-10-19  MORIOKA Tomohiko  <tomo@etl.go.jp>
4574
4575         * mule-charset.c (Fmake_charset): Just use
4576         `get_unallocated_leading_byte'.
4577
4578         * char-ucs.h (LEADING_BYTE_*): Use ISO-IR numbers for official
4579         sets; don't use final-byte based number for private sets.
4580
4581 1999-10-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4582
4583         * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
4584         integer.
4585
4586 1999-10-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4587
4588         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4589         to 0.9.
4590
4591 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4592
4593         * regex.c (compile_extended_range): Use `CHAR_CHARSET_ID' instead
4594         of `CHAR_LEADING_BYTE' in UTF-2000.
4595
4596         * insdel.c (find_charsets_in_bufbyte_string): Use
4597         `CHAR_CHARSET_ID' instead of `CHAR_LEADING_BYTE' in UTF-2000.
4598         (find_charsets_in_emchar_string): Likewise.
4599
4600         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use
4601         `CHAR_CHARSET_ID' instead of `CHAR_LEADING_BYTE' in UTF-2000.
4602
4603         * char-ucs.h (CHAR_LEADING_BYTE): Deleted.
4604         (CHAR_CHARSET_ID): New macro.
4605
4606 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4607
4608         * chartab.c (get_char_table): Don't use type `Charset_ID' for
4609         charset-id - MIN_LEADING_BYTE.
4610         (put_char_table): Likewise.
4611
4612 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4613
4614         * char-ucs.h (MIN_LEADING_BYTE): Changed to `-0x40'.
4615         (NUM_LEADING_BYTES): Changed to (80 * 3 - MIN_LEADING_BYTE).
4616         (CHARSET_LEADING_BYTE): Don't cast by `Bufbyte'.
4617         (CHARSET_ID_OFFSET): New macro.
4618         (LEADING_BYTE_CONTROL_1): Changed to (CHARSET_ID_OFFSET - 1).
4619         (LEADING_BYTE_UCS_BMP): Changed to (CHARSET_ID_OFFSET - 2).
4620         (LEADING_BYTE_LATIN_VISCII): Changed to (CHARSET_ID_OFFSET - 3).
4621         (LEADING_BYTE_HIRAGANA_JISX0208): Changed to (CHARSET_ID_OFFSET -
4622         4).
4623         (LEADING_BYTE_KATAKANA_JISX0208): Changed to (CHARSET_ID_OFFSET -
4624         5).
4625         (MIN_LEADING_BYTE_PRIVATE): Changed to `MIN_LEADING_BYTE'.
4626         (MAX_LEADING_BYTE_PRIVATE): Changed to (CHARSET_ID_OFFSET - 6).
4627         (CHARSET_ID_OFFSET_94): Changed to (CHARSET_ID_OFFSET - '0').
4628         (CHARSET_ID_OFFSET_96): Changed to (CHARSET_ID_OFFSET_94 + 80).
4629         (CHARSET_ID_OFFSET_94x94): Changed to (CHARSET_ID_OFFSET_96 + 80).
4630
4631 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4632
4633         * mule-charset.c (next_allocated_leading_byte): New variable in
4634         UTF-2000.
4635         (next_allocated_1_byte_leading_byte): Don't define in UTF-2000.
4636         (next_allocated_2_byte_leading_byte): Don't define in UTF-2000.
4637         (get_unallocated_leading_byte): Simply use
4638         `next_allocated_leading_byte' [ignore dimension] in UTF-2000.
4639         (vars_of_mule_charset): Setup `next_allocated_leading_byte' in
4640         UTF-2000.
4641
4642         * char-ucs.h (MIN_LEADING_BYTE_PRIVATE): New macro.
4643         (MAX_LEADING_BYTE_PRIVATE): New macro.
4644         (MIN_LEADING_BYTE_OFFICIAL_2): Deleted.
4645         (MAX_LEADING_BYTE_OFFICIAL_2): Deleted.
4646
4647 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4648
4649         * mule-charset.c (Fmake_charset): Allocate final-byte based
4650         charset-id for 94-set, 96-set and 94x94-set.
4651
4652 1999-10-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
4653
4654         * mule-charset.c (char_byte_table_equal): Fill braces to avoid
4655         ambiguous `else'.
4656         (Fmake_charset): Likewise.
4657         (complex_vars_of_mule_charset): Modify the font registry of
4658         `ucs-bmp' not to match `Ethiopic-Unicode'.
4659
4660 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4661
4662         * mule-charset.c (complex_vars_of_mule_charset): Add font
4663         registory of `ucs-bmp'.
4664
4665 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4666
4667         * text-coding.c (char_encode_iso2022): Ignore non-ISO-2022
4668         coded-charsets in `default-coded-charset-priority-list' when
4669         breaking up a character.
4670
4671         * mule-charset.c (Vcharset_latin_viscii): New variable.
4672         (Qlatin_viscii): New variable.
4673         (make_charset): Don't use `decoding_table'.
4674         (Fmake_charset): Regard graphic = 2 as 256^n-set; setup
4675         byte_offset.
4676         (Fset_charset_mapping_table): New implementation.
4677         (syms_of_mule_charset): Add new symbol `latin-viscii'.
4678         (complex_vars_of_mule_charset): Set `graphic' attribute of charset
4679         `ucs-bmp' and `latin_viscii' to 2; change font registry of charset
4680         `latin-viscii-lower' to "MULEVISCII-LOWER"; change font registry
4681         of charset `latin-viscii-upper' to "MULEVISCII-UPPER"; add new
4682         charset `latin_viscii'.
4683
4684         * char-ucs.h (LEADING_BYTE_LATIN_VISCII): New macro.
4685         (CHARSET_TYPE_94X94): Change to 1 from 2.
4686         (CHARSET_TYPE_96): Change to 2 from 1.
4687         (CHARSET_TYPE_128): New macro.
4688         (CHARSET_TYPE_128X128): Change to 5 from 4.
4689         (CHARSET_TYPE_256): New macro.
4690         (CHARSET_TYPE_256X256): Change to 7 from 5.
4691         (MAKE_CHAR): Use `XCHARSET_BYTE_OFFSET(charset)'.
4692
4693 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4694
4695         * text-coding.c (char_encode_shift_jis): Refer
4696         `XCHARSET_ENCODING_TABLE(Vcharset_latin_jisx0201)' instead of
4697         `XCHARSET_TO_BYTE1_TABLE(Vcharset_latin_jisx0201)'.
4698
4699         * mule-charset.c (mark_char_byte_table): New function in UTF-2000.
4700         (char_byte_table_equal): New function in UTF-2000.
4701         (char_byte_table_hash): New function in UTF-2000.
4702         (char_byte_table_description): New constant in UTF-2000.
4703         (char_byte_table): New type in UTF-2000.
4704         (make_char_byte_table): New function in UTF-2000.
4705         (copy_char_byte_table): New function in UTF-2000.
4706         (make_char_code_table): New macro in UTF-2000.
4707         (get_char_code_table): New function in UTF-2000.
4708         (put_char_code_table): New function in UTF-2000.
4709         (mark_charset): Mark `cs->encoding_table' in UTF-2000.
4710         (charset_description): Add setting in UTF-2000.
4711         (make_charset): Setup `CHARSET_ENCODING_TABLE(cs)' instead of
4712         `CHARSET_TO_BYTE1_TABLE(cs)'.
4713         (charset_get_byte1): Refer `XCHARSET_ENCODING_TABLE(charset)'
4714         instead of `XCHARSET_TO_BYTE1_TABLE(charset)'.
4715         (charset_get_byte2): Refer `XCHARSET_ENCODING_TABLE(charset)'
4716         instead of `XCHARSET_TO_BYTE2_TABLE(charset)'.
4717         (Fset_charset_mapping_table): Setup `CHARSET_ENCODING_TABLE(cs)'
4718         instead of `CHARSET_TO_BYTE1_TABLE(cs)' and
4719         `CHARSET_TO_BYTE2_TABLE(cs)'.
4720
4721         * char-ucs.h (char_byte_table): New type.
4722         (XCHAR_BYTE_TABLE): New macro.
4723         (XSETCHAR_BYTE_TABLE): New macro.
4724         (CHAR_BYTE_TABLE_P): New macro.
4725         (GC_CHAR_BYTE_TABLE_P): New macro.
4726         (struct Lisp_Char_Byte_Table): New structure.
4727         (get_char_code_table): New interface.
4728         (Emchar_to_byte_table): Deleted.
4729         (get_byte_from_character_table): Deleted.
4730         (struct Lisp_Charset): Add `encoding_table'; delete
4731         `to_byte1_table' and `to_byte2_table'.
4732         (CHARSET_ENCODING_TABLE): New macro.
4733         (CHARSET_TO_BYTE1_TABLE): Deleted.
4734         (CHARSET_TO_BYTE2_TABLE): Deleted.
4735         (XCHARSET_ENCODING_TABLE): New macro.
4736         (XCHARSET_TO_BYTE1_TABLE): Deleted.
4737         (XCHARSET_TO_BYTE2_TABLE): Deleted.
4738
4739 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
4740
4741         * mule-charset.c (syms_of_mule_charset): Delete charset alias
4742         `vietnamese-viscii-*'.
4743
4744 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
4745
4746         * mule-charset.c (Qvietnamese_viscii_lower): New variable.
4747         (Qvietnamese_viscii_upper): New variable.
4748         (Fdefine_charset_alias): New function.
4749         (syms_of_mule_charset): Add new function `define-charset-alias'.
4750         (syms_of_mule_charset): Rename charset `vietnamese-viscii-*' to
4751         `latin-viscii-*'; define `vietnamese-viscii-*' as aliases for
4752         `latin-viscii-*'.
4753
4754 1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
4755
4756         * char-ucs.h (MIN_CHAR_OBS_94x94): New macro.
4757         (MAX_CHAR_OBS_94x94): New macro.
4758         (breakup_char_1): Support obsolete XEmacs-UCS private code space
4759         for 94x94 sets.
4760
4761         * mule-charset.c (put_byte_from_character_table): Change unit size
4762         from 128 to 256.
4763         (mark_charset): Don't mark `cs->decoding_table' if `UTF2000' is
4764         not defined.
4765         (Fmake_reverse_direction_charset): Modify dummy argument of
4766         `make_charset' for non-UTF-2000 environment.
4767
4768 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4769
4770         * char-ucs.h (MAKE_CHAR): Allow nested decoding-table.
4771
4772         * mule-charset.c (destroy_byte_from_character_table): New macro.
4773         (latin_jisx0201_to_ucs): Deleted.
4774         (latin_iso8859_2_to_ucs): Deleted.
4775         (latin_iso8859_3_to_ucs): Deleted.
4776         (latin_iso8859_4_to_ucs): Deleted.
4777         (latin_iso8859_9_to_ucs): Deleted.
4778         (latin_viscii_lower_to_ucs): Deleted.
4779         (latin_viscii_upper_to_ucs): Deleted.
4780         (mark_charset): Mark `cs->decoding_table'.
4781         (Fcharset_mapping_table): Fix DOC-string.
4782         (Fset_charset_mapping_table): New function.
4783         (syms_of_mule_charset): Add nwe function
4784         `set-charset-mapping-table'.
4785         (complex_vars_of_mule_charset): Don't setup and use
4786         `latin_*_to_ucs'.
4787
4788 1999-10-01  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4789
4790         * char-ucs.h (MAKE_CHAR): Check the result for range-represented
4791         charset.
4792
4793 1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4794
4795         * mule-charset.c (Vcharset_hiragana_jisx0208): New variable.
4796         (Vcharset_katakana_jisx0208): New variable.
4797         (Qhiragana_jisx0208): New variable.
4798         (Qkatakana_jisx0208): New variable.
4799         (make_charset): Add new argument `byte_offset'.
4800         (charset_get_byte1): Modify for new coded-charset definition; use
4801         `XCHARSET_UCS_MIN', `XCHARSET_UCS_MAX', `XCHARSET_CODE_OFFSET' and
4802         `XCHARSET_BYTE_OFFSET'.
4803         (Fmake_charset): Modify for `make_charset'.
4804         (Fmake_reverse_direction_charset): Likewise.
4805         (syms_of_mule_charset): Add new symbols `hiragana-jisx0208' and
4806         `katakana-jisx0208'.
4807         (complex_vars_of_mule_charset): Modify for `make_charset'; quote
4808         `.'  in font registry of charset `katakana-jisx0201',
4809         `latin-jisx0201', `vietnamese-viscii-lower' and
4810         `vietnamese-viscii-upper'; modify DOC-string of charset
4811         `japanese-jisx0208-1978' and `japanese-jisx0208'; modify font
4812         registry of charset `japanese-jisx0208' not to use font for JIS
4813         X0208:1990; add new charset `hiragana-jisx0208' and
4814         `katakana-jisx0208'.
4815
4816         * char-ucs.h (LEADING_BYTE_HIRAGANA_JISX0208): New macro.
4817         (LEADING_BYTE_KATAKANA_JISX0208): New macro.
4818         (struct Lisp_Charset): Add `byte_offset'.
4819         (CHARSET_BYTE_OFFSET): New macro.
4820         (XCHARSET_UCS_MIN): New macro.
4821         (XCHARSET_UCS_MAX): New macro.
4822         (XCHARSET_CODE_OFFSET): New macro.
4823         (XCHARSET_BYTE_OFFSET): New macro.
4824         (MIN_CHAR_HIRAGANA): New macro.
4825         (MAX_CHAR_HIRAGANA): New macro.
4826         (MIN_CHAR_KATAKANA): New macro.
4827         (MAX_CHAR_KATAKANA): New macro.
4828         (MAKE_CHAR): Modify for new coded-charset definition; use
4829         `XCHARSET_UCS_MIN', `XCHARSET_UCS_MAX', `XCHARSET_CODE_OFFSET' and
4830         `XCHARSET_BYTE_OFFSET'.
4831
4832 1999-09-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4833
4834         * mule-charset.c (CHAR96): Deleted.
4835         (latin_jisx0201_to_ucs): Type is changed from array of <Emchar> to
4836         <Lisp_Object>.
4837         (latin_iso8859_2_to_ucs): Likewise.
4838         (latin_iso8859_3_to_ucs): Likewise.
4839         (latin_iso8859_4_to_ucs): Likewise.
4840         (latin_iso8859_9_to_ucs): Likewise.
4841         (latin_viscii_lower_to_ucs): Likewise.
4842         (latin_viscii_upper_to_ucs): Likewise.
4843         (latin_tcvn5712_to_ucs): Commented out.
4844         (make_charset): Change type of argument `decoding_table' from
4845         <Emchar*> to <Lisp_Object> [vector of characters].
4846         (Fmake_charset): Modify for `make_charset'.
4847         (Fmake_reverse_direction_charset): Likewise.
4848         (Fcharset_mapping_table): New function in UTF-2000.
4849         (syms_of_mule_charset): Setup `Fcharset_mapping_table' in
4850         UTF-2000.
4851         (complex_vars_of_mule_charset): Modify for type change of
4852         `*_to_ucs'; modify for `make_charset'.
4853
4854         * char-ucs.h (struct Lisp_Charset): Change type of
4855         `decoding_table' from <Emchar*> to <Lisp_Object>.
4856         (MAKE_CHAR): Modify for new specification of `decoding_table'.
4857
4858 1999-09-23  MORIOKA Tomohiko  <tomo@etl.go.jp>
4859
4860         * mule-charset.c (Fmake_reverse_direction_charset): Fix compile
4861         error with non-UTF-2000-Mule.
4862
4863 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
4864
4865         * mule-charset.c (Vcharset_chinese_cns11643_3): Deleted [defined
4866         in lisp again].
4867         (Vcharset_chinese_cns11643_4): Likewise.
4868         (Vcharset_chinese_cns11643_5): Likewise.
4869         (Vcharset_chinese_cns11643_6): Likewise.
4870         (Vcharset_chinese_cns11643_7): Likewise.
4871         (Qchinese_cns11643_3): Likewise.
4872         (Qchinese_cns11643_4): Likewise.
4873         (Qchinese_cns11643_5): Likewise.
4874         (Qchinese_cns11643_6): Likewise.
4875         (Qchinese_cns11643_7): Likewise.
4876         (syms_of_mule_charset): Move definitions for `chinese-cns11643-3',
4877         `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
4878         and `chinese-cns11643-7' to lisp/mule/chinese.el.
4879         (complex_vars_of_mule_charset): Likewise.
4880
4881 1999-09-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
4882
4883         * mule-charset.c (charset_get_byte1): Fix bug about 94- and
4884         96-set.
4885         (Fmake_reverse_direction_charset): Inherit CHARSET_DECODING_TABLE,
4886         CHARSET_UCS_MIN, CHARSET_UCS_MAX and CHARSET_CODE_OFFSET.
4887
4888 1999-09-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
4889
4890         * char-ucs.h (MIN_CHAR_HALFWIDTH_KATAKANA): Changed to 0xFF61 from
4891         0xFF60.
4892         (MAKE_CHAR): Change offset for katakana-jisx0201 to 33 from 0x20.
4893         (breakup_char_1): Likewise.
4894
4895         * text-coding.c (char_encode_iso2022): Keep designated charsets if
4896         one of them includes the specified character.
4897
4898 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4899
4900         * mule-charset.c: Update `utf-2000-version' to 0.8 (Kami).
4901
4902 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4903
4904         * char-ucs.h (MAKE_CHAR): Fix problem in 2-dimension charset.
4905
4906 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4907
4908         * mule-charset.c (latin_iso8859_2_to_ucs NULL): Add pseudo
4909         definition for non-UTF-2000 Mule.
4910         (latin_iso8859_3_to_ucs): Likewise.
4911         (latin_iso8859_4_to_ucs): Likewise.
4912         (latin_iso8859_9_to_ucs): Likewise.
4913         (latin_jisx0201_to_ucs): Likewise.
4914         (MIN_CHAR_THAI): Likewise.
4915         (MAX_CHAR_THAI): Likewise.
4916         (MIN_CHAR_GREEK): Likewise.
4917         (MAX_CHAR_GREEK): Likewise.
4918         (MIN_CHAR_HEBREW): Likewise.
4919         (MAX_CHAR_HEBREW): Likewise.
4920         (MIN_CHAR_HALFWIDTH_KATAKANA): Likewise.
4921         (MAX_CHAR_HALFWIDTH_KATAKANA): Likewise.
4922         (MIN_CHAR_CYRILLIC): Likewise.
4923         (MAX_CHAR_CYRILLIC): Likewise.
4924
4925 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4926
4927         * char-ucs.h (breakup_char_1): Use
4928         `Vdefault_coded_charset_priority_list' for hebrew-iso8859-8,
4929         thai-tis620 and katakana-jisx0201 area.
4930
4931 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4932
4933         * char-ucs.h (breakup_char_1): Use
4934         `Vdefault_coded_charset_priority_list' for cyrillic-iso8859-5
4935         area.
4936
4937         * text-coding.c (reset_encoding_stream): Fixed.
4938         (char_encode_ucs4): Delete `& 255'.
4939
4940         * char-ucs.h (breakup_char_1): Use
4941         `Vdefault_coded_charset_priority_list' for greek-iso8859-7 area.
4942
4943 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4944
4945         * file-coding.c (Fmake_coding_system): Don't set up
4946         `codesys->fixed.size'.
4947         (encode_coding_no_conversion): Don't refer
4948         `str->codesys->fixed.size'.
4949
4950 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4951
4952         * mule-charset.c, char-ucs.h (latin_a_char_to_charset): Deleted.
4953         (latin_a_char_to_byte1): Deleted.
4954         (latin_a_char_to_byte2): Deleted.
4955
4956 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4957
4958         * mule-charset.c (make_charset): Add new argument `ucs_min',
4959         `ucs_max' and `code_offset'.
4960         (charset_get_byte1): New implementation [delete specific charset
4961         depended implementations].
4962         (Fmake_charset): Modify for `make_charset'.
4963         (Fmake_reverse_direction_charset): Likewise.
4964         (complex_vars_of_mule_charset): Likewise.
4965
4966         * char-ucs.h (struct Lisp_Charset): Add `ucs_min', `ucs_max' and
4967         `code_offset'.
4968         (CHARSET_UCS_MIN): New macro.
4969         (CHARSET_UCS_MAX): New macro.
4970         (CHARSET_CODE_OFFSET): New macro.
4971         (MAKE_CHAR): Delete charset depended definitions [except
4972         katakana-jisx0201].
4973
4974 1999-09-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
4975
4976         * char-ucs.h (breakup_char_1): Use
4977         `Vdefault_coded_charset_priority_list' for C0-Controls,
4978         Basic-Latin, C1-Controls and Latin-1-Supplement area.
4979
4980 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4981
4982         * char-ucs.h (charset_get_byte1): New function.
4983         (XCHARSET_GET_BYTE1): Deleted.
4984         (charset_get_byte2): New function.
4985         (XCHARSET_GET_BYTE2): Deleted.
4986         (Vdefault_coded_charset_priority_list): New external variable.
4987         (breakup_char_1): Use `charset_get_byte1', `charset_get_byte2' and
4988         `Vdefault_preferred_coded_charset_list'.
4989
4990         * mule-charset.c (charset_get_byte1): New function.
4991         (charset_get_byte2): New function.
4992         (Vdefault_coded_charset_priority_list): New variable.
4993         (vars_of_mule_charset): Add new variable
4994         `default-coded-charset-priority-list'.
4995
4996 1999-09-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4997
4998         * char-ucs.h (XCHARSET_GET_BYTE1): New inline function.
4999         (XCHARSET_GET_BYTE2): New inline function.
5000         (breakup_char_1): Use `XCHARSET_GET_BYTE1' and
5001         `XCHARSET_GET_BYTE2'.
5002
5003 1999-09-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5004
5005         * mule-charset.c (make_charset): Initialize
5006         `CHARSET_TO_BYTE1_TABLE(cs)' and `CHARSET_TO_BYTE2_TABLE(cs)' by
5007         NULL if table is not defined.
5008
5009 1999-09-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5010
5011         * text-coding.c (char_encode_shift_jis): Use
5012         `XCHARSET_TO_BYTE1_TABLE' for `Vcharset_latin_jisx0201' instead of
5013         `ucs_to_latin_jisx0201'.
5014
5015         * mule-charset.c (ucs_to_latin_jisx0201): Deleted.
5016         (ucs_to_latin_iso8859_2): Deleted.
5017         (ucs_to_latin_iso8859_3): Deleted.
5018         (ucs_to_latin_iso8859_4): Deleted.
5019         (ucs_to_latin_iso8859_9): Deleted.
5020         (ucs_to_latin_viscii_lower): Deleted.
5021         (ucs_to_latin_viscii_upper): Deleted.
5022         (ucs_to_latin_tcvn5712): Deleted.
5023         (make_charset): Add new argument `decoding_table'; set up
5024         `CHARSET_DECODING_TABLE(cs)' in UTF-2000; set up
5025         `CHARSET_TO_BYTE1_TABLE(cs)' for 94-set and 96-set if
5026         `decoding_table' is defined in UTF-2000.
5027         (Fmake_charset): Modify for `make_charset'.
5028         (Fmake_reverse_direction_charset): Likewise.
5029         (complex_vars_of_mule_charset): Likewise; delete `GENERATE_94_SET'
5030         and `GENERATE_96_SET'.
5031
5032         * char-ucs.h (latin_jisx0201_to_ucs): Deleted.
5033         (ucs_to_latin_jisx0201): Deleted.
5034         (latin_iso8859_2_to_ucs): Deleted.
5035         (ucs_to_latin_iso8859_2): Deleted.
5036         (latin_iso8859_3_to_ucs): Deleted.
5037         (ucs_to_latin_iso8859_3): Deleted.
5038         (latin_iso8859_4_to_ucs): Deleted.
5039         (ucs_to_latin_iso8859_4): Deleted.
5040         (latin_iso8859_9_to_ucs): Deleted.
5041         (ucs_to_latin_iso8859_9): Deleted.
5042         (latin_viscii_lower_to_ucs): Deleted.
5043         (ucs_to_latin_viscii_lower): Deleted.
5044         (latin_viscii_upper_to_ucs): Deleted.
5045         (ucs_to_latin_viscii_upper): Deleted.
5046         (struct Lisp_Charset): Renamed `encoding_table' to
5047         `to_byte1_table'; add `to_byte2_table'.
5048         (CHARSET_DECODING_TABLE): New macro.
5049         (CHARSET_TO_BYTE1_TABLE): New macro.
5050         (CHARSET_TO_BYTE2_TABLE): New macro.
5051         (XCHARSET_DECODING_TABLE): New macro.
5052         (XCHARSET_TO_BYTE1_TABLE): New macro.
5053         (XCHARSET_TO_BYTE2_TABLE): New macro.
5054         (MAKE_CHAR): Use `XCHARSET_DECODING_TABLE'; don't use `*_to_ucs'
5055         tables.
5056         (breakup_char_1): Use `XCHARSET_TO_BYTE1_TABLE' if it is defined;
5057         don't use `ucs_to_*' tables.
5058
5059 1999-09-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5060
5061         * text-coding.c (Fmake_coding_system): Don't set up
5062         `codesys->fixed.size'.
5063         (encode_coding_no_conversion): Use `if' instead of `switch'.
5064
5065         * file-coding.h (struct Lisp_Coding_System): Delete `fixed.size'.
5066
5067 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
5068
5069         * mule-charset.c (make_charset): Delete argument `rep_bytes'.
5070         (Fmake_charset): Modify for `make_charset'.
5071         (Fmake_reverse_direction_charset): Likewise.
5072         (complex_vars_of_mule_charset): Likewise.
5073
5074 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
5075
5076         * text-coding.c (char_encode_shift_jis): Use table
5077         `ucs_to_latin_jisx0201' and BREAKUP_CHAR.
5078
5079 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
5080
5081         * text-coding.c (text_encode_generic): Use `if' instead of
5082         `switch'.
5083         (decode_coding_sjis): Use `MAKE_CHAR' and `DECODE_ADD_UCS_CHAR' to
5084         decode JIS-Latin.
5085
5086 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5087
5088         * text-coding.c (encode_coding_sjis): Deleted.
5089         (char_encode_shift_jis): New function.
5090         (char_finish_shift_jis): New function.
5091         (reset_encoding_stream): Set up `encode_char' and `finish' for
5092         `CODESYS_UCS4' and `CODESYS_SHIFT_JIS'.
5093         (mule_encode): Use generic encoder for `CODESYS_SHIFT_JIS'.
5094         (char_encode_utf8): Treat `eol_type'.
5095
5096 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5097
5098         * file-coding.c (decode_coding_iso2022): Use
5099         `DECODE_ADD_UCS_CHAR'; don't use `XCHARSET_REP_BYTES'.
5100
5101 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5102
5103         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
5104         to 0.7 (Hirano).
5105
5106 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5107
5108         * char-lb.h (CHAR_COLUMNS): New macro.
5109
5110 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5111
5112         * text-coding.c (char_encode_ucs4): New function.
5113         (char_finish_ucs4): New function.
5114         (encode_coding_ucs4): Deleted.
5115         (mule_encode): Use generic encoder for `CODESYS_UCS4'.
5116         (text_encode_generic): Delete local variable `charset' and `half'.
5117         (ucs_to_mule_table): Deleted.
5118         (mule_to_ucs_table): Deleted.
5119         (Fset_ucs_char): Deleted.
5120         (ucs_to_char): Deleted.
5121         (Fucs_char): Deleted.
5122         (Fset_char_ucs): Deleted.
5123         (Fchar_ucs): Deleted.
5124         (decode_ucs4): Deleted.
5125         (mule_char_to_ucs4): Deleted.
5126         (encode_ucs4): Deleted.
5127         (decode_coding_ucs4): Use `DECODE_ADD_UCS_CHAR'.
5128         (decode_coding_utf8): Likewise.
5129         (decode_coding_iso2022): Likewise; don't use `XCHARSET_REP_BYTES'.
5130         (char_encode_iso2022): Fixed.
5131         (syms_of_file_coding): Delete `Fset_ucs_char', `Fucs_char',
5132         `Fset_char_ucs' and `Fchar_ucs'.
5133         (complex_vars_of_file_coding): Don't initialize
5134         `ucs_to_mule_table'.
5135
5136         * objects-tty.c (tty_initialize_font_instance): Don't use
5137         `XCHARSET_COLUMNS'.
5138
5139         * mule-charset.c (make_charset): Don't set up CHARSET_REP_BYTES in
5140         UTF-2000.
5141
5142         * redisplay-tty.c (tty_output_display_block): Use `CHAR_COLUMNS'
5143         instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
5144
5145         * insdel.c (bufbyte_string_displayed_columns): Use `CHAR_COLUMNS'
5146         instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
5147         (emchar_string_displayed_columns): Likewise.
5148
5149         * indent.c (column_at_point): Use `CHAR_COLUMNS' instead of
5150         `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
5151         (string_column_at_point): Likewise.
5152         (Fmove_to_column): Likewise.
5153
5154         * char-ucs.h (struct Lisp_Charset): Delete `rep_bytes'; add
5155         `encoding_table' and `decoding_table'.
5156         (CHARSET_REP_BYTES): Deleted.
5157         (XCHARSET_REP_BYTES): Deleted.
5158         (XCHARSET_COLUMNS): Deleted.
5159         (CHAR_COLUMNS): New macro.
5160         (lookup_composite_char): Deleted unconditionally.
5161         (composite_char_string): Likewise.
5162
5163 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5164
5165         * char-ucs.h (Emchar_to_byte_table): New type.
5166         (get_byte_from_character_table): New function interface.
5167         (Vcharset_latin_jisx0201): New variable.
5168         (latin_jisx0201_to_ucs): New variable.
5169         (ucs_to_latin_jisx0201): New variable.
5170         (Vcharset_latin_iso8859_2): New variable.
5171         (latin_iso8859_2_to_ucs): New variable.
5172         (ucs_to_latin_iso8859_2): New variable.
5173         (Vcharset_latin_iso8859_3): New variable.
5174         (latin_iso8859_3_to_ucs): New variable.
5175         (ucs_to_latin_iso8859_3): New variable.
5176         (Vcharset_latin_iso8859_4): New variable.
5177         (latin_iso8859_4_to_ucs): New variable.
5178         (ucs_to_latin_iso8859_4): New variable.
5179         (Vcharset_latin_iso8859_9): New variable.
5180         (latin_iso8859_9_to_ucs): New variable.
5181         (ucs_to_latin_iso8859_9): New variable.
5182         (Vcharset_latin_viscii_lower): New variable.
5183         (latin_viscii_lower_to_ucs): New variable.
5184         (ucs_to_latin_viscii_lower): New variable.
5185         (Vcharset_latin_viscii_upper): New variable.
5186         (latin_viscii_upper_to_ucs): New variable.
5187         (ucs_to_latin_viscii_upper): New variable.
5188         (CHARSET_ID_OFFSET_94): Changed from 0x60 to 0x55.
5189         (LEADING_BYTE_LATIN_VISCII_LOWER): New macro.
5190         (LEADING_BYTE_LATIN_VISCII_UPPER): New macro.
5191         (MAKE_CHAR): Map `latin-iso8859-2', `latin-iso8859-3',
5192         `latin-iso8859-4', `latin-iso8859-9', `latin-jisx0201',
5193         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' to BMP.
5194         (breakup_char_1): Use `ucs_to_latin_iso8859_2',
5195         `ucs_to_latin_iso8859_3', `ucs_to_latin_iso8859_4',
5196         `ucs_to_latin_iso8859_9', `ucs_to_latin_viscii_lower',
5197         `ucs_to_latin_viscii_upper' and `ucs_to_latin_jisx0201' tables.
5198
5199         * mule-charset.c (Vcharset_latin_viscii_lower): New variable.
5200         (Vcharset_latin_viscii_upper): New variable.
5201         (make_byte_from_character_table): New function.
5202         (put_byte_from_character_table): New function.
5203         (get_byte_from_character_table): New function.
5204         (CHAR96): New macro.
5205         (ucs_to_latin_jisx0201): New variable.
5206         (latin_jisx0201_to_ucs): New variable.
5207         (ucs_to_latin_iso8859_2): New variable.
5208         (latin_iso8859_2_to_ucs): New variable.
5209         (ucs_to_latin_iso8859_3): New variable.
5210         (latin_iso8859_3_to_ucs): New variable.
5211         (ucs_to_latin_iso8859_4): New variable.
5212         (latin_iso8859_4_to_ucs): New variable.
5213         (ucs_to_latin_iso8859_9): New variable.
5214         (latin_iso8859_9_to_ucs): New variable.
5215         (ucs_to_latin_viscii_lower): New variable.
5216         (latin_viscii_lower_to_ucs): New variable.
5217         (ucs_to_latin_viscii_upper): New variable.
5218         (latin_viscii_upper_to_ucs): New variable.
5219         (ucs_to_latin_tcvn5712): New variable.
5220         (latin_tcvn5712_to_ucs): New variable.
5221         (Qlatin_viscii_lower): New variable.
5222         (Qlatin_viscii_upper): New variable.
5223         (syms_of_mule_charset): Set up new symbol
5224         `vietnamese-viscii-lower' and `vietnamese-viscii-upper'.
5225         (complex_vars_of_mule_charset): Set up new charset
5226         `vietnamese-viscii-lower' and `vietnamese-viscii-upper'; new macro
5227         `GENERATE_94_SET' and `GENERATE_96_SET'; use them to generate
5228         `ucs_to_<CHARSET>' tables.
5229
5230 1999-09-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
5231
5232         * text-coding.c: New file.
5233
5234 1999-09-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
5235
5236         * mule-charset.c (Fmake_char): Fix problem of 256-set.
5237
5238         * char-ucs.h (Vcharset_ucs_bmp): New variable.
5239         (MAKE_CHAR): Modify for `ucs-bmp'.
5240         (breakup_char_1): Return `ucs-bmp' and code point of BMP for
5241         non-MULE characters of BMP.
5242
5243 1999-09-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
5244
5245         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
5246         to 0.6.
5247
5248 1999-09-05  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5249
5250         * lstream.h:
5251         - Include multibyte.h instead of character.h for `BYTE_ASCII_P'.
5252         - Include character.h for `CHAR_ASCII_P'.
5253
5254         * mb-multibyte.h (CHAR_MULTIBYTE_P): Moved from mule-charset.h.
5255
5256         * mule-charset.h (CHAR_MULTIBYTE_P): Moved to mb-multibyte.h.
5257         (CHAR_ASCII_P): Don't use `CHAR_MULTIBYTE_P'.
5258
5259         * mb-multibyte.h (BYTE_ASCII_P): Moved from char-ucs.h.
5260         (BYTE_C0_P): Likewise.
5261         (BYTE_C1_P): Likewise.
5262         (Lstream_get_emchar_1): Likewise.
5263         (Lstream_fput_emchar): Likewise.
5264         (Lstream_funget_emchar): Likewise.
5265         (copy_internal_to_external): Likewise.
5266         (copy_external_to_internal): Likewise.
5267
5268         * char-ucs.h (BYTE_ASCII_P): Moved to mb-multibyte.h.
5269         (BYTE_C0_P): Likewise.
5270         (BYTE_C1_P): Likewise.
5271         (Lstream_get_emchar_1): Likewise.
5272         (Lstream_fput_emchar): Likewise.
5273         (Lstream_funget_emchar): Likewise.
5274         (copy_internal_to_external): Likewise.
5275         (copy_external_to_internal): Likewise.
5276
5277         * mb-1byte.h (BYTE_ASCII_P): Moved from buffer.h.
5278         (REP_BYTES_BY_FIRST_BYTE): Likewise.
5279
5280         * buffer.h (REP_BYTES_BY_FIRST_BYTE): Moved to mb-1byte.h.
5281         (BYTE_ASCII_P): Moved to mb-1byte.h.
5282
5283 1999-09-04  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5284
5285         * mb-utf-8.h, mb-lb.h: Include mb-multibyte.h.
5286
5287         * multibyte.h: Include mb-1byte.h in unibyte-XEmacs.
5288         (MAX_EMCHAR_LEN): Moved to mb-1byte.h.
5289         (VALID_CHARPTR_P): Moved to mb-*byte.h.
5290         (VALIDATE_CHARPTR_BACKWARD): Likewise.
5291         (VALIDATE_CHARPTR_FORWARD): Likewise.
5292         (simple_charptr_emchar): Moved to mb-multibyte.h.
5293         (simple_set_charptr_emchar): Likewise.
5294         (simple_charptr_copy_char): Likewise.
5295         (non_ascii_charptr_emchar): Likewise.
5296         (non_ascii_set_charptr_emchar): Likewise.
5297         (non_ascii_charptr_copy_char): Likewise.
5298         (charptr_emchar): Moved to mb-*byte.h.
5299         (set_charptr_emchar): Likewise.
5300         (charptr_copy_char): Likewise.
5301
5302         * mb-1byte.h, mb-multibyte.h: New files.
5303
5304 1999-09-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5305
5306         * mb-utf-8.h (MULTIBYTE): New macro.
5307         (MAX_EMCHAR_LEN): Moved from buffer.h.
5308         (REP_BYTES_BY_FIRST_BYTE): Moved from char-ucs.h.
5309
5310         * char-ucs.h (REP_BYTES_BY_FIRST_BYTE): Moved to mb-utf-8.h.
5311
5312         * mb-lb.h, multibyte.h: New files.
5313
5314         * char-1byte.h (Charset_ID): Moved from buffer.h.
5315         (MIN_LEADING_BYTE): Likewise.
5316         (LEADING_BYTE_ASCII): Likewise.
5317         (NUM_LEADING_BYTES): Likewise.
5318         (CHARSETP): Likewise.
5319         (CHARSET_BY_LEADING_BYTE): Likewise.
5320         (XCHARSET_LEADING_BYTE): Likewise.
5321         (XCHARSET_GRAPHIC): Likewise.
5322         (XCHARSET_COLUMNS): Likewise.
5323         (XCHARSET_DIMENSION): Likewise.
5324         (CHAR_CHARSET): Likewise.
5325         (CHAR_LEADING_BYTE): Likewise.
5326         (BREAKUP_CHAR): Likewise.
5327         (Vcharset_ascii): Likewise.
5328
5329         * buffer.h: Include multibyte.h unconditionally.
5330         (VALID_CHARPTR_P): Moved to multibyte.h.
5331         (ASSERT_VALID_CHARPTR): Likewise.
5332         (REAL_INC_CHARPTR): Likewise.
5333         (REAL_INC_CHARBYTIND): Likewise.
5334         (REAL_DEC_CHARPTR): Likewise.
5335         (INC_CHARPTR): Likewise.
5336         (INC_CHARBYTIND): Likewise.
5337         (DEC_CHARPTR): Likewise.
5338         (VALIDATE_CHARPTR_BACKWARD): Likewise.
5339         (VALIDATE_CHARPTR_FORWARD): Likewise.
5340         (charptr_n_addr): Likewise.
5341         (MAX_EMCHAR_LEN): Moved to mb-*.h.
5342         (simple_charptr_emchar): Moved to multibyte.h.
5343         (simple_set_charptr_emchar): Likewise.
5344         (simple_charptr_copy_char): Likewise.
5345         (non_ascii_charptr_emchar): Likewise.
5346         (non_ascii_set_charptr_emchar): Likewise.
5347         (non_ascii_charptr_copy_char): Likewise.
5348         (charptr_emchar): Likewise.
5349         (set_charptr_emchar): Likewise.
5350         (charptr_copy_char): Likewise.
5351         (charptr_emchar_n): Likewise.
5352         (Charset_ID): Moved to char-1byte.h.
5353         (Vcharset_ascii): Likewise.
5354         (CHAR_CHARSET): Likewise.
5355         (CHAR_LEADING_BYTE): Likewise.
5356         (LEADING_BYTE_ASCII): Likewise.
5357         (NUM_LEADING_BYTES): Likewise.
5358         (MIN_LEADING_BYTE): Likewise.
5359         (CHARSETP): Likewise.
5360         (CHARSET_BY_LEADING_BYTE): Likewise.
5361         (XCHARSET_LEADING_BYTE): Likewise.
5362         (XCHARSET_GRAPHIC): Likewise.
5363         (XCHARSET_COLUMNS): Likewise.
5364         (XCHARSET_DIMENSION): Likewise.
5365         (BREAKUP_CHAR): Likewise.
5366
5367 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5368
5369         * character.h: Add document about interface for characters.
5370
5371         * char-ucs.h (CHAR_ASCII_P): Modify name of argument.
5372         (MAKE_CHAR): Delete comment about
5373         `FIELD2_TO_OFFICIAL_LEADING_BYTE' and
5374         `FIELD2_TO_PRIVATE_LEADING_BYTE'.
5375         (BREAKUP_CHAR): Modify name of arguments.
5376         (CHAR_CHARSET): Modify name of argument.
5377
5378         * buffer.h: Delete document about Emchar accessors.
5379
5380 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5381
5382         * character.h (CHAR_INTP): Moved from buffer.h
5383         (CHAR_OR_CHAR_INTP): Likewise.
5384         (XCHAR_OR_CHAR_INT): Likewise.
5385         (CHECK_CHAR_COERCE_INT): Likewise.
5386
5387         * buffer.h (CHAR_INTP): Moved to character.h
5388         (CHAR_OR_CHAR_INTP): Likewise.
5389         (XCHAR_OR_CHAR_INT): Likewise.
5390         (CHECK_CHAR_COERCE_INT): Likewise.
5391
5392 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5393
5394         * character.h:
5395         - Move definitions about UCS-2000 (UCS-4) to char-ucs.h.
5396         - Include char-1byte.h, char-lb.h or char-ucs.h.
5397
5398         * mb-utf-8.h (CHAR_ASCII_P): Moved to char-ucs.h.
5399
5400         * buffer.h: Include character unconditionally.
5401         (valid_char_p): Moved to char-*.h.
5402         (non_ascii_valid_char_p): Moved to char-lb.h.
5403
5404         * char-1byte.h, char-lb.h, char-ucs.h: New files.
5405
5406 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5407
5408         * mule-ccl.c (ccl_driver): Don't define `CCL_WriteMultibyteChar2'
5409         in UTF-2000 because it is not ported yet and not to use
5410         `FIELD2_TO_OFFICIAL_LEADING_BYTE', `MIN_LEADING_BYTE_OFFICIAL_2',
5411         `FIELD1_TO_OFFICIAL_LEADING_BYTE' and
5412         `FIELD1_TO_PRIVATE_LEADING_BYTE'.
5413
5414         * mb-utf-8.h (CHAR_MULTIBYTE_P): Moved from character.h.
5415         (CHAR_ASCII_P): Moved from character.h.
5416
5417         * character.h (CHAR_MULTIBYTE_P): Moved to mb-utf-8.h.
5418         (CHAR_ASCII_P): Likewise.
5419         (CHAR_FIELD1_MASK): Deleted.
5420         (CHAR_FIELD2_MASK): Deleted.
5421         (CHAR_FIELD3_MASK): Deleted.
5422         (MAX_CHAR_BASIC_LATIN): New macro.
5423         (CHAR_FIELD1): Deleted.
5424         (CHAR_FIELD2_INTERNAL): Deleted.
5425         (CHAR_FIELD3_INTERNAL): Deleted.
5426         (FIELD1_TO_PRIVATE_LEADING_BYTE): Deleted.
5427         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Deleted.
5428         (FIELD2_TO_PRIVATE_LEADING_BYTE): Deleted.
5429         (FIELD2_TO_OFFICIAL_LEADING_BYTE): Deleted.
5430         (MIN_CHAR_FIELD1_OFFICIAL): Deleted.
5431         (MAX_CHAR_FIELD1_OFFICIAL): Deleted.
5432         (MIN_CHAR_FIELD2_PRIVATE): Deleted.
5433         (MAX_CHAR_FIELD2_PRIVATE): Deleted.
5434         (MIN_CHAR_FIELD1_PRIVATE): Deleted.
5435         (MAX_CHAR_FIELD1_PRIVATE): Deleted.
5436         (MULE_CHAR_PRIVATE_OFFSET): Deleted.
5437         (MIN_CHAR_PRIVATE_TYPE9N): Deleted.
5438         (MAX_CHAR_PRIVATE_TYPE9N): Deleted.
5439         (MIN_CHAR_PRIVATE_TYPE9NX9N): Deleted.
5440         (MIN_CHAR_OFFICIAL_TYPE9NX9N): Deleted.
5441         (MIN_CHAR_COMPOSITION): Deleted.
5442         (breakup_char_1): Use `MAX_CHAR_BASIC_LATIN' instead of
5443         `CHAR_ASCII_P'; use `0x7f' instead of `CHAR_FIELD3_INTERNAL'.
5444
5445 1999-09-02  MORIOKA Tomohiko  <tomo@m17n.org>
5446
5447         * buffer.h: Include mb-utf-8.h in UTF-2000.
5448
5449         * character.h (BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h.
5450
5451         * mb-utf-8.h: New file.
5452
5453 1999-09-02  MORIOKA Tomohiko  <tomo@etl.go.jp>
5454
5455         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use `Charset_ID'
5456         instead of `int'.
5457
5458         * mule-charset.h, buffer.h (Charset_ID): New type.
5459
5460 1999-09-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
5461
5462         * mule-canna.c (c2mu): Use `MAKE_CHAR',
5463         `Vcharset_japanese_jisx0212' and `Vcharset_japanese_jisx0208'
5464         instead of `MULE_CHAR_PRIVATE_OFFSET',
5465         `LEADING_BYTE_JAPANESE_JISX0212', `LEADING_BYTE_JAPANESE_JISX0208'
5466         and `FIELD1_TO_OFFICIAL_LEADING_BYTE'.
5467         (m2c): Use `BREAKUP_CHAR' and `XCHARSET_FINAL'.
5468
5469         * character.h (Vcharset_japanese_jisx0212): New variable
5470         definition.
5471
5472 1999-09-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
5473
5474         * mule-charset.c (Vcharset_ucs_bmp): New variable in UTF-2000.
5475         (charset_by_attributes): Delete array about direction.
5476         (latin_a_char_to_charset): New variable in UTF-2000.
5477         (latin_a_char_to_byte1): New variable in UTF-2000.
5478         (latin_a_char_to_byte2): New variable in UTF-2000.
5479         (Qucs_bmp): New variable.
5480         (next_allocated_1_byte_leading_byte): Use `Charset_ID' instead of
5481         `Bufbyte'.
5482         (next_allocated_2_byte_leading_byte): Likewise.
5483         (non_ascii_set_charptr_emchar): Likewise.
5484         (make_charset): Likewise; add `CHARSET_TYPE_128X128' and
5485         `CHARSET_TYPE_256X256' in UTF-2000; modify for
5486         `charset_by_attributes'.
5487         (get_unallocated_leading_byte): Use `Charset_ID' instead of `int'.
5488         (char-charset): Use `CHAR_CHARSET' instead of `CHAR_LEADING_BYTE'
5489         and `CHARSET_BY_LEADING_BYTE'.
5490         (syms_of_mule_charset): Set up `ucs-bmp'; move setting of
5491         `utf-2000-version' to `vars_of_mule_charset'.
5492         (vars_of_mule_charset): Modify for `charset_by_attributes'; don't
5493         define `leading-code-private-11' in UTF-2000; move setting of
5494         `utf-2000-version' from `syms_of_mule_charset'.
5495         (complex_vars_of_mule_charset): Set up charset `ucs-bmp' in
5496         UTF-2000.
5497
5498         * character.h (Charset_ID): New type.
5499         (LEADING_BYTE_UCS_BMP): New macro.
5500         (LEADING_BYTE_CONTROL_1): Changed from 0x8F to 0x81.
5501         (CHARSET_ID_OFFSET_94): New macro.
5502         (MIN_CHARSET_ID_PRIVATE_94): New macro.
5503         (MAX_CHARSET_ID_PRIVATE_94): New macro.
5504         (LEADING_BYTE_ASCII): Changed to use CHARSET_ID_OFFSET_94 and
5505         final-byte.
5506         (LEADING_BYTE_KATAKANA_JISX0201): Likewise.
5507         (LEADING_BYTE_LATIN_JISX0201): Likewise.
5508         (CHARSET_ID_OFFSET_96): New macro.
5509         (LEADING_BYTE_LATIN_ISO8859_1): Changed to use
5510         CHARSET_ID_OFFSET_96 and final-byte.
5511         (LEADING_BYTE_LATIN_ISO8859_2): Likewise.
5512         (LEADING_BYTE_LATIN_ISO8859_3): Likewise.
5513         (LEADING_BYTE_LATIN_ISO8859_4): Likewise.
5514         (LEADING_BYTE_GREEK_ISO8859_7): Likewise.
5515         (LEADING_BYTE_ARABIC_ISO8859_6): Likewise.
5516         (LEADING_BYTE_HEBREW_ISO8859_8): Likewise.
5517         (LEADING_BYTE_CYRILLIC_ISO8859_5): Likewise.
5518         (LEADING_BYTE_LATIN_ISO8859_9): Likewise.
5519         (LEADING_BYTE_THAI_TIS620): Likewise.
5520         (MIN_LEADING_BYTE_PRIVATE_1): Changed from 0x0D0 to 0xD0.
5521         (MAX_LEADING_BYTE_PRIVATE_1): Changed from 0x11f to 0xDF.
5522         (CHARSET_ID_OFFSET_94x94): New macro.
5523         (LEADING_BYTE_CHINESE_BIG5_1): Changed to use
5524         CHARSET_ID_OFFSET_94x94 and final-byte.
5525         (LEADING_BYTE_CHINESE_BIG5_2): Likewise.
5526         (MIN_LEADING_BYTE_PRIVATE_2): Likewise.
5527         (MAX_LEADING_BYTE_PRIVATE_2): Likewise.
5528         (LEADING_BYTE_JAPANESE_JISX0208_1978): Likewise.
5529         (LEADING_BYTE_CHINESE_GB2312): Likewise.
5530         (LEADING_BYTE_JAPANESE_JISX0208): Likewise.
5531         (LEADING_BYTE_KOREAN_KSC5601): Likewise.
5532         (LEADING_BYTE_JAPANESE_JISX0212): Likewise.
5533         (LEADING_BYTE_CHINESE_CCITT_GB): Likewise.
5534         (LEADING_BYTE_CHINESE_CNS11643_*): Likewise.
5535         (LEADING_BYTE_KOREAN_KPS9566): Likewise.
5536         (CHARSET_TYPE_128X128): New macro.
5537         (CHARSET_TYPE_256X256): New macro.
5538         (XCHARSET_PRIVATE_P): Delete unconditionally.
5539         (charset_by_attributes): Delete array about direction.
5540         (CHARSET_BY_LEADING_BYTE): Use `Charset_ID' instead of `int'.
5541         (CHARSET_BY_ATTRIBUTES): Modify for `charset_by_attributes'.
5542         (MIN_CHAR_94): New macro.
5543         (MAX_CHAR_94): New macro.
5544         (MIN_CHAR_96): New macro.
5545         (MAX_CHAR_96): New macro.
5546         (MIN_CHAR_94x94): New macro.
5547         (MAX_CHAR_94x94): New macro.
5548         (MIN_CHAR_96x96): New macro.
5549         (MAX_CHAR_96x96): New macro.
5550         (FIELD1_TO_PRIVATE_LEADING_BYTE): Use `CHARSET_ID_OFFSET_94x94'.
5551         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Likewise.
5552         (FIELD2_TO_PRIVATE_LEADING_BYTE): Use `(MIN_LEADING_BYTE_PRIVATE_1
5553         - 32)'.
5554         (FIELD2_TO_OFFICIAL_LEADING_BYTE): Use `LEADING_BYTE_ASCII'.
5555         (MIN_CHAR_FIELD2_OFFICIAL): Deleted.
5556         (MAX_CHAR_FIELD2_OFFICIAL): Deleted.
5557         (MIN_CHAR_OFFICIAL_TYPE9N): Deleted.
5558         (MAX_CHAR_PRIVATE_TYPE9N): Changed.
5559         (MAKE_CHAR): Use `XCHARSET_FINAL' instead of
5560         `XCHARSET_LEADING_BYTE' to make code-point.
5561         (latin_a_char_to_charset): New variable.
5562         (latin_a_char_to_byte1): New variable.
5563         (latin_a_char_to_byte2): New variable.
5564         (breakup_char_1): Use `latin_a_char_to_{charset|byte1|byte2}' for
5565         Latin Extended-A; use `CHARSET_BY_ATTRIBUTES' instead of
5566         `CHARSET_BY_LEADING_BYTE' to get charset for ISO-2022 characters.
5567
5568         * insdel.c (find_charsets_in_bufbyte_string): Use `Charset_ID'
5569         instead of `unsigned char'; use `MIN_LEADING_BYTE' instead of 128.
5570         (find_charsets_in_emchar_string): Likewise.
5571         (vars_of_insdel): Don't define local variable `i' in UTF-2000.
5572
5573         * file-coding.c (Fdecode_big5_char): Use `Charset_ID' instead of
5574         `int'.
5575         (decode_coding_iso2022): Likewise.
5576
5577         * toolbar-x.c (x_output_toolbar_button): Use `Charset_ID' instead
5578         of `unsigned char'.
5579
5580         * redisplay.c (redisplay_text_width_emchar_string): Use
5581         `Charset_ID' instead of `unsigned char'.
5582         (redisplay_frame_text_width_string): Likewise.
5583
5584         * glyphs.c (glyph_height_internal): Use `Charset_ID' instead of
5585         `unsigned char'.
5586
5587         * faces.h, faces.c (ensure_face_cachel_complete): Use `Charset_ID'
5588         instead of `unsigned char'.
5589         (face_cachel_charset_font_metric_info): Likewise.
5590
5591         * chartab.c (print_char_table): Use `Charset_ID' instead of `int'.
5592         (get_non_ascii_char_table_value): Likewise.
5593         (get_char_table): Likewise.
5594         (put_char_table): Likewise.
5595         (map_over_other_charset): Likewise.
5596         (map_char_table): Likewise.
5597
5598         * buffer.h (find_charsets_in_bufbyte_string): Use `Charset_ID'
5599         instead of `unsigned char'.
5600
5601 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
5602
5603         * character.h (PRE_LEADING_BYTE_PRIVATE_1): Deleted.
5604         (PRE_LEADING_BYTE_PRIVATE_2): Deleted.
5605
5606         * mule-charset.c (leading_code_private_11): Don't define in
5607         UTF-2000.
5608
5609         * mule-ccl.c (ccl_driver): Don't define `CCL_ReadMultibyteChar2'
5610         in UTF-2000 because it is not ported yet and not to use
5611         `PRE_LEADING_BYTE_PRIVATE_1' and `PRE_LEADING_BYTE_PRIVATE_2'.
5612
5613 1999-08-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
5614
5615         * character.h (LEADING_BYTE_COMPOSITE): Deleted.
5616
5617 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
5618
5619         * regex.c (re_compile_fastmap): Don't use `LEADING_BYTE_PREFIX_P'
5620         in UTF-2000.
5621
5622         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use int instead
5623         of unsigned char to store leading-byte.
5624
5625         * chartab.c (get_non_ascii_char_table_value): Don't use
5626         `BREAKUP_CHAR_1_UNSAFE' in UTF-2000.
5627
5628         * file-coding.c (encode_coding_big5): Delete bogus implementation
5629         in UTF2000.
5630
5631         * character.h (LEADING_BYTE_*): Delete definition for
5632         non-UTF-2000.
5633         (LEADING_BYTE_PRIVATE_P): Deleted unconditionally.
5634         (LEADING_BYTE_PREFIX_P): Deleted.
5635         (PRIVATE_LEADING_BYTE_PREFIX): Deleted.
5636         (BUFBYTE_FIRST_BYTE_P): Delete definition for non-UTF-2000.
5637         (BUFBYTE_LEADING_BYTE_P): Deleted.
5638         (CHARSET_PRIVATE_P): Deleted unconditionally.
5639         (rep_bytes_by_first_byte): Deleted unconditionally.
5640         (REP_BYTES_BY_FIRST_BYTE): Delete definition for non-UTF-2000.
5641         (FIELD1_TO_PRIVATE_LEADING_BYTE): Likewise.
5642         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Likewise.
5643         (FIELD2_TO_PRIVATE_LEADING_BYTE): Likewise.
5644         (CHAR_FIELD2): Deleted.
5645         (CHAR_FIELD3): Deleted.
5646         (MAKE_CHAR): Delete definition for non-UTF-2000.
5647         (BREAKUP_CHAR_1_UNSAFE): Deleted.
5648         (breakup_char_1): New implementation.
5649         (CHAR_CHARSET): Use `BREAKUP_CHAR'.
5650         (CHAR_LEADING_BYTE): Use `CHAR_CHARSET'.
5651
5652 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
5653
5654         * character.h (REP_BYTES_BY_FIRST_BYTE): Change order of
5655         condition.
5656
5657 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5658
5659         * character.h (LEADING_BYTE_PRIVATE_P): Don't define in UTF2000.
5660         (CHARSET_PRIVATE_P): Likewise.
5661         (XCHARSET_PRIVATE_P): Likewise.
5662         (MAKE_CHAR): Don't use XCHARSET_PRIVATE_P in UTF2000.
5663
5664         * file-coding.c (encode_coding_ucs4): Delete bogus implement in
5665         UTF2000.
5666         (decode_coding_iso2022): Don't use XCHARSET_PRIVATE_P in UTF2000.
5667
5668 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5669
5670         * character.h (LEADING_BYTE_*): Changed in UTF2000.
5671         (NUM_LEADING_BYTES): Changed from 128 to 256.
5672         (FIELD1_TO_PRIVATE_LEADING_BYTE): Change value to 0x80 in UTF2000.
5673         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Change value to 0x80 in
5674         UTF2000.
5675         (FIELD2_TO_PRIVATE_LEADING_BYTE): Change value to 0x80 in UTF2000.
5676
5677         * mule-charset.c (Vcharset_chinese_cns11643_3): New variable in
5678         UTF2000.
5679         (Vcharset_chinese_cns11643_4): New variable in UTF2000.
5680         (Vcharset_chinese_cns11643_5): New variable in UTF2000.
5681         (Vcharset_chinese_cns11643_6): New variable in UTF2000.
5682         (Vcharset_chinese_cns11643_7): New variable in UTF2000.
5683         (Qchinese_cns11643_3): New variable in UTF2000.
5684         (Qchinese_cns11643_4): New variable in UTF2000.
5685         (Qchinese_cns11643_5): New variable in UTF2000.
5686         (Qchinese_cns11643_6): New variable in UTF2000.
5687         (Qchinese_cns11643_7): New variable in UTF2000.
5688         (syms_of_mule_charset): Define `chinese-cns11643-3',
5689         `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
5690         and `chinese-cns11643-7' in UTF2000.
5691         (vars_of_mule_charset): Initialize
5692         next_allocated_2_byte_leading_byte by LEADING_BYTE_CHINESE_BIG5_2
5693         + 1 in UTF2000.
5694         (complex_vars_of_mule_charset): Setup charset
5695         `chinese-cns11643-3', `chinese-cns11643-4', `chinese-cns11643-5',
5696         `chinese-cns11643-6' and `chinese-cns11643-7' in UTF2000.
5697
5698 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
5699
5700         * mule-charset.c: Move setting for `leading-code-private-11' from
5701         `syms_of_mule_charset' to `vars_of_mule_charset'.
5702
5703 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
5704
5705         * mule-charset.h (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE'
5706         and `NUM_LEADING_BYTES' in assert.
5707
5708 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
5709
5710         * character.h (charset_by_leading_byte): Use `NUM_LEADING_BYTES'
5711         instead of 128.
5712         (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' and
5713         `NUM_LEADING_BYTES' instead of 128.
5714
5715 1999-08-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
5716
5717         * mule-charset.h (charset_by_leading_byte): Use
5718         `NUM_LEADING_BYTES' instead of 128.
5719         (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' instead of 128.
5720
5721         * mule-charset.c (charset_by_leading_byte): Use
5722         `NUM_LEADING_BYTES' instead of 128.
5723         (make_charset): Use `MIN_LEADING_BYTE' instead of 128.
5724
5725         * faces.h (FACE_CACHEL_FONT): Use `MIN_LEADING_BYTE' instead of
5726         128.
5727
5728 1999-08-25  MORIOKA Tomohiko  <tomo@etl.go.jp>
5729
5730         * mule-charset.c (syms_of_mule_charset): Update to
5731         0.4 (Shin-Imamiya).
5732
5733 1999-07-13 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
5734
5735         * file-coding.c (encode_coding_sjis): New implementation for
5736         UTF2000.  (decode_coding_sjis): Ditto.
5737
5738 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
5739
5740         * mule-charset.c, character.h (Bytecount rep_bytes_by_first_byte):
5741         Don't define in UTF2000.
5742
5743         * character.h: Include mule-charset.h if CHAR_IS_UCS4 is not
5744         defined.
5745
5746         * redisplay-msw.c, objects-tty.c, objects-msw.c, mule-wnnfns.c,
5747         mule-ccl.c, lstream.h, buffer.h: Include character.h in every
5748         MULE.
5749
5750 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
5751
5752         * config.h.in (CHAR_IS_UCS4): New macro.
5753
5754         * mule-charset.c (rep_bytes_by_first_byte): Modify for
5755         conventional MULE representation.
5756         (syms_of_mule_charset): Update to 0.3 (Imamiya).
5757
5758         * mule-charset.h: Reverted to original.
5759
5760         * redisplay-msw.c, objects-tty.c, objects-msw.c, mule-wnnfns.c,
5761         mule-ccl.c, lstream.h, buffer.h: Use "character.h" instead of
5762         "mule-charset.h" if CHAR_IS_UCS4 is defined.
5763
5764         * character.h: New file.
5765
5766         * file-coding.c (Fmake_coding_system): Set 1 to
5767         `codesys->fixed.size' if TYPE is `no-conversion' and UTF2000 is
5768         defined.
5769         (encode_coding_no_conversion): New implementation for UTF2000.
5770
5771         * file-coding.h (struct Lisp_Coding_System): Add new member
5772         `fixed.size'.
5773
5774 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
5775
5776         * file-coding.c (decode_coding_iso2022): Code-point arguments of
5777         `MAKE_CHAR' must be smaller than 0x80 in UTF2000.
5778         (encode_coding_iso2022): New implementation for UTF2000.
5779
5780 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5781
5782         * mule-canna.c (c2mu): New implementation for UTF2000.
5783         (m2c): Likewise.
5784
5785 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5786
5787         * file-coding.c (encode_coding_no_conversion): Modify for UTF2000.
5788
5789 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5790
5791         * file-coding.c (reset_encoding_stream): Set 0 to
5792         `str->iso2022.current_char_boundary' in UTF2000.
5793         (encode_utf8): Don't define in UTF2000.
5794         (encode_coding_utf8): New implementation for UTF-8 representation
5795         of UTF2000.
5796         (complex_vars_of_file_coding): Define coding-system `utf-8'.
5797
5798 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5799
5800         * mule.c (vars_of_mule): Provide `utf-2000' in UTF2000.
5801
5802         * mule-charset.h (BUFBYTE_FIRST_BYTE_P): Modify for UTF-8 in
5803         UTF2000.
5804         (REP_BYTES_BY_FIRST_BYTE): Likewise.
5805
5806         * buffer.h (non_ascii_valid_char_p): Don't define in UTF2000.
5807
5808         * mule-charset.c (non_ascii_set_charptr_emchar): Don't define
5809         local variables `lb', `c1', `c2' and `charset' in UTF2000; encode
5810         as UTF-8 in UTF2000.
5811         (non_ascii_charptr_emchar): Decode as UTF-8 in UTF2000.
5812         (non_ascii_valid_char_p): Don't define in UTF2000.
5813         (non_ascii_charptr_copy_char): Add case 5 and 6 in UTF2000.
5814         (Lstream_get_emchar_1): Likewise.
5815         (utf-2000-version): New variable in UTF2000.
5816
5817         * lread.c (read_escape): Add new reader `u'.
5818
5819         * insdel.c (three_to_one_table): Don't define in UTF2000.
5820         (bufpos_to_bytind_func): Use `buf->text->mule_size' instead of
5821         `buf->text->mule_shifter' and `buf->text->mule_three_p' in
5822         UTF2000.
5823         (bytind_to_bufpos_func): Likewise.
5824         (buffer_mule_signal_inserted_region): Likewise.
5825         (vars_of_insdel): Don't initialize `three_to_one_table'.
5826         (init_buffer_text): Use `buf->text->mule_size' instead of
5827         `buf->text->mule_shifter' and `buf->text->mule_three_p' in
5828         UTF2000.
5829
5830         * file-coding.c (DECODE_ADD_BINARY_CHAR): New implementation for
5831         UTF-8 representation in UTF2000.
5832         (DECODE_ADD_UCS_CHAR): New macro in UTF2000.
5833         (decode_ucs4): Use `DECODE_ADD_UCS_CHAR' in UTF2000.
5834         (decode_coding_iso2022): Don't define local variable `lb' in
5835         UTF2000; don't use LEADING_BYTE in UTF2000; use
5836         `DECODE_ADD_UCS_CHAR' in UTF2000.
5837         (convert_to_external_format): Decode as UTF-8 in UTF2000.
5838
5839         * config.h.in (UTF2000): New macro.
5840
5841         * buffer.h (struct buffer_text): Add new member `mule_size' and
5842         don't add `mule_shifter' and `mule_three_p' in UTF2000.
5843         (valid_char_p): Return always 1 in UTF2000.
5844         (MAX_EMCHAR_LEN): 6 in UTF2000.
5845         (three_to_one_table): Don't define in UTF2000.
5846         (real_bufpos_to_bytind): Modify for UTF-8 representation in
5847         UTF2000.
5848         (real_bytind_to_bufpos): Likewise.
5849
5850         * alloc.c (Fmake_string): Add case 5 and 6 for UTF2000.
5851
5852 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5853
5854         * mule-charset.c (rep_bytes_by_first_byte): Modified for character
5855         representation change.
5856         (Vutf_2000_version): New variable.
5857         (leading_code_private_11): New variable.
5858         (syms_of_mule_charset): Add new variables `utf-2000-version' and
5859         `leading-code-private-11'.
5860
5861         * mule-charset.h (LEADING_BYTE_CHINESE_CCITT_GB): New macro.
5862         (LEADING_BYTE_CHINESE_BIG5_1): Changed to 0x96 temporally.
5863         (LEADING_BYTE_CHINESE_CNS11643_1): Changed to 0x97.
5864         (LEADING_BYTE_CHINESE_CNS11643_2): Changed to 0x98.
5865         (LEADING_BYTE_CHINESE_CNS11643_3): New macro.
5866         (LEADING_BYTE_CHINESE_CNS11643_4): Likewise.
5867         (LEADING_BYTE_CHINESE_CNS11643_5): Likewise.
5868         (LEADING_BYTE_CHINESE_CNS11643_6): Likewise.
5869         (LEADING_BYTE_CHINESE_CNS11643_7): Likewise [but not used].
5870         (LEADING_BYTE_CHINESE_BIG5_2): Changed to 0x9D temporally.
5871         (LEADING_BYTE_KOREAN_KPS9566): New macro [but not used].
5872         (CHAR_FIELD1_MASK): Changed to (0x7F << 14).
5873         (MIN_CHAR_GREEK): New macro.
5874         (MAX_CHAR_GREEK): New macro.
5875         (MIN_CHAR_CYRILLIC): New macro.
5876         (MAX_CHAR_CYRILLIC): New macro.
5877         (MIN_CHAR_HEBREW): New macro.
5878         (MAX_CHAR_HEBREW): New macro.
5879         (MIN_CHAR_THAI): New macro.
5880         (MAX_CHAR_THAI): New macro.
5881         (MIN_CHAR_HALFWIDTH_KATAKANA): New macro.
5882         (MAX_CHAR_HALFWIDTH_KATAKANA): New macro.
5883         (CHAR_FIELD2_INTERNAL): New macro [renamed from `CHAR_FIELD2'.
5884         (CHAR_FIELD3_INTERNAL): New macro [renamed from `CHAR_FIELD3'.
5885         (FIELD1_TO_PRIVATE_LEADING_BYTE): Changed to 0xc0.
5886         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Changed to 0x50.
5887         (CHAR_FIELD2): New inline function.
5888         (CHAR_FIELD3): New inline function.
5889         (MULE_CHAR_PRIVATE_OFFSET): New macro.
5890         (MIN_CHAR_OFFICIAL_TYPE9N): Shifted to `MULE_CHAR_PRIVATE_OFFSET'.
5891         (MIN_CHAR_PRIVATE_TYPE9N): Likewise.
5892         (MIN_CHAR_PRIVATE_TYPE9NX9N): Likewise.
5893         (MIN_CHAR_OFFICIAL_TYPE9NX9N): Likewise.
5894         (MIN_CHAR_COMPOSITION): Likewise.
5895         (CHAR_LEADING_BYTE): Modified for character representation change.
5896         (MAKE_CHAR): Likewise.
5897
5898         * lisp.h (Vcharset_latin_iso8859_1): New variable.
5899         (Vcharset_greek_iso8859_7): Likewise.
5900         (Vcharset_cyrillic_iso8859_5): Likewise.
5901         (Vcharset_hebrew_iso8859_8): Likewise.
5902         (Vcharset_thai_tis620): Likewise.
5903         (Vcharset_katakana_jisx0201): Likewise.
5904
5905 2005-02-06  Vin Shelton <acs@xemacs.org>
5906
5907         * XEmacs 21.4.17 is released
5908
5909 2005-01-31  Ben Wing  <ben@xemacs.org>
5910
5911         * emacs.c:
5912         Define assert_failed() always.
5913         * lisp.h:
5914         Always define ABORT().
5915
5916 2005-01-25  Ben Wing  <ben@xemacs.org>
5917
5918         * Makefile.in.in:
5919         * Makefile.in.in (%.o):
5920         Don't compile executable as Windows (-mwindows) under Cygwin.
5921         Semi-recent changes to Cygwin's executable-startup handling make
5922         it impossible to access the TTY this way.
5923
5924         Don't use special linker file under Cygwin (cygwin.sc) except
5925         when non-PDUMP (even in this case it is highly questionable); you
5926         get errors like
5927
5928       1 [main] temacs 1364 fhandler_console::fixup_after_exec: error opening input console handle after exec, errno 13, Win32 error 5
5929    5820 [main] temacs 1364 fhandler_console::fixup_after_exec: error opening output console handle after exec, errno 13, Win32 error 5
5930
5931 2005-01-29  Ben Wing  <ben@xemacs.org>
5932
5933         Port this: 2003-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
5934
5935         * mule-charset.c (get_unallocated_leading_byte): Compiler quietus.
5936
5937 2005-01-29  Ben Wing  <ben@xemacs.org>
5938
5939         * bytecode.c (optimize_compiled_function):
5940         * print.c (FROB):
5941         * print.c (long_to_string):
5942         Add casts to avoid warning.
5943         
5944         * glyphs-eimage.c:
5945         Some really nasty hacks to allow TIFF and JPEG to both be compiled.
5946         #### The better solution is to move the TIFF and JPEG code to
5947         different files.
5948         
5949         * glyphs-msw.c (mswindows_xbm_instantiate):
5950         Define __STDC__ to avoid problems with compface.h.
5951         
5952         * EmacsFrame.c (EmacsFrameRecomputeCellSize):
5953         * EmacsShell-sub.c:
5954         * EmacsShell-sub.c (ABORT):
5955         * EmacsShell-sub.c (SuperClassRootGeometryManager):
5956         * EmacsShell-sub.c (RootGeometryManager):
5957         * EmacsShell.c:
5958         * EmacsShell.c (ABORT):
5959         * EmacsShell.c (EmacsShellUpdateSizeHints):
5960         * alloc.c (free_lcrecord):
5961         * alloca.c (i00afunc):
5962         * buffer.c (delete_from_buffer_alist):
5963         * buffer.c (MARKED_SLOT):
5964         * bytecode.c (execute_rare_opcode):
5965         * bytecode.c (optimize_byte_code):
5966         * bytecode.c (Ffetch_bytecode):
5967         * chartab.c (char_table_type_to_symbol):
5968         * chartab.c (Freset_char_table):
5969         * chartab.c (decode_char_table_range):
5970         * chartab.c (Fget_range_char_table):
5971         * chartab.c (check_valid_char_table_value):
5972         * chartab.c (map_char_table):
5973         * chartab.c (slow_map_char_table_fun):
5974         * chartab.c (chartab_instantiate):
5975         * cm.c (cmcheckmagic):
5976         * console-msw.c (DHEADER):
5977         * console.c (MARKED_SLOT):
5978         * data.c (finish_marking_weak_lists):
5979         * data.c (encode_weak_list_type):
5980         * debug.h (DASSERT):
5981         * device-gtk.c (gtk_init_device):
5982         * device-msw.c (mswindows_get_default_margin):
5983         * device-tty.c (tty_init_device):
5984         * device-x.c (get_device_from_display):
5985         * device-x.c (x_get_visual_depth):
5986         * doprnt.c (parse_doprnt_spec):
5987         * doprnt.c (get_doprnt_args):
5988         * dumper.c (pdump_get_indirect_count):
5989         * dumper.c (pdump_register_sub):
5990         * dumper.c (pdump_register_object):
5991         * dumper.c (pdump_register_struct):
5992         * dumper.c (pdump_dump_data):
5993         * dumper.c (pdump_reloc_one):
5994         * elhash.c (print_hash_table):
5995         * elhash.c (make_standard_lisp_hash_table):
5996         * elhash.c (hash_table_instantiate):
5997         * emacs.c:
5998         * emacs.c (Fforce_debugging_signal):
5999         * emacs.c (sort_args):
6000         * emacs.c (main):
6001         * emacs.c (assert_failed):
6002         * eval.c (throw_or_bomb_out):
6003         * eval.c (signal_1):
6004         * eval.c (Fsignal):
6005         * event-Xt.c:
6006         * event-Xt.c (emacs_Xt_mapping_action):
6007         * event-Xt.c (Xt_process_to_emacs_event):
6008         * event-msw.c:
6009         * event-stream.c (check_event_stream_ok):
6010         * event-stream.c (Fadd_timeout):
6011         * event-stream.c (Fadd_async_timeout):
6012         * event-stream.c (Fdiscard_input):
6013         * event-stream.c (execute_internal_event):
6014         * event-stream.c (Frecent_keys):
6015         * event-stream.c (extract_this_command_keys_nth_mouse_event):
6016         * event-stream.c (lookup_command_event):
6017         * event-unixoid.c (poll_fds_for_input):
6018         * events.c:
6019         * events.c (mark_event):
6020         * events.c (event_equal):
6021         * events.c (event_hash):
6022         * events.c (Fmake_event):
6023         * events.c (Fdeallocate_event):
6024         * events.c (event_chain_find_previous):
6025         * events.c (event_to_character):
6026         * events.c (format_event_object):
6027         * events.c (Fevent_type):
6028         * events.c (event_pixel_translation):
6029         * events.c (Fevent_properties):
6030         * extents.c (extent_in_region_p):
6031         * extents.c (print_extent):
6032         * extents.c (process_extents_for_insertion_mapper):
6033         * extents.c (report_extent_modification_mapper):
6034         * extents.c (glyph_layout_to_symbol):
6035         * faces.c (face_validate):
6036         * file-coding.c (eol_type_to_symbol):
6037         * file-coding.c (subsidiary_coding_system):
6038         * file-coding.c (Fcoding_system_type):
6039         * file-coding.c (Fcoding_system_property):
6040         * file-coding.c (mule_decode):
6041         * file-coding.c (mule_encode):
6042         * file-coding.c (encode_coding_ucs4):
6043         * file-coding.c (encode_coding_utf8):
6044         * file-coding.c (parse_iso2022_esc):
6045         * file-coding.c (encode_coding_iso2022):
6046         * fileio.c:
6047         * fns.c (concat):
6048         * fns.c (Fsubseq):
6049         * fns.c (mapcar1):
6050         * fns.c (Fbase64_encode_region):
6051         * fns.c (Fbase64_encode_string):
6052         * fns.c (Fbase64_decode_region):
6053         * fns.c (Fbase64_decode_string):
6054         * font-lock.c (find_context):
6055         * font-lock.c (context_to_symbol):
6056         * frame-gtk.c (gtk_set_frame_pointer):
6057         * frame-gtk.c (gtk_update_frame_external_traits):
6058         * frame-x.c (x_wm_mark_shell_size_user_specified):
6059         * frame-x.c (x_wm_mark_shell_position_user_specified):
6060         * frame-x.c (x_wm_set_shell_iconic_p):
6061         * frame-x.c (x_wm_set_cell_size):
6062         * frame-x.c (x_wm_set_variable_size):
6063         * frame-x.c (x_wm_store_class_hints):
6064         * frame-x.c (x_wm_maybe_store_wm_command):
6065         * frame-x.c (x_initialize_frame_size):
6066         * frame-x.c (x_update_frame_external_traits):
6067         * frame.c:
6068         * frame.c (delete_frame_internal):
6069         * frame.c (mouse_pixel_position_1):
6070         * frame.c (change_frame_size_1):
6071         * free-hook.c (check_free):
6072         * free-hook.c (check_realloc):
6073         * free-hook.c (note_block_input):
6074         * free-hook.c (log_gcpro):
6075         * gccache-gtk.c (gc_cache_lookup):
6076         * glyphs-eimage.c (tiff_memory_write):
6077         * glyphs-gtk.c (gtk_finalize_image_instance):
6078         * glyphs-gtk.c (init_image_instance_from_gdk_pixmap):
6079         * glyphs-gtk.c (init_image_instance_from_xbm_inline):
6080         * glyphs-gtk.c (gtk_xpm_instantiate):
6081         * glyphs-gtk.c (gtk_unmap_subwindow):
6082         * glyphs-gtk.c (gtk_map_subwindow):
6083         * glyphs-gtk.c (gtk_button_redisplay):
6084         * glyphs-msw.c:
6085         * glyphs-msw.c (init_image_instance_from_xbm_inline):
6086         * glyphs-x.c (init_image_instance_from_xbm_inline):
6087         * glyphs-x.c (extract_xpm_color_names):
6088         * glyphs-x.c (x_xpm_instantiate):
6089         * glyphs.c (get_image_instantiator_governing_domain):
6090         * glyphs.c (print_image_instance):
6091         * glyphs.c (image_instance_equal):
6092         * glyphs.c (image_instance_hash):
6093         * glyphs.c (encode_image_instance_type):
6094         * glyphs.c (make_image_instance_1):
6095         * glyphs.c (inherit_instantiate):
6096         * glyphs.c (image_instantiate):
6097         * glyphs.c (allocate_glyph):
6098         * glyphs.c (Fglyph_type):
6099         * glyphs.c (redisplay_subwindow):
6100         * glyphs.c (display_table_entry):
6101         * gtk-glue.c (xemacs_list_to_gtklist):
6102         * gtk-glue.c (xemacs_gtklist_to_list):
6103         * gtk-glue.c (xemacs_list_to_array):
6104         * gutter.c (SET_GUTTER_WAS_VISIBLE_FLAG):
6105         * gutter.c (gutter_was_visible):
6106         * gutter.c (get_gutter_coords):
6107         * input-method-xlib.c (get_XIM_input):
6108         * insdel.c (bufpos_to_bytind_func):
6109         * insdel.c (bytind_to_bufpos_func):
6110         * insdel.c (move_gap):
6111         * intl.c (x_get_composed_input):
6112         * keymap.c (keymap_lookup_directly):
6113         * keymap.c (keymap_delete_inverse_internal):
6114         * keymap.c (ensure_meta_prefix_char_keymapp):
6115         * keymap.c (accessible_keymaps_mapper_1):
6116         * keymap.c (where_is_recursive_mapper):
6117         * lisp.h:
6118         * lisp.h (ABORT):
6119         * lread.c (read_atom):
6120         * lstream.c (Lstream_delete):
6121         * lstream.c (make_lisp_buffer_stream_1):
6122         * macros.c (pop_kbd_macro_event):
6123         * malloc.c (malloc):
6124         * malloc.c (free):
6125         * marker.c (bi_marker_position):
6126         * marker.c (set_bi_marker_position):
6127         * menubar-gtk.c (menu_descriptor_to_widget_1):
6128         * menubar-msw.c (prune_menubar):
6129         * menubar-x.c (set_frame_menubar):
6130         * mule-charset.c (get_unallocated_leading_byte):
6131         * mule-charset.h (CHAR_LEADING_BYTE):
6132         * native-gtk-toolbar.c (SET_TOOLBAR_WAS_VISIBLE_FLAG):
6133         * nt.c (init_environment):
6134         * nt.c (generate_inode_val):
6135         * ntproc.c (delete_child):
6136         * ntproc.c (_sys_read_ahead):
6137         * ntproc.c (create_child):
6138         * objects.c (color_instantiate):
6139         * objects.c (font_instantiate):
6140         * objects.c (face_boolean_instantiate):
6141         * print.c (printing_major_badness):
6142         * process-nt.c (nt_send_process):
6143         * process-unix.c (unix_send_process):
6144         * process.c (get_process):
6145         * ralloc.c (obtain):
6146         * ralloc.c (relinquish):
6147         * ralloc.c (relocate_blocs):
6148         * ralloc.c (resize_bloc):
6149         * ralloc.c (r_alloc_free):
6150         * ralloc.c (r_re_alloc):
6151         * ralloc.c (r_alloc_thaw):
6152         * ralloc.c (init_ralloc):
6153         * ralloc.c (Free_Addr_Block):
6154         * ralloc.c (r_alloc):
6155         * redisplay-gtk.c (gtk_output_display_block):
6156         * redisplay-msw.c (mswindows_output_display_block):
6157         * redisplay-output.c (get_next_display_block):
6158         * redisplay-output.c (get_cursor_size_and_location):
6159         * redisplay-output.c (redisplay_output_layout):
6160         * redisplay-output.c (redisplay_clear_region):
6161         * redisplay-tty.c (tty_output_display_block):
6162         * redisplay-x.c (x_output_display_block):
6163         * redisplay.c (add_propagation_runes):
6164         * redisplay.c (add_glyph_rune):
6165         * redisplay.c (create_text_block):
6166         * redisplay.c (add_margin_runes):
6167         * redisplay.c (create_left_glyph_block):
6168         * redisplay.c (create_right_glyph_block):
6169         * redisplay.c (create_string_text_block):
6170         * redisplay.c (regenerate_window):
6171         * redisplay.c (REGEN_INC_FIND_START_END):
6172         * redisplay.c (redisplay_frame):
6173         * redisplay.c (point_in_line_start_cache):
6174         * regex.c:
6175         * regex.c (ABORT):
6176         * regex.c (re_compile_fastmap):
6177         * regex.c (re_match_2_internal):
6178         * regex.c (regerror):
6179         * scrollbar-gtk.c (gtk_scrollbar_loop):
6180         * scrollbar-gtk.c (scrollbar_cb):
6181         * scrollbar-gtk.c (gtk_update_frame_scrollbars):
6182         * scrollbar-msw.c (mswindows_handle_scrollbar_event):
6183         * scrollbar-x.c (x_update_scrollbar_instance_status):
6184         * scrollbar-x.c (x_scrollbar_loop):
6185         * scrollbar-x.c (x_update_frame_scrollbars):
6186         * search.c (search_command):
6187         * search.c (Fmatch_data):
6188         * select-x.c (motif_clipboard_cb):
6189         * signal.c (interrupt_signal):
6190         * specifier.c (specifier_add_spec):
6191         * specifier.c (specifier_instance_from_inst_list):
6192         * specifier.c (specifier_instance):
6193         * specifier.h:
6194         * specifier.h (struct specifier_methods):
6195         * strftime.c (add_num_time_t):
6196         * sunplay.c (init_device):
6197         * symbols.c (Fsetplist):
6198         * symbols.c (do_symval_forwarding):
6199         * symbols.c (store_symval_forwarding):
6200         * symbols.c (Fset):
6201         * symbols.c (Fbuilt_in_variable_type):
6202         * symbols.c (decode_magic_handler_type):
6203         * symbols.c (handler_type_from_function_symbol):
6204         * syntax.c (update_syntax_cache):
6205         * sysdep.c (init_baud_rate):
6206         * toolbar-gtk.c (SET_TOOLBAR_WAS_VISIBLE_FLAG):
6207         * toolbar-msw.c (SET_TOOLBAR_WAS_VISIBLE_FLAG):
6208         * toolbar-x.c (SET_TOOLBAR_WAS_VISIBLE_FLAG):
6209         * toolbar.c (get_toolbar_coords):
6210         * ui-gtk.c (build_gtk_boxed):
6211         * ui-gtk.c (describe_gtk_arg):
6212         * ui-gtk.c (gtk_type_to_lisp):
6213         * ui-gtk.c (lisp_to_gtk_type):
6214         * ui-gtk.c (lisp_to_gtk_ret_type):
6215         * ui-gtk.c (lisp_to_flag):
6216         * unexnt.c (read_in_bss):
6217         * unexnt.c (map_in_heap):
6218         * window.c (real_window):
6219         * window.c (window_display_lines):
6220         * window.c (window_display_buffer):
6221         * window.c (set_window_display_buffer):
6222         * window.c (window_modeline_height):
6223         * window.c (unshow_buffer):
6224         * window.c (window_loop):
6225         * window.c (Fget_lru_window):
6226         * window.c (Fsplit_window):
6227         * window.c (Fset_window_configuration):
6228         * window.c (saved_window_index):
6229         * xgccache.c (gc_cache_lookup):
6230         abort() -> ABORT().  Eliminate preprocessor games with abort()
6231         since it creates huge problems in VC7, solvable only by including
6232         massive amounts of files in every compile (and not worth it).
6233
6234         * sysdep.c:
6235         * sysproc.h:
6236         Inclusion of process.h does not need to be before lisp.h any more.
6237         Move later and remove comment about abort().
6238
6239 2005-01-26  Arnaud Giersch  <arnaud.giersch@free.fr>
6240
6241         * regex.c (re_match_2_internal):
6242         Correctly initialize loop which clears uninitialized registers.
6243
6244 2005-01-28  Vin Shelton  <acs@xemacs.org>
6245
6246         * sheap.c (more_static_core): Applied Ben's version of the long
6247         string patch.
6248
6249 2005-01-24  Vin Shelton  <acs@xemacs.org>
6250
6251         * sheap.c (more_static_core): Reformatted printf string so
6252         gcc-3.3.3 will compile this on Cygwin.
6253
6254 2004-02-22  Stephen J. Turnbull  <stephen@xemacs.org>
6255
6256         * console.c (function_key_map): Reference `key-binding'.
6257
6258         * keymap.c (Vkey_translation_map): Improve docstring.
6259
6260 2004-03-30  Zajcev Evgeny  <zevlg@yandex.ru>
6261
6262         * window.c: Declare `allow_deletion_of_last_visible_frame' extern.
6263         * window.c (window_loop): [fix] Take into account
6264         `allow-deletion-of-last-visible-frame' variable.
6265         * window.c (replace-buffer-in-windows): Ditto.
6266
6267 2004-12-15  Stephen J. Turnbull  <stephen@xemacs.org>
6268
6269         * EmacsManager.c (EmacsManagerChangeSize): Respect XtGeometryNo.
6270
6271 2005-01-20  Malcolm Purvis  <malcolmp@xemacs.org>
6272
6273         * event-gtk.c: Recognise AltGr as a valid modifier.
6274
6275 2005-01-12  Ville Skyttä  <scop@xemacs.org>
6276
6277         * console-x.h: #include X11/keysym.h before xintrinsic.h.
6278
6279 2005-01-13  Stephen J. Turnbull  <stephen@xemacs.org>
6280
6281         Fix backreference bug caught by test suite.
6282
6283         * regex.c (regex_compile):
6284         Make backref duplicate internal register.
6285
6286 2005-01-13  Stephen J. Turnbull  <stephen@xemacs.org>
6287
6288         Documentation, code clarification, and warning suppression.
6289         
6290         * regex.c (regex_compile):
6291         Improve comments.
6292         (re_match_2_internal):
6293         Improve comments and avoid redundant braces.  [Most of the big hunk
6294         at l. 4710 is indentation; use diff -w to see the real changes.]
6295         (alt_match_null_string_p):
6296         (common_op_match_null_string_p):
6297         Avoid shadowing global on Mac OS X 10.4, at least.
6298
6299 2004-09-08  Stephen J. Turnbull  <stephen@xemacs.org>
6300
6301         * regex.c (regcomp): Fix "unsigned comparison" warning (maybe
6302         introduced with shy groups fix).  [Already applied, probably
6303         with the second "fix shy groups" patch of 2004-10-07.] 
6304
6305 2005-01-10  Steve Youngs  <steve@sxemacs.org>
6306
6307         From Andrey Slusar <anrays@gmail.com>:
6308
6309         * unexelf.c: define `Elfw(type)' for FreeBSD alpha and amd64.
6310
6311 2004-11-21  Malcolm Purvis  <malcolmp@xemacs.org>
6312
6313         * Makefile (RECURSIVE_MAKE): Removed.
6314         * Makefile (RECURSIVE_MAKE_ARGS): New.  The new method for
6315         handling parallel builds.
6316
6317 2004-09-08  Malcolm Purvis  <malcolmp@xemacs.org>
6318
6319         * Makefile.in.in: Enable support for parallel builds.
6320
6321 2005-01-09  Steve Youngs  <steve@sxemacs.org>
6322
6323         From Andrey Slusar <anrays@gmail.com>:
6324
6325         * s/freebsd.h (LIBS_SYSTEM): Only set to "-lutil -lxpg4" if
6326         FreeBSD version is >= 199701 _and_ < 600006.
6327
6328 2005-01-06  Zajcev Evgeny <zevlg@yandex.ru>
6329
6330         * scrollbar.c (compute_scrollbar_instance_usage):
6331         Only call device method compute_scrollbar_instance_usage() if it
6332         is defined.
6333
6334 2004-12-05  Vin Shelton <acs@xemacs.org>
6335
6336         * XEmacs 21.4.16 is released
6337
6338 2004-12-04  Vin Shelton  <acs@xemacs.org>
6339
6340         * depend: Regenerated.
6341
6342 2004-10-07  Stephen J. Turnbull  <stephen@xemacs.org>
6343
6344         * regex.c (re_match_2_internal): Map internal to external
6345         registers.  Fixes bug identified by Steve Youngs 2004-09-30
6346         <microsoft-free.87ekkjhj7t.fsf@youngs.au.com>.
6347
6348 2004-09-02  Yoshiki Hayashi  <yoshiki@xemacs.org>
6349
6350         * buffer.c (Frecord_buffer): Make sure the argument is buffer
6351         to fix a crash.  Also, check the buffer is live and it
6352         really exists in buffer_list.  If the buffer is not in the list,
6353         prepend it.
6354
6355 2004-09-08  Stephen J. Turnbull  <stephen@xemacs.org>
6356
6357         Fix shy groups by implementing recording of all groups for
6358         repetition and backtracking.  Backport from 21.5.
6359         
6360         * regex.h (struct re_pattern_buffer): Add members re_ngroups,
6361         external_to_internal_register, external_to_internal_register_size,
6362         and update comments for re_nsub.
6363
6364         * regex.c (re_opcode_t): Update comments.
6365         (print_compiled_pattern): Ouput external_to_internal_register,
6366         external_to_internal_register_size, and re_ngroups for debugging.
6367         (INIT_REG_TRANSLATE_SIZE): New manifest constant.
6368         (regex_compile): Update header comment.
6369         Ensure that all groups are recorded so that repeat matches and
6370         backtracking work correctly.  Comment related warning for groups >
6371         255.
6372         (re_search_2): Construct map of API indexes (which count only
6373         nonshy groups) to internal register numbers, and keep it updated.
6374
6375 2004-07-27  Malcolm Purvis  <malcolmp@xemacs.org>
6376
6377         * frame-gtk.c (gtk_make_frame_visible):
6378         * frame-gtk.c (gtk_make_frame_invisible): Use map/unmap instead of
6379         show/hide.  This is what X uses and is prevents previously hidden
6380         widgets from suddenly reappearing.
6381         * gtk-xemacs.c (gtk_xemacs_paint):
6382         * gtk-xemacs.c (gtk_xemacs_draw):
6383         * gtk-xemacs.c (gtk_xemacs_expose): Only operate if the widget is
6384         drawable.
6385         * scrollbar-gtk.c (gtk_update_scrollbar_instance_status): Force
6386         size and location changes so that they can be seen before the next
6387         idle event.  Without this rapid changes to scrollbar properties
6388         are not seen.
6389
6390 2004-07-02  Malcolm Purvis  <malcolmp@xemacs.org>
6391
6392         * console-gtk.h:
6393         * console-gtk.h (struct gtk_frame):
6394         * console-gtk.h (FRAME_GTK_WIDGET_INSTANCE_HASH_TABLE):
6395           Add hash tables track tab_control callback data.
6396           Added #defines for GTK object data names.
6397           Declaration of gtk_widget_to_frame().
6398         * event-gtk.c (enqueue_gtk_dispatch_event) No longer static:
6399         * frame-gtk.c (gtk_widget_to_frame): New.
6400         * frame-gtk.c (gtk_create_widgets):
6401         * frame-gtk.c (allocate_gtk_frame_struct):
6402         * frame-gtk.c (gtk_mark_frame):
6403         Manage frame callbakc hash tables.
6404         * glyphs-gtk.c (gtk_map_subwindow): Fix size and moving bugs.
6405         * glyphs-gtk.c (gtk_redisplay_widget): Use correct size for widgets.
6406         * glyphs-gtk.c (gtk_widget_instantiate_1): Force reconsideration
6407         of widget size.
6408         * glyphs-gtk.c (gtk_widget_query_geometry): New
6409         * glyphs-gtk.c (gtk_register_gui_item): New
6410         * glyphs-gtk.c (gtk_add_tab_item): New
6411         * glyphs-gtk.c (gtk_tab_control_callback): New
6412         * glyphs-gtk.c (gtk_tab_control_instantiate): New
6413         * glyphs-gtk.c (gtk_tab_control_redisplay): Set notebook page.
6414         Use correct list when loading item.
6415         * glyphs-gtk.c (image_instantiator_format_create_glyphs_gtk):
6416         Register new methods.
6417         * gtk-xemacs.c (gtk_xemacs_size_allocate): Use XEmacs size, not
6418         default size, for widgets.
6419         * gui-x.c:  Improved comment.
6420         * menubar-gtk.c (__generic_button_callback): Use
6421         gtk_widget_to_frame instead of __get_channel.
6422         * scrollbar-gtk.c:
6423         * ui-gtk.c: Use symbolic names for GTK object data.
6424
6425 2004-06-23  Ilya N. Golubev <gin@mo.msk.ru>
6426
6427         * s/usg5-4.h (NSIG): Define only inside emacs binary.
6428
6429 2002-03-04  Stephen J. Turnbull  <stephen@xemacs.org>
6430
6431         * fileio.c (Fwrite_region_internal): Document use of start == Qnil.
6432
6433 2004-06-16  Malcolm Purvis  <malcolmp@xemacs.org>
6434
6435         * malloc.c (morecore): siz is a long because in some architectures
6436         (eg ia-64) an int cannot hold the address range.  Additional patch
6437         from the SuSe distribution.
6438
6439 2004-06-13  Malcolm Purvis  <malcolmp@xemacs.org>
6440
6441         * emacs.c:
6442         * malloc.c: lim_data is a long because in some architectures
6443         (eg ia-64) an int cannot hold the address range.
6444         * mem-limits.h: lim-data is a long.  Linux uses getrlimit()
6445         instead of ulimit() because ulimit() always returns -1.
6446
6447 2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
6448
6449         * search.c: Reenable an ansync semaphore.  Remove bogus comments.
6450
6451 2004-06-11  David Kastrup  <dak@gnu.org>
6452
6453         * search.c (match_limit): Don't flag an error if match-data
6454         exceeding the allocated search_regs.num_regs gets requested, just
6455         return Qnil.
6456
6457 2003-07-21  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
6458
6459         * glyphs-gtk.c (gtk_xpm_instantiate): Rewrite the XPM data to
6460         replace symbolic color entries with the real colors specified in
6461         xpm-color-symbols, before passing the XPM to gtk.
6462         * glyphs-gtk.h: Use the generic pixmap_image_instance.mask for masks,
6463         instead of a GTK specific field, so that it is used in by generic
6464         code.
6465
6466 2004-05-05  Chuck Hines <chuck.hines@baesystems.com>
6467
6468        * dgif_lib.c (DGifSlurp): Changed do-while to while to stop
6469         coredump from deref of NULL ptr (ExtData)
6470
6471 2004-04-19  Jerry James  <james@xemacs.org>
6472
6473         * data.c (sign_extend_lisp_int): Use INT_VALBITS instead of
6474         VALBITS to compute the location of the sign bit.
6475         * event-stream.c (Fcurrent_event_timestamp): Replace incorrect use
6476         of VALBITS with EMACS_INT_MAX.
6477         * events.c (Fevent_timestamp): Ditto.
6478         * events.c (TIMESTAMP_HALFSPACE): Change VALBITS to INT_VALBITS to
6479         compute the halfway point to timestamp wraparound.
6480         * floatfns.c (float_to_int): Compare against EMACS_INT_MAX and
6481         EMACS_INT_MIN instead of using VALBITS.
6482         * floatfns.c (Flogb): Use EMACS_INT_MIN instead of building an
6483         incorrect number with VALBITS.
6484         * fns.c (Frandom): Correct number of integer bits in docstring.
6485         Use INT_VALBITS instead of VALBITS to compute the denominator.
6486         * sysdep.c (get_random): Use INT_VALBITS instead of VALBITS to
6487         build random numbers.
6488
6489 2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
6490         * event-gtk.c:
6491         * event-gtk.c (gtk_event_to_emacs_event):
6492         * menubar-gtk.c:
6493         * menubar-gtk.c (gtk_xemacs_menubar_class_init):
6494         * menubar-gtk.c (gtk_xemacs_menubar_size_request):
6495         * menubar-gtk.c (gtk_xemacs_accel_label_get_type):
6496         * menubar-gtk.c (gtk_xemacs_set_accel_keys):
6497         * menubar-gtk.c (__activate_menu):
6498         * menubar-gtk.c (convert_underscores):
6499         * menubar-gtk.c (remove_underscores):
6500         * menubar-gtk.c (menu_convert):
6501         * menubar-gtk.c (menu_descriptor_to_widget_1):
6502         * menubar-gtk.c (menu_descriptor_to_widget):
6503         * menubar-gtk.c (menu_can_reuse_widget):
6504         * menubar-gtk.c (menu_create_menubar):
6505         * menubar-gtk.c (gtk_popup_menu):
6506         * menubar-gtk.c (Fgtk_build_xemacs_menu):
6507         Added support for Gtk menu bar and menu item mnemonics.
6508
6509 2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
6510
6511         * sysdll.c: (dll_function): Added support for finding symbols in
6512         Darwin shared libraries as well in Darwin bundles.
6513         * sysdll.c (image_for_address): New
6514         * sysdll.c (my_find_image): New
6515         * sysdll.c (search_linked_libs): New
6516
6517 2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
6518
6519         * ui-gtk.c (__internal_callback_marshal): Marshalling data to
6520         return to GTK requires a different API to marshalling data to use
6521         as GTK parameters.
6522         * ui-gtk.c (lisp_to_gtk_ret_type): New.
6523
6524 2004-03-08  Lutz Euler  <lutz.euler@freenet.de>
6525
6526         * lstream.c (Lstream_pseudo_close): Fix test for LSTREAM_FL_IS_OPEN.
6527
6528 2004-02-19  Stephen J. Turnbull  <stephen@xemacs.org>
6529
6530         * glyphs.c (process_image_string_instantiator):
6531         (Fset_console_type_image_conversion_list):
6532         Stop GCC from warning about shadowing of `exp'.
6533
6534         * redisplay-x.c (x_output_string): Fix unsigned lossage.
6535
6536 2004-02-19  Stephen J. Turnbull  <stephen@xemacs.org>
6537
6538         * regex.c (re_match_2_internal): Shut up GCC about syn1, syn2.
6539
6540 2004-02-03  Vin Shelton  <acs@xemacs.org>
6541
6542         * glyphs.c (image_instance_layout): Remove pointless assertion.
6543         * regex.c (regex_grow_registers): Return type is void.
6544
6545 2004-02-02  Vin Shelton <acs@xemacs.org>
6546
6547         * XEmacs 21.4.15 is released
6548
6549 2004-01-30  Glynn Clements  <glynn.clements@virgin.net>
6550
6551         * device-x.c (x_error_handler): Don't call stderr_out
6552
6553 2003-11-07  Katsumi Yamaoka <yamaoka@jpl.org>
6554
6555         * buffer.c (other-buffer): Clarify documentation of order of
6556         arguments for FSF Emacs.
6557
6558 2003-10-11  Olivier Galibert  <galibert@pobox.com>
6559
6560         * window.c (Fdelete_window): Dirty the mirror structure _before_
6561         marking the window deleted.
6562
6563 2003-09-15  Jerry James  <james@xemacs.org>
6564
6565         * event-msw.c (debug_mswin_messages): Conditionally compile
6566         messages missing from the Cygwin headers.
6567
6568 2003-06-16  Stephen J. Turnbull  <stephen@xemacs.org>
6569
6570         * data.c (eq_with_ebola_notice): Fix typo in comment.
6571         (Ftrue_list_p): Improve docstring.
6572
6573 2003-10-13  Stephen J. Turnbull  <stephen@xemacs.org>
6574
6575         * frame-x.c (x_update_frame_external_traits): Fix XtSetArg idiom.
6576
6577 2003-09-27  Stephen J. Turnbull  <stephen@xemacs.org>
6578
6579         * search.c (trivial_regexp_p): Regexps containing "\{" are
6580         nontrivial.  Thanks to Manfred Bartz for reporting the bug and
6581         Stefan Monnier for suggesting a diagnosis.
6582
6583 2003-09-25  Stephen J. Turnbull  <stephen@xemacs.org>
6584
6585         * elhash.c (make-hash-table): Clarify use of :test #'equal.
6586
6587 2003-09-12  Stephen J. Turnbull  <stephen@xemacs.org>
6588
6589         * search.c (Fsearch_forward):
6590         (Fsearch_backward):
6591         Document negative count.
6592
6593 2003-09-13  Stephen J. Turnbull  <stephen@xemacs.org>
6594
6595         * regex.c (re_max_failures): Bump to 20000 for REGEX_MALLOC, too.
6596
6597 2003-09-13  Martin Buchholz  <martin@xemacs.org>
6598
6599         * s/sol2.h: Use OS_RELEASE=os_release_major*100+os_release_minor
6600
6601 2003-09-15  Vin Shelton  <acs@xemacs.org>
6602
6603         * .gdbinit (pobj): Remove Ilya's fix that was only intended for
6604         21.5.
6605
6606 2003-09-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
6607
6608         * regex.c (TRANSLATE_EXTENDED_UNSAFE): Remove.
6609         (re_search_2): Match the first byte of Bufbyte, not Emchar.
6610         (re_match_2_internal): Use TRANSLATE instead of
6611         TRANSLATE_EXTENDED_UNSAFE.  The latter was a hack to bypass
6612         non-ASCII char case conversion.
6613
6614 2003-09-08  Mike Sperber  <mike@xemacs.org>
6615
6616         * symbols.c (Fvariable_binding_locus): Add, as per suggestion from
6617         RMS at: http://article.gmane.org/gmane.emacs.pretest.bugs/1010
6618
6619 2003-06-14  Ilya N. Golubev  <gin@mo.msk.ru>
6620
6621        * .gdbinit (pobj): fix printing of symbol name.
6622
6623 2003-08-01  Ilya N. Golubev  <gin@mo.msk.ru>
6624
6625         * frame-x.c (x_layout_widgets): When resizing is about to cause
6626         frame size slip, mark it for redisplay.
6627
6628 2003-08-18  Jerry James  <james@xemacs.org>
6629
6630         * opaque.h: Remove unused (X)OPAQUE_MARKFUN definitions.
6631
6632 2003-09-03  Vin Shelton <acs@xemacs.org>
6633
6634         * XEmacs 21.4.14 is released
6635
6636 2003-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
6637
6638         * config.h.in (REGEX_MALLOC): Make it configure'able.
6639
6640 2003-08-14  Andrew Begel  <abegel@CS.Berkeley.EDU>
6641
6642         * config.h.in: Add HAVE_DYLD to indicate Darwin/MacOSX dynamic
6643         linking.
6644         * sysdll.c (dll_init):
6645         * sysdll.c (dll_open):
6646         * sysdll.c (dll_close):
6647         * sysdll.c (dll_function):
6648         * sysdll.c (dll_variable):
6649         * sysdll.c (dll_error):
6650         Add support for loading bundles using Darwin/MacOSX
6651         native API.
6652
6653 2003-08-12  Stephen J. Turnbull  <stephen@xemacs.org>
6654
6655         * process.c (start-process-internal): Document coding systems.
6656
6657 2003-07-30  Jerry James  <james@xemacs.org>
6658
6659         * sysdll.c: configure sets HAVE_DLD_INIT, not HAVE_INIT_DLD.
6660
6661 2003-07-31  René Kyllingstad  <listmailxemacs@kyllingstad.com>
6662
6663         * event-msw.c (mswindows_enqueue_mouse_button_event):
6664         * event-msw.c (mswindows_wnd_proc):
6665           enqueue button event when scrollwheel event isn't handled by 
6666           mswindows_handle_mousewheel_event, such as when the scrollbars
6667           are not showing.
6668
6669 2003-07-29  Stephen J. Turnbull  <stephen@xemacs.org>
6670
6671         * EmacsFrame.c (emacsFrameClassRec): Motif groks not XtCompress*.
6672
6673 2003-03-24  Stephen J. Turnbull  <stephen@xemacs.org>
6674
6675         * database.c (Fopen_database): Don't use DB_AUTO_COMMIT.
6676
6677 2003-03-21  Stephen J. Turnbull  <stephen@xemacs.org>
6678
6679         * regex.c (re_match_2_internal): Fix matching degenerate word
6680         boundaries.
6681
6682 2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
6683
6684         * XEmacs 21.4.13 is released
6685
6686 2003-03-20  Stephen J. Turnbull  <stephen@xemacs.org>
6687
6688         * config.h.in (INTPTR_T_IN_CYGWIN_TYPES_H): 
6689         * lisp.h (<inttypes.h>):
6690         Cygwin defines these types in <cygwin/types.h>.  Don't duplicate
6691         the definition.
6692
6693 2003-03-15  Martin Buchholz  <martin@xemacs.org>
6694
6695         * dumper.c (pdump_load): Pdump'ed XEmacs can't find its .dmp file.
6696         Scenario: Prepend ~/bin to PATH; then `mkdir ~/bin/xemacs'
6697         Result: "temacs can only be run in -batch mode."
6698         Fix: Check xemacs executable candidate for directory-ness.
6699
6700 2003-03-03  Robert Pluim  <rpluim@bigfoot.com>
6701
6702         * database.c: Don't use the u_int8_t etc typedefs on FreeBSD,
6703           they conflict with <sys/types.h>.
6704
6705 2003-02-14  Martin Buchholz  <martin@xemacs.org>
6706
6707         * database.c: Berkeley DB wants __STDC__ to be defined.
6708
6709 2003-02-13  Martin Buchholz  <martin@xemacs.org>
6710
6711         * EmacsFrame.c: Use symbolic name `NotUseful' in lieu of `0'.
6712
6713 2003-02-01  Martin Buchholz  <martin@xemacs.org>
6714
6715         * process-unix.c (unix_send_process): Fix C++ compile error.
6716
6717 2003-02-25  Andrew Begel  <abegel@cs.berkeley.edu>
6718
6719         * Added .dylib as an acceptable shared library file extension
6720         * to support MacOSX.
6721
6722 2003-02-01  Martin Buchholz  <martin@xemacs.org>
6723
6724         * EmacsFrameP.h (EmacsFramePart):
6725         Kludge to allow compiling with Motif1, but linking with Motif2.
6726
6727 2003-01-28  Martin Buchholz  <martin@xemacs.org>
6728
6729         * config.h.in (_ALL_SOURCE): Guard against multiple definition.
6730
6731
6732 2003-02-23  Stephen J. Turnbull  <stephen@xemacs.org>
6733
6734         * config.h.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
6735
6736 2003-02-06  Andrew Begel  <abegel@CS.Berkeley.EDU>
6737
6738         * sysdll.c: Included lisp.h to define needed alloca_array.
6739
6740 2003-02-13  Martin Buchholz  <martin@xemacs.org>
6741
6742         Make XEmacs redisplay 10 times faster.
6743         If, that is, you're using a slow X connection and MoveOpaque.
6744         Use compress_exposure = XtExposeCompressMaximal | XtExposeNoRegion.
6745         Use compress_motion = TRUE.
6746         * EmacsFrame.c (emacsFrameClassRec): 
6747         * EmacsShell-sub.c (EMACS_SHELL_CLASS_REC):
6748         * EmacsManager.c (emacsManagerClassRec):
6749         * xintrinsicp.h: Make sure XtExposeNoRegion is defined.
6750
6751 2003-01-30  Vin Shelton  <acs@xemacs.org>
6752
6753         * s/linux.h (ORDINARY_LINK): define ORDINARY_LINK for linux.
6754
6755 2003-01-17  Stephen J. Turnbull  <stephen@xemacs.org>
6756
6757         * glyphs-eimage.c (tiff_memory_seek): Lobotomize unsigned typedef.
6758         Patch by Martin Buchholz.
6759
6760 2003-01-16  Stephen J. Turnbull  <stephen@xemacs.org>
6761
6762         * glyphs-eimage.c (tiff_instantiate): Fix unsigned comparison.
6763         Thanks to icc for warning and Martin Buchholz for reporting.
6764
6765 2003-01-29  Vin Shelton <acs@xemacs.org>
6766
6767         Patch courtesy of Andrew Begel <abegel@cs.berkeley.edu>
6768
6769         * dynarr.c (Dynarr_realloc): memcpy copies number of bytes, so
6770         remember to multiply by the element size.
6771
6772 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
6773
6774         * XEmacs 21.4.12 "Portable Code" is released.
6775
6776 2003-01-14  Sergey Okhapkin <sos@prospect.com.ru>
6777
6778         * Makefile.in.in (ldflags): re-order sections for gcc 3.2.
6779         * s/cygwin.sc: new linker file.
6780
6781 2003-01-14  Stephen J. Turnbull  <stephen@xemacs.org>
6782
6783         Build fixes courtesy Martin Buchholz <martin@xemacs.org>:
6784
6785         * redisplay-x.c (x_output_string): Use X11-specified types.
6786         * syntax.c, syntax.h (SYNTAX_CODE): Use enum syntaxcode, not int.
6787         * emacs.c (__free_hook): Use typeof with Intel compiler.
6788         * config.h.in (alloca.h): Quick safe hack to please Intel compiler.
6789
6790 2003-01-08  Andy Piper  <andy@xemacs.org>
6791
6792         * unexcw.c (copy_executable_and_dump_data_section): Set the stack
6793         reserve size during unexec().
6794
6795 2003-01-07  Daiki Ueno  <daiki@xemacs.org>
6796
6797         * process-unix.c (unix_create_process): Don't let outchannel block.
6798
6799 2003-01-05  Rick Rankin  <rick_rankin@yahoo.com>
6800
6801         * emacs.c: Include "syswindows.h" when compiling under Cygwin.
6802         Needed for IsBadReadPtr().
6803
6804 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
6805
6806         * XEmacs 21.4.11 "Native Windows TTY Support" is released.
6807
6808 2002-12-14  Ben Wing  <ben@xemacs.org>
6809
6810         * callint.c: Declaration error.
6811         * dumper.c (pdump):
6812         * dumper.c (pdump_load): Warning fix.
6813         * process.c: GCPRO error.
6814         * glyphs.c (unmap_subwindow):
6815         * glyphs.c (map_subwindow): Parenthesizing errors with ! and &&.
6816         * event-stream.c (maybe_kbd_translate): Wrong argument to
6817         character_to_event().
6818
6819         * alloc.c (garbage_collect_1):
6820         * emacs.c:
6821         * emacs.c (debug_can_access_memory):
6822         * emacs.c (fatal_error_signal):
6823         * emacs.c (mswindows_handle_hardware_exceptions):
6824         * emacs.c (main_1):
6825         * emacs.c (main):
6826         * emacs.c (assert_failed):
6827         * emacs.c (syms_of_emacs):
6828         * lisp.h:
6829         * print.c:
6830         * print.c (std_handle_out_va):
6831         * print.c (write_string_to_stdio_stream):
6832         * print.c (write_fmt_string):
6833         * print.c (printing_badness):
6834         * print.c (printing_major_badness):
6835         * print.c (print_internal):
6836         * print.c (debug_print_no_newline):
6837         * print.c (debug_backtrace):
6838         Be more defensive in handling bad values when printing.  Add code
6839         from trunk involving inhibit_non_essential_printing_operations.
6840         When going down or in debug_print(), don't do external conversion
6841         and such and try really, really hard when printing to avoid core
6842         dumping.  Add force-debugging-signal, debug_break().
6843
6844 2002-12-12  Stephen J. Turnbull  <stephen@xemacs.org>
6845
6846         * dumper.c (pdump_load): Include sysdep.h; retry with truename.
6847         Analysis and original patch by Vin Shelton <acs@xemacs.org>.
6848
6849 2002-12-02  Greg Allen  <greg_allen@westlb-systems.co.uk>
6850
6851         * database.c: Fix open_database. Berkeley DB API has changed in
6852         4.1. see: http://www.sleepycat.com/docs/ref/upgrade.4.1/fop.html
6853
6854 2002-11-26  Stephen J. Turnbull  <stephen@xemacs.org>
6855
6856         * specifier.c (Fvalid_specifier_type_p): Typo in comment.
6857
6858 2002-11-13  Stephen J. Turnbull  <stephen@xemacs.org>
6859
6860         * event-Xt.c (Xt_timeout):
6861         (Xt_timeout_callback):
6862         (emacs_Xt_add_timeout):
6863         (emacs_Xt_remove_timeout):
6864         (Xt_timeout_to_emacs_event):
6865         Turn completed_timeouts from a stack into a queue.  Fixes
6866         deadlocks <15829.21626.171573.994716@sinisa.nasamreza.org>.
6867
6868 2002-11-07  Wolfram Gloger  <wg@malloc.de>
6869
6870         * alloc.c (reinit_alloc_once_early): Disable mmap in Doug Lea malloc.
6871         * emacs.c (main): Assert that mmap'd allocation is disabled.
6872
6873 2002-10-14  Andy Piper  <andy@xemacs.org>
6874
6875         * glyphs-widget.c (layout_query_geometry): add in fiddle
6876         factor. Include border text in width layout calculation.
6877         (layout_layout): use BORDER_FIDDLE_FACTOR instead of 10.
6878
6879 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
6880
6881         * XEmacs 21.4.10 "Military Intelligence" is released.
6882
6883 2002-10-17  Raymond Toy  <toy@rtp.ericsson.se>
6884
6885         * nas.c: Update for NAS 1.6 and later, from Jon Trulson.  Was
6886         using the NAS private array SoundFileInfo that no longer exists in
6887         NAS 1.6 and later.  Preserve backward compatibility with NAS 1.5a
6888         and earlier.  This is broken for some versions between 1.5a and
6889         1.5f.
6890
6891 2002-10-10  Stephen J. Turnbull  <stephen@xemacs.org>
6892
6893         * realpath.c (win32_readlink): Try to fix truename of wildcard bug.
6894
6895         * emacs.c (shut_down_emacs): Improve crash message.
6896
6897 2002-10-09  Stephen J. Turnbull  <stephen@xemacs.org>
6898
6899         * file-coding.c (determine_real_coding_system): Check for coding
6900         cookie in first LINES_TO_CHECK lines (currently 2).  Cater to
6901         shebangs and Python PEP 263.
6902
6903 2002-10-08  Andy Piper  <andy@xemacs.org>
6904
6905         * glyphs-widget.c (layout_query_geometry): only resize dynamically
6906         if static sizes haven't been set.
6907
6908 2002-08-30  Mike Alexander  <mta@arbortext.com>
6909
6910         * event-msw.c (winsock_closer): Use closesocket, not CloseHandle
6911         to close a socket.
6912
6913 2002-10-03  Stephen J. Turnbull  <stephen@xemacs.org>
6914
6915         * callproc.c (child_setup): 21.4 doesn't have retry_close.
6916
6917 2002-09-20  Mike Sperber <mike@xemacs.org>
6918
6919         (This partially gets back my patch from 2002-07-20 without the
6920         bug.)
6921         * callproc.c (child_setup): Remove Ben's comment noting confusion
6922         over the file descriptors >= 3: close_process_descs() doesn't
6923         close those.  Fix fd range to go up to MAXDESC-1 instead of 64.
6924         * process-unix.c (unix_create_process): Call
6925         begin_dont_check_for_quit to inhibit unwanted interaction (and
6926         thus breaking of X event synchronicity) in the child.
6927
6928 2002-09-26  Golubev I. N.  <gin@mo.msk.ru>
6929
6930         * frame-x.c (x_delete_frame): do not call XtDisplay on a destroyed
6931         widget.
6932
6933 2002-08-20  Ben Sigelman  <bhsigelm@cs.brown.edu>
6934
6935         * event-Xt.c (drain_X_queue): loop over while(XEventsQueued())
6936         instead of while(XtAppPending()&XtIMXEvent).  Upon a gdm logout,
6937         the xemacs process did not exit, but looped infinitely here.  This
6938         fixes that problem.
6939
6940 2002-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
6941
6942         * font-lock.c (SYNTAX_START_STYLE, SYNTAX_END_STYLE): Quiet GCC.
6943         (find_context): Improve comments.
6944
6945         * regex.c (re_compile_fastmap):  Gratuitous #ifdef comment fixes.
6946         (re_match_2): An XCHAR_TABLE operation was missing.
6947
6948         Many of the following changes were inspired by Andy Piper's (now
6949         obsolete) patch to make syntax-table text property lookup optional.
6950
6951         [Documentation]
6952
6953         * syntax.h (top level): Document semantics of syntax flags.
6954         * syntax.c (comstr_start, Fforward_comment): Improve comments.
6955         * syntax.c, syntax.h (top level): Document syntax cache better in
6956         comments.
6957
6958         [Instrument syntax caching (temporary change)]
6959
6960         * syntax.h (enum syntax_cache_statistics_functions, struct
6961         syntax_cache_statistics, SCS_STATISTICS_SET_FUNCTION,
6962         SYNTAX_CACHE_STATISTICS_COUNT_INIT): New types and macros.
6963         * syntax.c (scan_words, Fforward_comment, scan_lists,
6964         Fbackward_prefix_characters):
6965         * font-lock.c (find_context):
6966         Use them to instrument syntax caching. 
6967         * syntax.c (struct syntax_cache_statistics, scs_statistics,
6968         syntax_cache_statistics_function_names): New type and variables.
6969         * syntax.c (update_syntax_cache): Update and report statistics.
6970
6971         [Major syntax cache optimizations]
6972
6973         syntax.c (lookup_syntax_properties): Default off.
6974
6975         * syntax.h (UPDATE_SYNTAX_INTERNAL): New, implements UPDATE_SYNTAX*.
6976         * syntax.c (update_syntax_cache):
6977         Move init test from update_syntax_cache to UPDATE_SYNTAX_INTERNAL.
6978
6979         [Minor syntax cache optimizations and code clarifications]
6980
6981         * syntax.h (SYNTAX_COMMENT_BITS, SYNTAX_START_P, SYNTAX_END_P,
6982         SYNTAX_STYLES_MATCH_START_P, SYNTAX_STYLES_MATCH_1CHAR_P,
6983         SYNTAX_STYLES_MATCH_END_P, STYLE_FOUND_1CHAR_P, STYLE_FOUND_P,
6984         SYNTAX_COMMENT_MASK_END, SYNTAX_COMMENT_MASK_START,
6985         SYNTAX_COMMENT_1CHAR_MASK): Remove redundant argument `table'.
6986         (Code clarification.)
6987
6988         * syntax.c (scan_words, find_end_of_comment, scan_sexps_forward,
6989         scan_lists): Compute code from syncode, use Boolean macros instead
6990         of redundant masking operations.  (Code clarification; any decent
6991         compiler can do this optimization.)
6992
6993         * syntax.c (scan_lists): Rearrange switches (case Sstring_fence)
6994         for clarity.
6995
6996         * syntax.h, syntax.c (NEXT_SINGLE_PROPERTY_CHANGE,
6997         PREVIOUS_SINGLE_PROPERTY_CHANGE, update_syntax_cache): Conditionally
6998         use F*_single_property_change instead of F*_extent_change.
6999         Currently F*_single_property_change is _much_ less efficient.
7000
7001         * dired.c (Fdirectory_files): Qt not valid in syntax_cache.object.
7002         * syntax.h (SETUP_SYNTAX_CACHE_FOR_OBJECT):  Initialize
7003         syntax_cache.object properly, don't leave Qt or Qnil.
7004         (SYNTAX_CACHE_BYTE_TO_CHAR): Use SETUP_SYNTAX_CACHE_FOR_OBJECT.
7005         * syntax.c (update_syntax_cache): Use BUFFERP and STRINGP, not
7006         tests for Qt or Qnil.
7007
7008 2002-09-21  Stephen J. Turnbull  <stephen@xemacs.org>
7009
7010         * redisplay.c (point_in_line_start_cache): 
7011         * extents.c (print_extent_1):
7012         Fix warnings.
7013
7014         * extents.c (Fset_extent_property): Document `syntax-table' property.
7015
7016         * extents.h (Fnext_single_property_change): EXFUN it.
7017
7018 2002-09-09  Stephen J. Turnbull  <stephen@xemacs.org>
7019
7020         * search.c (clear_unused_search_regs): New static function.
7021         (search_buffer): 
7022         (simple_search): 
7023         (boyer_moore):
7024         Use it.  Fixes "stale match data" bug reported by Martin Stjernholm.
7025         Minor clarifications in comments.
7026
7027         * regex.c (re_match_2_internal): Ensure no stale submatches.
7028
7029 2002-09-09  Stephen J. Turnbull  <stephen@xemacs.org>
7030
7031         * event-Xt.c (enqueue_focus_event): Add missing prototype.
7032
7033 2002-08-29  Jerry James  <james@xemacs.org>
7034
7035         * lisp.h: structrures -> structures.
7036
7037 2002-06-03  Andy Piper  <andy@xemacs.org>
7038
7039         * frame.c (frame_conversion_internal): add conversion appropriate
7040         for setting frame dimensions in pixels.
7041
7042         * console.h (struct console_methods): add device-specific widget
7043         layout functions.
7044
7045         * emacs.c (main_1): initialize glyph vars.
7046
7047         * event-Xt.c (handle_focus_event_1): call handle_focus_event_2
7048         (handle_focus_event_2): new function. Allow focus to
7049         be set to a particular window and widget.
7050         (enqueue_focus_event): new function. Create a
7051         synthetic focus event.
7052         (emacs_Xt_handle_magic_event): call
7053         handle_focus_event_2.
7054
7055         * frame.c (Fset_frame_pixel_height): new function. Allow
7056         pixel-based sizing. Does the right thing on character-oriented
7057         displays.
7058         (Fset_frame_pixel_width): ditto.
7059         (Fset_frame_pixel_size): ditto.
7060         (syms_of_frame): declare.
7061
7062         * general-slots.h: add :vertically-justify and
7063         :horizontally-justify.
7064
7065         * glyphs-msw.c (xbm_create_bitmap_from_data): warning fix.
7066         (mswindows_widget_border_width): new function.
7067         (mswindows_combo_box_instantiate): set border widths.
7068         (console_type_create_glyphs_mswindows): declare.
7069
7070         * glyphs-widget.c:
7071         (check_valid_justification): allow vertical and horizontal
7072         justification.
7073         (widget_border_width): new function. Call device methods.
7074         (widget_instance_border_width): ditto.
7075         (logical_unit_height): new function. Determine the height of a
7076         logical-unit. Logical units are intended to provide grid-like
7077         layout for subcontrols in a layout. If the layout is
7078         :vertically-justify top then subcontrols will be positioned on
7079         logical-unit boundaries, thus allowing adjacent subcontrols to
7080         line up.
7081         (widget_logical_unit_height): ditto for widgets.
7082         (redisplay_widget): misc cleanup.
7083         (widget_spacing): new function. Call device specific
7084         methods. Intended to be the default gap between adjacent widgets.
7085         (widget_query_geometry): use new spacing functions to determine
7086         appropriate geometry.
7087         (initialize_widget_image_instance): initialize horizontal and
7088         vertical justification.
7089         (widget_instantiate): use logica-units where appropriate for
7090         sizing large widgets.
7091         (button_query_geometry): use widget_instance_border_width.
7092         (tree_view_query_geometry): ditto.
7093         (tab_control_query_geometry): ditto.
7094         (edit_field_query_geometry): new function.
7095         (layout_update): pick up :justify, :horizontally-justify and
7096         :vertically-justify none of which worked previously. :justify is
7097         used as a fallback for both horizontal and vertical justification.
7098         (layout_query_geometry): use logical units to size appropriately.
7099         (layout_layout): ditto.
7100         (Fwidget_logical_to_character_width): new function. Allow users to
7101         convert from logical units to characters so that frame sizes can
7102         be set appropriately.
7103         (Fwidget_logical_to_character_height): ditto.
7104         (syms_of_glyphs_widget): declare.
7105         (image_instantiator_edit_fields): add edit_field_query_geometry.
7106         (VALID_LAYOUT_KEYWORDS): declare :vertically-justify and
7107         :horizontally-justify.
7108         (specifier_vars_of_glyphs_widget): new function. Declare
7109         Vwidget_border_width which is not yet used.
7110
7111         * glyphs-x.c (x_map_subwindow): enqueue appropriate focus events.
7112         (x_widget_border_width): new function.
7113         (x_widget_instantiate): create a sensible name for widgets.
7114         (console_type_create_glyphs_x): declare x_widget_border_width.
7115
7116         * glyphs.h (DEFAULT_WIDGET_BORDER_WIDTH): new macro.
7117         (struct Lisp_Image_Instance): add :vertically-justify and
7118         :horizontally-justify.
7119         (LAYOUT_JUSTIFY_TOP): new.
7120         (IMAGE_INSTANCE_SUBWINDOW_H_JUSTIFY): new.
7121         (ROUND_UP): new macro. Round argument up to next integral
7122         interval.
7123
7124         * redisplay-output.c (redisplay_output_layout): misc formatting.
7125
7126         * symsinit.h: declare specifier_vars_of_glyphs_widget.
7127
7128 2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
7129
7130         * XEmacs 21.4.9 "Informed Management" is released.
7131
7132 2002-08-19  Andy Piper  <andy@xemacs.org>
7133
7134         * fileio.c (Ffile_truename): on cygwin using win32 normalize to
7135         win32 format.
7136
7137         * realpath.c (xrealpath): normalize drive spec also so that dir
7138         sep chars are not mixed on cygwin.
7139
7140 2002-08-06  Jerry James  <james@xemacs.org>
7141
7142         * window.c (Fsplit_window): Count only half of the divider width
7143         against the left window when splitting horizontally. 
7144
7145 2002-06-24  Andy Piper  <andy@xemacs.org>
7146
7147         * toolbar-gtk.c (GTK_OUTPUT_BUTTONS_LOOP): output button if whole
7148         toolbar was cleared.
7149
7150         * toolbar-msw.c (mswindows_clear_frame_toolbars): new
7151         function. Split out from mswindows_output_frame_toolbars.
7152         (mswindows_output_frame_toolbars): move clear pieces to
7153         mswindows_output_frame_toolbars.
7154
7155         * toolbar-gtk.c (gtk_clear_frame_toolbars): new function. Split
7156         out from gtk_output_frame_toolbars.
7157         (gtk_output_frame_toolbars): move clear pieces to
7158         gtk_clear_frame_toolbars.
7159
7160         * toolbar-x.c (X_OUTPUT_BUTTONS_LOOP): always output buttons when
7161         the frame is cleared. How this ever worked before is a mystery.
7162         (x_output_frame_toolbars): Only output toolbars.
7163         (x_clear_frame_toolbars): new. Clear previous toolbar locations.
7164
7165         * gutter.c (update_gutter_geometry):
7166         Mark frame layout changed.
7167         (update_frame_gutter_geometry, update_frame_gutters):
7168         Respect frame_layout_changed.
7169
7170         * console.h (struct console_methods): add
7171         clear_frame_toolbars_method.
7172
7173         * redisplay.c (redisplay_frame): call
7174         update_frame_toolbars_geometry and re-order update_frame_toolbars.
7175
7176         * toolbar.h: declare update_frame_toolbars_geometry.
7177
7178         * toolbar.c (update_frame_toolbars_geometry): new function. Split
7179         out from update_frame_toolbars.  Call clear_frame_toolbars.
7180         (update_frame_toolbars): only output, do not change geometry.
7181
7182         * redisplay.c: add frame_layout_changed.
7183
7184         * redisplay.h: add frame_layout_changed.
7185         (CLASS_RESET_CHANGED_FLAGS): set it.
7186         (GLOBAL_RESET_CHANGED_FLAGS): ditto.
7187         (CLASS_REDISPLAY_FLAGS_CHANGEDP): test it.
7188         (GLOBAL_REDISPLAY_FLAGS_CHANGEDP): ditto.
7189
7190         * device.h (struct device): add frame_layout_changed.
7191         (MARK_DEVICE_FRAME_LAYOUT_CHANGED): new.
7192
7193         * frame.h (struct frame): add frame_layout_changed.
7194         (MARK_FRAME_LAYOUT_CHANGED): new.
7195
7196 2002-06-30  Mike Alexander  <mta@arbortext.com>
7197
7198         * event-msw.c (mswindows_need_event): Don't wait for a new message
7199         if the queue is not empty.  Suggested by Paul Moore.
7200
7201 2002-06-12  Andy Piper  <andy@xemacs.org>
7202
7203         * frame-msw.c (msprinter_init_frame_3): calculate the frame size
7204         for printing on accurately.
7205
7206 2002-06-09  Rick Rankin <rick_rankin@yahoo.com>
7207
7208         * event-msw.c (mswindows_wnd_proc): Add a handler for the
7209         WM_ACTIVATE message. Make sure that the frame is visible if the
7210         window is visible. This seemss to fix the problem where XEmacs
7211         appears to freeze after switching desktops with certain virtual
7212         window managers.
7213         (debug_output_mswin_message): Added code to output message
7214         parameters for WM_WINDOWPOSCHANGED, 
7215         WM_WINDOWPOSCHANGING, WM_MOVE, and WM_SIZE messages.
7216
7217 2002-05-25  Andy Piper  <andy@xemacs.org>
7218
7219         * select-x.c (vars_of_select_x): Fix docstring of
7220         x-selection-strict-motif-ownership
7221
7222 2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
7223
7224         * keymap.c (get_keymap):
7225         Add comment about do_autoload GCPROs own args.
7226
7227 2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
7228
7229         * bytecode.c (execute_optimized_program): check_opcode ifdef
7230         ERROR_CHECK_BYTE_CODE.
7231
7232 2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
7233
7234         Thanks to Ben Wing and Michael Sperber.
7235
7236         * eval.c (Fcommand_execute):
7237         (Feval):
7238         (Ffuncall):
7239         (Fmacroexpand_internal):
7240         (function_argcount):
7241         callint.c (Fcall_interactively):
7242         Add comment about do_autoload GCPROs own args.
7243
7244         * (do_autoload): GCPRO both args as well as local Lisp_Object.
7245
7246         * eval.c (Ffuncall): Extra braces to placate GCC.
7247
7248 2002-08-10  Stephen J. Turnbull  <stephen@xemacs.org>
7249
7250         * backtrace.h (grow_specpdl):
7251         (SPECPDL_RESERVE):
7252         * EmacsFrame.c (EmacsFrameSetValues):
7253         * eval.c (grow_specpdl):
7254         * ExternalShell.c (hack_event_masks_1):
7255         * glyphs-x.c (convert_EImage_to_XImage): 
7256         (x_finalize_image_instance):
7257         * ralloc.c (page_size):
7258         (r_alloc_sbrk):
7259         * xgccache.c (gc_cache_hash):
7260         Fix unsigned comparison warnings.
7261
7262 2002-07-29  Jerry James  <james@xemacs.org>
7263
7264         * lread.c (locate_file): Any nonnegative return value indicates
7265         success if MODE is nonnegative.
7266
7267 2002-08-03  Brian A Palmer  <bpalmer@rescomp.Stanford.EDU>
7268
7269         * emacs.c (Fsplit_string_by_char): Make 2nd arg SEPCHAR a required
7270         argument. 
7271
7272 2002-07-17  Stephen J. Turnbull  <stephen@xemacs.org>
7273
7274         * process-unix.c (unix_send_process): #ifdef the coding_stream member.
7275
7276         * dumper.c (pdump_get_indirect_count):
7277         (pdump_scan_by_alignment):
7278         (pdump_dump_root_struct_ptrs):
7279         (pdump_dump_rtables):
7280         (pdump_dump_root_objects):
7281         (pdump):
7282         * nas.c (WaveOpenDataForReading):
7283         * fns.c (print_bit_vector):
7284         * font-lock.c (SINGLE_SYNTAX_STYLE):
7285         * glyphs.c (check_for_ignored_expose):
7286         (find_matching_subwindow):
7287         * glyphs-eimage.c:
7288         * imgproc.c (get_histogram):
7289         * redisplay.c (point_in_line_start_cache):
7290         * redisplay-output.c (redisplay_unmap_subwindows):
7291         * symbols.c (defsymbol_massage_name_1):
7292         (defkeyword_massage_name):
7293         (deferror_massage_name_and_message):
7294         * redisplay-x.c (x_output_string): 
7295         * emacs.c (run_temacs_argv_size, run_temacs_args_size):
7296         * frame.h (struct frame):
7297         * filelock.c (current_lock_owner):
7298         * doprnt.c (emacs_doprnt_1):
7299         * lisp.h (struct Lisp_Bit_Vector):
7300         (DO_REALLOC):
7301         Fix warnings.
7302
7303 2002-02-13  Ben Wing  <ben@xemacs.org>
7304
7305         * event-stream.c (reset_key_echo):
7306         * event-stream.c (reset_this_command_keys):
7307         * event-stream.c (execute_command_event):
7308         If console is dead as a result of C-x 5 0, then post-command stuff
7309         needs to be careful and do only non-console-specific stuff.
7310
7311 2002-07-01  Mike Sperber <mike@xemacs.org>
7312
7313         * process-unix.c (unix_send_process): Mark coding_outstream as
7314         non-open upon SIGPIPE.
7315
7316         * event-stream.c (Fnext_event): Reorder switch cases to something
7317         that makes sense.
7318
7319 2001-08-13  Dmitry Astapov  <adept@umc.com.ua>
7320
7321         * event-Xt.c (maybe_define_x_key_as_self_inserting_character):
7322         Don't bogusly reinitialize ascii_character property.
7323
7324 2002-07-08  Mike Sperber <mike@xemacs.org>
7325
7326         * process.c (Fstart_process_internal): Do error checking before we
7327         fork off the child, so the child can't muck with the state of the
7328         parent.
7329
7330 2002-07-08  Mike Sperber <mike@xemacs.org>
7331
7332         * ralloc.c (init_ralloc): Allocate properly for pdump.
7333
7334 2002-06-12  Andy Piper  <andy@xemacs.org>
7335
7336         * glyphs.c (query_string_geometry): check the string.
7337
7338         * glyphs-widget.c (widget_logical_unit_height): cope with nil
7339         widget names.
7340
7341 2002-06-17  Jerry James  <james@xemacs.org>
7342
7343         * sysdll.c: Remove RTLD_GLOBAL initialization.
7344         * sysdll.c (dll_open): Do not use RTLD_GLOBAL.
7345
7346 2002-06-25  Stephen J. Turnbull  <stephen@xemacs.org>
7347
7348         * search.c (skip_chars): Port Ben's crash fix and efficiency patch.
7349
7350 2002-05-16  Mathias Grimmberger  <mgri@zaphod.sax.de>
7351
7352         * sysdep.c (sys_rename): Make sys_rename work for the case where
7353         Windows rename sets errno to EACCES if target file exists.
7354
7355 2002-05-21  Jonathan Harris  <jonathan@xemacs.org>
7356
7357         * device-msw.c (mswindows_handle_page_setup_dialog_box):
7358         Fix detection of metric units to work on Win95
7359
7360 2002-05-21  Stephen J. Turnbull  <stephen@xemacs.org>
7361
7362         * syswindows.h: #define LOCALE_RETURN_NUMBER.  Why, I don't know.
7363
7364 2002-04-25  Andy Piper  <andy@xemacs.org>
7365
7366         * redisplay.c (create_text_block): Remove extra comment trailer.
7367
7368 2002-04-24  Andy Piper  <andy@xemacs.org>
7369
7370         * redisplay.c (create_text_block): Don't actually add propagation
7371         data if the line ends after we have added a glyph.
7372
7373 2002-04-22  Andy Piper  <andy@xemacs.org>
7374
7375         * extents.c (extent_fragment_update): check for glyphs we have
7376         previously displayed.
7377         * extents.c (print_extent_1): warning removal.
7378         * extents.h: change prototype.
7379         * redisplay-output.c (redisplay_normalize_glyph_area): calculate
7380         widths correctly for wide glyphs.
7381         * redisplay.c (position_redisplay_data_type): add end_glyph_width.
7382         * redisplay.c (prop_type): add PROP_GLYPH.
7383         * redisplay.c (struct prop_block): add glyph type
7384         * redisplay.c (add_glyph_rune): when adding part of a glyph add it
7385         to the propagation data.
7386         * redisplay.c (create_text_block): if there is a glyph in the
7387         propagation data use it to salt extent_fragment_update.
7388         * redisplay.c (create_string_text_block): ditto.
7389
7390 2002-04-13  Nix  <nix@esperi.demon.co.uk>
7391
7392         * redisplay.h (struct rune): Add ascent, descent, and yoffset fields.
7393         * redisplay-output.c (compare_runes): Compare them.
7394         * redisplay.c: Update copyright date.
7395         * redisplay.c (pos_data): Add need_baseline_computation field.
7396         * redisplay.c (add_glyph_rune): Update ascent, descent, and
7397         need_baseline_computation; zero yoffset. Set max_pixmap_height
7398         for all pixmaps, not just automatically positioned ones.
7399         * redisplay.c (calculate_yoffset): New, compute yoffset values.
7400         * redisplay.c (calculate_baseline): New, compute textual baseline.
7401         * redisplay.c (add_glyph_rune): Call them.
7402         * redisplay.c (create_text_block): Likewise.
7403         * redisplay.c (create_overlay_glyph_block): Likewise.
7404         * redisplay.c (add_margin_runes): Likewise.
7405         * redisplay.c (create_string_text_block): Likewise. Fix tabdamage.
7406
7407         * redisplay.h: (redisplay_calculate_display_boxes): Change prototype.
7408         * redisplay-output.c (redisplay_calculate_display_boxes): Use yoffset.
7409         * redisplay-msw.c (mswindows_output_blank): Pass 0 as yoffset.
7410         * redisplay-msw.c (mswindows_output_string): Likewise.
7411         * redisplay-msw.c (mswindows_output_display_block): Pass yoffset.
7412         * redisplay-gtk.c (gtk_output_display_block): Likewise.
7413         * redisplay-x.c (x_output_display_block): Likewise.
7414
7415 2002-03-28  Ben Wing  <ben@xemacs.org>
7416
7417         * redisplay.c: Fixed bug in redisplay
7418         w.r.t. hscroll/truncation/continuation glyphs causing jumping up
7419         and down of the lines, since they're bigger than the line
7420         size. (It was seen most obviously when there's a horizontal scroll
7421         bar, e.g. do C-h a glyph or something like that.) The problem was
7422         that the glyph-contrib-p setting on glyphs was ignored even if it
7423         was set properly, which it wasn't until now.
7424
7425 2002-04-24  Andy Piper  <andy@xemacs.org>
7426
7427         * lisp.h (Dynarr_end): Fix definition.
7428
7429 2002-02-06  Adrian Aichner  <adrian@xemacs.org>
7430
7431         * redisplay.c (mark_redisplay): Remove call to
7432         update_frame_window_mirror.
7433
7434 2001-11-15  Andy Piper  <andy@xemacs.org>
7435
7436         * win32.c (Fmswindows_shell_execute): fix handling of URL's under
7437         cygwin (again).
7438
7439 2002-02-13  Andy Piper  <andy@xemacs.org>
7440
7441         * event-msw.c (mswindows_wnd_proc): only mark the frame visible if
7442         we did in fact enqueue the XM_MAPFRAME event.
7443
7444 2002-01-15  Adrian Aichner  <adrian@xemacs.org>
7445
7446         * event-msw.c (mswindows_wnd_proc): Add handling of WM_SHOWWINDOW
7447         to fix problem switching between virtual desktops under virtuawin
7448         virtual window manager.
7449
7450 2001-07-30  Adrian Aichner  <adrian@xemacs.org>
7451
7452         * event-msw.c: Typo fix.
7453         * event-msw.c (mswindows_wnd_proc): Set FRAME_VISIBLE_P after
7454         magic XM_MAPFRAME event has been sent.
7455
7456 2001-11-23  Andy Piper  <andy@xemacs.org>
7457
7458         * event-msw.c (mswindows_wnd_proc): Don't pump mousewheel events.
7459
7460 2001-11-21  Andy Piper  <andy@xemacs.org>
7461
7462         * scrollbar-msw.c (mswindows_handle_mousewheel_event): cope with
7463         mouse events outside the frame.
7464
7465 2002-03-20  Andy Piper  <andy@xemacs.org>
7466
7467         * menubar-msw.c (mswindows_popup_menu): warning removal.
7468         * dialog-msw.c (dialog_popped_down): ditto.
7469
7470 2001-12-11  Andy Piper  <andy@xemacs.org>
7471
7472         * dialog-msw.c (dialog_popped_down): new function. unset popup_up_p.
7473         * dialog-msw.c (mswindows_make_dialog_box_internal): set
7474         popup_up_p.
7475         * menubar-msw.c (unsafe_handle_wm_initmenupopup_1): ditto.
7476         * menubar-msw.c (mswindows_handle_wm_command): ditto.
7477         * menubar-msw.c (mswindows_popup_menu): ditto.
7478
7479 2001-10-29  Andy Piper  <andy@xemacs.org>
7480
7481         * dialog-msw.c (handle_directory_dialog_box): quit if the user
7482         cancels.
7483
7484 2002-01-03  Andy Piper  <andy@xemacs.org>
7485
7486         * realpath.c (ABS_LENGTH): dtrt for cygwin systems using drive
7487         letters.
7488         (xrealpath): ditto.
7489
7490 2002-03-29  Jonathan Harris  <jonathan@xemacs.org>
7491
7492         * device-msw.c (plist_get_margin): Add arg specifying mm or inches
7493         * device-msw.c (plist_set_margin): Fix multiplicand used for mm
7494         * device-msw.c (mswindows_handle_page_setup_dialog_box):
7495         Detect and handle case where machine is set up for metric units
7496
7497 2002-04-02  Andy Piper  <andy@xemacs.org>
7498
7499         * dired-msw.c (mswindows_get_files): 
7500         * nt.c (mswindows_stat): SetErrorMode() so that file errors are
7501         completely handled by XEmacs. Suggested by Thomas Vogler
7502         <mail@thomas-vogler.de>.
7503
7504 2001-11-14  Andy Piper  <andy@xemacs.org>
7505
7506         * nt.c (REG_ROOT): change registry key to XEmacs.
7507
7508 2002-04-27  Andy Piper  <andy@xemacs.org>
7509
7510         * glyphs-msw.c (mswindows_widget_instantiate): remove dead-code.
7511
7512 2002-04-26  Andy Piper  <andy@xemacs.org>
7513
7514         * glyphs-msw.c (mswindows_map_subwindow): observe :initial-focus
7515         behavior.
7516
7517 2002-03-14  Mike Alexander  <mta@arbortext.com>
7518
7519         * event-msw.c (mswindows_unwait_process): New, remove process from
7520         wait list
7521         * process-nt.c (nt_finalize_process_data): Call
7522         mswindows_unwait_process
7523         * console-msw.h: Declare mswindows_unwait_process
7524
7525 2002-05-14  Stephen J. Turnbull  <stephen@xemacs.org>
7526
7527         * editfns.c (Fdecode_time):
7528         (Fformat_time_string):
7529         Check for invalid time.  Thanks to Nick Pakoulin <npak@ispras.ru>.
7530         (make_time): Warning elimination (change arg name).
7531
7532 2001-11-24  Andy Piper  <andy@xemacs.org>
7533
7534         * window.c (Fsplit_window): Doc return type.
7535
7536 2002-04-01  Andy Piper  <andy@xemacs.org>
7537
7538         * emacs.c (Fkill_emacs): Only output message box in interactive
7539         mode.
7540
7541 2002-04-26  Andy Piper  <andy@xemacs.org>
7542  
7543         * config.h.in: pull in 21.5.x change to stop alloca warnings under
7544         cygwin.
7545
7546 2002-03-18  Gregory Steuck  <greg-xemacs-patch@nest.cx>
7547
7548         * unexelf.c:  Use ELFSIZE or define from _LP64 to indicate a 64
7549         bit platform.
7550
7551 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
7552
7553         * XEmacs 21.4.8 "Honest Recruiter" is released.
7554
7555 2002-05-07  Nix  <nix@esperi.demon.co.uk>
7556
7557         Supersedes 2002-04-17 patch.
7558
7559         * process.h (PROCESS_LIVE_P): Use the process status as
7560         evidence of health, not the state of the input stream.
7561         (PROCESS_READABLE_P): Say if the process is readable
7562         from. (It may be dead nonetheless.)
7563         (CHECK_READABLE_PROCESS): Test for that condition.
7564
7565         * process.c (create_process): Use PROCESS_READABLE_P.
7566         (read_process_output, set_process_filter): Likewise.
7567
7568         * process.c (Fprocess_input_coding_system): Use CHECK_READABLE_PROCESS.
7569         (Fset_process_input_coding_system, Fprocess_coding_system): Likewise.
7570
7571         This code is #if 0'd, this is not the time to add new functions:
7572
7573         * process.c (Fprocess_readable_p): Report readability status.
7574         * process.c (Qprocess_readable_p): New, associated symbol...
7575         * process.c (syms_of_process): ... initialize it.
7576
7577 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
7578
7579         * XEmacs 21.4.7 "Economic Science" is released.
7580
7581 2002-04-17  Nix  <nix@esperi.demon.co.uk>
7582
7583         * process.h (PROCESS_LIVE_P): Use the process status as
7584         evidence of health, not the state of the input stream.
7585
7586 2002-04-30  Charles G. Waldman <cgw@xemacs.org>
7587
7588         * sysdep.c (sys_siglist): change "signum" to "signal"
7589
7590 2001-04-21  Martin Buchholz  <martin@xemacs.org>
7591
7592         * s/darwin.h: New file.
7593         Thanks to Greg Parker <gparker@cs.stanford.edu>.
7594         
7595 2002-04-23  Andreas Jaeger  <aj@suse.de>
7596
7597         * s/linux.h (LIB_STANDARD): Define correctly for x86-64 and s390x
7598         which use lib64 for 64-bit libs.
7599         (START_FILES): Likewise.
7600
7601 2002-02-11  Mike Sperber  <mike@xemacs.org>
7602
7603         * device-x.c: 
7604         (x_IO_error_handler):
7605         (x_init_device): Temporarily keep device in static variable
7606         `device_being_initialized' so we can recover gracefully from
7607         internal XOpenDevice failure.  (XOpenDevice is documented to
7608         return NULL on failure, but sometimes calls the IO error handler
7609         instead.)
7610
7611 2002-01-31  John H. Palmieri  <palmieri@math.washington.edu>
7612
7613         * dired.c (Ffile_name_all_completions): Change documentation --
7614         remove reference to completion-ignored-extensions.
7615         * dired.c (vars_of_dired): Change documentation for
7616         completion-ignored-extensions -- remove reference to
7617         file-name-all-completions.
7618
7619 2002-03-06  Jerry James  <james@xemacs.org>
7620
7621         * emodules.c (emodules_load): Fix multiple loading of same module.
7622
7623 2002-01-25  Andrew Begel <abegel@cs.berkeley.edu>
7624         * sysdll.c (dll_open): Changed to use RTLD_NOW instead of
7625         RTLD_LAZY to avoid incorrect symbol binding when using nested
7626         shared libraries on Solaris.
7627
7628 2002-02-12  Stephen J. Turnbull  <stephen@xemacs.org>
7629
7630         * fileio.c (Ffind_file_name_handler): Improve docstring.
7631
7632 2002-01-20  Stephen J. Turnbull  <stephen@xemacs.org>
7633
7634         * fns.c (Fmapconcat): Improve docstring.
7635
7636 2002-01-03  Eric Gillespie, Jr.  <epg@pretzelnet.org>
7637
7638         * device-gtk.c: Add prototype for
7639         emacs_gtk_selection_clear_event_handle.
7640         (gtk_init_device): Call gtk_selection_add_target for CLIPBOARD
7641         selection.  Setup signal handler for "selection_clear_event"
7642         (emacs_gtk_selection_clear_event_handle).
7643
7644         * select-gtk.c (emacs_gtk_selection_clear_event_handle): Handle
7645         other applications owning the clipboard (based on
7646         x_handle_selection_clear).
7647
7648 2001-12-23  William M. Perry  <wmperry@gnu.org>
7649
7650         * menubar-gtk.c (gtk_popup_menu)  Add sanity checks, fix crash.
7651         
7652 2002-01-04  Martin Buchholz  <martin@xemacs.org>
7653
7654         * keymap.c (define_key_alternate_name): Parenthesize EQ.
7655
7656 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
7657
7658         * XEmacs 21.4.6 "Common Lisp" is released.
7659
7660 2001-12-16  Torsten Duwe  <duwe@caldera.de>
7661
7662         * search.c (Freplace_match): Add missing sub-expression functionality.
7663
7664         * buffer.c (decode_buffer): Add a check for pointer type to
7665         decode_buffer, before gcc's CSE optimization reorders a
7666         dereference in front of the allow_string test.
7667
7668 2001-11-16  Darryl Okahata  <darrylo@xemacs.org>
7669
7670         * window.c (window_loop): Fix bug that sometimes prevented
7671         window_loop() from iterating across multiple devices.  Also, at
7672         Ben's request, changed infloop-detecting code to abort() instead
7673         of silently terminating window_loop().
7674
7675 2001-11-21  Stephen J. Turnbull  <stephen@xemacs.org>
7676
7677         Based on analysis and patch by Simon Josefson <jas@extundo.com>.
7678         * editfns.c (make_time): New function.
7679         (Fencode_time): Use it instead of wasteful_word_to_lisp.
7680         * lisp.h (make_time): Prototype and comment it.
7681         * dired.c (wasteful_word_to_lisp): Deprecate.
7682         (Ffile_attributes): Use make_time() instead of wasteful_word_to_lisp().
7683
7684 2001-10-31  Kyle Jones  <kyle_jones@wonderworks.com>
7685
7686         * fileio.c (auto_save_1): Use current coding system, not
7687         escape-quoted.
7688
7689 2001-11-13  Ben Wing  <ben@xemacs.org>
7690
7691         * window.c:
7692         * window.c (window_truncation_on):
7693         * window.c (syms_of_window):
7694         truncate-partial-width-windows should respect the buffer being
7695         displayed, like other redisplay vars.
7696
7697 2001-11-13  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
7698
7699         * event-stream.c (Fread_key_sequence): save current buffer.
7700
7701 2001-10-29  Andrew Begel  <abegel@eecs.berkeley.edu>
7702
7703         * ntheap.c (_heap_init): Don't redefine in VS.NET (MSC >= 1300).
7704
7705 2001-10-29  Andrew Begel  <abegel@eecs.berkeley.edu>
7706
7707         * alloc.c (lcrecord_stats): Add space for types defined in modules.
7708
7709 2001-10-26  Mike Alexander  <mta@arbortext.com>
7710
7711         * event-msw.c (slurper_free_shared_data_maybe): Free the pipe handle.
7712
7713 2001-10-25  Andy Piper  <andy@xemacs.org>
7714
7715         * ChangeLog:
7716         * dialog-msw.c (handle_directory_proc): new function.
7717          (handle_directory_dialog_box): new fucntion.
7718          (handle_file_dialog_box): use new directory dialog support.
7719          (mswindows_make_dialog_box_internal): ditto.
7720         * event-msw.c (mswindows_wnd_proc): minor fix to scrollbar event
7721         handling.
7722         (mswindows_find_frame): make global.
7723         * fileio.c (Fexpand_file_name): build fix.
7724         * general-slots.h: add Qdirectory.
7725         * scrollbar-msw.c (mswindows_handle_scrollbar_event): fix focus
7726         handling.
7727         * syswindows.h (LOCAL_TO_WIN32_FILE_FORMAT): fix problem with
7728         cygwin not leaving win32 paths unchanged.
7729         * win32.c (Fmswindows_cygwin_to_win32_path): new function. Use the
7730         cygwin runtime to do path conversion.
7731         (Fmswindows_shell_execute): fix cygwin handling of URLs.
7732         (syms_of_win32): add new function.
7733         * window.c (window_loop): build fix.
7734
7735 2001-10-15  Andy Piper  <andy@xemacs.org>
7736
7737         (Fmswindows_shell_execute): fix handling of URL's under cygwin.
7738
7739 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
7740
7741         * XEmacs 21.4.5 "Civil Service" is released.
7742
7743 2001-04-08  Danny Colascione  <qtmstr@optonline.net>
7744
7745         * glyphs-x.c: Force buffer-tab highlight update when moving the
7746         buffer, avoiding an ugly black border, used for keyboard focus
7747         indication, on a widget that can never have keyboard focus, the
7748         buffer tab.
7749
7750 2001-08-30  Daiki Ueno  <ueno@unixuser.org>
7751
7752         * process-unix.c (unix_open_multicast_group): Remove too much
7753         conversion between host and network byte order.
7754
7755 2001-09-10  Nix  <nix@esperi.demon.co.uk>
7756
7757         * src/buffer.c (kill_buffer): Undedicate windows showing BUF
7758         before replacing them.
7759
7760         * src/window.c (window_loop): Implement new UNDEDICATE_BUFFER
7761         operation.
7762
7763         * src/window.c (undedicate_windows): Use it.
7764         * src/window.h: Add prototype.
7765
7766 2001-09-17  Ben Wing  <ben@xemacs.org>
7767
7768         * fileio.c (normalize_filename):
7769         * fileio.c (Fexpand_file_name):
7770         Fix various C++ compile errors in Andy's recent code.
7771         
7772         * callint.c (Fcall_interactively):
7773         * editfns.c (Ftemp_directory):
7774         * editfns.c (Fuser_full_name):
7775         * emacs.c (argmatch):
7776         * lread.c (locate_file_map_suffixes):
7777         * redisplay-x.c (x_ring_bell):
7778         Fix sign-compare warnings.
7779         
7780 2001-09-08  Andy Piper  <andy@xemacs.org>
7781
7782         * fileio.c (normalize_filename): copied from nt.c
7783         * (Ffile_name_directory): enable win32 paths under cygwin.
7784         * (Ffile_name_nondirectory): ditto.
7785         * (directory_file_name): ditto.
7786         * (Fexpand_file_name): ditto.
7787         * (Ffile_truename): ditto.
7788         * (Fsubstitute_in_file_name): ditto.
7789         * (Ffile_name_absolute_p): ditto.
7790         * (Ffile_readable_p): ditto.
7791
7792 2001-09-08  Andy Piper  <andy@xemacs.org>
7793
7794         * device-msw.c (mswindows_finish_init_device): remove dde
7795         initialization.
7796         * device-msw.c (mswindows_init_dde): factor out from
7797         mswindows_finish_init_device()
7798         * device-msw.c (init_mswindows_very_early): new function
7799         initialize but don't enable dde.
7800         * emacs.c (main_1): call init_mswindows_very_early.
7801         * event-msw.c:
7802         * event-msw.c (mswindows_dde_callback): only execute when we are
7803         ready.
7804         * symsinit.h: declare init_mswindows_very_early.
7805
7806 2001-05-02  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
7807
7808         [sjt: This has been in 21.5 for months with no complaints.]
7809
7810         * console.h (struct console_methods): Added flags member.
7811         (CONSOLE_IMPLEMENTATION_FLAGS): Defined.
7812         (CONMETH_IMPL_FLAG):
7813         (CONSOLE_IMPL_FLAG): Macro to check implememntation flags.
7814         Defined XDEVIMPF_DONT_PREEMPT_REDISPLAY.
7815
7816         * device.c (window_system_pixelated_geometry): Use the above macros.
7817
7818         * device.h (DEVICE_IMPL_FLAG): Macro to check a device
7819         implememntation flag.
7820         * device.h (DEVICE_DISPLAY_P): Use it.
7821
7822         * frame.c (delete_frame_internal): Use the above macro.
7823
7824         * redisplay.c (redisplay_device): Use it.
7825         (redisplay_device): Obey XDEVIMPF_DONT_PREEMPT_REDISPLAY.
7826         (redisplay_frame): Ditto.
7827
7828         * device-msw.c (mswindows_device_implementation_flags): Removed.
7829         (msprinter_device_implementation_flags): Removed.
7830         (console_type_create_device_mswindows): Removed references to
7831         implementation_flags methods, set implementation flags here.
7832         (console_type_create_device_mswindows): Added XDEVIMPF_DONT_PREEMPT.
7833
7834         * device-gtk.c (gtk_device_implementation_flags): Removed method.
7835         (console_type_create_device_gtk): Removed method declaration.
7836         Added commented out statement which semantically matches the
7837         commented out statement in the above removed method.
7838
7839 2001-04-14  Gordon Sadler  <gbsadler1@lcisp.com>
7840
7841         The attached patch fixes a few warnings. 
7842
7843         * src/emacs.c: prototype console_type_create_select_gtk for GTK only
7844         * src/frame-gtk.c: guard against GNOME calls in GTK only
7845         * src/redisplay-gtk.c: include <sys/poll.h> #ifdef HAVE_POLL
7846         * src/select-gtk.c: prototype lisp_to_time
7847
7848 2001-06-08  Ben Wing  <ben@xemacs.org>
7849
7850         ------ gc-in-window-procedure fixes ------
7851         
7852         * alloc.c:
7853         * alloc.c (struct post_gc_action):
7854         * alloc.c (register_post_gc_action):
7855         * alloc.c (run_post_gc_actions):
7856         * alloc.c (garbage_collect_1):
7857         Create "post-gc actions", to avoid those dreaded "GC during window
7858         procedure" problems.
7859
7860         * event-msw.c:
7861         Abort, clean and simple, when GC in window procedure.  We want
7862         to flush these puppies out.
7863
7864         * glyphs-msw.c:
7865         * glyphs-msw.c (finalize_destroy_window):
7866         * glyphs-msw.c (mswindows_finalize_image_instance):
7867         Use a post-gc action when destroying subwindows.
7868
7869         * lisp.h:
7870         Declare register_post_gc_action().
7871
7872         * scrollbar-msw.c:
7873         * scrollbar-msw.c (unshow_that_mofo):
7874         Use a post-gc action when unshowing scrollbar windows, if in gc.
7875
7876         * redisplay.c (mark_redisplay):
7877         Add comment about the utter evilness of what's going down here.
7878
7879         ------ cygwin setitimer fixes ------
7880         
7881         * Makefile.in.in (sheap_objs):
7882         * Makefile.in.in (profile_objs):
7883         * Makefile.in.in (objs):
7884         Compile profile.c only when HAVE_SETITIMER.
7885         
7886         * nt.c (mswindows_sigset):
7887         * nt.c (mswindows_sighold):
7888         * nt.c (mswindows_sigrelse):
7889         * nt.c (mswindows_sigpause):
7890         * nt.c (mswindows_raise):
7891         * nt.c (close_file_data):
7892         Style fixes.
7893         
7894         * nt.c:
7895         Move setitimer() emulation to win32.c, because Cygwin needs it too.
7896         
7897         * profile.c:
7898         * profile.c (Fstart_profiling):
7899         * profile.c (Fstop_profiling):
7900         Make sure we don't compile if no setitimer().  Use qxe_setitimer()
7901         instead of just plain setitimer().
7902         
7903         * signal.c:
7904         * signal.c (set_one_shot_timer):
7905         * signal.c (alarm):
7906         Define qxe_setitimer() as an encapsulation around setitimer() --
7907         call setitimer() directly unless Cygwin or MS Win, in which case
7908         we use our simulated version in win32.c.
7909         
7910         * systime.h:
7911         * systime.h (struct itimerval):
7912         * systime.h (ITIMER_REAL):
7913         Prototype mswindows_setitimer() and qxe_setitimer().  Long
7914         comment about "qxe" and the policy regarding encapsulation.
7915
7916         * win32.c:
7917         * win32.c (setitimer_helper_proc):
7918         * win32.c (setitimer_helper_period):
7919         * win32.c (setitimer_helper):
7920         * win32.c (mswindows_setitimer):
7921         Move setitimer() emulation here, so Cygwin can use it.
7922         Rename a couple of functions and variables to be longer and more
7923         descriptive.  In setitimer_helper_proc(), send the signal
7924         using either mswindows_raise() or (on Cygwin) kill().  If for
7925         some reason we are still getting lockups, we'll change the kill()
7926         to directly invoke the signal handlers.
7927
7928         ------ windows shell fixes ------
7929         
7930         * callproc.c:
7931         * ntproc.c:
7932         Comments about how these two files must die.
7933
7934         * callproc.c (init_callproc):
7935         On MS Windows, init shell-file-name from SHELL, then COMSPEC,
7936         not just COMSPEC. (more correct and closer to FSF.) Don't
7937         force a value for SHELL into the environment. (Comments added
7938         to explain why not.)
7939         
7940         * nt.c (init_user_info):
7941         Don't shove a fabricated SHELL into the environment.  See above.
7942
7943 2001-06-01  Ben Wing  <ben@xemacs.org>
7944
7945         * Makefile.in.in (ldflags):
7946         eliminate that pesky "defaulting to 00401000" warning.
7947         * nt.h:
7948         eliminate warnings.
7949
7950 2001-06-15  Golubev I. N.  <gin@mo.msk.ru>
7951
7952         * s/sco5.h (FORCE_ALLOCATE_PTY_THE_OLD_FASHIONED_WAY): #define.
7953         * process-unix.c (allocate_pty): #ifndef "modern" pty allocation.
7954
7955 2001-04-24  Jerry James <james@xemacs.org>
7956
7957         * faces.h: pass parameters to Fadd_spec_to_specifier in the
7958         correct order.
7959
7960 2001-06-01  Ben Wing  <ben@xemacs.org>
7961
7962         * event-msw.c (debug_mswin_messages):
7963         conditionalize the messages that were causing compile errors.
7964         (if only macros could generate #ifdef statements ...)
7965
7966 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
7967
7968         * XEmacs 21.4.4 "Artificial Intelligence" is released.
7969
7970 2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>
7971
7972         * event-msw.c (mswindows_wnd_proc): Add GC debugging assert.
7973
7974 2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>
7975
7976         * config.h.in (IPV6_CANONICALIZE): New #define for --with-ipv6-lookup.
7977         * process-unix.c (unix_canonicalize_host_name):
7978         sysdep.c (init_system_name):
7979         Use it to conditionally support IPv6 canonicalization.
7980
7981 2001-05-31  Paul Stodghill  <stodghil@cs.cornell.edu>
7982
7983         * event-msw.c:
7984         Cygwin does not define WM_IME_xxx. Modify the #if's accordingly.
7985
7986 2001-05-19  Paul Krause  <paulkrause1@mediaone.net>
7987
7988         * scrollbar-msw.c: Fixes a crash that occurs on Windows when an
7989         attempt is made to scroll when no scroll bar is available.
7990
7991 2001-04-19  Glynn Clements  <glynn.clements@virgin.net>
7992
7993         * input-method-motif.c (XIM_delete_frame): New callback.
7994         (XIM_init_frame): Register it.  (Reapplied by SJT, it somehow
7995         got deleted from 21.4.3.)
7996
7997 2001-06-01  Ben Wing  <ben@xemacs.org>
7998
7999         * nt.c (mswindows_utime):
8000         * nt.c (close_file_data):
8001         fix off-by-one-indirection error.
8002
8003 2001-05-29  Adrian Aichner  <adrian@xemacs.org>
8004
8005         * fileio.c: Include nt.h.  Remove lisp_string_set_file_times()
8006         because set_file_times() now takes Lisp_Object path, instead of
8007         char*.
8008         * nt.c: Include buffer.h.
8009         * nt.c (convert_from_time_t): New.
8010         * nt.c (mswindows_utime): New.  Use utime, since SetFileTime does
8011         not set mtime correctly.
8012         * nt.h: Declare mswindows_utime().
8013         * sysdep.c (set_file_times): set_file_times() now takes Lisp_Object
8014         path, instead of char*.
8015         * systime.h: Include <sys/utime.h> on WIN32_NATIVE.
8016
8017 2001-05-30  Ben Wing  <ben@xemacs.org>
8018
8019         For 21.4:
8020
8021         (Stephen, just take all event-msw.c patches.  This includes
8022         the "iconify" fix below.)
8023
8024         * event-msw.c:
8025         * event-msw.c (mswindows_dequeue_dispatch_event):
8026         * event-msw.c (assert):
8027         * event-msw.c (emacs_mswindows_quit_p):
8028         * event-msw.c (debug_mswin_messages):
8029         * event-msw.c (debug_output_mswin_message):
8030         * event-msw.c (vars_of_event_mswindows):
8031         Fix yet more problems with C-g handling.
8032         Implement debug-mswindows-events.
8033         
8034 2001-05-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8035
8036         * event-msw.c (WM_DROPFILES): Use correct type for OLE characters.
8037         
8038 2001-05-23  Ben Wing  <ben@xemacs.org>
8039
8040         * event-msw.c (winsock_writer):
8041         * event-msw.c (winsock_closer):
8042         prior kludgy code was clobbering the buffer, thinking it was
8043         "unused" space to store an unneeded return value; instead, use
8044         the variable we've already got staring us in the face.
8045
8046 2001-05-17  Andy Piper  <andy@xemacs.org>
8047
8048         * sysfile.h: don't assume that file attributes are boolean
8049
8050 2001-05-23  Ben Wing  <ben@xemacs.org>
8051
8052         * device-msw.c (msprinter_init_device):
8053         signal an error rather than crash with an unavailable network
8054         printer (from Mike Alexander).
8055         
8056         * event-msw.c:
8057         * event-msw.c (struct winsock_stream):
8058         * event-msw.c (winsock_writer):
8059         * event-msw.c (winsock_closer):
8060         * event-msw.c (make_winsock_stream_1):
8061         cleanup headers.  fix (hopefully) an error with data corruption
8062         when sending to a network connection.
8063
8064         * fileio.c (Fexpand_file_name): Fix evil code that attempts
8065         to handle the ~user prefix by (a) always assuming we're referencing
8066         ourselves and not even verifying the user -- hence any file with
8067         a tilde as its first char is invalid! (b) if there wasn't a slash
8068         following the filename, the pointer was set *past* the end of
8069         file and we started reading from uninitialized memory.  Now we
8070         simply treat these as files, always.
8071
8072         * buffer.c (common_init_complex_vars_of_buffer): comment change.
8073         
8074 2001-05-19  Ben Wing  <ben@xemacs.org>
8075
8076         * eval.c: doc comment about gcpro'ing in record_unwind_protect.
8077
8078         * process-nt.c:
8079         * process-nt.c (vars_of_process_nt):
8080         remove unused mswindows-quote-process-args.  rec for 21.4.
8081         
8082 2001-05-12  Ben Wing  <ben@xemacs.org>
8083
8084         * event-msw.c (mswindows_dde_callback):
8085         * event-msw.c (mswindows_wnd_proc):
8086         eliminate cygwin warnings.
8087
8088 2001-05-06  Ben Wing  <ben@xemacs.org>
8089
8090         * console-msw.h:
8091         * device-msw.c:
8092         * device-msw.c (print_dialog_worker):
8093         * device-msw.c (mswindows_handle_print_dialog_box):
8094         * device-msw.c (syms_of_device_mswindows):
8095         * dialog-msw.c (mswindows_make_dialog_box_internal):
8096         * general-slots.h:
8097         implement printing the selection when it's selected.
8098
8099 2001-05-20  Drazen Kacar  <dave@arsdigita.com>
8100
8101         * glyphs-gtk.c (gtk_resource_instantiate): C++ comment -> #if 0
8102
8103 2001-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
8104
8105         * lisp.h (EMACS_INT_MAX): This should be one bit less since
8106         EMACS_INT is signed.
8107
8108 2001-04-15  Michael Lausch  <mla@1012surf.net>
8109
8110         * scrollbar-gtk.c (gtk_create_scrollbar_instance): Call
8111         gtk_widget_request_size() to give scrollbar >0 width for
8112         GTK >1.2.8.
8113
8114 2001-05-30  William M. Perry  <wmperry@gnu.org>
8115
8116         * event-gtk.c: Check for buttons as modifier keys.
8117
8118 2001-05-25  Craig Lanning  <CraigL@Knology.net>
8119
8120         * s\mingw32.h:
8121         Properly find MinGW's <process.h> inside Cygwin's restructured
8122         include directories.  Don't try to include <cygwin/version.h>
8123         since we are dropping support for MinGW in versions of Cygwin
8124         earlier than b21.
8125         * nt.c:
8126         Drop support for MinGW in versions of Cygwin before b21.
8127         * sysdep.c:
8128         Properly find MinGW's <process.h> inside Cygwin's restructured
8129         include directories.
8130         * syswindows.h:
8131         Drop support for MinGW in versions of Cygwin before b21.
8132         * unexcw.c:
8133         Even though a.out.h is no longer detected by configure, allow
8134         MinGW to use it until we figure out how to do the job with Win32.
8135
8136 2001-07-11  Matt Tucker  <tuck@whistlingfish.net>
8137
8138         * syntax.c (find_start_of_comment):
8139         Fix `unbalanced parentheses' bug when dealing with mixed comment
8140         styles in c++/java/etc. mode
8141
8142 2001-05-29  Mike Alexander  <mta@arbortext.com>
8143
8144         * console-msw.h (FRAME_MSPRINTER_CHARHEIGHT): Unswap
8145         FRAME_MSPRINTER_CHARWIDTH and FRAME_MSPRINTER_CHARHEIGHT
8146
8147 2001-05-17  Andrew Begel  <abegel@eecs.berkeley.edu>
8148
8149         * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Add needed cast.
8150
8151 2001-03-31  Mike Sperber <mike@xemacs.org>
8152
8153         * search.c (Freplace_match): Support FSF-style specification of
8154         match subexpression when applied to a buffer.
8155
8156 2001-05-27  Karl M. Hegbloom  <karlheg@hegbloom.net>
8157
8158         * event-stream.c (is_scrollbar_event): add missing semicolon
8159
8160 2001-05-22  Isaac Hollander  <ysh@mindspring.com>
8161
8162         * Makefile.in.in: Use TAR macro instead of hardcoding
8163           tar.  Allows use of GNU tar instead of system tar
8164
8165 2001-05-27  Karl M. Hegbloom  <karlheg@hegbloom.net>
8166
8167         * event-stream.c (is_scrollbar_event): add missing semicolon
8168
8169 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
8170
8171         * XEmacs 21.4.3 "Academic Rigor" is released.
8172
8173 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
8174
8175         * regex.c: Define DECLARE_NOTHING when "lisp.h" is not included.
8176
8177 2001-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
8178
8179         * buffer.c (Vcase_fold_search): Remove obsolete
8180           comment about non ASCII case-fold-search.  This
8181           bug has been fixed by case-table changes.
8182
8183 2001-05-11  Stephen J. Turnbull  <stephen@xemacs.org>
8184
8185         * event-msw.c: Restore include of events-mod.h.
8186
8187 2001-04-22   zhaoway  <zw@debian.org>
8188
8189         * event-stream.c (is_scrollbar_event): Noop returning 0 if
8190         !HAVE_SCROLLBARS.
8191
8192 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
8193
8194         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
8195
8196 2001-05-08  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>
8197
8198         * mule-charset.c (Fmake_charset): Add missing else.
8199
8200 2001-04-23  Ben Wing  <ben@xemacs.org>
8201
8202         * event-msw.c (FAKE_MOD_QUIT):
8203         * event-msw.c (mswindows_dequeue_dispatch_event):
8204         * event-msw.c (mswindows_wnd_proc):
8205         * event-msw.c (emacs_mswindows_quit_p):
8206         Get critical quit working.
8207
8208 2001-05-05  Ben Wing  <ben@xemacs.org>
8209
8210         * console-msw.h:
8211         * device-msw.c:
8212         * device-msw.c (mswindows_get_default_margin):
8213         * frame-msw.c (mswindows_size_frame_internal):
8214         * frame-msw.c (msprinter_init_frame_1):
8215         * frame-msw.c (vars_of_frame_mswindows):
8216         Change top/bottom margin defaults to 0.5 inches.
8217
8218 2001-05-01  Martin Buchholz  <martin@xemacs.org>
8219
8220         Fix link error with gcc 3.0 on Linux.
8221         * terminfo.c (UP): Remove.
8222         * terminfo.c (BC): Remove.
8223         * terminfo.c (PC): Remove.
8224         They weren't used, and in any case, these symbols should be
8225         defined in the *library*.
8226
8227 2001-05-03  Martin Buchholz  <martin@xemacs.org>
8228
8229         * s/aix4.h: Fix crash with xlc -O3.
8230         Improve comment explaining how -O3 works.
8231
8232 2001-04-15  Ben Wing  <ben@xemacs.org>
8233
8234         * event-stream.c:
8235         * event-stream.c (Fnext_event):
8236         * event-stream.c (is_scrollbar_event):
8237         * event-stream.c (execute_command_event):
8238         Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
8239         crash' problem.  His fix introduces other problems.  We filter
8240         out scrollbar events specifically, making them somewhat invisible
8241         to command-building, and not appearing in `this-command-keys'.
8242         More work is still needed (see comments in event-stream.c), but
8243         this fixes all the major problems.
8244
8245 2001-04-20  Ben Wing  <ben@xemacs.org>
8246
8247         * .cvsignore: Added stuff for Windows.
8248
8249 2001-04-28  Ben Wing  <ben@xemacs.org>
8250
8251         * buffer.c (Ferase_buffer):
8252         * editfns.c (buffer_insert1):
8253         * editfns.c (Finsert_before_markers):
8254         * editfns.c (Finsert_string):
8255         * editfns.c (Finsert_char):
8256         * editfns.c (Fdelete_region):
8257         * editfns.c (Fwiden):
8258         * editfns.c (Fnarrow_to_region):
8259         remove bogus lines setting zmacs_region_stays to 0.
8260         
8261 2001-04-15  Gunnar Evermann  <ge204@eng.cam.ac.uk>
8262
8263         * process-unix.c (unix_open_network_stream): If connect() fails
8264         invalidate file descriptor after closing it.
8265
8266 2001-03-08  Mike Alexander  <mta@arbortext.com>
8267
8268         * event-msw.c (mswindows_need_event_in_modal_loop):
8269         Don't dispatch a message if we didn't get one.
8270         (mswindows_need_event):
8271         Terminate the correct process when one exits instead of the first
8272         one on Vprocess_list and look for process termination when in
8273         mswindows_protect_modal_loop.
8274
8275 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
8276
8277         * XEmacs 21.4.1 "Copyleft" is released.
8278
8279 2001-04-19  Glynn Clements  <glynn.clements@virgin.net>
8280
8281         * input-method-motif.c (XIM_delete_frame): New callback.
8282         (XIM_init_frame): Register it.
8283
8284 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
8285
8286         * XEmacs 21.4.0 "Solid Vapor" is released.
8287
8288 2001-04-15  Ben Wing  <ben@xemacs.org>
8289
8290         * cmdloop.c (call_command_loop):
8291         Fix braino in bit-rotting code.
8292         
8293 2001-04-07  Hrvoje Niksic  <hniksic@arsdigita.com>
8294
8295         * extents.c (Fset_extent_endpoints): Force creation of extent info
8296         in buffer_or_string.
8297
8298         * extents.c (process_extents_for_insertion_mapper): Correctly
8299         check for open-open zero-length extents.
8300
8301 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
8302
8303         * lisp.h: New typedefs Memory_count, Element_count.
8304         * regex.c:
8305         * regex.h:
8306         Sign-compare warning elimination: several unsigned -> signed.
8307         Based on work by Ben Wing <ben@xemacs.org>.
8308
8309 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
8310
8311         * XEmacs 21.2.47 "Zephir" is released.
8312
8313 2001-04-02  Jan Vroonhof  <jan@xemacs.org>
8314
8315         * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
8316
8317 2001-04-03  Mike Sperber <mike@xemacs.org>
8318
8319         * search.c: Revert previous patch due because of release.
8320
8321 2001-03-30  Ben Wing  <ben@xemacs.org>
8322
8323         * s\cygwin32.h:
8324         Add missing killpg prototype.
8325
8326         * elhash.c:
8327         Add a comment about fixing problems when a new entry is added
8328         while mapping.
8329
8330         * frame-msw.c (mswindows_init_frame_1):
8331         Fix compile warnings.
8332
8333         * menubar.c (vars_of_menubar):
8334         Provide `menu-accelerator-support' to indicate that we properly
8335         support %_ in menu specifications, so that package code can
8336         conditionalize on this (and remove %_ from menu specifications
8337         on older versions).
8338
8339         * event-msw.c:
8340         * scrollbar-msw.c:
8341         * scrollbar-msw.c (can_scroll):
8342         * scrollbar-msw.h:
8343         Fix handling of mouse wheel under Windows to follow standards --
8344         now scrolls window under pointer, not selected window.
8345
8346 2001-03-31  Mike Sperber <mike@xemacs.org>
8347
8348         * search.c (Freplace_match): Support FSF-style specification of
8349         match subexpression when applied to a buffer.
8350
8351 2001-03-15  Martin Buchholz  <martin@xemacs.org>
8352
8353         * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
8354         function to modify KEYMAP, so map over a copy of the hash table.
8355
8356 2001-03-21  Martin Buchholz <martin@xemacs.org>
8357
8358         * XEmacs 21.2.46 "Urania" is released.
8359
8360 2001-03-20  Dan Holmsand  <dan@eyebee.com>
8361
8362         * realpath.c (xrealpath): Make file-truename work with symlinks to
8363         /cygdrive paths on cygwin. Always lowercase drive-letters on
8364         native windows.
8365         (cygwin_readlink): Don't try to find canonical filename unless
8366         file exists.
8367
8368 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
8369
8370         * ChangeLog: Log GTK merge.
8371
8372         * dumper.c:
8373         * select-x.c:
8374         * specifier.c:
8375         * symeval.h:
8376         Revert gratuitous whitespace changes from GTK merge.
8377
8378         * emacs.c: Document end of complex #ifdef @ l. 1495.
8379
8380
8381 2001-03-12  Andy Piper  <andy@xemacs.org>
8382
8383         * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
8384         have to do likewise.
8385
8386 2001-03-12  Andy Piper  <andy@xemacs.org>
8387
8388         * sysdep.c: we only support mingw now.
8389
8390 2001-03-09  Andy Piper  <andy@xemacs.org>
8391
8392         * unexcw.c (copy_executable_and_dump_data_section): making approx
8393         overrun a warning only.
8394
8395 2001-03-10  William M. Perry  <wmperry@aventail.com>
8396
8397         * faces.c (complex_vars_of_faces): Rewrote the font mucking to
8398         satisfy Stephen's identical-after-cpp plea.
8399
8400 2001-03-02  Ben Wing  <ben@xemacs.org>
8401
8402         * cmds.c:
8403         * cmds.c (Fforward_char):
8404         * syntax.c:
8405         * window.c:
8406
8407         Augment documentation of the most common motion commands to make
8408         note of the shifted-motion support.
8409         
8410 2001-03-02  Ben Wing  <ben@xemacs.org>
8411
8412         * nt.c (mswindows_fstat):
8413         * nt.c (mswindows_stat):
8414         * search.c (boyer_moore):
8415         Fix compile warnings under Windows.
8416         
8417         * sysdep.c (sys_readdir):
8418         Fix buggy filename-conversion code under Mule.
8419
8420 2001-03-09  William M. Perry  <wmperry@aventail.com>
8421
8422         * Makefile.in.in:
8423         * config.h.in:
8424         * console.c:
8425         * console.h:
8426         * device.c:
8427         * device.h:
8428         * dragdrop.c:
8429         * emacs.c:
8430         * event-stream.c:
8431         * events.c:
8432         * events.h:
8433         * faces.c:
8434         * frame.h:
8435         * general-slots.h:
8436         * glyphs.c:
8437         * gutter.c:
8438         * inline.c:
8439         * lisp.h:
8440         * lrecord.h:
8441         * make-src-depend:
8442         * redisplay-output.c:
8443         * redisplay.c:
8444         * symsinit.h:
8445         * sysfile.h:
8446         * toolbar.c:
8447         * window.c:
8448         The Great GTK Merge.
8449
8450         * ChangeLog.GTK:
8451         * console-gtk.c:
8452         * console-gtk.h:
8453         * device-gtk.c:
8454         * emacs-marshals.c:
8455         * emacs-widget-accessors.c:
8456         * event-gtk.c:
8457         * frame-gtk.c:
8458         * gccache-gtk.c:
8459         * gccache-gtk.h:
8460         * glade.c:
8461         * glyphs-gtk.c:
8462         * glyphs-gtk.h:
8463         * gtk-glue.c:
8464         * gtk-xemacs.c:
8465         * gtk-xemacs.h:
8466         * gui-gtk.c:
8467         * gui-gtk.h:
8468         * menubar-gtk.c:
8469         * native-gtk-toolbar.c:
8470         * objects-gtk.c:
8471         * objects-gtk.h:
8472         * redisplay-gtk.c:
8473         * scrollbar-gtk.c:
8474         * scrollbar-gtk.h:
8475         * select-gtk.c:
8476         * toolbar-gtk.c:
8477         * ui-byhand.c:
8478         * ui-gtk.c:
8479         * ui-gtk.h:
8480         The Great GTK Merge: new files.
8481
8482 2001-02-26  Ben Wing  <ben@xemacs.org>
8483
8484         Reapplied Lstream change.
8485
8486 2001-02-26  Ben Wing  <ben@xemacs.org>
8487
8488         Undid the last change, since it is more controversial than I
8489         thought.  It should be back in at some point soon.
8490         
8491 2001-02-25  Ben Wing  <ben@xemacs.org>
8492
8493         * buffer.c:
8494         * callproc.c (Fold_call_process_internal):
8495         * event-msw.c (ntpipe_slurp_reader):
8496         * event-msw.c (ntpipe_shove_writer):
8497         * event-msw.c (winsock_reader):
8498         * event-msw.c (winsock_writer):
8499         * file-coding.c:
8500         * file-coding.c (detect_eol_type):
8501         * file-coding.c (detect_coding_type):
8502         * file-coding.c (determine_real_coding_system):
8503         * file-coding.c (Fdetect_coding_region):
8504         * file-coding.c (decoding_reader):
8505         * file-coding.c (decoding_writer):
8506         * file-coding.c (mule_decode):
8507         * file-coding.c (Fdecode_coding_region):
8508         * file-coding.c (encoding_reader):
8509         * file-coding.c (encoding_writer):
8510         * file-coding.c (mule_encode):
8511         * file-coding.c (Fencode_coding_region):
8512         * file-coding.c (detect_coding_sjis):
8513         * file-coding.c (decode_coding_sjis):
8514         * file-coding.c (encode_coding_sjis):
8515         * file-coding.c (detect_coding_big5):
8516         * file-coding.c (decode_coding_big5):
8517         * file-coding.c (encode_coding_big5):
8518         * file-coding.c (detect_coding_ucs4):
8519         * file-coding.c (decode_coding_ucs4):
8520         * file-coding.c (encode_coding_ucs4):
8521         * file-coding.c (detect_coding_utf8):
8522         * file-coding.c (decode_coding_utf8):
8523         * file-coding.c (encode_coding_utf8):
8524         * file-coding.c (detect_coding_iso2022):
8525         * file-coding.c (decode_coding_iso2022):
8526         * file-coding.c (encode_coding_iso2022):
8527         * file-coding.c (decode_coding_no_conversion):
8528         * file-coding.c (encode_coding_no_conversion):
8529         * glyphs-x.c (write_lisp_string_to_temp_file):
8530         * gpmevent.c (tty_get_foreign_selection):
8531         * lisp.h:
8532         * lstream.c:
8533         * lstream.c (Lstream_flush_out):
8534         * lstream.c (Lstream_adding):
8535         * lstream.c (Lstream_write_1):
8536         * lstream.c (Lstream_write):
8537         * lstream.c (Lstream_raw_read):
8538         * lstream.c (Lstream_read_more):
8539         * lstream.c (Lstream_read):
8540         * lstream.c (Lstream_unread):
8541         * lstream.c (Lstream_fputc):
8542         * lstream.c (stdio_reader):
8543         * lstream.c (stdio_writer):
8544         * lstream.c (filedesc_reader):
8545         * lstream.c (filedesc_writer):
8546         * lstream.c (lisp_string_reader):
8547         * lstream.c (struct fixed_buffer_stream):
8548         * lstream.c (make_fixed_buffer_input_stream):
8549         * lstream.c (make_fixed_buffer_output_stream):
8550         * lstream.c (fixed_buffer_reader):
8551         * lstream.c (fixed_buffer_writer):
8552         * lstream.c (struct resizing_buffer_stream):
8553         * lstream.c (resizing_buffer_writer):
8554         * lstream.c (dynarr_writer):
8555         * lstream.c (lisp_buffer_reader):
8556         * lstream.c (lisp_buffer_writer):
8557         * lstream.h:
8558         * lstream.h (lstream_implementation):
8559         * lstream.h (struct lstream):
8560         * md5.c (Fmd5):
8561         * process-nt.c (nt_send_process):
8562         * process-unix.c (unix_send_process):
8563         
8564         Correct Lstream lossage due to mixing of signed and unsigned
8565         quantities.  All Lstream uses of size_t and ssize_t are now a
8566         single signed data type Lstream_data_count.  This fixes problems
8567         under Windows with sending large quantities of data to a process,
8568         and may well fix other subtle bugs.
8569
8570 2001-02-23  Martin Buchholz <martin@xemacs.org>
8571
8572         * XEmacs 21.2.45 "Thelxepeia" is released.
8573
8574 2001-02-21  Martin Buchholz  <martin@xemacs.org>
8575
8576         * lisp-union.h (XSETINT): 
8577         (XSETCHAR):
8578         (XSETOBJ): 
8579         Reverse previous change of 2001-02-06.
8580
8581 2001-02-20  Matt Tucker  <tuck@whistlingfish.net>
8582
8583         Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
8584         buffers.
8585         * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
8586         * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
8587         Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
8588         * regex.c (POS_AS_IN_BUFFER): removed
8589         * regex.c (re_search_2):
8590         * regex.c (re_match_2):
8591         Don't use an offset of 1 when calculating buffer positions, since
8592         `BI_BUF_BEGV' does it already.
8593
8594 2001-02-18  Wim Dumon  <wim@easics.be>
8595
8596         * insdel.c (prepare_to_modify_buffer): Also check for
8597         supersession when clash-detection is enabled. 
8598
8599 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
8600
8601         * regex.c (re_match_2_internal):
8602         Convert temp characters from 'const unsigned char' to 're_char'.
8603         Fix crashing bug with extended characters under mule.
8604         * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
8605         syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
8606         font-lock, pdump, and new syntax-table code.
8607         * syntax.c (find_start_of_comment):
8608         (find_end_of_comment):
8609         (forward-comment):
8610         Fix crashing bugs involving moving beyond end of buffer.
8611         * syntax.c (find_start_of_comment):
8612         Fixed logic to allow proper detection of cases where the same
8613         character is used to end both a two-char comment start and a
8614         two-char comment end sequence. Fixes `(forward-comment -1)'.
8615         * syntax.c (find_start_of_comment):
8616         Return position just past last comment-end character for all cases
8617         (previously was only done for two-char comment-end sequences).
8618         * syntax.c (forward-comment):
8619         Take value returned from `find_end_of_comment', rather than
8620         incrementing it.
8621         * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
8622         Properly deal with BUFFERP (syntax_cache.object)
8623
8624 2001-02-17  Martin Buchholz  <martin@xemacs.org>
8625
8626         * alloc.c (Fgarbage_collect): 
8627         * alloc.c (make_bit_vector_from_byte_vector):
8628         -Wsign-compare-correctness.
8629
8630 2001-02-16  Martin Buchholz  <martin@xemacs.org>
8631
8632         * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
8633         (XSETCHAR): Likewise.
8634         (XSETOBJ): Likewise.
8635
8636 2001-02-15  Martin Buchholz  <martin@xemacs.org>
8637
8638         * mule-canna.c (canna-func-delete_previous): 
8639         Rename to canna-func-delete-previous.
8640
8641 2001-02-14  Martin Buchholz  <martin@xemacs.org>
8642
8643         * mule-ccl.c (ccl_driver): Warning suppression.  Use countof.
8644
8645 2001-02-13  Matt Tucker  <tuck@whistlingfish.net>
8646
8647         * font-lock.c (find_context): Fix C++ compile errors introduced by
8648         recent patch
8649
8650 2001-02-13  Martin Buchholz  <martin@xemacs.org>
8651
8652         * s/aix4.h: Later versions of IBM C compiler need a bug workaround
8653         pragma, but earlier ones barf on the same pragma.
8654
8655 2001-02-06  Mike Sperber <mike@xemacs.org>
8656
8657         * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
8658         `configure-mule-lisp-directory'.
8659
8660 2001-02-12  Martin Buchholz  <martin@xemacs.org>
8661
8662         Make sure dump-id.c is compiled in the same way as other .c's.
8663         Fixes pdump compilation failure with HP's cc, which defaults to K&R.
8664         * dump-id.h: Remove.
8665         * emacs.c: Move dump-id.h into dumper.h.
8666         * dumper.h: Move dump-id.h into dumper.h.
8667         * Makefile.in.in:
8668         Use standard .c.o rule for building dump-id.o.
8669         Remove preprocessor flags from link command.
8670         Add dump-id.o to ${otherobjs} if PDUMP.
8671
8672 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
8673
8674         Port FSF 20.7 syntax table improvements.
8675         * syntax.c.
8676         * syntax.h.
8677
8678         Fixups for new syntax table stuff.
8679         * dired.c: Include syntax.c.
8680         (Fdirectory_files): Initialize regex_match_object and
8681         regex_emacs_buffer.
8682         * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
8683         and Fget_char_property.
8684
8685         Use ported FSF 20.7 syntax table improvements.
8686         * font-lock.c.
8687         * regex.c.
8688         * search.c.
8689         
8690 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8691
8692         * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
8693         Unixware's enum boolean from sys/types.h.
8694
8695 2001-02-10  Martin Buchholz  <martin@xemacs.org>
8696
8697         Fix support for building with latest Purify.
8698         * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
8699         (PURIFY_FLAGS): Likewise.
8700
8701 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8702
8703         * fileio.c (lisp_string_set_file_times): New.
8704         * fileio.c (Fcopy_file): Use it.
8705         Fixes bug:
8706         (copy-file filename non-ascii-filename t t)
8707         ==> No such file or directory, non-ascii-filename
8708
8709 2001-02-10  Martin Buchholz  <martin@xemacs.org>
8710
8711         * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
8712         USHRT_MAX seems clearer than ~0 anyways.
8713
8714 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8715
8716         dumper improvements.  Inspired by Olivier.
8717         * dumper.c (pdump_max_align): New.
8718         * dumper.c (pdump_add_entry): Use pdump_max_align.
8719         * dumper.c (pdump_get_entry_list): Likewise.
8720         * dumper.c (pdump_scan_by_alignment): Likewise.
8721         Don't iterate through unnecessary alignments.
8722         * dumper.c (pdump_file_get): No need to align result of malloc().
8723         * dumper.c (pdump_mallocadr): Remove.  
8724         The result of malloc() is guaranteed to be maximally aligned.
8725         * dumper.c: s/elmt/elt/g;
8726         * dumper.c (pdump_object_table): Allocate dynamically, not statically.
8727         * dumper.c (pdump_alert_undump_object): Likewise.
8728         * dumper.c (pdump_align_table): 
8729         Don't support alignments > 64.
8730         Store ALIGNOF's, not shift counts, in table.
8731
8732 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8733
8734         * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
8735         * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
8736         * systime.h: Use HAVE_UTIME.
8737         * sysdep.c (struct utimbuf): Remove.
8738         * sysdep.c (set_file_times): Prefer utime() to utimes().
8739         * config.h.in (HAVE_UTIME): New.
8740         * config.h.in (HAVE_UTIME_H): Remove.
8741         * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
8742
8743 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8744
8745         * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
8746
8747 2001-02-08  Martin Buchholz  <martin@xemacs.org>
8748
8749         * s/irix6-0.h: Use the standard system memmove, not bcopy.
8750
8751 2001-02-08  Martin Buchholz <martin@xemacs.org>
8752
8753         * XEmacs 21.2.44 "Thalia" is released.
8754
8755 2001-02-06  Martin Buchholz  <martin@xemacs.org>
8756
8757         Fixes crashes in kill-emacs on some systems.
8758         * process-unix.c (unix_kill_child_process):
8759         It's OK for kill() to fail with ESRCH.
8760
8761 2001-02-07  Martin Buchholz  <martin@xemacs.org>
8762
8763         Contortions to make .gdbinit tricks work on most systems.
8764         * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
8765         * alloc.c (dbg_valmask): Make non-const.
8766         * alloc.c (dbg_typemask): Make non-const.
8767         * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
8768         * alloc.c (dbg_valbits): Make non-const.
8769         * alloc.c (dbg_gctypebits): Make non-const.
8770         * .gdbinit (decode_object): Make it work with AIX cc.
8771
8772 2001-02-06  Martin Buchholz  <martin@xemacs.org>
8773
8774         * elhash.c (make_general_lisp_hash_table):
8775         Use simpler and more efficient calloc to clear entries.
8776
8777 2001-02-07  Martin Buchholz  <martin@xemacs.org>
8778
8779         * window.c (window_scroll): Work around an AIX C compiler bug.
8780         Fixes 'scroll-up' does nothing problem with xlC.
8781
8782 2001-02-05  Martin Buchholz  <martin@xemacs.org>
8783
8784         * .gdbinit: Remove obsolete comment.
8785
8786 2001-01-31  Mike Alexander  <mta@arbortext.com>
8787
8788         * select.c (Fown_selection_internal): Set owned_p for device
8789         method correctly.
8790
8791 2001-02-01  Martin Buchholz  <martin@xemacs.org>
8792
8793         Port to g++ 2.97.
8794         "not" cannot be used as a macro name as it is an operator in C++
8795         * config.h.in: Stop #defining `not'.
8796         * chartab.c (check_category_char): not ==> not_p
8797         * chartab.h: Likewise.
8798         * regex.c (re_match_2_internal): Likewise.
8799
8800 2001-02-02  Martin Buchholz  <martin@xemacs.org>
8801
8802         * lisp-disunion.h: Fix up comments.
8803
8804 2001-01-31  Martin Buchholz  <martin@xemacs.org>
8805
8806         * keymap.c (define_key_check_and_coerce_keysym):
8807         (syms_of_keymap):
8808         Support mouse-6 and mouse-7 bindings in the obvious way.
8809
8810 2001-02-01  Martin Buchholz  <martin@xemacs.org>
8811
8812         * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
8813
8814 2001-01-30  Martin Buchholz  <martin@xemacs.org>
8815
8816         Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
8817         Previous patch missed DEFVAR_INT_MAGIC.
8818         Make sure future DEFVAR_foo use correct types.
8819         * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
8820         * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
8821         * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
8822         * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
8823         * (DEFVAR_INT): Likewise.
8824         * redisplay.c (vertical_clip): Should be of type Fixnum.
8825         * redisplay.c (horizontal_clip): Likewise.
8826         * lisp.h (dump_add_opaque_int): New.
8827         (dump_add_opaque_fixnum): New.
8828
8829 2001-01-29  Andy Piper  <andy@xemacs.org>
8830
8831         * glyphs-widget.c (check_valid_int_or_function): allow symbols
8832         since they can be eval'ed
8833
8834 2001-01-29  Martin Buchholz  <martin@xemacs.org>
8835
8836         * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
8837         Oops, XEmacs redefines `class'.  Use `typename' instead.
8838
8839 2001-01-28  Martin Buchholz  <martin@xemacs.org>
8840
8841         * dumper.c: Fix C++ compile errors.
8842
8843 2001-01-29  Martin Buchholz  <martin@xemacs.org>
8844
8845         * tparam.c: Use correct prototypes.
8846
8847 2001-01-28  Martin Buchholz  <martin@xemacs.org>
8848
8849         * sysproc.h: #include util.h for NetBSD's openpty.
8850
8851 2001-01-27  Martin Buchholz  <martin@xemacs.org>
8852
8853         More 64-bit correctness.
8854         The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
8855         Use a typedef `fixnum' for the type used for DEFVAR_INT.
8856         Fix up comments.
8857         This finally finishes the 64-bit SGI port.
8858         Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
8859         * symbols.c: Fix up comments and type casts.
8860         * symbols.c (do_symval_forwarding): s/int/Fixnum/g
8861         * symbols.c (store_symval_forwarding): s/int/Fixnum/g
8862         * symeval.h (Fixnum): New type.
8863         * symeval.h (symbol_value_type): Fix up comment.
8864
8865         * commands.h:
8866         * nt.c:
8867         * emacs.c:
8868         * data.c:
8869         * redisplay.c:
8870         * abbrev.c:
8871         * dired-msw.c:
8872         * event-Xt.c:
8873         * eldap.c:
8874         * window.c:
8875         * sound.c:
8876         * event-stream.c:
8877         * eval.c:
8878         * buffer.c:
8879         * mule-canna.c: A million DEFVAR_INTs here...
8880         * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
8881         * extents.c:
8882         * cmdloop.c:
8883         * lisp.h:
8884         * select-x.c:
8885         * console-x.h:
8886         * event-msw.c:
8887         * mule-wnnfns.c:
8888         * hpplay.c:
8889         * ralloc.c:
8890         * alloc.c:
8891         * keymap.c:
8892         * profile.c:
8893         s/int/Fixnum/g in DEFVAR_INT declarations.
8894
8895 2001-01-26  Martin Buchholz  <martin@xemacs.org>
8896
8897         Port pdump to SGI alignment-sensitive environment.
8898         Lisp Object sizeof methods now return aligned sizes.  Rely on that.
8899         Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
8900         properly aligned.
8901         Define and use aligned reading and writing macros.
8902         Use buffered stdio instead of posix i/o for faster dumping.
8903         Eliminate kludgy 256 byte space for header.
8904         Read and write from dump file using structs for alignment safety.
8905         * dumper.c (pdump_align_stream): New.
8906         * dumper.c (PDUMP_ALIGN_OUTPUT): New.
8907         * dumper.c (PDUMP_READ_ALIGNED): New.
8908         * dumper.c (PDUMP_WRITE_ALIGNED): New.
8909         * dumper.c (pdump_static_Lisp_Object): New struct.
8910         * dumper.c (pdump_static_pointer): New struct.
8911         * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
8912         * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
8913         * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
8914         * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
8915
8916         * dumper.c (pdump_backtrace):
8917         * dumper.c (pdump_get_indirect_count):
8918         * dumper.c (pdump_register_object):
8919         * dumper.c (pdump_register_struct):
8920         * dumper.c (pdump_reloc_one):
8921         * dumper.c (pdump_scan_by_alignment):
8922         * dumper.c (pdump_dump_from_root_struct_ptrs):
8923         * dumper.c (pdump_dump_opaques):
8924         * dumper.c (pdump_dump_rtables):
8925         * dumper.c (pdump_dump_from_root_objects):
8926         * dumper.c (pdump):
8927         * dumper.c (pdump_load_finish):
8928         Use aligned reading and writing.
8929
8930         * dumper.c (pdump_free): Make static.
8931         * dumper.c (pdump_hFile): Likewise.
8932         * dumper.c (pdump_hMap): Likewise.
8933
8934 2001-01-26  Martin Buchholz <martin@xemacs.org>
8935
8936         * XEmacs 21.2.43 "Terspichore" is released.
8937
8938 2001-01-25  Martin Buchholz  <martin@xemacs.org>
8939
8940         Type fiddling for window_config.saved_windows_count
8941         * window.c (struct window_config): 
8942         Make saved_windows_count member unsigned.
8943         * window.c (sizeof_window_config_for_n_windows): 
8944         Make parameter unsigned.
8945         * window.c (mark_window_config):
8946         * window.c (window_config_equal):
8947         * window.c (free_window_configuration):
8948         * window.c (Fset_window_configuration):
8949         * window.c (count_windows):
8950         * window.c (Fcurrent_window_configuration):
8951         * window.c (reinit_vars_of_window):
8952         Update all callers and users.
8953
8954 2001-01-25  Martin Buchholz  <martin@xemacs.org>
8955
8956         Alignment correctness for flexible arrays.
8957         * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
8958         Make alignment-correct. Add interesting comments.
8959         * alloc.c (size_vector):
8960         * alloc.c (make_vector_internal):
8961         * alloc.c (make_bit_vector_internal):
8962         * alloc.c (sweep_bit_vectors_1):
8963         * fns.c (size_bit_vector):
8964         Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
8965         * window.c (sizeof_window_config_for_n_windows): 
8966         Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
8967
8968 2001-01-24  Martin Buchholz  <martin@xemacs.org>
8969
8970         * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
8971
8972 2001-01-23  Andy Piper  <andy@xemacs.org>
8973
8974         * select.c (Fown_selection_internal): pass owned_p
8975
8976         * select-msw.c (mswindows_own_selection): New Signature.
8977
8978         * console.h (struct console_methods): add owned_p to
8979         _own_selection.
8980
8981         * select-x.c (x_own_selection): pass owned_p
8982         (hack_motif_clipboard_selection): use owned_p
8983         (vars_of_select_x): new variable -
8984         x_selection_strict_motif_ownership.
8985
8986 2001-01-23  Martin Buchholz  <martin@xemacs.org>
8987
8988         * specifier.h (specifier_data_offset): Remove pointless parens.
8989         * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
8990
8991 2001-01-24  Martin Buchholz  <martin@xemacs.org>
8992
8993         Make Lisp_Object sizeof methods be alignment-correct.
8994         pdump must restore objects to the same alignment as the C compiler
8995         assumes.  It really matters on SGIs.
8996         * lstream.c (aligned_sizeof_lstream): New.
8997         (sizeof_lstream): Use aligned_sizeof_lstream.
8998         (Lstream_new): Likewise.
8999         * opaque.c (aligned_sizeof_opaque): New.
9000         (sizeof_opaque): Use aligned_sizeof_opaque.
9001         (make_opaque): Likewise.
9002         * specifier.c (aligned_sizeof_specifier): New.
9003         (sizeof_specifier): Use aligned_sizeof_specifier.
9004         (make_specifier_internal): Likewise.
9005
9006 2001-01-23  Martin Buchholz  <martin@xemacs.org>
9007
9008         * lstream.h (struct lstream): Use max_align_t for trailing data.
9009         * specifier.h (struct Lisp_Specifier): Likewise.
9010
9011 2001-01-22  Martin Buchholz  <martin@xemacs.org>
9012
9013         * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
9014         (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
9015         (CCL_SUSPEND): Likewise.
9016         (CCL_INVALID_CMD): Likewise.
9017         (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
9018         (ccl_driver): Likewise.
9019         (CCL_WRITE_CHAR): Macro hygiene.
9020         (CCL_WRITE_STRING): Macro hygiene.
9021
9022 2001-01-22  Martin Buchholz  <martin@xemacs.org>
9023
9024         Port "portable" dumper to SunOS 4 and HP-UX.
9025         * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
9026         * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
9027         * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
9028
9029 2001-01-22  Martin Buchholz  <martin@xemacs.org>
9030
9031         * lisp.h (ALIGNOF): A better definition for C++.
9032
9033 2001-01-20  Martin Buchholz  <martin@xemacs.org>
9034
9035         Macro hygiene.
9036         Fix printf warnings: int format, long int arg.
9037         * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
9038         (PUSH_FAILURE_POINT): Use correct printf formats.
9039         (POP_FAILURE_POINT): Use correct printf formats.  
9040         Use do {...} while (0)
9041
9042 2001-01-20  Martin Buchholz <martin@xemacs.org>
9043
9044         * XEmacs 21.2.42 "Poseidon" is released.
9045
9046 2001-01-20  Martin Buchholz  <martin@xemacs.org>
9047
9048         * console-x.h: typo fix du jour.  Remove #if 0'ed code.
9049
9050 2001-01-19  Martin Buchholz  <martin@xemacs.org>
9051
9052         De-kludgify FIXED_TYPE free list frobbing.
9053         Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
9054         * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
9055         * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
9056         * alloc.c (Lisp_Free): New pseudo lisp object definition.
9057         * alloc.c (LRECORD_FREE_P): New.
9058         * alloc.c (MARK_LRECORD_AS_FREE): New.
9059         * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
9060         * alloc.c (STRUCT_FREE_P): Deleted.
9061         * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
9062         * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
9063         * alloc.c (STRING_CHARS_FREE_P): New.
9064         * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
9065         * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
9066         * alloc.c (FREE_FIXED_TYPE): Use new definitions.
9067         * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
9068         * alloc.c (resize_string): Use new definitions.
9069         * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
9070         * alloc.c (verify_string_chars_integrity): Use new definitions.
9071         * alloc.c (compact_string_chars): Use new definitions.
9072         * alloc.c: Update monster comments.
9073         * lrecord.h (lrecord_type): Add some new lrecord types for
9074         alloc.c's use.
9075
9076 2001-01-18  Martin Buchholz  <martin@xemacs.org>
9077
9078         Improve alignment hackery.
9079         * lisp.h (ALIGNOF): Better definition for the non-gcc case.
9080         (max_align_t): Moved from opaque.h - general purpose.
9081         (ALIGN_PTR): Use size_t, not long.
9082         * opaque.h (max_align_t): Move to lisp.h.
9083
9084 2001-01-18  Norbert Koch  <nk@LF.net>
9085
9086         * gui.h: Fix and add prototypes to fix build problems.
9087
9088 2001-01-18  Martin Buchholz  <martin@xemacs.org>
9089
9090         temacs is going away, so `dump-temacs' is now a bad name.
9091         * .dbxrc (dump-temacs): Rename to `dmp'.
9092         * .gdbinit (dump-temacs): Rename to `dmp'.
9093
9094 2001-01-17  Andy Piper  <andy@xemacs.org>
9095
9096         * glyphs.c (print_image_instance): comment to make martin happy.
9097
9098         * glyphs-x.c (x_redisplay_widget): update faces after a frame
9099         change.
9100
9101         * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
9102         activation.
9103         (mswindows_tab_control_redisplay): warning suppression.
9104
9105         * glyphs-widget.c (widget_update): re-write to cope with updated
9106         items.
9107         (widget_instantiate): use new gui_item functions.
9108         (tab_control_update): deleted.
9109         (progress_gauge_update): deleted.
9110         (image_instantiator_progress_guage): take out update reference.
9111         (image_instantiator_tree_view): ditto.
9112         (image_instantiator_tab_control): ditto.
9113
9114         * gui.c (widget_gui_parse_item_keywords): new function. Do things
9115         Right the new way.
9116         (gui_item_add_keyval_pair): re-write to cope with descriptors and
9117         return whether anything was changed.
9118         (update_gui_item_keywords): as it sounds.
9119
9120         * gui.h: declare widget_gui_parse_item_keywords.
9121
9122         * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
9123         (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
9124
9125 2001-01-17  Martin Buchholz <martin@xemacs.org>
9126
9127         * XEmacs 21.2.41 "Polyhymnia" is released.
9128
9129 2001-01-16  Didier Verna  <didier@xemacs.org>
9130
9131         * glyphs.c (image_instantiate): don't use fallbacks when
9132         instantiating a face's background pixmap by inheritance.
9133
9134 2001-01-14  Mike Sperber <mike@xemacs.org>
9135
9136         * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
9137         Conditionalize accordingly.
9138
9139 2001-01-16  Martin Buchholz  <martin@xemacs.org>
9140
9141         * dumper.c (pdump_file_get): Fix a compiler warning.
9142
9143 2001-01-15  Martin Buchholz  <martin@xemacs.org>
9144
9145         Make Purify happy when pdumping.
9146         * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
9147         iniitalizing all bits of new lisp object memory.
9148         * symbols.c (Fmake_local_variable): Likewise.
9149         * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
9150         * symbols.c (Fdefvaralias): Likewise.
9151         * mule-charset.c (vars_of_mule_charset): Likewise.
9152
9153 2001-01-15  Martin Buchholz  <martin@xemacs.org>
9154         Add the `-nd' flag when running pre-dump operations under the debugger.
9155         * .dbxrc (run-temacs): Add `-nd'.
9156         * .dbxrc (update-elc): Likewise.
9157         * .dbxrc (dump-temacs): Likewise.
9158         * .gdbinit (run-temacs): Likewise.
9159         * .gdbinit (check-temacs): Likewise.
9160         * .gdbinit (update-elc): Likewise.
9161         * .gdbinit (dump-temacs): Likewise.
9162
9163 2001-01-14  Martin Buchholz  <martin@xemacs.org>
9164
9165         Allow building 64-bit executables on AIX with GNU malloc, e.g.
9166         export OBJECT_MODE=64
9167         configure --pdump --use-union-type=no
9168         * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
9169         * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
9170
9171         * miscplay.c (sndcnv8U_2mono):
9172         Avoid two uses of `++' in the same expression.
9173         Suppresses a GCC warning.
9174
9175 2001-01-13  Martin Buchholz  <martin@xemacs.org>
9176
9177         Make sure future compilers don't miscompile alloc.c.
9178         * alloc.c:
9179         (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
9180         (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
9181
9182 2001-01-12  Martin Buchholz  <martin@xemacs.org>
9183
9184         * dumper.c: A little post-pdump-rename comment fixup.
9185
9186 2001-01-09  Jerry James  <james@eecs.ku.edu>
9187
9188         * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
9189
9190 2001-01-13  Martin Buchholz  <martin@xemacs.org>
9191
9192         * *.[ch]: Globally rename symbols using the following `pdump-rename'
9193         script:
9194         #!/bin/sh
9195         replace_symbol () {
9196           (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
9197         }
9198
9199         replace_symbol pdump_wire_lists pdump_weak_object_chains
9200         replace_symbol pdump_wire_list dump_add_weak_object_chain
9201
9202         replace_symbol pdump_wires pdump_root_objects
9203         replace_symbol pdump_wire dump_add_root_object
9204
9205         replace_symbol pdump_dump_wired pdump_dump_from_root_objects
9206         replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
9207
9208         replace_symbol dumpstructinfos pdump_root_struct_ptrs
9209         replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
9210         replace_symbol dumpstructinfo pdump_root_struct_ptr
9211         replace_symbol dumpstruct dump_add_root_struct_ptr
9212
9213         replace_symbol dumpopaque dump_add_opaque
9214         replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
9215         replace_symbol dumpopaqueinfos pdump_opaques
9216         replace_symbol dumpopaqueinfo pdump_opaque
9217
9218         replace_symbol nb_structdump nb_root_struct_ptrs
9219         replace_symbol nb_opaquedump nb_opaques
9220
9221         replace_symbol align_table pdump_align_table
9222         replace_symbol dump_header pdump_header
9223
9224         replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
9225         replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
9226
9227
9228 2001-01-12  Martin Buchholz  <martin@xemacs.org>
9229
9230         * s/aix4.h: Keep the C for AIX compiler from overaggressively
9231         optimizing bytecount_to_charcount().
9232
9233 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
9234
9235         * config.h.in:
9236         (HAVE_DLFCN_H): Removed.
9237         * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
9238
9239 2001-01-06  Martin Buchholz  <martin@xemacs.org>
9240
9241         Portable dumper maintainability improvements.
9242         * alloc.c (staticpro):
9243         * alloc.c (staticpro_nodump):
9244         * alloc.c (garbage_collect_1):
9245         * alloc.c (reinit_alloc_once_early):
9246         * alloc.c (init_alloc_once_early):
9247         * alloc.c: Move dumper functions to alloc.c.
9248         * dumper.c (pdump_backtrace):
9249         * dumper.c (pdump_dump_structs):
9250         * dumper.c (pdump_dump_opaques):
9251         * dumper.c (pdump_dump_rtables):
9252         * dumper.c (pdump_dump_wired):
9253         * dumper.c (pdump):
9254         * dumper.c (pdump_load_check):
9255         * dumper.c (pdump_load_finish):
9256         * dumper.c (pdump_file_unmap):
9257         * dumper.c (pdump_file_get):
9258         * dumper.c (pdump_resource_free):
9259         * dumper.c (pdump_resource_get):
9260         * dumper.c (pdump_file_free):
9261         * dumper.c (pdump_file_try):
9262         * dumper.c (pdump_load):
9263         Remove fixed size limits on staticpro(), staticpro_nodump(),
9264         dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
9265         Remove custom code for dumping lrecord_implementations_table - use
9266         dumpopaque instead.
9267         Remove (most of the) custom code for dumping staticpros - dump it
9268         like any other dynarr.
9269
9270         * alloc.h: Removed.  No longer useful, since dumper now more self-contained.
9271         * dumper.c: Moved functions from alloc.c.
9272         * alloc.c (dumpstruct): Moved to dumper.c.
9273         * alloc.c (dumpopaque): Likewise.
9274         * alloc.c (pdump_wire): Likewise.
9275         * alloc.c (pdump_wire_list): Likewise.
9276
9277         * lisp.h (Dynarr_sizeof): New.
9278         * lisp.h (Dynarr_begin): New.  Very slightly C++oid.
9279         * lisp.h (Dynarr_end): New.  Very slightly C++oid.
9280         * lisp.h (Lisp_Object_ptr_dynarr): New.  For staticpros.
9281
9282         * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
9283         * lisp.h (dumpopaque): ditto.
9284         * lisp.h (pdump_wire): ditto.
9285         * lisp.h (pdump_wire_list): ditto.
9286
9287 2001-01-09  Martin Buchholz  <martin@xemacs.org>
9288
9289         * make-src-depend (PrintPatternDeps):
9290         Use `sort' to make output independent of perl version.
9291
9292 2001-01-08  Martin Buchholz  <martin@xemacs.org>
9293
9294         Port to Netbsd 1.5.
9295         * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
9296         * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
9297
9298 2001-01-03  Didier Verna  <didier@xemacs.org>
9299
9300         * event-stream.c (emacs_handle_focus_change_preliminary): ensure
9301         that `focus_frame' is alive before thinking of calling
9302         `redisplay_redraw_cursor' on it.
9303
9304 2001-01-08  Martin Buchholz <martin@xemacs.org>
9305
9306         * XEmacs 21.2.40 is released.
9307
9308 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
9309
9310         * regex.c: Replace PREFETCH with REGEX_PREFETCH.
9311
9312 2001-01-06  Martin Buchholz  <martin@xemacs.org>
9313
9314         * alloc.c (dbg_valmask): Make const.
9315         * alloc.c (dbg_typemask): Make const.
9316         * alloc.c (dbg_USE_UNION_TYPE): Make const.
9317         * alloc.c (dbg_valbits): Make const.
9318         * alloc.c (dbg_gctypebits): Make const.
9319
9320 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
9321
9322         * redisplay-x.c (x_bevel_area):
9323         redisplay.h (struct rune):
9324         Typo fixes in comments.
9325
9326 2001-01-05  Andy Piper  <andy@xemacs.org>
9327
9328         * glyphs-x.c (x_redisplay_widget): use size changed for offset
9329         adjustment.
9330
9331         * menubar.c (menubar_visible_p_changed): don't mark frame changed.
9332
9333 2001-01-05  Martin Buchholz  <martin@xemacs.org>
9334
9335         * alloc.c (pure-bytes-used): Remove unused mendacious variable.
9336
9337         * mule-ccl.c (stack_idx_of_map_multiple):
9338         Non const global data must not be initialized!
9339         Found by MIYASHITA Hisashi.
9340
9341 2001-01-02  Andy Piper  <andy@xemacs.org>
9342
9343         * frame.c (change_frame_size): make sure frame size is always
9344         marked as changed.
9345
9346         * glyphs.c (image_instance_layout): minor code reuse.
9347
9348         * window.c (Fcurrent_window_configuration): revert previous
9349         change.
9350
9351 2001-01-02  Martin Buchholz  <martin@xemacs.org>
9352
9353         * glyphs.h:
9354         * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
9355
9356 2000-12-31  Andy Piper  <andy@xemacs.org>
9357
9358         * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
9359         when widget gets unmapped.
9360
9361         * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
9362         function. Make sure widgets losing focus don't just drop it.
9363         (handle_focus_event_1): record the widget with focus.
9364
9365 2000-12-31  Andy Piper  <andy@xemacs.org>
9366
9367         * window.c (allocate_window): use
9368         make_image_instance_cache_hash_table.
9369         (make_dummy_parent): ditto.
9370         (Fset_window_configuration): ditto.
9371
9372         * glyphs.h (INSTANTIATOR_TYPE): new macro.  declare new functions.
9373
9374         * glyphs.c (process_image_string_instantiator): use
9375         INSTANTIATOR_TYPE.
9376         (get_image_instantiator_governing_domain): ditto.
9377         (normalize_image_instantiator): ditto.
9378         (instantiate_image_instantiator): ditto.
9379         (make_image_instance_1): ditto.
9380         (image_instantiate): ditto. Key on glyph *and* instantiator type.
9381         (instantiator_eq_equal): new function for use with instance hash
9382         tables.
9383         (instantiator_eq_hash): ditto.
9384         (make_image_instance_cache_hash_table): create a suitable hash
9385         table for storing image instances.
9386
9387         * elhash.h (hash_table_weakness): new internal weakness type
9388         HASH_TABLE_KEY_CAR_VALUE_WEAK.
9389         declare new functions.
9390
9391         * elhash.c (finish_marking_weak_hash_tables): introduce yet
9392         another weakness type for glyphs.
9393         (make_standard_lisp_hash_table): new function split out from
9394         make_general_lisp_hash_table.
9395         (make_lisp_hash_table): call make_standard_lisp_hash_table.
9396         (hash_table_instantiate): ditto.
9397         (Fmake_hash_table): ditto.
9398
9399 2000-12-31  Martin Buchholz <martin@xemacs.org>
9400
9401         * XEmacs 21.2.39 is released.
9402
9403 2000-12-29  Andy Piper  <andy@xemacs.org>
9404
9405         * menubar.c (menubar_visible_p_changed): signal the frame changed.
9406
9407         * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
9408         the frame has changed so that we pick up geometry changes such as
9409         menubar visibility.
9410
9411 2000-12-28  Andy Piper  <andy@xemacs.org>
9412
9413         * lastfile.c (my_ebss): make a char array so we can pad the
9414         bss. Fixes cygwin unexec.
9415
9416         * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
9417
9418 2000-12-26  Andy Piper  <andy@xemacs.org>
9419
9420         * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
9421         comments and try and be more precise about a non-/SIGIO world.
9422         (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
9423         SIGIO.
9424
9425         * redisplay-output.c (redisplay_normalize_glyph_area): make sure
9426         we don't normalize to zero width or height.
9427
9428 2000-12-24  Andy Piper  <andy@xemacs.org>
9429
9430         * Makefile.in.in (ldflags): add -mwindows when appropriate.
9431
9432 2000-08-18  Golubev I. N.  <gin@mo.msk.ru>
9433
9434         * s/sco5.h: SCO 5 has pty support.
9435
9436 2000-07-20  Kazuyuki IENAGA <ienaga@xemacs.org>
9437
9438         * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
9439         input-method-xlib.c contains whole contents of input-method-xfs.c,
9440         so we can use input-method-xlib.c's code for USE_XFONTSET
9441         using #ifdefs.
9442         * input-method-xfs.c: removed.
9443
9444 2000-12-20  Stephen Turnbull  <stephen@xemacs.org>
9445
9446         * file-coding.h (enum coding_category_type): reorder enumerators to
9447         make autodetection safer.  Make CODING_CATEGORY_LAST an enumerator
9448         (now one greater than largest real coding_category_type enumerator).
9449         * file-coding.c (coding_category_symbol, coding_category_by_priority,
9450         coding_category_system, fcd_descriptihon_1, decode_coding_category,
9451         Fcoding_category_list, Fset_coding_priority_list,
9452         Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
9453         vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
9454
9455 2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
9456
9457         * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
9458         * redisplay-output.c (redisplay_output_window): Clear top of window
9459         when face is changed.
9460         * redisplay-x.c (x_redraw_exposed_window): Call
9461         redisplay_clear_top_of_window.
9462         * redisplay.h: Publish redisplay_clear_top_of_window.
9463
9464 2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
9465
9466         * buffer.c (Fkill_buffer): Map over all devices.
9467         * window.c (window_loop): Remove UNSHOW_BUFFER code.
9468         (list_windows): New function.
9469         (list_all_windows): Ditto.
9470         (Freplace_buffer_in_windows): Use them.
9471
9472 2000-02-02   Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
9473
9474         * database.c (berkdb_subtype): Recognize new subtype `queue'.
9475         (Fopen_database): Use `db_create' instead of `db_open'.
9476         (syms_of_database): Initialize Qqueue.
9477
9478 2000-12-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
9479
9480         * buffer.c (common_init_complex_vars_of_buffer): Initialize
9481         buffer_local_face_property.
9482         * buffer.h (struct buffer): New member buffer_local_face_property.
9483         * window.c (Fset_window_buffer):  Mark window's face as changed
9484         when buffer has buffer local face.
9485         * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
9486         * objects.c (color_after_change): Set buffer_local_face_property
9487         when locale of face specifier is buffer.
9488         * objects.c (font_after_change): Ditto.
9489         * objects.c (face_boolean_after_change): Ditto.
9490         * glyphs.c (image_after_change): Ditto.
9491
9492 2000-12-09  Dan Holmsand  <dan@eyebee.com>
9493
9494         * nt.c (mswindows_fstat): Report file permissions, volume serial
9495         number, etc. Code adapted from FSF Emacs 20.7.
9496
9497 2000-12-09  Dan Holmsand  <dan@eyebee.com>
9498
9499         * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
9500         of stat when we don't have symbolic links, to make sure
9501         mswindows_stat is called on mswindows.
9502
9503 2000-12-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
9504
9505         * alloca.c: Define malloc to xmalloc only when built with XEmacs.
9506
9507 2000-12-12  Martin Buchholz  <martin@xemacs.org>
9508
9509         * doprnt.c (emacs_doprnt_1): More printing fixes.
9510         Make printing of numbers compatible with libc and FSF Emacs.
9511         BUG was: (format "%6.3f" 1.2) ==>"1.200000"
9512         Use the system printf to do most of the hard work of formatting,
9513         instead of doprnt_1().
9514         Calculate memory to allocate for format string.
9515         Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
9516         (doprnt_1): Cleaner code and documentation.
9517
9518 2000-12-01  Jerry James  <james@eecs.ukans.edu>
9519
9520         * Makefile.in.in: Use the loop variable to install headers.
9521
9522 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
9523
9524         * window.c (Fsplit_window): Don't invalidate face cache.
9525
9526 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
9527
9528         * minibuf.c (Fall_completions): Undo the previous change
9529         which removed checking elements start with space.
9530
9531 2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
9532
9533         * mule-canna.c: Didier suppression.
9534
9535 2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
9536
9537         * mule-canna.c: rename static unsigned char buf[] to key_buffer
9538         (warning suppression).  Add English comment translations.
9539
9540 2000-12-05  Martin Buchholz  <martin@xemacs.org>
9541
9542         * unexelfsgi.c (unexec): Better test for mmap failure.
9543
9544 2000-12-05  Martin Buchholz <martin@xemacs.org>
9545
9546         * XEmacs 21.2.38 is released.
9547
9548 2000-12-05  Martin Buchholz  <martin@xemacs.org>
9549
9550         * redisplay.c (bar-cursor): Make a user variable.
9551
9552         * symsinit.h: Add init_postgresql_from_environment.
9553
9554 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
9555
9556         * regex.c: Convert to clean C.
9557
9558 2000-12-05  Dan Holmsand  <dan@eyebee.com>
9559
9560         * realpath.c:
9561         Don't #include sysfile.h. Revert to duplicating PATH_MAX
9562         initialization.
9563         (sys_readlink): renamed to system_readlink to avoid conflict with
9564         the other sys_readlink.
9565
9566 2000-12-04  Hiroaki Abe  <h-abe@pc.highway.ne.jp>
9567
9568         * dumper.c (pdump_file_get): Correct uses of pdump_fd.
9569
9570 2000-12-04  Stephen J. Turnbull  <stephen@xemacs.org>
9571
9572         * postgresql.c (init_postgresql_from_environment): new function.
9573         (vars_of_postgresql): Move code initializing Lisp variables out and
9574         into init_postgresql_from_environment.
9575         emacs.c (main_1): Call init_postgresql_from_environment if and only
9576         if running a dumped XEmacs.
9577
9578 2000-08-31  Dan Holmsand  <dan@eyebee.com>
9579
9580         * buffer.c: Make find-file-compare-truenames default to true on
9581         windows.
9582
9583         * realpath.c (win32_abs_start):
9584         (cygwin_readlink):
9585         (win32_readlink): New functions.
9586         (xrealpath): Return really real filenames on windows.
9587
9588         * fileio.c (Ffile_truename): Make file-truename work on windows.
9589
9590 2000-11-29  Didier Verna  <didier@xemacs.org>
9591
9592         * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
9593         * faces.c (update_face_cachel_data): use it.
9594         * faces.c (add_face_cachel): use it. Complete background pixmap
9595         frobbing in face cache if `update_face_cachel_data' has not done so.
9596
9597 2000-11-29  Yoshiki Hayashi  <yoshiki@xemacs.org>
9598
9599         * search.c (string_match_1): Don't set last_thing_searched
9600         when search failed.
9601
9602 2000-11-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
9603
9604         * buffer.c: Include casetab.h
9605         (common_init_complex_vars_of_buffer): Use new case-table object.
9606         * buffer.h: Include casetab.h
9607         * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
9608         (DOWNCASE_TABLE_OF): Ditto.
9609         * bufslots.h: Remove char-tables and add case-table.
9610         * casetab.c: Include casetab.h
9611         (CASE_TABLE_P): Removed.
9612         (mark_case_table): New function.
9613         (allocate_case_table): New function.
9614         (Fcase_table_p): Use new case-table.
9615         (case_table_char): New function.
9616         (Fget_case_table): Ditto.
9617         (Fput_case_table): Ditto.
9618         (Fput_case_table_pair): Ditto.
9619         (Fcopy_case_table): Ditto.
9620         (Fcurrent_case_table): Return case-table.
9621         (Fstandard_case_table): Return case-table.
9622         (Fset_case_table): Fix doc-string.
9623         (set_case_table): Use case-table
9624         (syms_of_casetab): DEFSUBR new functions.
9625         (complex_vars_of_casetab): Set up standard case-table.
9626         * casetab.h: New file.
9627         * editfns.c: Include casetab.h
9628         (Fcompare_buffer_substrings): Use case-table.
9629         * inline.c: Include casetab.h
9630         * lisp.h: Remove bogus extern.
9631         * lrecord.h (lrecord_type): Add lrecord_type_case_table.
9632         * search.c: Include casetab.h
9633         (TRANSLATE_ASCII): Removed.
9634         (TRANSLATE): Unconditionally translate character.
9635         (looking_at_1): Use case-table.
9636         (string_match_1): Ditto.
9637         (fast_string_match): Ditto.
9638         (search_command): Ditto.
9639         (search_buffer): Separate boyer_moore.  Check whether
9640         boyer_moore is possible.
9641         (simple_search): New function.
9642         (boyer_moore): Separated from search_buffer. Translate char.
9643
9644 2000-11-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
9645
9646         * regex.c (RE_TR_ASCII): Removed.
9647         (RE_TRANSLATE): Unconditionally use TRT_TABLE.
9648         (PATFETCH): Call PATFETCH_RAW.
9649         (PATFETCH_RAW): Fetch Emchar.
9650         (PATUNFETCH): Decrement charptr.
9651         (GET_BUFFER_SPACE): Rename b to buf_end.
9652         (BUF_PUSH): Ditto.
9653         (BUF_PUSH_2): Ditto.
9654         (BUF_PUSH_3): Ditto.
9655         (EXTEND_BUFFER): Ditto.
9656         (SET_LIST_BIT): Ditto.
9657         (regex_compile): Ditto.  Translate non ASCII char.
9658         (compile_range): Ditto.
9659         (re_search_2): Ditto.
9660         (re_match_2_internal): Compare Emchar.
9661         (bcmp_translate): Ditto.
9662
9663 2000-11-29  Stephen J. Turnbull  <turnbull@xemacs.org>
9664
9665         * lisp.h (basic char/int typedefs):  comment improvement.
9666
9667 2000-11-24  Stephen J. Turnbull  <turnbull@xemacs.org>
9668
9669         * emacs.c (main_1):  unconditional pdump unstomping; don't save and
9670         unstomp inhibit_site_lisp.  Improve comments.
9671
9672 2000-11-22  Stephen J. Turnbull  <turnbull@xemacs.org>
9673
9674         * mule-charset.c (Fcharset_property):  improve type checking, comments.
9675
9676 2000-11-28  Andy Piper  <andy@xemacs.org>
9677
9678         * redisplay-output.c (redisplay_output_subwindow): make sure we do
9679         clipped display for windows in the gutter also.
9680         (redisplay_display_boxes_in_window_p): change semantics of return
9681         codes to be more intuitive.
9682
9683         * gutter.h: declare display_boxes_in_gutter_p.
9684
9685         * gutter.c (display_boxes_in_gutter_p): new function for
9686         redisplay.
9687
9688 2000-11-22  Andy Piper  <andy@xemacs.org>
9689
9690         * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
9691         autodetect domain.
9692
9693 2000-11-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
9694
9695         * callproc.c (Fold_call_process_internal):
9696         * gpm.c (Freceive_gpm_event):
9697         (tty_get_foreign_selection): Might be just warning supression.
9698         * fileio.c (Fwrite_region_internal):
9699         (Fset_visited_file_modtime):
9700         * keymap.c (event_matches_key_specifier_p):
9701         Initialize GCPROed variable.
9702
9703         * menubar-x.c (command_builder_find_menu_accelerator):
9704         Initialize before use.
9705
9706 2000-11-23  Andy Piper  <andy@xemacs.org>
9707
9708         * unexcw.c (unexec): make the resulting executable executable.
9709
9710 2000-11-21  Martin Buchholz  <martin@xemacs.org>
9711
9712         * doc.c (get_doc_string):
9713         Use size_t, not int, for result of XSTRING_LENGTH.
9714
9715         * cmds.c (Fdelete_char):
9716         * cmds.c (Fpoint_at_eol):
9717         * cmds.c (Fself_insert_command):
9718         Use EMACS_INT, not int, for result of XINT.
9719         Someday, someone will want to insert more than 2**31 identical characters.
9720
9721         * cmds.c (Fdelete_char):
9722         * cmds.c (Fdelete_backward_char):
9723         * syntax.c (Fforward_word):
9724         * syntax.c (Fforward_comment):
9725         Make COUNT argument optional, for consistency with forward-char et al.
9726
9727 2000-11-22  Martin Buchholz  <martin@xemacs.org>
9728
9729         * lisp.h:
9730         * print.c (long_to_string):
9731         Return a useful value: the pointer at end of data written.
9732
9733         * doprnt.c:
9734         Use `static const char * const' for constant strings.
9735         (union printf_arg): Delete `i', `ui' members.
9736         (get_doprnt_args):
9737         (emacs_doprnt_1):
9738         Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
9739         Do all printf-ing via the `l' specifier.
9740         Use EMACS_INT instead of int.
9741         Optimize.
9742
9743 2000-11-20  Didier Verna  <didier@xemacs.org>
9744
9745         * faces.c (update_face_cachel_data): don't frob the background
9746         pixmap when the window is being created. The face is needed but
9747         does not exist yet.
9748
9749 2000-11-20  Andy Piper  <andy@xemacs.org>
9750
9751         * unexcw.c (copy_executable_and_dump_data_section): Only do bss
9752         messing with a debug environment.
9753
9754 2000-11-20  Martin Buchholz  <martin@xemacs.org>
9755
9756         * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
9757
9758 2000-11-20  Martin Buchholz  <martin@xemacs.org>
9759
9760         * casetab.c (Fcase_table_p): Fix compile error and crash.
9761
9762 2000-11-18  Philip Aston  <philipa@mail.com>
9763
9764         * s/cygwin32.h: Cygwin has SVR4-like pty support.
9765
9766 2000-11-18  Martin Buchholz  <martin@xemacs.org>
9767
9768         * fileio.c (Fexpand_file_name): GCPRO bug!  Protect `handler'.
9769         * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
9770
9771 2000-11-17  Martin Buchholz  <martin@xemacs.org>
9772
9773         * config.h.in: Define HAVE_ELF_H if elf.h exists.
9774         * unexelf.c: Use HAVE_ELF_H.
9775         * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
9776         I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
9777         Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
9778         Greg Harrington <greg_harrington@hotmail.com> provided a machine
9779         for testing.
9780         So this is an unexelfsgi.c from a different line of development.
9781
9782 2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
9783
9784         * regex.c (RE_TR_ASCII): New function.
9785         (RE_TRANSLATE): Call it.
9786
9787 2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
9788
9789         * buffer.h (TRT_TABLE_OF): Remove assert.
9790         (IN_TRT_TABLE_DOMAIN): Removed.
9791
9792 2000-11-16  Gunnar Evermann  <ge204@eng.cam.ac.uk>
9793
9794         * free-hook.c (log_gcpro):
9795         (show_gcprohist): Add support for GCPRO5.
9796
9797 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
9798
9799         * emacs.c (main_1): Improve -sd error message when --pdump=no.
9800
9801 2000-11-16  Olivier Galibert  <galibert@xemacs.org>
9802
9803         * symeval.h: Declare flush_all_buffer_local_cache.
9804
9805         * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
9806         (flush_buffer_local_cache): Added.
9807         (flush_all_buffer_local_cache): Added.
9808
9809         * lrecord.h: Remove unused XD_LO_RESET_NIL.
9810
9811         * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
9812         (pdump_dump_data): Ditto.
9813         (pdump_reloc_one): Ditto.
9814         (pdump): Remove unused pdump_qnil.  Flush buffer local caches
9815         before dumping.
9816
9817
9818 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
9819
9820         * buffer.c: Remove if 0'ed entry.
9821         * buffer.h: Rewrite TRT to use char-table.
9822         * bufslots.h: Remove mirror tables.
9823         * casetab.c: Remove mirror tables.
9824         (CASE_TABLE_P): New macro.
9825         (Fcase_table_p): Element of a case table is string or char-table.
9826         (make_mirror_trt_table): Removed.
9827         (set_case_table): Setup char-table from strings for backward
9828         compatibility.
9829         * dired.c (Fdirectory_files):
9830         * dired-msw.c: (mswindows_get_files):
9831         * lisp.h: Change prototype of re_pattern_buffer.
9832         * regex.c: (RE_TRANSLATE): New macro.
9833         (TRANSLATE_P): Ditto.
9834         Change translate to type RE_TRANSLATE_TYPE.
9835         * regex.h: Define RE_TRANSLATE_TYPE
9836         * search.c (TRANSLATE): New macro.
9837         (TRANSLATE_ASCII): New macro.
9838         Translate table is changed to Lisp_Object.
9839         (signal_failure): Inhibit return.
9840
9841 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
9842
9843         * device-msw.c:
9844         * eldap.c:
9845         * event-Xt.c:
9846         * event-stream.c:
9847         * print.c:
9848         Do UNGCPRO before return.
9849
9850 2000-11-14  Martin Buchholz <martin@xemacs.org>
9851
9852         * XEmacs 21.2.37 is released.
9853
9854 2000-11-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
9855
9856         * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
9857         Add comments about discarded return value.
9858
9859 2000-11-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
9860
9861         * callint.c:
9862         * event-stream.c: Fix comments.  Remove some #if 0'ed part.
9863
9864 2000-10-27  Andy Piper  <andy@xemacs.org>
9865
9866         * gutter.c (Fset_default_gutter_position): default left and right
9867         gutters to visible.
9868         (calculate_gutter_size): calculate resonable heuristic for left
9869         and right gutter sizes.
9870         (specifier_vars_of_gutter): change left and right gutter sizes to
9871         autodetect.
9872         (calculate_gutter_size_from_display_lines): new function.
9873         (output_gutter): check for resizing on left and right gutters.
9874         (clear_gutter): don't special case top and left gutters.
9875         (specifier_vars_of_gutter): use new signature for
9876         set_specifier_caching.
9877
9878         * glyphs-x.c (x_redisplay_widget): spelling fix.
9879         * glyphs.c (specifier_vars_of_glyphs):
9880         * menubar.c (specifier_vars_of_menubar):
9881         * redisplay.c (specifier_vars_of_redisplay):
9882         * toolbar.c (specifier_vars_of_toolbar):
9883         * window.c (specifier_vars_of_window):
9884         * scrollbar.c (specifier_vars_of_scrollbar):
9885         (complex_vars_of_scrollbar): use new signature for
9886         set_specifier_caching.
9887
9888         * specifier.c (set_specifier_caching): include recompute flag.
9889         (recompute_one_cached_specifier_in_window): always recompute if
9890         flag set.
9891         (recompute_one_cached_specifier_in_frame): ditto.
9892
9893         * specifier.h (struct specifier_caching): add recompute flag.
9894
9895 2000-10-24  Andy Piper  <andy@xemacs.org>
9896
9897         * unexcw.c (copy_executable_and_dump_data_section): add new
9898         BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
9899         5.0 happy.
9900
9901 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
9902
9903         * console-x.h (x_device): New member modifier_release_time.
9904         * event-Xt.c (x_handle_sticky_modifiers):
9905         Bound interval modifier keys are sticky.
9906         * event-stream.c (Vmodifier_keys_sticky_time): New variable.
9907         * events.h: extern it.
9908
9909 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
9910
9911         * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
9912
9913 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
9914
9915         * event-stream.c (execute_command_event): Preserve current_events
9916         and the like when event is misc-user-event.
9917         Inhibit quit during the call to maybe_echo_keys.
9918
9919 2000-10-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
9920
9921         * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
9922         symlink when buffer is killed.
9923         (inhibit_clash_detection): New variable.
9924
9925 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
9926
9927         * console.c (Fset_input_method): Trigger redisplay on tty.
9928
9929 2000-11-07  Martin Buchholz  <martin@xemacs.org>
9930
9931         * process.c (Fprocess_status): Revert to previous behavior:
9932         (process-status "nosuchprocess") ==> nil
9933
9934 2000-11-06  Martin Buchholz  <martin@xemacs.org>
9935
9936         * mule-charset.h (CHARSET_BY_LEADING_BYTE):
9937         Work around another GCC 2.95.2 optimizer bug.
9938
9939 2000-11-02  Martin Buchholz  <martin@xemacs.org>
9940
9941         * process.c (Fget_process): Use LIST_LOOP_2.
9942         (kill_buffer_processes): Use LIST_LOOP_2.
9943
9944         * minibuf.c (Fall_completions):
9945         Delete old non-functional code for FSF fourth argument.
9946
9947         * frame.c (frame_matches_frame_spec):
9948         Renamed from `frame_matches_frametype'.  Update all callers.
9949         (device_matches_device_spec):
9950         Renamed from 'device_matches_console_spec'.  Update all callers.
9951
9952         * doc.c (Fsubstitute_command_keys):
9953         Remove buffer overflow crash.  Small code cleanups.
9954
9955         * casetab.c (check_case_table): Simpler code.
9956
9957         * window.c (Freplace_buffer_in_windows):
9958         Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
9959         (and similar implementation) as Fdelete_windows_on.
9960         Update all callers.
9961
9962         * alloc.c (Fmake_list):
9963         * alloc.c (make_vector):
9964         * alloc.c (Fmake_vector):
9965         * alloc.c (make_bit_vector):
9966         * alloc.c (Fmake_bit_vector):
9967         * alloc.c (Fbit_vector):
9968         * alloc.c (Fmake_string):
9969         * alloc.c (Fpurecopy):
9970         * alloc.c (Fmemory_limit):
9971         * buffer.c:
9972         * buffer.c (Fget_buffer):
9973         * buffer.c (Fkill_buffer):
9974         * buffer.c (complex_vars_of_buffer):
9975         * bytecode.c (Fcompiled_function_stack_depth):
9976         * callint.c (Fprefix_numeric_value):
9977         * event-stream.c:
9978         * event-stream.c (Fread_key_sequence):
9979         * casetab.c:
9980         * casetab.c (Fcase_table_p):
9981         * casetab.c (check_case_table):
9982         * casetab.c (Fset_case_table):
9983         * casetab.c (Fset_standard_case_table):
9984         * chartab.c:
9985         * chartab.c (Fchar_table_type):
9986         * chartab.c (Freset_char_table):
9987         * chartab.c (Fget_char_table):
9988         * chartab.c (Fget_range_char_table):
9989         * chartab.c (Fput_char_table):
9990         * chartab.c (Fmap_char_table):
9991         * chartab.c (Fcategory_table_p):
9992         * chartab.c (Fcheck_category_at):
9993         * chartab.c (Fchar_in_category_p):
9994         * chartab.c (Fcategory_table):
9995         * chartab.c (Fcopy_category_table):
9996         * chartab.c (Fset_category_table):
9997         * chartab.c (Fcategory_designator_p):
9998         * chartab.c (Fcategory_table_value_p):
9999         * cmds.c (Fdelete_char):
10000         * cmds.c (Fdelete_backward_char):
10001         * cmds.c (Fself_insert_command):
10002         * cmds.c (Fself_insert_internal):
10003         * console.c (Fvalid_console_type_p):
10004         * console.c (Fcdfw_console):
10005         * console.c (Fconsole_type):
10006         * console.c (Fconsole_name):
10007         * console.c (Fconsole_device_list):
10008         * console.c (Fconsole_on_window_system_p):
10009         * data.c:
10010         * data.c (Feq):
10011         * data.c (Fold_eq):
10012         * data.c (Fsubr_interactive):
10013         * data.c (Fchar_to_int):
10014         * data.c (Fint_to_char):
10015         * data.c (Fsetcar):
10016         * data.c (Fsetcdr):
10017         * data.c (Fnumber_to_string):
10018         * data.c (Fstring_to_number):
10019         * data.c (Frem):
10020         * database.c (mark_database):
10021         * database.c (finalize_database):
10022         * database.c (Fdatabase_live_p):
10023         * database.c (Fdatabasep):
10024         * device-x.c (Fx_get_resource):
10025         * device.c (Fdfw_device):
10026         * dired.c:
10027         * dired.c (Ffile_name_completion):
10028         * dired.c (Ffile_name_all_completions):
10029         * dired.c (Fuser_name_completion):
10030         * dired.c (Fuser_name_completion_1):
10031         * dired.c (Fuser_name_all_completions):
10032         * doc.c (Fdocumentation):
10033         * doc.c (Fdocumentation_property):
10034         * doc.c (Fsubstitute_command_keys):
10035         * editfns.c:
10036         * editfns.c (Fchar_to_string):
10037         * editfns.c (Fstring_to_char):
10038         * editfns.c (Ftemp_directory):
10039         * editfns.c (Finsert_char):
10040         * editfns.c (Fbuffer_substring_no_properties):
10041         * editfns.c (Fnarrow_to_region):
10042         * editfns.c (Fchar_equal):
10043         * editfns.c (Fchar_Equal):
10044         * editfns.c (Ftranspose_regions):
10045         * emacs.c (Fdump_emacs):
10046         * eval.c (Fthrow):
10047         * eval.c (Fcommand_execute):
10048         * eval.c (Fautoload):
10049         * eval.c (Fbacktrace):
10050         * eval.c (Fbacktrace_frame):
10051         * events.c:
10052         * events.c (Fcopy_event):
10053         * events.c (Fcharacter_to_event):
10054         * events.c (Fevent_button):
10055         * events.c (Fevent_process):
10056         * extents.c:
10057         * extents.c (Fnext_extent_change):
10058         * extents.c (Fextent_property):
10059         * faces.c (Ffacep):
10060         * faces.c (Fmake_face):
10061         * file-coding.c:
10062         * file-coding.c (Fencode_shift_jis_char):
10063         * file-coding.c (Fencode_big5_char):
10064         * fileio.c (Ffile_name_directory):
10065         * fileio.c (Ffile_name_nondirectory):
10066         * fileio.c (Ffile_name_as_directory):
10067         * fileio.c (Fdirectory_file_name):
10068         * fileio.c (Ffile_truename):
10069         * fileio.c (Fsubstitute_in_file_name):
10070         * fileio.c (Ffile_modes):
10071         * fileio.c (Fset_file_modes):
10072         * fileio.c (Fset_default_file_modes):
10073         * fileio.c (Fverify_visited_file_modtime):
10074         * floatfns.c (Facos):
10075         * floatfns.c (Fasin):
10076         * floatfns.c (Fatan):
10077         * floatfns.c (Fcos):
10078         * floatfns.c (Fsin):
10079         * floatfns.c (Ftan):
10080         * floatfns.c (Fbessel_j0):
10081         * floatfns.c (Fbessel_j1):
10082         * floatfns.c (Fbessel_jn):
10083         * floatfns.c (Fbessel_y0):
10084         * floatfns.c (Fbessel_y1):
10085         * floatfns.c (Fbessel_yn):
10086         * floatfns.c (Ferf):
10087         * floatfns.c (Ferfc):
10088         * floatfns.c (Flog_gamma):
10089         * floatfns.c (Fexp):
10090         * floatfns.c (Fexpt):
10091         * floatfns.c (Flog):
10092         * floatfns.c (Flog10):
10093         * floatfns.c (Fsqrt):
10094         * floatfns.c (Fcube_root):
10095         * floatfns.c (Facosh):
10096         * floatfns.c (Fasinh):
10097         * floatfns.c (Fatanh):
10098         * floatfns.c (Fcosh):
10099         * floatfns.c (Fsinh):
10100         * floatfns.c (Ftanh):
10101         * floatfns.c (Fabs):
10102         * floatfns.c (Ffloat):
10103         * floatfns.c (Flogb):
10104         * floatfns.c (Fceiling):
10105         * floatfns.c (Ffloor):
10106         * floatfns.c (Fround):
10107         * floatfns.c (Ftruncate):
10108         * floatfns.c (Ffceiling):
10109         * floatfns.c (Fffloor):
10110         * floatfns.c (Ffround):
10111         * floatfns.c (Fftruncate):
10112         * fns.c (Fstring_equal):
10113         * fns.c (Fstring_lessp):
10114         * fns.c (concat2):
10115         * fns.c (concat3):
10116         * fns.c (vconcat2):
10117         * fns.c (vconcat3):
10118         * fns.c (Fsubstring):
10119         * fns.c (Fassoc):
10120         * fns.c (Fold_assoc):
10121         * fns.c (assoc_no_quit):
10122         * fns.c (Fassq):
10123         * fns.c (Fold_assq):
10124         * fns.c (assq_no_quit):
10125         * fns.c (Frassoc):
10126         * fns.c (Fold_rassoc):
10127         * fns.c (Frassq):
10128         * fns.c (Fold_rassq):
10129         * fns.c (rassq_no_quit):
10130         * fns.c (Fremassoc):
10131         * fns.c (remassoc_no_quit):
10132         * fns.c (Fremassq):
10133         * fns.c (remassq_no_quit):
10134         * fns.c (Fremrassoc):
10135         * fns.c (Fremrassq):
10136         * fns.c (remrassq_no_quit):
10137         * fns.c (Fsort):
10138         * fns.c (Fplist_get):
10139         * fns.c (Fplist_put):
10140         * fns.c (Fplist_remprop):
10141         * fns.c (Fplist_member):
10142         * fns.c (Flax_plist_get):
10143         * fns.c (Flax_plist_put):
10144         * fns.c (Flax_plist_remprop):
10145         * fns.c (Flax_plist_member):
10146         * fns.c (Fequal):
10147         * fns.c (Fold_equal):
10148         * fns.c (Frequire):
10149         * fns.c (Fbase64_encode_region):
10150         * fns.c (Fbase64_encode_string):
10151         * fns.c (Fbase64_decode_region):
10152         * frame.c:
10153         * frame.c (frame_matches_frame_spec):
10154         * frame.c (device_matches_device_spec):
10155         * frame.c (next_frame):
10156         * frame.c (previous_frame):
10157         * frame.c (Fnext_frame):
10158         * frame.c (Fprevious_frame):
10159         * frame.c (Fframe_property):
10160         * frame.c (Fset_frame_height):
10161         * frame.c (Fset_frame_size):
10162         * frame.h:
10163         * glyphs.c:
10164         * glyphs.c (if):
10165         * glyphs.c (decode_error_behavior_flag):
10166         * glyphs.c (Fmake_image_instance):
10167         * indent.c (Findent_to):
10168         * intl.c (Fignore_defer_gettext):
10169         * keymap.c (Fkeymapp):
10170         * keymap.c (Flookup_key):
10171         * lread.c:
10172         * lread.c (Fload_internal):
10173         * lread.c (Feval_buffer):
10174         * lread.c (Feval_region):
10175         * macros.c (Fexecute_kbd_macro):
10176         * marker.c (set_marker_internal):
10177         * marker.c (Fset_marker):
10178         * marker.c (set_marker_restricted):
10179         * marker.c (Fcopy_marker):
10180         * marker.c (noseeum_copy_marker):
10181         * menubar.c:
10182         * menubar.c (Fpopup_menu):
10183         * minibuf.c:
10184         * mule-charset.c (Fcharset_name):
10185         * mule-charset.c (Fchar_charset):
10186         * mule-charset.c (Fchar_octet):
10187         * mule-charset.c (Fsplit_char):
10188         * mule-wnnfns.c (Fwnn_open):
10189         * mule-wnnfns.c (Fwnn_dict_comment):
10190         * mule-wnnfns.c (Fwnn_quit_henkan):
10191         * mule-wnnfns.c (Fwnn_word_toroku):
10192         * mule-wnnfns.c (Fwnn_word_sakujo):
10193         * mule-wnnfns.c (Fwnn_word_use):
10194         * mule-wnnfns.c (Fwnn_hindo_set):
10195         * objects.c:
10196         * objects.c (Fmake_color_instance):
10197         * objects.c (Fmake_font_instance):
10198         * print.c (Fwrite_char):
10199         * process.c:
10200         * process.c (mark_process):
10201         * process.c (print_process):
10202         * process.c (get_process_from_usid):
10203         * process.c (Fprocessp):
10204         * process.c (Fprocess_live_p):
10205         * process.c (Fget_process):
10206         * process.c (Fget_buffer_process):
10207         * process.c (get_process):
10208         * process.c (Fprocess_id):
10209         * process.c (Fprocess_name):
10210         * process.c (Fprocess_command):
10211         * process.c (init_process_io_handles):
10212         * process.c (start_process_unwind):
10213         * process.c (Fstart_process_internal):
10214         * process.c (Fopen_multicast_group_internal):
10215         * process.c (Fset_process_window_size):
10216         * process.c (read_process_output):
10217         * process.c (send_process):
10218         * process.c (Fprocess_tty_name):
10219         * process.c (Fset_process_buffer):
10220         * process.c (Fprocess_buffer):
10221         * process.c (Fprocess_mark):
10222         * process.c (set_process_filter):
10223         * process.c (Fset_process_filter):
10224         * process.c (Fprocess_filter):
10225         * process.c (Fprocess_send_region):
10226         * process.c (Fprocess_send_string):
10227         * process.c (exec_sentinel):
10228         * process.c (Fset_process_sentinel):
10229         * process.c (Fprocess_sentinel):
10230         * process.c (status_notify):
10231         * process.c (Fprocess_status):
10232         * process.c (Fprocess_exit_status):
10233         * process.c (process_send_signal):
10234         * process.c (Fprocess_send_eof):
10235         * process.c (deactivate_process):
10236         * process.c (remove_process):
10237         * process.c (Fdelete_process):
10238         * process.c (kill_buffer_processes):
10239         * process.c (Fprocess_kill_without_query):
10240         * process.c (Fprocess_kill_without_query_p):
10241         * rangetab.c:
10242         * rangetab.c (Fget_range_table):
10243         * rangetab.c (Fput_range_table):
10244         * rangetab.c (Fremove_range_table):
10245         * rangetab.c (Fclear_range_table):
10246         * search.c:
10247         * search.c (Fskip_chars_forward):
10248         * search.c (Fskip_chars_backward):
10249         * search.c (Fskip_syntax_forward):
10250         * search.c (Fskip_syntax_backward):
10251         * search.c (search_command):
10252         * search.c (Freplace_match):
10253         * search.c (Fregexp_quote):
10254         * select.c (Fown_selection_internal):
10255         * select.c (Fselection_owner_p):
10256         * select.c (Fselection_exists_p):
10257         * select.c (Fget_selection_internal):
10258         * specifier.c:
10259         * symbols.c:
10260         * symbols.c (Fintern):
10261         * symbols.c (Fintern_soft):
10262         * symbols.c (Funintern):
10263         * symbols.c (Fapropos_internal):
10264         * symbols.c (Fset_default):
10265         * syntax.c:
10266         * syntax.c (Fsyntax_table_p):
10267         * syntax.c (Fcopy_syntax_table):
10268         * syntax.c (Fset_syntax_table):
10269         * syntax.c (Fchar_syntax):
10270         * syntax.c (syntax_match):
10271         * syntax.c (Fmatching_paren):
10272         * syntax.c (Fforward_word):
10273         * syntax.c (scan_lists):
10274         * syntax.c (Fscan_lists):
10275         * syntax.c (Fscan_sexps):
10276         * syntax.c (Fparse_partial_sexp):
10277         * toolbar.c (Fcheck_toolbar_button_syntax):
10278         * tooltalk.doc:
10279         * window.c:
10280         * window.c (Fwindowp):
10281         * window.c (Fwindow_live_p):
10282         * window.c (Fwindow_point):
10283         * window.c (Fdelete_window):
10284         * window.c (Fnext_window):
10285         * window.c (Fprevious_window):
10286         * window.c (Fother_window):
10287         * window.c (window_loop):
10288         * window.c (Fget_lru_window):
10289         * window.c (Fsplit_window):
10290         * window.c (Fenlarge_window):
10291         * window.c (Fenlarge_window_pixels):
10292         * window.c (Fshrink_window):
10293         * window.c (Fshrink_window_pixels):
10294         * window.c (change_window_height):
10295         * window.c (Fwindow_configuration_p):
10296         * window.c (Fcurrent_window_configuration):
10297         * window.h:
10298         * casefiddle.c (casify_object):
10299         * casefiddle.c (Fupcase):
10300         * casefiddle.c (Fdowncase):
10301         * casefiddle.c (Fcapitalize):
10302         * casefiddle.c (Fupcase_initials):
10303         * casefiddle.c (casify_region_internal):
10304         * casefiddle.c (casify_region):
10305         * casefiddle.c (Fupcase_region):
10306         * casefiddle.c (Fdowncase_region):
10307         * casefiddle.c (Fcapitalize_region):
10308         * casefiddle.c (Fupcase_initials_region):
10309         * casefiddle.c (Fupcase_word):
10310         * casefiddle.c (Fdowncase_word):
10311         * casefiddle.c (Fcapitalize_word):
10312         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
10313         Replace 0 with '\0' when working with bytes.
10314         Replace initial "(" with "\(" in docstrings.
10315
10316 2000-11-01  Martin Buchholz  <martin@xemacs.org>
10317
10318         * config.h.in: Handle alloca with Compaq C on Alpha Linux.
10319
10320         * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
10321
10322 2000-10-31  Martin Buchholz  <martin@xemacs.org>
10323
10324         * eldap.c (print_ldap): 64-bit cleaner.  Fixes warning.
10325
10326 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
10327
10328         * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
10329         correctly.
10330
10331 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
10332
10333         * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
10334         (inhibit_auto_save_session): New variable.
10335         (vars_of_fileio): Declare and initialize them.
10336         * fileio.c (Fdo_auto_save): Don't create session file if
10337         Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
10338
10339 2000-10-31  Martin Buchholz  <martin@xemacs.org>
10340
10341         * sgiplay.c (play_internal): C++ compilability.
10342         * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
10343         * callproc.c (Fold_call_process_internal):
10344         Remove unused vars `env', `first'.
10345         * scrollbar.c (update_scrollbar_instance):
10346         #### unused var `current_window'.
10347         * redisplay-tty.c: Put currently unused vars insert_mode_on,
10348         etc. within #ifdef NOT_YET.
10349         * emacs.c: #### unused vars `initial_argc', `initial_argv'.
10350         * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
10351         * specifier.c (specifier_instance):
10352         #### unused var `tag'.
10353         Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
10354
10355 2000-10-27  Martin Buchholz  <martin@xemacs.org>
10356
10357         * fns.c (Fbutlast):
10358         * fns.c (list_sort):
10359         * fns.c (Ffillarray):
10360         * fns.c (bytecode_nconc2):
10361         * fns.c (Fnconc):
10362         * fns.c (mapcar1):
10363         * fns.c (Fmapconcat):
10364         Be pedantically 64-bit correct.  For the time when someone will
10365         want to have a list with length > 2**32.
10366
10367         * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
10368         Work around MIPSpro compiler bug.
10369
10370         * process-unix.c (unix_kill_child_process): Add snarky comment.
10371         * process-unix.c (try_to_initialize_subtty):  Oops, `=' ==> `=='
10372
10373         * config.h.in: Oops, _getpt ==> _getpty
10374
10375 2000-10-26  Martin Buchholz  <martin@xemacs.org>
10376
10377         * config.h.in:
10378         * regex.c:
10379         Use void*, not char*, as return type of alloca().
10380
10381         * alloc.c (free_marker): Side effect inside assert expression!
10382
10383 2000-10-16  MIYASHITA Hisashi  <himi@m17n.org>
10384
10385         * mule-charset.c (Fset_charset_ccl_program): To check
10386         if the given ccl program is valid, use setup_ccl_program()
10387         instead of CHECK_VECTOR().
10388         (Fmake_charset): Likewise.
10389
10390 2000-10-20  Golubev I. N.  <gin@mo.msk.ru>
10391
10392         * faces.c (get_extent_fragment_face_cache_index):
10393         Fix cachel.merged_faces memory leak.
10394
10395 2000-10-14  MIYASHITA Hisashi  <himi@m17n.org>
10396
10397         * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
10398         Reset MSB of octets obtained by DECODE_SJIS
10399         because of the incompatibility with Emacs.
10400         (ccl_driver)<CCL_ENCODE_SJIS>:
10401         Set MSB of octets before passing them to
10402         ENCODE_SJIS because of the incompatibility
10403         with Emacs.
10404
10405 2000-10-18   Daiki Ueno  <ueno@unixuser.org>
10406
10407         * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
10408         (DECLARE_LRECORD): Undo the last change.
10409         (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
10410
10411 2000-10-17   Daiki Ueno  <ueno@unixuser.org>
10412
10413         * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
10414         the implementation to lrecord_implementations_table.
10415
10416 2000-10-14   Daiki Ueno  <ueno@unixuser.org>
10417
10418         * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
10419         initial value of `lrecord_type_##c_name' and
10420         `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
10421         (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
10422         [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
10423         [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
10424         [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
10425
10426 2000-10-17  Martin Buchholz  <martin@xemacs.org>
10427
10428         * miscplay.c (sndcnv8S_2mono):
10429         (sndcnv2monounsigned):
10430         (sndcnvULaw_2linear):
10431         (sndcnv16swap):
10432         Remove implementation-defined behavior.
10433
10434 2000-10-12  Martin Buchholz  <martin@xemacs.org>
10435
10436         * input-method-xlib.c: Warning suppression.
10437
10438 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
10439
10440         * mule-ccl.c: Sync up with Emacs 21.0.90.
10441         (ccl_driver)<CCL_TranslateCharacter>: Disabled.
10442         Do nothing.
10443         (ccl_driver)<CCL_TranslateCharacterConstTbl>:
10444         Likewise.
10445         (ccl_driver[WriteMultibyteChar2]): Bug fix.
10446         Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
10447         MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
10448         leading char belongs to official 2-dimensional charset.
10449         (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
10450         write the given character as is.  Otherwise,
10451         if it is a multibyte char, convert it by
10452         non_ascii_set_charptr_emchar, then write it.
10453         (CCL_WRITE_STRING): Likewise.
10454         (ccl_get_compiled_code): New function.
10455         (setup_ccl_program): When ccl_prog is invalid,
10456         return -1.
10457         (Fregister_code_conversion_map): New function.
10458         (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
10459
10460         * mule-ccl.h: Sync up with Emacs 21.0.90.
10461         (Fregister_ccl_program): export it.
10462
10463         * redisplay-msw.c (separate_textual_runs):
10464         If ccl program is not valid, don't do ccl conversion.
10465
10466         * redisplay-x.c (separate_textual_runs): Ditto.
10467
10468         * file-coding.c (Fmake_coding_system):
10469         When type is ccl and value is vector, register it
10470         with a proper symbol.  And checks whether the
10471         given ccl program is valid.
10472         (mule_decode): When calling ccl_driver, if src indicates
10473         NULL pointer, set an empty string instead.
10474         (mule_encode): Likewise.
10475
10476 2000-10-11  Martin Buchholz  <martin@xemacs.org>
10477
10478         The following large batch of changes gets us back to a state of
10479         C++ compilability.  Extbyte is now a char, which means that
10480         Extbyte * and Bufbyte * cannot be freely interchanged - a win!
10481
10482         * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
10483
10484         * sound.c (Fplay_sound): Type correctness.
10485
10486         * select-x.c (hack_motif_clipboard_selection): Type correctness.
10487         (x_get_window_property): Type correctness.
10488         (receive_incremental_selection): unsigned char ==> Extbyte
10489         (selection_data_to_lisp_data): unsigned char ==> Extbyte
10490         (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
10491         (Fx_store_cutbuffer_internal): Type correctness.
10492
10493         * process-unix.c (try_to_initialize_subtty): Type correctness.
10494
10495         * objects-x.c (x_print_color_instance): Type correctness.
10496         (x_print_font_instance): Type correctness.
10497         (x_list_fonts): SExtbyte ==> Extbyte.
10498         (valid_x_font_name_p): SExtbyte ==> Extbyte.
10499         (x_find_charset_font): SExtbyte ==> Extbyte.
10500         Use TO_INTERNAL_FORMAT.  build_string ==> make_string.
10501         (truename_via_XListFonts): SExtbyte ==> Extbyte.
10502         (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
10503         Use bufbyte_strcmp.
10504
10505         * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
10506         (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
10507         (BYTE_ASCII_P): Use bit ops for char-signedness safety.
10508         (BYTE_C0_P): Use bit ops for char-signedness safety.
10509         (BYTE_C1_P): Use bit ops for char-signedness safety.
10510         (CHARSET_BY_LEADING_BYTE):
10511         (CHARSET_BY_ATTRIBUTES):
10512         Always use inline function.
10513         Use type_checking_assert.
10514         Hide chlook.
10515
10516         * mule-charset.c (non_ascii_charptr_copy_char):
10517         Modify to work with both ASCII and non-ASCII characters.
10518         Improve docs and variable names.
10519         Replace over-clever fall-through switch with a simple loop.
10520         (Lstream_get_emchar_1):
10521         Replace over-clever fall-through switch with a simple loop.
10522
10523         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
10524         Warning suppression.
10525
10526         * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
10527         the return value of Lstream_getc, which could be EOF as well.
10528
10529         * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
10530
10531         * lisp.h: Make Extbyte a char, not unsigned char, so that external
10532         APIs can be used on Extbytes without casts.  Risky!
10533         (SExtbyte): Remove.
10534         (UExtbyte): Remove.
10535
10536         * input-method-xlib.c (XIM_init_device):
10537         Use Xlib.h instead of IntrinsicP.h.
10538         Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
10539         which will break in X11R7.
10540         Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
10541         to call XRegisterIMInstantiateCallback with correct types.
10542
10543         * gui-x.c (button_item_to_widget_value): Type correctness.
10544
10545         * glyphs.c (bitmap_to_lisp_data):  Type correctness.
10546
10547         * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
10548         (xbm_instantiate_1): Type correctness.
10549         (BUILD_GLYPH_INST):  Type correctness.
10550
10551         * fileio.c (Fsubstitute_in_file_name): Type correctness.
10552
10553         * file-coding.c:
10554         (decode_coding_sjis):
10555         (decode_coding_big5):
10556         (decode_coding_ucs4):
10557         (decode_coding_utf8):
10558         (decode_coding_iso2022):
10559         (decode_coding_no_conversion):
10560         Make all decoding functions take an Extbyte * arg.
10561         (encode_coding_sjis):
10562         (encode_coding_big5):
10563         (encode_coding_ucs4):
10564         (encode_coding_utf8):
10565         (encode_coding_iso2022):
10566         (encode_coding_no_conversion):
10567         Make all encoding functions take a Bufbyte * arg.
10568         Use size_t instead of unsigned int for memory sizes.
10569         Only cast to unsigned char whenever dereferencing Extbyte *.
10570
10571         * doc.c (unparesseuxify_doc_string): Type correctness.
10572
10573         * console-x.c (split_up_display_spec):
10574         Rewrite without using details of internal string representation.
10575         (x_semi_canonicalize_device_connection): Type correctness.
10576
10577         * config.h.in:
10578         (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
10579         (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
10580         (HAVE_XFREE386): Removed.
10581
10582         * buffer.h (DEC_CHARPTR): `const' correctness.
10583         (bufbyte_strcmp): New.
10584         (bufbyte_memcmp): New.
10585
10586         * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
10587
10588         * buffer.h (XCHAR_OR_CHAR_INT):
10589         Always use inline function.
10590         Remove redundant type checking assert() - XINT will abort quite nicely.
10591
10592 2000-10-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
10593
10594         * search.c (Freplace_match): Set newtext to an empty string.
10595
10596 2000-10-10  Martin Buchholz  <martin@xemacs.org>
10597
10598         * s/decosf1-3.h: Remove #include of stropts.h
10599         * s/ptx.h: Remove #include of stropts.h
10600         * s/usg5-4.h: Remove #include of stropts.h
10601         * sysproc.h:
10602         * config.h.in:
10603         Use stropts.h, not sys/stropts.h.
10604         Use strtio.h, not sys/strtio.h.
10605
10606 2000-10-04  Martin Buchholz <martin@xemacs.org>
10607
10608         * XEmacs 21.2.36 is released.
10609
10610 2000-09-21  Andy Piper  <andy@xemacs.org>
10611
10612         * glyphs-x.c (x_redisplay_widget): make sure non-structural
10613         changes still involve copying the widget tree.
10614         (update_widget_face): make sure a change is register in the widget
10615         tree. Call update_tab_widget_face appropriately.
10616         (update_tab_widget_face): ditto.
10617         (x_tab_control_redisplay): make sure non-structural changes still
10618         involve copying the widget tree.
10619
10620 2000-08-31   Daiki Ueno  <ueno@unixuser.org>
10621
10622         * lread.c (locate_file): Check the path element is non-nil.
10623
10624 2000-10-02  Martin Buchholz  <martin@xemacs.org>
10625
10626         * lisp.h: Warning suppression for SCO compilers.
10627
10628         * redisplay-tty.c (reset_tty_modes): Fix crash.
10629         E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
10630
10631 2000-09-27  Martin Buchholz  <martin@xemacs.org>
10632
10633         Big signal/process handling overhaul.  Bugs fixed:
10634         M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
10635         M-x comint-kill-subjob should work for both values nil and t of
10636         process-connection-type. It was broken on most platforms.
10637         Testing on Irix and Cygwin still needed.  Other plaforms tested.
10638         * sysdep.c: Move #include of stropts.h into sysproc.h.  Use pid_t.
10639         * process-unix.c: Signal/Process handling overhaul.
10640         (pty_name): make 64 bytes, as `expect' does, for paranoia.
10641         (allocate_pty): Use all available modern methods of allocating
10642         ptys, falling back to old style BSD allocation as a last resort.
10643         Use allegedly more secure Unix98 pty allocation by default.
10644         (allocate_pty_the_old_fashioned_way): New. the last resort.
10645         (unix_create_process): Push ptem, ldterm, ttcompat where
10646         available.  Autoconfiscate.
10647         (try_to_initialize_subtty): New.
10648         (unix_kill_child_process): Proper signal handling for ptys on most
10649         platforms, using special knowledge of AIX, BSD, etc...
10650         (unix_create_process): Always disconnect_controlling_terminal() for
10651         subprocesses, whether using ptys or not.
10652         * process.h: Remove old getpt-dependent PTY code.
10653         * process.c (Fprocess_send_signal): New, obvious generic function.
10654         (decode_signal): New.
10655         (Finterrupt_process):
10656         (Fkill_process):
10657         (Fquit_process):
10658         (Fstop_process):
10659         (Fcontinue_process):
10660         (Fsignal_process): Use decode_signal.
10661         (process_send_signal):
10662         Many docstring corrections.
10663         Allow any signal to be sent to a process object.
10664         * config.h.in: Add symbols for big signal/process overhaul.
10665         * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
10666         * sysproc.h: Include process-related headers, where available:
10667         sys/stropts.h sys/strtio.h pty.h libutil.h
10668         * s/irix4-0.h:
10669         * s/irix5-0.h:
10670         * s/cygwin32.h:
10671         * s/gnu.h:
10672         * s/linux.h:
10673         * s/hpux.h:
10674         * s/aix3-1.h:
10675         Remove old S&M pty stuff.
10676         * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
10677         * systty.h: Simplify cpp hackery, improve comments.
10678         Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
10679
10680         * editfns.c (Fformat_time_string):
10681         Be a little more paranoid with the return value of ctime.
10682
10683         * fileio.c (check_executable):
10684         (check_writable):
10685         Use symbolic constants X_OK, W_OK.
10686
10687         * console-x.c (split_up_display_spec): Fix a warning.
10688
10689 2000-10-02  Martin Buchholz  <martin@xemacs.org>
10690
10691         * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
10692         * ntproc.c (sys_spawnve): make_string ==> build_string
10693         Small clarity improvements.
10694
10695 2000-09-30  Martin Buchholz  <martin@xemacs.org>
10696
10697         * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
10698
10699         * s/windowsnt.h (HAVE_STRCASECMP): Remove.
10700
10701         * config.h.in (HAVE_STRCASECMP): Remove.
10702
10703 2000-09-29  Martin Buchholz  <martin@xemacs.org>
10704
10705         * redisplay-output.c (redisplay_output_pixmap):
10706         Cleaner and possibly more 64-bit correct code.
10707
10708 2000-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
10709
10710         * dumper.c (pdump_load_finish): move restoration of
10711         `noninteractive1' to emacs.c (main_1).
10712         * emacs.c (main_1): protect LISP-visible command-line flags
10713         from pdump_load().
10714
10715 2000-09-26  Stephen J. Turnbull  <stephen@xemacs.org>
10716
10717         * Makefile.in.in (versionclean):  Use EXE_TARGET and
10718         DUMP_TARGET instead of literal program names.
10719
10720 2000-09-20  Martin Buchholz  <martin@xemacs.org>
10721
10722         * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
10723
10724 2000-09-19  Martin Buchholz  <martin@xemacs.org>
10725
10726         * *: Spelling mega-patch
10727
10728 2000-09-19  Martin Buchholz  <martin@xemacs.org>
10729
10730         * fns.c (bad_bad_turtle):
10731         Delete "Eek!" comment, since we fixed the bug to which it refers.
10732
10733 2000-09-16  Martin Buchholz  <martin@xemacs.org>
10734
10735         * alloca.c: Replace REGISTER with register.
10736
10737 2000-09-16   Daiki Ueno  <ueno@unixuser.org>
10738
10739         * file-coding.c (ucs_to_char): Use countof.
10740
10741 2000-09-16  Martin Buchholz  <martin@xemacs.org>
10742
10743         * file-coding.c: (ucs_to_char):
10744         (complex_vars_of_file_coding):
10745         Use countof instead of sizeof.
10746         Use CHECK_NATNUM instead of CHECK_INT.
10747
10748         * sysdep.c (strcasecmp): Remove.
10749         * device-x.c (ascii_strcasecmp): New.
10750         * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
10751         Avoid using non-standard non-portable strcasecmp.
10752
10753 2000-09-16  Martin Buchholz  <martin@xemacs.org>
10754
10755         * Makefile.in.in (mostlyclean): remove reference to prefix-args.
10756         * font-lock.c: remove reference to emacsfns.h.
10757         * search.c: small doc improvement.
10758         * event-Xt.c: correct file names in comments.
10759         * console-x.h Correct file names in comments.
10760         * frame.c: Correct file names in comments.
10761         * event-stream.c: remove Energize from comments.
10762
10763 2000-09-15  Martin Buchholz  <martin@xemacs.org>
10764
10765         * symeval.h (DEFERROR_STANDARD):
10766         (DEFERROR):
10767         (DEFSYMBOL):
10768         (DEFSYMBOL_NO_DUMP):
10769         (DEFSYMBOL_MULTIWORD_PREDICATE):
10770         (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
10771         (DEFKEYWORD):
10772         The construct &##name is not sensible C.
10773         Fixes compilation errors with Unixware native compiler.
10774
10775 2000-09-14  Martin Buchholz  <martin@xemacs.org>
10776
10777         * frame.c (device_matches_console_spec): no longer takes a `frame' arg
10778         (next_frame_internal): Removed.  We now just have next_frame.
10779         (next_frame):
10780         Write a simpler and cleaner one-pass algorithm.
10781         Remove called_from_delete_device arg and #ifdefed-out code.
10782         (previous_frame):
10783         Renamed from prev_frame.  Update callers.
10784         Cleaned up to have an analogous implementation to next_frame.
10785         (other_visible_frames_internal): Remove the
10786         called_from_delete_device bogus arg, and hence, remove this
10787         function.  Just use other_visible_frames().
10788
10789         * window.c (Fnext_window):
10790         Prettify docstring.
10791         Since next_frame() is guaranteed to return a frame, remove check
10792         for nil inserted in previous patch.
10793         (Fprevious_window):
10794         Prettify docstring.
10795         Make code look more like Fnext_window.
10796         (window_loop):
10797         Respect the `console' arg when iterating through windows.
10798         Fixes bug: (get-buffer-window buffer t device) not respecting
10799         the `device' arg.
10800         This function needs more work, as others have pointed out.
10801
10802         * frame.h: Rename prev_frame to previous_frame.
10803         device_matches_console_spec no longer takes a `frame' arg.
10804
10805         * s/gnu.h:
10806         * s/linux.h:
10807         * s/hpux.h:
10808         Use EMACS_BLOCK_SIGNAL instead of sigblock.
10809         From "Golubev I. N." <gin@mo.msk.ru>.
10810
10811         * make-src-depend: Fix typo.
10812
10813 2000-09-13  Martin Buchholz  <martin@xemacs.org>
10814
10815         * window.c (Fnext_window):
10816         next_frame() might return nil, not a frame.
10817         Fixes this crash:
10818         (gdb) run -eval '(progn  (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
10819
10820         * frame.c (next_frame_internal):
10821         We've passed a frame if we've passed its device.
10822         Fixes this crash:
10823         (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
10824 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
10825
10826 2000-09-11  Jonathan Harris  <jhar@tardis.ed.ac.uk>
10827
10828         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
10829         Allow option to suppress accelerators in menu/dialog items.
10830         (populate_or_checksum_helper): Pass dialog title through above.
10831
10832 2000-09-10  Jonathan Harris  <jhar@tardis.ed.ac.uk>
10833
10834         * event-msw.c (mswindows_key_to_emacs_keysym):
10835         Add "pause" key, fix "menu" key.
10836
10837 2000-09-09  Martin Buchholz  <martin@xemacs.org>
10838
10839         * eval.c (reinit_vars_of_eval):
10840         Increase max_lisp_eval_depth to 1000,
10841         required for thai-xtis.el to byte-compile under some circumstances.
10842
10843 2000-09-04  Martin Buchholz  <martin@xemacs.org>
10844
10845         * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
10846         From Kenichi Handa.
10847
10848 2000-09-01  Martin Buchholz  <martin@xemacs.org>
10849
10850         * make-src-depend: Make the generated Makefiles smaller.
10851
10852         * s/hpux.h (SETUP_SLAVE_PTY):
10853         Provide a %d in the format string for the errno argument.
10854
10855         * editfns.c (Ftemp_directory):
10856         Warning fix.
10857         Avoid buffer overrun on very long file name.
10858
10859         * input-method-xlib.c (XIM_init_device):
10860         6th parameter of XRegisterIMInstantiateCallback has different
10861         pointer types on different OSes, so simply cast to (void *).
10862
10863         * unexhp9k800.c: Warning fixes.  Fiddly changes.
10864
10865         * sysdll.c (dll_open):
10866         shl_load will hang hard if passed a NULL filename.
10867         Simply return NULL for compatibility with dlopen.
10868         * sysdll.c: Conform to XEmacs coding standards.
10869
10870         * sysdep.c (get_pty_max_bytes):
10871         Support pty input lines longer than 512 bytes on HP-UX 10.20.
10872
10873 2000-08-31  Martin Buchholz  <martin@xemacs.org>
10874
10875         * tooltalk.c: Add #include <syssignal.h>
10876
10877 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10878
10879         * s/hpux.h: Don't use undefined function sigunblock().
10880
10881 2000-08-31  Martin Buchholz  <martin@xemacs.org>
10882
10883         * config.h.in: Add HAVE_BALLOON_HELP.
10884         * emacs.c: Use HAVE_BALLOON_HELP.
10885         * Makefile.in.in (x_objs):
10886         Make Balloon Help conditional on finding shape.h.
10887
10888 2000-08-23  Yoshiki Hayashi  <yoshiki@xemacs.org>
10889
10890         * syntax.c (regex_emacs_buffer_p): New variable.
10891         * syntax.h (regex_emacs_buffer_p): extern.
10892         * search.c (looking_at_1):
10893         (string_match_1):
10894         (fast_string_match):
10895         (search_buffer): Set regex_emacs_buffer_p.
10896         * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
10897         when before_dot, at_dot, after_dot.
10898
10899 2000-08-23  Andy Piper  <andy@xemacs.org>
10900
10901         * gui-x.c (popup_selection_callback): Only set action_occurred
10902         when we really have an image instance.
10903         * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
10904
10905 2000-08-23  Andy Piper  <andy@xemacs.org>
10906
10907         * gui-msw.c (mswindows_handle_gui_wm_command): set
10908         action_occurred.
10909         * gui-x.c (popup_selection_callback): ditto.
10910
10911         * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
10912         (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
10913         (struct Lisp_Image_Instance): add action_occurred flag.
10914
10915         * glyphs.c (redisplay_subwindow): use action_occurred flag.
10916         (image_instance_changed): ditto.
10917         (reset_frame_subwindow_instance_cache): only unmap windows - do
10918         not remove them from the cache also.
10919
10920         * glyphs-widget.c (tab_control_update): better debug.
10921         (progress_gauge_update): ditto.
10922         (layout_update): ditto.
10923         (layout_instantiate): ditto.
10924         (tab_control_order_only_changed): cope with null pending items.
10925
10926         * glyphs-msw.c (mswindows_tab_control_redisplay): add better
10927         debug. Force selection of an item when an action occurred. Cope
10928         with null pending_items.
10929         (mswindows_progress_gauge_redisplay): better debug.
10930         * glyphs-x.c (x_tab_control_redisplay): ditto.
10931
10932         * redisplay.c (redisplay_frame): reset the frame cache if the
10933         frame is garbaged.
10934
10935         * window.c (Fset_window_configuration): potentially re-enable
10936         frame cache reset.
10937         (window_unmap_subwindows): need to finalize instances here since
10938         it is only used in mark_window_as_deleted.
10939
10940 2000-08-22  Stephen J. Turnbull  <stephen@xemacs.org>
10941
10942         * nas.c (SndOpenDataForReading):
10943         nas.c (WaveOpenDataForReading):
10944         nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
10945         Somehow escaped from the 2000-08-14 patch.
10946
10947 2000-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
10948
10949         * nas.c:  Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
10950         of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
10951
10952 2000-08-21  Andy Piper  <andy@xemacs.org>
10953
10954         * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
10955         window if it is not already displayed.
10956
10957         * glyphs-msw.c (mswindows_map_subwindow): only map the window if
10958         it is not already displayed.
10959
10960         * window.c (Fset_window_configuration): don't reset the frame
10961         cache.
10962
10963         * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
10964         instances from the frame cache if we are actually finalizing them.
10965         (reset_frame_subwindow_instance_cache): reset frame cache only
10966         after unmapping everything.
10967         (map_subwindow): set displayed flag after mapping.
10968
10969 2000-08-21  Martin Buchholz  <martin@xemacs.org>
10970
10971         * data.c (indirect_function):
10972         Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
10973
10974         * eval.c (function_argcount):
10975         Use original function when signaling errors.
10976
10977 2000-08-18  Andy Piper  <andy@xemacs.org>
10978
10979         * frame.c (delete_frame_internal): use new
10980         free_frame_subwindow_instances name.
10981
10982         * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
10983         (add_tab_item): make return type correct.
10984         (mswindows_tab_control_instantiate): assert index of tab.
10985         (mswindows_tab_control_redisplay): Re-code to use
10986         gui_item_equal_sans_selected and gui_item_list_find_selected.
10987
10988         * glyphs-widget.c (tab_control_update): Correct comment.
10989
10990         * window.c (window_unmap_subwindows): use new
10991         unmap_subwindow_instance_cache_mapper.
10992         (window_unmap_subwindows_cache_mapper): deleted.
10993         (Fset_window_configuration): comparisons should now be with
10994         EQ. Preserve the subwindow instance cache across configuration
10995         changes.
10996         (allocate_window): ditto.
10997         (make_dummy_parent): ditto.
10998
10999         * glyphs.c (free_frame_subwindow_instances): rename from
11000         free_frame_subwindow_instance_cache. finalize all instances rather
11001         than just those in the display cache.
11002         (finalize_all_subwindow_instances): walk windows unmapping and
11003         finalizing subwindows.
11004         (unmap_subwindow_instance_cache_mapper): moved from
11005         window.c. Allow finalization as well as unmapping.
11006
11007         * gui.c (gui_item_list_find_selected): new function.
11008
11009         * gui.h (gui_item_list_find_selected): declare.
11010
11011         * glyphs-x.c (x_tab_control_redisplay): pick tab
11012         explicitly. Re-code to use gui_item_equal_sans_selected and
11013         gui_item_list_find_selected.
11014
11015         * glyphs-x.h: add lwlib-utils.h
11016
11017         * buffer.c (Frecord_buffer): undo previous change.
11018
11019 2000-08-09  Vin Shelton  <acs@xemacs.org>
11020
11021         * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
11022         possible.  Create temporary files more securely.  The patch was
11023         generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
11024         <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch.  See
11025         http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
11026         for details.
11027
11028 2000-08-07  Ben Wing  <ben@xemacs.org>
11029
11030         * getloadavg.c: remove duplicate (and windows-breaking)
11031         includes of fcntl.h and sys/file.h.
11032
11033         * nt.c: remove duplicate getloadavg() definition.
11034
11035         * sysdll.h (Qdll_filename_encoding): add missing stand-in
11036         encodings.
11037
11038 2000-08-07  Gunnar Evermann  <ge204@eng.cam.ac.uk>
11039
11040         * eval.c (function_argcount): If function needs to be autoloaded
11041         actually use the loaded definition.
11042         GCPRO function.
11043
11044 2000-08-05  Ben Wing  <ben@xemacs.org>
11045
11046         * getloadavg.c: add prototype for getloadavg().  remove
11047         duplicate WIN32_NATIVE/CYGWIN code (already in the middle
11048         of the code).  remove duplicate header includes.
11049
11050         * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
11051
11052         * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
11053         don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
11054         useful load average.
11055
11056         * alloc.c (reinit_alloc_once_early): removed references to
11057         VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
11058         the lisp vars are the only things referencing the malloc_sbrk_*
11059         vars, and they were already if 0'd out.  these vars only exist
11060         in the older malloc.c, which is basically unused, and they're
11061         only for informational purposes.
11062
11063         * m\*.h: removed useless VIRT_ADDR_VARIES.
11064
11065         * m\powerpc.h: removed stray NO_ARG_ARRAY.
11066
11067 2000-04-26  IKEYAMA Tomonori  <tomonori@suiyokai.org>
11068
11069         * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
11070         color if the image is a mono pixmap.
11071
11072 2000-07-30  Ben Wing  <ben@xemacs.org>
11073
11074         * Makefile.in.in (release):
11075         Remove stray @.
11076
11077         * buffer.c (directory_is_current_directory):
11078         * dired-msw.c (mswindows_get_files):
11079         * dired.c:
11080         * dired.c (Fdirectory_files):
11081         * dired.c (file_name_completion_stat):
11082         * dired.c (Ffile_attributes):
11083         [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
11084         preprocessor tricks, to avoid problems on some machines
11085         (e.g. SCO).
11086
11087         * callproc.c (egetenv): GC docs.
11088
11089         * console-msw.h:
11090         * console-msw.h (struct mswindows_dialog_id):
11091         * lrecord.h (lrecord_type):
11092         New object for use with MSW dialogs.
11093
11094         * console.h (struct console_methods):
11095         New enable/disable frame methods, for proper modal dialogs.
11096
11097         * device-msw.c (msprinter_default_printer): Fix to follow
11098         proper Mule conventions.
11099
11100         * device-msw.c:
11101         * device-msw.c (signal_open_printer_error):
11102         * device-msw.c (msprinter_init_device):
11103         * device-msw.c (ensure_not_printing):
11104         * device-msw.c (plist_get_margin):
11105         * device-msw.c (Fmsprinter_select_settings):
11106         * device-msw.c (finalize_devmode):
11107         * device-msw.c (Fmsprinter_settings_despecialize):
11108         * device-msw.c (signal_enum_priner_error):
11109         * extents.c (decode_extent):
11110         * extents.c (decode_map_extents_flags):
11111         * extents.c (decode_extent_at_flag):
11112         * extents.c (Fextent_at):
11113         * extents.c (Fextents_at):
11114         * extents.c (symbol_to_glyph_layout):
11115         [[[[2]]]] Use structured errors.
11116
11117         * dialog-msw.c:
11118         * dialog-msw.c (mswindows_is_dialog_msg):
11119         * dialog-msw.c (mark_mswindows_dialog_id):
11120         * dialog-msw.c (dialog_proc):
11121         * dialog-msw.c (handle_question_dialog_box):
11122         * dialog-msw.c (syms_of_dialog_mswindows):
11123         Define new object to clean up marking; use it as a dialog identifier.
11124         Call new delete-dialog-box-hook.
11125
11126         * dialog-x.c (dbox_selection_callback):
11127         * dialog-x.c (dbox_descriptor_to_widget_value):
11128         * dialog-x.c (x_make_dialog_box_internal):
11129         Call new delete-dialog-box-hook.
11130         Return an id.
11131
11132         * dialog.c:
11133         * dialog.c (syms_of_dialog):
11134         * dialog.c (vars_of_dialog):
11135         Define new delete-dialog-box-hook, for use w/modal dialog boxes.
11136
11137         * eval.c:
11138         * eval.c (signal_call_debugger):
11139         when noninteractive, output stack traces on the console instead
11140         of in a (never-seen) buffer.
11141
11142         * eval.c (signal_type_error):
11143         * eval.c (invalid_argument_2):
11144         * lisp.h:
11145         new funs for use w/structured errors.
11146
11147         * event-Xt.c:
11148         * event-Xt.c (x_to_emacs_keysym):
11149         * event-Xt.c (describe_event):
11150         * event-Xt.c (emacs_Xt_event_handler):
11151         * event-Xt.c (vars_of_event_Xt):
11152         * event-msw.c:
11153         * event-msw.c (mswindows_wnd_proc):
11154         * event-msw.c (vars_of_event_mswindows):
11155         rename {x,mswindows}-debug-events to debug-{}-events for
11156         consistency with other debug-foo variables.
11157
11158         * event-stream.c:
11159         document next-event more clearly.
11160
11161         * fileio.c (Ffile_name_directory):
11162         * fileio.c (Ffile_name_nondirectory):
11163         * fileio.c (Funhandled_file_name_directory):
11164         * fileio.c (file_name_as_directory):
11165         * fileio.c (Ffile_name_as_directory):
11166         * fileio.c (directory_file_name):
11167         * fileio.c (Fdirectory_file_name):
11168         * fileio.c (Fmake_temp_name):
11169         * fileio.c (Ffile_truename):
11170         * fileio.c (Fsubstitute_in_file_name):
11171         * fileio.c (expand_and_dir_to_file):
11172         * fileio.c (barf_or_query_if_file_exists):
11173         * fileio.c (check_executable):
11174         * fileio.c (Ffile_exists_p):
11175         * fileio.c (Ffile_writable_p):
11176         * fileio.c (Ffile_directory_p):
11177         * fileio.c (Ffile_regular_p):
11178         * fileio.c (Ffile_modes):
11179         * fileio.c (Ffile_newer_than_file_p):
11180         * fileio.c (Fverify_visited_file_modtime):
11181         * fileio.c (Fset_visited_file_modtime):
11182         * fileio.c (auto_save_1):
11183         (1). (2).
11184         fix up gcpro's.
11185
11186         * frame-msw.c:
11187         * frame-msw.c (mswindows_init_frame_1):
11188         * frame-msw.c (mswindows_enable_frame):
11189         * frame-msw.c (error_frame_unsizable):
11190         * frame-msw.c (msprinter_init_frame_1):
11191         * frame-msw.c (msprinter_init_frame_3):
11192         * frame-msw.c (console_type_create_frame_mswindows):
11193         (2).
11194         implement new enable/disable frame methods.
11195
11196         * frame-x.c:
11197         * frame-x.c (x_enable_frame):
11198         * frame-x.c (console_type_create_frame_x):
11199         implement new enable/disable frame methods.
11200
11201         * frame.c:
11202         * frame.c (Fdisable_frame):
11203         * frame.c (syms_of_frame):
11204         * frame.h (struct frame):
11205         implement new enable/disable frame methods/functions.
11206
11207         * general-slots.h:
11208         add initial-focus.
11209
11210         * glyphs-msw.c (mswindows_widget_instantiate):
11211         comment that initial-focus should be implemented.
11212
11213         * glyphs-widget.c:
11214         * glyphs-widget.c (check_valid_instantiator):
11215         * glyphs-widget.c (check_valid_orientation):
11216         * glyphs-widget.c (check_valid_tab_orientation):
11217         * glyphs-widget.c (check_valid_justification):
11218         * glyphs-widget.c (check_valid_border):
11219         * glyphs-widget.c (check_valid_callback):
11220         * glyphs-widget.c (check_valid_int_or_function):
11221         * glyphs-widget.c (check_valid_string_or_vector):
11222         * glyphs-widget.c (check_valid_item_list_1):
11223         * glyphs-widget.c (widget_validate):
11224         * glyphs-widget.c (combo_box_validate):
11225         * glyphs-widget.c (widget_instantiate):
11226         * glyphs-widget.c (syms_of_glyphs_widget):
11227         * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
11228         * glyphs-widget.c (image_instantiator_combo_box):
11229         * glyphs-widget.c (image_instantiator_scrollbar):
11230         * glyphs-widget.c (image_instantiator_tab_control):
11231         * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
11232         (2).
11233         support (unimplemented) keyword initial-focus.
11234         reindent long macros.
11235
11236         * glyphs-x.c (x_redisplay_widget):
11237         * glyphs-x.c (x_button_instantiate):
11238         * glyphs-x.c (x_button_redisplay):
11239         * glyphs-x.c (x_progress_gauge_instantiate):
11240         * glyphs-x.c (x_edit_field_instantiate):
11241         * glyphs-x.c (x_combo_box_instantiate):
11242         * glyphs-x.c (x_tab_control_instantiate):
11243         * glyphs-x.c (x_label_instantiate):
11244         * gui-x.c:
11245         * gui-x.c (button_item_to_widget_value):
11246         * gui-x.c (gui_items_to_widget_values_1):
11247         * gui-x.c (gui_item_children_to_widget_values):
11248         * gui-x.c (gui_items_to_widget_values):
11249         * gui-x.h:
11250         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
11251         add new flag to gui-parsing routines to indicate whether
11252         accelerator specs should be supported.
11253
11254         * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
11255
11256         * glyphs.h (struct Lisp_Image_Instance):
11257         * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
11258         add initial-focus flag.
11259
11260         * gui.c:
11261         * gui.c (syms_of_gui):
11262         * gui.c (vars_of_gui):
11263         clean up menu-no-selection-hook.
11264
11265         * gui.h:
11266         support delete-dialog-box-hook.
11267
11268         * lread.c (Fload_internal):
11269         * lread.c (locate_file_in_directory_mapper):
11270         (1).
11271
11272         * lrecord.h:
11273         * lrecord.h (struct toolbar_button):
11274         * lrecord.h (syms_of_toolbar):
11275         document how to create a new object.
11276
11277         * menubar-msw.c (mswindows_char_is_accelerator):
11278         may be called on frames w/o menus.
11279
11280         * menubar.c (vars_of_menubar):
11281         clean up :filter docs.
11282
11283         * nt.c (readdir):
11284         * ntproc.c:
11285         (1).
11286
11287         * process-nt.c:
11288         * process-nt.c (validate_signal_number):
11289         * process-nt.c (signal_cannot_launch):
11290         * process-nt.c (nt_create_process):
11291         * process-nt.c (nt_send_process):
11292         * process-nt.c (nt_kill_child_process):
11293         * process-nt.c (nt_open_network_stream):
11294         * process-nt.c (syms_of_process_nt):
11295         (2).
11296         delete quote-handling.  call new lisp code that does it better.
11297
11298         * process-unix.c (connect_to_file_descriptor):
11299         * process-unix.c (allocate_pty):
11300         * process-unix.c (unix_send_process):
11301         * process-unix.c (unix_kill_child_process):
11302         * process-unix.c (unix_open_network_stream):
11303         * process-unix.c (unix_open_multicast_group):
11304         (1). (2).
11305
11306         * process.c:
11307         * process.c (Fstart_process_internal):
11308         (2).  need to canonicalize process path even if absolute.
11309
11310         * select-msw.c (symbol_to_ms_cf):
11311         * select-msw.c (ms_cf_to_symbol):
11312         * select-msw.c (cf_is_autofreed):
11313         * select-msw.c (mswindows_destroy_selection):
11314         * select.c:
11315         * select.c (syms_of_select):
11316         * select.h:
11317         support dibv5, fix bugs. (from Mike Alexander)
11318
11319         * select.c (Fget_selection_internal):
11320         * select.c (select_convert_out):
11321
11322         * sysdep.c:
11323         * sysdep.c (xemacs_stat):
11324         renamed.
11325
11326         * sysdep.c (mkdir):
11327         * sysdep.c (rmdir):
11328         but keep original stat() here because we provide encapsulation
11329         around these funs.
11330
11331         * sysfile.h:
11332         * sysfile.h (fstat):
11333         remove stat garbage.
11334
11335         * syswindows.h:
11336         fix X/MSW conflict.
11337         don't include tchar.h.  it's inappropriate because it makes
11338         compile-time distinctions when we want runtime distinctions.
11339         (we provide our own tchar replacements)
11340
11341         * toolbar.c:
11342         use default object printer for toolbar-button.
11343
11344         * unexcw.c:
11345         make sure we don't encapsulate.
11346
11347         * window.c (vars_of_window):
11348         emphasize that temp-buffer-show-hook is obsolete.
11349
11350 2000-08-05  Martin Buchholz  <martin@xemacs.org>
11351
11352         * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
11353         (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
11354
11355         * events.c (Fevent_timestamp_lessp):
11356         Not 64-bit clean.  Use EMACS_INT, not int.
11357
11358 2000-06-05  Andrew Begel <abegel@cs.berkeley.edu>
11359
11360         * lrecord.h (lrecord_types): Changed lrecord_type_count to an
11361         unsigned int and changed the last enum to
11362         lrecord_type_last_built_in_type.
11363         (lrecord_implementations_table): changed prototype to know how
11364         long the array is supposed to be.
11365         (lrecord_type_count): new unsigned int to keep track of the
11366         current number of lisp lrecord types.
11367         (DEFINE_EXTERNAL_LRECORD):
11368         (DECLARE_EXTERNAL_LRECORD): Added these two for external
11369         dynamic-modules to declare new lisp types. They are the same
11370         as the non-EXTERNAL forms, but declare an lrecord_type unsigned
11371         int for each new type, and increment lrecord_type_count by 1.
11372
11373         * alloc.c (lrecord_implementations_table): Changed to reference
11374         lrecord_type_last_built_in_type for the size of the array.
11375         Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
11376
11377 2000-08-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
11378
11379         * glyphs.h (check_valid_item_list): Renamed from
11380         check_valid_item_list_1.
11381
11382 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
11383
11384         * select.c (Qselect_coerce): New.
11385         * select.c (Vselection_coercion_alist): New.
11386         * select.c (syms_of_select): Declare.
11387         * select.c (get-selection-internal): Use it.
11388         Use the new select-coerce functionality.
11389
11390         * select.c (select_coerce): New.
11391         * select.h (select_coerce): Declare.
11392         New function to coerce one type of data into another.
11393
11394 2000-08-03  Martin Buchholz  <martin@xemacs.org>
11395
11396         * callproc.c (Fcall_process_internal):
11397         (Fcall_process_internal):
11398         * process-unix.c (unix_create_process):
11399         Save and restore the value of errno, so that error messages are accurate.
11400
11401 2000-08-01  Martin Buchholz  <martin@xemacs.org>
11402
11403         * elhash.c (print_hash_table):
11404         Fix printing of hash tables to also use `key-and-value' instead of `t'.
11405         Prettify docstrings and indentation.
11406
11407 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
11408
11409         * window.c (Fwindow_pixel_edges): Subtract frame border and
11410         gutter size.
11411
11412 2000-07-31  Andy Piper  <andy@xemacs.org>
11413
11414         * buffer.c (Frecord_buffer): make absolutely sure that redisplay
11415         will acknowledge the change.
11416
11417         * glyphs.h: declare tab_control_order_only_changed.
11418
11419         * glyphs-x.c (x_tab_control_redisplay): use
11420         tab_control_order_only_changed.
11421
11422         * glyphs-widget.c (tab_control_order_only_changed): new function.
11423
11424         * glyphs-msw.c (mswindows_tab_control_redisplay): use
11425         tab_control_order_only_changed.
11426
11427         * gui.c (gui_item_equal_sans_selected): new function.
11428         (gui_item_equal): use it.
11429
11430         * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
11431         :properties in favor of :items..
11432
11433         * glyphs-widget.c (check_valid_item_list): rename from
11434         check_valid_item_list_1.
11435         (check_valid_item_list_1): renamed.
11436         (combo_box_validate): deprecate :properties in favor of :items.
11437         (widget_instantiate): ditto.
11438         (tab_control_update): ditto.
11439         (image_instantiator_combo_box): ditto.
11440         (image_instantiator_tree_view): ditto.
11441         (image_instantiator_tab_control): ditto.
11442         (layout_post_instantiate): remove dead code.
11443
11444         * print.c (debug_print_no_newline): only write to debugger if in
11445         WIN32_NATIVE.
11446
11447         * elhash.c (Fmake_hash_table): update doc string.
11448
11449         * event-msw.c (mswindows_wnd_proc): don't allow processing of
11450         messages whilst in GC. This at least stops XEmacs crashing but has
11451         the potential for wierd behaviour.
11452
11453 2000-07-31  Martin Buchholz  <martin@xemacs.org>
11454
11455         * config.h.in:
11456         Make existence of s&m files optional.
11457
11458         * s/bsd386.h: Remove HAVE_GETLOADAVG.
11459         * s/freebsd.h: Remove HAVE_GETLOADAVG.
11460         * s/gnu.h: Remove HAVE_GETLOADAVG.
11461         * s/netbsd.h: Remove HAVE_GETLOADAVG.
11462         * s/sol2.h: Remove HAVE_GETLOADAVG.
11463         * lisp.h: Remove getloadavg() declaration.
11464         * fns.c:
11465         Include <sys/loadavg.h> if available.
11466         Don't declare our own getloadavg() if HAVE_GETLOADAVG.
11467         * config.h.in:  Group together getloadavg()-related macros.
11468         Use only configure-time tests to detect getloadavg().
11469
11470 2000-07-30  Martin Buchholz  <martin@xemacs.org>
11471
11472         * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
11473
11474 2000-07-25  Andy Piper  <andy@xemacs.org>
11475
11476         * syswindows.h: add tchar.h for native builds.
11477
11478         * frame.c (syms_of_frame): remove set-glyph-image.
11479
11480         * general-slots.h: add Qset_glyph_image.
11481
11482         * glyphs-widget.c (layout_update): add domain arg to
11483         set-glyph-image.
11484         (syms_of_glyphs_widget): remove set-glyph-image.
11485
11486 2000-07-23  Ben Wing  <ben@xemacs.org>
11487
11488         * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
11489         Vpopup_frame_list.
11490
11491 2000-07-22  Andy Piper  <andy@xemacs.org>
11492
11493         * symsinit.h: add syms_of_win32().
11494
11495         * gui-msw.c (syms_of_gui_mswindows): remove
11496         Fmswindows_shell_execute.
11497         (Fmswindows_shell_execute): moved to win32.c.
11498
11499         * emacs.c (main_1): add syms_of_win32 ().
11500
11501         * win32.c (init_potentially_nonexistent_functions): rewrite in
11502         compiler-friendly terms.
11503         (Fmswindows_shell_execute): move here from gui-msw.c.
11504         (syms_of_win32): new.
11505
11506         * device-msw.c (Fmswindows_printer_list): clean up args to
11507         EnumPrinters.
11508         Don't include tchar under cygwin or mingw.
11509         (msprinter_default_printer): make cygwin-friendly.
11510
11511 2000-07-21  Andy Piper  <andy@xemacs.org>
11512
11513         * glyphs-widget.c (image_instantiator_tree_view): use tab
11514         control's update function.
11515         (layout_property): new function. Retrieve items.
11516
11517         * glyphs-msw.c (mswindows_tree_view_redisplay): new
11518         function. Re-populate the tree view from the pending items.
11519
11520         * glyphs.c (instantiate_image_instantiator): Make sure the domain
11521         is designated the parent if the domain is an image instance. This
11522         is needed so that dirtiness can be cascade up the hierarchy and
11523         thus for layout children to be redisplayed correctly.
11524         (allocate_image_instance): rename glyph -> parent.
11525
11526         * redisplay.h: change redisplay_output_layout signature.
11527
11528         * redisplay-msw.c (mswindows_output_display_block): use domain
11529         arg.
11530
11531         * redisplay-x.c (x_output_display_block): use domain arg.
11532
11533 2000-07-10  Andy Piper  <andy@xemacs.org>
11534
11535         * window.c (Fset_window_configuration): add comment.
11536
11537         * redisplay-output.c (compare_runes):
11538         (redisplay_output_subwindow): redisplay rather than update subwindow.
11539         (redisplay_output_layout): ditto.
11540
11541         * redisplay-msw.c (mswindows_frame_output_end):
11542         (mswindows_frame_output_end): make defer window pos optional.
11543
11544         * lisp.h: add Flast.
11545
11546         * glyphs.h (struct image_instantiator_methods): add dest_mask top
11547         normalize method. Change update method to be for changed
11548         instantiators. Add redisplay method. Change signature of layout
11549         method.
11550         (struct Lisp_Image_Instance): add instantiator.
11551         (IMAGE_INSTANCE_INSTANTIATOR): new.
11552         (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
11553         (XIMAGE_INSTANCE_INSTANTIATOR): new.
11554         (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
11555
11556         * glyphs.c:
11557         (find_instantiator_differences): new function.
11558         (Fset_instantiator_property): new convenience function.
11559         (check_image_instance_structure): strictly check for vector
11560         instantiators.
11561         (normalize_image_instantiator): make non-static.
11562         (instantiate_image_instantiator): pass on dest_mask and use new
11563         signatures for image_instance_layout and friends.
11564         (mark_image_instance): mark the instantiator. Mark the subwindow
11565         face not the widget face.
11566         (image_instance_equal): add instantiator.
11567         (image_instance_hash): ditto.
11568         (allocate_image_instance): ditto.
11569         (Fset_image_instance_property): removed.
11570         (Fimage_instance_file_name): ditto.
11571         (Fcolorize_image_instance): ditto.
11572         (image_instance_layout): add offsets to be set.
11573         (update_image_instance): new function. update an image instance
11574         from its changed instantiator.
11575         (inherit_normalize): add dest_mask.
11576         (xbm_normalize): ditto.
11577         (xface_normalize): ditto.
11578         (xpm_normalize): ditto.
11579         (text_update): set_property -> update.
11580         (image_instantiate): use the glyph identity as a hash key, not the
11581         instantiator.
11582         (glyph_width): use new image_instance_layout signature.
11583         (glyph_ascent): ditto.
11584         (glyph_descent): ditto.
11585         (glyph_height): ditto.
11586         (glyph_query_geometry): ressurrect.
11587         (glyph_layout): ditto.
11588         (redisplay_subwindow): update -> redisplay.
11589         (syms_of_glyphs): add Fset_instantiator_property.
11590         (image_instantiator_format_create): set_property -> update.
11591
11592         * glyphs-x.c:
11593         (autodetect_normalize): add dest_maks to signature.
11594         (x_redisplay_subwindow): update -> redisplay.
11595         (x_redisplay_widget): ditto.
11596         (x_button_redisplay): ditto.
11597         (x_progress_gauge_redisplay): ditto.
11598         (x_tab_control_redisplay): ditto. Rewrite to cope with changed
11599         stacking order.
11600         (console_type_create_glyphs_x): update -> redisplay.
11601         (image_instantiator_format_create_glyphs_x): ditto.
11602
11603         * glyphs-widget.c:
11604         (check_valid_instantiator): disallow glyphs in the instantiator,
11605         they must now be vectors.
11606         (check_valid_instantiator_list): ditto.
11607         (glyph_instantiator_to_glyph): use internal symbol rather than
11608         intern.
11609         (widget_update): renamed from widget_set_property. Call cascaded
11610         update methods.
11611         (redisplay_widget): renamed from update_widget.
11612         (widget_layout): image_instance_layout now takes position as well
11613         as size.
11614         (widget_normalize): ditto.
11615         (widget_instantiate): ditto.
11616         (tab_control_query_geometry) ditto.:
11617         (tab_control_update): renamed from tab_control_set_property.
11618         (progress_gauge_update): set_property -> update.
11619         (layout_normalize): rewrite so that child instantiators are
11620         normalized also.
11621         (layout_update): new function. Create glyphs from the normalized
11622         children and cope with any other layout keywords. We do not
11623         instantiate children here that will be take care of by
11624         redisplay_output_layout.
11625         (layout_instantiate): call layout_update and not much else.
11626         (layout_post_instantiate): not sure whether this is needed
11627         anymore.
11628         (layout_query_geometry): query glyph geometry rather than
11629         image_instance geometry.
11630         (layout_layout): set offsets from pass in parameters. Use glyph
11631         geometry and layout functions rather than image instance ones.
11632         (native_layout_layout): ditto.
11633         (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
11634         (image_instantiator_widget): set_property -> update.
11635         (image_instantiator_buttons): ditto.
11636         (image_instantiator_progress_guage): ditto.
11637         (image_instantiator_tab_control): ditto.
11638         (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
11639         (image_instantiator_layout): add update method.
11640
11641         * glyphs-msw.c (bmp_normalize):
11642         (mswindows_resource_normalize): add dest_mask so that it can be
11643         proprogated by layout_normalize.
11644         (begin_defer_window_pos): make optional because it may not be the
11645         right thing to do and it introduces differences with X.
11646         (mswindows_unmap_subwindow): ditto.
11647         (mswindows_map_subwindow): ditto.
11648         (mswindows_redisplay_subwindow): renamed from
11649         mswindows_update_subwindow.
11650         (mswindows_redisplay_widget): ditto.
11651         (mswindows_button_redisplay): renamed from
11652         mswindows_button_update. Update is now what the instantiation
11653         function does for a changed instantiator.
11654         (mswindows_progress_gauge_instantiate): set the progress value
11655         here if appropriate.
11656         (mswindows_tab_control_redisplay): cope with re-ordering of the
11657         members of the tab widget by simply selecting the new top
11658         widget. This makes things appear ok if you click on a tab.
11659         (mswindows_combo_box_instantiate): image_instance_layout now takes
11660         position as well as size.
11661         (mswindows_progress_gauge_redisplay): renamed from
11662         mswindows_progress_gauge_update.
11663         (console_type_create_glyphs_mswindows): fix update -> redisplay.
11664         (image_instantiator_format_create_glyphs_mswindows): ditto.
11665
11666         * glyphs-eimage.c (jpeg_normalize):
11667         (gif_normalize):
11668         (png_normalize):
11669         (tiff_normalize): add dest_mask so that it can be proprogated by
11670         layout_normalize.
11671
11672         * elhash.c:
11673         (print_hash_table):
11674         (hash_table_weakness_validate):
11675         (decode_hash_table_weakness):
11676         (Fhash_table_weakness):
11677         (Fhash_table_type):
11678         (syms_of_elhash): use Ben's naming scheme for hashtable types..
11679
11680         * console.h (struct console_methods): move update_* to
11681         redisplay_*.
11682
11683 2000-07-20  Ben Wing  <ben@xemacs.org>
11684
11685         * *.[ch] (XSETOBJ): remove unused middle argument.
11686         lisp-disunion.h: correct wrap_object() to one argument.
11687
11688 2000-07-15  Ben Wing  <ben@xemacs.org>
11689
11690         * s/cygwin32.h:
11691         * s/cygwin32.h (CYGWIN_CONV_PATH):
11692         Add missing logb prototype for v1.1.
11693         Use post-b20 names and alias to pre-b20 names when pre-b20.
11694
11695         * s/windowsnt.h: [5].
11696
11697 2000-07-15  Ben Wing  <ben@xemacs.org>
11698
11699         * Makefile.in.in (x_objs):
11700         * Makefile.in.in (sheap_objs):
11701         * Makefile.in.in (objs):
11702         added win32.o, cosmetic cleanups.
11703
11704         * alloc.c (Fmake_byte_code):
11705         [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
11706         etc. macros which declare their own args now.
11707
11708         * alloc.c (syms_of_alloc):
11709         [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
11710
11711         * buffer.c:
11712         Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
11713
11714         * buffer.c (Fget_file_buffer):
11715         Fixed GCPRO problem.
11716
11717         * buffer.c (get_truename_buffer):
11718         Fixed comment about GC checking.
11719
11720         * buffer.c (syms_of_buffer):
11721         Undeclared those dedicated frame funs.
11722         [2].
11723
11724         * buffer.h:
11725         Define convenience macros for internal/external conversions.
11726         [[[3]]]: Define codesys aliases Qcommand_argument_encoding
11727         and Qenvironment_variable_encoding for cleaner code.
11728
11729         * bufslots.h:
11730         Remove dedicated-frame; in lisp.
11731
11732         * bytecode.c (funcall_compiled_function):
11733         [1].
11734
11735         * bytecode.c (syms_of_bytecode):
11736         [2].
11737
11738         * console-msw.c:
11739         * console-msw.c (mswindows_show_console): Rewrote.
11740
11741         * console-msw.c (Fmswindows_debugging_output): New.
11742         Sends to OutputDebugString (special MSWin debugger interface).
11743
11744         * console-msw.c (Fmswindows_message_box):
11745         Fixed stupid bugs so it works when called from kill-emacs.
11746
11747         * console-msw.c (syms_of_console_mswindows):
11748         Declare Fmswindows_debugging_output.
11749
11750         * console-msw.h:
11751         New MSWin prototypes.
11752
11753         * console-msw.h (struct mswindows_frame):
11754         New entry last-click-mods for improved button-modifier support.
11755
11756         * console-msw.h (FRAME_MSWINDOWS_POPUP):
11757         New struct entry `popup' with corresponding accessor.
11758
11759         * console-x.c:
11760         * console-x.c (split_up_display_spec):
11761         * console-x.c (get_display_arg_connection):
11762         * console-x.c (x_semi_canonicalize_console_connection):
11763         * console-x.c (x_canonicalize_device_connection):
11764         [[[6]]]: Change char to more specific type.
11765         [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
11766
11767         * console-x.c (x_semi_canonicalize_console_connection):
11768         * console-x.c (x_canonicalize_device_connection):
11769         [[[9]]]: Fix up error signalling to use new structured error system.
11770
11771         * console-x.h:
11772         [[[4]]]: Define codesys aliases:
11773         Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
11774         Qx_color_name_encoding, Qx_display_name_encoding.
11775
11776         * console.h (struct console_methods):
11777         New method make_dialog_box_internal supersedes older
11778         popup_dialog_box method.
11779
11780         * data.c:
11781         Define many new errors, part of new structured errors.
11782
11783         * data.c (init_errors_once_early):
11784         * data.c (syms_of_data):
11785         [2].
11786
11787         * device-msw.c (mswindows_init_device):
11788         [[[5]]]: Cleanup to support NT 3.51.
11789
11790         * device-msw.c (decode_devmode): Cleanup.
11791
11792         * device-msw.c (mswindows_handle_print_setup_dialog_box):
11793         * device-msw.c (mswindows_handle_print_dialog_box):
11794         * device-msw.c (mswindows_handle_page_setup_dialog_box):
11795         * device-msw.c (syms_of_device_mswindows):
11796         Delete the dialog box primitives recently introduced by Kirill and
11797         instead interface to general dialog box interface.
11798
11799         * device-x.c:
11800         * device-x.c (compute_x_app_name):
11801         * device-x.c (x_init_device):
11802         * device-x.c (Fx_valid_keysym_name_p):
11803         * device-x.c (Fx_set_font_path):
11804         [6].
11805         [7].
11806
11807         * device.h (wrap_device): New.
11808         First of its kind; meant to replace XSETDEVICE.
11809
11810         * dialog-msw.c: Many file-dialog symbols.
11811
11812         * dialog-msw.c (mswindows_register_popup_frame): New.
11813         * dialog-msw.c (mswindows_is_dialog_msg): New.
11814         For supporting kbd traversal in dialog boxes.
11815
11816         * dialog-msw.c (dialog_proc):
11817         Support hitting ESC in dialogs.
11818
11819         * dialog-msw.c (struct):
11820         Common dialog box errors.
11821
11822         * dialog-msw.c (handle_file_dialog_box): New.
11823         Add file dialog code.
11824
11825         * dialog-msw.c (handle_question_dialog_box):
11826         Redo existing code to support new question dialog syntax.
11827
11828         * dialog-msw.c (console_type_create_dialog_mswindows):
11829         We support new dialog console method.
11830
11831         * dialog-msw.c (syms_of_dialog_mswindows):
11832         * dialog-msw.c (vars_of_dialog_mswindows):
11833         New file dialog symbols, vars.
11834
11835         * dialog-x.c:
11836         * dialog-x.c (maybe_run_dbox_text_callback):
11837         * dialog-x.c (dbox_descriptor_to_widget_value):
11838         * dialog-x.c (x_make_dialog_box_internal):
11839         * dialog-x.c (console_type_create_dialog_x):
11840         Mule-ize entire file.
11841         Redo to support question dialog syntax.
11842         [6].
11843
11844         * dialog.c:
11845         * dialog.c (Fmake_dialog_box_internal):
11846         * dialog.c (syms_of_dialog):
11847         Kill old popup-dialog-box, replace with new primitive.
11848         Just call device method or signal error.
11849
11850         * eldap.c (Fldap_open):
11851         * eldap.c (Fldap_search_basic):
11852         * eldap.c (Fldap_add):
11853         * eldap.c (Fldap_modify):
11854         [1].
11855         [7].
11856
11857         * emacs.c:
11858         * emacs.c (make_arg_list_1):
11859         * emacs.c (make_arg_list):
11860         Mule-ize call to dll_init().
11861         [6].
11862         [8].
11863
11864         * emacs.c (make_argc_argv):
11865         * emacs.c (free_argc_argv):
11866         * emacs.c (init_cmdargs):
11867         * emacs.c (main_1):
11868         * emacs.c (Fkill_emacs):
11869         * emacs.c (Fdump_emacs):
11870         Update comments about what can be used in syms_* etc.
11871         Call init_win32() when necessary.
11872         Fix up MS Win dialog box in kill-buffer to actually work right.
11873         [7].
11874
11875         * eval.c:
11876         * eval.c (For):
11877         * eval.c (Fand):
11878         * eval.c (Fprogn):
11879         * eval.c (Fprog1):
11880         * eval.c (Fprog2):
11881         * eval.c (FletX):
11882         * eval.c (Flet):
11883         * eval.c (condition_case_3):
11884         * eval.c (Feval):
11885         * eval.c (function_argcount):
11886         * eval.c (funcall_lambda):
11887         [1].
11888
11889         * eval.c (type_error): New.
11890         * eval.c (maybe_type_error): New.
11891         * eval.c (continuable_type_error): New.
11892         * eval.c (maybe_continuable_type_error): New.
11893         * eval.c (type_error_with_frob): New.
11894         * eval.c (maybe_type_error_with_frob): New.
11895         * eval.c (continuable_type_error_with_frob): New.
11896         * eval.c (maybe_continuable_type_error_with_frob): New.
11897         New functions for use with structured errors.
11898
11899         * event-Xt.c:
11900         * event-Xt.c (x_event_to_emacs_event):
11901         Buttons are now modifiers too.
11902
11903         * event-Xt.c (emacs_Xt_current_event_timestamp):
11904         Implement new event method.
11905         * event-Xt.c (reinit_vars_of_event_Xt): Set it.
11906
11907         * event-msw.c:
11908         * event-msw.c (ntpipe_shove_writer): [5].
11909         * event-msw.c (mswindows_enqueue_mouse_button_event):
11910         * event-msw.c (mswindows_drain_windows_queue):
11911         * event-msw.c (mswindows_wnd_proc): [7].
11912         * event-msw.c (mswindows_current_layout_has_AltGr): [5].
11913         * event-msw.c (mswindows_modifier_state):
11914         Throughout: support new button modifiers.
11915
11916         * event-msw.c (emacs_mswindows_current_event_timestamp):
11917         Implement new event method.
11918         * event-msw.c (reinit_vars_of_event_mswindows): Set it.
11919
11920         * event-stream.c:
11921         * event-stream.c (event_stream_current_event_timestamp): New.
11922         * event-stream.c (maybe_kbd_translate): New functionality.
11923         * event-stream.c (vars_of_event_stream):
11924         Document new kbd-translate-table functionality.
11925
11926         * event-stream.c (Fcurrent_event_timestamp): New.
11927         New primitive for use in fabricated events.
11928         * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
11929
11930         * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
11931
11932         * events.c:
11933         * events.c (Fmake_event):
11934         * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
11935         [1].
11936         [9].
11937
11938         * events.c (format_event_object): fix gcc warnings.
11939
11940         * events.c (Fevent_timestamp): Document new primitives.
11941
11942         * events.c (TIMESTAMP_HALFSPACE): New.
11943
11944         * events.c (Fevent_timestamp_lessp): New.  New primitive for
11945         comparing timestamps correctly (half-space algorithm).
11946
11947         * events.c (Fevent_modifier_bits): Doc fix.
11948
11949         * events.c (Fevent_modifiers): Major doc addition.
11950         * events.c (event_x_y_pixel_internal): Typo fix.
11951         * events.c (syms_of_events): Declare new primitives.
11952
11953         * events.h:
11954         Update long comment for button modifiers, timestamps.
11955
11956         * events.h (struct event_stream):
11957         New current_event_timestamp method.
11958
11959         * extents.c:
11960         * extents.c (extent_in_region_p):
11961         * extents.c (decode_extent):
11962         * extents.c (Fset_extent_parent):
11963         * extents.c (decode_map_extents_flags):
11964         Fix gcc warnings.
11965         [9].
11966
11967         * extents.c (struct extent_at_arg):
11968         * extents.c (decode_extent_at_flag):
11969         * extents.c (extent_at_mapper):
11970         * extents.c (extent_at_bytind):
11971         * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
11972         * extents.c (Fextents_at): New primitive. [9].
11973         * extents.c (symbol_to_glyph_layout): [9].
11974         Support new primitive `extents-at'.
11975
11976
11977         * extents.c (get_text_property_bytind):
11978         extent_at_bytind has another arg.
11979         [9].
11980
11981         * extents.c (syms_of_extents): New primitive.
11982
11983         * file-coding.c (Fmake_coding_system): [1].
11984         * file-coding.c (subsidiary_coding_system): fix gcc warning
11985         * file-coding.c (syms_of_file_coding): [2].
11986
11987         * fileio.c (Fexpand_file_name):
11988         * fileio.c (Fsysnetunam):
11989         * fileio.c (Ffile_exists_p):
11990         * fileio.c (Ffile_executable_p):
11991         * fileio.c (Fverify_visited_file_modtime):
11992         Clean up GCPROing.
11993
11994         * fileio.c (syms_of_fileio): [2].
11995
11996         * filelock.c (lock_file_1):
11997         * filelock.c (current_lock_owner):
11998         * filelock.c (lock_if_free):
11999         * filelock.c (lock_file):
12000         * filelock.c (unlock_file):
12001         Clean up GCPROing.
12002
12003         * fns.c (concat): Fix gcc warning.
12004
12005         * fns.c (Fmember):
12006         * fns.c (Fold_member):
12007         * fns.c (Fmemq):
12008         * fns.c (Fold_memq):
12009         * fns.c (memq_no_quit):
12010         * fns.c (Fassoc):
12011         * fns.c (Fold_assoc):
12012         * fns.c (Fassq):
12013         * fns.c (Fold_assq):
12014         * fns.c (assq_no_quit):
12015         * fns.c (Frassoc):
12016         * fns.c (Fold_rassoc):
12017         * fns.c (Frassq):
12018         * fns.c (Fold_rassq):
12019         * fns.c (rassq_no_quit):
12020         * fns.c (Fdelete):
12021         * fns.c (Fold_delete):
12022         * fns.c (Fdelq):
12023         * fns.c (Fold_delq):
12024         * fns.c (delq_no_quit):
12025         * fns.c (Fremassoc):
12026         * fns.c (Fremassq):
12027         * fns.c (remassq_no_quit):
12028         * fns.c (Fremrassoc):
12029         * fns.c (Fremrassq):
12030         * fns.c (remrassq_no_quit):
12031         * fns.c (Freverse):
12032         * fns.c (mapcar1):
12033         [1].
12034
12035         * frame-msw.c (mswindows_init_frame_1):
12036         * frame-msw.c (mswindows_delete_frame):
12037         Register popups with dialog code so keyboard traversing works.
12038
12039         * frame-tty.c (tty_raise_frame_no_select): [1].
12040
12041         * frame-x.c:
12042         * frame-x.c (x_set_frame_text_value):
12043         * frame-x.c (x_set_frame_properties):
12044         * frame-x.c (x_create_widgets):
12045         [7].
12046
12047         * frame.c:
12048         * frame.c (Fmouse_pixel_position): Minor doc fixes.
12049
12050         * frame.h (wrap_frame): New.
12051         Macro like wrap_device.
12052
12053         * general.c:
12054         * general.c (SYMBOL):
12055         * general.c (syms_of_general):
12056         Major reorg.  This is now just a wrapper and symbols themselves
12057         are listed in general-slots.h.
12058
12059         * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
12060         * glyphs-msw.c (mswindows_resource_instantiate): [5].
12061
12062         * glyphs-msw.c (mswindows_native_layout_instantiate):
12063         Add DS_CONTROL so keyboard traversal will work.
12064
12065         * glyphs-widget.c:
12066         * glyphs-widget.c (syms_of_glyphs_widget):
12067         Move some symbols to general-slots.h.
12068
12069         * glyphs-x.c:
12070         * glyphs-x.c (xbm_instantiate_1):
12071         * glyphs-x.c (x_xbm_instantiate):
12072         * glyphs-x.c (x_xface_instantiate):
12073         * glyphs-x.c (autodetect_instantiate):
12074         * glyphs-x.c (cursor_font_instantiate):
12075         * glyphs-x.c (x_update_widget):
12076         * glyphs-x.c (x_widget_instantiate):
12077         * glyphs.c (bitmap_to_lisp_data):
12078         * glyphs.c (pixmap_to_lisp_data):
12079         [7].
12080
12081         * glyphs.c (syms_of_glyphs):
12082         [2].
12083
12084         * gui-x.c:
12085         * gui-x.c (print_widget_value):
12086         * gui-x.c (menu_separator_style_and_to_external):
12087         * gui-x.c (add_accel_and_to_external):
12088         * gui-x.c (button_item_to_widget_value):
12089         * gui-x.c (gui_items_to_widget_values_1):
12090         * gui-x.c (gui_items_to_widget_values):
12091         * gui-x.c (syms_of_gui_x):
12092         * gui-x.c (vars_of_gui_x):
12093         Mule-ize entire file.  Move menu-no-selection-hook to gui.c.
12094         [9].
12095
12096         * gui-x.h:
12097         Muleize, prototype changes matching gui-x.c.
12098
12099         * gui.c:
12100         * gui.c (separator_string_p):
12101         * gui.c (gui_item_add_keyval_pair):
12102         * gui.c (make_gui_item_from_keywords_internal):
12103         * gui.c (signal_too_long_error):
12104         * gui.c (parse_gui_item_tree_item):
12105         * gui.c (syms_of_gui):
12106         * gui.c (vars_of_gui):
12107         * gui.h:
12108         menu-no-selection-hook moved here (used by MSWin).
12109         Move some symbols to general-slots.h.
12110         [6].
12111         [9].
12112
12113         * insdel.c (get_buffer_pos_char):
12114         * insdel.c (get_buffer_range_char):
12115         Add GC comments.
12116
12117         * keymap.c (keymap_lookup_directly):
12118         * keymap.c (keymap_store):
12119         * keymap.c (ensure_meta_prefix_char_keymapp):
12120         * keymap.c (describe_map):
12121         * keymap.h:
12122         Support new button modifiers.
12123
12124         * lisp-disunion.h (wrap_object):
12125         * lisp-disunion.h (XSETOBJ):
12126         Rename make_obj to wrap_object.
12127
12128         * lisp-union.h:
12129         * lisp-union.h (make_int):
12130         * lisp-union.h (make_char):
12131         Support wrap_object.
12132
12133         * lisp.h:
12134         * lisp.h (LIST_LOOP):
12135         * lisp.h (EXTERNAL_LIST_LOOP):
12136         * lisp.h (LIST_LOOP_2):
12137         * lisp.h (EXTERNAL_LIST_LOOP_1):
12138         * lisp.h (EXTERNAL_LIST_LOOP_2):
12139         * lisp.h (EXTERNAL_LIST_LOOP_3):
12140         * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
12141         * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
12142         * lisp.h (GET_EXTERNAL_LIST_LENGTH):
12143         * lisp.h (EXTERNAL_ALIST_LOOP_5):
12144         * lisp.h (EXTERNAL_ALIST_LOOP_6):
12145         * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
12146         * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
12147         * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
12148         * lisp.h (struct Lisp_Symbol):
12149         * lisp.h (maybe_continuable_error_with_frob):
12150         Fix up section comments.
12151         Add new types for char to indicate usage.
12152         Delete symbols auto-generated from general-slots.h.
12153         Add prototypes for structured error functions.
12154         Add long comments describing looping macros and change interface
12155         so that lvalues are automatically declared.
12156         Add NO_DECLARE macro in case callers want to declare lvalues
12157         themselves.
12158
12159         * lread.c (read_syntax_error):
12160         * lread.c (continuable_read_syntax_error):
12161         * lread.c (read_structure):
12162         * lread.c (sequence_reader):
12163         * lread.c (read_list_conser):
12164         * lread.c (read_compiled_function):
12165         Rename syntax_error and continuable_syntax_error to avoid clash
12166         with same-named structured error functions.
12167
12168         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
12169         * menubar-msw.c (populate_menu_add_item):
12170         * menubar-msw.c (populate_or_checksum_helper):
12171         [5].
12172         [9].
12173
12174         * menubar-x.c:
12175         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
12176         Mule-ize whole file.
12177
12178         * menubar.c (Fnormalize_menu_item_name): Add optimization.
12179
12180         * mule-charset.c (Fmake_charset):
12181         * mule-wnnfns.c (Fwnn_set_param):
12182         [1].
12183
12184         * ntproc.c (create_child):
12185         * ntproc.c (Fwin32_set_current_locale):
12186         Add comments portending doom.
12187
12188         * objects-msw.c:
12189         * objects-msw.c (old_font_enum_callback_2):
12190         * objects-msw.c (font_enum_callback_1):
12191         * objects-msw.c (mswindows_enumerate_fonts):
12192         [5].
12193
12194         * objects-x.c:
12195         * objects-x.c (allocate_nearest_color):
12196         * objects-x.c (x_parse_nearest_color):
12197         * objects-x.c (x_initialize_color_instance):
12198         * objects-x.c (x_print_color_instance):
12199         * objects-x.c (x_finalize_color_instance):
12200         * objects-x.c (x_valid_color_name_p):
12201         * objects-x.c (x_initialize_font_instance):
12202         * objects-x.c (x_print_font_instance):
12203         * objects-x.c (valid_x_font_name_p):
12204         * objects-x.c (truename_via_FONT_prop):
12205         * objects-x.c (truename_via_random_props):
12206         * objects-x.c (truename_via_XListFonts):
12207         * objects-x.c (x_font_truename):
12208         * objects-x.c (x_font_instance_truename):
12209         * objects-x.c (x_font_instance_properties):
12210         * objects-x.c (x_list_fonts):
12211         * objects-x.c (x_find_charset_font):
12212         Mule-ize entire file.
12213         [7].
12214
12215         * objects-x.h:
12216         Mule-verify.
12217
12218         * print.c:
12219         * print.c (std_handle_out_external):
12220         * print.c (debug_print_no_newline):
12221         * print.c (syms_of_print):
12222         Output to all debugger kinds in debug-print.
12223         Fix console-output code under MSWin to actually work.
12224
12225         * process-nt.c (send_signal):
12226         * process-nt.c (nt_create_process):
12227         Use newer Unicode macros.
12228
12229         * process-unix.c (unix_create_process):
12230         * process-unix.c (unix_canonicalize_host_name):
12231         * process-unix.c (unix_open_network_stream):
12232         [7].
12233
12234         * scrollbar-x.c:
12235         Mule-verify.
12236
12237         * search.c (syms_of_search):
12238         [2].
12239
12240         * select-msw.c (mswindows_destroy_selection):
12241         Use LIST_LOOP_2.
12242
12243         * select-x.c (symbol_to_x_atom):
12244         [7].
12245
12246         * select.c (syms_of_select):
12247         [2].
12248
12249         * sound.c (Fplay_sound_file):
12250         [7].
12251
12252         * specifier.c:
12253         * specifier.c (decode_specifier_type):
12254         * specifier.c (Fvalid_specifier_locale_type_p):
12255         * specifier.c (check_valid_locale_or_locale_type):
12256         * specifier.c (decode_locale):
12257         * specifier.c (decode_locale_type):
12258         * specifier.c (decode_locale_list):
12259         * specifier.c (check_valid_domain):
12260         * specifier.c (decode_specifier_tag_set):
12261         * specifier.c (Fcanonicalize_tag_set):
12262         * specifier.c (Fdefine_specifier_tag):
12263         * specifier.c (Fspecifier_tag_predicate):
12264         * specifier.c (check_valid_inst_list):
12265         * specifier.c (check_valid_spec_list):
12266         * specifier.c (decode_how_to_add_specification):
12267         * specifier.c (check_modifiable_specifier):
12268         * specifier.c (specifier_add_spec):
12269         * specifier.c (boolean_validate):
12270         * specifier.c (display_table_validate):
12271         [9].
12272
12273         * specifier.c (syms_of_specifier):
12274         Move some symbols to general-slots.h.
12275         [2].
12276
12277         * symbols.c:
12278         * symbols.c (Fmapatoms):
12279         * symbols.c (Fapropos_internal):
12280         Add GCPROs.
12281
12282         * symbols.c (set_default_buffer_slot_variable):
12283         * symbols.c (set_default_console_slot_variable):
12284         [1].
12285
12286         * symbols.c (defsymbol_massage_name_1):
12287         * symbols.c (defkeyword_massage_name):
12288         * symbols.c (deferror_1):
12289         * symbols.c (deferror):
12290         * symbols.c (deferror_massage_name_and_message):
12291         * symeval.h:
12292         * symeval.h (DEFSYMBOL):
12293         Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
12294
12295         * symbols.c (syms_of_symbols):
12296         [2].
12297
12298         * symsinit.h:
12299         * symsinit.h (init_win32): New.
12300         Also new is syms_of_dialog_mswindows.
12301
12302         * syswindows.h:
12303         Add new Unicode macros, missing Cygwin wide-char functions,
12304         convenience conversion macros for Qmswindows_tstr, macros for
12305         encapsulating required MSWin <-> Cygwin filename conversions,
12306         prototype for dynamically-extracted (not in NT 3.51) functions.
12307
12308         * toolbar-x.c:
12309         Mule-verify.
12310
12311         * tooltalk.c (Fadd_tooltalk_message_arg):
12312         * tooltalk.c (Fadd_tooltalk_pattern_attribute):
12313         * tooltalk.c (Fadd_tooltalk_pattern_arg):
12314         [7].
12315
12316         * tooltalk.c (syms_of_tooltalk):
12317         [2].
12318
12319         * unexnt.c:
12320         * unexnt.c (unexec):
12321         Fix up headers, declaration of unexec() to be more standard.
12322
12323 2000-07-20  Martin Buchholz  <martin@xemacs.org>
12324
12325         * offix.h: Revert change to guard macros - they're used in offix.c!
12326
12327 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12328
12329         * lisp.h: Defsubred Fdelete.
12330
12331         * console-msw.h:  (msprinter_default_printer): Added.
12332
12333         * console-msw.c (msprinter_canonicalize_console_connection):
12334         (msprinter_canonicalize_device_connection): Added.
12335
12336         * device-msw.c (msprinter_default_printer):
12337         (Fmswingows_get_default_printer):
12338         (signal_enum_priner_error):
12339         (Fmswingows_printer_list): Added.
12340
12341 2000-07-19  Martin Buchholz <martin@xemacs.org>
12342
12343         * XEmacs 21.2.35 is released.
12344
12345 2000-07-19  Martin Buchholz  <martin@xemacs.org>
12346
12347         * select-x.c (x_handle_selection_request):
12348         Text selected in xemacs and pasted into xterm failed to appear.
12349         Spelling fixes and cosmetic changes.
12350
12351 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12352
12353         * event-msw.c (mswindows_drain_windows_queue): Correctly check for
12354         XEmacs frame (fix for doubling chars in dialog boxes).
12355
12356 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
12357
12358         * select.c (select_convert_in, select_convert_out):
12359         Don't call intern() every time.
12360
12361         * select.c (Qselect_convert_in, Qselect_convert_out): New.
12362         * select.c (vars_of_select): Initialise them.
12363
12364 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
12365
12366         * select.c (selection-coercible-types): New.
12367
12368         * select.c (own-selection-internal):
12369         * select.c (get-selection-internal):
12370         MULE bug fix - these should default to COMPOUND_TEXT and not
12371         STRING for MULE. I think.
12372
12373         * select.c (select_convert_out): Use selection-coercible-types
12374         to find types that we can attempt to perform coercions on.
12375
12376 2000-07-18  Martin Buchholz  <martin@xemacs.org>
12377
12378         * mule-wnnfns.c:
12379         * mule-canna.c:
12380         Add coding: cookie to identify encoding.
12381
12382         * mule-canna.c (CANNA_mode_keys): make static.
12383         Use proper prototypes, even for functions of no arguments.
12384         Remove external prototype for Fding().
12385
12386         * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
12387
12388         * select.c (syms_of_select): Add missing DEFSUBR.
12389
12390 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
12391
12392         * select.c (get_selection_internal, own_selection_internal):
12393         Make the type default to STRING, rather than placing a nil type
12394         into Vselection_alist.
12395
12396 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
12397
12398         * gpmevent.c (tty_selection_exists_p):
12399         * gpmevent.c (tty_own_selection):
12400         Updated parameter lists.
12401
12402 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
12403
12404         * select.h (selection-alist): Removed declaration.
12405
12406         * select.h (get_local_selection):
12407         * select.c (get_local_selection):
12408         Made static.
12409
12410         * select.h (convert_selection): Removed declaration.
12411         * select.c (convert_selection): Removed.
12412         This function belongs in Lisp.
12413
12414         * select.h (select_convert_in): Declare.
12415         * select.h (select_convert_out): Declare.
12416         * select.c (select_convert_in): New.
12417         * select.c (select_convert_out): New.
12418         New conversion functions for other files to call.
12419
12420         * select.h (select_notify_buffer_kill): Declare.
12421         * select.c (select_notify_buffer_kill): New.
12422         New functions that get called from kill-buffer.
12423
12424         * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
12425         X-specific lisp code.
12426
12427         * select.h: Declare some of the lisp-visible functions for
12428         external use.
12429
12430         * select.c (clean_local_selection_data): Removed. This was
12431         a disgusting function, and previously should have been in
12432         select-x.c in any case. The functionality is now provided
12433         in select-convert-from-integer (select.el).
12434
12435         * select.c (available-selection-types): Fixed stupidity where
12436         INTEGER and ATOM got added twice. Also add STRING when we see an
12437         extent.
12438
12439         * select.c (get-selection-internal): Removed symbol stripping. No
12440         longer causes conversion when data comes from the internal cache.
12441
12442         * select.c (syms_of_select): Added new functions.
12443
12444         * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
12445         error checking - previously this called abort!
12446
12447         * select-x.c (x_own_selection): Changed comment.
12448
12449         * select-x.c (x_handle_selection_request): Use select_convert_out.
12450         Don't mess with selection-alist; it's an internal variable of select.c.
12451
12452         * select-x.c (x_get_foreign_selection): Use select_convert_in.
12453
12454         * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
12455         rather than messing with selection-alist.
12456
12457         * select-msw.c (mswindows_get_foreign_selection):
12458         Use TO_INTERNAL_FORMAT rather than hacking.
12459
12460 2000-07-14  Martin Buchholz  <martin@xemacs.org>
12461
12462         * process-unix.c (unix_open_multicast_group):
12463         (unix_open_multicast_group): Remove useless casts.
12464
12465 2000-07-13  Martin Buchholz  <martin@xemacs.org>
12466
12467         * sound.c (Fplay_sound): Fix `unused variable' warning.
12468
12469         * emacs.c (main): Use correct type for _environ on SCO5.
12470
12471 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
12472
12473         * console.h (own_selection_method):
12474         * console.h (selection_exists_p_method):
12475         * console.h (available_selection_types_method): New.
12476         * console.h (register_selection_data_type_method): New.
12477         * console.h (selection_data_type_name): New.
12478
12479         * console-msw.h (mswindows_destroy_selection): Declare it.  New
12480         function & alist to track GlobalAlloc()'d handles that need
12481         releasing when the clipboard data gets replaced or emptied.
12482
12483         * event-msw.c (mswindows_wnd_proc): Call it.
12484
12485         * lisp.h, general.c (Qappend): New symbol representing a
12486         `how-to-add' mode.
12487
12488         * select.c (own-selection-internal):
12489         * select.c (selection-exists-p):
12490         * select.c (available-selection-types): New.
12491         * select.c (register-selection-data-type): New.
12492         * select.c (selection-data-type-name): New.  New functions to deal
12493         with device-specific selection data formats.
12494         * select.c (selection-converter-out-alist): Renamed.
12495         * select.c (selection-converter-in-alist): New.
12496         * select.c (selection-appender-alist): New.  Added new alists.
12497         * select.c (syms_of_select, vars_of_select): Added new symbols &
12498         variables.
12499         * select.c (get_local_selection): Split.
12500         * select.c: Removed spurious type checking - selections may now be
12501         of any type, not just strings.
12502         * select.c (own-selection-internal):
12503
12504         * select.h, select.c (convert_selection): New. Created
12505         convert_selection() function based on get_local_selection().
12506         * select.h, select.c (QCF_*): New symbols representing mswindows
12507         clipboard formats.
12508         * select.h, select.c (Qreplace_all, Qreplace_existing): New
12509         symbols representing `how-to-add' modes.
12510
12511         * select-msw.c (x_sym_p): New.
12512         * select-msw.c (symbol_to_ms_cf): New.
12513         * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
12514         symbols & clipboard formats. Can also handle string names.
12515         * select-msw.c (mswindows_own_selection):
12516         * select-msw.c (mswindows_selection_exists_p):
12517         Added `data-type' parameter. Use it.
12518         * select-msw.c (mswindows_available_selection_types): New.
12519         * select-msw.c (mswindows_register_selection_data_type): New.
12520         * select-msw.c (mswindows_selection_data_type_name): New.
12521         * select-msw.c (mswindows_own_selection):
12522         * select-msw.c (mswindows_get_foreign_selection):
12523         * select-msw.c (mswindows_selection_exists_p):  Rewrote.
12524         * select-msw.c (console_create_select_mswindows): Added new methods.
12525         * select-msw.c (mswindows_destroy_selection): New.
12526         * select-msw.c (Vhandle_alist): New list.
12527         * select-msw.c (mswindows_own_selection):
12528
12529         * select-x.c (x_own_selection):
12530         * select-x.c (x_selection_exists_p):
12531         * select-x.c: Added some comments about maybe using new
12532         functionality.
12533         * select-x.c (x_own_selection):
12534
12535         * specifier.c: Remove definition of Qappend (now in general.c)
12536         * specifier.c (syms_of_specifier): Remove Qappend.
12537
12538 2000-07-12  Martin Buchholz  <martin@xemacs.org>
12539
12540         * config.h.in: Add socklen_t.
12541
12542         * s/decosf4-0.h: No special compiler flags needed or desired.
12543         In particular, undefine _BSD for DEC OSF 4.0.
12544
12545 2000-07-07  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12546
12547         * redisplay-msw.c (msprinter_frame_output_end): Added.
12548         (console_type_create_redisplay_mswindows): Referred the above.
12549
12550         * frame.c (setup_frame_without_minibuffer): Do not create a
12551         default minibuffer frame on a printer device.
12552
12553         * frame-msw.c (apply_dc_geometry): Added.
12554         (msprinter_start_page):
12555         (msprinter_init_frame_3):
12556         (msprinter_eject_page): Use it.
12557
12558         * console-msw.h (struct msprinter_frame): Added pix_left and top,
12559         and removed residual duplex and orientation properties.
12560
12561 2000-07-11  Martin Buchholz  <martin@xemacs.org>
12562
12563         * eval.c (function_argcount): Work around a DEC CC compiler bug.
12564
12565         * unexalpha.c: Remove system prototypes from C sources!
12566
12567 2000-07-09  Adrian Aichner  <aichner@ecf.teradyne.com>
12568
12569         * eval.c: Remove references to M-x edit-options in DEFUNs for
12570         `defvar' and `defconst'.
12571
12572 2000-07-09  Martin Buchholz  <martin@xemacs.org>
12573
12574         * config.h.in: Remove SMART_INCLUDE hackery.
12575
12576         PostgreSQL hacking:
12577         * config.h.in: Don't use SMART_INCLUDE.
12578
12579         * postgresql.h: Include libpq-fe.h here.  Fix typo.
12580         * inline.c: Simply #include "postgresql.h"
12581         * postgresql.c:
12582         - Don't use SMART_INCLUDE
12583         - Use simply "const".
12584         - Use standard doc string conventions.
12585         - Use correct type for result of PQstatus.
12586
12587 2000-07-09  Martin Buchholz  <martin@xemacs.org>
12588
12589         * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
12590
12591         C++ compilation changes.
12592         * config.h.in (EXTERN_C): Define.
12593         * config.h.in (not): This is also a C++ keyword.
12594         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
12595         * cm.c: Use EXTERN_C.
12596         * redisplay-tty.c: Use EXTERN_C.
12597         * sysdep.c: Use EXTERN_C.  Remove Gould support.
12598
12599 2000-07-09  Martin Buchholz  <martin@xemacs.org>
12600
12601         * general.c: Remove duplicate definition for Qfunction.
12602
12603 2000-07-08  Ben Wing  <ben@xemacs.org>
12604
12605         * device-msw.c (msprinter_init_device):
12606         * device-msw.c (sync_printer_with_devmode):
12607         * device-msw.c (handle_devmode_changes):
12608         * device-msw.c (print_dialog_worker):
12609         * device-msw.c (Fmsprinter_apply_settings):
12610         * device-msw.c (hash_devmode):
12611         * device-msw.c (Fmsprinter_settings_despecialize):
12612         use Qmswindows_tstr, not Qctext.
12613
12614         * vm-limit.c (check_memory_limits):
12615         avoid infinite loop printing warning messages.
12616
12617 2000-07-05  Craig Lanning  <lanning@scra.org>
12618
12619         * Makefile.in.in: Add support for including the Windows resources
12620         when building with the cygwin and mingw targets.
12621
12622         * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
12623         not set or not correct.
12624         (directory_is_current_directory): Don't compile for WIN32_NATIVE.
12625         (init_initial_directory): Don't try to use $PWD on the
12626         WIN32_NATIVE target.
12627
12628         * s\cygwin32.h:
12629         [[Add -mwindows to eliminate console window.]] not required --ben
12630         (HAVE_NATIVE_SOUND): removed; now handled by configure.
12631         (MAIL_USE_POP): removed; now handled by configure.
12632
12633         * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
12634         C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
12635         (HAVE_NATIVE_SOUND): removed; now handled by configure.
12636         (MAIL_USE_POP): removed; now handled by configure.
12637         (ENCAPSULATE_STAT): from Dan Holmsand, added.
12638         (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
12639         (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
12640         constant string.
12641         (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
12642         up from <winsock.h> via systime.h.
12643         (HAVE_GETPAGESIZE): from Dan Holmsand, added.
12644         (getpagesize): from Dan Holmsand, added.
12645         Added #endif which was left dangling by Ben's mega patch; added
12646         comment to help prevent this in the future.
12647
12648         * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
12649
12650 2000-07-05  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12651
12652         * console-msw.h (struct mswindows_device): Removed unnecessary
12653         cached device geometry values.
12654         Added update_tick and an accessor macro.
12655         (Lisp_Devmode): Added lrecord declaration.
12656         (struct msprinter_device): Contain devmode as a Lisp object.
12657         Added mswindows_get_selected_frame_hwnd();
12658
12659         * console.h (struct console_methods): Indentation nitpicking.
12660
12661         * device-msw.c (mswindows_init_device): Do not initialize geometry
12662         cache. Initialize update tick.
12663         (mswindows_device_system_metrics): Ask the device for its geometry.
12664         (global_free_2_maybe):
12665         (devmode_to_hglobal):
12666         (handle_printer_changes):
12667         (ensure_not_printing):
12668         (print_dialog_worker):
12669         (Fmsprinter_print_setup_dialog):
12670         (Fmsprinter_print_dialog):
12671         (plist_get_margin):
12672         (plist_set_margin):
12673         (Fmsprinter_page_setup_dialog): Added functions.
12674         (sync_printer_with_devmode):
12675         (handle_devmode_changes):
12676         (Fmsprinter_get_settings):
12677         (Fmsprinter_select_settings):
12678         (Fmsprinter_apply_settings):
12679         (allocate_devmode):
12680         (Fmsprinter_settings_copy):
12681         (Fmsprinter_settings_despecialize):
12682         (print_devmode):
12683         (finalize_devmode):
12684         (equal_devmode):
12685         (hash_devmode): Added functions
12686         (syms_of_device_mswindows): Init devmode lrecord class.
12687
12688         * device.h: Added an exfun for find-device.
12689
12690         * event-msw.c (mswindows_wnd_proc): Do not update the cached
12691         geometry; although, recreate the device compatible DC.
12692
12693         * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
12694         (msprinter_init_frame_3):
12695         (msprinter_frame_property):
12696         (msprinter_internal_frame_property_p):
12697         (msprinter_frame_properties):
12698         (msprinter_set_frame_properties): Removed 'orientation and 'duplex
12699         print job properties (will move to device settings).
12700
12701         * lisp.h: Added symbols.
12702
12703         * general.c (syms_of_general): Declared them.
12704
12705         * hash.c (string_hash): Added.
12706
12707         * lrecord.h (lrecord_type): Added devmode lrecord type.
12708
12709 2000-07-02  Mike Sperber <mike@xemacs.org>
12710
12711         * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
12712         FreeBSD 4.0.
12713
12714 2000-06-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
12715
12716         * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
12717         integer.
12718
12719 2000-06-07  MORIOKA Tomohiko  <tomo@urania.m17n.org>
12720
12721         * data.c (Fstring_to_number): Don't recognize floating point if
12722         base is not 10.
12723
12724 2000-06-22  Martin Buchholz  <martin@xemacs.org>
12725
12726         * glyphs-widget.c (tab_control_query_geometry):
12727         (widget_query_geometry):
12728         (button_query_geometry):
12729         * glyphs.c (text_query_geometry):
12730         Enforce type correctness.
12731
12732 2000-06-18  Martin Buchholz  <martin@xemacs.org>
12733
12734         * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
12735         * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
12736
12737 2000-06-17  Martin Buchholz  <martin@xemacs.org>
12738
12739         * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
12740         conflicts with gcc's fixincluded version of FOO.h.
12741
12742         * glyphs.h (image_instance_geometry): Remove trailing `,'
12743
12744 2000-06-08  Mike Alexander  <mta@arbortext.com>
12745
12746         (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
12747         (shove_thread): Don't write the same output twice
12748         (make_ntpipe_output_stream): Increase priority of shove thread
12749         (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
12750         chance to run
12751         (ntpipe_shove_closer): Don't delete the pipe until we're done with
12752         it.
12753
12754 2000-06-12  Ben Wing  <ben@xemacs.org>
12755
12756         * s\mingw32.h (sigset):
12757         * s\windowsnt.h (sigset):
12758         rename msw_ to mswindows_ for consistency with general convention.
12759
12760 2000-06-12  Ben Wing  <ben@xemacs.org>
12761
12762         * console-msw.c:
12763         * console-msw.c (mswindows_get_console_hwnd):
12764         * console-msw.c (mswindows_ensure_console_allocated):
12765         * console-msw.c (mswindows_hide_console):
12766         * console-msw.c (mswindows_show_console):
12767         * console-msw.c (mswindows_ensure_console_buffered):
12768         * console-msw.c (mswindows_output_console_string):
12769         * console-msw.c (mswindows_windows9x_p):
12770         * console-msw.h:
12771         * device-msw.c (mswindows_get_workspace_coords):
12772         * device-msw.c (mswindows_device_system_metrics):
12773         * dialog-msw.c (mswindows_popup_dialog_box):
12774         * event-msw.c (mswindows_wnd_proc):
12775         * frame-msw.c (mswindows_size_frame_internal):
12776         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
12777         * menubar-msw.c (displayable_menu_item):
12778         * menubar-msw.c (mswindows_char_is_accelerator):
12779         * nt.c:
12780         * nt.c (mswindows_sigset):
12781         * nt.c (mswindows_sigrelse):
12782         * nt.c (mswindows_sigpause):
12783         * nt.c (mswindows_raise):
12784         * nt.c (timer_proc):
12785         * ntproc.c:
12786         * ntproc.c (find_child_console):
12787         * ntproc.c (sys_kill):
12788         * print.c:
12789         * print.c (std_handle_out_external):
12790         * process-nt.c (find_child_console):
12791         * process-nt.c (send_signal_the_95_way):
12792         * process-nt.c (ensure_console_window_exists):
12793         * process-nt.c (nt_create_process):
12794         * syssignal.h:
12795         rename msw_ to mswindows_ for consistency with general convention.
12796
12797         * emacs.c:
12798         * dumper.c:
12799         include nt.h, not syswindows.h.
12800
12801         * nt.c (mswindows_fstat):
12802         * nt.c (mswindows_stat):
12803         prefix mswindows_ instead of attempting to directly override the
12804         library functions.  fix declarations.
12805
12806         * nt.h:
12807         include syswindows.h.  move some sysdep.h stuff here.
12808
12809         * ntheap.h:
12810         include syswindows.h, not <windows.h>.
12811
12812         * ntplay.c:
12813         clean up headers.
12814
12815         * sysdep.c:
12816         clean up headers.
12817
12818         * sysdep.c (sys_fstat):
12819         * sysdep.c (sys_stat):
12820         call mswindows versions when appropriate.
12821
12822         * sysdep.h:
12823         move mswin decls to nt.h.
12824
12825         * syswindows.h:
12826         add long comment describing appropriate use of the various windows
12827         headers.
12828
12829 2000-06-11  Ben Wing  <ben@xemacs.org>
12830
12831         * device-x.c: Correct doc string for sixth arg of x-get-resource.
12832
12833 2000-06-10  Ben Wing  <ben@xemacs.org>
12834
12835         * Makefile.in.in (release):
12836         Correction to make sure xemacs.exe always dumped when correct.
12837
12838         * alloca.c:
12839         * balloon_help.c:
12840         [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
12841
12842         * buffer.c (set_buffer_internal):
12843         [[[[2]]]]: Remove HAVE_FEP code.
12844
12845         * buffer.c (init_initial_directory):
12846         [3].
12847
12848         * bytecode.c:
12849         [[[[4]]]]: limits.h standardly included in lisp.h; remove from
12850         individual files.
12851
12852         * callproc.c:
12853         * callproc.c (call_process_cleanup):
12854         * callproc.c (Fold_call_process_internal):
12855         * callproc.c (child_setup):
12856         * callproc.c (getenv_internal):
12857         * callproc.c (init_callproc):
12858         * callproc.c (vars_of_callproc):
12859         [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
12860         __CYGWIN32__ -> CYGWIN.
12861         DOS_NT -> WIN32_NATIVE.
12862         Remove MSDOS support/references, converting to WIN32_NATIVE
12863           where correct.
12864         __MINGW32__ -> MINGW.
12865         Fix windows.h includes.
12866         Remove bogus HAVE_NTGUI.
12867
12868         * config.h.in:
12869         [2].
12870
12871         * console-msw.c:
12872         mswindows_message_outputted added for use in allowing startup
12873         errors on the console to be seen.
12874
12875         * console-msw.c (msw_ensure_console_allocated):
12876         * console-msw.c (msw_output_console_string):
12877         * console-msw.c (DHEADER):
12878         * console-msw.c (DOPAQUE_DATA):
12879         * console-msw.c (DEVENT):
12880         * console-msw.c (DCONS):
12881         * console-msw.c (DCONSCDR):
12882         * console-msw.c (DSTRING):
12883         * console-msw.c (DVECTOR):
12884         * console-msw.c (DSYMBOL):
12885         * console-msw.c (DSYMNAME):
12886         Fix warnings.
12887
12888         * console-stream.c (stream_init_console):
12889         Fix text/binary problems.
12890
12891         * device-msw.c:
12892         * device-msw.c (mswindows_finish_init_device):
12893         * device-msw.c (mswindows_delete_device):
12894         [1].
12895
12896         * device.c (handle_asynch_device_change):
12897         [3].
12898
12899         * dgif_lib.c:
12900         * dgif_lib.c (DGifOpenFileName):
12901         * dgif_lib.c (DGifOpenFileHandle):
12902         * dgif_lib.c (DGifGetLine):
12903         * dgif_lib.c (DGifGetPixel):
12904         Added config.h/lisp.h, fix up includes.
12905         [1].
12906
12907         * dired-msw.c:
12908         [4].
12909
12910         * dired.c:
12911         * dired.c (file_name_completion):
12912         * dired.c (Ffile_attributes):
12913         * dired.c (syms_of_dired):
12914         [1].
12915
12916         * dumper.c:
12917         * dumper.c (pdump_file_unmap):
12918         * dumper.c (pdump_load):
12919         [1].
12920
12921         * editfns.c:
12922         * editfns.c (Ftemp_directory):
12923         * editfns.c (user_login_name):
12924         * editfns.c (Fuser_real_login_name):
12925         * editfns.c (get_home_directory):
12926         [1].
12927
12928         * elhash.c (finish_marking_weak_hash_tables):
12929         [[[[5]]]]: Fix GCC warnings.
12930
12931         * emacs.c:
12932         * emacs.c (mswindows_handle_hardware_exceptions):
12933         * emacs.c (make_arg_list_1):
12934         * emacs.c (main_1):
12935         * emacs.c (Fkill_emacs):
12936         * emacs.c (Fdump_emacs):
12937         [1].
12938         Fix problems with nested crashes, add long comment.
12939
12940         * event-Xt.c (init_event_Xt_late):
12941         [1].
12942
12943         * event-msw.c:
12944         * event-msw.c (mswindows_dde_callback):
12945         * event-msw.c (mswindows_handle_sticky_modifiers):
12946         * event-msw.c (mswindows_wnd_proc):
12947         [1].
12948         [5].
12949
12950         * events.c (character_to_event):
12951         [1].
12952
12953         * fileio.c:
12954         * fileio.c (Ffile_name_directory):
12955         * fileio.c (Ffile_name_nondirectory):
12956         * fileio.c (directory_file_name):
12957         * fileio.c (Fexpand_file_name):
12958         * fileio.c (Fsubstitute_in_file_name):
12959         * fileio.c (Ffile_name_absolute_p):
12960         * fileio.c (check_executable):
12961         * fileio.c (Ffile_readable_p):
12962         * fileio.c (Ffile_accessible_directory_p):
12963         * fileio.c (Ffile_modes):
12964         * fileio.c (Funix_sync):
12965         * fileio.c (vars_of_fileio):
12966         [1]. [4].
12967
12968         [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
12969
12970         Expand getdefdir defn.
12971         Fix bogus rename() comment.
12972
12973         [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc.  Attempt
12974         to use standard XEmacs include files, e.g. sysfile.h, rather
12975         than system-specific includes.
12976
12977         * fns.c:
12978         * fns.c (Fsubseq):
12979         [5]. [6].
12980
12981         * frame.c (vars_of_frame):
12982         [1].
12983
12984         * getloadavg.c:
12985         * getloadavg.c (getloadavg):
12986         [1]. [6].
12987         #ifdef XEMACS not defined on Cygwin.  Remove this; no need for it.
12988         (We don't use it elsewhere in the code; just add a comment.)
12989
12990         * gif_io.c:
12991         [6].
12992         Add config.h.
12993
12994         * glyphs-msw.c:
12995         * glyphs-msw.c (mswindows_resource_instantiate):
12996         [1].
12997
12998         * glyphs-x.c (x_native_layout_instantiate):
12999         [5].
13000
13001         * gui-msw.c (Fmswindows_shell_execute):
13002         [1].
13003
13004         * insdel.c:
13005         [4].
13006
13007         * lisp.h:
13008         [4]. [5].
13009
13010         * lread.c (locate_file_in_directory_mapper):
13011         [1].
13012
13013         * lstream.c:
13014         [4].
13015
13016         * mem-limits.h:
13017         * mem-limits.h (get_lim_data):
13018         [1].
13019
13020         * menubar-msw.c:
13021         [4].
13022
13023         * ndir.h:
13024         [1].
13025
13026         * nt.c:
13027         * nt.c (getwd):
13028         * nt.c (closedir):
13029         * nt.c (rva_to_section):
13030         * nt.c (mswindows_executable_type):
13031         [1]. [6].
13032         Fix closedir() defn.
13033
13034         * nt.h:
13035         [[[[8]]]]: *_OK defs moved to sysfile.h.
13036
13037         * ntproc.c:
13038         [6]. [7].
13039
13040         * objects-x.c:
13041         [4].
13042
13043         * print.c:
13044         * print.c (std_handle_out_external):
13045         [1]. [4].
13046
13047         * process-nt.c:
13048         * process-nt.c (nt_create_process):
13049         [6].
13050         try to fix process quoting somewhat.
13051
13052         * process-unix.c (unix_create_process):
13053         [1].
13054
13055         * process.c:
13056         * process.c (vars_of_process):
13057         Add Vnull_device.
13058
13059         * process.h:
13060         [1].
13061
13062         * realpath.c:
13063         * realpath.c (xrealpath):
13064         [1].
13065
13066         * redisplay-tty.c (init_tty_for_redisplay):
13067         [3].
13068
13069         * redisplay.c:
13070         [4]. [6].
13071
13072         * scrollbar-msw.c:
13073         [4].
13074
13075         * sheap.c:
13076         * sheap.c (more_static_core):
13077         * sheap.c (report_sheap_usage):
13078         [5]. [6].
13079
13080         * signal.c:
13081         * signal.c (alarm_signal):
13082         [1]. [6].
13083
13084         * sound.c:
13085         [6].
13086
13087         * strftime.c:
13088         * strftime.c (zone_name):
13089         [1]. [5].
13090
13091         * symsinit.h (init_sunpro):
13092         [1].
13093
13094         * syscommctrl.h:
13095         commctrl.h not in Cygwin b20.1.
13096
13097         * sysdep.c:
13098         * sysdep.c (endif):
13099         * sysdep.c (sys_subshell):
13100         * sysdep.c (init_baud_rate):
13101         * sysdep.c (emacs_get_tty):
13102         * sysdep.c (emacs_set_tty):
13103         * sysdep.c (tty_init_sys_modes_on_device):
13104         * sysdep.c (init_system_name):
13105         * sysdep.c (sys_open):
13106         * sysdep.c (interruptible_open):
13107         * sysdep.c (sys_fopen):
13108         * sysdep.c (sys_mkdir):
13109         * sysdep.c (sys_rename):
13110         * sysdep.c (get_process_times_1):
13111         [1]. [6].
13112
13113         * sysdep.h:
13114         [1].
13115
13116         * sysdir.h:
13117         * sysdir.h (DIRENTRY_NONEMPTY):
13118         [1]. [6].
13119
13120         * sysdll.c (dll_init):
13121         * sysdll.h:
13122         [1].
13123
13124         * sysfile.h:
13125         [1]. [6]. [8].
13126         added text/binary defs.
13127
13128         * sysfloat.h:
13129         [1].
13130
13131         * sysproc.h:
13132         * sysproc.h (EDESTADDRREQ):
13133         * sysproc.h (poll_fds_for_input):
13134         [1]. [6].
13135
13136         * syspwd.h:
13137         [6].
13138
13139         * syssignal.h:
13140         [1].
13141
13142         * systime.h:
13143         [1]. [6].
13144
13145         * systty.h:
13146         [1].
13147
13148         * syswindows.h:
13149         [1].
13150         Always define WIN32_LEAN_AND_MEAN.
13151
13152         * unexcw.c (unexec):
13153         [5].
13154
13155         * unexec.c:
13156         * unexec.c (copy_text_and_data):
13157         * unexec.c (adjust_lnnoptrs):
13158         [1].
13159
13160         * unexnt.c:
13161         * unexnt.c (_start):
13162         [1].
13163
13164 2000-06-07  Ben Wing  <ben@xemacs.org>
13165
13166         * mule-mcpath.c, mule-mcpath.h: Removed.  Old, crufty code that
13167         was used only as a model.  We've long since extracted any useful
13168         logic or code out of this. (I just did an exhaustive search.)
13169
13170         * s\msdos.h: Removed.
13171
13172         * s\windows95.h: Removed.
13173
13174 2000-06-10  Ben Wing  <ben@xemacs.org>
13175
13176         * s\cygwin32.h:
13177         [1]. [5].
13178         Don't use extern with fun defs.
13179
13180         * s\mingw32.h:
13181         [1]. [7].
13182         Remove nt\inc include.
13183         Remove getdisk, getdefdir. (The former is unused, the latter
13184         expanded in fileio.h.)
13185
13186         * s\windowsnt.h:
13187         * s\windowsnt.h (WIN32_NATIVE):
13188         * s\windowsnt.h (HAVE_STRCASECMP):
13189         [1]. [7].
13190         Add long comment about preprocessor changes.
13191         Remove getdisk, getdefdir. (The former is unused, the latter
13192         expanded in fileio.h.)
13193
13194 2000-06-10  Ben Wing  <ben@xemacs.org>
13195
13196         * m\arm.h:
13197         * m\delta.h:
13198         * m\intel386.h:
13199         * m\sequent.h:
13200         * m\template.h:
13201         * m\windowsnt.h:
13202         [1].
13203         Remove bogus/unused NO_SOCK_SIGIO.
13204
13205 2000-06-08  Hrvoje Niksic  <hniksic@iskon.hr>
13206
13207         * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
13208         not an Emchar.
13209
13210 2000-06-04  Mike Sperber <mike@xemacs.org>
13211
13212         * casetab.c (set_case_table): For `set-standard-case-table',
13213         actually deposit the new case tables where the rest of XEmacs can
13214         see them.
13215
13216 2000-06-05  Yoshiki Hayashi <yoshiki@xemacs.org>
13217
13218         * data.c (Faset): Don't cast XCHAR() to unsigned char.
13219
13220 2000-06-05  Ben Wing  <ben@xemacs.org>
13221
13222         * callproc.c (child_setup): Don't do close_load_descs() under
13223         MS Windows.  Put in a comment explaining why.
13224
13225 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
13226
13227         * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
13228         Toolkit shell" which breaks `kill-compilation' on Windows NT
13229         native, retaining STDERR handling improvements.
13230
13231 2000-06-01  Andreas Jaeger  <aj@suse.de>
13232
13233         * s/s390.h: Support for S390, based on a patch by Martin
13234         Schwidefsky <schwidefsky@de.ibm.com>.
13235
13236 2000-05-30  Andy Piper  <andy@xemacs.org>
13237
13238         * window.c (allocate_window):
13239         (make_dummy_parent):
13240         (Fset_window_configuration): use new hashtable type.
13241
13242         * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
13243         (struct image_instantiator_methods):
13244         (struct Lisp_Image_Instance): make instance geometry signed.
13245
13246         * glyphs.c (instantiate_image_instantiator):
13247         (image_instance_query_geometry):
13248         (image_instance_layout):
13249         (image_instance_layout):
13250         (query_string_geometry):
13251         (text_query_geometry):
13252         (image_instantiate):
13253         (image_instantiate):
13254         (cache_subwindow_instance_in_frame_maybe):
13255         (subwindow_query_geometry): make instance geometry signed.
13256
13257         * glyphs-widget.c (widget_query_geometry):
13258         (widget_layout):
13259         (button_query_geometry):
13260         (tree_view_query_geometry):
13261         (tab_control_query_geometry):
13262         (layout_query_geometry):
13263         (layout_layout):
13264         (native_layout_layout): make instance geometry signed.
13265
13266 2000-05-29  Olivier Galibert  <galibert@pobox.com>
13267
13268         * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
13269         constant.
13270
13271         * general.c (syms_of_general): Add Qfull_assoc symbol.
13272
13273         * data.c (finish_marking_weak_lists): Mark full-assoc lists
13274         correctly.
13275         (decode_weak_list_type): Decode full-assoc type.
13276         (encode_weak_list_type): Encode full-assoc type.
13277         (Fmake_weak_list): Update doc string.
13278
13279 2000-05-30  Andy Piper  <andy@xemacs.org>
13280
13281         * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
13282
13283         * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
13284         (decode_hash_table_weakness): ditto.
13285         (Fhash_table_weakness): ditto.
13286         (Fhash_table_type): ditto.
13287         (finish_marking_weak_hash_tables): ditto.
13288         (hash_table_weakness_validate): ditto.
13289         (syms_of_elhash): ditto.
13290
13291 2000-05-28  Martin Buchholz <martin@xemacs.org>
13292
13293         * XEmacs 21.2.34 is released.
13294
13295 2000-05-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
13296
13297         * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
13298         start cache.
13299         (updating_line_start_cache): Gone.
13300         (regenerate_window): Replace resetting of VERTICAL_CLIP by
13301         generic code to force a minimum of 1 line laid out in the
13302         CMOTION_DISP case.
13303
13304 2000-05-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
13305
13306         * glyphs.c (instantiate_image_instantiator): Check for initialized
13307         height & width no longer special cases IMAGE_NOTHING.
13308         (nothing_instantiate): Set height and width of instance.
13309
13310 2000-05-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
13311
13312         * unexelf.c (unexec): Search for ".data" section.
13313         Initialize new_data2_offset from old_data_index.
13314         Remove redundant check for ElfW.
13315
13316 2000-05-23  Andy Piper  <andy@xemacs.org>
13317
13318         * glyphs.c (get_image_instantiator_governing_domain): allow more
13319         specific domains as the governing domain rather than expecting an
13320         exact match. This fixes problems with layouts.
13321
13322 2000-05-22  Andy Piper  <andy@xemacs.org>
13323
13324         * redisplay-output.c (compare_runes): check for non-images
13325
13326         * glyphs.c (set_glyph_dirty_p): ditto.
13327         (update_glyph_cachel_data): ditto.
13328
13329         * glyphs-widget.c (layout_post_instantiate): ditto.
13330         (layout_post_instantiate): ditto.
13331
13332         * event-msw.c (mswindows_wnd_proc): warning removal.
13333
13334 2000-05-12  Craig Lanning  <CraigL@DyCon.com>
13335
13336         * s\mingw32.h: Added #undef for CLASH_DETECTION.
13337
13338         * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
13339
13340         * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
13341
13342         * nt.c (rva_to_section): mingw32 needs rva_to_section.
13343         (mswindows_executable_type): mingw32 now has enough headers for
13344         this to work.
13345
13346 2000-05-20  Andy Piper  <andy@xemacs.org>
13347
13348         * console-msw.c (mswindows_output_last_error): ; -> ,
13349
13350 2000-05-12  Andy Piper  <andy@xemacs.org>
13351
13352         * console-msw.c (FROB): compare ints with ints.
13353
13354 2000-05-11  Andy Piper  <andy@xemacs.org>
13355
13356         * glyphs-x.c (x_finalize_image_instance): make minimal build
13357         happy.
13358
13359 2000-05-20  Ben Wing  <ben@xemacs.org>
13360
13361         * event-Xt.c:
13362         * event-Xt.c (vars_of_event_Xt):
13363         move modifier-keys-are-sticky to event-stream.c.
13364
13365         * event-msw.c:
13366         * event-msw.c (mswindows_enqueue_mouse_button_event):
13367         * event-msw.c (key_needs_default_processing_p):
13368         * event-msw.c (XEMSW_LCONTROL):
13369         * event-msw.c (mswindows_handle_sticky_modifiers):
13370         * event-msw.c (FROB):
13371         * event-msw.c (clear_sticky_modifiers):
13372         * event-msw.c (output_modifier_keyboard_state):
13373         * event-msw.c (output_alt_keyboard_state):
13374         * event-msw.c (mswindows_wnd_proc):
13375         * event-msw.c (mswindows_modifier_state):
13376         * event-msw.c (emacs_mswindows_handle_magic_event):
13377         implement sticky modifiers.
13378
13379         * event-stream.c:
13380         * event-stream.c (vars_of_event_stream):
13381         move modifier-keys-are-sticky here.
13382
13383         * lisp.h:
13384         add CHECK_FUNCTION.
13385
13386         * rangetab.c:
13387         implement map-range-table.
13388
13389
13390 2000-05-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
13391
13392         * redisplay-tty.c (reset_tty_modes):
13393         (tty_redisplay_shutdown): Adjust argument type to
13394         tty_frame_output_end.
13395
13396 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
13397
13398         * eval.c (Fbacktrace): Don't output a line with only right
13399         parenthesis.
13400
13401 2000-05-17  Kenji Itoh  <keit@tpj.co.jp>
13402
13403         * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
13404         (Fpq_reset_poll): Ditto.
13405
13406 2000-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
13409
13410 2000-05-16  Ben Wing  <ben@xemacs.org>
13411
13412         * buffer.c:
13413         * buffer.c (dfc_convert_to/from_internal_format):
13414         * buffer.c (reinit_vars_of_buffer):
13415         Fix conversion functions to allow reentrancy.
13416
13417         * console-msw.c:
13418         * console-msw.c (mswindows_output_last_error):
13419         New fun, generally useful -- output a human-readable
13420         version of GetLastError() on the console.
13421
13422         * console-msw.h:
13423         * console-msw.h (struct mswindows_frame):
13424         Changes for DeferWindowPos.  Declare mswindows_output_last_error().
13425
13426         * console-stream.c (stream_output_begin):
13427         * console-stream.c (stream_output_end):
13428         * console-stream.c (stream_output_vertical_divider):
13429         * console-stream.c (stream_clear_region):
13430         * console-stream.c (stream_flash):
13431         * console-stream.c (console_type_create_stream):
13432         Delete blank stream methods, not needed.
13433
13434         * console.h (struct console_methods):
13435         Split begin/end methods into window and frame.
13436
13437         * event-msw.c:
13438         * event-msw.c (mswindows_handle_paint):
13439         * event-msw.c (output_alt_keyboard_state):
13440         * event-msw.c (mswindows_wnd_proc):
13441         * event-msw.c (vars_of_event_mswindows):
13442         Comment about problems with ignored-expose.
13443         Define mswindows-debug-events; not really implemented.
13444
13445         * frame-msw.c (mswindows_init_frame_1):
13446         random cleanups.
13447
13448         * glyphs-msw.c:
13449         * glyphs-msw.c (begin_defer_window_pos):
13450         * glyphs-msw.c (mswindows_unmap_subwindow):
13451         * glyphs-msw.c (mswindows_map_subwindow):
13452         * glyphs-msw.c (mswindows_resize_subwindow):
13453         Use DeferWindowPos to reduce flashing when mapping/unmapping.
13454
13455         * glyphs.c (make_image_instance_1):
13456         Fix crash.
13457
13458         * gutter.c (Fredisplay_gutter_area):
13459         Use new begin/end methods.
13460
13461         * lisp.h (Dynarr_new2):
13462         New creation fun.
13463
13464         * redisplay-msw.c:
13465         * redisplay-msw.c (mswindows_frame_output_begin):
13466         * redisplay-msw.c (mswindows_frame_output_end):
13467         * redisplay-msw.c (console_type_create_redisplay_mswindows):
13468         New begin/end methods -- handle DeferWindowPos.
13469
13470         * redisplay-output.c (redisplay_move_cursor):
13471         * redisplay-output.c (redraw_cursor_in_window):
13472         * redisplay-output.c (redisplay_update_line):
13473         * redisplay-output.c (redisplay_output_window):
13474         New begin/end methods.
13475
13476         * redisplay-tty.c:
13477         * redisplay-tty.c (tty_frame_output_begin):
13478         * redisplay-tty.c (tty_frame_output_end):
13479         * redisplay-tty.c (console_type_create_redisplay_tty):
13480         New begin/end methods.
13481
13482         * redisplay-x.c:
13483         * redisplay-x.c (x_window_output_begin):
13484         * redisplay-x.c (x_window_output_end):
13485         * redisplay-x.c (console_type_create_redisplay_x):
13486         New begin/end methods.
13487
13488         * redisplay.c (redisplay_frame):
13489         * redisplay.c (Fredisplay_echo_area):
13490         New begin/end methods.
13491         use MAYBE_DEVMETH for clear_frame; it may not exist.
13492
13493         * window.h (WINDOW_XFRAME):
13494         WINDOW_XFOO macros -- get locale and decode struct pointer.
13495
13496
13497 2000-05-12  Ben Wing  <ben@xemacs.org>
13498
13499         * emacs.c:
13500         * emacs.c (ensure_no_quitting_from_now_on):
13501         * emacs.c (fatal_error_signal):
13502         * emacs.c (mswindows_handle_hardware_exceptions):
13503         * emacs.c (main):
13504         * emacs.c (Fkill_emacs):
13505         * emacs.c (shut_down_emacs):
13506         * emacs.c (assert_failed):
13507         various improvements in fatal error handling.
13508
13509         * eval.c:
13510         move preparing_for_armageddon to emacs.c.
13511
13512         * lisp.h:
13513         declare fatal_error_in_progress.
13514
13515         * print.c:
13516         * print.c (std_handle_out_external):
13517         * print.c (std_handle_out_va):
13518         * print.c (stderr_out):
13519         * print.c (stdout_out):
13520         use console under mswin when no standard output.
13521         don't do code conversion during fatal error.
13522
13523         * scrollbar.c (Fscrollbar_page_up):
13524         * scrollbar.c (Fscrollbar_page_down):
13525         fix missing else.  reindent.
13526
13527 2000-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
13528
13529         Emergency fix.
13530
13531         * glyphs.h (GLYPH_CACHEL_DESCENT):
13532         (GLYPH_CACHEL_DESCENT):
13533         (GLYPH_CACHEL_DESCENT):
13534         * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
13535         used in case these are inline functions.
13536         Use more absurd values to error check.
13537
13538         include window.h for error check functions.
13539
13540 2000-05-11  Ben Wing  <ben@xemacs.org>
13541
13542         * cmdloop.c (Freally_early_error_handler):
13543         Display message box under windows; otherwise, message will disappear
13544         before it can be viewed.
13545
13546         * console-msw.c:
13547         * console-msw.c (Fmswindows_message_box):
13548         * console-msw.c (FROB):
13549         * console-msw.c (syms_of_console_mswindows):
13550         Define new fun `mswindows-message-box'.
13551         #### I will merge this into `popup-dialog-box'; just give me
13552         a bit of time.
13553
13554         * general.c:
13555         * general.c (syms_of_general):
13556         Some new symbols used in `mswindows-message-box'.
13557
13558         * glyphs.c:
13559         * glyphs.c (Fset_image_instance_property):
13560         put warning in this fun.
13561
13562         * glyphs.h:
13563         * glyphs.h (GLYPH_CACHEL_WIDTH):
13564         * glyphs.h (GLYPH_CACHEL_ASCENT):
13565         * glyphs.h (GLYPH_CACHEL):
13566         * glyphs.h (GLYPH_CACHEL_GLYPH):
13567         define error-checking versions to try to catch a bug i've seen --
13568         redisplay gets in an infinite loop because the glyph width of the
13569         continuation glyph is 65535.
13570
13571         * lisp.h:
13572         Extern message-box stuff.
13573
13574         * window.c (allocate_window):
13575         * window.c (make_dummy_parent):
13576         * window.c (Fset_window_configuration):
13577         Use EQUAL not EQ for subwindow caches to make them work a bit
13578         better. (Something is still very broken.)
13579
13580
13581 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
13582
13583         * glyphs.c (image_instantiate): Suppress gcc warnings.
13584         (Fmake_image_instance): Fix doc string.
13585         * specifier.c (Fmake_specifier): Ditto.
13586
13587 2000-05-02  Yoshiki Hayashi  <yoshiki@xemacs.org>
13588
13589         * paths.h.in (PATH_LOCK): Removed.
13590         * config.h.in (LOCKDIR_USER_DEFINED): Removed.
13591         * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
13592
13593 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
13594
13595         * fns.c (Ffeaturep): Update e-mail address in doc-string.
13596         Document (featurep '(and xemacs 21.02)).
13597
13598 2000-05-09  Ben Wing  <ben@xemacs.org>
13599
13600         * buffer.c (complex_vars_of_buffer):
13601         update modeline-format doc.
13602
13603         * device.h:
13604         comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
13605
13606         * emacs.c:
13607         timeline of all released versions of Emacs, for use in creating
13608         authorship comments and in synching up.
13609
13610         * glyphs-widget.c (image_instantiator_buttons):
13611         * glyphs-widget.c (image_instantiator_edit_fields):
13612         * glyphs-widget.c (image_instantiator_combo_box):
13613         * glyphs-widget.c (image_instantiator_scrollbar):
13614         * glyphs-widget.c (image_instantiator_progress_guage):
13615         * glyphs-widget.c (image_instantiator_tree_view):
13616         * glyphs-widget.c (image_instantiator_tab_control):
13617         * glyphs-widget.c (image_instantiator_labels):
13618         * glyphs-widget.c (image_instantiator_layout):
13619         * glyphs-widget.c (image_instantiator_native_layout):
13620         rename decode_domain method to governing_domain.
13621
13622         * glyphs.c:
13623         * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
13624         * glyphs.c (add_entry_to_device_ii_format_list):
13625         make sure we don't put an entry more than once into the list.
13626         * glyphs.c (check_instance_cache_mapper):
13627         *************************************************************
13628         allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
13629         HAVE BEEN GETTING.
13630         *************************************************************
13631         * glyphs.c (get_image_instantiator_governing_domain):
13632         clean up, expand on new concept of governing domain.
13633         * glyphs.c (instantiate_image_instantiator):
13634         * glyphs.c (allocate_image_instance):
13635         use governing_domain instead of cache_domain in naming.
13636         * glyphs.c (Fvalid_image_instance_type_p): fix docs.
13637         * glyphs.c (make_image_instance_1):
13638         * glyphs.c (Fmake_image_instance):
13639         allow for any domain (not just device), and process the
13640         governing domain correctly.  very big doc fix.
13641         * glyphs.c (Fimage_instance_domain):
13642         new primitive, to retrieve the governing domain of an image instance.
13643         * glyphs.c (image_instantiate):
13644         use new governing_domain stuff.  this fixes a crash you could get
13645         by instantiating certain widget glyphs in frame locales. (should
13646         signal an error instead of crashing.)
13647         * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
13648         * glyphs.c (Fglyphp): clean up doc.
13649         * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
13650         * glyphs.c (syms_of_glyphs):
13651         declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
13652         * glyphs.c (image_instantiator_format_create): add some comments about
13653         bogus code.
13654         * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
13655         for current-display-table. (Apparently Hrjove implemented in 1998 a
13656         design I wrote up in 1996, but didn't update the doc string.)
13657
13658         * glyphs.h: clean up a doc string.
13659         * glyphs.h (governing_domain):
13660         * glyphs.h (struct image_instantiator_methods):
13661         changes for governing_domain stuff.
13662
13663         * gutter.c:
13664         * gutter.c (Fgutter_specifier_p):
13665         * gutter.c (Fgutter_size_specifier_p):
13666         * gutter.c (Fgutter_visible_specifier_p):
13667         * objects.c:
13668         * objects.c (Fcolor_specifier_p):
13669         * objects.c (Ffont_specifier_p):
13670         * objects.c (Fface_boolean_specifier_p):
13671         doc strings moved to make-*-specifier.
13672
13673         * redisplay.c (add_disp_table_entry_runes_1):
13674         * redisplay.c (generate_fstring_runes):
13675         * redisplay.c (screen):
13676         add random comments and doc strings.
13677
13678         * specifier.c:
13679         * specifier.c (Fmake_specifier):
13680         major overhaul of this doc string.
13681
13682         * specifier.c (Fvalid_specifier_domain_p):
13683         comment about the bogosity of image instances being domains.
13684         * specifier.c (decode_domain):
13685         now non-static, used in glyphs.c.
13686         * specifier.c (specifier_instance):
13687         comment about the bogosity of image instances being domains.
13688         * specifier.c (Fgeneric_specifier_p):
13689         move doc string to make-generic-specifier.
13690         * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
13691         rebackslashify.
13692
13693         * specifier.h:
13694         * specifier.h (DOMAIN_FRAME):
13695         * specifier.h (DOMAIN_LIVE_P):
13696         * specifier.h (DOMAIN_XDEVICE):
13697         rebackslashify.
13698         add comments about problems with these macros.
13699         prototype for decode_domain.
13700
13701         * toolbar.c:
13702         * toolbar.c (Ftoolbar_specifier_p):
13703         move doc string to `make-toolbar-specifier'.
13704
13705         * window.c (window_unmap_subwindows_cache_mapper):
13706         *************************************************************
13707         allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
13708         HAVE BEEN GETTING.
13709         *************************************************************
13710
13711 2000-05-09  Andy Piper  <andy@xemacs.org>
13712
13713         * glyphs.h: declare reset_frame_subwindow_instance_cache.
13714
13715         * window.c (Fset_window_configuration): reset the frame subwindow
13716         cache and re-initialize the window subwindow caches.
13717
13718         * glyphs.c (reset_frame_subwindow_instance_cache): new function.
13719
13720 2000-05-09  Ben Wing  <ben@xemacs.org>
13721
13722         * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
13723         DWORD.
13724
13725 2000-04-26  Mike Woolley  <mike@bulsara.com>
13726
13727         * ntheap.c: Changed recreate_heap to limit the amount reserved
13728         for the heap to that which is actually available. Also now
13729         displays a message box (with some dignostics) in the event that
13730         it still can't start.
13731
13732 2000-05-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
13733
13734         * callproc.c (Fold_call_process_internal): GCPRO path
13735
13736 2000-05-08  Jan Vroonhof  <jan@xemacs.org>
13737
13738         Patch by Bill Perry.
13739
13740         * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
13741         back data instead of #ifdef.
13742         (Fscrollbar_page_down): ditto.
13743
13744 2000-05-07  Ben Wing  <ben@xemacs.org>
13745
13746         * buffer.h:
13747         Kludge for defining Qmswindows_tstr.
13748
13749         * nt.c:
13750         * nt.c (open_input_file):
13751         * nt.c (open_output_file):
13752         * nt.c (rva_to_section):
13753         * nt.c (mswindows_executable_type):
13754         Move all memory-mapped-file routines here (some were in unexnt.c,
13755         which is bad because they are used by process-nt.c, and unexnt
13756         won't be around when portable dumping).  Synched the above routines
13757         with FSF 20.6.
13758
13759         * nt.h:
13760         Removed ifdef'd out bogus code.
13761         Fixed some prototypes.
13762
13763         * nt.h (file_data):
13764         * nt.h (OFFSET_TO_RVA):
13765         * nt.h (RVA_TO_OFFSET):
13766         * nt.h (RVA_TO_PTR):
13767         Moved the memory-mapped-file structures, macros and prototypes
13768         here, to parallel nt.c.  ntheap.h should really be removed
13769         entirely, and it's a non-portable-dumper specific file.
13770
13771         * ntheap.h (round_to_next):
13772         Moved the memory-mapped-file structures, macros and prototypes
13773         to nt.h.
13774
13775         * ntproc.c (compare_env):
13776         Moved rva_to_section and mswindows_executable_type to nt.c.
13777         Moved compare_env to process-nt.c.
13778         ntproc.c will die, one day.
13779
13780         * ntproc.c (sys_spawnve):
13781         Account for win32_ -> mswindows_.
13782
13783         * process-nt.c:
13784         * process-nt.c (struct nt_process_data):
13785         * process-nt.c (ensure_console_window_exists):
13786         * process-nt.c (compare_env):
13787         * process-nt.c (nt_create_process):
13788         * process-nt.c (nt_kill_process_by_pid):
13789         * process-nt.c (syms_of_process_nt):
13790         * process-nt.c (vars_of_process_nt):
13791         Introduce variable `mswindows-quote-process-args', from FSF 20.6.
13792         Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
13793         changes).  Eliminate our old `nt-quote-process-args' mechanism.
13794         Synch up nt_create_process with FSF 20.6 sys_spawnve.
13795         Move compare_env here from ntproc.c.
13796
13797         * process.c (Fprocess_send_region):
13798         Takes an optional fourth argument, BUFFER, which should fix some
13799         problems with call-process.
13800
13801         * syscommctrl.h:
13802         Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
13803
13804         * syswindows.h:
13805         Move ICC_BAR_CLASSES to syscommctrl.h.
13806         Add preliminary macros for MSWindows/Mule.  More to come.
13807
13808         * unexnt.c:
13809         * unexnt.c (unexec):
13810         open_output_file moved to nt.c.
13811
13812
13813 2000-05-05  Andy Piper  <andy@xemacs.org>
13814
13815         * window.c (window_unmap_subwindows_cache_mapper): remove the dead
13816         instance from the frame cache also since GC may catch up too late
13817         to make frame deletion sane.
13818
13819 2000-05-04  Andy Piper  <andy@xemacs.org>
13820
13821         * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
13822         (x_finalize_image_instance): ungcpro on deletion.
13823
13824         * glyphs.c (image_instantiator_format_create): give pointers a
13825         query geometry method so that the geometry is at least set.
13826
13827         * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
13828         initialize layouts if using widgets.
13829
13830 2000-05-03  Andy Piper  <andy@xemacs.org>
13831
13832         * nt.c: remove bogus reference to sysmmsystem.h
13833
13834         * gui-x.c (popup_selection_callback): fix no selection abort.
13835
13836 2000-05-02  Andy Piper  <andy@xemacs.org>
13837
13838         * glyphs-msw.c (mswindows_update_widget): cope with nil text.
13839         (mswindows_widget_instantiate): ditto.
13840
13841         * glyphs-widget.c (initialize_widget_image_instance): initialize
13842         children correctly.
13843         (widget_instantiate): cope with children and items in the same
13844         instance.
13845
13846         * glyphs.c (mark_image_instance): cope with children as a first
13847         class member.
13848         (image_instance_equal): ditto.
13849         (image_instance_hash): ditto.
13850         (image_instance_changed): ditto.
13851
13852 2000-04-30  Andy Piper  <andy@xemacs.org>
13853
13854         * glyphs.c (subwindow_query_geometry): new function. Return some
13855         defaults.
13856         (subwindow_instantiate): don't assign dimensions if none have been
13857         given.
13858         (image_instantiator_format_create): add subwindow_query_geometry.
13859         (print_image_instance): cope with layouts as widgets.
13860
13861 2000-04-29  Andy Piper  <andy@xemacs.org>
13862
13863         * frame.c (delete_frame_internal): call
13864         free_frame_subwindow_instance_cache so that all subwindows are
13865         finalized before their parent.
13866         (mark_frame): remove subwindow_cachels.
13867         (Fmake_frame): remove subwindow_cachel manipulation.
13868         (allocate_frame_core): subwindow_instance_cache is a weak list.
13869         (delete_frame_internal): set subwindow_instance_cache to nil.
13870
13871         * glyphs-msw.c (mswindows_finalize_image_instance): make double
13872         finalization safe.
13873         (mswindows_finalize_image_instance): use the device
13874         not the domain as the domain may have died already.
13875
13876         * glyphs-x.c (x_finalize_image_instance): ditto.
13877         (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
13878         HEIGHT.
13879
13880         * redisplay-output.c (redisplay_unmap_subwindows): update for
13881         subwindow instance cache as a weak list.
13882         (redisplay_unmap_subwindows_maybe): ditto.
13883         (redisplay_unmap_subwindows_except_us): ditto.
13884
13885         * glyphs.c (unmap_subwindow): error checking will check the domain
13886         so don't deal with it here. Don't use cachels anymore.
13887         (map_subwindow): ditto.
13888         (update_subwindow_cachel_data): remove old accessor names.
13889         (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
13890         (Fresize_subwindow): don't update cachel.
13891         (mark_subwindow_cachels):
13892         (update_subwindow_cachel_data):
13893         (add_subwindow_cachel):
13894         (get_subwindow_cachel_index):
13895         (update_subwindow_cachel):
13896         (reset_subwindow_cachels):
13897         (mark_subwindow_cachels_as_not_updated): deleted.
13898         (cache_subwindow_instance_in_frame_maybe): new function. Add a
13899         subwindow instance to the frame cache.
13900         (find_matching_subwindow): update for subwindow instance cache as
13901         a weak list.
13902         (update_widget_instances): ditto.
13903         (image_instance_type_to_mask):inlined.
13904         (free_frame_subwindow_instance_cache): new function. finalize all
13905         subwindows that are instantiated.
13906
13907         * glyphs.h (struct Lisp_Image_Instance): add display_data instead
13908         of cachel information.
13909         (IMAGE_INSTANCE_DISPLAY_X):
13910         (IMAGE_INSTANCE_DISPLAY_Y):
13911         (IMAGE_INSTANCE_DISPLAY_WIDTH):
13912         (IMAGE_INSTANCE_DISPLAY_HEIGHT):
13913         (XIMAGE_INSTANCE_DISPLAY_X):
13914         (XIMAGE_INSTANCE_DISPLAY_Y):
13915         (XIMAGE_INSTANCE_DISPLAY_WIDTH):
13916         (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
13917         remove subwindow_cachel structure and function references.
13918         (image_instance_type_to_mask): inline from glyphs.c
13919
13920         * redisplay.c (redisplay_frame): remove subwindow_cachel
13921         references.
13922
13923         * frame.h (struct frame): remove subwindow_cachels.
13924         (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
13925
13926         * frameslots.h: add subwindow_instance_cache.
13927
13928         * window.c (replace_window): check subwindow cache of replacement.
13929         (window_unmap_subwindows_cache_mapper):
13930         (window_unmap_subwindows): new functions. Unmap all subwindows
13931         cached on this window.
13932         (mark_window_as_deleted): unmap all subwindows.
13933
13934 2000-04-27  Andy Piper  <andy@xemacs.org>
13935
13936         * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
13937
13938         * glyphs-widget.c (widget_layout): return something.
13939         (layout_layout): return something. Fail if not initialized.
13940         (layout_query_geometry): ditto.
13941         (image_instantiator_native_layout): new function. Initialized the
13942         native layout type.
13943         (widget_instantiate): don't do layout stuff here.
13944
13945         * glyphs.c (instantiate_image_instantiator): reorded calling or
13946         instantiate and post_instantiate with layout in between.
13947         (image_instance_layout): be more selective about deciding whether
13948         the layout has been done or not.
13949
13950         * glyphs.h (struct image_instantiator_methods): return a value
13951         from layout_method.
13952
13953 2000-04-26  Andy Piper  <andy@xemacs.org>
13954
13955         * glyphs.c (allocate_image_instance): make initial width and
13956         height unspecified. Set initialized to 0.
13957
13958         * syscommctrl.h new file. Encapsulates commctrl.h.
13959
13960         * syswindows.h new file. Encapsulates windows.h.
13961
13962         * ntplay.c: use new syswindows.h and syscommctrl.h header.
13963         * nt.c: ditto.
13964         * console-msw.h: ditto.
13965
13966         * redisplay-tty.c (tty_output_display_block): remove layout references.
13967
13968         * glyphs-msw.c (mswindows_widget_instantiate): use the domain
13969         window handle rather than just the frame.
13970
13971         * glyphs.c (mark_image_instance): remove layout references.
13972         (print_image_instance): ditto.
13973         (image_instance_equal): ditto.
13974         (image_instance_hash): ditto.
13975         (decode_image_instance_type): ditto.
13976         (encode_image_instance_type): ditto.
13977         (image_instantiate): ditto.
13978         (allocate_glyph): ditto.
13979         (Fimage_instance_height): ditto.
13980         (Fimage_instance_width): ditto.
13981         (update_subwindow): ditto.
13982
13983         * redisplay-x.c (x_output_display_block): recode for layouts as
13984         widgets.
13985
13986         * redisplay-output.c (redisplay_output_layout): recode for layouts
13987         as widgets.
13988         (compare_runes): remove layout references.
13989
13990         * redisplay-msw.c (mswindows_output_display_block): recode for
13991         layouts as widgets.
13992
13993         * glyphs-widget.c (image_instantiator_layout): remove
13994         layout_possible_dest_types.
13995         (layout_possible_dest_types): deleted.
13996
13997         * glyphs.h (image_instance_type): remove layout references.
13998         (struct Lisp_Image_Instance): ditto. Add initialized flag.
13999         (IMAGE_INSTANCE_INITIALIZED): new accessor.
14000         (XIMAGE_INSTANCE_INITIALIZED): ditto.
14001
14002 2000-04-25  Andy Piper  <andy@xemacs.org>
14003
14004         * glyphs-widget.c (image_instantiator_buttons):
14005         (image_instantiator_edit_fields):
14006         (image_instantiator_combo_box):
14007         (image_instantiator_scrollbar):
14008         (image_instantiator_progress_guage):
14009         (image_instantiator_tree_view):
14010         (image_instantiator_tab_control):
14011         (image_instantiator_labels):
14012         (image_instantiator_layout): call default post_instantiate method.
14013         (widget_post_instantiate): new function. Simply lays out the
14014         widgets.
14015
14016         * glyphs.h (struct image_instantiator_methods): add
14017         post_instantiate method.
14018
14019         * glyphs.c (instantiate_image_instantiator): add post_instantiate
14020         method calls.
14021
14022 2000-04-23  Andy Piper  <andy@xemacs.org>
14023
14024         * glyphs.h (struct image_instantiator_methods): add
14025         decode_domain_method.
14026         (struct Lisp_Image_Instance): remove subwindow frame - it can be
14027         derived from the domain.
14028         (IMAGE_INSTANCE_FRAME): new accessor.
14029         (XIMAGE_INSTANCE_FRAME): ditto.
14030
14031         * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
14032         instead of _SUBWINDOW_FRAME.
14033         (finalize_image_instance): ditto.
14034         (Fimage_instance_foreground): ditto.
14035         (Fimage_instance_background): ditto.
14036         (image_instantiate): ditto.
14037         (update_subwindow_cachel): ditto.
14038         (update_subwindow): ditto.
14039         (unmap_subwindow): ditto.
14040         (map_subwindow): ditto
14041         (subwindow_instantiate): ditto.
14042         * glyphs-msw.c (mswindows_update_widget): ditto.
14043         (mswindows_progress_gauge_instantiate): ditto.
14044         (mswindows_tab_control_update): ditto.
14045         * glyphs-x.c (x_update_widget): ditto.
14046         (x_widget_instantiate): ditto.
14047         (x_tab_control_instantiate): ditto.
14048         (x_tab_control_update): ditto.
14049         * event-msw.c (mswindows_wnd_proc): ditto
14050
14051         * glyphs-widget.c (image_instantiator_layout): use
14052         subwindow_decode_domain.
14053         (image_instantiator_buttons): ditto.
14054         (image_instantiator_edit_fields): ditto.
14055         (image_instantiator_combo_box): ditto.
14056         (image_instantiator_scrollbar): ditto.
14057         (image_instantiator_progress_guage): ditto.
14058         (image_instantiator_tree_view): ditto.
14059         (image_instantiator_tab_control): ditto.
14060         (image_instantiator_labels): ditto.
14061         (image_instantiator_layout): ditto.
14062
14063         * glyphs.c: add instance error checking to many functions.
14064         (instantiate_image_instantiator): decode device from cache_domain.
14065         (image_instantiate): partially rewrite by using
14066         decode_image_instantiator_domain to determine what domain the
14067         instance needs to be cached in.
14068         (decode_image_instantiator_domain): new function. Determine what
14069         domain the image needs to be cached in.
14070         (check_window_subwindow_cache): new error checking function.
14071         (check_instance_cache_mapper): ditto.
14072         (check_image_instance_structure): ditto.
14073         (subwindow_decode_domain): new function. Encodes a window as a
14074         subwindow's cache domain.
14075         (image_instantiator_format_create): use it for text and
14076         subwindows.
14077
14078 2000-04-21  Andy Piper  <andy@xemacs.org>
14079
14080         * glyphs.c (image_instance_device): new function.
14081         (image_instance_frame): new function.
14082         (image_instance_window): new function.
14083         (image_instance_live_p): new function.
14084
14085         * window.c (mark_window_as_deleted): reset the subwindow_instance_
14086         cache to nil.
14087
14088         * glyphs.h (struct Lisp_Image_Instance): device->domain.
14089         (IMAGE_INSTANCE_DOMAIN): new accessor.
14090         (XIMAGE_INSTANCE_DOMAIN): ditto.
14091
14092         * glyphs-x.c (x_finalize_image_instance): device->domain.
14093
14094         * glyphs-msw.c (init_image_instance_geometry): device->domain.
14095         (mswindows_finalize_image_instance): ditto.
14096
14097         * glyphs-eimage.c (jpeg_instantiate): device->domain.
14098         (gif_instantiate): ditto.
14099         (png_instantiate): ditto.
14100         (tiff_instantiate): ditto.
14101
14102         * glyphs.c (instantiate_image_instantiator): use domain rather
14103         than device.
14104         (mark_image_instance): device -> domain.
14105         (print_image_instance): ditto.
14106         (finalize_image_instance): ditto.
14107         (image_instance_equal): ditto.
14108         (allocate_image_instance): ditto.
14109         (Fcolorize_image_instance): ditto.
14110         (query_string_geometry): ditto.
14111         (image_instantiate): ditto
14112         (query_string_font): ditto.
14113         (image_instantiate): ditto.
14114         (update_subwindow): ditto.
14115         (unmap_subwindow): ditto.
14116         (map_subwindow): ditto.
14117         (subwindow_instantiate): ditto.
14118
14119         * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
14120         (DOMAIN_FRAME): ditto.
14121         (DOMAIN_WINDOW): ditto.
14122         (DOMAIN_LIVE_P): ditto.
14123         (XDOMAIN_DEVICE): ditto.
14124         (XDOMAIN_FRAME): ditto.
14125         (XDOMAIN_WINDOW): ditto.
14126
14127         * specifier.c (Fvalid_specifier_domain_p): add image instances as
14128         a valid specifier domain.
14129
14130 2000-04-19  Andy Piper  <andy@xemacs.org>
14131
14132         * glyphs-widget.c (syms_of_glyphs_widget): remove
14133         widget-callback-current-channel.
14134         (vars_of_glyphs_widget): ditto.
14135         * glyphs.h: ditto
14136
14137         * gui.c (get_gui_callback): revert to previous behaviour.
14138
14139 2000-04-18  Andy Piper  <andy@xemacs.org>
14140
14141         * glyphs.h (struct Lisp_Image_Instance): add margin_width.
14142         (IMAGE_INSTANCE_MARGIN_WIDTH): new.
14143         (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
14144
14145         * glyphs.c (image_instance_equal): add margin_width.
14146         (image_instance_hash): ditto.
14147
14148         * glyphs-widget.c (widget_instantiate): deal with margin-width.
14149         (layout_query_geometry): ditto.
14150         (layout_layout): ditto.
14151         (syms_of_glyphs_widget): add margin-width.
14152         (image_instantiator_layout): allow margin-width.
14153
14154         * glyphs.c (update_widget_instances): make a normal function.
14155         (syms_of_glyphs): remove Qupdate_widget_instances.
14156         * glyphs.h: ditto.
14157
14158         * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
14159         so that we don't corrupt ideas about the last event or
14160         command. Remove widget-callback-current-channel fiddling.
14161         * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
14162
14163 2000-05-01  Martin Buchholz <martin@xemacs.org>
14164
14165         * XEmacs 21.2.33 is released.
14166
14167 2000-05-01  Yoshiki Hayashi  <yoshiki@xemacs.org>
14168
14169         * make-src-depend: Allow dots in header file name.
14170
14171 2000-05-01  Yoshiki Hayashi  <yoshiki@xmacs.org>
14172
14173         * mule-charset.h (struct charset_lookup): Add
14174         next_allocated_1_byte_leading_byte and
14175         next_allocated_2_byte_leading_byte.
14176         * mule-charset.c: Move above two variables so that those values
14177         will be dumped.
14178
14179 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
14180
14181         * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
14182         when string length is zero.
14183         (find_charsets_in_emchar_string): Ditto.
14184
14185 2000-04-29  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
14186
14187         * lisp.h: extern Qdialog and Qmenubar.
14188
14189         * gui-x.c: added events.h.
14190                 also fixed typo which made the file uncompilable.
14191
14192         * general.c: Added Qmenubar and Qdialog
14193
14194 2000-04-28  Ben Wing  <ben@xemacs.org>
14195
14196         * frame-msw.c (mswindows_init_frame_1):
14197         * frame-msw.c (mswindows_mark_frame):
14198         * event-msw.c (mswindows_enqueue_dispatch_event):
14199         * console-msw.h:
14200         * console-msw.h (struct mswindows_frame):
14201         * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
14202         there are now three hash tables for callbacks.
14203         mswindows_enqueue_dispatch_event is no longer static.
14204
14205         * dialog-x.c (maybe_run_dbox_text_callback):
14206         * dialog-x.c (dbox_descriptor_to_widget_value):
14207         switch to new cons3 form for callbacks.
14208
14209         * glyphs-msw.c (mswindows_register_gui_item):
14210         * glyphs-msw.c (mswindows_widget_instantiate):
14211         * glyphs-msw.c (add_tree_item):
14212         * glyphs-msw.c (add_tab_item):
14213         new image instance parameter, so it can be passed to callback-ex.
14214         respect :callback-ex as well as :callback.
14215
14216         * glyphs-widget.c (VALID_GUI_KEYWORDS):
14217         add :callback-ex.
14218
14219         * glyphs.c (print_image_instance):
14220         prettify, e.g. now prints widget type.
14221
14222         * gui-x.h:
14223         certain funs have new image instance parameter.
14224
14225         * gui.c:
14226         * gui.c (get_gui_callback):
14227         * gui.c (gui_item_add_keyval_pair):
14228         * gui.c (gui_item_init):
14229         * gui.c (gui_add_item_keywords_to_plist):
14230         * gui.c (mark_gui_item):
14231         * gui.c (gui_item_hash):
14232         * gui.c (gui_item_equal):
14233         * gui.c (copy_gui_item):
14234         * gui.c (syms_of_gui):
14235         recognize callback-ex in a number of places.
14236         also, fix the annoying "can't get out of yes-no dialog" bug.
14237
14238         * gui.h:
14239         * gui.h (struct Lisp_Gui_Item):
14240         recognize callback-ex in a number of places.
14241
14242         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
14243         new parameter in button_item_to_widget_value.
14244
14245         * glyphs-x.c (x_update_widget):
14246         * glyphs-x.c (x_button_instantiate):
14247         * glyphs-x.c (x_button_update):
14248         * glyphs-x.c (x_progress_gauge_instantiate):
14249         * glyphs-x.c (x_edit_field_instantiate):
14250         * glyphs-x.c (x_combo_box_instantiate):
14251         * glyphs-x.c (x_tab_control_instantiate):
14252         * glyphs-x.c (x_label_instantiate):
14253         new image instance parameter in various places.
14254
14255         * event-Xt.c:
14256         * event-Xt.c (enqueue_Xt_dispatch_event):
14257         this fun gets exported.
14258
14259         * gui-msw.c:
14260         * gui-msw.c (mswindows_handle_gui_wm_command):
14261         handle both :callback and :callback-ex, and generate our own
14262         event because it's one of the callback-ex arguments.
14263
14264         * gui-x.c:
14265         * gui-x.c (popup_selection_callback):
14266         handle both :callback and :callback-ex, and generate our own
14267         event because it's one of the callback-ex arguments.
14268         * gui-x.c (button_item_to_widget_value):
14269         * gui-x.c (gui_items_to_widget_values_1):
14270         * gui-x.c (gui_item_children_to_widget_values):
14271         * gui-x.c (gui_items_to_widget_values):
14272         new image instance parameter in various places.
14273
14274         * fns.c (Freplace_list):
14275         fix small typo in doc string.
14276
14277         * lisp.h:
14278         declare enqueue_Xt_dispatch_event.
14279
14280 2000-04-28  Ben Wing  <ben@xemacs.org>
14281
14282         * buffer.c:
14283         * buffer.c (Frecord_buffer):
14284         * buffer.c (syms_of_buffer):
14285         delete record-buffer-hook.
14286
14287         * fns.c:
14288         * fns.c (Freplace_list):
14289         * fns.c (syms_of_fns):
14290         new primitive replace-list.
14291
14292         * frameslots.h:
14293         slot for old buffer-alist.
14294
14295         * lisp.h:
14296         exfun replace-list.
14297
14298         * redisplay.c:
14299         * redisplay.c (redisplay_frame):
14300         * redisplay.c (syms_of_redisplay):
14301         * redisplay.c (vars_of_redisplay):
14302         new hook buffer-list-changed-hook.
14303         call it.
14304
14305 2000-04-27  Ben Wing  <ben@xemacs.org>
14306
14307         * extents.h: extern in_modeline_generation.
14308
14309         * redisplay.c (generate_formatted_string_db): set
14310         in_modeline_generation.
14311
14312         * extents.c (extent_changed_for_redisplay): don't mark redisplay
14313         flags if in modeline generation.  otherwise frame-modified-tick
14314         is ticked far too often.
14315         Declare in_modeline_generation.
14316
14317 2000-04-26  Ben Wing  <ben@xemacs.org>
14318
14319         * emacs.c (vars_of_emacs): document quick-build "error-checking"
14320         option.
14321         (vars_of_emacs): add quick-build as an error-checking option.
14322         A bit kludgy, but there doesn't seem much point in creating
14323         a real var for this.
14324
14325         * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
14326
14327 2000-04-14  IKEYAMA Tomonori  <tomonori@suiyokai.org>
14328
14329         * redisplay.h (struct display_line): Add a new variable,
14330         line_continuation.
14331
14332         * redisplay.c (create_text_block): Set dl->line_continuation if
14333         the line continues.
14334         (create_string_text_block): Ditto.
14335         (regenerate_window_incrementally): Use line_continuation instead
14336         of searching continuation glyph.
14337         (add_margin_runes): Call add_glyph_rune.
14338         (add_glyph_rune): Handle margin glyph.
14339
14340 2000-04-20  Martin Buchholz  <martin@xemacs.org>
14341
14342         * filelock.c (fill_in_lock_file_name):
14343         ANSIfy.
14344         Check for IS_ANY_SEP instead of '/'.
14345         (lock_file_1):
14346         Avoid generating gratuitous garbage.  Call user_login_name() directly.
14347         Never check errno without first seeing that system call failed.
14348         (unlock_file): Add GCPRO.
14349         (Flock_buffer): Fix docstring.
14350         (Ffile_locked_p): Fix docstring.  Add GCPRO.
14351
14352 2000-04-19  Martin Buchholz  <martin@xemacs.org>
14353
14354         * sysdep.c (get_pty_max_bytes):
14355         Fix hangs on DEC OSF 4.0 when (process-send-string) sends
14356         strings longer than 252 bytes.
14357
14358         * md5.c: Unconditionally include ANSI header <limits.h>
14359
14360         * glyphs-x.c (convert_EImage_to_XImage):
14361         * lisp-union.h (union Lisp_Object):
14362         Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
14363
14364 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
14365
14366         * filelock.c (current_lock_owner): Remove unused variable o, p.
14367
14368 2000-04-17  Norbert Koch  <n.koch@eai-delta.de>
14369
14370         * callint.c: Remove multiply defined symbol Qlet
14371         (syms_of_callint): ditto.
14372
14373 2000-04-14  Andy Piper  <andy@xemacs.org>
14374
14375         * general.c (syms_of_general): add last-command, this-command, let
14376         and funcall.
14377
14378         * lisp.h: declare various symbols.
14379
14380         * glyphs.h: declare Qwidget_callback_current_channel;
14381
14382         * glyphs-widget.c (syms_of_glyphs_widget): add
14383         Qgui_callback_current_channel.
14384         (vars_of_glyphs_widget): add Vgui_callback_current_channel.
14385
14386         * gui-msw.c (mswindows_handle_gui_wm_command): bind
14387         widget-callback-current-channel when invoking the interactive
14388         arg. Also bind last-command and next-command when invoking the
14389         widget updates.
14390         * gui-x.c (popup_selection_callback): ditto.
14391
14392         * gui.c (get_gui_callback): massage args so that we are always
14393         calling eval. This allows us to add our own variable bindings
14394         outside.
14395
14396         * glyphs-x.c (x_button_instantiate): use
14397         gui_items_to_widget_values since this is GC safe.
14398         (x_progress_gauge_instantiate): ditto.
14399         (x_edit_field_instantiate): ditto.
14400         (x_label_instantiate): ditto.
14401
14402         * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
14403         (emacs_Xt_event_widget_focus_out): new function
14404         (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
14405         focus.
14406         (emacs_Xt_event_add_widget_actions): new function. add focus
14407         functions as actions.
14408         (init_event_Xt_late): use it.
14409
14410 2000-04-14  Hrvoje Niksic  <hniksic@iskon.hr>
14411
14412         * event-stream.c (Fdispatch_event): Doc fix.
14413
14414 2000-03-29  SL Baur  <steve@musashimaru.m17n.org>
14415
14416         * postgresql.c: Remove all references to PQsetenv*.
14417
14418         * postgresql.h: Remove references to PGsetenvHandler object.
14419         * lrecord.h (lrecord_type): Ditto.
14420
14421 2000-04-11  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
14422
14423         * glyphs-msw.h (struct mswindows_image_instance_data): Added
14424         real_heigh and real_width members, and accessor macros for these.
14425
14426         * glyphs-msw.c (init_image_instance_geometry): New function.
14427         (init_image_instance_from_dibitmap): Use it.
14428         (mswindows_resource_instantiate): Use it.
14429         (init_image_instance_from_xbm_inline): Use it.
14430         (mswindows_initialize_image_instance_mask): Use real bitmap
14431         geometry.
14432         (mswindows_create_resized_bitmap): Ditto.
14433         (mswindows_create_resized_mask): Ditto.
14434
14435         * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
14436         and bitmap to their surface size.
14437
14438 2000-04-11  Jan Vroonhof  <jan@xemacs.org>
14439
14440         * process-unix.c (unix_send_process): Guard against process MIA
14441         after Faccept_process_output.
14442
14443 2000-04-11  Ben Wing  <ben@xemacs.org>
14444
14445         * eval.c (unbind_to_hairy): fix brokenness introduced by
14446         nanosecond speed improvements.
14447
14448 2000-04-07  Raymond Toy  <toy@rtp.ericsson.se>
14449
14450         * sunplay.c (init_device): To play sounds correctly, the device
14451         apparently needs to be initialized at least once by XEmacs.  Make
14452         it so.
14453
14454 2000-04-10  IKEYAMA Tomonori  <tomonori@suiyokai.org>
14455
14456         * redisplay.c (add_margin_runes): Add text image glyph
14457           handling.
14458
14459 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
14460
14461         * lisp.h (DOESNT_RETURN): Don't declare as volatile when
14462         gcc is newer than 2.5.
14463
14464 2000-04-06  Colin Rafferty  <colin@xemacs.org>
14465
14466         * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
14467
14468         * fns.c (size_bit_vector):
14469         * alloc.c (size_vector):
14470         (make_vector_internal):
14471         (make_bit_vector_internal):
14472         (sweep_bit_vectors_1):
14473         Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
14474
14475 2000-04-06  Andy Piper  <andy@xemacs.org>
14476
14477         * gmalloc.c (malloc): undo previous change.
14478         (malloc): ditto.
14479         (free): ditto.
14480         (realloc): ditto.
14481
14482 2000-04-06  IKEYAMA Tomonori <tomonori@suiyokai.org>
14483
14484         * line-number.c (buffer_line_number): Revert to former version.
14485
14486 2000-04-06  Andy Piper  <andy@xemacs.org>
14487
14488         * gmalloc.c (malloc): add error checking.
14489         (malloc): ditto.
14490         (free): ditto.
14491         (realloc): ditto.
14492
14493         * dialog-x.c (dbox_descriptor_to_widget_value): add extra
14494         button_item_to_widget_value arg.
14495
14496         * glyphs-x.c (x_button_instantiate): add extra
14497         button_item_to_widget_value arg.
14498         (x_progress_gauge_instantiate): ditto.
14499         (x_edit_field_instantiate): ditto.
14500         (x_label_instantiate): ditto.
14501
14502         * gui-x.c (gui_items_to_widget_values_1): add extra
14503         button_item_to_widget_value arg.
14504         (button_item_to_widget_value): add extra menu_item_p arg.
14505
14506         * gui-x.h: change signature of button_item_to_widget_value.
14507
14508         * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
14509         button_item_to_widget_value arg.
14510
14511 2000-04-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
14512
14513         * buffer.h (struct buffer): auto_save_modified should be long.
14514
14515 2000-04-05  Andy Piper  <andy@xemacs.org>
14516
14517         * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
14518         type.
14519         (button_query_geometry): give a little more room so that athena
14520         buttons fit.
14521
14522 2000-04-05  Andy Piper  <andy@xemacs.org>
14523
14524         * faces.c (complex_vars_of_faces): The widget face should inherit
14525         the font of the gui-element face.
14526
14527 2000-04-04  Andy Piper  <andy@xemacs.org>
14528
14529         * glyphs-x.c (x_button_update): new function. unconditionally
14530         update a button's state when the instance is dirty.
14531         (image_instantiator_format_create_glyphs_x): add x_button_update.
14532         (x_widget_instantiate): remove old resize cruft.
14533
14534 2000-04-02  Andy Piper  <andy@xemacs.org>
14535
14536         * frame.c (change_frame_size_1): The introduction of gutters means
14537         that we need to allow 0 as a potential frame dimension.
14538
14539 2000-04-02  IKEYAMA Tomonori  <tomonori@suiyokai.org>
14540
14541         * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
14542         image glyph if allow_cursor.
14543         (add_hscroll_rune): Don't allow cursor to border glyph.
14544         (create_text_block): Ditto.
14545
14546         * redisplay-output.c (redisplay_move_cursor): Do nothing even if
14547         text not in buffer.
14548         (redisplay_output_layout): Call ensure_face_cachel_complete for
14549         text image glyph.
14550
14551
14552 2000-03-16  IKEYAMA Tomonori  <tomonori@suiyokai.org>
14553
14554         * redisplay.c (add_glyph_rune): Adding text image as text runes.
14555
14556         * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
14557         not in buffer
14558
14559         * redisplay-tty.c (tty_output_display_block): Delete the routine
14560         for text image glyph
14561         * redisplay-x.c (x_output_display_block): ditto
14562         * redisplay-msw.c (mswindows_output_display_block): ditto
14563
14564 2000-02-02  Mike Alexander  <mta@arbortext.com>
14565
14566         Note: Some of these were committed by accident as part of other
14567         patches.
14568
14569         * regex.c (regex_compile): Avoid compiler warnings.
14570
14571         * ntproc.c (sys_spawnve): Avoid compiler warnings.
14572
14573         * nt.h: Declare term_ntproc correctly.
14574
14575         * nt.c: Remove incorrect declaration of get_home_directory which
14576         is declared correctly in lisp.h.
14577
14578         * keymap.c (get_keyelt): Avoid compiler warnings.
14579         (raw_lookup_key_mapper): Avoid compiler warnings.
14580
14581         * gutter.c (gutter_was_visible): Add return statement to avoid warning.
14582
14583         * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
14584
14585         * filemode.c (mode_string): Avoid compiler warnings.
14586
14587         * file-coding.c (Fcoding_system_aliasee): Add return statement to
14588         avoid warning.
14589
14590         * events-mod.h: Undef some things that winuser.h defines differently.
14591
14592         * data.c (Faset): Avoid compiler warnings.
14593
14594         * alloc.c (Fmake_byte_code): Avoid compiler warnings.
14595
14596 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
14597
14598         * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
14599         Fall through to simple beep on error.
14600         Replace "extern" by real header file.
14601
14602         * linuxplay.c: Use nativesound.h
14603         (play_sound_data): Return error code. Be less verbose on error.
14604
14605         * sunplay.c: Use nativesound.h
14606         (play_sound_data): Return error code. Be less verbose on error.
14607
14608         * ntplay.c: Use nativesound.h
14609         (play_sound_data): Return fake error code
14610
14611         * sgiplay.c: Use nativesound.h
14612         (play_sound_data): Return error code
14613
14614         * hpplay.c: Use nativesound.h, partially implement
14615         new error code. Break compilation until finished.
14616         (play_sound_data): error code.
14617
14618         * nativesound.h (play_sound_file):
14619           (play_sound_data): Prototype in new header.
14620
14621 2000-03-31  Andy Piper  <andy@xemacs.org>
14622
14623         * glyphs-widget.c: (button_query_geometry): new function. Adjust
14624         for toggle and radio buttons.
14625         (image_instantiator_buttons): use it.
14626
14627 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
14628
14629         * scrollbar-x.c (x_update_vertical_scrollbar_callback):
14630         (x_update_horizontal_scrollbar_callback): Return if no mirror was
14631         found. Scrollbar event probably belonged to some old config.
14632
14633 2000-03-31  Andy Piper  <andy@xemacs.org>
14634
14635         * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
14636         than 1.
14637         (initialize_widget_image_instance): default layout to
14638         LAYOUT_HORIZONTAL rather than 0.
14639         (widget_instantiate): reverse the item list at the end rather than
14640         every iteration.
14641         (layout_layout): re-code for the border text at the front of the
14642         item list rather than at the end.
14643         (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
14644         provided by the user.
14645         (widget_query_geometry): comment.
14646
14647 2000-03-30  Andy Piper  <andy@xemacs.org>
14648
14649         * glyphs-widget.c (image_instantiator_layout): allow standard
14650         widget keywords in layouts.
14651
14652         * gutter.c (output_gutter): cope with nil gutter contents.
14653
14654         * frame.c (Fset_frame_properties): add gutter docs.
14655
14656 2000-03-29  Andy Piper  <andy@xemacs.org>
14657
14658         * toolbar-msw.c (TBSTYLE_FLAT): add.
14659         (mswindows_output_toolbar): minor fiddling.
14660
14661 2000-03-29  Andy Piper  <andy@xemacs.org>
14662
14663         * gutter.c (output_gutter): force gutter size recalculation if
14664         what we are trying to display won't fit.
14665         (update_gutter_geometry): new function. A per-gutter version of
14666         update_frame_gutter_geometry.
14667         (update_frame_gutter_geometry): use it.
14668         (redraw_exposed_gutter): add extra debugging output.
14669
14670 2000-03-28  Mike Alexander  <mta@arbortext.com>
14671
14672         * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
14673         (pdump_file_unmap): Implement it on Windows
14674         (pdump_file_get): Save alocated handles for pdump_file_unmap
14675
14676 2000-03-28  Andy Piper  <andy@xemacs.org>
14677
14678         * gui.c (get_gui_callback): treat Quit specially.
14679
14680 2000-03-27  Andy Piper  <andy@xemacs.org>
14681
14682         * glyphs.c (image_instantiate): be careful to check in the same
14683         way we assigned.
14684
14685 2000-03-27  Didier Verna  <didier@xemacs.org>
14686
14687         * config.h.in: define the proper SMART_INCLUDE macro.
14688         handle renaming of `foo_h_path' to `foo_h_file'.
14689
14690         * database.c: ditto.
14691
14692         * emacs.c: ditto.
14693
14694         * linuxplay.c: ditto.
14695
14696         * terminfo.c: ditto.
14697
14698         * tooltalk.h: ditto.
14699
14700 2000-03-27  Andy Piper  <andy@xemacs.org>
14701
14702         * glyphs-msw.c (mswindows_update_widget): make sure the widget
14703         gets updated whenever the face might have changed.
14704
14705 2000-03-26  Mike Alexander  <mta@arbortext.com>
14706
14707         * dumper.c (pdump_resource_free): Fix the comment.
14708
14709 2000-03-21  Olivier Galibert  <galibert@pobox.com>
14710
14711         * input-method-xlib.c (XIM_init_frame): Remove painful warning.
14712
14713 2000-03-22  Mike Alexander  <mta@arbortext.com>
14714
14715         * dumper.c: Include Windows headers on Windows
14716         (pdump_resource_free): Add a body to the function
14717         (pdump_load): exe_name -> exe_path and add some comments.
14718
14719 2000-03-25  Mike Alexander  <mta@arbortext.com>
14720
14721         * gui.c (copy_gui_item_tree): Return a value in all cases
14722
14723 2000-03-21  Didier Verna  <didier@xemacs.org>
14724
14725         * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
14726         lwlib/config.h.in.
14727         (SMART_INCLUDE): new macro.
14728         (POSTGRES_INCLUDE): new macro to include postgresql headers from
14729         the proper location.
14730
14731         * postgresql.c: use it.
14732
14733         * inline.c: ditto.
14734
14735 2000-03-24  Andy Piper  <andy@xemacs.org>
14736
14737         * gutter.c (redraw_exposed_gutters): must be "in display" when we
14738         do this.
14739
14740 2000-03-24  Andy Piper  <andy@xemacs.org>
14741
14742         * redisplay-output.c (compare_runes): use image_instance_changed
14743         to detect changes. Do not depend on glyphs_changed, only depend on
14744         dirtiness.
14745          (redisplay_output_layout): add debug messages.
14746         (compare_runes): ditto.
14747
14748         * glyphs.h: declare new functions.
14749         (struct Lisp_Image_Instance): remove percent and associated
14750         accessors.
14751
14752         * gui.h: declare new copying functions.
14753
14754         * gui.c (copy_gui_item_tree): new function.
14755         (copy_gui_item): new function.
14756         (gui_item_id_hash): revert to standard hash.
14757         (gui_item_hash): ditto.
14758         (gui_item_hash_internal): deleted.
14759         (mark_gui_item): mark value.
14760         (gui_item_add_keyval_pair): add value.
14761         (gui_item_init): ditto.
14762         (gui_add_item_keywords_to_plist): ditto.
14763         (gui_item_equal): ditto.
14764         (syms_of_gui): add Q_value.
14765
14766         * glyphs-x.c (x_progress_gauge_update): use pending items and
14767         value for setting the state.
14768         (x_update_widget): don't set items from pending here.
14769
14770         * glyphs-widget.c (update_widget): update items here.
14771         (progress_gauge_set_property): use items for storing value. Put
14772         new value in pending items.
14773
14774         * glyphs-msw.c (mswindows_progress_gauge_update): use pending
14775         items for new value. Convert percent -> value.
14776         (mswindows_tab_control_update): don't update items here.
14777
14778         * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
14779         (update_subwindow): ditto.
14780         (image_instance_changed): new function. Compare hash values and
14781         past and present widget items.
14782         (image_instantiate): We more careful about where we instantiate
14783         things.
14784         (image_instantiate): add error checking.
14785
14786         * gutter.c (syms_of_gutter): use -hook.
14787
14788 2000-03-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
14789
14790         * console-tty.c (Fset_console_tty_input_coding_system): Use
14791         Qkeyboard.
14792         (Fset_console_tty_output_coding_system): Use Qterminal.
14793         (tty_init_console): Use Qkeyboard and Qterminal.
14794
14795 2000-03-21  Ben Wing  <ben@xemacs.org>
14796
14797         * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
14798         From Mike Alexander <mta@arbortext.com>.
14799
14800 2000-03-21  Ben Wing  <ben@xemacs.org>
14801
14802         * event-msw.c (mswindows_need_event): Horrible kludge to fix
14803         process brokenness.  Proper implementation to come.
14804         * callproc.c:
14805         Rename call-process-internal to old-call-process-internal.
14806         New impl. in process.el.
14807
14808 2000-03-21  Martin Buchholz  <martin@xemacs.org>
14809
14810         * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
14811
14812 2000-03-20  Andy Piper  <andy@xemacs.org>
14813
14814         * glyphs.c (full_list_hash): make hashes of the same elements in
14815         different orders return different values.
14816
14817 2000-03-20  Martin Buchholz <martin@xemacs.org>
14818
14819         * XEmacs 21.2.32 is released.
14820
14821 2000-03-20  Martin Buchholz  <martin@xemacs.org>
14822
14823         * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
14824         (DFC_MALLOC_USE_CONVERTED_DATA):
14825         Add aliasing-safe casts to allow use with char* or unsigned char*
14826         lvalues.
14827
14828         * eldap.c (Fldap_open):
14829         (Fldap_search_basic):
14830         (Fldap_add):
14831         (Fldap_modify):
14832         Make C++-compilable.
14833         Make sure GCPRO'ed variables are initialized.
14834         Use temp variables to avoid repeated calls to Flength.
14835
14836 2000-03-16  Martin Buchholz  <martin@xemacs.org>
14837
14838         * sysfile.h:
14839         Make sure PATH_MAX is always defined.
14840         Include limits.h for PATH_MAX.
14841         Deprecate use of MAXPATHLEN.
14842
14843 2000-03-10  Martin Buchholz  <martin@xemacs.org>
14844
14845         * emacs.c: Add reinit_vars_of_fileio.
14846         * symsinit.h: Add reinit_vars_of_fileio.
14847         * fileio.c (reinit_vars_of_fileio): New.
14848         * fileio.c (Fmake_temp_name):
14849         Initialize temp_name random number from microseconds to make
14850         collisions even less likely.  Initialize always at process startup
14851         time.  (make-temp-name) used to return the same file name twice in
14852         a row when PDUMP.
14853         Random stylistic fiddling.
14854         Comment fixes.
14855
14856 2000-03-20  Andy Piper  <andy@xemacs.org>
14857
14858         * glyphs.c (image_instantiate): allow text glyphs to be
14859         instantiated in the minibuffer window.
14860
14861 2000-03-19  Andy Piper  <andy@xemacs.org>
14862
14863         * glyphs.c (image_instance_hash): be careful about which items we
14864         hash on.
14865
14866         * glyphs-widget.c (tab_control_set_property): record into pending
14867         items rather than the actual items.
14868
14869         * glyphs-x.c (x_update_widget): use pending items to update with.
14870
14871         * glyphs-msw.c (mswindows_tab_control_update): use pending items
14872         to update with.
14873
14874         * glyphs.c (mark_image_instance): mark pending items.
14875
14876         * window.c (Fset_window_configuration): record the buffer.
14877         (Fselect_window): totally revert previous change which breaks many
14878         things.
14879
14880 2000-03-18  Andy Piper  <andy@xemacs.org>
14881
14882         * glyphs-msw.c (mswindows_tab_control_update): force selected
14883         item.
14884
14885         * glyphs.c (image_instantiate): don't allow the minibuffer as a
14886         window domain cache, otherwise we get inconsistencies at
14887         startup. There is something fishy at startup which can lead to the
14888         minibuffer being the selected window when the gutter content is
14889         instantiated.
14890
14891         * gui.c (parse_gui_item_tree_list): add probably unnecessary
14892         gcpros.
14893         (parse_gui_item_tree_children): ditto.
14894         (parse_gui_item_tree_item): ditto.
14895
14896         * glyphs.c (Fupdate_widget_instances): return something.
14897
14898 2000-03-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
14899
14900         * window.c (Fselect_window): Undo 2000-03-17 change.
14901
14902 2000-03-17  SL Baur  <steve@musashimaru.m17n.org>
14903
14904         * postgresql.c (Fpq_setenv): Remove this turkey when linking
14905         against v7.0 libraries.  Insta-coredump city until the postgres
14906         folks fix it.
14907
14908 2000-03-17  Andy Piper  <andy@xemacs.org>
14909
14910         * faces.c (complex_vars_of_faces): don't give the widget face an
14911         inherited background pixmap.
14912
14913         * glyphs-msw.c (mswindows_tab_control_instantiate): select the
14914         selected item.
14915
14916         * event-stream.c (Fdispatch_non_command_events): return something.
14917
14918         * gutter.c (output_gutter): use widget face.
14919         (clear_gutter): ditto.
14920
14921         * NEWS: adjust again.
14922
14923         * window.c (Fselect_window): make sure this runs to completion to
14924         avoid oddities with Fset_window_configuration.
14925         (Fcurrent_window_configuration): in general do not save the
14926         minibuffer as the selected window.
14927
14928         * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
14929
14930 2000-03-16  Olivier Galibert  <galibert@pobox.com>
14931
14932         * emacs.c (Frunning_temacs_p): Revert previous patch.
14933         (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
14934
14935 2000-03-16  Andy Piper  <andy@xemacs.org>
14936
14937         * glyphs-x.c (x_tab_control_update): if no widget values then
14938         return.
14939
14940         * NEWS: update for new features.
14941
14942         * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
14943         synthetic event to the native system.
14944         (reinit_vars_of_event_Xt): set force_event_pending to
14945         emacs_Xt_force_event_pending.
14946
14947         * events.h (struct event_stream): add force_event_pending.
14948
14949         * specifier.c (recompute_one_cached_specifier_in_window): add
14950         comment.
14951
14952         * redisplay.c (redisplay_frame): don't call
14953         update_frame_subwindows. Reset subwindow cachels when
14954         subwindows_changed, removing this was an optimization too far.
14955
14956         * redisplay-output.c (compare_runes): reorganize so that we catch
14957         glyph changes when we want them. Set optimize_output when this
14958         would help layouts.
14959         (redisplay_output_layout): remove frame_really_changed, use
14960         optimize_output instead.
14961
14962         * redisplay-msw.c (mswindows_output_display_block): reset
14963         optimize_output after outputting a glyph.
14964         * redisplay-x.c (x_output_display_block): ditto.
14965         * redisplay-tty.c (tty_output_display_block): ditto.
14966
14967         * gutter.c: (specifier_vars_of_gutter): use new spec changed
14968         functions.
14969         (gutter_specs_changed): do specific gutter positions.
14970         (top_gutter_specs_changed): new function. Only update the
14971         specified gutter specs.
14972         (bottom_gutter_specs_changed): ditto.
14973         (left_gutter_specs_changed): ditto.
14974         (right_gutter_specs_changed): ditto.
14975
14976         * gui.c (gui_item_hash_internal): new function, does a real hash.
14977         (gui_item_id_hash): use it.
14978         (gui_item_hash): hash the eval'ed gui_item.
14979
14980         * gui-x.c (popup_selection_callback): send an eval event to call
14981         Fupdate_widget_instances.
14982
14983         * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
14984         to call Fupdate_widget_instances.
14985
14986         * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
14987         (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
14988
14989         * glyphs.c: (update_frame_subwindows): deleted.
14990         (Fupdate_widget_instances): new function for updating the dirty
14991         state of widgets that might have changed.
14992         (syms_of_glyphs): add Qupdate_widget_instances.
14993         (full_list_hash): hash a list completely.
14994         (image_instance_hash): use it for items and properties.
14995
14996         * frame-msw.c (mswindows_size_frame_internal): remove unused
14997         variable.
14998
14999         * faces.h (struct face_cachel): fix comment.
15000
15001         * event-stream.c (Fdispatch_non_command_events): new
15002         function. Process non-command events, forcing an event cycle
15003         beforehand.
15004         (syms_of_event_stream): declare.
15005         (event_stream_force_event_pending): new function. Force an event
15006         on the native event queue so that an event cycle will occur next
15007         time we check.
15008
15009         * event-msw.c:
15010         (struct ntpipe_shove_stream):
15011         (mswindows_enqueue_dispatch_event):
15012         (mswindows_dequeue_dispatch_event):
15013         (mswindows_cancel_dispatch_event):
15014         (mswindows_pump_outstanding_events):
15015         (mswindows_drain_windows_queue):
15016         (mswindows_handle_paint):
15017         (mswindows_wnd_proc):
15018         (mswindows_key_to_emacs_keysym):
15019         (get_process_input_waitable):
15020         (emacs_mswindows_delete_stream_pair): re-indent file.
15021         (mswindows_need_event): do not process further fds if the windows
15022         fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
15023         fixes the 100% cpu problem.
15024         (reinit_vars_of_event_mswindows): set force_event_pending to 0.
15025
15026 2000-03-15  Olivier Galibert  <galibert@pobox.com>
15027
15028         * alloc.h: New.
15029         * dumper.h: New.
15030         * dumper.c: New.
15031
15032         * emacs.c: Moved dump file searching to dumper.c.
15033         (Frunning_temacs_p): Fixed.
15034
15035         * alloc.c: Moved everything pdump-related to dumper.c.  Removed
15036         last_lrecord_type_index_assigned.
15037
15038 2000-02-20  Olivier Galibert  <galibert@pobox.com>
15039
15040         * symsinit.h: Added reinit parameter to init_console_stream
15041         declaration.
15042
15043         * lisp.h: Added file parameter to pdump_load declaration.
15044
15045         * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
15046         support.  Added dump file searching.
15047
15048         * config.h.in: Added EMACS_PROGNAME.
15049
15050         * console-stream.c (init_console_stream): Fix reinitialisation
15051         when running from temacs.
15052
15053         * alloc.c (pdump): Add id support.
15054         (pdump_load): Add file parameter and signature/id support.
15055
15056         * Makefile.in.in: Add full pdump support.
15057
15058 2000-03-15  SL Baur  <steve@musashimaru.m17n.org>
15059
15060         * postgresql.c: Update documentation to reflect latest code
15061         status.
15062         (print_result): Show tuple counts in printed representation when
15063         appropriate.
15064         (Fpq_put_nbytes): MULE-ize.
15065         (Fpq_get_line_async): Ditto.
15066
15067 2000-03-14  SL Baur  <steve@musashimaru.m17n.org>
15068
15069         * postgresql.c (Fpq_lo_import): Fix return value.
15070         Suggested by: Kenji Itoh <keit@tpj.co.jp>.
15071
15072 2000-03-13  Ben Wing  <ben@xemacs.org>
15073
15074         * alloc.c (pdump_load):
15075         Fix compile warning under mswin.
15076
15077 2000-03-14  SL Baur  <steve@musashimaru.m17n.org>
15078
15079         * postgresql.c: Mule-ization, bug fixes.
15080         Use PG_CODING to encapsulate coding system name changes.
15081         Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
15082         (pg-coding-system): Create.
15083
15084         (Fpq_conn_defaults): Mule-ize.
15085         (Fpq_connectdb): Mule-ize & bug fix.
15086         (Fpq_connect_start): Mule-ize.
15087         (Fpq_set_client_encoding): Mule-ize.
15088         (Fpq_finish): Document `DEAD' connection status.
15089         (Fpq_clear): Ditto.
15090         (Fpq_pgconn): Mule-ize.
15091         (Fpq_exec): Mule-ize & bug fix.
15092         (Fpq_send_query): Ditto.
15093         (Fpq_get_result): Ditto.
15094         (Fpq_res_status): Mule-ize.
15095         (Fpq_result_error_message): Mule-ize.
15096         (Fpq_ntuples): fix comments.
15097         (Fpq_fname): Mule-ize.
15098         (Fpq_fnumber): Mule-ize.
15099         (Fpq_ftype): fix comments.
15100         (Fpq_get_value): Mule-ize.
15101         (Fpq_cmd_status): Ditto.
15102         (Fpq_cmd_tuples): Ditto.
15103         (Fpq_oid_value): Ditto.
15104         (Fpq_notifies): Ditto.
15105         (Fpq_lo_import): Ditto.
15106         (Fpq_lo_export): Ditto.
15107         (Fpq_get_line): Ditto.
15108         (Fpq_put_line): Mule-ize and bug fix.
15109         (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
15110
15111 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
15112
15113         * postgresql.c (vars_of_postgresql): Mule-ize.
15114         (Fpq_conn_defaults): Ditto.
15115
15116 2000-03-12  Ben Wing  <ben@xemacs.org>
15117
15118         * alloc.c (Fmake_byte_code):
15119         * alloc.c (debug_string_purity_print):
15120         * alloc.c (pdump_backtrace):
15121         * alloc.c (pdump_get_indirect_count):
15122         * alloc.c (pdump_register_sub):
15123         * alloc.c (pdump_register_object):
15124         * alloc.c (pdump_register_struct):
15125         * alloc.c (pdump_dump_data):
15126         * alloc.c (pdump_reloc_one):
15127         Minor cleanups.
15128
15129         * console-msw.c:
15130         * console-msw.c (GetConsoleHwnd):
15131         * console-msw.c (msw_hide_console):
15132         * console-msw.c (msw_show_console):
15133         * console-msw.c (msw_ensure_console_buffered):
15134         * console-msw.c (msw_output_console_string):
15135         * console-msw.c (console_type_create_mswindows):
15136
15137         a) Added functions to manipulate the console window for use with
15138         shell support.
15139
15140         b) Added support for writing text to the console, which is now
15141         used under Windows when xemacs is not being run non-interactively,
15142         to write text that would otherwise be destined for stdout because
15143         under these circumstances, text written to stdout tends to
15144         disappear and not be seen.
15145
15146         * console-msw.h:
15147         * event-Xt.c:
15148         * event-Xt.c (x_event_to_emacs_event):
15149         * event-Xt.c (describe_event_window):
15150         * events-mod.h (XEMACS_MOD_CONTROL):
15151         * events.c:
15152         * events.c (Fmake_event):
15153         * events.c (character_to_event):
15154         * events.c (event_to_character):
15155         * events.c (format_event_object):
15156         * events.c (Fevent_modifiers):
15157         * events.h:
15158         * events.h (struct key_data):
15159         * events.h (struct button_data):
15160         * events.h (struct misc_user_data):
15161         * frame-x.c (Fcde_start_drag_internal):
15162         * frame-x.c (Foffix_start_drag_internal):
15163         * gpmevent.c (Freceive_gpm_event):
15164         * keymap.c:
15165         * keymap.c (bucky_sym_to_bucky_bit):
15166         * keymap.c (control_meta_superify):
15167         * keymap.c (make_key_description):
15168         * keymap.c (keymap_lookup_directly):
15169         * keymap.c (create_bucky_submap):
15170         * keymap.c (keymap_store):
15171         * keymap.c (define_key_check_and_coerce_keysym):
15172         * keymap.c (define_key_parser):
15173         * keymap.c (define_key_alternate_name):
15174         * keymap.c (Fdefine_key):
15175         * keymap.c (raw_lookup_key_mapper):
15176         * keymap.c (struct map_keymap_unsorted_closure):
15177         * keymap.c (map_keymap_unsorted_mapper):
15178         * keymap.c (map_keymap_sort_predicate):
15179         * keymap.c (map_keymap_sorted):
15180         * keymap.c (accessible_keymaps_mapper_1):
15181         * keymap.c (where_is_recursive_mapper):
15182         * keymap.c (describe_map_mapper):
15183         * keymap.c (describe_map_sort_predicate):
15184         * keymap.c (describe_map):
15185         * keymap.c (complex_vars_of_keymap):
15186         And a number of other files, the key modifier preprocessor
15187         constants that xemacs uses have names that conflict with constants
15188         defined under MS Windows for other purposes, so they were renamed
15189         to begin with the prefix XEMACS_. The variables that hold such
15190         modifiers were changed to consistently be of type int to fix
15191         various compile warnings.
15192
15193         * console.c (complex_vars_of_console):
15194         * device.c:
15195         * device-msw.c:
15196         * device-msw.c (mswindows_finish_init_device):
15197         * device-msw.c (msw_get_workspace_coords):
15198         * device-msw.c (mswindows_device_system_metrics):
15199         and various other files, added support for a new
15200         device property called offset-workspace which returns the position
15201         of the upper left corner of the workspace area and goes along with
15202         the existing size-workspace property.
15203
15204         * dialog-msw.c:
15205         * dialog-msw.c (push_bufbyte_string_as_unicode):
15206         * dialog-msw.c (mswindows_popup_dialog_box):
15207         Added support for XEmacs-style accelerator specifications in
15208         button text.  Note: I didn't add support for this under X Windows,
15209         and somebody needs to do this.
15210
15211         * dialog.c:
15212         * dialog.c (Fpopup_dialog_box):
15213         Documented the support for accelerators that was just mentioned.
15214
15215         editfns.c (get_home_directory): Changed behavior under Windows
15216         when HOME not defined; former behavior was irretrievably broken.
15217
15218         * emacs.c:
15219         * emacs.c (main_1):
15220         * emacs.c (main):
15221         * minibuf.c (clear_echo_area_internal):
15222         * minibuf.c (echo_area_append):
15223         * print.c:
15224         * print.c (std_handle_out_external):
15225         * print.c (std_handle_out_va):
15226         * print.c (fatal):
15227         * print.c (write_string_to_stdio_stream):
15228         * print.c (output_string):
15229         * print.c (debug_print):
15230         * print.c (debug_backtrace):
15231         * print.c (debug_short_backtrace):
15232         Cleaned up the code that prints text to stdout so that this can be
15233         changed to output into a console window instead under MS Windows,
15234         as described above.
15235
15236         * eval.c:
15237         * eval.c (DEFEND_AGAINST_THROW_RECURSION):
15238         * eval.c (internal_catch):
15239         * eval.c (unwind_to_catch):
15240         * eval.c (throw_or_bomb_out):
15241         * eval.c (condition_case_1):
15242         * eval.c (signal_1):
15243         * eval.c (check_error_state_sanity):
15244         * eval.c (call_with_suspended_errors_1):
15245         * eval.c (call_with_suspended_errors):
15246         * eval.c (reinit_vars_of_eval):
15247         Added code to catch throw loops and check for a pesky bug that may
15248         be gone now.
15249
15250         * event-msw.c:
15251         * event-msw.c (key_needs_default_processing_p):
15252         * event-msw.c (mswindows_wnd_proc):
15253         * event-msw.c (mswindows_modifier_state):
15254         * event-msw.c (emacs_mswindows_quit_p):
15255         * event-msw.c (vars_of_event_mswindows):
15256         a) Added support for using the alt key to select menu items as is
15257         standard under MS Windows.  This is controlled using the variable
15258         menu-accelerator-enabled, just like under X Windows.  There is an
15259         option on the options menu to turn this support on.  I really
15260         think that it should be on by default under Windows, but I'm not
15261         going to make this change yet.
15262
15263         b)  Added support for dynamic display size changes under Windows.
15264
15265         * event-stream.c:
15266         * event-stream.c (maybe_echo_keys):
15267         * event-stream.c (Fnext_event):
15268         * event-stream.c (command_builder_find_leaf):
15269         * event-stream.c (lookup_command_event):
15270         * event-stream.c (execute_command_event):
15271         * event-stream.c (pre_command_hook):
15272         * event-stream.c (post_command_hook):
15273         * event-stream.c (syms_of_event_stream):
15274         * event-stream.c (vars_of_event_stream):
15275         * event-stream.c (complex_vars_of_event_stream):
15276         * events.h (struct command_builder):
15277
15278         a) Tried to clean up a little bit the horribly written x-specific
15279         accelerator code that crept into this file.  I moved this code
15280         into menubar-x.c where it belongs. I also needed to move the
15281         command builder structure into the file events.h because it is
15282         accessed directly by this accelerator code.  What I didn't do, but
15283         which should be done at some point, is to properly abstract this
15284         code using device methods instead of the kludgy way that it
15285         currently hooks into the event code.
15286
15287         b) Added the lisp variables this-command-properties and
15288         last-command- properties, which should be used to synchronize two
15289         adjacent commands in preference to playing games with the variable
15290         this-command, which is typically what happens.
15291
15292         c) Added some slightly nasty code to hook into the lisp support
15293         for shifted- motion-key selection.  This is actually necessary for
15294         somewhat complicated reasons, which are described in
15295         simple.el. (NB: I think the proper thing would be to have the code
15296         that calls the pre and post command hooks also call out to generic
15297         lisp functions in simple.el, where all built-in stuff could be
15298         added.  I will think about this more.)
15299
15300         * event-unixoid.c (poll_fds_for_input):
15301         * lread.c (readchar):
15302         * redisplay-tty.c (tty_clear_frame):
15303         * redisplay-x.c (x_get_gc):
15304         * signal.c (interrupt_signal):
15305         And a whole bunch of other files: fixed up places that printed
15306         directly to stderr to instead call the function stderr_out so that
15307         the changes I made under Windows work correctly.
15308
15309         * filemode.c (mode_string):
15310         Warning fixes.
15311
15312         * frame-msw.c:
15313         * frame-msw.c (mswindows_size_frame_internal):
15314         Fixed the computation of frame size and position to keep the frame
15315         within the workspace area, rather than within the physical
15316         dimensions of the screen, so that the frame doesn't overlap window
15317         manager decorations, such as the start menu and toolbar, typically
15318         at the bottom of the screen.
15319
15320         * frame.c (vars_of_frame):
15321         Changed the default frame title format under MS Windows to consist
15322         of buffername-XEmacs, which is standard under MS Windows.  I think
15323         it might be a good idea to change this everywhere because I think
15324         it is superior to the current frame title format, but this is the
15325         kind of change that is likely to cause some people to get annoyed,
15326         so I'm not making it.
15327
15328         * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
15329
15330         * gui-msw.c (mswindows_handle_gui_wm_command):
15331         Fixed compile warnings.
15332
15333         * gui-x.c:
15334         * gui-x.c (strdup_and_add_accel):
15335         * gui-x.c (button_item_to_widget_value):
15336         * gui-x.h:
15337         Added code to automatically put an accelerator onto the beginning
15338         of menu items that don't have one as is now the standard, and is
15339         described more later.  Also fixed things so that the menu item
15340         name can be an evaluated expression, again a new standard.
15341
15342         * gui.c:
15343         * gui.c (gui_item_add_keyval_pair):
15344         * gui.c (make_gui_item_from_keywords_internal):
15345         * gui.c (gui_add_item_keywords_to_plist):
15346         * gui.c (gui_item_accelerator):
15347         * gui.c (gui_name_accelerator):
15348         * gui.c (gui_item_included_p):
15349         * gui.c (gui_item_display_flush_left):
15350         * gui.c (gui_item_display_flush_right):
15351         * gui.c (parse_gui_item_tree_item):
15352         * gui.c (parse_gui_item_tree_children):
15353         * gui.c (parse_gui_item_tree_list):
15354         Mule-ized.  Cleanup.  GCPRO addition.
15355
15356         * line-number.c (buffer_line_number):
15357         * lisp.h:
15358         * lisp.h (EMACS_INT_MAX):
15359         Added the manifest constant EMACS_INT_MIN corresponding to the
15360         existing constant EMACS_INT_MAX.  This is partially to fix compile
15361         warnings under Windows, and partly for cleanliness.
15362
15363         * menubar-msw.c:
15364         * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
15365         * menubar-msw.c (msw_translate_menu_or_dialog_item):
15366         * menubar-msw.c (displayable_menu_item):
15367         * menubar-msw.c (populate_menu_add_item):
15368         * menubar-msw.c (populate_or_checksum_helper):
15369         * menubar-msw.c (populate_menu):
15370         * menubar-msw.c (update_frame_menubar_maybe):
15371         * menubar-msw.c (prune_menubar):
15372         * menubar-msw.c (msw_char_is_accelerator):
15373         * menubar-msw.c (unsafe_handle_wm_initmenu_1):
15374         * menubar-msw.c (mswindows_handle_wm_command):
15375         * menubar-msw.c (mswindows_handle_wm_initmenupopup):
15376         * menubar-msw.c (mswindows_handle_wm_initmenu):
15377         * menubar-msw.c (mswindows_update_frame_menubars):
15378         * menubar-msw.c (mswindows_free_frame_menubars):
15379         * menubar-msw.c (mswindows_popup_menu):
15380         Fixed a bug in handling accelerators where an extra character
15381         would be displayed in the menu item.  Also generalized the
15382         function displayable_menu_item because it is now used by the
15383         dialog box code as well.  And finally, added code in the functions
15384         that create the menubar to extract a list of accelerators for the
15385         top level menubar, which is used in the event code to determine
15386         whether a particular alt-key combination should be used to invoke
15387         a menu item, or should be passed through to access the standard
15388         XEmacs keymap binding for this key combination.
15389
15390         Much needed GCPROing.
15391
15392         * menubar-x.c:
15393         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
15394         * menubar-x.c (menu_item_descriptor_to_widget_value):
15395         * menubar-x.c (restore_in_menu_callback):
15396         * menubar-x.c (x_popup_menu):
15397         * menubar-x.c (menu_move_up):
15398         * menubar-x.c (menu_move_down):
15399         * menubar-x.c (menu_move_left):
15400         * menubar-x.c (menu_move_right):
15401         * menubar-x.c (menu_select_item):
15402         * menubar-x.c (command_builder_operate_menu_accelerator):
15403         * menubar-x.c (menu_accelerator_junk_on_error):
15404         * menubar-x.c (command_builder_find_menu_accelerator):
15405         * menubar-x.c (Faccelerate_menu):
15406         * menubar.h:
15407         Moved a whole bunch of code here that was previously in
15408         event-stream.c as described above.  There is also code connected
15409         to the new standard of adding an accelerator to the beginning of
15410         menu items that don't have one as described above and below.
15411
15412         * menubar.c:
15413         * menubar.c (menu_parse_submenu_keywords):
15414         * menubar.c (Fmenu_find_real_submenu):
15415         * menubar.c (Fnormalize_menu_item_name):
15416         * menubar.c (syms_of_menubar):
15417         * menubar.c (vars_of_menubar):
15418         * menubar.c (complex_vars_of_menubar):
15419
15420         a) Cleaned up a bunch of documentation and improved it.
15421
15422         b) XEmacs now automatically adds an accelerator onto the beginning
15423         of any menu items that don't have one.  I did this because there
15424         will inevitably be some menu items on the main menubar that don't
15425         have accelerators on them because the package that adds that
15426         particular menu item hasn't yet been fixed up to have accelerators
15427         in them and it looked rather strange to have some items with and
15428         some items without accelerators, especially since even in items
15429         without accelerators, you can, at least under windows, still
15430         access the item through an accelerator corresponding to the first
15431         character in the item's name.  If people don't like this behavior,
15432         I can add a variable to turn it off optionally, but I'm not sure
15433         this is a good idea because we really do need to have accelerators
15434         on all of the menu items, and if a package doesn't like the
15435         accelerators being put on the first character, then it should put
15436         the accelerators where they belong.
15437
15438         c) I made a behavior change, which is that the descriptor that
15439         specifies the text of the menu item, which formerly was just a
15440         string, can now also be an evaluated expression.  This makes this
15441         descriptor parallel with all of the others, which could also be
15442         evaluated expressions.  This also obviates the need for the
15443         keyword :label, which was previously listed in the documentation
15444         as unimplemented, and which was for the same purpose.
15445
15446         d) GCPROing.
15447
15448         * ntproc.c:
15449         * ntproc.c (new_child):
15450         * ntproc.c (sys_spawnve):
15451         * ntproc.c (find_child_console):
15452         * ntproc.c (sys_kill):
15453         Fixed compile warnings.  By the way, this file should really go
15454         away entirely, and this will happen as soon as Kirill makes his
15455         final round of process cleanups, which affect the function
15456         call-process.
15457
15458         * process-nt.c:
15459         * process-nt.c (struct nt_process_data):
15460         * process-nt.c (find_process_from_pid):
15461         * process-nt.c (send_signal_the_nt_way):
15462         * process-nt.c (enable_child_signals):
15463         * process-nt.c (find_child_console):
15464         * process-nt.c (send_signal_the_95_way):
15465         * process-nt.c (nt_finalize_process_data):
15466         * process-nt.c (ensure_console_window_exists):
15467         * process-nt.c (nt_create_process):
15468         * process-nt.c (nt_kill_child_process):
15469         * process-nt.c (nt_kill_process_by_pid):
15470         * process-nt.c (nt_open_network_stream):
15471         * process-nt.c (vars_of_process_nt):
15472         Copied over code from Emacs 20.5 to correctly send signals to sub-
15473         processes under Windows 95.  Also added code to automatically
15474         create and hide console window when a sub-process is created under
15475         Windows 95, which obviates the need for the separate runemacs.exe
15476         executable, and finally implemented some variables that were
15477         implemented in Emacs 20.5, but previously not in XEmacs.  These
15478         include mswindows- start-process-share-console and
15479         mswindows-start-process-inherit-error-mode. (Both of these only
15480         apply to Windows 95.)
15481
15482         * regex.c (regex_compile): Fixed a compile warning.
15483
15484         * select-msw.c:
15485         * select-msw.c (mswindows_own_selection):
15486         * select-msw.c (mswindows_get_foreign_selection):
15487         * select-msw.c (mswindows_disown_selection):
15488         * select-msw.c (console_type_create_select_mswindows):
15489         * select-msw.c (syms_of_select_mswindows):
15490         Cleaned up the file and implemented the device method
15491         selection_exists_p, which had accidentally been left out.  Also
15492         removed four lisp functions that were remnants from before the
15493         time when the selection code was properly device abstracted.
15494         These functions are no longer needed because there are generic
15495         equivalents, and because they were added recently and don't exist
15496         in FSF Emacs, I don't think there's any problem with just deleting
15497         them.
15498
15499         * sysdep.c:
15500         * sysdep.c (sys_subshell):
15501         Fixed a compile warning, although in this case there's probably
15502         something wrong with this code, and it ought to be looked into
15503         more thoroughly by somebody who understands it.
15504
15505         * window.c:
15506         * window.c (Fwindow_text_area_height):
15507         * window.c (Fwindow_width):
15508         * window.c (Fwindow_full_width):
15509         * window.c (Fwindow_pixel_width):
15510         * window.c (debug_print_window):
15511         * window.c (syms_of_window):
15512         Added functions window-text-area-height and window-full-width,
15513         which are functions for returning various width and height
15514         characteristics of a window. (One of these functions is necessary
15515         for making the file dialog box work correctly, and the other one
15516         was added for completeness.)  Also added a table to the
15517         documentation for window-height which describes the entire scheme
15518         for accessing width and height characteristics of a window.
15519
15520 2000-03-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
15521
15522         * nt.c (fstat): Added a comment for another problem with
15523         non-encapsulated [f]stat(), reported by Adrian Aichner
15524         <aichner@ecf.teradyne.com>.
15525
15526 2000-03-11  Andy Piper  <andy@xemacs.org>
15527
15528         * window.c (make_dummy_parent): initialize subwindow instance
15529         cache.
15530         (Fset_window_configuration): zero extent_modiff.
15531
15532 2000-03-10  Andy Piper  <andy@xemacs.org>
15533
15534         * redisplay.c (Fredraw_frame): reset the changed_set flags so that
15535         more changes can be triggered.
15536         (Fredisplay_frame): ditto.
15537         (Fredraw_device): ditto.
15538         (Fredisplay_device): ditto.
15539         (redisplay_frame): make non-static.
15540         (redisplay_frame): call update_frame_gutter_geometry outside of
15541         display proper.
15542
15543         * gutter.h: declare update_frame_gutter_geometry.
15544
15545         * redisplay.h: declare redisplay_frame.
15546
15547         * gutter.c (update_frame_gutter_geometry): move geometry changes
15548         in update_frame_gutters here. Geometry changes can only occur
15549         outside of redisplay.
15550         (update_frame_gutters): remove geometry change code.
15551         (Fredisplay_gutter_area): make sure that we are in display when we
15552         update and that we have flushed any size changes.
15553
15554 2000-03-11  Andy Piper  <andy@xemacs.org>
15555
15556         * alloc.c (pdump_dump_data): remove i & count shadows.
15557
15558 2000-02-27  Mike Alexander  <mta@arbortext.com>
15559
15560         * sysdep.h: Declare pdump_read_file
15561
15562         * sysdep.c (pdump_read_file): New function
15563
15564         * alloc.c (pdump_load): Call pdump_read_file to get the portable
15565         dump data
15566
15567 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
15568
15569         * lrecord.h: add `lrecord_type_pgsetenv'.
15570
15571 2000-03-08  SL Baur  <steve@musashimaru.m17n.org>
15572
15573         * symsinit.h: declare (vars|syms)_of* functions.
15574         * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
15575
15576 2000-03-06  SL Baur  <steve@musashimaru.m17n.org>
15577
15578         * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
15579
15580         * inline.c: Include postgresql.h lrecord stuffs to placate buggy
15581         GCCs.
15582
15583         * emacs.c (main_1): Call postgres initialization code.
15584
15585         * postgresql.h: New file.  PostgreSQL RDBMS support.
15586         * postgresql.c: New file.
15587
15588 2000-03-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
15589
15590         * redisplay-output.c (redisplay_output_display_block): Disable
15591         redundant code.
15592
15593 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
15594
15595         * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
15596         (Fcanna_henkan_next): Ditto.
15597         (Fcanna_bunsetu_henkou): Ditto.
15598         (Fcanna_henkan_kakutei): Ditto.
15599         (Fcanna_henkan_end): Ditto.
15600         (Fcanna_henkan_quit): Ditto.
15601         (Fcanna_henkan_next): Set retun value correctly.
15602         (c2mu): Use unsigned char instead of signed char.
15603
15604 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
15605
15606         * emacs.c (main_1): Always call syms_of_gui.
15607         * inline.c: include gui.h
15608
15609 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
15610
15611         * redisplay.c (Vvisible_bell): Renamed from visible_bell and
15612         converted to Lisp_Object.
15613         (Qtop_bottom): New variable.
15614         (syms_of_redisplay): Initialize it.
15615         * redisplay.h (Vvisible_bell): Ditto.
15616         * sound.c (ding): Ditto and check if Vvisible_bell is nil.
15617         * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
15618         only flash top and bottom.
15619
15620 2000-03-08  Andy Piper  <andy@xemacs.org>
15621
15622         * buffer.c (Frename_buffer): record new buffer name the right way.
15623
15624 2000-03-08  Andy Piper  <andy@xemacs.org>
15625
15626         * glyphs.c (update_subwindow): increase hash depth so that widget
15627         items get picked up properly.
15628
15629         * redisplay-output.c (compare_runes): increase hash depth so that
15630         widget items get picked up properly.
15631
15632 2000-03-08  Andy Piper  <andy@xemacs.org>
15633
15634         * gutter.c (output_gutter): add some debug.
15635
15636         * glyphs.h (struct Lisp_Image_Instance): add display_hash.
15637         (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
15638         (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
15639
15640         * redisplay-output.c (compare_runes): use display_hash to
15641         determine if glyphs really are not the same.
15642
15643         * glyphs.c (update_subwindow): check display_hash to see if
15644         anything really needs to be updated. If not then do
15645         nothing. Record the display_hash after updating.
15646         (image_instance_equal): compare the image_instance face also.
15647
15648 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
15649
15650         * redisplay.h: Fix comment style.
15651
15652 2000-03-08  Jonathan Harris  <jhar@tardis.ed.ac.uk>
15653
15654         * consle-msw.h (struct mswindows_frame):
15655         Added new member paint_pending to indicate whether a WM_PAINT
15656         magic event has been queued for this frame.
15657
15658         * event-msw.c (mswindows_drain_windows_queue):
15659         Don't queue a WM_PAINT magic event if one is already queued.
15660         (emacs_mswindows_handle_magic_event): clear paint_pending flag.
15661
15662         * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
15663
15664 2000-03-07  Didier Verna  <didier@xemacs.org>
15665
15666         * dired.c: #include `regex.h' after `sysfile.h'.
15667
15668 2000-03-06  Martin Buchholz  <martin@xemacs.org>
15669
15670         * sound.c (init_nas_sound): Fix compiler warning.
15671
15672         * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
15673         (FREE_STRUCT_P):
15674         (MARK_STRUCT_AS_FREE):
15675         (MARK_STRUCT_AS_NOT_FREE):
15676         Make `gcc -fstrict-aliasing' work properly.
15677
15678 2000-03-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
15679
15680         * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
15681         (mswindows_delete_device): Call CoUnnitialize().
15682
15683         * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
15684
15685 2000-02-25    <CraigL@DyCon.com>
15686
15687         * process-nt.c: MinGW now has <shellapi.h>, but still needs
15688         <errno.h>.
15689
15690         * sysdep.c: This extern declaration for environ prevents MinGW
15691         from finding the variable in CRTDLL.DLL.
15692
15693         * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
15694         windows headers.
15695         (SHGFI_EXETYPE): ..
15696         (WM_MOUSEWHEEL): ..
15697         (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
15698         definitions.
15699         (MMRESULT): Removed, now defined in cygwin's windows headers.
15700         (TIMECAPS): ..
15701         (uid_t,gid_t,pid_t,ssize_t): ..
15702         (_timeb): Removed, MinGW defines both _timeb and timeb.
15703         (HAVE_H_ERRNO): Added.
15704         (HAVE_TZNAME): Added, configure is not detecting this.
15705
15706 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
15707
15708         * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
15709         * syntax.c (syntax_match): Use it.
15710
15711         * cmds.c: Import auto-fill-chars from FSF Emacs.
15712         (Vauto_fill_chars): New variables.
15713         (internal_self_insert): Check Vauto_fill_chars.
15714         (vars_of_cmds):
15715         Declare auto-fill-chars as a Lisp variable and initialize it.
15716
15717 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
15718
15719         * fileio.c (Fmake_symbolic_link):
15720         (Ffile_symlink_p):
15721         Run handlers even if local machine doesn't have symlinks.
15722
15723 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
15724
15725         * event-msw.c (mswindows_drain_windows_queue):
15726         Don't generate paint magic events for non-XEmacs frames.
15727
15728 2000-03-05  Andy Piper  <andy@xemacs.org>
15729
15730         * redisplay.c (redisplay_frame): generate_displayable_area and
15731         friends assumes that we are not in GC, we therefore have to make
15732         sure that this doesn't happen.
15733
15734         * gutter.c (calculate_gutter_size): generate_displayable_area
15735         assumes that we are not in GC, we therefore have to make sure that
15736         this doesn't happen.
15737
15738 2000-03-05  Martin Buchholz  <martin@xemacs.org>
15739
15740         * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
15741
15742 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
15743
15744         * redisplay.c (regenerate_window): Make sure we set a sane value
15745         for end_pos even if we jump out of the loop.
15746         (regenerate_window): Answer Ben's question :-).
15747         (start_end_of_last_line): Add may_error argument.
15748         (start_of_last_line):
15749         (end_of_last_line): Pass may_error = 0.
15750         (end_of_last_line_may_error): New function.
15751         (pixel_to_glyph_translation): Use it, so we don't crash in
15752         event_to_glyph.
15753
15754 2000-03-04  Andy Piper  <andy@xemacs.org>
15755
15756         * window.h (struct window): add gutter_extent_modiff.
15757
15758         * window.c (allocate_window): zero out gutter_extent_modiff.
15759
15760         * redisplay.h: declare sync_display_line_structs.
15761
15762         * redisplay.c (add_glyph_rune): add a better comment.
15763
15764         * redisplay-output.c (sync_display_line_structs): made non-static.
15765         (compare_runes): remove unneccesary glyph cachel access.
15766
15767         * gutter.h: declare gutter_extent_signal_changed_region_maybe.
15768
15769         * gutter.c (output_gutter): don't output the gutter if extent
15770         changes only involve extents in buffers. use 4 sets of display
15771         lines.
15772         (gutter_extent_signal_changed_region_maybe): new function. Mark
15773         extents in gutters as changed.
15774         (update_frame_gutters): use 4 sets of display lines.
15775         (reset_gutter_display_lines): ditto.
15776         (free_frame_gutters): ditto.
15777         (redraw_exposed_gutter): force output of gutters.
15778
15779         * frame.h (struct frame): add 4 sets of gutter display lines.
15780
15781         * extents.c: (extent_changed_for_redisplay): signal changes to
15782         extents in strings in the gutter as well as extents in buffers.
15783
15784 2000-03-02  Andy Piper  <andy@xemacs.org>
15785
15786         * gutter.c (specifier_vars_of_gutter): cosmetic changes.
15787
15788         * frame.c (Fmake_frame): make sure the gutters get initialized
15789         after the frame is visible.
15790         (set_frame_selected_window): re-arrange compilation macros a
15791         little.
15792         (change_frame_size_1): mark gutters changed.
15793
15794         * device.c (Fset_device_class): mark gutters changed.
15795
15796 2000-03-01  Andy Piper  <andy@xemacs.org>
15797
15798         * window.c (window_top_frame_gutter_height): deleted.
15799         (window_bottom_frame_gutter_height): ditto.
15800         (window_left_frame_gutter_height): ditto.
15801         (window_right_frame_gutter_height): ditto.
15802         (window_top_gutter_height): don't use them.
15803         (window_bottom_gutter_height): ditto.
15804         (window_left_gutter_width): ditto.
15805         (window_right_gutter_width): ditto.
15806         (Fsplit_window): ditto.
15807         (Fwindow_pixel_edges): don't use border dimensions here.
15808
15809         * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
15810         (update_scrollbar_instance): ditto.
15811
15812         * redisplay.c (generate_modeline): don't take gutters into account.
15813         (generate_modeline): ditto.
15814         (redisplay_frame): small gutter display optimization.
15815
15816         * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
15817
15818         * redisplay-msw.c (mswindows_output_vertical_divider): don't take
15819         gutters into account.
15820
15821         * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
15822         for window position and type.
15823
15824         * gutter.c (get_gutter_coords): fix for frame gutters.
15825         (update_frame_gutters): update frame geometry if the gutters have
15826         changed.
15827         (init_frame_gutters): record current gutter geometries.
15828
15829         * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
15830         var.
15831         (mswindows_widget_instantiate): ditto.
15832
15833         * frame.h (struct frame): add current_gutter_bounds.
15834
15835         * frame.c (change_frame_size_1): position window and minibuffer
15836         appropriately taking into account the frame gutters.
15837
15838         * frame-x.c: (x_initialize_frame_size): take into account the
15839         frame gutters.
15840
15841 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
15842
15843         * emacs.c (data-directory):  Xref `locate-data-file' in docstring.
15844
15845 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
15846
15847         * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
15848
15849 1999-12-30  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
15850
15851         * file-coding.c (reset_decoding_stream): Clear previous
15852         detection state when autodetect.
15853
15854 2000-02-29  Didier Verna  <didier@xemacs.org>
15855
15856         * extents.c (set_extent_glyph_1): don't require extents to be
15857         attached.
15858
15859 2000-02-27  Andy Piper  <andy@xemacs.org>
15860
15861         * gutter.c (Fset_default_gutter_position): don't default left and
15862         right gutter visibility to t.
15863         (Fset_default_gutter_position): run
15864         default-gutter-position-changed-hook.
15865         (syms_of_gutter): add default-gutter-position-changed-hook.
15866
15867 2000-02-26  Andy Piper  <andy@xemacs.org>
15868
15869         * specifier.c (Fmake_specifier): add gutter references.
15870
15871         * gutter.h (RAW_WINDOW_GUTTER): new macro.
15872
15873         * lisp.h: declare Fvalid_plist_p.
15874
15875         * gutter.c (gutter_geometry_changed_in_window): mark the modeline
15876         as changed.
15877         (default_gutter_visible_p_changed_in_window): invalidate gutter as
15878         well as its visibility so that it gets reconstructed.
15879         (construct_window_gutter_spec): new function. Construct a string
15880         to be displayed in the gutter from a plist of strings. Take care
15881         to only use elements that are declared as visible.
15882         (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
15883         WINDOW_GUTTER.
15884         (gutter_validate): allow plists of strings in the specifier.
15885         (gutter_specs_changed): construct the real_gutter from the gutter
15886         specs using construct_window_gutter_spec.
15887         (gutter_visible_validate): gutter-visible is a new specifier type.
15888         (Fgutter_visible_specifier_p): new function for the new specifier.
15889         (syms_of_gutter): declare gutter-visible and
15890         Fgutter_visible_specifier_p.
15891         (specifier_type_create_gutter): intitalize new gutter-visible
15892         specifier.
15893         (reinit_specifier_type_create_gutter): ditto.
15894         (specifier_vars_of_gutter): use new specifier type for gutter
15895         visibility.
15896         (init_frame_gutters): construct real_gutter correctly.
15897         (Fgutter_specifier_p): beef up documentation.
15898         (Fgutter_size_specifier_p): ditto.
15899
15900         * winslots.h: add real_gutter slots.
15901
15902 2000-02-25  Andy Piper  <andy@xemacs.org>
15903
15904         * device-msw.c: Be kind to older cygwin versions. From Raymond
15905         Toy <toy@rtp.ericsson.se>.
15906
15907         * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
15908         earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
15909
15910 2000-02-25  Martin Buchholz  <martin@xemacs.org>
15911
15912         * elhash.c (MARK_OBJ): Practice macro hygiene.
15913
15914 2000-02-24  Martin Buchholz  <martin@xemacs.org>
15915
15916         * miscplay.c: s/__inline__/inline/g;
15917         * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
15918         (get_device_compdc): INLINE ==> static inline
15919         * *.[ch]: Change INLINE to INLINE_HEADER globally.
15920         find -name '*.h' | \
15921         xargs global-replace \
15922         's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
15923
15924 2000-02-25  Andy Piper  <andy@xemacs.org>
15925
15926         * window.c (window_top_frame_gutter_height): new function.
15927         (window_top_window_gutter_height): ditto.
15928         (window_top_gutter_height): use them.
15929         (window_bottom_frame_gutter_height): new function.
15930         (window_bottom_window_gutter_height): ditto.
15931         (window_bottom_gutter_height): use them.
15932         (window_left_window_gutter_width): new function.
15933         (window_left_frame_gutter_width): ditto.
15934         (window_left_gutter_width): use them.
15935         (window_right_window_gutter_width): new function.
15936         (window_right_frame_gutter_width): ditto.
15937         (window_right_gutter_width): use them.
15938         (window_pixel_height): new function. calulate window pixel height
15939         with frame gutter involvement.
15940         (Fsplit_window): calculate new sizes taking frame gutters into
15941         account.
15942         (window_char_height_to_pixel_height): don't include frame gutters.
15943         (window_char_height): use window_pixel_height.
15944         (window_pixheight): rename from window_pixel_height.
15945         (change_window_height): use it.
15946         (window_pixel_height_to_char_height): don't include frame gutters.
15947         (window_char_width_to_pixel_width): ditto.
15948
15949 2000-02-25  Andy Piper  <andy@xemacs.org>
15950
15951         * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
15952         if it is.
15953
15954 2000-02-24  Martin Buchholz  <martin@xemacs.org>
15955
15956         * alloc.c (staticpro):
15957         (staticpro_nodump):
15958         (dumpstruct):
15959         (dumpopaque):
15960         (pdump_wire):
15961         (pdump_wire_list):
15962         (compact_string_chars):
15963         (pdump_dump_wired):
15964         Convert:  if (foo) abort();  ==>  assert (! foo);
15965
15966         * eldap.c (Fldap_search_basic):
15967         (Fldap_add):
15968         (Fldap_modify):
15969         (Fldap_delete):
15970         Fix compiler warnings, and possible crashes if (random) return
15971         value were to be used.
15972
15973 2000-02-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
15974
15975         * device-msw.c: Workaround ResetDC failure.
15976
15977         * frame-msw.c (msprinter_init_frame_3): Added an assertion before
15978         applying a devmode.
15979
15980         * redisplay-msw.c (get_frame_dc): Added start_page_p.
15981         (mswindows_text_width): Do not start printer page.
15982
15983         * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
15984
15985         * glyphs-msw.c: Added image methods to msprinter console and
15986         msprinter-specific image instantiation.
15987
15988 2000-02-20  Mike Alexander  <mta@arbortext.com>
15989
15990         * select-msw.c (Fmswindows_set_clipboard): GC protect more things
15991         to avoid crashes when selection-sets-clipboard is on
15992         (mswindows_own_selection): ditto
15993
15994 2000-02-19  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
15995
15996         * glyphs-msw.c:
15997         * redisplay-msw.c (get_frame_dc):
15998         (get_frame_compdc):
15999         * console-msw.h:
16000         * device-msw.c (mswindows_init_device):
16001         (mswindows_delete_device):
16002         (msprinter_init_device):
16003         (msprinter_delete_device):
16004         * frame-msw.c (mswindows_init_frame_1):
16005         (mswindows_delete_frame):
16006         (msprinter_init_frame_3):
16007         (msprinter_delete_frame): Move compatible DC to device object from
16008         frame object, for both mswindows and msprinter. Only one at a time
16009         is needed, it is a real waste to have one per frame!
16010
16011 2000-02-23  Andy Piper  <andy@xemacs.org>
16012
16013         * glyphs.c: add dynamic width and height elements.
16014         (image_instance_equal): ditto.
16015
16016         * glyphs-widget.c (widget_query_geometry): calculate width and
16017         height dynamically if required.
16018         (initialize_widget_image_instance): initialize dynamic dimensions.
16019         (widget_instantiate): pick-up dynamic dimensions.
16020
16021         * glyphs.h (struct Lisp_Image_Instance): add width and height for
16022         dynamic determination. Add appropriate macros.
16023
16024         * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
16025         dimensions safe.
16026         (WINDOW_GUTTER_SIZE): ditto.
16027         (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
16028
16029         * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
16030         inline.
16031         (get_frame_dc): ditto.
16032
16033         * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
16034         here.
16035
16036 2000-02-23  Martin Buchholz <martin@xemacs.org>
16037
16038         * XEmacs 21.2.31 is released.
16039
16040 2000-02-22  Ben Wing <ben@xemacs.org>
16041
16042         * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
16043
16044 2000-02-22  Andy Piper  <andy@xemacs.org>
16045
16046         * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
16047
16048 2000-02-21  Mike Sperber <mike@xemacs.org>
16049
16050         * .dbxrc:
16051         * .gdbinit:
16052         * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
16053         variables.
16054
16055 2000-02-21  Mike Sperber <mike@xemacs.org>
16056
16057         * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
16058
16059 2000-02-21  Martin Buchholz <martin@xemacs.org>
16060
16061         * XEmacs 21.2.30 is released.
16062
16063 2000-02-20  Martin Buchholz  <martin@xemacs.org>
16064
16065         Performance hacking.
16066         * *.c (syms_of_*):
16067         Add INIT_LRECORD_IMPLEMENTATION macros, paired with
16068         DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
16069         * emacs.c (main_1):
16070         * lisp.h (DEFUN):
16071         * console.c (DEFVAR_CONSOLE_LOCAL_1):
16072         * buffer.c (DEFVAR_BUFFER_LOCAL_1):
16073         * symeval.h (DEFVAR_SYMVAL_FWD):
16074         * symbols.c (guts_of_unbound_marker):
16075         Make all c_readonly objects also lisp_readonly and marked for life.
16076         * lrecord.h (struct lrecord_implementation):
16077         Document flags better.
16078         * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
16079         * lrecord.h (DECLARE_LRECORD):
16080         * lrecord.h (XSETRECORD):
16081         * lrecord.h (RECORDP):
16082         * lrecord.h (RECORD_TYPEP):
16083         * lrecord.h (RECORD_MARKER): New.
16084         * lrecord.h (error_check_*):
16085         * lrecord.h (CONCHECK_NONRECORD):
16086         * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
16087         * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
16088         * lrecord.h (set_lheader_implementation):
16089         * lrecord.h (enum lrecord_type): New.
16090         * symeval.h (SYMBOL_VALUE_MAGIC_P):
16091         * alloc.c (disksave_object_finalization_1):
16092         * alloc.c (mark_object):
16093         * alloc.c (lrecord_type_index):
16094         * alloc.c (tick_lcrecord_stats):
16095         * alloc.c (Fgarbage_collect):
16096         * alloc.c (init_alloc_once_early):
16097         * alloc.c (pdump_load):
16098         * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
16099         * alloc.c (lrecord_type_index): Delete.
16100         Make lisp object type indexes be constant.
16101           Makes (byte-compile) 5% faster.
16102         Put all marker functions into their own array.
16103           Makes (garbage-collect) 5% faster.
16104         Optimize SYMBOL_VALUE_MAGIC_P.
16105           Makes (byte-compile) 2-3% faster.
16106         * config.h.in (gc_checking_assert): New.
16107         * alloc.c: Use gc_checking_assert().
16108         * .dbxrc: Make compatible with new object type implementation.
16109         * .gdbinit: Make compatible with new object type implementation.
16110         * alloc.c: Delete all symbols defined only for debugging, such as
16111         Lisp_Type_Vector and lrecord_charset.
16112
16113 2000-02-21  Andy Piper  <andy@xemacs.org>
16114
16115         * gui-msw.c (Fmswindows_shell_execute): fix file location
16116         problems.
16117
16118         * buffer.c (Fkill_buffer): remove buffer from alist buffer
16119         unshowing so that set_window_buffer doesn't undo
16120         kill_buffer_hook's hard work.
16121
16122         * glyphs-widget.c (tab_control_query_geometry): don't count the
16123         first item when calculating geometry.
16124
16125         * glyphs.c (map_subwindow): remove redundant code.
16126         (update_frame_subwindows): be more circumspect about when to
16127         update subwindows.
16128
16129         * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
16130         when items haven't changed. Update faces if faces have changed as
16131         well as just the widget face.
16132         (x_tab_control_update): Update faces if faces have changed as well
16133         as just the widget face.
16134
16135 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16136
16137         * device-msw.c: (mswindows_delete_device): Remove redundant DDE
16138         registration.
16139         (build_syscolor_string): Use mswindows_color_to_string to try to
16140         get a named color.
16141         (mswindows_device_system_metrics): Reverse the foreground and
16142         background colors so that they match the documentation.
16143
16144         * objects-msw.c: (mswindows_X_color_map): tweak some values so
16145         they match the default Windows palette.
16146         (mswindows_color_to_string): New function.
16147
16148 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16149
16150         * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
16151
16152 2000-02-18  Olivier Galibert  <galibert@pobox.com>
16153
16154         * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
16155         WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
16156
16157         * symbols.c (init_symbols_once_early): Removed obsolete
16158         DATA_SEG_BITS related kludge.
16159         (defvar_magic): Ditto.
16160
16161         * malloc.c: Removed obsolete DATA_SEG_BITS
16162         * ralloc.c: Ditto.
16163         * mem-limits.h: Ditto.
16164
16165         * Makefile.in.in: Removed obsolete HAVE_SHM
16166         * emacs.c: Ditto.
16167
16168 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16169
16170         *  device-msw.c (mswindows_delete_device): Free DDE string
16171         handles.
16172
16173 2000-02-16  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16174
16175         * keymap.c (get_keyelt):
16176         * unexnt.c (unexec):
16177         * vm-limit.c (memory_warnings):
16178         * ntheap.c (recreate_heap):
16179         * ntheap.h (UNINIT_PTR):
16180         * select-msw.c (Fmswindows_get_clipboard):
16181         (Fmswindows_set_clipboard):
16182         * objects-msw.h (MSWINDOWS_BAD_HFONT):
16183         * objects-msw.c:
16184         * menubar-msw.c (displayable_menu_item):
16185         * glyphs-msw.c:
16186         * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
16187         * sysdep.c (sys_subshell):
16188         * process-nt.c (nt_create_process):
16189         * nt.c (normalize_filename):
16190         (dostounix_filename):
16191         (unixtodos_filename):
16192         * ntproc.c (win32_executable_type):
16193         * ntplay.c (play_sound_data_1):
16194         (play_sound_file):
16195         * editfns.c (get_home_directory):
16196         * event-msw.c (struct winsock_stream):
16197         (mswindows_dde_callback):
16198         * device-msw.c (msprinter_init_device):
16199         (msprinter_get_devmode_copy): Frobbed syntax frivolities.
16200
16201         * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
16202         mswindows_clear_toolbar were swapped!
16203
16204         * objects-msw.c:(colormap_t):
16205         (fontmap_t):
16206         * emacs.c (struct standard_args): Fixed const jumble.
16207
16208         * glyphs-widget.c (update_widget): Fixed comparison notation.
16209
16210         * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
16211
16212         * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
16213         __declspec(noreturn) syntax.
16214
16215 2000-02-19  Martin Buchholz  <martin@xemacs.org>
16216
16217         * eldap.c (Fldap_open):
16218         (Fldap_search_basic):
16219         (Fldap_add):
16220         (Fldap_modify):
16221         Use new coding system conversion macros.
16222
16223 2000-01-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
16224
16225         * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
16226
16227 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
16228
16229         * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
16230         (Fldap_add, Fldap_modify, Fldap_delete): New functions
16231
16232         * eldap.c (Qadd, Qreplace): New constant symbols
16233         (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
16234         interruptions by XEmacs signals
16235         Remove unnecessary calls to slow_down_interrupts and
16236         speed_up_interrupts
16237         (Fldap_search_basic): Renamed from Fldap_search_internal
16238         Added new optional parameter VERBOSE that triggers the
16239         display of progress messages
16240         Remove unnecessary calls to slow_down_interrupts and
16241         speed_up_interrupts
16242         LDAP result code analysis rewritten
16243         (Fldap_add, Fldap_modify, Fldap_delete): New functions
16244         (syms_of_eldap): Define the new symbols and functions
16245
16246
16247 2000-02-17  Martin Buchholz  <martin@xemacs.org>
16248
16249         * realpath.c: Determine PATH_MAX maximally portably.
16250
16251         * insdel.c (bytecount_to_charcount): Optimize.
16252         The function used to be optimized for entirely ASCII sequences.
16253         Now it is optimized for successive characters from the same
16254         charset.  This also wins big for _mostly_ ASCII sequences.
16255
16256         * fileio.c (Ffile_truename): convert return from realpath() using
16257         Qfile_name, not Qbinary.  Fixes obvious bug with non-ASCII symlinks.
16258         - Rewrite GCPROing slightly.
16259
16260         * sysdep.c (sys_open): Do filename conversion, like all other
16261         sys_* functions.  Fixes bug:
16262         (let ((file-name-coding-system 'iso-8859-2))
16263            (write-region x y latin2-name))
16264         ==> writes filename using internal encoding.
16265
16266 2000-02-18  Martin Buchholz  <martin@xemacs.org>
16267
16268         * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
16269         * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
16270         * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
16271         * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
16272         * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
16273         * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
16274         * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
16275         (CONST_IF_NOT_DEBUG): Delete.
16276         * alloc.c (this_one_is_unmarkable): Delete.
16277         (mark_object): Don't check for this_one_is_unmarkable. Use the
16278         c_readonly flag instead.
16279         * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
16280
16281 2000-02-18  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16282
16283         * event-msw.c (mswindows_drain_windows_queue):
16284         (emacs_mswindows_handle_magic_event): Remove attempt to optimise
16285         away redundant repaint events.
16286
16287 2000-02-17  Andy Piper  <andy@xemacs.org>
16288
16289         * redisplay.h: declare mark_redisplay_structs.
16290
16291         * redisplay.c (redisplay_window):
16292         (redisplay_frame): don't check subwindows_state_changed.
16293         (mark_redisplay): mark gutters here.
16294
16295         * glyphs.c: (instantiate_image_instantiator): always layout if we
16296         haven't done so already.
16297         (allocate_image_instance): don't mark as dirty.
16298         (update_subwindow): bind inhibit_quit.
16299
16300         * gutter.c (mark_gutters): new function.
16301
16302         * glyphs-x.c (x_update_widget): Always resize to get round a
16303         widget bug.
16304
16305         * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
16306         breaking absolutely everything.
16307
16308         * gutter.h: declare mark_gutters.
16309
16310 2000-02-16  Martin Buchholz <martin@xemacs.org>
16311
16312         * XEmacs 21.2.29 is released.
16313
16314 2000-02-15  Olivier Galibert  <galibert@pobox.com>
16315
16316         * fns.c (size_bit_vector): Fix computation of the size.
16317
16318 2000-02-15  Martin Buchholz  <martin@xemacs.org>
16319
16320         * *.[ch]: Change CONST to const globally.
16321         find -name '*.[ch]' | \
16322         xargs global-replace \
16323         's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
16324         - Remove vestigial references to CONST_IS_LOSING
16325
16326 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16327
16328         * event-msw.c (mswindows_drain_windows_queue): Remove hack to
16329         bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
16330         events instead of dispatching them directly.
16331         (mswindows_handle_paint): New function to do repainting.
16332         (mswindows_wnd_proc):
16333         (emacs_mswindows_handle_magic_event): Call above function.
16334
16335 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16336
16337         * objects-msw.c (mswindows_create_font_variant): Return the new
16338         font handle.
16339         (initialize_font_instance): Get font metrics from the underlined
16340         variant of the font to cope with the case where the underlined
16341         font has a bigger descent.
16342
16343 2000-02-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
16344
16345         * gui.c (gui_item_accelerator): Return the first underlined
16346         character in item name.
16347
16348 2000-02-11  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16349
16350         * lisp.h: Added Qprinter.
16351
16352         * general.c (syms_of_general): Initialized it.
16353
16354         * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
16355         (get_frame_dc):
16356         (get_frame_compdc): Made inline.
16357
16358         * console.h (struct console_methods): Added eject_page method.
16359
16360         * frame.h: Added FRAME_DISPLAY_P and friends.
16361         Aligned backslahes in many macros in more readable fashion.
16362         Added page_number to struct frame, and an accessor macro
16363         for it.
16364
16365         * defice.h: Added DEVICE_DISPLAY_P and friends.
16366
16367         * device.c (Fdevice_printer_p): Used these.
16368
16369         * frame.c (allocate_frame_core): Initialize page number.
16370         (Fprint_job_page_number):
16371         (Fprint_job_eject_page): Implemented.
16372
16373         * frame-msw.c (msprinter_eject_page): Added method.
16374         (msprinter_start_page): Added.
16375
16376         * window.c (Fwindow_truncated_p): Fixed docstring.
16377         (Fwindow_last_line_visible_height): Implemented.
16378
16379 2000-02-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
16380
16381         * frame.c (change_frame_size_1): Undo 2000-02-03 change.
16382
16383 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
16384
16385         * syntax.c (scan_words): Always advance at least one character.
16386
16387 2000-02-13  Andy Piper  <andy@xemacs.org>
16388
16389         * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
16390         to make sure the glyph is in the cachels.
16391
16392         * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
16393         global image instance flag.
16394         (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
16395         (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
16396
16397         * glyphs.c (allocate_image_instance): set dirty bits correctly.
16398         (Fset_image_instance_property): mark layout as changed.
16399         (invalidate_glyph_geometry_maybe): mark layout as changed.
16400         (glyph_width): use new NEEDS_LAYOUT macro.
16401         (glyph_ascent): ditto.
16402         (glyph_descent): ditto.
16403         (glyph_height): ditto.
16404         (image_instance_layout): mark layout as clean after laying out.
16405         (update_subwindow): don't mark layout as clean here.
16406
16407         * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
16408         should no longer be needed.
16409
16410         * glyphs-x.c (x_update_widget): sanitize asserts.
16411         (x_finalize_image_instance): sanitize assignment to widgets.
16412
16413         * glyphs-widget.c (widget_instantiate): don't need to clear the
16414         layout flag here.
16415
16416 2000-02-13  Martin Buchholz  <martin@xemacs.org>
16417
16418         * sysdep.c (getcwd): Use standard prototype.
16419         * sysdep.h (getcwd): Use standard prototype.
16420
16421         * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
16422         (sequence, start, end).
16423         Remove redundant type checking.
16424         (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
16425         view of `caller-protects') to avoid a crash where the real fix was
16426         found elsewhere.
16427
16428 2000-02-12  Martin Buchholz  <martin@xemacs.org>
16429
16430         * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
16431
16432         * s/sol2.h: Remove feature macro initialization.
16433
16434         * alloc.c (alloc_lcrecord): Add more type checking assertions.
16435         (vector_hash): New.  Code from internal_hash.
16436         * lrecord.h:
16437         Fix up allocation subsystem comments.
16438
16439         * config.h.in: Add __EXTENSIONS__ for Solaris.
16440
16441         * systime.h (EMACS_GETTIMEOFDAY): New.
16442         (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
16443         Remove Solaris-specific code.
16444         Use void* for the (ignored) second arg for gettimeofday().
16445
16446         * elhash.c (hash_table_hash): Implement it, finally.
16447         * elhash.c:  Use hashcode_t.
16448
16449         * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
16450         * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
16451
16452         * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
16453         * fns.c (size_bit_vector):
16454         * alloc.c (size_vector):
16455         (make_vector_internal):
16456         (make_bit_vector_internal):
16457         (sweep_bit_vectors_1):
16458         Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
16459
16460 2000-02-10  Martin Buchholz  <martin@xemacs.org>
16461
16462         * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
16463         Include strings.h to avoid warnings for bzero and strcasecmp.
16464
16465 2000-02-10  Olivier Galibert  <galibert@pobox.com>
16466
16467         * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
16468         * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
16469
16470         * fns.c (size_bit_vector): New.  Declare bit vectors as a
16471         sequence.
16472
16473 2000-02-10  Olivier Galibert  <galibert@pobox.com>
16474
16475         * symeval.h (struct symbol_value_magic): Remove "next" kludge and
16476         use a value field instead.
16477         (symbol_value_forward_forward): Use value field.
16478         (DEFVAR_SYMVAL_FWD): Use value field.
16479         (DEFVAR_SYMVAL_FWD_INT): Added.  Dumps the int with dumpopaque.
16480         (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
16481         (DEFVAR_CONST_INT): Ditto.
16482         (DEFVAR_BOOL): Ditto.
16483         (DEFVAR_CONST_BOOL): Ditto.
16484         (DEFVAR_INT_MAGIC): Ditto.
16485         (DEFVAR_BOOL_MAGIC): Ditto.
16486
16487         * symbols.c (guts_of_unbound_marker): Use value field.
16488         * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
16489         * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
16490
16491         * lisp.h: Declare dumpopaque and noninteractive1.
16492
16493         * alloc.c (dumpopaque): Added.
16494         (pdump_dump_opaquevec): Added.
16495         (pdump): Call pdump_dump_opaquevec to dump opaque data.
16496         (pdump_load): Reload opaque data.  Sync noninteractive1 with
16497         noninteractive.
16498
16499 2000-02-10  Andy Piper  <andy@xemacs.org>
16500
16501         * glyphs.c (image_instance_layout): if the size changes, mark it
16502         as such.
16503
16504         * redisplay-output.c (redisplay_output_layout): Update the
16505         subwindow here.
16506         (redisplay_output_subwindow): ditto.
16507
16508         * glyphs.c (update_subwindow): make sure we reset flags for
16509         layouts as well as everything else.
16510
16511         * glyphs-widget.c (layout_layout): don't need to set the instances
16512         dimensions here.
16513
16514 2000-02-09  Martin Buchholz  <martin@xemacs.org>
16515
16516         * device-x.c (x_init_device): Wrap calls to dll_*  in HAVE_SHLIB,
16517         not HAVE_DLOPEN, which is a lower-level thing.
16518
16519         * .cvsignore: Ignore gmon.out
16520
16521 2000-02-09  Hamish Macdonald <hamishm@lucent.com>
16522
16523         * .cvsignore: Ignore portable dumper xemacs.dmp file
16524
16525 2000-02-09  Andy Piper  <andy@xemacs.org>
16526
16527         * redisplay-output.c (redisplay_output_layout): be more clever
16528         about when we output based on the changed flags.
16529
16530         * glyphs.h (struct image_instantiator_methods): add update_method.
16531         (struct Lisp_Image_Instance): add changed flags. Declare new
16532         macros for manipulating them.
16533
16534         * glyphs.c (allocate_image_instance): renamed glyph -> parent.
16535         (image_instance_parent_glyph): find an image_instance's parent
16536         glyph or image_instance.
16537         (image_instance_layout): mark the size as changed.
16538         (set_image_instance_dirty_p): new function. mark an image
16539         instance, plus all of its parents, as dirty.
16540         (Fset_image_instance_property): use it.
16541         (Fglyph_animated_timeout_handler): use it.
16542         (update_subwindow): call update_widget and device methods for
16543         update_subwindow. Mark all changed flags as clean.
16544         (Fresize_subwindow): mark size as changed.
16545
16546         * glyphs-x.c (x_finalize_image_instance): try and detect gc
16547         failures.
16548         (x_update_subwindow): only resize subwindows here.
16549         (x_update_widget): new function. Update all changed properties of
16550         a widget.
16551         (x_resize_subwindow): deleted.
16552         (x_widget_set_property): deleted.
16553         (x_progress_gauge_set_property): deleted.
16554         (x_progress_gauge_update): new function. Implement recorded
16555         changes.
16556         (x_tab_control_update): ditto.
16557         (x_tab_control_set_property): deleted.
16558         (console_type_create_glyphs_x): declare new functions.
16559         (image_instantiator_format_create_glyphs_x): ditto.
16560
16561         * glyphs-widget.c (widget_set_property): mark text changed.
16562         (update_widget): new function. Update properties of a widget.
16563         (widget_instantiate): for layouts make sure we set their
16564         children's parent correctly.
16565         (tab_control_set_property): new function. Record changes that will
16566         take place under redisplay's control.
16567         (progress_gauge_set_property): ditto.
16568         (image_instantiator_progress_guage): declare new functions.
16569         (image_instantiator_tab_control): ditto.
16570
16571         * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
16572         now.
16573         (mswindows_update_widget): new function. Update all properties on
16574         a widget that have changed.
16575         (mswindows_button_update): new function. Update a button's set
16576         state.
16577         (mswindows_tab_control_update): new function. Update the items in
16578         a tab.
16579         (mswindows_tab_control_set_property): deleted.
16580         (mswindows_progress_gauge_update): new function. Update the
16581         progress gauge's progress.
16582         (mswindows_widget_set_property): deleted. This is all done
16583         asynchronously now.
16584         (mswindows_progress_gauge_set_property): ditto.
16585         (console_type_create_glyphs_mswindows): declare new methods.
16586         (image_instantiator_format_create_glyphs_mswindows): ditto.
16587
16588         * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
16589         (msprinter_set_frame_properties): ditto.
16590
16591         * console.h (struct console_methods): Add update_widget_method.
16592
16593 2000-02-09  Andy Piper  <andy@xemacs.org>
16594
16595         * gui-msw.c (Fmswindows_shell_execute): Make
16596         mswindows-shell-execute industrial strength.
16597
16598 2000-02-08  Martin Buchholz  <martin@xemacs.org>
16599
16600         * lrecord.h: Make macro argument `props' match member function `plist'.
16601         * fns.c (Fget):
16602         * fns.c (Fput):
16603         * fns.c (Fremprop):
16604         * fns.c (Fobject_plist):
16605         * alloc.c:
16606         * symbols.c:
16607         Object property list frobbing cleanup.
16608         - Allow any lisp object (compared with `eq'), not just symbols, as
16609           keys in object plists.
16610         - Move symbol plist frobbing into symbols.c, where it belongs.
16611         - Move string plist frobbing into alloc.c, where it belongs.
16612         - Everything's an lrecord now, so no need to test for symbolp, etc.
16613         - Fix up doc strings to refer to PROPERTY, not PROPNAME.
16614
16615         * extents.c: Reorder code to remove declarations.
16616
16617         * frame.h (store_in_alist): Remove useless declaration.
16618
16619 2000-02-07  Martin Buchholz  <martin@xemacs.org>
16620
16621         * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
16622         * config.h.in: Add HAVE_XCONVERTCASE.
16623
16624 2000-02-07  Andy Piper  <andy@xemacs.org>
16625
16626         * glyphs.c (image_instance_layout): undo 2000-01-29 change since
16627         it breaks many things.
16628
16629 2000-02-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
16630
16631         * src/syntax.h (SYNTAX_START_P): Check whether the two chars
16632         actually can start a common comment type.
16633         * src/syntax.h (SYNTAX_END_P): ditto for end.
16634
16635 2000-02-07  Martin Buchholz <martin@xemacs.org>
16636
16637         * XEmacs 21.2.28 is released.
16638
16639 2000-02-06  Martin Buchholz  <martin@xemacs.org>
16640
16641         * event-Xt.c (x_keysym_to_character): New.
16642         (maybe_define_x_key_as_self_inserting_character): New.
16643         (x_has_keysym): New.
16644         Auto-define all keys on the keyboard as self-insert-key.
16645
16646 2000-02-02  Martin Buchholz  <martin@xemacs.org>
16647
16648         * menubar.c (vars_of_menubar): A small code simplification.
16649
16650         * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
16651
16652         * ExternalShell.c:
16653         * ExternalClient.c:
16654         * EmacsShell-sub.c:
16655         * EmacsManager.c:
16656         * EmacsFrame.c:
16657         Use consistent style for specifying X resources.
16658
16659         * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
16660         This makes (dontusethis-set-symbol-value-handler) actually usable.
16661
16662         * lrecord.h (lrecord_decription_type):
16663         * alloc.c (pdump_register_sub):
16664         (pdump_dump_data):
16665         (pdump_reloc_one):
16666         Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
16667         Comply with XEmacs coding style.
16668         All lrecord descriptions updated to use XD_LISP_OBJECT with 2
16669         args, and XD_LISP_OBJECT_ARRAY with 3 args.
16670
16671         * keymap.c (Faccessible_keymaps):
16672         Make (accessible-keymaps map "\C-h") do the Right Thing.
16673         Make (accessible-keymaps map []) do the Right Thing.
16674         Make (accessible-keymaps map "") do the Right Thing.
16675         (check_keymap_definition_loop): New function.
16676         (keymap_store_internal): Keep luser from shooting self in foot,
16677           via (define-key ctl-x-4-map "p" global-map).
16678         Remove fullness slot from struct Lisp_Keymap, since hash tables
16679         are now reliable.
16680         (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
16681
16682 2000-01-30  Martin Buchholz  <martin@xemacs.org>
16683
16684         * redisplay.c (init_redisplay): Fix small memory leak.
16685         * elhash.h:
16686         * elhash.c (pdump_reorganize_hash_table):
16687         Rename from reorganize_hash_table. Change prototype.
16688         Reuse the original memory for hentries.  Save 100k.
16689         * alloc.c (PDUMP_READ): new macro.
16690         * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
16691         * alloc.c: No need to #ifndef before #undef.
16692
16693         * print.c: Allow debug_print() to print readably by modifying
16694         debug_print_readably.  Use consistent variable names.
16695
16696         * .dbxrc: Try to get things to work even if stopped in a function
16697         without source available by explicitly specifying source files.
16698 2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16699
16700         * unexnt.c (_start): Removed bogus code which caused loading heap
16701         from differrent executable file.
16702         Removed bogus assignment to _fmode, which caused inconsistencies.
16703
16704 2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16705
16706         * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
16707         Have spawnve encapsulation regard DONT_ENCAPSULATE.
16708         Do not preliminary `#define signal sigset'.
16709
16710         * systime.h: Do not prototype environ on windows nt and cygwin,
16711         this conflicts with system header.
16712
16713         * syssignal.h: Use correct define for WINDOWSNT
16714
16715         * sysdep.h: Do not prototype environ on windows nt, this conflicts
16716         with system header.
16717
16718         * sysdep.c (near start of file): Fixed commentary and rearranged
16719         ifdefs in readable order.
16720         (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
16721         (start_of_text):
16722         (end_of_text):
16723         (end_of_data): Do not compile in if using PDUMP.
16724
16725         * symsinit.h: Prototyped vars_of_nt().
16726
16727         * ntproc.c (windows9x_p): Added, instead of os_subtype.
16728         (find_child_console): Use it.
16729         (sys_kill): Use it.
16730
16731         * ntheap.h: Do not extern os_subtype.
16732
16733         * ntheap.c (cache_system_info): Do not cache unneeded:
16734         nt_major_version, nt_minor_version and os_subtype.
16735         (recreate_heap): Do not compile in when PDUMPing.
16736
16737         * nt.c (geteuid and friends): Use the new varibale
16738         nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
16739         (init_user_info): Removed the above mentioned hackery.
16740         (fstat, stat): Do not compile in if using MSVC 5.0 and above -
16741         stat has been fixed in the C runtime.
16742         (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
16743
16744         * file-coding.c (struct file_coding_dump): Do not define
16745         ucs_to_mule_table in the struct if not MULE.
16746         (struct struct lrecord_description fcd_description_1): Do not dump
16747         the above.
16748
16749         * emacs.c (main_1): Call vars_of_nt().
16750         (right before Fdump_emacs_data): Don't need lastfile if using both
16751         portabe dumper and system malloc.
16752
16753         * alloc.c (Fmemory_limit): Conditionalized out.
16754         (pdump): Use OPEN_BINARY for the portable dump file.
16755         (pdump_load): Ditto.
16756
16757 2000-02-02  Mike Alexander  <mta@arbortext.com>
16758
16759         * nt.c (convert_time): Set tm_isdst before calling mktime and
16760         avoid calling it at all if the compiler supports 64 bit integers.
16761         Also initialize utc_base_ft before using it.
16762
16763 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
16764
16765         * frame.c (change_frame_size_1): Take f->internal_border_width
16766         into consideration when calculating the width of the frame.
16767
16768 2000-02-01  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16769
16770         * window.c (frame_min_height):
16771         (frame_size_valid_p):
16772         (frame_pixsize_valid_p): Added.
16773         (check_frame_size): Generalized.
16774
16775         * window.h: Prototyped the above.
16776
16777         * lisp.h:
16778         * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
16779         Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
16780         Deleted Vwin32_* and Vbinary_process_* unused variables.
16781
16782         * device-msw.c (msprinter_init_device): Do not get printer font
16783         list; Added DEVMODE functions.
16784
16785         * frame-msw.c: Added lots of printer code.
16786
16787         * faces.c: Moved 'left-margin and 'right-margin defsymbols to
16788         general.c.
16789
16790         * console-msw.h: Added more msprinter device private slots.
16791
16792 2000-02-01  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16793
16794         * event-msw.c (key_needs_default_processing_p): Added.
16795         (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
16796
16797 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16798
16799         * glyphs.c (image_instance_layout): Mark image instance as clean
16800         after layout.
16801         (glyph_dirty_p): Removed redundant function.
16802         (invalidate_glyph_geometry_maybe): Added.
16803         (update_glyph_cachel_data): Call it.
16804
16805         * glyphs.h: Prototyped it.
16806
16807         * redisplay.c (add_glyph_rune): Call it.
16808         (redisplay_window): Reset glyphs cachels when frame faces have
16809         changed, thus forcing recomputation of built-in border glyphs.
16810
16811 2000-01-30  Martin Buchholz  <martin@xemacs.org>
16812
16813         * Makefile.in.in: Make portable dumper and purify play well together.
16814         Add imperfect, but better than nothing, support for pdump.
16815         Remove xemacs.dmp when temacs is re-generated.
16816         Don't ignore errors when dumping xemacs.
16817
16818         * symbols.c (maybe_call_magic_handler): Remove one magic number.
16819
16820 2000-01-28  Andy Piper  <andy@xemacs.org>
16821
16822         * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
16823         (setup_normal_frame): ditto.
16824         (setup_frame_without_minibuffer): ditto.
16825         (setup_minibuffer_frame): ditto.
16826         (delete_frame_internal): ditto.
16827         (Fmake_frame_invisible): ditto.
16828         (Ficonify_frame): ditto.
16829
16830         * window.h: change Fset_window_buffer signature.
16831
16832         * window.c (Fsplit_window): Use new Fset_window_buffer signature.
16833         (Fset_window_buffer): allow recording of buffer if the window is
16834         the selected window.
16835         (window_loop): Use new Fset_window signature.
16836
16837 2000-01-23  Daniel Pittman  <daniel@danann.net>
16838
16839         * config.h.in: Added template for `HAVE_ATHENA_3D'
16840
16841 2000-01-29  Andy Piper  <andy@xemacs.org>
16842
16843         * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
16844
16845         * gutter.c (output_gutter): Don't output if the window isn't live.
16846
16847 2000-01-28  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16848
16849         * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
16850         of 01/12/00: Moved SetFocus back here where it belongs.
16851
16852 2000-01-23  Andy Piper  <andy@xemacs.org>
16853
16854         * s/cygwin32.h: declare printer things.
16855
16856 2000-01-26  Andy Piper  <andy@xemacs.org>
16857
16858         * select.c (Fown_selection_internal): GCPRO bug fix from Mike
16859         Alexander.
16860
16861 2000-01-24  Andy Piper  <andy@xemacs.org>
16862
16863         * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
16864         (mswindows_button_instantiate): Make sure glyph is a pixmap.
16865
16866         * glyphs-widget.c (widget_instantiate): Avoid shadows.
16867
16868         * frame-msw.c (msprinter_init_frame_3): Nuke warning.
16869
16870         * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
16871
16872         * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
16873         (mswindows_output_display_block): Avoid local shadows.
16874
16875         * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
16876         (mswindows_enqueue_mouse_button_event): ditto.
16877         (mswindows_handle_gui_wm_command): remove declaration.
16878
16879         * console-msw.c (mswindows_canonicalize_console_connection): Avoid
16880         warnings.
16881
16882         * console-msw.h: Avoid shadows.
16883         (mswindows_get_toolbar_button_text):
16884         (emacs_mswindows_create_stream_pair):
16885         (emacs_mswindows_delete_stream_pair):
16886         (mswindows_handle_toolbar_wm_command): declare.
16887
16888         * device-msw.c (build_syscolor_string): Avoid shadows.
16889
16890 2000-01-23  Andy Piper  <andy@xemacs.org>
16891
16892         * glyphs-widget.c (widget_instantiate): reverse the items for
16893         layouts so that children are in the expected order.
16894
16895 2000-01-28  Martin Buchholz  <martin@xemacs.org>
16896
16897         * ralloc.c: safe_bcopy ==> memmove
16898         * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
16899         * s/msdos.h: Remove BCOPY macros.
16900         * insdel.c (gap_right): Remove BCOPY conditional code.
16901         * insdel.c (gap_left): Remove BCOPY conditional code.
16902         XEmacs demands a working ANSI C compiler - hence memmove.
16903
16904         * regex.c (regex_compile): Remove accidental use of trigraphs.
16905
16906 2000-01-27  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16907
16908         * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
16909         event timestamp.
16910
16911 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16912
16913         * event-msw.c (mswindows_drain_windows_queue): Added the
16914         parameter.
16915         (mswindows_need_event): Commented the call to
16916         mswindows_drain_windows_queue().
16917         (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
16918         only.
16919
16920         * console-msw.h: Moved a few function prototypes here from
16921         event-msw.c.
16922
16923         * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
16924         parameter from unsigned short to unsigned long.
16925         (Fmswindows_shell_execute): Added return value.
16926
16927 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
16928
16929         * sysdep.c (init_system_name):
16930           process-unix.c (unix_canonicalized_host_name):
16931         Don't call freeaddrinfo() if getaddrinfo() fails.
16932
16933         * process-unix.c (unix_open_unix_network_stream):
16934         Moved the code to get a port # into address loop.
16935
16936 2000-01-27  Martin Buchholz  <martin@xemacs.org>
16937
16938         * buffer.c (reinit_vars_of_buffer):
16939         The right place to initialize conversion_in_dynarr and
16940         conversion_out_dynarr.
16941
16942         * alloc.c (pdump): Use the real open() till sys_open() is functional.
16943
16944         * process-unix.c (unix_canonicalize_host_name): Muleize.
16945         (unix_open_network_stream): Muleize.
16946
16947         * buffer.h: Fix up prototypes for ralloc.c functions.
16948
16949 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
16950         * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
16951         * sysdep.c: In init_system_name(), add code to use getaddrinfo()
16952                 instead of gethostbyname()
16953         * process-unix.c: In unix_canonicalize_host_name() and
16954                 unix_open_network_stream(), add code to use getaddrinfo()
16955                 instead of gethostbyname().
16956
16957 2000-01-27  Daniel Pittman <daniel@danann.net>
16958
16959         * device-x.c (x_init_device): Warn at run-time if using Athena 3d
16960         libs when built with flat Athena.
16961
16962 2000-01-27  Martin Buchholz  <martin@xemacs.org>
16963
16964         * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
16965         Use coding standards for function prototypes.
16966
16967 2000-01-25  Martin Buchholz  <martin@xemacs.org>
16968
16969         * dialog-msw.c (push_lisp_string_as_unicode):
16970         * doc.c (unparesseuxify_doc_string):
16971         * dired.c (Fuser_name_completion_1):
16972         * dired.c (Fuser_name_all_completions):
16973         * dired.c (free_user_cache):
16974         * dired.c (user_name_completion):
16975         * console-x.c (get_display_arg_connection):
16976         * minibuf.c (clear_echo_area_internal):
16977         * minibuf.c (echo_area_append):
16978         * eldap.c (Fldap_open):
16979         * eldap.c (Fldap_search_internal):
16980         * frame-x.c (x_set_frame_text_value):
16981         * frame-x.c (x_set_frame_properties):
16982         * frame-x.c (x_create_widgets):
16983         * redisplay-tty.c (term_get_fkeys_1):
16984         * objects-x.c (x_parse_nearest_color):
16985         * objects-x.c (x_valid_color_name_p):
16986         * objects-x.c (x_initialize_font_instance):
16987         * objects-x.c (x_list_fonts):
16988         * objects-x.c (x_find_charset_font):
16989         * tooltalk.c (Fadd_tooltalk_message_arg):
16990         * tooltalk.c (Fadd_tooltalk_pattern_attribute):
16991         * tooltalk.c (Fadd_tooltalk_pattern_arg):
16992         * process-unix.c (unix_create_process):
16993         * ntproc.c (sys_spawnve):
16994         * sound.c (Fplay_sound_file):
16995         * sound.c (Fplay_sound):
16996         * buffer.c (init_initial_directory):
16997         * buffer.c (init_buffer):
16998         * editfns.c (init_editfns):
16999         * editfns.c (Ftemp_directory):
17000         * editfns.c (Fuser_full_name):
17001         * editfns.c (uncache_home_directory):
17002         * editfns.c (get_home_directory):
17003         * editfns.c (Fuser_home_directory):
17004         * editfns.c (Fformat_time_string):
17005         * editfns.c (Fcurrent_time_string):
17006         * gui-x.c (button_item_to_widget_value):
17007         * database.c (Fopen_database):
17008         * event-Xt.c (x_to_emacs_keysym):
17009         * event-Xt.c (x_event_to_emacs_event):
17010         * event-Xt.c (describe_event_window):
17011         * event-msw.c (mswindows_wnd_proc):
17012         * glyphs-eimage.c (jpeg_instantiate):
17013         * glyphs-eimage.c (gif_instantiate):
17014         * glyphs-eimage.c (png_instantiate):
17015         * glyphs-eimage.c (tiff_instantiate):
17016         * glyphs-x.c (xbm_instantiate_1):
17017         * glyphs-x.c (x_xbm_instantiate):
17018         * glyphs-x.c (x_xface_instantiate):
17019         * glyphs-x.c (autodetect_instantiate):
17020         * glyphs-x.c (cursor_font_instantiate):
17021         * glyphs-x.c (x_widget_instantiate):
17022         * glyphs-x.c (x_widget_set_property):
17023         * glyphs-x.c (x_widget_property):
17024         * glyphs-x.c (BUILD_GLYPH_INST):
17025         * print.c (write_string_to_stdio_stream):
17026         * print.c (output_string):
17027         * print.c (Falternate_debugging_output):
17028         * print.c (Fexternal_debugging_output):
17029         * glyphs-msw.c (extract_xpm_color_names):
17030         * glyphs-msw.c (mswindows_xpm_instantiate):
17031         * glyphs-msw.c (bmp_instantiate):
17032         * glyphs-msw.c (resource_name_to_resource):
17033         * glyphs-msw.c (mswindows_resource_instantiate):
17034         * glyphs-msw.c (xbm_instantiate_1):
17035         * glyphs-msw.c (mswindows_xbm_instantiate):
17036         * glyphs-msw.c (mswindows_xface_instantiate):
17037         * glyphs-msw.c (mswindows_widget_instantiate):
17038         * glyphs-msw.c (add_tree_item):
17039         * glyphs-msw.c (add_tab_item):
17040         * glyphs-msw.c (mswindows_combo_box_instantiate):
17041         * glyphs-msw.c (mswindows_widget_property):
17042         * glyphs-msw.c (mswindows_combo_box_property):
17043         * glyphs-msw.c (mswindows_widget_set_property):
17044         * console.c (stuff_buffered_input):
17045         * objects-msw.c (mswindows_initialize_color_instance):
17046         * objects-msw.c (mswindows_valid_color_name_p):
17047         * objects-msw.c (mswindows_list_fonts):
17048         * objects-msw.c (mswindows_font_instance_truename):
17049         * bytecode.c (optimize_compiled_function):
17050         * select-x.c (symbol_to_x_atom):
17051         * select-x.c (x_atom_to_symbol):
17052         * select-x.c (hack_motif_clipboard_selection):
17053         * select-x.c (selection_data_to_lisp_data):
17054         * select-x.c (lisp_data_to_selection_data):
17055         * select-x.c (Fx_get_cutbuffer_internal):
17056         * select-x.c (Fx_store_cutbuffer_internal):
17057         * buffer.h (TO_EXTERNAL_FORMAT): New function.
17058         * buffer.h (TO_INTERNAL_FORMAT): New function.
17059         * emacs.c (make_arg_list_1):
17060         * emacs.c (make_argc_argv):
17061         * emacs.c (main_1):
17062         * emacs.c (Fdump_emacs):
17063         * emacs.c (split_string_by_emchar_1):
17064         * file-coding.h:
17065         * lisp.h:
17066         * lstream.h:
17067         * symsinit.h:
17068         * device-x.c (x_init_device):
17069         * device-x.c (Fx_valid_keysym_name_p):
17070         * device-x.c (Fx_get_font_path):
17071         * device-x.c (Fx_set_font_path):
17072         * glyphs.c (bitmap_to_lisp_data):
17073         * glyphs.c (pixmap_to_lisp_data):
17074         * alloc.c (make_ext_string): Use coding system arguments.  Update
17075         all callers.
17076         * alloc.c (build_string):
17077         * callproc.c (child_setup):
17078         * callproc.c (init_callproc):
17079         * fileio.c (lisp_strerror):
17080         * fileio.c (directory_file_name):
17081         * fileio.c (Fexpand_file_name):
17082         * fileio.c (Ffile_truename):
17083         * fileio.c (Fsysnetunam):
17084         * fileio.c (Fdo_auto_save):
17085         * sysdep.c (sys_readdir):
17086         * tests.c: New file.  Allow adding C tests.
17087         Replace GET_* macros with a more comprehensible and flexible
17088         interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
17089         Modify all calls.
17090         Any coding system can be used to do format conversion.
17091         Eliminate enum external_data_format.
17092         Eliminate convert_to_external_format.
17093         Eliminate convert_to_internal_format.
17094         Make sure file-name, keyboard, terminal, and ctext are always
17095         defined as coding systems or aliases.  Make
17096         file-name-coding-system, terminal-coding-system, and
17097         keyboard-coding-system magical variables that are equivalent to
17098         defining the corresponding coding system aliases.
17099
17100         * file-coding.c (Fcoding_system_canonical_name_p): New function.
17101         * file-coding.c (Fcoding_system_alias_p): New function.
17102         * file-coding.c (Fcoding_system_aliasee): New function.
17103         * file-coding.c (append_suffix_to_symbol): New function.
17104         * file-coding.c (dangling_coding_system_alias_p): New function.
17105         * file-coding.c (Ffind_coding_system):
17106         * file-coding.c (Fcopy_coding_system):
17107         * file-coding.c (encode_coding_no_conversion):
17108         * file-coding.c (syms_of_file_coding):
17109         * file-coding.c (vars_of_file_coding):
17110         Rewrite coding system alias code.
17111         Allow nested aliases, like symbolic links.
17112         Allow redefinition of coding system aliases.
17113         Prevent existence of dangling coding system aliases.
17114
17115         * dired.c (Fuser_name_completion_1):
17116         * dired.c (Fuser_name_all_completions):
17117         A crash would happen if user did QUIT in the middle of building
17118         user_name_cache.  Remove redundant code in mainline and unwind_protect.
17119
17120         * lisp.h:
17121         * dynarr.c (Dynarr_min_size): Make static.  Increase value to 8.
17122
17123         * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
17124         an unsigned char *.  Update all callers.
17125
17126 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17127
17128         * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
17129
17130 2000-01-25  Martin Buchholz  <martin@xemacs.org>
17131
17132         * elhash.c (hentry_description): Use more portable definition.
17133         (resize_hash_table): Initialize new hentries using
17134         xnew_array_and_zero, thereby simplifying the code.
17135
17136         * mule-charset.c (make_charset): Make sure entire object is
17137         initialized, to avoid Purify warnings.
17138
17139         * alloc.c (resize_string): Fix unlikely crash with big strings.
17140
17141 2000-01-24  Martin Buchholz  <martin@xemacs.org>
17142
17143         * realpath.c (xrealpath):
17144         Don't call getwd().
17145
17146 2000-01-25  Martin Buchholz  <martin@xemacs.org>
17147
17148         * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
17149
17150 1999-12-28  Max Matveev  <max@melbourne.sgi.com>
17151
17152         * unexelfsgi.c (unexec): Change the way we decide which segment
17153         should be extended.
17154
17155         Assumption that .bss section should be outside the PT_LOADable
17156         segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
17157         it's present) is inside the 'data' segment. This would fail the
17158         test which was used to find a segment to grow and cover new
17159         heap. Instead of this assumption, I created another one - on IRIX
17160         the segment to grow should start below .bss and it's address
17161         should extent above the end of .bss. Once this segment is
17162         identified, it's grown to accommodate the new heap and new
17163         zero-length .bss section is added at the end of .data2.
17164
17165 2000-01-25  Martin Buchholz  <martin@xemacs.org>
17166
17167         * eval.c (Feval): Wrong number of arguments should use original
17168         function, not the indirect_function version of it.
17169
17170 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
17171
17172         * glyphs-x.c (x_button_instantiate): Don't add image if
17173         it is not a pixmap.
17174         (x_locate_pixmap_file): Call Fexpand_file_name when file name
17175         is relative.
17176
17177 2000-01-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
17178
17179         * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
17180         declaration.
17181         (DEFVAR_INT_MAGIC): Ditto.
17182         (DEFVAR_BOOL_MAGIC): Ditto.
17183         * glyphs.h: Reindent backslash.
17184
17185 2000-01-24  Martin Buchholz  <martin@xemacs.org>
17186
17187         * glyphs-widget.c (layout_query_geometry):
17188         (layout_layout): Use correct types for gheight, gwidth.
17189
17190 2000-01-24  Martin Buchholz  <martin@xemacs.org>
17191
17192         * EmacsManager.c (QueryGeometry): Purified.
17193
17194 2000-01-23  Martin Buchholz  <martin@xemacs.org>
17195
17196         * alloc.c (make_float): Make sure entire object is initialized, to
17197         avoid Purify warnings.
17198         (pdump_register_sub): Remove useless assignment.
17199         (pdump): Use xmalloc, not malloc.
17200         (pdump_load): Use xmalloc, not malloc.
17201
17202 2000-01-23  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17203
17204         * callproc.c:
17205         * dired-msw.c:
17206         * fileio.c:
17207         * process-nt.c:
17208         * redisplay-msw.c:
17209         * sysdep.c: Removed redundant #include <windows.h>
17210
17211 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17212
17213         * frame.c (delete_frame_internal): Do not delete device when its
17214         implementation so declares.
17215         (delete_frame_internal): Set device selected frame to nil when
17216         last frame goes away.
17217
17218         * device-msw.c (msprinter_device_system_metrics): Implemented.
17219         (mswindows_device_system_metrics): Added 'device-dpi property.
17220
17221         * device.c: (Fdevice_printer_p): Added.
17222         Added 'offset-workspace device metric.
17223
17224         * console.h (device_metrics): Declared DM_offset_workspace.
17225
17226 2000-01-23  Martin Buchholz  <martin@xemacs.org>
17227
17228         * fileio.c (Ffile_truename): Remove pointless and confusing
17229         initialization of elen.
17230
17231         * glyphs-widget.c: Compiler warning fixes.
17232
17233 2000-01-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
17234
17235         * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
17236         instead of a Lisp_Object as argument to make it consistent with
17237         the other LIVE_P macros.
17238         (CHECK_LIVE_PROCESS): New macro.
17239
17240         * process.c: Declare Qprocess_live_p.
17241         (Fprocess_live_p): New function.
17242         (create_process): Use PROCESS_LIVE_P.
17243         (read_process_output): Ditto.
17244         (set_process_filter): Ditto.
17245         (Fdelete_process): Ditto.
17246         (kill_buffer_processes): Ditto
17247         (process_send_signal): Use CHECK_LIVE_PROCESS.
17248         (Fprocess_input_coding_system): Check whether process is still
17249         alive (fix PR#1061).
17250         (Fprocess_output_coding_system): Ditto.
17251         (Fprocess_coding_system): Ditto.
17252         (Fset_process_input_coding_system): Ditto.
17253         (Fset_process_output_coding_system): Ditto.
17254
17255 2000-01-23  Andy Piper  <andy@xemacs.org>
17256
17257         * glyphs.h (struct Lisp_Image_Instance): change format by unifying
17258         layout and widget.
17259
17260         * glyphs.c (mark_image_instance): take into account changed
17261         image_instance format.
17262         (image_instance_equal): ditto.
17263         (image_instance_hash): ditto.
17264
17265         * glyphs-widget.c (widget_instantiate): Incorporate layout
17266         instantiation here. Delay layout of the layout until later.
17267         (layout_instantiate): deleted.
17268         (layout_query_geometry): new function. get the geometry of a
17269         layout.
17270         (layout_layout): layout a layout dynamically.
17271         (image_instantiator_widget): New function - splitting up
17272         image_instantiator_format_create_glyphs_widget for netwinder
17273         compilation.
17274         (image_instantiator_buttons):
17275         (image_instantiator_edit_fields):
17276         (image_instantiator_combo_box):
17277         (image_instantiator_scrollbar):
17278         (image_instantiator_progress_guage):
17279         (image_instantiator_tree_view):
17280         (image_instantiator_tab_control):
17281         (image_instantiator_labels):
17282         (image_instantiator_layout): ditto.
17283         (image_instantiator_format_create_glyphs_widget): Call preceding
17284         functions.
17285
17286 2000-01-22  Martin Buchholz  <martin@xemacs.org>
17287
17288         * process.c (Fset_process_coding_system):
17289         * device-x.c (Fx_keysym_hash_table):
17290         Docstring fixes.
17291
17292         * lstream.c (Lstream_write): Return documented value, not 0.
17293
17294         * fileio.c (directory_file_name):
17295         (Fsubstitute_in_file_name):
17296         (Fsubstitute_insert_file_contents_internal):
17297         (Fwrite_region_internal):
17298         * emacs.c:
17299         * sysdep.c:
17300         * getloadavg.c:
17301         * systty.h:
17302         Remove vestigial APOLLO-conditional code.
17303
17304 2000-01-21  Martin Buchholz  <martin@xemacs.org>
17305
17306         * getpagesize.h: Add guard macros.
17307         * libsst.h: Add guard macros.
17308         * libst.h: Add guard macros.
17309         * line-number.h: Add guard macros.
17310         * ndir.h: Add guard macros.
17311         * sysfloat.h: Add guard macros.
17312         * sysfile.h: Add guard macros.
17313         * sysproc.h: Add guard macros.
17314         * syswait.h: Add guard macros.
17315         * xintrinsic.h: Add guard macros.
17316         * xintrinsicp.h: Add guard macros.
17317         * xmmanager.h: Add guard macros.
17318         * xmmanagerp.h: Add guard macros.
17319         * xmprimitive.h: Add guard macros.
17320         * xmu.h: Add guard macros.
17321         * gpmevent.h: Add copyright statement. Add guard macros.
17322         * miscplay.h: Add guard macros.
17323         * *.h: Use consistent C-standards-approved guard macro names.
17324
17325         * opaque.c (make_opaque): Switch parameter order.
17326         * opaque.h (make_opaque): Switch parameter order.
17327         Update all callers.
17328         * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
17329
17330         * config.h.in (type_checking_assert): Added.
17331         (bufpos_checking_assert): Added.
17332
17333 2000-01-21  Martin Buchholz  <martin@xemacs.org>
17334
17335         * alloc.c: Harmless pdump changes.
17336         - Use countof().
17337         - spell alignment correctly.
17338         * sysdep.c: Use countof()
17339
17340 2000-01-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17341
17342         * console.c (create_console): Use CONMETH_OR_GIVEN when calling
17343         initially_selected_for_input() console method, default to 0.
17344         (semi_canonicalize_console_connection): Try to delegate to
17345         canonicalize_console_connection if no such console method.
17346         (canonicalize_console_connection): Vice versa.
17347         (print_console): Do not print nil connection.
17348
17349         * console.h (XDEVIMPF_IS_A_PRINTER): Added.
17350         (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
17351         (XDEVIMPF_FRAMELESS_OK): Added.
17352         (CONSOLE_INHERITS_METHOD): Added.
17353
17354         * console-msw.c (mswindows_canonicalize_console_connection):
17355         Added.
17356         (mswindows_canonicalize_device_connection): Added.
17357
17358         * console-msw.h (struct msprinter_device): Added this struct and
17359         accessor macros.
17360         (mswindows_device): Made fontlist a lisp object.
17361
17362         * device.c (semi_canonicalize_device_connection):  Try to delegate
17363         to canonicalize_device_connection if no such console method.
17364         (canonicalize_device_connection): Vice versa.
17365         (print_device): Do not print nil connection.
17366
17367         * device-msw.c (mswindows_init_device): Call InitCommonControls
17368         when have widgets.
17369         (mswindows_delete_device): Removed fontlist deallocation.
17370         (mswindows_mark_device): Added.
17371
17372         * events.c (event_equal): Added abort() at unreached code.
17373         (event_hash): Ditto.
17374
17375         * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
17376         fallback tags of Windows devices.
17377
17378         * general.c (syms_of_general): Initialized Qmsprinter.
17379
17380         * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
17381         of fallback tags of Windows devices.
17382
17383         * lisp.h: Declared Qmsprinter.
17384
17385         * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
17386         of strings.
17387         (mswindows_list_fonts): Ditto.
17388         (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
17389         that it can be used by both mswindows and msprinter devices.
17390         (initialize_font_instance): Added.
17391         (mswindows_initialize_font_instance): Use it.
17392         (msprinter_initialize_font_instance): Added.
17393
17394         * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
17395         and implementation flags check.
17396         (redisplay_without_hooks): Changed the call to the above.
17397         (Fredraw_device): Ditto.
17398         (Fredisplay_device): Ditto.
17399
17400         * redisplay-msw.c (get_frame_dc): Implemented.
17401         (get_frame_compdc): Implemented.
17402         (many functions): Use the two functions above to get device
17403         contexts, ether for a window or a printer.
17404
17405 2000-01-21  Olivier Galibert  <galibert@pobox.com>
17406
17407         * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
17408         initialization here.
17409         (init_symbols_once_early): Call it.
17410         * emacs.c (main_1): Call it.
17411         * symsinit.h: Declare it.
17412
17413 2000-01-19  Olivier Galibert  <galibert@pobox.com>
17414
17415         * alloc.c: Use a lrecord_header * in the backtrace instead of a
17416         Lisp_Object.
17417         (pdump_backtrace): Ditto.
17418         (pdump_register_object): Ditto.  Cleanup use of the pointers.
17419         (pdump_get_entry): Abort if trying to register a null pointer.
17420         (pdump_dump_data): Cleanup types when relocating.
17421         (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
17422         (pdump_dump_rtables): Remove bad casts.
17423         (pdump_load): Cleanup relocation w.r.t union type.  Use a
17424         Lisp_Object instead of a EMACS_INT for the hashtable
17425         reorganization.
17426
17427 2000-01-20  Martin Buchholz  <martin@xemacs.org>
17428
17429         * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
17430
17431         * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
17432
17433         * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
17434
17435         * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
17436
17437 2000-01-17  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17438
17439         * faces.h (FACE_STRIKETHRU_P): Added.
17440
17441         * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
17442         of font variants.
17443
17444         * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
17445         (mswindows_set_dc_font): New function, aware of font variants,
17446         separated from mswindows_update_dc.
17447
17448         * objects-msw.h (struct mswindows_font_instance_data): Added
17449         definition.
17450
17451         * objects-msw.c (mswindows_finalize_font_instance): Delete all
17452         cached fonts and the data structure.
17453         (mswindows_initialize_font_instance): Added creation of font data
17454         structure.
17455         (mswindows_print_font_instance): Print at least something.
17456         (mswindows_create_font_variant): Implemented.
17457         (mswindows_get_hfont): Implemented.
17458
17459 2000-01-13  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>
17460
17461         * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
17462         prototyping problem with msvc.
17463
17464         * emacs.c (main_1): added syms_of_gui_mswindows() call
17465
17466         * gui-msw.c: added "mswindows-shell-execute" lisp subr and
17467         syms_of_gui_mswindows() function
17468
17469         * symsinit.h: added the prototype for syms_of_gui_mswindows()
17470
17471 2000-01-18  Martin Buchholz <martin@xemacs.org>
17472
17473         * XEmacs 21.2.27 is released.
17474
17475 2000-01-18  Martin Buchholz  <martin@xemacs.org>
17476
17477         * glyphs-eimage.c (struct tiff_error_struct):
17478         (tiff_error_func):
17479         (tiff_warning_func):
17480         #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
17481
17482         * unexmips.c:
17483         * unexhp9k3.c:
17484         * unexfreebsd.c:
17485         * unexec.c: Remove vestigial Lucid C code.
17486         * unexalpha.c:
17487         * unexaix.c:
17488         * termcap.c:
17489         * libsst.c: Ansify.
17490         Remove declarations of errno and strerror().
17491
17492         * eval.c (Fbacktrace): Small Purify-cation.  Fix docstring.
17493
17494         * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
17495
17496 2000-01-16  Martin Buchholz  <martin@xemacs.org>
17497
17498         * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
17499         Optimize.
17500
17501 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
17502
17503         * md5.c:
17504         * file-coding.c:
17505         * file-coding.h:
17506         Change enum eol_type to eol_type_t.
17507
17508 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
17509
17510         * gui.c (get_gui_callback): Check cons before accessing car.
17511
17512 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
17513
17514         * specifier.h (XSPECIFIER_TYPE): Add error checking version.
17515         (XSETSPECIFIER_TYPE): Ditto.
17516
17517 2000-01-17  Didier Verna  <didier@xemacs.org>
17518
17519         * redisplay.c (generate_fstring_runes): compute string size in
17520         characters, not bytes.
17521
17522 2000-01-09  Hrvoje Niksic  <hniksic@iskon.hr>
17523
17524         * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
17525
17526 2000-01-14  Hrvoje Niksic  <hniksic@iskon.hr>
17527
17528         * print.c (print_error_message): Call print_prepare().
17529
17530 2000-01-14  Martin Buchholz  <martin@xemacs.org>
17531
17532         * .dbxrc: Renamed from dbxrc.
17533
17534         * events.c (event_to_character):
17535         Use `assert (foo)' instead of `if (!foo) abort()'
17536
17537         * .gdbinit (xtype): Add documentation.
17538         * .gdbinit (check-temacs): New function.
17539         * .gdbinit (check-xemacs): New function.
17540         * dbxrc (check-xemacs): New function.
17541         * dbxrc (check-xemacs): New function.
17542
17543 2000-01-14  Andy Piper  <andy@xemacs.org>
17544
17545         * glyphs-widget.c (widget_query_geometry): Make sure that we
17546         calculate default dimensions correctly.
17547
17548 2000-01-13  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17549
17550         * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
17551
17552         * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
17553         pdump_wire'd variable.
17554
17555         * emacs.c: (main_1): Conditionalized calls to
17556         reinit_vars_of_scrollbar_x and reinit_vars_of_module.
17557
17558 2000-01-13  Martin Buchholz  <martin@xemacs.org>
17559
17560         * window.c (Fset_window_configuration):
17561         * sysdep.c (_start):
17562         * input-method-motif.c (res):
17563         * event-Xt.c (Xt_process_to_emacs_event):
17564         Simple compiler warning fixes.
17565
17566         * bytecode.c (funcall_compiled_function): Use the original
17567         function symbol on the backtrace list in preference to the
17568         compiled_function object in error messages.
17569
17570 2000-01-13  Andy Piper  <andy@xemacs.org>
17571
17572         * glyphs-x.c (update_widget_face): Make sure we update the widget
17573         background as well as foreground.
17574
17575 2000-01-13  Andy Piper  <andy@xemacs.org>
17576
17577         * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
17578         fields to subwindow.
17579         (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
17580         (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
17581         (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
17582         (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
17583
17584         * glyphs-widget.c (check_valid_tab_orientation): new function.
17585         (initialize_widget_image_instance): zero orientation and
17586         justification.
17587         (widget_instantiate): pick up orientation.
17588         (tab_control_query_geometry): return appropriate values for
17589         vertical tabs.
17590
17591         * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
17592         appropriate creation flags for left, right and bottom tabs.
17593
17594         * s/cygwin32.h: add tab definitions.
17595
17596 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17597
17598         * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
17599         frame upon hiding a subwindow.
17600         (mswindows_button_instantiate): Changed the push button style to
17601         BS_PUSHBUTTON.
17602         (mswindows_button_instantiate): Removed button BS_NOTIFY
17603         style.
17604         (mswindows_button_instantiate): Removed redundant check for
17605         a disabled gui item.
17606         (mswindows_button_instantiate): Made use of WS_TABSTOP
17607         consistent: "operable" controls (edit, button, tree, scroll) have
17608         this style, "display-only" ones (static, progress gauge) do
17609         not. This style is currently ignored by XEmacs though. Also,
17610         removed the WS_EX_CONTROLPARENT style - it is not for children,
17611         it is for their parents!
17612         (mswindows_edit_field_instantiate): Ditto.
17613         (mswindows_progress_gauge_instantiate): Ditto.
17614         (mswindows_tree_view_instantiate): Ditto.
17615         (mswindows_tab_control_instantiate): Ditto.
17616         (mswindows_scrollbar_instantiate): Ditto.
17617         (mswindows_combo_box_instantiate): Ditto.
17618         (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
17619         style to the "clip" window.
17620         (mswindows_button_instantiate): Removed compilation warning by
17621         equally typing terms of the ?: operator.
17622
17623 2000-01-12  Didier Verna  <didier@xemacs.org>
17624
17625         * redisplay.c (generate_fstring_runes): new parameter holding the
17626         last modeline-format extent.
17627         (add_glyph_to_fstring_db_runes): new parameter holding the glyph
17628         extent, fill the glyph block with it.
17629         (generate_fstring_runes): handle these parameters.
17630         (generate_formatted_string_db): ditto.
17631
17632         * keymap.c (get_relevant_keymaps): retreive the keymaps from the
17633         glyphs'extents in the modeline.
17634
17635 1999-01-11  Mike Woolley  <mike@bulsara.com>
17636
17637         * ntheap.c: Reduced the reserved heap space from 1Gb down to
17638         256Mb, as a workaround for the non-starting problem many people
17639         have experienced.
17640
17641 2000-01-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
17642
17643         * console-tty.c (Fset_console_tty_output_coding_system):
17644         Force redrawing tty frame.
17645
17646 2000-01-10  Didier Verna  <didier@xemacs.org>
17647
17648         * redisplay.c (generate_fstring_runes): fix size computation bug.
17649
17650 2000-01-09  William M. Perry <wmperry@aventail.com>
17651
17652         * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
17653
17654 2000-01-09  Andy Piper  <andy@xemacs.org>
17655
17656         * glyphs-msw.c: index -> i to avoid shadows.
17657         (xbm_create_bitmap_from_data): make static.
17658         (check_valid_string_or_int): deleted.
17659         (mswindows_control_wnd_proc): message -> msg to avoid shadows.
17660
17661         * glyphs-x.c (x_update_subwindow): remove unused args.
17662
17663         * glyphs.c (glyph_image_instance): return the thing. Don't set the
17664         back pointer - this is done in allocate_image_instance.
17665         (query_string_font): return Qnil to make the compiler happy.
17666         (unmap_subwindow): set to ~0 to make the compiler happy.
17667         (glyph_query_geometry): comment out until used.
17668         (glyph_layout): ditto.
17669
17670 2000-01-09  Hrvoje Niksic  <hniksic@iskon.hr>
17671
17672         * insdel.c (signal_after_change): Remove extraneous unbind_to().