Sync up with r21-4-19-chise-0_23-2.
[chise/xemacs-chise.git-] / src / ChangeLog
1 2006-06-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * concord.c (Fconcord_object_put): Add reversed links when FEATURE
4         is a relation feature.
5
6 2006-06-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7
8         * chartab.c (syms_of_chartab): Define
9         `{<-|->}{subsumptive|denotational}' when HAVE_CONCORD is defined.
10
11         * chartab.h (Q_denotational): New extern when UTF2000 or
12         HAVE_CONCORD is defined.
13         (Q_denotational_from): Likewise.
14         (Q_subsumptive): Likewise.
15         (Q_subsumptive_from): Likewise.
16
17 2006-06-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
18
19         * concord.c (concord_object_put): New function.
20         (Fconcord_object_put): Use `concord_object_put'.
21
22 2006-06-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
23
24         * concord.c (Fconcord_define_object): New function.
25         (syms_of_concord): Add new builtin function
26         `concord-define-object'.
27
28 2006-05-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
29
30         * mule.c (vars_of_mule): Update `xemacs-chise-version' to 0.23
31         (Kamo).
32
33 2006-04-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
34
35         * concord.c: Add EXFUN for Fconcord_object_get.
36         (Vconcord_genre_object_hash_table): New variable.
37         (concord_genre_cache_get_object): New function.
38         (concord_genre_cache_put_object): New function.
39         (Fconcord_make_object): Use object cache; put object-ID into `=id'
40         feature.
41         (Fconcord_object_put): Call `concord_index_sync' after
42         `concord_index_strid_put_obj'.
43         (vars_of_concord): Setup Vconcord_genre_object_hash_table.
44
45 2006-04-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
46
47         * concord.c (Fconcord_decode_object): Do GCPRO for
48         Fconcord_make_object.
49         (func_for_each_object): Likewise; do GCPRO for
50         for_each_object_closure->function.
51         (Fconcord_foreach_object_in_feature): Use GCPRO4 for
52         for_each_object_closure->function, for_each_object_closure->genre,
53         for_each_object_closure->ds and for_each_object_closure->ret.
54         (concord_object_validate): Do GCPRO for Fconcord_make_object.
55
56 2006-04-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
57
58         * concord.c: Add EXFUNs for Fconcord_decode_object and
59         Fconcord_object_put.
60         (Fconcord_make_object): Change order of arguments.
61         (Fconcord_decode_object): Modify for Fconcord_make_object.
62         (func_for_each_object): Likewise.
63         (concord_object_validate): Likewise.
64         (concord_object_instantiate): Use GCPRO2 for `data' and `retval'.
65
66 2006-04-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
67
68         * concord.c (Fconcord_object_put): Setup index for `=FOO' feature.
69
70 2006-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
71
72         * concord.c (Fconcord_decode_object): Try to use readable print
73         form as a key of Concord-index.
74         (Fconcord_object_get): Try to use readable print form as an ID of
75         Concord-object.
76         (Fconcord_object_put): Try to use readable print form as an ID of
77         Concord-object and a feature value.
78         (Fconcord_object_spec): Try to use readable print form as an ID of
79         Concord-object.
80
81 2006-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
82
83         * concord.c (print_concord_object): Support readable form.
84
85 2006-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
86
87         * emacs.c (main_1): Call `structure_type_create_concord' when
88         HAVE_CONCORD is defined.
89
90         * symsinit.h (structure_type_create_concord): New prototype.
91
92         * concord.c (Qconcord_object): New variable.
93         (Qgenre): Likewise.
94         (Q_id): Likewise.
95         (Fconcord_ds_directory): Use <char*> instead of <unsigned char*>
96         for directory.
97         (add_feature_to_list_mapper): Use <char*> instead of <unsigned
98         char*> for genre-name.
99         (Fconcord_feature_list): Likewise.
100         (Fconcord_make_object): Likewise.
101         (Fconcord_decode_object): Likewise; use <char*> instead of
102         <unsigned char*> for feature_name and strid.
103         (Fconcord_object_get): Use <char*> instead of <unsigned char*> for
104         c_obj and feature_name.
105         (Fconcord_object_put): Likewise; use <char*> instead of <unsigned
106         char*> for c_value.
107         (struct closure_for_object_spec): Use <char*> instead of <unsigned
108         char*> for member `object_id'.
109         (add_feature_to_spec_mapper): Use <char*> instead of <unsigned
110         char*> for feature-name.
111         (Fconcord_object_spec): Use <char*> instead of <unsigned char*>
112         for c_obj.
113         (func_for_each_object): Cast to avoid warnings.
114         (Fconcord_foreach_object_in_feature): Use <char*> instead of
115         <unsigned char*> for genre_name and feature_name.
116         (concord_name_validate): New function.
117         (concord_object_validate): Likewise.
118         (concord_object_instantiate): Likewise.
119         (syms_of_concord): Add new builtin symbols `concord-object',
120         `genre' and `=id'.
121         (structure_type_create_concord): New function.
122
123 2006-04-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
124
125         * concord.c (Vconcord_ds_hash_table): New variable.
126         (Vconcord_genre_hash_table): New variable.
127         (Fconcord_open_ds): Use Vconcord_ds_hash_table.
128         (Fconcord_ds_directory): New function.
129         (Fconcord_assign_genre): New function.
130         (Fconcord_genre_directory): New function.
131         (Fconcord_genre_ds): New function.
132         (Fconcord_feature_list): Allow to omit `ds'.
133         (Fconcord_make_object): Likewise.
134         (Fconcord_decode_object): Likewise.
135         (Fconcord_foreach_object_in_feature): Likewise.
136         (syms_of_concord): Add new builtin function Fconcord_ds_directory,
137         Fconcord_assign_genre, Fconcord_genre_directory and
138         Fconcord_genre_ds.
139         (vars_of_concord): Setup Vconcord_ds_hash_table and
140         Vconcord_genre_hash_table.
141
142 2006-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
143
144         * concord.c (struct closure_for_each_object): Add new member
145         `ret'.
146         (func_for_each_object): Setup the return value to
147         `for_each_object_closure->ret'.
148         (Fconcord_foreach_object_in_feature): If FUNCTION returns non-nil,
149         returns the value instead of Qt.
150
151 2005-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
152
153         * concord.c: New file.
154
155 2005-12-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
156
157         * lrecord.h (enum lrecord_type): Add `lrecord_type_concord_ds' and
158         `lrecord_type_concord_object'.
159
160 2005-09-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
161
162         * symsinit.h (syms_of_concord): New prototype.
163         (vars_of_concord): New prototype.
164
165         * emacs.c (main_1): Setup symbols and variable about concord if
166         HAVE_CONCORD is defined.
167
168         * config.h.in (HAVE_CONCORD): New macro.
169
170 2005-09-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
171
172         * chartab.c (Fput_char_attribute): For each character relation
173         feature `{<-|->}FOO', set up the reversed link `{->|<-}FOO'.
174
175 2005-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
176
177         * chartab.c (Fput_char_attribute): Use
178         `Fchar_refs_simplify_char_specs' for `=>decomposition' before
179         calling `put_char_composition'.
180
181 2005-08-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
182
183         * chartab.c (Q_halfwidth_of): New variable.
184         (put_char_composition): Return `<-halfwidth' instead of
185         `=decomposition' for compatibility mapping to single character
186         tagged `narrow'.
187         (Fput_char_attribute): Convert char-specs in value of
188         `{<-|->}halfwidth[^*]*' to characters and put reverse links.
189         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
190         for `<-halfwidth'.
191         (syms_of_chartab): Add new symbol `<-halfwidth'.
192
193 2005-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
194
195         * chartab.c (put_char_composition): Return
196         `<-formed@{isolated|initial|medial|final}' for compatibility
197         mapping to single character tagged
198         `{isolated|initial|medial|final}'.
199
200 2005-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
201
202         * chartab.c (Q_compat_of): Deleted.
203         (put_char_composition): Return `<-FOO' for compatibility mapping
204         to single character tagged `FOO'; use `Fsymbol_name (...)' instead
205         of `symbol_name (XSYMBOL(...))'.
206         (Fput_char_attribute): Convert char-specs in value of
207         `{<-|->}font[^*]*' to characters and put reverse links.
208         (Fsave_char_attribute_table): Don't refer Q_compat_of.
209         (syms_of_chartab): Delete builtin symbol `<-compat'.
210
211 2005-08-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
212
213         * chartab.c (Q_circled_of): New variable.
214         (put_char_composition): Return `<-circled' instead of
215         `=decomposition' for compatibility mapping to single character
216         tagged `circle'.
217         (Fput_char_attribute): Convert char-specs in value of
218         `{<-|->}circled[^*]*' to characters and put reverse links.
219         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
220         for `<-circled'.
221         (syms_of_chartab): Add new symbol `<-circled'.
222
223 2005-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
224
225         * chartab.c (Qto_decomposition_at_circled): New variable.
226         (put_char_composition): Return `=>decomposition@circled' instead
227         of `=decomposition' for compatibility decomposition mapping tagged
228         `circle'.
229         (syms_of_chartab): Add new symbol `=>decomposition@circled'.
230
231 2005-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
232
233         * chartab.c (Q_subscript_of): New variable.
234         (put_char_composition): Return `<-subscript' instead of
235         `=decomposition' for compatibility mapping to single character
236         tagged `sub'.
237         (Fput_char_attribute): Convert char-specs in value of
238         `{<-|->}subscript[^*]*' to characters and put reverse links.
239         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
240         for `<-subscript'.
241         (syms_of_chartab): Add new symbol `<-subscript'.
242
243 2005-08-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
244
245         * chartab.c (Q_superscript_of): New variable.
246         (put_char_composition): Return `<-superscript' instead of
247         `=decomposition' for compatibility mapping to single character
248         tagged `super'.
249         (Fput_char_attribute): Convert char-specs in value of
250         `{<-|->}superscript[^*]*' to characters and put reverse links.
251         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
252         for `<-superscript'.
253         (syms_of_chartab): Add new symbol `<-superscript'.
254
255 2005-08-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
256
257         * chartab.c (Qto_decomposition_at_compat): Deleted.
258         (Qto_decomposition_at_superscript): New variable.
259         (put_char_composition): Use `=>decomposition@superscript' instead
260         of `=decomposition' for compatibility decomposition mapping tagged
261         `super'.
262         (Fput_char_attribute): Fix condition about `put_char_composition'.
263         (syms_of_chartab): Delete builtin symbol `=>decomposition@compat';
264         add news symbol `=>decomposition@superscript'.
265
266 2005-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
267
268         * chartab.c (put_char_composition): Return `=>decomposition@FOO'
269         for compatibility decomposition mapping tagged FOO.
270         (Fput_char_attribute): Modify for `put_char_composition'.
271
272 2005-07-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
273
274         * chartab.c (Qto_decomposition_at_compat): New variable.
275         (Q_compat_of): Renamed from `Q_compatibility_of'.
276         (put_char_composition): Rename `Q_compatibility_of' to
277         `Q_compat_of'; return `=>decomposition@compat' for compatibility
278         decomposition mapping.
279         (Fsave_char_attribute_table): Rename `Q_compatibility_of' to
280         `Q_compat_of'.
281         (syms_of_chartab): Add new symbol `=>decomposition@compat'; rename
282         `<-compatibility' to `<-compat'.
283
284 2005-07-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
285
286         * chartab.c (Q_compatibility_of): New variable.
287         (put_char_composition): Use XCAR/XCDR instead of Fcar/Fcdr if an
288         object is proved to be a cons cell; return `<-compatibility' if
289         the first element of argument `value' is `compat'.
290         (Fput_char_attribute): Eliminate the first value if
291         `put_char_composition' returns `<-compatibility'.
292         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
293         for `<-compatibility'.
294         (syms_of_chartab): Add new symbol `<-compatibility'.
295
296 2005-07-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
297
298         * chartab.c (Q_canonical): New variable.
299         (put_char_composition): Return a feature name: return
300         `->canonical' if argument `value' specifies single character.
301         (Fput_char_attribute): Use `put_char_composition' to determine
302         feature name for `=decomposition' or `->denotational'.
303         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
304         for `->canonical'.
305         (syms_of_chartab): Add new symbol `->canonical'.
306
307 2005-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
308
309         * chartab.c (Qmap_decomposition): New variable.
310         (Fput_char_attribute): Convert `->decomposition' to
311         `=decomposition'.
312         (syms_of_chartab): Add new symbol `=decomposition'.
313
314 2005-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
315
316         * chartab.c (Fget_range_char_table): Fix serious problem when
317         `range' is nil.
318
319 2005-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
320
321         * chartab.c (char_table_get_db): Use `read_from_c_string'.
322
323 2005-06-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
324
325         * lread.c (read_from_c_string): New function.
326
327         * lisp.h (read_from_c_string): New prototype.
328
329 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
330
331         * chartab.c (Fput_char_attribute): Convert char-specs in value of
332         `{<-|->}Oracle-Bones[^*]*' to characters and put reverse links.
333         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
334         for `{<-|->}Oracle-Bones[^*]*'.
335
336 2005-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
337
338         * mule.c (vars_of_mule): Update `xemacs-chise-version' to 0.22
339         (Kizu).
340
341 2005-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
342
343         * text-coding.c (Qccs_priority_list): New variable in XEmacs
344         CHISE.
345         (Fmake_coding_system): Support new property `ccs-priority-list' in
346         XEmacs CHISE.
347         (Fcoding_system_property): Likewise.
348         (char_encode_iso2022): Prefer CODING_SYSTEM_CCS_PRIORITY_LIST than
349         Vdefault_coded_charset_priority_list in XEmacs CHISE.
350         (syms_of_file_coding): Add builtin symbol `ccs-priority-list' in
351         XEmacs CHISE.
352         (complex_vars_of_file_coding): Define new coding-system-property
353         `ccs-priority-list' in XEmacs CHISE.
354
355         * file-coding.h (XCODING_SYSTEM_CCS_PRIORITY_LIST): New macro.
356
357 2004-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
358
359         * char-ucs.h (decoding_table_put_char): Moved to mule-charset.c;
360         changed to normal function.
361         (encode_char_2): Likewise.
362
363         * mule-charset.c (decoding_table_put_char): Copied from
364         char-ucs.h; changed to normal function.
365         (encode_char_2): Likewise.
366
367 2004-12-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
368
369         * char-ucs.h (Vdisplay_coded_charset_priority_use_inheritance):
370         New extern.
371         (Vdisplay_coded_charset_priority_use_hierarchy_order): Likewise.
372         (encode_char_2_search_children): New inline function.
373         (encode_char_2): Refer
374         `Vdisplay_coded_charset_priority_use_{inheritance|hierarchy_order}'
375         and use `encode_char_2_search_children'.
376
377 2004-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
378
379         * mule-charset.c
380         (Vdisplay_coded_charset_priority_use_inheritance): New variable.
381         (Vdisplay_coded_charset_priority_use_hierarchy_order): Likewise.
382         (vars_of_mule_charset): Add new variable
383         `display-coded-charset-priority-use-inheritance' and
384         `display-coded-charset-priority-use-hierarchy-order'.
385
386 2004-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
387
388         * char-ucs.h (Q_subsumptive): New extern.
389         (Q_denotational): Likewise.
390         (encode_char_2): Search children specified by `->subsumptive' and
391         `->denotational'.
392
393 2004-11-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
394
395         * mule-charset.c (complex_vars_of_mule_charset): Modify the
396         X-registry of `ucs-bmp'.
397
398 2004-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
399
400         * chartab.c (char-variants): Refer `->subsumptive',
401         `->denotational' and `->identical' as same as `->ucs-unified'.
402
403 2004-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
404
405         * chartab.c (Fput_char_attribute): Convert char-specs in value of
406         `{<-|->}{fullwidth|halfwidth}[^*]*' to characters and put reverse
407         links.
408
409 2004-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
410
411         * text-coding.c: Add EXFUN for `Fregexp_quote'.
412         (decode_add_er_char): Fix problem about infinite loop when a CCS
413         specified in `coded-charset-entity-reference-alist' is not
414         existed.
415
416 2004-09-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
417
418         * mule-charset.c (syms_of_mule_charset): Rename
419         `=jis-x0208-{1978|1983|1990}' to `=jis-x0208@{1978|1983|1990}'.
420
421 2004-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
422
423         * fns.c (simplify_char_spec): Don't allocate new character-object
424         if specified char_spec does not have any CCS-features.
425
426         * chartab.h: Add EXFUN for Fdefine_char.
427
428         * chartab.c: Delete EXFUN for Fdefine_char.
429
430 2004-08-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
431
432         * fns.c (simplify_char_spec): Use Fdefine_char instead of
433         Ffind_char for char-spec.
434
435 2004-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
436
437         * lisp-disunion.h (XCHARVAL): Fix condition about
438         SIZEOF_EMACS_INT.
439
440 2004-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
441
442         * mule-charset.c (decode_builtin_char): Use <EMACS_INT> instead of
443         <int> for `code'.
444         (Fdecode_builtin_char): Use <EMACS_INT> instead of <int> for code
445         point; use <Emchar> instead of <int> for character-id.
446
447 2004-07-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
448
449         * lisp-disunion.h (make_int): Cast the argument into <EMACS_INT>.
450         (make_char): Likewise.
451         (XCHARVAL): Don't use the inline function for UTF-2000 in 64 bit
452         environment.
453         (XCHARVAL[for UTF-2000 in 32 bit environment]): Use <Emchar>
454         instead of <int> as the type of return value; use <Lisp_Object>
455         instead of <Emchar> as the type of argument.
456         (XCHARVAL[macro version]): Cast the result into <Emchar>.
457
458         * syntax.h (SYNTAX_CODE_UNSAFE): Use <Lisp_Object> and <enum
459         syntaxcode> instead of <int>.
460
461 2004-07-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
462
463         * chartab.c (put_char_composition): Use DECODE_CHAR to get
464         character corresponding with UCS code point.
465         (Fput_char_attribute): Likewise.
466
467         * mule-charset.c (put_char_ccs_code_point): Don't omit a UCS
468         character in the UCS decoding-table if the char-id is not equal to
469         the UCS code point.
470
471 2004-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
472
473         * mule-charset.c (Fsave_charset_properties): Use `true-name' only
474         for aliases; write `description'; write
475         `mother-code-{min|max|offset|conversion}' if CHARSET_MAX_CODE is
476         not 0.
477
478 2004-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
479
480         * chartab.c (Fsave_char_attribute_table): Don't use
481         `save_charset_properties'.
482
483         * mule-charset.c (Fsave_charset_properties): Renamed from
484         `save_charset_properties' and changed to Lisp function again;
485         write property `type' as `CCS'; write properties `final-byte' and
486         `mother' if they exists.
487         (syms_of_mule_charset): Revive builtin function
488         `save-charset-properties' when HAVE_LIBCHISE is defined.
489
490 2004-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
491
492         * chartab.c (open_chise_data_source_maybe): Use Vdata_directory
493         instead of Vexec_directory.
494         (char_attribute_system_db_file): Likewise.
495
496 2004-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
497
498         * chartab.c (Fsave_char_attribute_table): Use
499         `save_charset_properties' for CCS features when HAVE_LIBCHISE is
500         defined.
501
502         * mule-charset.c (save_charset_properties): Renamed from
503         `Fsave_charset_properties'; changed to non-Lisp function.
504         (syms_of_mule_charset): Abolish builtin function
505         `save-charset-properties'.
506
507 2004-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
508
509         * mule-charset.c (Fsave_charset_properties): New function when
510         HAVE_LIBCHISE is defined.
511         (syms_of_mule_charset): Add new builtin function
512         `save-charset-properties' when HAVE_LIBCHISE is defined.
513
514 2004-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
515
516         * chartab.c (Fput_char_attribute): Convert char-specs in value of
517         `{<-|->}ancient[^*]*' to characters and put reverse links.
518         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
519         for `{<-|->}ancient[^*]*'.
520
521 2004-06-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
522
523         * chartab.c (Fput_char_attribute): Convert char-specs in value of
524         `{<-|->}original[^*]*' to characters and put reverse links.
525         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
526         for `{<-|->}original[^*]*'.
527
528 2004-06-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
529
530         * mule-canna.c (m2c): Fix problem with XEmacs CHISE.
531
532 2004-06-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
533
534         * mule-charset.c (Qsystem_char_id): New variable.
535
536         * chartab.c (Qsystem_char_id): Deleted even if HAVE_CHISE is
537         defined and HAVE_LIBCHISE_LIBCHISE is not defined.
538
539 2004-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
540
541         * chartab.c (Fput_char_attribute): When processing a reference of
542         a character, put into the end of the reversed reference of each
543         target character.
544
545 2004-05-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
546
547         * chartab.c (Q_same): Deleted.
548         (Q_same_of): Deleted.
549         (Fput_char_attribute): Use Fstring_match to find `{<-|->}same'.
550         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
551         for `{<-|->}same'.
552         (syms_of_chartab): Delete builtin symbol `{<-|->}same'.
553
554 2004-05-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
555
556         * chartab.c (Q_vulgar): Deleted.
557         (Q_vulgar_of): Deleted.
558         (Fput_char_attribute): Use Fstring_match to find `{<-|->}vulgar'.
559         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
560         for `{<-|->}vulgar'.
561         (syms_of_chartab): Don't define `{<-|->}vulgar'.
562
563 2004-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
564
565         * chartab.c (Fput_char_attribute): Convert char-specs in value of
566         `{<-|->}wrong[^*]*' to characters and put reverse links.
567         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
568         for `{<-|->}wrong[^*]*'.
569
570 2004-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
571
572         * chartab.c (Q_vulgar): New variable.
573         (Q_vulgar_of): New variable.
574         (Fput_char_attribute): Convert char-specs in value of
575         `{->|<-}vulgar' to characters and put reverse links.
576         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
577         for `{->|<-}vulgar'.
578         (syms_of_chartab): Add new symbols `{->|<-}vulgar'.
579
580 2004-04-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
581
582         * text-coding.c (decode_add_er_char): Must to quote prefix string
583         as regexp.
584
585 2004-04-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
586
587         * mule-charset.c (put_char_ccs_code_point): Store characters of
588         =ucs whose code_points >= 0xF0000.
589
590 2004-04-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
591
592         * mule-charset.c (Vcharset_system_char_id): New variable in XEmacs
593         CHISE.
594         (syms_of_mule_charset): Add new symbol `system-char-id' in XEmacs
595         CHISE.
596         (complex_vars_of_mule_charset): Add new coded-charset
597         `system-char-id' in XEmacs CHISE; modify `=ucs' to eliminate
598         builtin characters over 0xEFFFF.
599
600         * chartab.c (syms_of_chartab): Don't define symbol
601         `system-char-id' in every case.
602
603         * char-ucs.h (Qsystem_char_id): New extern variable.
604         (LEADING_BYTE_SYSTEM_CHAR_ID): New macro.
605
606 2004-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
607
608         * text-coding.c (char_encode_utf8): Try to use entity-references
609         for U-000F0000 ...  U-0010FFFF.
610
611 2004-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
612
613         * text-coding.c (ER_BUF_SIZE): New macro.
614         (struct decoding_stream): Use `ER_BUF_SIZE' to specify size of
615         `er_buf'.
616         (decode_add_er_char): Use `ER_BUF_SIZE' instead of 16.
617         (char_encode_as_entity_reference): Use `ER_BUF_SIZE'.
618
619 2004-03-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
620
621         * chartab.c (find_char_feature_in_family): New function.
622         (Fchar_feature): Use `find_char_feature_in_family' with
623         `->identical', `<-subsumptive' and `<-denotational'.
624
625 2004-03-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
626
627         * text-coding.c (char_encode_as_entity_reference): Allow prefix
628         within 8 characters; fix infinite loop.
629
630 2004-03-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
631
632         * chartab.c (Q_same): New variable.
633         (Q_same_of): New variable.
634         (Fput_char_attribute): Convert char-specs in value of
635         `{->|<-}same' to characters and put reverse links.
636         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
637         for `{->|<-}same'.
638         (syms_of_chartab): Add new symbols `{->|<-}same'.
639
640 2004-03-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
641
642         * chartab.c (Q_component): New variable.
643         (Q_component_of): Likewise.
644         (Fput_char_attribute): Convert char-specs in value of
645         `{->|<-}ideographic-component-forms' to characters and put reverse
646         links.
647         (syms_of_chartab): Add new symbols
648         `{->|<-}ideographic-component-forms'.
649
650 2004-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
651
652         * chartab.c (Q_identical): New variable.
653         (Q_identical_from): New variable.
654         (Fchar_feature): Regard `->identical' as a feature to find
655         ancestors.
656         (Fput_char_attribute): Add reversed link for `{->|<-}identical'.
657         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
658         for `{->|<-}identical'.
659         (syms_of_chartab): Add new symbols `{->|<-}identical'.
660
661 2004-02-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
662
663         * char-ucs.h (encode_char_2): New inline function.
664         (CHAR_TO_CHARC): Use `encode_char_2' instead of `encode_char_1'.
665
666 2004-02-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
667
668         * chartab.c (Fput_char_attribute): Convert char-specs to
669         characters in value of `ideographic-structure'.
670         (Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs'
671         for `{<-|->}simplified(@...)'.
672         (Fdefine_char): Try to use predefined character's id.
673
674 2004-02-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
675
676         * fns.c (simplify_char_spec): Try to convert builtin chars to
677         defined chars.
678
679 2004-02-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
680
681         * chartab.c (Fput_char_attribute): Convert char-specs in value of
682         `<-simplified[^*]*' to characters and put reverse links.
683
684 2004-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
685
686         * chartab.c (Q_subsumptive): Renamed from Q_unified.
687         (Q_subsumptive_from): Renamed from Q_unified_from.
688         (Fchar_feature): Use `Q_subsumptive_from' instead of
689         `Q_unified_from'.
690         (Fput_char_attribute): Likewise; Use `Q_subsumptive' instead of
691         `Q_unified'.
692         (syms_of_chartab): Rename `->unified' to `->subsumptive' and
693         `<-unified' to `<-subsumptive'.
694
695 2004-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
696
697         * chartab.c (Fchar_feature): Check `<-denotational' to avoid
698         inheritance itself; fix typo; stop recursive search if cyclic
699         inheritance is found.
700
701 2004-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
702
703         * chartab.c (Q_denotational): New variable.
704         (Q_denotational_from): New variable.
705         (Fchar_feature): Refer `<-denotational' as same as `<-unified'.
706         (put_char_attribute): New function.
707         (Fput_char_attribute): Use `put_char_attribute'; regard
708         `->denotational' and `<-denotational' as same as `->unified' and
709         `<-unified'.
710         (syms_of_chartab): Add new symbols `->denotational' and
711         `<-denotational'.
712
713 2004-02-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
714
715         * chartab.c (Fget_composite_char): Use `Fchar_feature' instead of
716         `Fget_char_attribute'.
717         (Fchar_variants): Likewise.
718         (get_char_table): Likewise.
719         (Fchar_feature): New function.
720         (put_char_composition): Use `Fchar_feature' instead of
721         `Fget_char_attribute'.
722         (Fput_char_attribute): Likewise; don't put the target character
723         into its `->unified' value.
724         (syms_of_chartab): Add new builtin function `char-feature'.
725
726 2004-01-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
727
728         * text-coding.c (COMPOSE_ADD_CHAR): Use `Fchar_feature' instead of
729         `Fget_char_attribute'.
730         (char_encode_utf8): Likewise.
731
732         * chartab.h: Add an EXFUN for `Fchar_feature'.
733
734 2004-01-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
735
736         * chartab.c (Vnext_defined_char_id): New variable.
737         (Fput_char_attribute): Accept characters in `->unified'.
738         (Fdefine_char): Refer and update Vnext_defined_char_id to allocate
739         new characters which are not related with builtin char-id ranges.
740         (vars_of_chartab): Add new variable `next-defined-char-id'.
741
742 2004-01-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
743
744         * chartab.c (Q_unified): New variable.
745         (Q_unified_from): New variable.
746         (Fput_char_attribute): Add code for `->unified'.
747         (syms_of_chartab): Add new symbols `->unified' and `<-unified' in
748         XEmacs CHISE.
749
750 2003-11-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
751
752         * mule-charset.c (decode_ccs_conversion): New function.
753         (decode_defined_char): Use `decode_ccs_conversion'.
754         (decode_builtin_char): Likewise.
755
756 2003-11-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
757
758         * char-ucs.h: Change some charset-ids of private coded-charsets.
759
760 2003-11-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
761
762         * text-coding.c (decode_add_er_char): Modify for `DECODE_CHAR'.
763         (char_encode_as_entity_reference): Likewise.
764         (decode_coding_big5): Modify for `decode_defined_char' and
765         `DECODE_CHAR'.
766         (decode_coding_utf8): Modify for `decode_defined_char'; modify to
767         avoid compiler warning.
768         (decode_coding_iso2022): Modify for `DECODE_CHAR'.
769
770         * mule-charset.c (decode_defined_char): Add new argument
771         `without_inheritance'.
772         (Fdecode_char): Add new optional argument `without_inheritance'.
773         (Fdecode_builtin_char): Modify for `Fdecode_char'.
774
775         * fns.c (ids_format_unit): Modify for `Fdecode_char'.
776         (simplify_char_spec): Likewise.
777
778         * chartab.h (Fdecode_char): Modify number of arguments of EXFUN
779         setting.
780
781         * chartab.c (put_char_table): Modify for `DECODE_CHAR'.
782         (map_char_table): Likewise.
783         (Fdefine_char): Use `Fdecode_char' without inheritance.
784         (Ffind_char): Modify for `Fdecode_char'.
785
786         * character.h (CHARC_TO_CHAR): Modify for `DECODE_CHAR'.
787
788         * char-ucs.h (decode_defined_char): Add new argument
789         `without_inheritance'.
790         (DECODE_CHAR): Likewise.
791         (MAKE_CHAR): Modify for `DECODE_CHAR'.
792
793 2003-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
794
795         * chartab.c (Vchise_system_db_directory): New variable.
796         (vars_of_chartab): Add new variable `chise-system-db-directory'.
797
798 2003-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
799
800         * chartab.c: EXFUN `Fmount_char_attribute_table'.
801         (print_chartab_range): Don't define when `UTF2000' is defined.
802         (open_chise_data_source_maybe): Specify 0 instead of DB_HASH for
803         `CHISE_DS_open'.
804
805 2003-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
806
807         * chartab.c (Fchar_attribute_list): When HAVE_LIBCHISE is defined
808         and optional argument `rehash' is specified, call
809         `open_chise_data_source_maybe' before
810         `chise_ds_foreach_char_feature_name' is called.
811
812 2003-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
813
814         * chartab.c (char_attribute_list_reset_map_func): New function
815         when HAVE_LIBCHISE is defined.
816         (Fchar_attribute_list): Add new optional argument `rehash' when
817         HAVE_LIBCHISE is defined.
818         (open_chise_data_source_maybe): Use "chise-db" instead of
819         "char-db".
820         (char_attribute_system_db_file): Likewise.
821         (Fload_char_attribute_table): Use
822         `chise_feature_foreach_char_with_value' instead of
823         `chise_char_feature_value_iterate'.
824
825 2003-10-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
826
827         * chartab.c (Vchise_db_directory): New variable.
828         (vars_of_chartab): Add new built-in variable `chise-db-directory'.
829
830 2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
831
832         * mule-charset.c (Freset_charset_mapping_table): Use HAVE_LIBCHISE
833         instead of HAVE_CHISE to specify using with libchise.
834
835         * config.h.in (HAVE_CHISE_CLIENT): Deleted.
836
837         * chartab.h: Don't use HAVE_CHISE_CLIENT.
838
839         * chartab.c (Qsystem_char_id): Don't define when HAVE_CHISE is not
840         defined or HAVE_LIBCHISE_LIBCHISE is defined.
841         (char_attribute_system_db_file): Don't define when HAVE_LIBCHISE
842         is defined.
843         (Freset_char_attribute_table): Use HAVE_LIBCHISE instead of
844         HAVE_CHISE to specify using with libchise.
845         (syms_of_chartab): Don't define symbol `system-char-id' when
846         HAVE_CHISE is not defined or HAVE_LIBCHISE_LIBCHISE is defined.
847
848 2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
849
850         * mule-charset.c: Use HAVE_CHISE instead of HAVE_CHISE_CLIENT to
851         specify CHISE DB support.
852         (Freset_charset_mapping_table): Use `chise_ccs_setup_db' instead
853         of `char_attribute_system_db_file' to check feature DB file.
854
855         * chartab.h, casetab.c, char-ucs.h: Use HAVE_CHISE instead of
856         HAVE_CHISE_CLIENT to specify CHISE DB support.
857
858         * chartab.c: Use HAVE_CHISE instead of HAVE_CHISE_CLIENT to
859         specify CHISE DB support.
860         (open_chise_data_source_maybe): Don't define when HAVE_LIBCHISE is
861         not defined.
862         (Freset_char_attribute_table): Use `chise_feature_setup_db'
863         instead of `char_attribute_system_db_file' to check feature DB
864         file.
865
866 2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
867
868         * mule.c (vars_of_mule): Use `HAVE_CHISE' instead of `CHISE' and
869         `HAVE_CHISE_CLIENT'.
870
871 2003-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
872
873         * mule-charset.c: Use HAVE_LIBCHISE instead of CHISE.
874         (Fsave_charset_mapping_table): Don't use
875         `char_attribute_system_db_file' when HAVE_LIBCHISE is defined.
876
877         * config.h.in (HAVE_CHISE): Renamed from `CHISE'.
878         (HAVE_LIBCHISE): New macro.
879
880         * chartab.h: Use HAVE_LIBCHISE instead of CHISE.
881
882         * chartab.c: Use HAVE_LIBCHISE instead of CHISE.
883         (Fsave_char_attribute_table): Don't use
884         `char_attribute_system_db_file' when HAVE_LIBCHISE is defined.
885
886 2003-10-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
887
888         * chartab.c (save_uint8_byte_table): Use libchise when CHISE is
889         defined.
890         (save_uint16_byte_table): Likewise.
891         (save_byte_table): Likewise.
892         (char_table_get_db): Use `chise_ds_load_char_feature_value'
893         instead of `chise_char_load_feature_value'.
894         (Fsave_char_attribute_table): Use libchise when CHISE is defined.
895
896 2003-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
897
898         * chartab.h (struct Lisp_Char_Table): Delete member
899         `feature_table' if CHISE is defined.
900
901         * chartab.c (Fmake_char_table): Don't refer `ct->feature_table'.
902         (Fcopy_char_table): Likewise.
903         (char_table_open_db_maybe): Likewise.
904         (char_table_close_db_maybe): Likewise.
905         (char_table_get_db): Likewise.
906         (Fmount_char_attribute_table): Likewise.
907         (Fload_char_attribute_table): Likewise.
908
909 2003-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
910
911         * mule-charset.c (load_char_decoding_entry_maybe): Use
912         `chise_ds_decode_char' instead of `chise_ds_get_ccs' and
913         `chise_ccs_decode'.
914
915 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
916
917         * chartab.c (open_chise_data_source_maybe): Use `CHISE_DS_open'
918         instead of `chise_open_data_source'.
919         (Fclose_char_data_source): Use `CHISE_DS_close' instead of
920         `chise_ds_close'.
921
922 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
923
924         * chartab.c (char_table_open_db_maybe): Use `chise_ds_get_feature'
925         instead of `chise_ds_open_feature_table'.
926         (char_table_close_db_maybe): Don't use `chise_ft_close'.
927
928 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
929
930         * mule-charset.c (Fsave_charset_mapping_table): Use
931         `chise_ds_get_ccs' instead of `chise_ds_open_ccs_table'; use
932         `chise_ccs_set_decoded_char' instead of `chise_ccst_put_char'; use
933         `chise_ccs_sync' instead of `chise_ccst_close'.
934         (load_char_decoding_entry_maybe): Modify for `chise_ds_get_ccs'.
935
936         * chartab.c (open_chise_data_source_maybe): Modify for
937         `chise_open_data_source'.
938         (char_table_open_db_maybe): Modify for
939         `chise_ds_open_feature_table'.
940
941 2003-08-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
942
943         * mule-charset.c (load_char_decoding_entry_maybe): Use
944         `chise_ds_get_ccs' instead of `chise_ds_open_ccs_table'; don't use
945         `chise_ccst_close'.
946
947 2003-08-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
948
949         * mule-charset.c (Fsave_charset_mapping_table): Use
950         `chise_ds_open_ccs_table', `chise_ccst_put_char' and
951         `chise_ccst_close' instead of `chise_ds_open_decoding_table',
952         `chise_dt_put_char' and `chise_dt_close'.
953         (load_char_decoding_entry_maybe): Use `chise_ds_open_ccs_table',
954         `chise_ccs_decode' and `chise_ccst_close' instead of
955         `chise_ds_open_decoding_table', `chise_dt_get_char' and
956         `chise_dt_close'.
957
958         * chartab.c (char_table_get_db): Use
959         `chise_char_load_feature_value' instead of `chise_ft_get_value'.
960         (load_char_attribute_table_map_func): Modify for
961         `chise_char_feature_value_iterate'.
962         (Fload_char_attribute_table): Use
963         `chise_char_feature_value_iterate' instead of `chise_ft_iterate'.
964
965 2003-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
966
967         * text-coding.c (COMPOSE_ADD_CHAR): Fixed.
968
969 2003-08-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
970
971         * chartab.c (put_char_table): Modify for inherited coded-charsets
972         in XEmacs CHISE.
973
974 2003-08-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
975
976         * chartab.c (Fput_char_table_map_function): Fixed.
977         (word_boundary_p): Don't check charset in XEmacs CHISE.
978
979 2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
980
981         * mule-charset.c (Fsave_charset_mapping_table): Use
982         `open_chise_data_source_maybe'; use `chise_ds_open_decoding_table'
983         instead of `chise_open_decoding_table'; refer
984         `default_chise_data_source'; use `chise_dt_close' instead of
985         `chise_close_decoding_table'.
986         (load_char_decoding_entry_maybe): Likewise.
987
988         * chartab.c (default_chise_data_source): New variable when `CHISE'
989         is defined.
990         (Fcopy_char_table): `ct->ds' is deleted.
991         (open_chise_data_source_maybe): New function.
992         (Fclose_char_data_source): New function.
993         (char_table_open_db_maybe): Use `open_chise_data_source_maybe';
994         use `chise_ds_open_feature_table' instead of
995         `chise_open_feature_table'.
996         (char_table_close_db_maybe): Use `chise_ft_close' instead of
997         `chise_close_feature_table'; `cit->ds' is deleted.
998         (syms_of_chartab): Add new builtin function
999         `close-char-data-source' when `HAVE_CHISE_CLIENT' is defined.
1000
1001         * chartab.h (default_chise_data_source): New extern variable.
1002         (open_chise_data_source_maybe): New prototype.
1003         (struct Lisp_Char_Table): Delete `ds'.
1004
1005 2003-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1006
1007         * mule-charset.c (Fsave_charset_mapping_table): Use libchise when
1008         `CHISE' is defined.
1009
1010 2003-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1011
1012         * chartab.c (char_table_open_db_maybe): Defined even if `CHISE' is
1013         not defined; add code for non-libchise setting.
1014         (char_table_close_db_maybe): Likewise.
1015         (char_table_get_db): New function when `HAVE_CHISE_CLIENT' is
1016         defined.
1017         (Fclose_char_attribute_table): Use `char_table_close_db_maybe'
1018         even if `CHISE' is not defined.
1019         (Freset_char_attribute_table): Likewise.
1020         (load_char_attribute_maybe): Use `char_table_open_db_maybe' and
1021         `char_table_close_db_maybe' even if `CHISE' is not defined; use
1022         `char_table_get_db'.
1023         (Fload_char_attribute_table): Use `char_table_open_db_maybe' and
1024         `char_table_close_db_maybe' even if `CHISE' is not defined.
1025
1026 2003-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1027
1028         * chartab.c (char_table_open_db_maybe): New function.
1029         (char_table_close_db_maybe): New function.
1030         (Fclose_char_attribute_table): Use `char_table_close_db_maybe'.
1031         (Freset_char_attribute_table): Likewise.
1032         (load_char_attribute_maybe): Use `char_table_open_db_maybe' and
1033         `char_table_close_db_maybe'.
1034         (Fload_char_attribute_table): Likewise.
1035
1036 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1037
1038         * chartab.c: Don't include <chise.h> because it is included in
1039         chartab.h.
1040         (Fmake_char_table): Initialize `ct->feature_table' when `CHISE' is
1041         defined.
1042         (Fcopy_char_table): Copy `ct->ds' and `ct->feature_table' when
1043         `CHISE' is defined.
1044         (Fmount_char_attribute_table): Initialize `ct->feature_table' when
1045         `CHISE' is defined.
1046         (Fclose_char_attribute_table): Close `ct->feature_table' and
1047         `ct->ds' when `CHISE' is defined.
1048         (Freset_char_attribute_table): Likewise.
1049         (load_char_attribute_maybe): Use `cit->ds' and
1050         `cit->feature_table' when `CHISE' is defined.
1051         (Fload_char_attribute_table): Likewise.
1052
1053         * chartab.h: Include <chise.h> when `CHISE' is defined.
1054         (struct Lisp_Char_Table): Add new member `ds' and `feature_table'
1055         when `CHISE' is defined.
1056
1057 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1058
1059         * chartab.c (mark_char_table): Member `db' is deleted when `CHISE'
1060         is defined.
1061         (char_table_description): Likewise.
1062         (Fmake_char_table): Likewise.
1063         (Fcopy_char_table): Likewise.
1064         (Fmount_char_attribute_table): Likewise.
1065         (Fclose_char_attribute_table): Likewise.
1066         (Freset_char_attribute_table): Likewise.
1067         (load_char_attribute_maybe): Likewise.
1068         (Fload_char_attribute_table): Likewise.
1069
1070         * chartab.h (struct Lisp_Char_Table): Delete `db' when `CHISE' is
1071         defined.
1072
1073 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1074
1075         * chartab.c (load_char_attribute_table_map_func): New function
1076         when CHISE is defined.
1077         (Qload_char_attribute_table_map_function): Don't define when CHISE
1078         is defined.
1079         (Fload_char_attribute_table_map_function): Likewise.
1080         (Fload_char_attribute_table): Use libchise when `CHISE' is
1081         defined.
1082         (syms_of_chartab): Don't define
1083         `load-char-attribute-table-map-function' when CHISE is defined.
1084
1085 2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1086
1087         * chartab.c: Include <chise.h> when `CHISE' is defined.
1088         (load_char_attribute_maybe): Use libchise when `CHISE' is defined.
1089
1090 2003-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1091
1092         * mule-charset.c (charset_code_point): Fix problem when searching
1093         in mother CCS fails with `defined_only' mode.
1094
1095 2003-06-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1096
1097         * chartab.c (Q_ucs_unified): Renamed from `Q_ucs_variants'.
1098         (Fchar_variants): Rename `Q_ucs_variants' to `Q_ucs_unified'.
1099         (put_char_composition): Likewise.
1100         (Fput_char_attribute): Likewise.
1101         (syms_of_chartab): Rename `->ucs-variants' to `->ucs-unified'.
1102
1103 2003-06-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1104
1105         * chartab.c (Q_ucs): Deleted.
1106         (Fput_char_attribute): Don't refer `->ucs'.
1107         (Fdefine_char): Likewise.
1108         (Ffind_char): Likewise.
1109         (syms_of_chartab): Delete `->ucs'.
1110
1111 2003-04-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1112
1113         * mule-charset.c (Qmap_cns11643_2): Renamed from
1114         `Qchinese_cns11643_2'.
1115         (syms_of_mule_charset): Add new symbol `=cns11643-2' instead of
1116         `chinese-cns11643-2'.
1117         (complex_vars_of_mule_charset): Rename `chinese-cns11643-2' to
1118         `=cns11643-2'.
1119
1120 2003-04-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1121
1122         * mule-charset.c (Qmap_cns11643_1): Renamed from
1123         `Qchinese_cns11643_1'.
1124         (syms_of_mule_charset): Add new symbol `=cns11643-1' instead of
1125         `chinese-cns11643-1'.
1126         (complex_vars_of_mule_charset): Rename `chinese-cns11643-1' to
1127         `=cns11643-1'.
1128
1129 2003-04-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1130
1131         * mule-charset.c (Qmap_gb12345): Renamed from `Qchinese_gb12345'.
1132         (syms_of_mule_charset): Add new symbol `=gb12345' instead of
1133         `chinese-gb12345'.
1134         (complex_vars_of_mule_charset): Rename `chinese-gb12345' to
1135         `=gb12345'.
1136
1137 2003-04-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1138
1139         * mule-charset.c (Qmap_gb2312): Renamed from `Qchinese_gb2312'.
1140         (syms_of_mule_charset): Add new symbol `=gb2312' instead of
1141         `chinese-gb2312'.
1142         (complex_vars_of_mule_charset): Rename `chinese-gb2312' to
1143         `=gb2312'.
1144
1145 2003-04-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1146
1147         * mule-charset.c (Qmap_big5): Renamed from `Qchinese_big5'.
1148         (syms_of_mule_charset): Add new symbol `=big5' instead of
1149         `chinese-big5'.
1150         (complex_vars_of_mule_charset): Rename `chinese-big5' to `=big5'.
1151
1152 2003-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1153
1154         * mule-charset.c (Qmap_ks_x1001): Renamed from `Qkorean_ksc5601'.
1155         (syms_of_mule_charset): Add new symbol `=ks-x1001' instead of
1156         `korean-ksc5601'.
1157         (complex_vars_of_mule_charset): Rename `korean-ksc5601' to
1158         `=ks-x1001'.
1159
1160 2003-04-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1161
1162         * mule-charset.c (Qmap_jis_x0212): Renamed from
1163         `Qjapanese_jisx0212'.
1164         (syms_of_mule_charset): Add new symbol `=jis-x0212' instead of
1165         `japanese-jisx0212'.
1166         (complex_vars_of_mule_charset): Rename `japanese-jisx0212' to
1167         `=jis-x0212'.
1168
1169 2003-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1170
1171         * mule-charset.c (Qmap_jis_x0208_1983): Renamed from
1172         `Qjapanese_jisx0208'.
1173         (syms_of_mule_charset): Add new symbol `=jis-x0208-1983' instead
1174         of `japanese-jisx0208'.
1175         (complex_vars_of_mule_charset): Rename `japanese-jisx0208' to
1176         `=jis-x0208-1983'.
1177
1178 2003-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1179
1180         * mule-charset.c (Qmap_jis_x0208_1978): Renamed from
1181         `Qjapanese_jisx0208_1978'.
1182         (syms_of_mule_charset): Add new symbol `=jis-x0208-1978' instead
1183         of `japanese-jisx0208-1978'.
1184         (complex_vars_of_mule_charset): Rename `japanese-jisx0208-1978' to
1185         `=jis-x0208-1978'.
1186
1187 2003-04-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1188
1189         * chartab.c (decode_char_table_range): CHARTAB_RANGE_DEFAULT is
1190         only for XEmacs CHISE.
1191
1192 2003-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1193
1194         * char-ucs.h: Compact non-ISO-IR charset-ids.
1195         (LEADING_BYTE_UCS): Changed to -177.
1196         (LEADING_BYTE_CONTROL_1): Changed to -77.
1197         (LEADING_BYTE_UCS_BMP): Changed to -176.
1198         (LEADING_BYTE_JAPANESE_JISX0208_1990): Changed to -168.
1199
1200 2003-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1201
1202         * mule-charset.c (Qiso_ir): New variable.
1203         (Fmake_charset): Recognise new property `iso-ir'.
1204         (syms_of_mule_charset): Add new symbol `iso-ir'.
1205
1206 2003-04-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1207
1208         * char-ucs.h: Change charset-id of ISO-IR sets from ISO-IR-number
1209         n to -n; charset-id of non ISO-IR sets are changed to positive
1210         numbers.
1211
1212 2003-03-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1213
1214         * text-coding.c (decode_add_er_char): Use XUINT instead of XINT
1215         for &MCS-XXXXXXXX; values.
1216
1217 2003-03-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1218
1219         * mule.c (Vxemacs_chise_version): Renamed from
1220         `Vutf_2000_version'.
1221         (vars_of_mule): Add new variable `xemacs-chise-version'; define
1222         `utf-2000-version' as an alias for `xemacs-chise-version'.
1223
1224 2003-03-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1225
1226         * mule-charset.c: Include <chise.h> when `CHISE' is defined.
1227         (load_char_decoding_entry_maybe): Use libchise when `CHISE' is
1228         defined.
1229
1230         * config.h.in (CHISE): New macro.
1231
1232 2003-03-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1233
1234         * mule-charset.c (put_char_ccs_code_point): Refer `=ucs' instead
1235         of `ucs'.
1236         (Qmap_ucs): New variable.
1237         (syms_of_mule_charset): Add new symbol `=ucs'.
1238         (complex_vars_of_mule_charset): Rename `ucs' to `=ucs'.
1239
1240         * fns.c (ids_format_unit): Refer `=ucs' instead of `ucs'.
1241         (simplify_char_spec): Likewise.
1242
1243         * chartab.c (Fdefine_char): Refer `=ucs' as same as `ucs'.
1244
1245         * char-ucs.h (Qmap_ucs): New extern variable.
1246
1247 2003-03-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1248
1249         * mule-charset.c (Qmap_jis_x0208): Renamed from `Qjis_x0208'.
1250         (Qmap_jis_x0208_1990): Renamed from `Qjapanese_jisx0208_1990';
1251         don't define it when UTF2000 is not defined.
1252         (syms_of_mule_charset): Modify for `Qmap_jis_x0208'; rename
1253         `japanese-jisx0208-1990' to `=jis-x0208-1990'; don't define it
1254         when UTF2000 is not defined.
1255         (complex_vars_of_mule_charset): Modify for `Qmap_jis_x0208';
1256         rename `japanese-jisx0208-1990' to `=jis-x0208-1990'.
1257
1258 2003-03-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1259
1260         * char-ucs.h (LEADING_BYTE_UCS_GB): Deleted.
1261
1262         * mule-charset.c (Vcharset_ucs_gb): Deleted.
1263         (Qucs_gb): Deleted.
1264         (syms_of_mule_charset): Delete `ucs-gb'.
1265         (complex_vars_of_mule_charset): Likewise.
1266
1267 2003-03-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1268
1269         * char-ucs.h (LEADING_BYTE_UCS_CNS): Deleted.
1270
1271         * mule-charset.c (Vcharset_ucs_cns): Deleted.
1272         (Qucs_cns): Deleted.
1273         (syms_of_mule_charset): Delete `ucs-cns'.
1274         (complex_vars_of_mule_charset): Likewise.
1275
1276 2003-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1277
1278         * char-ucs.h (LEADING_BYTE_UCS_JIS): Deleted.
1279
1280         * mule-charset.c (Vcharset_ucs_jis): Deleted.
1281         (Qucs_jis): Deleted.
1282         (syms_of_mule_charset): Delete `ucs-jis'.
1283         (complex_vars_of_mule_charset): Likewise.
1284
1285 2003-03-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1286
1287         * char-ucs.h (LEADING_BYTE_UCS_KS): Deleted.
1288
1289         * mule-charset.c (Vcharset_ucs_ks): Deleted.
1290         (Qucs_ks): Deleted.
1291         (syms_of_mule_charset): Delete `ucs-ks'.
1292         (complex_vars_of_mule_charset): Likewise.
1293
1294 2003-03-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1295
1296         * mule-charset.c (Vcharset_ideograph_daikanwa_2): Deleted.
1297         (Qideograph_daikanwa_2): Deleted.
1298         (syms_of_mule_charset): Delete `ideograph-daikanwa-2'.
1299         (complex_vars_of_mule_charset): Likewise.
1300
1301         * char-ucs.h (LEADING_BYTE_DAIKANWA_0): Deleted.
1302         (LEADING_BYTE_DAIKANWA_1): Deleted.
1303         (LEADING_BYTE_DAIKANWA_2): Deleted.
1304         (MIN_CHAR_DAIKANWA): Deleted.
1305         (MAX_CHAR_DAIKANWA): Deleted.
1306
1307 2003-02-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1308
1309         * char-ucs.h (LEADING_BYTE_DAIKANWA_3): Deleted.
1310         (LEADING_BYTE_HANZIKU_{1..12}): Deleted.
1311         ({MIN|MAX}_CHAR_HANZIKU_{1..12}): Deleted.
1312
1313         * mule-charset.c (Vcharset_ideograph_hanziku_{1..12}): Deleted.
1314         (Vcharset_ideograph_daikanwa): Deleted.
1315         (Qideograph_hanziku_{1..12}): Deleted.
1316         (Qideograph_daikanwa): Deleted.
1317         (encode_builtin_char_1): Don't use {MIN|MAX}_CHAR_DAIKANWA and
1318         Vcharset_ideograph_daikanwa.
1319         (syms_of_mule_charset): Delete `ideograph-daikanwa' and
1320         `ideograph-hanziku-{1..12}'.
1321         (complex_vars_of_mule_charset): Likewise.
1322
1323 2003-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1324
1325         * char-ucs.h (LEADING_BYTE_GT_PJ_{1..11}): Deleted.
1326
1327         * mule-charset.c (Vcharset_ideograph_gt_pj_{1..11}): Deleted.
1328         (Qideograph_gt_pj_{1..11}): Deleted.
1329         (syms_of_mule_charset): Delete `ideograph-gt-pj-{1..11}'.
1330         (complex_vars_of_mule_charset): Likewise.
1331
1332 2003-02-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1333
1334         * mule-charset.c (Vcharset_ucs_big5): Deleted.
1335         (Vcharset_ideograph_gt): Deleted.
1336         (Qucs_big5): Deleted.
1337         (Qideograph_gt): Deleted.
1338         (syms_of_mule_charset): Delete symbol `ucs-big5' and
1339         `ideograph-gt'.
1340         (complex_vars_of_mule_charset): Delete coded-charset `ucs-big5'
1341         and `ideograph-gt'.
1342
1343         * char-ucs.h (LEADING_BYTE_UCS_BIG5): Deleted.
1344         (LEADING_BYTE_GT): Deleted.
1345         (MIN_CHAR_GT): Deleted.
1346         (MAX_CHAR_GT): Deleted.
1347
1348 2003-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1349
1350         * chartab.c (Fput_char_attribute): Canonicalise charset-aliases.
1351
1352 2003-01-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1353
1354         * chartab.c (save_uint8_byte_table): Add new argument `filter'.
1355         (save_uint16_byte_table): Likewise.
1356         (save_byte_table): Likewise; convert values by it.
1357         (Fput_char_attribute): Don't use `char-refs-simplify-char-specs'
1358         for `ideographic-structure'.
1359         (Fsave_char_attribute_table): Use `char-refs-simplify-char-specs'
1360         as the filter for `ideographic-structure'.
1361
1362 2003-01-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1363
1364         * chartab.c (put_char_composition): New function.
1365         (Fput_char_attribute): Use `put_char_composition'; use
1366         `Fchar_refs_simplify_char_specs' for `ideographic-structure'.
1367
1368         * fns.c (simplify_char_spec): New function.
1369         (char_ref_simplify_spec): New function.
1370         (Fchar_refs_simplify_char_specs): New function.
1371         (syms_of_fns): Add new builtin function
1372         `char-refs-simplify-char-specs'.
1373
1374 2003-01-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1375
1376         * mule-charset.c (Vcharset_ideograph_cbeta): Deleted.
1377         (Qideograph_cbeta): Deleted.
1378         (syms_of_mule_charset): Don't define `ideograph-cbeta'.
1379         (complex_vars_of_mule_charset): Likewise.
1380
1381         * char-ucs.h (LEADING_BYTE_CBETA): Deleted.
1382         (MIN_CHAR_CBETA): Comment out.
1383         (MAX_CHAR_CBETA): Likewise.
1384
1385 2002-12-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1386
1387         * mule-charset.c, chartab.h, casetab.c, char-ucs.h, chartab.c: Use
1388         `HAVE_CHISE_CLIENT' instead of `HAVE_DATABASE' to indicate the
1389         CHISE client feature.
1390
1391 2002-12-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1392
1393         * mule.c (vars_of_mule): Update `utf-2000-version' to 0.20.
1394
1395 2002-12-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1396
1397         * mule-charset.c (charset_lookup_description_1): Use
1398         `NUM_LEADING_BYTES' in UTF-2000.
1399
1400 2002-12-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1401
1402         * char-ucs.h (GC_CHARSETP): Deleted.
1403
1404 2002-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1405
1406         * char-ucs.h (MAX_CHAR_GT): Updated.
1407
1408 2002-12-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1409
1410         * text-coding.c: Sync with XEmacs 21.4.10.
1411
1412 2002-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1413
1414         * mule-charset.c (Vcharset_china3_jef): Deleted.
1415         (Qchina3_jef): Deleted.
1416         (syms_of_mule_charset): Don't define `china3-jef'.
1417         (complex_vars_of_mule_charset): Likewise.
1418
1419         * char-ucs.h (LEADING_BYTE_CHINA3_JEF): Deleted.
1420         (MIN_CHAR_CHINA3_JEF): Comment out.
1421         (MAX_CHAR_CHINA3_JEF): Comment out.
1422
1423 2002-11-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1424
1425         * mule-charset.c (Vcharset_ucs_gb): New variable.
1426         (Qucs_gb): New variable.
1427         (syms_of_mule_charset): Add new symbol `ucs-gb'.
1428         (complex_vars_of_mule_charset): Add new coded-charset `ucs-gb'.
1429
1430         * char-ucs.h (LEADING_BYTE_UCS_GB): New macro.
1431
1432 2002-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1433
1434         * mule-charset.c (charset_code_point): if a coded-charset has a
1435         final-byte, don't inherit the builtin range of the mother CCS.
1436
1437 2002-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1438
1439         * mule-charset.c (charset_code_point): Fix problem about
1440         inheritance.
1441
1442 2002-11-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1443
1444         * mule-charset.c (decode_builtin_char): Reorganized.
1445
1446 2002-10-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1447
1448         * text-coding.c (char_encode_as_entity_reference): Modify for
1449         `charset_code_point'.
1450         (char_encode_shift_jis): Likewise.
1451         (char_encode_big5): Likewise.
1452         (char_encode_utf8): Likewise.
1453         (char_encode_iso2022): Likewise.
1454
1455         * mule-charset.c (charset_code_point): Add new argument
1456         `defined_only'.
1457         (Fencode_char): Add new optional argument `defined_only'.
1458
1459         * chartab.c (put_char_table): Modify for `charset_code_point'.
1460
1461         * char-ucs.h (charset_code_point): Add new argument
1462         `defined_only'.
1463         (encode_char_1): Modify for `charset_code_point'.
1464
1465 2002-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1466
1467         * mule-charset.c (complex_vars_of_mule_charset): Don't specify
1468         `MIN_CHAR_THAI' and `MAX_CHAR_THAI' for `thai-tis620'.
1469
1470 2002-10-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1471
1472         * mule-charset.c (Vcharset_jis_x0208): New variable in UTF-2000.
1473         (Qjis_x0208): Likewise.
1474         (decode_builtin_char): Prefer XCHARSET_MAX_CODE(charset) than
1475         XCHARSET_FINAL(charset).
1476         (charset_code_point): Modify condition for final-byte based
1477         builtin-chars.
1478         (syms_of_mule_charset): Add new symbol `=jis-x0208' in UTF-2000.
1479         (complex_vars_of_mule_charset): Add new coded-charset `=jis-x0208'
1480         in UTF-2000; specify `=jis-x0208' as the mother of
1481         `japanese-jisx0208-1978', `japanese-jisx0208' and
1482         `japanese-jisx0208-1990' in UTF-2000.
1483
1484 2002-10-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1485
1486         * char-ucs.h (LEADING_BYTE_JIS_X0208): New macro.
1487
1488 2002-10-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1489
1490         * text-coding.c (decode_coding_utf16): Support UTF-16.
1491         (char_encode_utf16): Fixed.
1492
1493 2002-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1494
1495         * text-coding.c (Qutf16): New variable in MULE.
1496         (Fmake_coding_system): Accept `utf-16' as `type' in MULE.
1497         (Fcoding_system_type): Add `utf-16' in MULE.
1498         (struct detection_state): Add a structure for utf16 in MULE.
1499         (detect_coding_type): Setup st->utf16.mask in MULE.
1500         (mule_decode): Use `decode_coding_utf16' for `CODESYS_UTF16' in
1501         MULE.
1502         (reset_encoding_stream): Use `char_encode_utf16' and
1503         `char_finish_utf16' for `CODESYS_UTF16' in MULE.
1504         (detect_coding_utf16): New function [incomplete].
1505         (decode_coding_utf16): New function [support only UCS-2].
1506         (char_encode_utf16): New function.
1507         (char_finish_utf16): New function.
1508         (syms_of_file_coding): Add new symbol `utf-16'; setup
1509         `coding_category_symbol[CODING_CATEGORY_UTF16]'.
1510
1511         * file-coding.h (enum coding_system_type): Add `CODESYS_UTF16' in
1512         UTF-2000.
1513         (enum coding_category_type): Add `CODING_CATEGORY_UTF16' in MULE.
1514         (CODING_CATEGORY_UTF16_MASK): New macro in MULE.
1515
1516 2002-10-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1517
1518         * chartab.c (put_char_table): When a charset is specified as a
1519         range in UTF-2000, don't support builtin characters.
1520
1521 2002-09-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1522
1523         * mule-charset.c (decode_defined_char): Don't refer external
1524         database if Qunbound or Qnil are found.
1525         (Fsave_charset_mapping_table): Don't define it if
1526         HAVE_CHISE_CLIENT is not defined.
1527         (Freset_charset_mapping_table): New function.
1528         (load_char_decoding_entry_maybe): Store Qnil if a character is not
1529         found in external database.
1530         (syms_of_mule_charset): Don't define `save-charset-mapping-table'
1531         if HAVE_CHISE_CLIENT is not defined; add new builtin function
1532         `reset-charset-mapping-table' if HAVE_CHISE_CLIENT is defined.
1533
1534 2002-09-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1535
1536         * text-coding.c (decode_coding_utf8): Check CCS is specified or
1537         not.
1538
1539 2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1540
1541         * chartab.h: Add extern declarations for Qdowncase, Qflippedcase,
1542         Q_lowercase, Q_uppercase in UTF-2000.
1543
1544         * chartab.c (get_char_table): Add special code for the standard
1545         case table to use character attribute `->downcase' and
1546         `->uppercase' for case operations in UTF-2000.
1547
1548         * casetab.c (Qflippedcase): New variable in UTF-2000.
1549         (Q_lowercase): Likewise.
1550         (Q_uppercase): Likewise.
1551         (syms_of_casetab): Add new symbols `flippedcase', `->lowercase'
1552         and `->uppercase' in UTF-2000.
1553         (complex_vars_of_casetab): Assign attribute name `downcase' to
1554         downcase and CANON table of Vstandard_case_table in UTF-2000;
1555         assign attribute name `flippedcase' to upcase and EQV table of
1556         Vstandard_case_table in UTF-2000.
1557
1558 2002-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1559
1560         * text-coding.c (decode_add_er_char): Support isolated-chars.
1561         (char_encode_as_entity_reference): Likewise.
1562
1563 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1564
1565         * emacs.c (Vutf_2000_lisp_directory): New variable.
1566         (Vconfigure_utf_2000_lisp_directory): Likewise.
1567         (complex_vars_of_emacs): Add new variable
1568         `utf-2000-lisp-directory' and `configure-utf-2000-lisp-directory'.
1569
1570 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1571
1572         * char-ucs.h (DECODE_CHAR): Delete special code for
1573         `chinese-big5-1' and `chinese-big5-2'.
1574
1575         * mule-charset.c (Qbig5_1): New variable in UTF-2000.
1576         (Qbig5_2): Likewise.
1577         (decode_defined_char): Support CONVERSION_BIG5_1 and
1578         CONVERSION_BIG5_2.
1579         (decode_builtin_char): Likewise.
1580         (charset_code_point): Likewise.
1581         (Fmake_charset): Accept `big5-1' and `big5-2' as a value of
1582         'conversion in UTF-2000.
1583         (syms_of_mule_charset): Add new symbol `big5-1' and `big5-2'.
1584         (complex_vars_of_mule_charset): Define `chinese-big5-1' and
1585         `chinese-big5-2' as children of `chinese-big5'.
1586
1587         * char-ucs.h (CONVERSION_BIG5_1): New macro.
1588         (CONVERSION_BIG5_2): New macro.
1589
1590 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1591
1592         * text-coding.c (char_encode_big5): Support entity-reference.
1593
1594 2002-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1595
1596         * text-coding.c (char_encode_as_entity_reference): New function.
1597         (char_encode_utf8): Use `char_encode_as_entity_reference'.
1598
1599 2002-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1600
1601         * text-coding.c (decode_coding_big5): Support entity-reference
1602         decoding feature.
1603
1604 2002-08-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1605
1606         * text-coding.c (allocate_coding_system): Initialize initial
1607         charsets for CODESYS_UTF8.
1608         (Fmake_coding_system): Accept charset-g0, charset-g1 and
1609         charset-g2 for CODESYS_UTF8.
1610         (decode_coding_utf8): Use charset-g0.
1611         (char_encode_utf8): Use charset-g0; use charset-g1 and charset-g2
1612         to force variants to map to UCS.
1613
1614 2002-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1615
1616         * text-coding.c (Qutf_8_mcs): New variable.
1617         (syms_of_file_coding): Add new symbol `utf-8-mcs' in UTF-2000.
1618         (complex_vars_of_file_coding): Define coding-system `utf-8-mcs'
1619         instead of `utf-8' in UTF-2000.
1620
1621 2002-07-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1622
1623         * mule-charset.c (charset_code_point): If CHARSET_CONVERSION is
1624         CONVERSION_IDENTICAL, identical conversion is used even if a CCS
1625         is ISO-2022 style; instead of it, CONVERSION_94, CONVERSION_96,
1626         CONVERSION_94x94, CONVERSION_96x96, CONVERSION_94x94x94,
1627         CONVERSION_96x96x96, CONVERSION_94x94x94x94 and
1628         CONVERSION_96x96x96x96 are introduced.
1629         (complex_vars_of_mule_charset): Specify CONVERSION_96 instead of
1630         CONVERSION_IDENTICAL for thai-tis620; Specify CONVERSION_94x94
1631         instead of CONVERSION_IDENTICAL for japanese-jisx0208-1990.
1632
1633         * char-ucs.h (CONVERSION_94): New macro.
1634         (CONVERSION_96): New macro.
1635         (CONVERSION_94x94): New macro.
1636         (CONVERSION_96x96): New macro.
1637         (CONVERSION_94x94x94): New macro.
1638         (CONVERSION_96x96x96): New macro.
1639         (CONVERSION_94x94x94x60): New macro.
1640         (CONVERSION_94x94x94x94): New macro.
1641         (CONVERSION_96x96x96x96): New macro.
1642
1643 2002-07-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1644
1645         * chartab.c (Vcharacter_variant_table): Deleted.
1646         (Fchar_variants): Use character-attribute `->ucs-variants' instead
1647         of `Vcharacter_variant_table'.
1648         (Fput_char_attribute): Likewise.
1649         (vars_of_chartab): Don't setup `Vcharacter_variant_table'.
1650         (complex_vars_of_chartab): Likewise.
1651
1652 2002-07-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1653
1654         * lisp.h: Add an EXFUN for `Fchar_ref_p'.
1655
1656         * fns.c (Qideographic_structure): New variable.
1657         (Qkeyword_char): New variable.
1658         (ids_format_unit): New function.
1659         (Fideographic_structure_to_ids): New function.
1660         (syms_of_fns): Add new symbols `ideographic-structure' and
1661         `:char'; add new builtin function `ideographic-structure-to-ids'.
1662
1663         * data.c (Fchar_ref_p): New function.
1664         (syms_of_data): Add new builtin function `char-ref-p'.
1665
1666         * chartab.h: Add an EXFUN for `Ffind_char'.
1667
1668 2002-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1669
1670         * text-coding.c (Vcharacter_composition_table): Deleted.
1671         (COMPOSE_ADD_CHAR): Use the implementation for external-DB support
1672         in every UTF-2000.
1673
1674         * chartab.c: Add EXFUN for `Fmap_char_attribute' in every
1675         UTF-2000.
1676         (Vcharacter_composition_table): Deleted.
1677         (Fget_composite_char): Use the implementation for external-DB
1678         support in every UTF-2000.
1679         (Fput_char_attribute): Likewise.
1680         (char_attribute_system_db_file): Don't define if external-DB
1681         feature is not available.
1682         (Fsave_char_attribute_table): Likewise.
1683         (Fmount_char_attribute_table): Likewise.
1684         (Fclose_char_attribute_table): Likewise.
1685         (Freset_char_attribute_table): Likewise.
1686         (Fload_char_attribute_table): Likewise.
1687         (syms_of_chartab): Don't define `save-char-attribute-table',
1688         `mount-char-attribute-table', `reset-char-attribute-table',
1689         `close-char-attribute-table' and `load-char-attribute-table' if
1690         external-DB feature is not available.
1691         (vars_of_chartab): Don't setup `Vcharacter_composition_table'.
1692
1693 2002-07-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1694
1695         * text-coding.c (Qcomposition): Add extern if external-DB feature
1696         is supported.
1697         (Vcharacter_composition_table): Don't add extern if external-DB
1698         feature is supported.
1699         (COMPOSE_ADD_CHAR): Modify for new data-representation of
1700         character composition rule if external-DB feature is supported.
1701
1702         * chartab.c (Vcharacter_composition_table): Don't define if
1703         external-DB feature is supported.
1704         (Qcomposition): New variable.
1705         (Fget_composite_char): New implementation for external-DB support.
1706         (Fput_char_attribute): Use `composition' property of each
1707         character instead of `Vcharacter_composition_table' to store
1708         character-composition rules if external-DB feature is supported.
1709         (syms_of_chartab): Add new symbol `composition'.
1710         (vars_of_chartab): Don't setup `Vcharacter_composition_table' if
1711         external-DB feature is supported.
1712
1713 2002-07-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1714
1715         * chartab.c (Vchar_db_stingy_mode): New variable.
1716         (load_char_attribute_maybe): Close database if
1717         Vchar_db_stingy_mode is not NIL.
1718         (Fload_char_attribute_table_map_function): Use
1719         `get_char_id_table_0' instead of `get_char_id_table'.
1720         (vars_of_chartab): Add new variable `char-db-stingy-mode'.
1721
1722         * chartab.h (get_char_id_table_0): New inline function.
1723         (get_char_id_table): Use `get_char_id_table_0'.
1724
1725 2002-07-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1726
1727         * text-coding.c (decode_coding_utf8): Use `COMPOSE_FLUSH_CHARS'
1728         and `COMPOSE_ADD_CHAR'.
1729         (decode_coding_iso2022): Use `decode_flush_er_chars'.
1730
1731 2002-07-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1732
1733         * text-coding.c (COMPOSE_FLUSH_CHARS): Use `decode_add_er_char'
1734         instead of `DECODE_ADD_UCS_CHAR'.
1735         (COMPOSE_ADD_CHAR): Likewise.
1736
1737 2002-07-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1738
1739         * text-coding.c (decode_flush_er_chars): New inline function.
1740         (decode_add_er_char): New function.
1741         (decode_coding_utf8): Use `decode_flush_er_chars' and
1742         `decode_add_er_char'.
1743
1744 2002-07-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1745
1746         * text-coding.c (decode_coding_utf8): Flush for er_buf must be
1747         done before `decode_output_utf8_partial_char'.
1748
1749         * mule-charset.c (complex_vars_of_mule_charset): Specify
1750         `Vcharset_ucs' as the mother of `Vcharset_ucs_cns',
1751         `Vcharset_ucs_ks' and `Vcharset_ucs_big5'.
1752
1753 2002-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1754
1755         * mule-charset.c (decode_defined_char): New function; search
1756         mother.
1757         (decode_builtin_char): Don't search mother if
1758         XCHARSET_MAX_CODE(charset) == 0.
1759         (charset_code_point): Search mother if XCHARSET_MAX_CODE(charset)
1760         == 0 even if code >= XCHARSET_MAX_CODE(charset).
1761         (Fdecode_char): Use `decode_defined_char' instead of
1762         `DECODE_DEFINED_CHAR'.
1763         (complex_vars_of_mule_charset): Specify `Vcharset_ucs' as the
1764         mother of `Vcharset_ucs_jis'.
1765
1766         * text-coding.c (decode_coding_big5): Use `decode_defined_char'
1767         instead of `DECODE_DEFINED_CHAR'.
1768
1769         * char-ucs.h (decode_defined_char): Renamed from
1770         `DECODE_DEFINED_CHAR'; changed to normal function.
1771         (DECODE_CHAR): Use `decode_defined_char' instead of
1772         `DECODE_DEFINED_CHAR'.
1773
1774         * lisp.h: Add `EXFUN' for `Fstring_to_number'.
1775
1776 2002-07-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1777
1778         * char-ucs.h: Add `extern' for `Vcharset_ucs'.
1779
1780         * text-coding.c (Vcoded_charset_entity_reference_alist): New
1781         variable.
1782         (Quse_entity_reference): New variable.
1783         (Qd): New variable.
1784         (Qx): New variable.
1785         (QX): New variable.
1786         (coding_system_description): Add description for
1787         `ccs_priority_list'.
1788         (mark_coding_system): Mark `ccs_priority_list' in UTF-2000.
1789         (allocate_coding_system): Initialize `ccs_priority_list' in
1790         UTF-2000.
1791         (Fmake_coding_system): Add description about
1792         'use-entity-reference; setup CODING_SYSTEM_USE_ENTITY_REFERENCE
1793         (codesys).
1794         (Fcoding_system_property): Accept `disable-composition' and
1795         `use-entity-reference' in UTF-2000.
1796         (struct decoding_stream): Add new member `er_counter' and `er_buf'
1797         in UTF-2000.
1798         (reset_decoding_stream): Initialize `str->er_counter' in UTF-2000.
1799         (decode_coding_utf8): Decode entity-reference if
1800         CODING_SYSTEM_USE_ENTITY_REFERENCE (str->codesys).
1801         (char_encode_utf8): Encode non-Unicode characters as
1802         entity-references if CODING_SYSTEM_USE_ENTITY_REFERENCE
1803         (str->codesys).
1804         (syms_of_file_coding): Add new symbols `use-entity-reference',
1805         `d', `x', `X'.
1806         (vars_of_file_coding): Add new variable
1807         `coded-charset-entity-reference-alist'.
1808         (complex_vars_of_file_coding): Declare `disable-composition' and
1809         `use-entity-reference' to be coding-system-properties in UTF-2000.
1810
1811         * file-coding.h (struct Lisp_Coding_System): Add new member
1812         `use_entity_reference' and `ccs_priority_list'.
1813         (CODING_SYSTEM_USE_ENTITY_REFERENCE): New macro.
1814         (CODING_SYSTEM_CCS_PRIORITY_LIST): New macro.
1815         (XCODING_SYSTEM_USE_ENTITY_REFERENCE): New macro.
1816
1817 2002-07-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1818
1819         * chartab.c (save_uint8_byte_table): Don't clear the table.
1820         (save_uint16_byte_table): Likewise.
1821         (save_byte_table): Likewise.
1822         (Fmount_char_attribute_table): New function.
1823         (syms_of_chartab): Add new builtin function
1824         `mount-char-attribute-table'.
1825
1826 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1827
1828         * mule-charset.c (Fsave_charset_mapping_table): Open database as
1829         "w+" mode.
1830         (load_char_decoding_entry_maybe): Open database as read-only mode.
1831
1832         * chartab.c (Fsave_char_attribute_table): Don't share `ct->db';
1833         open database as "w+" mode.
1834         (load_char_attribute_maybe): Open database as read-only mode.
1835         (Fload_char_attribute_table): Likewise.
1836
1837 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1838
1839         * chartab.c (mark_char_table): Don't refer `ct->db_file'.
1840         (char_table_description): Delete member `db_file'.
1841         (Fmake_char_table): Don't refer `ct->db_file'.
1842         (Fcopy_char_table): Likewise.
1843         (Fsave_char_attribute_table): Likewise.
1844         (Fclose_char_attribute_table): Likewise.
1845         (Freset_char_attribute_table): Likewise.
1846         (load_char_attribute_maybe): Likewise.
1847         (Fload_char_attribute_table): Likewise.
1848
1849         * chartab.h (struct Lisp_Char_Table): Delete member `db_file'.
1850
1851 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1852
1853         * chartab.c: Add an EXFUN for `Fmap_char_attribute'.
1854         (Fsave_char_attribute_table): Don't check `ct->db_file' if
1855         `ct->db' is living.
1856         (load_char_attribute_maybe): Likewise.
1857         (Fload_char_attribute_table): Likewise.
1858
1859 2002-07-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1860
1861         * chartab.c (Fclose_char_attribute_table): Set Qnil on
1862         `ct->db_file' unconditionally.
1863
1864 2002-07-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1865
1866         * chartab.c (mark_char_table): Mark `ct->db_file' and `ct->db' in
1867         UTF-2000.
1868         (char_table_description): Add description for `db_file' and `db'
1869         in UTF-2000.
1870         (Fmake_char_table): Initialize `ct->db_file' and `ct->db' in
1871         UTF-2000.
1872         (Fcopy_char_table): Copy `ct->db_file' and `ct->db' in UTF-2000.
1873         (Fsave_char_attribute_table): Use `ct->db_file' and `ct->db'.
1874         (Fclose_char_attribute_table): New function.
1875         (Freset_char_attribute_table): Reset `ct->db_file' and `ct->db'.
1876         (load_char_attribute_maybe): Change interface; use `cit->db_file'
1877         and `cit->db'.
1878         (Fload_char_attribute_table): Use `ct->db_file' and `ct->db'.
1879         (syms_of_chartab): Add new builtin function
1880         `Fclose_char_attribute_table'.
1881
1882 2002-06-28  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1883
1884         * chartab.h (struct Lisp_Char_Table): Add new member `db_file' and
1885         `db' in UTF-2000.
1886         (load_char_attribute_maybe): Change interface.
1887         (get_char_id_table): Modify for `load_char_attribute_maybe'.
1888
1889 2002-06-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1890
1891         * database.h: Add an EXFUN for `Fdatabase_live_p'.
1892
1893 2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1894
1895         * mule-charset.c (decode_builtin_char): Use `decode_builtin_char'
1896         instead of `DECODE_CHAR' for mother; don't use special code for
1897         chinese-big5 to use code space of chinese-big5-1 and
1898         chinese-big5-2.
1899         (complex_vars_of_mule_charset): Use `MIN_CHAR_BIG5_CDP' and
1900         `MAX_CHAR_BIG5_CDP' for chinese-big5.
1901
1902         * char-ucs.h (MIN_CHAR_BIG5_CDP): Revival.
1903         (MAX_CHAR_BIG5_CDP): Revival.
1904
1905 2002-04-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1906
1907         * mule-charset.c (complex_vars_of_mule_charset): Use "big5-0" as
1908         the XLFD registry-encoding name of `chinese-big5'.
1909
1910 2002-04-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1911
1912         * mule-charset.c (Vcharset_chinese_big5_cdp): Deleted.
1913         (Qchinese_big5_cdp): Deleted.
1914         (syms_of_mule_charset): Delete symbol `chinese-big5-cdp'.
1915         (complex_vars_of_mule_charset): Delete coded-charset
1916         `chinese-big5-cdp'.
1917
1918         * char-ucs.h (CHARSET_ID_OFFSET): Deleted.
1919         (LEADING_BYTE_*): Use `MIN_LEADING_BYTE + n' instead of
1920         `CHARSET_ID_OFFSET - n' for private CCS.
1921         (LEADING_BYTE_CHINESE_BIG5_CDP): Deleted.
1922         (MIN_LEADING_BYTE_PRIVATE): Use `(MIN_LEADING_BYTE + 97)' instead
1923         of `MIN_LEADING_BYTE'.
1924         (MAX_LEADING_BYTE_PRIVATE): Use `-1' instead of
1925         `(CHARSET_ID_OFFSET - 97)'.
1926         (MIN_CHAR_BIG5_CDP): Deleted.
1927         (MAX_CHAR_BIG5_CDP): Deleted.
1928
1929 2002-03-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1930
1931         * mule.c (vars_of_mule): Update `utf-2000-version' to 0.19.
1932
1933 2002-03-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1934
1935         * mule.c (Vutf_2000_version): New variable [moved from chartab.c].
1936         (vars_of_mule): Add new variable `utf-2000-version' [moved from
1937         chartab.c].
1938
1939         * chartab.c (Vutf_2000_version): Moved to mule.c.
1940         (vars_of_chartab): Move code about `utf-2000-version' into mule.c.
1941
1942 2002-03-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1943
1944         * mule-charset.c (load_char_decoding_entry_maybe): Don't define it
1945         when HAVE_CHISE_CLIENT is not defined.
1946
1947         * mule.c (vars_of_mule): Provide feature `chise' when
1948         HAVE_CHISE_CLIENT is defined.
1949
1950 2002-03-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1951
1952         * config.h.in (UTF2000): Add comment.
1953         (HAVE_CHISE_CLIENT): New macro.
1954
1955 2002-02-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1956
1957         * chartab.c (Fchar_variants): Check Vcharacter_variant_table is
1958         CONSP.
1959         (Fput_char_attribute): Likewise.
1960         (char_attribute_system_db_file): Encode file-name of attribute.
1961         (vars_of_chartab): Set Qunbound into Vcharacter_variant_table as
1962         the initial value.
1963
1964 2002-02-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1965
1966         * mule-charset.c (put_char_ccs_code_point): Delete unused codes.
1967         (Fsave_charset_mapping_table): Use
1968         `char_attribute_system_db_file'.
1969         (load_char_decoding_entry_maybe): Likewise.
1970
1971         * chartab.h (Qsystem_char_id): New external variable.
1972         (char_attribute_system_db_file): New prototype.
1973
1974         * chartab.c (Qsystem_char_id): New variable in UTF-2000.
1975         (char_attribute_system_db_file): New function.
1976         (Fsave_char_attribute_table): Use `char_attribute_system_db_file'.
1977         (Freset_char_attribute_table): Likewise.
1978         (load_char_attribute_maybe): Likewise.
1979         (Fload_char_attribute_table): Likewise.
1980         (syms_of_chartab): Add new symbol `system-char-id'.
1981
1982 2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1983
1984         * char-ucs.h (DECODE_DEFINED_CHAR): Don't check
1985         `XCHARSET_GRAPHIC(ccs)'.
1986
1987 2002-02-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1988
1989         * mule-charset.c (Fsave_charset_mapping_table): Fixed.
1990
1991 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
1992
1993         * chartab.c (Q_ucs_variants): New variable.
1994         (syms_of_chartab): Add new symbol `->ucs-variants'.
1995         (complex_vars_of_chartab): Set `Vcharacter_variant_table' on
1996         `Vchar_attribute_hash_table' as the value of `->ucs-variants'; set
1997         `->ucs-variants' on `XCHAR_TABLE_NAME (Vcharacter_variant_table)'.
1998
1999         * mule-charset.c (load_char_decoding_entry_maybe): New function.
2000
2001         * char-ucs.h (load_char_decoding_entry_maybe): New prototype when
2002         `HAVE_DATABASE' is defined.
2003         (DECODE_DEFINED_CHAR): Use `load_char_decoding_entry_maybe' when
2004         `HAVE_DATABASE' is defined.
2005
2006 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2007
2008         * chartab.c (Fsave_char_attribute_table): Don't clear internal
2009         attribute-table.
2010         (Freset_char_attribute_table): New function.
2011         (syms_of_chartab): Add new builtin function
2012         `reset-char-attribute-table'.
2013
2014 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2015
2016         * chartab.c (load_char_attribute_maybe): Don't make directories.
2017
2018 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2019
2020         * char-ucs.h: Add EXFUN for `Fmake_directory_internal'.
2021
2022         * mule-charset.c (put_char_ccs_code_point): Don't prepare a vector
2023         for decoding-table.
2024
2025 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2026
2027         * mule-charset.c (Fsave_charset_mapping_table): Use
2028         `XCHARSET_BYTE_SIZE' instead of `XCHARSET_CHARS'.
2029
2030         * char-ucs.h (put_ccs_octet_table): Use `XCHARSET_BYTE_SIZE'
2031         instead of `XCHARSET_CHARS'.
2032
2033 2002-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2034
2035         * mule-charset.c (CHARSET_BYTE_SIZE): Moved to char-ucs.h.
2036         (XCHARSET_BYTE_SIZE): Likewise.
2037
2038         * char-ucs.h (CHARSET_BYTE_SIZE): New inline function [moved from
2039         mule-charset.c].
2040         (XCHARSET_BYTE_SIZE): Likewise.
2041
2042 2002-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2043
2044         * chartab.c (Fput_char_attribute): Use exec-directory instead of
2045         data-directory to store database.
2046         (Fsave_char_attribute_table): Likewise.
2047         (load_char_attribute_maybe): Likewise.
2048         (Fload_char_attribute_table): Likewise.
2049
2050 2002-02-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2051
2052         * mule-charset.c (Fsave_charset_mapping_table): New function.
2053         (syms_of_mule_charset): Add new builtin function
2054         `save-charset-mapping-table'.
2055
2056 2002-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2057
2058         * char-ucs.h (decoding_table_check_elements): Delete prototype.
2059         (get_ccs_octet_table): New inline function.
2060         (put_ccs_octet_table): Likewise.
2061         (decoding_table_put_char): Use `get_ccs_octet_table' and
2062         `put_ccs_octet_table'.
2063         (decoding_table_remove_char): Use `decoding_table_put_char'.
2064         (DECODE_DEFINED_CHAR): Use `get_ccs_octet_table'.
2065
2066         * mule-charset.c (remove_char_ccs): Store Qunbound instead of Qnil
2067         into encoding_table.
2068         (make_charset): Use Qunbound instead Qnil as initial value of
2069         decoding_table.
2070
2071 2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2072
2073         * chartab.c (map_over_uint8_byte_table): Set Qunbound if an
2074         element is Qunloaded.
2075         (map_over_uint16_byte_table): Likewise.
2076         (map_over_byte_table): Likewise.
2077         (map_char_table): Likewise for CHARTAB_RANGE_ALL in UTF-2000; when
2078         CHARTAB_RANGE_CHARSET is specified in UTF-2000 with external
2079         database support, load encoding-table of the specified
2080         coded-charset if it is not loaded yet.
2081         (save_uint8_byte_table): New function of UTF-2000 with external
2082         database support.
2083         (save_uint16_byte_table): Likewise.
2084         (save_byte_table): Likewise.
2085         (Fput_char_attribute): Don't store value into external database
2086         even if the external database feature is supported in UTF-2000;
2087         set `attribute' as name of char-table if the external database
2088         feature is supported.
2089         (Fsave_char_attribute_table): New function in UTF-2000.
2090         (syms_of_chartab): Add new builtin function
2091         `save-char-attribute-table' in UTF-2000.
2092
2093 2002-02-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2094
2095         * chartab.c (char_attribute_table_to_put): New variable in
2096         UTF-2000.
2097         (Qput_char_table_map_function): Likewise.
2098         (value_to_put): Likewise.
2099         (Fput_char_table_map_function): New function in UTF-2000.
2100         (put_char_table): Use `Fmap_char_attribute' for
2101         CHARTAB_RANGE_CHARSET in UTF-2000.
2102         (Fput_char_attribute): Store symbol instead of string in
2103         `XCHAR_TABLE_NAME (table)'.
2104         (load_char_attribute_maybe): Likewise.
2105         (syms_of_chartab): Add new symbol/function
2106         `put-char-table-map-function'.
2107
2108 2002-01-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2109
2110         * database.h: Add new EXFUN for `Fmap_database'.
2111
2112         * database.c (Fmap_database): Renamed from `Fmapdatabase'.
2113         (syms_of_database): Likewise.
2114
2115         * chartab.h (struct Lisp_Char_Table): Add new member `unloaded' in
2116         UTF-2000.
2117         (CHAR_TABLE_UNLOADED): New macro of UTF-2000.
2118         (XCHAR_TABLE_UNLOADED): Likewise.
2119
2120         * chartab.c (fill_char_table): Initialize `ct->unloaded'.
2121         (Fput_char_attribute): Set XCHAR_TABLE_UNLOADED(table) if
2122         HAVE_DATABASE is defined.
2123         (char_attribute_table_to_load): New variable of UTF-2000 with
2124         external database support.
2125         (Qload_char_attribute_table_map_function): Likewise.
2126         (Fload_char_attribute_table_map_function): New function of
2127         UTF-2000 with external database support.
2128         (Fload_char_attribute_table): New function of UTF-2000.
2129         (Fmap_char_attribute): Call Fload_char_attribute_table if
2130         CHAR_TABLE_UNLOADED(ct) is set when HAVE_DATABASE is defined.
2131         (syms_of_chartab): Add new symbol and function
2132         `load-char-attribute-table-map-function' in UTF-2000 with external
2133         database support; add new function `load-char-attribute-table' in
2134         UTF-2000.
2135
2136 2002-01-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2137
2138         * chartab.h (load_char_attribute_maybe): New prototype for
2139         UTF-2000 with DATABASE support.
2140         (get_char_id_table): Use `load_char_attribute_maybe' if
2141         HAVE_DATABASE is defined.
2142
2143         * chartab.c (load_char_attribute_maybe): New function in UTF-2000
2144         with DATABASE support.
2145
2146 2002-01-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2147
2148         * chartab.c (Fput_char_attribute): Use S-expression as key of
2149         external database.
2150
2151         * chartab.h (get_char_id_table): Use S-expression as key of
2152         external database.
2153
2154 2002-01-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2155
2156         * chartab.c (map_over_uint8_byte_table): Add new argument `root';
2157         if an element is not loaded, load the corresponding attributes
2158         from an external database.
2159         (map_over_uint16_byte_table): Likewise.
2160         (map_over_byte_table): Likewise.
2161         (map_char_table): Modify for `map_over_uint8_byte_table',
2162         `map_over_uint16_byte_table' and `map_over_byte_table'; if an
2163         element is not loaded, load the corresponding attributes from an
2164         external database.
2165         (Fput_char_attribute): Change initial values to Qunloaded.
2166
2167         * chartab.h (get_char_id_table): If a character attribute is not
2168         loaded and the attribute value is not found in an external
2169         database, store Qunbound as the attribute value.
2170
2171 2002-01-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2172
2173         * chartab.c (BT_UINT8_unloaded): New macro.
2174         (UINT8_VALUE_P): Accept Qunloaded.
2175         (UINT8_ENCODE): Likewise.
2176         (UINT8_DECODE): Likewise.
2177         (BT_UINT16_unloaded): New macro.
2178         (UINT16_VALUE_P): Accept Qunloaded.
2179         (UINT16_ENCODE): Likewise.
2180         (UINT16_DECODE): Likewise.
2181         (UINT8_TO_UINT16): Convert BT_UINT8_unloaded into
2182         BT_UINT16_unloaded.
2183         (mark_char_table): Mark `ct->name' in UTF-2000.
2184         (char_table_description): Add `name' in UTF-2000.
2185         (Fmake_char_table): Initialize `ct->name'.
2186         (Fcopy_char_table): Copy `ct->name'.
2187         (Fput_char_attribute): Store value into an external database if
2188         HAVE_DATABASE is defined.
2189
2190         * chartab.h (struct Lisp_Char_Table): Add new member `name' in
2191         UTF-2000.
2192         (CHAR_TABLE_NAME): New macro in UTF-2000.
2193         (XCHAR_TABLE_NAME): New macro in UTF-2000.
2194         (get_char_id_table): Try to read an external database if Qunloaded
2195         is stored in a table.
2196
2197         * symbols.c (init_symbols_once_early): Assign '#<unloaded> into
2198         Qunloaded.
2199
2200 2002-01-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2201
2202         * database.h: Add EXFUN definitions for Fopen_database,
2203         Fput_database, Fget_database and Fclose_database.
2204
2205         * data.c (Qunloaded): New variable in UTF-2000.
2206
2207         * lisp.h (Qunloaded): New variable in UTF-2000.
2208
2209 2002-01-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2210
2211         * mule-charset.c (put_char_ccs_code_point): Modify for
2212         `decoding_table_remove_char' and `decoding_table_put_char'.
2213         (remove_char_ccs): Modify for `decoding_table_remove_char'.
2214
2215         * char-ucs.h (decoding_table_remove_char): Change arguments to
2216         hide decoding_table vector.
2217         (decoding_table_put_char): Likewise.
2218
2219 2002-01-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2220
2221         * mule-charset.c (decoding_table_remove_char): Moved to
2222         char-ucs.h.
2223         (decoding_table_put_char): Likewise.
2224
2225         * char-ucs.h (decoding_table_check_elements): New prototype [moved
2226         from mule-charset.c].
2227         (decoding_table_remove_char): New inline function [moved from
2228         mule-charset.c].
2229         (decoding_table_put_char): Likewise.
2230
2231 2002-01-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2232
2233         * mule-charset.c (Fmake_charset): Modify DOC-string for UTF-2000
2234         extension.
2235
2236 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2237
2238         * mule-charset.c (decode_builtin_char): Support mother charsets.
2239
2240 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2241
2242         * mule-charset.c (Q94x94x60): New variable.
2243         (charset_code_point): Support conversion `94x94x60'.
2244         (Fmake_charset): Likewise.
2245         (syms_of_mule_charset): Add new symbol `94x94x60'.
2246
2247         * char-ucs.h (CONVERSION_94x94x60): New macro.
2248
2249 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2250
2251         * mule-charset.c (charset_code_point): Unify code about
2252         `code-offset'.
2253
2254 2001-12-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2255
2256         * mule-charset.c (charset_code_point): Merge code about builtin
2257         characters into code about mother charsets; don't use
2258         `range_charset_code_point'.
2259         (range_charset_code_point): Deleted.
2260
2261 2001-12-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2262
2263         * mule-charset.c (Qcode_offset): New variable.
2264         (Fmake_charset): Use `XUINT' to get value of `min-code' and
2265         `max-code'; accept new property `code-offset'.
2266         (syms_of_mule_charset): Add new symbol `code-offset'.
2267
2268 2001-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2269
2270         * mule-charset.c (range_charset_code_point): Fixed.
2271
2272 2001-12-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2273
2274         * mule-charset.c (decode_builtin_char): Change semantics of
2275         code-offset of coded-charset.
2276         (charset_code_point): Likewise.
2277         (range_charset_code_point): Likewise.
2278         (complex_vars_of_mule_charset): Modify for the change.
2279
2280 2001-12-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2281
2282         * mule-charset.c (Fencode_char): Reverse arguments.
2283
2284         * mule-charset.c (charset_code_point): Fixed.
2285
2286 2001-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2287
2288         * mule-charset.c (Vcharset_mojikyo): Deleted.
2289         (Vcharset_mojikyo_2022_1): Deleted.
2290         (Vcharset_mojikyo_pj_{1..21}): Deleted.
2291         (Qmin_code): New variable in UTF-2000.
2292         (Qmax_code): Likewise.
2293         (Qmother): Likewise.
2294         (Qconversion): Likewise.
2295         (Q94x60): Likewise.
2296         (Qmojikyo): Deleted.
2297         (Qmojikyo_2022_1): Deleted.
2298         (Qmojikyo_pj_{1..22}): Deleted.
2299         (mark_charset): Mark `cs->mother'.
2300         (charset_description): Add description for `mother'.
2301         (make_charset): Rename `ucs_{min|max}' to `{min|max}_code'; add
2302         new arguments `mother' and `conversion'; use
2303         `CHARSET_{MIN|MAX}_CODE' instead of `CHARSET_UCS_{MIN|MAX}'.
2304         (charset_code_point): Moved from char-ucs.h; support `mother'
2305         charset feature.
2306         (range_charset_code_point): use `CHARSET_{MIN|MAX}_CODE' instead
2307         of `CHARSET_UCS_{MIN|MAX}'; delete hard code for `mojikyo-2022-1'.
2308         (Fmake_charset): Allow 3 and 4 as the value of `dimension' in
2309         UTF-2000; allow 128 and 256 as the value of `chars' in UTF-2000;
2310         allow 2 as the value of `graphic' in UTF-2000; add new properties
2311         `min-code', `max-code', `mother', `conversion' in UTF-2000; don't
2312         require `final' in UTF-2000; modify for `make_charset'.
2313         (Fmake_reverse_direction_charset): use `CHARSET_{MIN|MAX}_CODE'
2314         instead of `CHARSET_UCS_{MIN|MAX}'; modify for `make_charset'.
2315         (Fcharset_property): Support `mother', `min-code' and `max-code'.
2316         (Fencode_char): New function.
2317         (syms_of_mule_charset): Add new builtin function `encode-char' in
2318         UTF-2000; add new symbols `min-code', `max-code', `mother',
2319         `conversion' and `94x60'; delete symbols `mojikyo',
2320         `mojikyo-2022-1' and `mojikyo-pj-{1..21}'.
2321         (complex_vars_of_mule_charset): Modify for `make_charset' change;
2322         delete coded-charsets `mojikyo', `mojikyo-2022-1' and
2323         `mojikyo-pj-{1..21}'; delete `DEF_MOJIKYO_PJ'.
2324
2325         * chartab.c (Fdefine_char): Use `XCHARSET_MAX_CODE' instead of
2326         `XCHARSET_UCS_MAX'; regard `chinese-big5' as a base CCS.
2327
2328         * char-ucs.h (Vcharset_mojikyo): Deleted.
2329         (Vcharset_mojikyo_2022_1): Deleted.
2330         (LEADING_BYTE_MOJIKYO): Deleted.
2331         (LEADING_BYTE_MOJIKYO_2022_1): Deleted.
2332         (LEADING_BYTE_MOJIKYO_2022_2): Deleted.
2333         (LEADING_BYTE_MOJIKYO_PJ_{1 .. 21}): Deleted.
2334         (struct Lisp_Charset): Rename `ucs_{min|max}' to `{min|max}_code';
2335         add new member `mother'; add new member `conversion'.
2336         (CHARSET_MIN_CODE): Renamed from `CHARSET_UCS_MIN'.
2337         (CHARSET_MAX_CODE): Renamed from `CHARSET_UCS_MAX'.
2338         (CHARSET_MOTHER): New macro.
2339         (CHARSET_CONVERSION): New macro.
2340         (CONVERSION_IDENTICAL): New macro.
2341         (CONVERSION_94x60): New macro.
2342         (XCHARSET_MIN_CODE): Renamed from `CHARSET_MIN_CODE'.
2343         (XCHARSET_MAX_CODE): Renamed from `CHARSET_MAX_CODE'.
2344         (XCHARSET_MOTHER): New macro.
2345         (XCHARSET_CONVERSION): New macro.
2346         (MIN_CHAR_MOJIKYO): Deleted.
2347         (MAX_CHAR_MOJIKYO): Deleted.
2348         (DECODE_MOJIKYO_2022): Deleted.
2349         (DECODE_CHAR): Delete hard code for builtin Mojikyo characters.
2350         (charset_code_point): Changed to non-inline function.
2351         (encode_char_1): Use `charset_code_point'.
2352         (CHAR_TO_CHARC): Delete hard code for Mojikyo characters.
2353
2354 2001-12-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2355
2356         * lread.c (read_compiled_function): Fix prototype.
2357         (read_vector): Likewise.
2358
2359 2001-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2360
2361         * lrecord.h (struct lrecord_header): Delete `older'.
2362         (set_lheader_implementation): Delete code for `older'.
2363         (set_lheader_older_implementation): Deleted.
2364         (enum lrecord_type): Delete `lrecord_type_char_id_table'.
2365         (OLDER_RECORD_P): Deleted.
2366         (OLDER_RECORD_HEADER_P): Deleted.
2367         (alloc_older_lcrecord): Deleted.
2368         (alloc_older_lcrecord_type): Deleted.
2369
2370         * alloc.c (all_older_lcrecords): Deleted.
2371         (alloc_older_lcrecord): Deleted.
2372         (disksave_object_finalization_1): Delete code for older objects.
2373         (mark_object): Don't use `OLDER_RECORD_HEADER_P'.
2374         (reinit_alloc_once_early): Don't initialize `all_older_lcrecords'.
2375
2376 2001-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2377
2378         * mule-charset.c (decoding_table_put_char): Use `make_vector'
2379         instead of `make_older_vector'.
2380         (put_char_ccs_code_point): Likewise.
2381         (mark_charset): Mark `cs->decoding_table'.
2382         (Fset_charset_mapping_table): Don't use `make_vector_newer'.
2383
2384         * lisp.h (make_older_vector): Deleted.
2385         (make_vector_newer): Deleted.
2386
2387         * config.h.in (HAVE_GGC): Deleted.
2388
2389         * alloc.c (make_older_vector): Deleted.
2390         (make_vector_newer_1): Deleted.
2391         (make_vector_newer): Deleted.
2392
2393 2001-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2394
2395         * mule-charset.c (Vcharset_ideograph_daikanwa_2): New variable.
2396         (Qideograph_daikanwa_2): New variable.
2397         (syms_of_mule_charset): Add new symbol `ideograph-daikanwa-2'.
2398         (complex_vars_of_mule_charset): Add new coded-charset
2399         `ideograph-daikanwa-2'; use `LEADING_BYTE_DAIKANWA_3' instead of
2400         `LEADING_BYTE_DAIKANWA'.
2401
2402         * char-ucs.h (LEADING_BYTE_DAIKANWA_0): New macro.
2403         (LEADING_BYTE_DAIKANWA_1): New macro.
2404         (LEADING_BYTE_DAIKANWA_2): New macro.
2405         (LEADING_BYTE_DAIKANWA_3): Renamed from `LEADING_BYTE_DAIKANWA'.
2406
2407 2001-12-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2408
2409         * mule-charset.c (complex_vars_of_mule_charset): Change
2410         DOC-strings and registry of `ideograph-daikanwa'; now it indicates
2411         the second revised version.
2412
2413 2001-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2414
2415         * mule-charset.c (Vcharset_ucs_smp): New variable.
2416         (Vcharset_ucs_sip): New variable.
2417         (Qucs_smp): New variable.
2418         (Qucs_sip): New variable.
2419         (encode_builtin_char_1): Treat MIN_CHAR_{SMP|SIP} to
2420         MAX_CHAR_{SMP|SIP} as `ucs-{smp|sip}'.
2421         (syms_of_mule_charset): Add new symbols `ucs-smp' and `ucs-sip'.
2422         (complex_vars_of_mule_charset): Modify middle-DOC and registry of
2423         `ucs-bmp'; add new coded-charset `ucs-smp' and `ucs-sip'; change
2424         charset width of `ucs-cns', `ucs-jis', `ucs-ks' and `ucs-big5'.
2425
2426         * char-ucs.h (LEADING_BYTE_UCS_SMP): New macro.
2427         (LEADING_BYTE_UCS_SIP): New macro.
2428         (MIN_CHAR_SMP): New macro.
2429         (MAX_CHAR_SMP): New macro.
2430         (MIN_CHAR_SIP): New macro.
2431         (MAX_CHAR_SIP): New macro.
2432
2433 2001-11-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
2434
2435         * dumper.c (PDUMP_HASH_SIZE): Increase the size of hash table when
2436         utf-2000.
2437
2438 2001-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2439
2440         * mule-charset.c (put_char_ccs_code_point): Return canonicalized
2441         value; don't store value into `encoding_table' of `Lisp_Charset'.
2442         (mark_charset): `encoding_table' was deleted.
2443         (charset_description): Likewise.
2444         (make_charset): Likewise.
2445         (Fset_charset_mapping_table): Use `Fput_char_attribute' instead of
2446         `put_char_ccs_code_point'.
2447
2448         * chartab.h (Fput_char_attribute): New EXFUN.
2449
2450         * chartab.c (Fchar_attribute_alist): Name space of CCS-attributes
2451         is unified with normal symbol space.
2452         (Fget_char_attribute): Likewise.
2453         (Fput_char_attribute): Likewise; behavior of
2454         `put_char_ccs_code_point' is changed.
2455
2456         * char-ucs.h: Include "elhash.h".
2457         (Vchar_attribute_hash_table): New external variable.
2458         (struct Lisp_Charset): Delete `encoding_table'.
2459         (CHARSET_ENCODING_TABLE): New implementation; refer
2460         `Vchar_attribute_hash_table' instead of `encoding_table' of struct
2461         `Lisp_Charset'.
2462
2463 2001-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2464
2465         * mule-charset.c (Fcharset_property): Return Qnil if CHARSET_FINAL
2466         (cs) == 0.
2467
2468 2001-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2469
2470         * text-coding.c (char_encode_big5): Prefer charset-g1 than
2471         `chinese-big5'.
2472
2473 2001-11-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2474
2475         * chartab.c (uint8_byte_table_description): New constant.
2476         (uint8-byte-table): Use `uint8_byte_table_description'.
2477         (uint16_byte_table_description): New constant.
2478         (uint16-byte-table): Use `uint16_byte_table_description'.
2479
2480 2001-10-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2481
2482         * mule-charset.c (complex_vars_of_mule_charset): Don't use builtin
2483         range MIN_CHAR_BIG5_CDP .. MAX_CHAR_BIG5_CDP.
2484
2485 2001-10-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2486
2487         * mule-charset.c (Vcharset_ucs_ks): New variable.
2488         (Qucs_ks): New variable.
2489         (syms_of_mule_charset): Add new symbol `ucs-ks'.
2490         (complex_vars_of_mule_charset): Add new coded-charset `ucs-ks'.
2491
2492         * char-ucs.h (LEADING_BYTE_UCS_KS): New macro.
2493
2494 2001-10-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2495
2496         * chartab.h (Fmake_char): New EXFUN; moved from chartab.c.
2497         (Fdecode_char): Likewise.
2498
2499         * chartab.c: Move EXFUN for Fmake_char and Fdecode_char into
2500         chartab.h.
2501         (Fdefine_char): Modify for Fdecode_char.
2502         (Ffind_char): Likewise.
2503
2504         * mule-charset.c (Fdecode_char): Add new optional argument
2505         `defined-only'.
2506         (Fdecode_builtin_char): Modify for `Fdecode_char'.
2507
2508 2001-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2509
2510         * text-coding.c (mark_coding_system): Mark initial-charset-g0 and
2511         -g1 of CODESYS_BIG5 in XEmacs UTF-2000.
2512         (allocate_coding_system): Initialize initial-charsets of
2513         CODESYS_BIG5 in XEmacs UTF-2000.
2514         (Fmake_coding_system): Accept `charset-g0' and `charset-g1' for
2515         CODESYS_BIG5 in XEmacs UTF-2000.
2516         (decode_coding_big5): Use initial-charset-g0 and -g1 of
2517         CODESYS_BIG5 in XEmacs UTF-2000; use `DECODE_DEFINED_CHAR'.
2518
2519         * mule-charset.c (Vcharset_ideograph_hanziku_{1 .. 12}): New
2520         variables.
2521         (Qideograph_hanziku_{1 .. 12}): Likewise.
2522         (syms_of_mule_charset): Add new symbols `ideograph-hanziku-{1
2523         .. 12}'.
2524         (complex_vars_of_mule_charset): Use `MIN_CHAR_BIG5_CDP' to
2525         `MAX_CHAR_BIG5_CDP' for `chinese-big5'; add news coded-charsets
2526         `ideograph-hanziku-{1 .. 12}'.
2527
2528         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x200.
2529         (LEADING_BYTE_HANZIKU_{1 .. 12}): New macros.
2530         ({MIN|MAX}_CHAR_BIG5_CDP): New macros.
2531         ({MIN|MAX}_CHAR_HANZIKU_{1 .. 12}): New macros.
2532         (DECODE_DEFINED_CHAR): New inline function.
2533         (DECODE_CHAR): Use `DECODE_DEFINED_CHAR'.
2534
2535 2001-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2536
2537         * mule-charset.c (Vcharset_china3_jef): Renamed from
2538         `Vcharset_japanese_jef_china3'.
2539         (Qchina3_jef): Renamed from `Qjapanese_jef_china3'.
2540         (encode_builtin_char_1): Rename `{MIN|MAX}_CHAR_CHINA3_JEF' from
2541         `{MIN|MAX}_CHAR_JEF_CHINA3'..
2542         (syms_of_mule_charset): Rename `china3-jef' from
2543         `japanese-jef-china3'.
2544         (complex_vars_of_mule_charset): Likewise; rename
2545         `LEADING_BYTE_CHINA3_JEF' from `LEADING_BYTE_JEF_CHINA3'.
2546
2547         * char-ucs.h (LEADING_BYTE_CHINA3_JEF): Renamed from
2548         `LEADING_BYTE_JEF_CHINA3'.
2549         (MIN_CHAR_CHINA3_JEF): Renamed from `MIN_CHAR_JEF_CHINA3'.
2550         (MAX_CHAR_CHINA3_JEF): Renamed from `MAX_CHAR_JEF_CHINA3'.
2551
2552 2001-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2553
2554         * mule-charset.c (encode_builtin_char_1): Comment out special code
2555         for MIN_CHAR_MOJIKYO_0 ... MAX_CHAR_MOJIKYO_0.
2556
2557         * char-ucs.h (MIN_CHAR_MOJIKYO_0): Comment out.
2558         (MAX_CHAR_MOJIKYO_0): Comment out.
2559         (MIN_CHAR_CBETA): Changed to 0x00E20000.
2560         (MAX_CHAR_CBETA): Changed to 0x00E2FFFF.
2561         (MIN_CHAR_JEF_CHINA3): Changed to 0x00E80000.
2562         (MAX_CHAR_JEF_CHINA3): Changed to 0x00E8FFFF.
2563
2564 2001-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2565
2566         * mule-charset.c (Vcharset_ideograph_cbeta): New variable.
2567         (Qideograph_cbeta): New variable.
2568         (encode_builtin_char_1): Comment out special code for
2569         coded-charset `mojikyo' and `japanese-jef-china3'.
2570         (syms_of_mule_charset): Add new symbol `ideograph-cbeta'.
2571         (complex_vars_of_mule_charset): Add new coded-charset
2572         `ideograph-cbeta'.
2573
2574         * char-ucs.h (LEADING_BYTE_CBETA): New macro.
2575         (MIN_CHAR_CBETA): New macro.
2576         (MAX_CHAR_CBETA): New macro.
2577
2578 2001-10-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2579
2580         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x100.
2581         (LEADING_BYTE_JEF_CHINA3): New macro.
2582         (MIN_CHAR_JEF_CHINA3): New macro.
2583         (MAX_CHAR_JEF_CHINA3): Likewise.
2584         (DECODE_CHAR): Fixed.
2585
2586 2001-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2587
2588         * mule-charset.c (Vcharset_japanese_jef_china3): New variable.
2589         (Qjapanese_jef_china3): New variable.
2590         (encode_builtin_char_1): Support `japanese-jef-china3'.
2591         (syms_of_mule_charset): Add new symbol `japanese-jef-china3'.
2592         (complex_vars_of_mule_charset): Add new coded-charset
2593         `japanese-jef-china3'.
2594
2595 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2596
2597         * chartab.c (XCHARSET_CELL_RANGE): New inline function.
2598         (decode_char_table_range): Use `XCHARSET_CELL_RANGE'; accept 94^3,
2599         94^4, 96^3, 96^4, 128^n and 256^n set.
2600         (put_char_table): Use `XCHARSET_CELL_RANGE'.
2601         (map_char_table): Likewise.
2602
2603 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2604
2605         * chartab.c (get_char_table): Use `get_char_id_table' in XEmacs
2606         UTF-2000.
2607
2608 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2609
2610         * chartab.h (get_char_id_table): New inline function.
2611
2612         * chartab.c (get_char_id_table): Moved to chartab.h as an inline
2613         function.
2614
2615 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2616
2617         * chartab.h (decode_char_table_range): New prototype in XEmacs
2618         UTF-2000.
2619         (put_char_id_table): New inline function in XEmacs UTF-2000.
2620
2621         * chartab.c (put_char_id_table): Moved to chartab.h as an inline
2622         function.
2623         (decode_char_table_range): Delete static declaration in XEmacs
2624         UTF-2000.
2625
2626 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2627
2628         * chartab.c (put_char_id_table): Use `put_char_table'.
2629
2630 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2631
2632         * chartab.c (map_over_uint8_byte_table): Delete argument `ccs'.
2633         (map_over_uint16_byte_table): Likewise.
2634         (map_over_byte_table): Likewise.
2635         (map_char_table): Modify for `map_over_uint8_byte_table',
2636         `map_over_uint16_byte_table' and `map_over_byte_table' in XEmacs
2637         UTF-2000.
2638
2639 2001-09-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2640
2641         * chartab.c (struct map_char_table_for_charset_arg): New
2642         structure.
2643         (map_char_table_for_charset_fun): New function.
2644         (map_char_table): Use `map_char_table' for encoding_table of
2645         `range->charset'.
2646
2647 2001-09-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2648
2649         * chartab.c (map_char_table): Check a character is found in
2650         range->charset instead of non default value is defined in
2651         char-table when range is CHARTAB_RANGE_ROW.
2652
2653 2001-09-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2654
2655         * chartab.c (map_char_id_table): Deleted.
2656         (Fmap_char_attribute): Use `map_char_table' instead of
2657         `map_char_id_table'.
2658
2659 2001-09-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2660
2661         * syntax.h (SYNTAX_CODE_UNSAFE): New implementation in XEmacs
2662         UTF-2000.
2663         (update_syntax_table): Deleted in XEmacs UTF-2000.
2664
2665         * syntax.c (find_defun_start): Use `syntax_table' instead of
2666         `mirror_syntax_table' in XEmacs UTF-2000.
2667         (Fset_syntax_table): Don't use `mirror_syntax_table' in XEmacs
2668         UTF-2000.
2669         (Fchar_syntax): Use `syntax_table' instead of `mirror_table' in
2670         XEmacs UTF-2000.
2671         (Fmatching_paren): Likewise.
2672         (scan_words): Use `syntax_table' instead of `mirror_syntax_table'
2673         in XEmacs UTF-2000.
2674         (find_start_of_comment): Likewise.
2675         (find_end_of_comment): Likewise.
2676         (Fforward_comment): Likewise.
2677         (scan_lists): Likewise.
2678         (char_quoted): Likewise.
2679         (Fbackward_prefix_chars): Likewise.
2680         (scan_sexps_forward): Likewise.
2681         (update_just_this_syntax_table): Deleted in XEmacs UTF-2000.
2682         (update_syntax_table): Likewise.
2683
2684         * search.c (skip_chars): Use `syntax_table' instead of
2685         `mirror_syntax_table' in XEmacs UTF-2000.
2686         (wordify): Likewise.
2687         (Freplace_match): Likewise.
2688
2689         * regex.c (re_compile_fastmap): Use `syntax_table' instead of
2690         `mirror_syntax_table' in XEmacs UTF-2000.
2691         (WORDCHAR_P_UNSAFE): Likewise.
2692         (re_match_2_internal): Likewise.
2693
2694         * font-lock.c (find_context): Use `buf->syntax_table' instead of
2695         `buf->mirror_syntax_table' in XEmacs UTF-2000.
2696
2697         * cmds.c (internal_self_insert): Use `buf->syntax_table' instead
2698         of `buf->mirror_syntax_table' in XEmacs UTF-2000.
2699
2700         * chartab.h (struct Lisp_Char_Table): Delete `mirror_table' in
2701         XEmacs UTF-2000.
2702
2703         * chartab.c (mark_char_table): Don't mark `mirror_table' in XEmacs
2704         UTF-2000.
2705         (print_char_table): Print `default_value' in XEmacs UTF-2000.
2706         (char_table_description): Delete `mirror_table' in XEmacs
2707         UTF-2000.
2708         (fill_char_table): Don't call `update_syntax_table' in XEmacs
2709         UTF-2000.
2710         (Fmake_char_table): Don't use `mirror_table' in XEmacs UTF-2000.
2711         (Fcopy_char_table): Likewise.
2712         (put_char_table): Don't call `update_syntax_table' in XEmacs
2713         UTF-2000.
2714
2715         * casefiddle.c (casify_object): Use `buf->syntax_table' instead of
2716         `buf->mirror_syntax_table' in XEmacs UTF-2000.
2717         (casify_region_internal): Likewise.
2718
2719         * bufslots.h: Delete `mirror_syntax_table' in XEmacs UTF-2000.
2720
2721         * buffer.c (common_init_complex_vars_of_buffer): Don't use
2722         `mirror_syntax_table' in XEmacs UTF-2000.
2723
2724         * abbrev.c (abbrev_match): Use `buf->syntax_table' instead of
2725         `buf->mirror_syntax_table' in XEmacs UTF-2000.
2726         (Fexpand_abbrev): Likewise.
2727
2728 2001-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2729
2730         * chartab.c (vars_of_chartab): Update `utf-2000-version' to 0.18.
2731
2732 2001-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2733
2734         * chartab.c (map_over_uint8_byte_table): Cancel temporary hack.
2735         (map_over_uint16_byte_table): Likewise.
2736         (map_over_byte_table): Likewise.
2737         (get_char_id_table): Refer `cit->default_value'.
2738         (put_char_id_table): Support `CHARTAB_RANGE_DEFAULT'.
2739         (map_char_id_table): Use `1 << 30' instead of `1 << 24' as number
2740         of character-id ranges.
2741         (mark_char_table): Mark `ct->default_value'.
2742         (char_table_description): Add `default_value'.
2743         (fill_char_table): Use `default_value'.
2744         (decode_char_table_range): Decode `nil' as
2745         `CHARTAB_RANGE_DEFAULT'.
2746         (get_char_id_table): Refer `cit->default_value'.
2747         (put_char_id_table): Support `CHARTAB_RANGE_DEFAULT'.
2748         (map_char_table): Support `CHARTAB_RANGE_DEFAULT'; cancel
2749         temporary hack; check value of char-table is bound or not.
2750         (slow_map_char_table_fun): Support `CHARTAB_RANGE_DEFAULT'.
2751
2752         * chartab.h (struct Lisp_Char_Table): Add new member
2753         `default_value' in XEmacs UTF-2000.
2754         (CHAR_TABLE_VALUE_UNSAFE): Use `default_value'.
2755         (enum chartab_range_type): Add `CHARTAB_RANGE_DEFAULT' in XEmacs
2756         UTF-2000.
2757
2758 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2759
2760         * chartab.h (Lisp_Char_ID_Table): Deleted.
2761
2762         * chartab.c (char_table_description): Fix typo.
2763         (Fmap_char_attribute): Use `Lisp_Char_Table' instead of
2764         `Lisp_Char_ID_Table'.
2765
2766 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2767
2768         * text-coding.c (COMPOSE_ADD_CHAR): Use `CHAR_TABLEP' instead of
2769         `CHAR_ID_TABLE_P'.
2770
2771         * mule-charset.c (remove_char_ccs): Use `CHAR_TABLEP' instead of
2772         `CHAR_ID_TABLE_P'.
2773
2774         * chartab.h (XCHAR_ID_TABLE): Deleted.
2775         (XSETCHAR_ID_TABLE): Deleted.
2776         (CHAR_ID_TABLE_P): Deleted.
2777
2778         * chartab.c (put_char_id_table): Use `CHAR_TABLEP' instead of
2779         `CHAR_ID_TABLE_P'.
2780         (Fget_composite_char): Likewise.
2781         (put_char_table): Likewise.
2782         (add_char_attribute_alist_mapper): Fixed.
2783         (Fchar_attribute_alist): Use `CHAR_TABLEP' instead of
2784         `CHAR_ID_TABLE_P'.
2785         (Fget_char_attribute): Likewise.
2786         (Fget_char_attribute): Likewise.
2787         (Fmap_char_attribute): Likewise.
2788
2789         * char-ucs.h (charset_code_point): Use `CHAR_TABLEP' instead of
2790         `CHAR_ID_TABLE_P'.
2791         (encode_char_1): Likewise.
2792
2793 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2794
2795         * text-coding.c (COMPOSE_ADD_CHAR): Use `XCHAR_TABLE' instead of
2796         `XCHAR_ID_TABLE'.
2797
2798         * mule-charset.c (put_char_ccs_code_point): Use `XCHAR_TABLE'
2799         instead of `XCHAR_ID_TABLE'.
2800         (remove_char_ccs): Likewise.
2801
2802         * chartab.c (put_char_id_table): Use `XCHAR_TABLE' instead of
2803         `XCHAR_ID_TABLE'.
2804         (Fget_composite_char): Likewise.
2805         (Fchar_variants): Likewise.
2806         (put_char_table): Likewise.
2807         (add_char_attribute_alist_mapper): Likewise.
2808         (Fchar_attribute_alist): Likewise.
2809         (Fget_char_attribute): Likewise.
2810         (Fput_char_attribute): Likewise.
2811         (Fmap_char_attribute): Likewise.
2812         (Fmap_char_attribute): Likewise.
2813
2814         * char-ucs.h (charset_code_point): Use `XCHAR_TABLE' instead of
2815         `XCHAR_ID_TABLE'.
2816         (encode_char_1): Likewise.
2817
2818 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2819
2820         * chartab.c (map_char_id_table): Use `Lisp_Char_Table' instead of
2821         `Lisp_Char_ID_Table'.
2822         (mark_char_id_table): Deleted.
2823         (print_char_id_table): Likewise.
2824         (char_id_table_equal): Likewise.
2825         (char_id_table_hash): Likewise.
2826         (char_id_table_description): Likewise.
2827         (char_id_table): Likewise.
2828         (make_char_id_table): Use `Fmake_char_table' and
2829         `fill_char_table'.
2830         (get_char_id_table): Use `Lisp_Char_Table' instead of
2831         `Lisp_Char_ID_Table'.
2832         (put_char_id_table): Likewise.
2833         (Fput_char_attribute): Use `XCHAR_TABLE' instead of
2834         `XCHAR_ID_TABLE'.
2835         (Fremove_char_attribute): Likewise.
2836         (syms_of_chartab): Don't define type `char-id-table'.
2837
2838         * chartab.h (struct Lisp_Char_ID_Table): Deleted.
2839         (char_id_table): Likewise.
2840         (GC_CHAR_ID_TABLE_P): Likewise.
2841         (Lisp_Char_ID_Table): Use structure `Lisp_Char_Table'.
2842         (XCHAR_ID_TABLE): Use `XCHAR_TABLE'.
2843         (XSETCHAR_ID_TABLE): Use `XSETCHAR_TABLE'.
2844         (CHAR_ID_TABLE_P): Use `CHAR_TABLEP'.
2845         (get_char_id_table): Use `Lisp_Char_Table' instead of
2846         `Lisp_Char_ID_Table'.
2847         (put_char_id_table_0): Likewise.
2848         (put_char_id_table): Likewise.
2849
2850 2001-09-02  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
2851
2852         * chartab.h: Lisp_Byte_Table related codes are moved from
2853         chartab.h.
2854
2855         * char-ucs.h: Move Lisp_Byte_Table related codes to chartab.h.
2856
2857 2001-09-02  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
2858
2859         * chartab.h: Don't include "chartab.h".
2860         (struct Lisp_Char_ID_Table): Moved from char-ucs.h.
2861         (Lisp_Char_ID_Table): Likewise.
2862         (char_id_table): Likewise.
2863         (XCHAR_ID_TABLE): Likewise.
2864         (XSETCHAR_ID_TABLE): Likewise.
2865         (CHAR_ID_TABLE_P): Likewise.
2866         (GC_CHAR_ID_TABLE_P): Likewise.
2867         (get_char_id_table): Likewise.
2868
2869         * char-ucs.h: Include "chartab.h".
2870         (struct Lisp_Char_ID_Table): Moved to chartab.h.
2871         (Lisp_Char_ID_Table): Likewise.
2872         (char_id_table): Likewise.
2873         (XCHAR_ID_TABLE): Likewise.
2874         (XSETCHAR_ID_TABLE): Likewise.
2875         (CHAR_ID_TABLE_P): Likewise.
2876         (GC_CHAR_ID_TABLE_P): Likewise.
2877         (get_char_id_table): Likewise.
2878
2879 2001-09-01  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
2880
2881         * chartab.c (copy_uint8_byte_table): New function.
2882         (copy_uint16_byte_table): New function.
2883         (copy_byte_table): New function.
2884         (map_over_uint8_byte_table): Modify to avoid huge numbers of
2885         characters to call.
2886         (map_over_uint16_byte_table): Likewise.
2887         (map_over_byte_table): Likewise.
2888         (get_byte_table): Move prototype to chartab.h.
2889         (put_byte_table): Likewise.
2890         (put_char_id_table_0): Moved to chartab.h.
2891         (mark_char_table_entry): Don't define in XEmacs UTF-2000.
2892         (char_table_entry_equal): Likewise.
2893         (char_table_entry_hash): Likewise.
2894         (char_table_entry_description): Likewise.
2895         (char_table_entry): Likewise.
2896         (make_char_table_entry): Likewise.
2897         (copy_char_table_entry): Likewise.
2898         (get_non_ascii_char_table_value): Likewise.
2899         (map_over_charset_ascii): Likewise.
2900         (map_over_charset_control_1): Likewise.
2901         (map_over_charset_row): Likewise.
2902         (map_over_other_charset): Likewise.
2903         (mark_char_table): Modify for new structure in XEmacs UTF-2000.
2904         (print_char_table): Likewise.
2905         (char_table_equal): Likewise.
2906         (char_table_hash): Likewise.
2907         (char_table_description): Likewise.
2908         (fill_char_table): Likewise.
2909         (Fcopy_char_table): Likewise.
2910         (get_char_table): Likewise.
2911         (Fget_range_char_table): Likewise.
2912         (put_char_table): Likewise.
2913         (map_char_table): Likewise.
2914         (syms_of_chartab): Don't define `char_table_entry' in XEmacs
2915         UTF-2000.
2916
2917 2001-08-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2918
2919         * cmds.c (vars_of_cmds): Use `put_char_id_table_0' for
2920         `Vauto_fill_chars' in XEmacs UTF-2000.
2921
2922         * chartab.h (get_byte_table): New prototype [moved from
2923         chartab.c].
2924         (put_byte_table): Likewise [moved from chartab.c].
2925         (put_char_id_table_0): New inline function [moved from chartab.c].
2926         (struct Lisp_Char_Table_Entry): Don't define in XEmacs UTF-2000.
2927         (Lisp_Char_Table_Entry): Likewise.
2928         (char_table_entry): Likewise.
2929         (XCHAR_TABLE_ENTRY): Likewise.
2930         (XSETCHAR_TABLE_ENTRY): Likewise.
2931         (CHAR_TABLE_ENTRYP): Likewise.
2932         (CHECK_CHAR_TABLE_ENTRY): Likewise.
2933         (NUM_ASCII_CHARS): Likewise.
2934         (struct Lisp_Char_Table): New implementation in XEmacs UTF-2000.
2935         (CHAR_TABLE_VALUE_UNSAFE): Likewise.
2936
2937 2001-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2938
2939         * chartab.c (get_char_id_table): Change interface.
2940         (put_char_id_table_0): New function.
2941         (put_char_id_table): Change interface; new implementation.
2942         (Fget_composite_char): Modify for interface change of
2943         `get_char_id_table'.
2944         (Fchar_variants): Likewise.
2945         (add_char_attribute_alist_mapper): Likewise.
2946         (Fchar_attribute_alist): Likewise.
2947         (Fget_char_attribute): Likewise.
2948         (Fput_char_attribute): Allow coded-charset or [CODED-CHARSET ROW]
2949         as same as character as the first argument like `put-char-table';
2950         modify for interface change of `put_char_id_table'.
2951         (Fremove_char_attribute): Modify for interface change of
2952         `put_char_id_table'.
2953
2954 2001-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2955
2956         * text-coding.c: Sync up with XEmacs 21.2.41.
2957         (COMPOSE_ADD_CHAR): Modify for interface change of
2958         `get_char_id_table'.
2959
2960         * mule-charset.c (put_char_ccs_code_point): Modify for interface
2961         change of `put_char_id_table'.
2962         (remove_char_ccs): Likewise.
2963
2964         * chartab.h (put_char_id_table): Change interface.
2965
2966         * char-ucs.h (get_char_id_table): Change interface.
2967         (charset_code_point): Modify for interface change of
2968         `get_char_id_table'.
2969         (encode_char_1): Likewise.
2970
2971 2001-08-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2972
2973         * chartab.c (map_over_uint8_byte_table): Change arguments; add new
2974         argument `ccs'.
2975         (map_over_uint16_byte_table): Likewise.
2976         (map_over_byte_table): Likewise.
2977         (map_char_id_table): Add new argument `range' like
2978         `map_char_table'.
2979         (Fmap_char_attribute): Add new argument `range' like
2980         `Fmap_char_table'.
2981
2982 2001-08-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2983
2984         * chartab.c (map_over_uint8_byte_table): Change interface of
2985         mapping function to use struct chartab_range instead of Emchar.
2986         (map_over_uint16_byte_table): Likewise.
2987         (map_over_byte_table): Likewise.
2988         (map_char_id_table): Likewise.
2989         (struct slow_map_char_id_table_arg): Deleted.
2990         (slow_map_char_id_table_fun): Deleted.
2991         (Fmap_char_attribute): Use struct `slow_map_char_table_arg' and
2992         function `slow_map_char_table_fun' instead of struct
2993         `slow_map_char_id_table_arg' and function
2994         `slow_map_char_id_table_fun'.
2995
2996 2001-08-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2997
2998         * mule-charset.c: Move char-it-table related codes to chartab.c.
2999         (Vutf_2000_version): Moved to chartab.c.
3000         (Fdefine_char): Likewise.
3001         (Ffind_char): Likewise.
3002         (syms_of_mule_charset): Move types `uint8-byte-table',
3003         `uint16-byte-table', `byte-table' and `char-id-table' to
3004         chartab.c; move functions `char_attribute_list,
3005         `find_char_attribute_table, `char_attribute_alist,
3006         `get_char_attribute, `put_char_attribute, `remove_char_attribute,
3007         `map_char_attribute, `define_char, `find_char, `char_variants and
3008         `get_composite_char to chartab.c; move symbols `=>ucs',
3009         `->decomposition', `compat', `isolated', `initial', `medial',
3010         `final', `vertical', `noBreak', `fraction', `super', `sub',
3011         `circle', `square', `wide', `narrow', `small' and `font' to
3012         chartab.c.
3013         (vars_of_mule_charset): Move `utf-2000-version' to chartab.c; move
3014         setting codes for `Vcharacter_composition_table' and
3015         `Vcharacter_variant_table' to chartab.c.
3016         (complex_vars_of_mule_charset): Move setting code for
3017         `Vchar_attribute_hash_table' to chartab.c.
3018
3019         * chartab.h: Include "char-ucs.h" if --with-utf-2000 is specified.
3020         (make_char_id_table): New prototype.
3021         (put_char_id_table): Likewise.
3022         (Fget_char_attribute): Likewise.
3023
3024         * chartab.c: Move char-id-table related code from mule-charset.c.
3025         (Vutf_2000_version): Moved from mule-charset.c.
3026
3027         * char-ucs.h (Qucs): New external variable.
3028         (put_char_ccs_code_point): New prototype.
3029         (remove_char_ccs): Likewise.
3030
3031 2001-08-14  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
3032
3033         * mule-charset.c (Vcharset_ucs_jis): New variable.
3034         (Qucs_jis): Likewise.
3035         (syms_of_mule_charset): Add new symbol `ucs-jis'.
3036         (complex_vars_of_mule_charset): Add new coded-charset `ucs-jis'.
3037
3038         * char-ucs.h (LEADING_BYTE_UCS_JIS): New macro.
3039
3040 2001-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3041
3042         * mule-charset.c (map_over_uint8_byte_table): New function.
3043         (map_over_uint16_byte_table): Likewise.
3044         (map_over_byte_table): Likewise.
3045         (map_char_id_table): Likewise.
3046         (slow_map_char_id_table_fun): Likewise.
3047         (Fmap_char_attribute): Likewise.
3048         (syms_of_mule_charset): Add new function `map-char-attribute'.
3049
3050 2001-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3051
3052         * mule-charset.c (Ffind_char): New function in XEmacs UTF-2000.
3053         (syms_of_mule_charset): Add new function `find-char'.
3054
3055 2001-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3056
3057         * mule-charset.c (Vcharset_chinese_big5_cdp): New variable in
3058         XEmacs UTF-2000.
3059         (Qchinese_big5_cdp): New variable in XEmacs UTF-2000.
3060         (syms_of_mule_charset): Add new symbol `chinese-big5-cdp' in
3061         XEmacs UTF-2000.
3062         (complex_vars_of_mule_charset): Add new coded-charset
3063         `chinese-big5-cdp' in XEmacs UTF-2000; change registry of
3064         `ideograph-gt-pj-*'.
3065
3066         * char-ucs.h (LEADING_BYTE_CHINESE_BIG5_CDP): New macro.
3067
3068 2001-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3069
3070         * mule-charset.c (encode_builtin_char_1): Purge codes about
3071         {MIN|MAX}_CHAR_{GREEK|CYRILLIC}; comment out code about
3072         {MIN|MAX}_CHAR_HEBREW.
3073         (complex_vars_of_mule_charset): Comment out {MIN|MAX}_CHAR_HEBREW;
3074         don't use {MIN|MAX}_CHAR_HEBREW to define `hebrew-iso8859-8'.
3075
3076         * char-ucs.h (MIN_CHAR_GREEK): Purged.
3077         (MAX_CHAR_GREEK): Purged.
3078         (MIN_CHAR_CYRILLIC): Purged.
3079         (MAX_CHAR_CYRILLIC): Purged.
3080         (MIN_CHAR_HEBREW): Commented out.
3081         (MAX_CHAR_HEBREW): Likewise.
3082
3083 2001-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3084
3085         * mule-charset.c (Qto_ucs): New variable.
3086         (Fput_char_attribute): Treat `=>ucs' as same as `->ucs'.
3087         (Fdefine_char): Likewise.
3088         (syms_of_mule_charset): Add new symbol `=>ucs'.
3089
3090 2001-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3091
3092         * mule-charset.c (Fdecode_char): Fixed.
3093
3094 2001-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3095
3096         * mule-charset.c (complex_vars_of_mule_charset): Modify registry
3097         of latin-tcvn5712 to accept "tcvn5712.1993-1" as same as
3098         "tcvn5712-1".
3099
3100 2001-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3101
3102         * mule-charset.c (Vcharset_ucs_big5): New variable.
3103         (Qucs_big5): Likewise.
3104         (syms_of_mule_charset): Add new symbol `ucs-big5'.
3105         (complex_vars_of_mule_charset): Add new coded-charset `ucs-big5'.
3106
3107         * char-ucs.h (LEADING_BYTE_UCS_BIG5): New macro.
3108
3109 2001-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3110
3111         * mule-charset.c (decode_builtin_char): Check Big5 code range
3112         which can be mapped to `chinese-big5-1' and `chinese-big5-2'.
3113
3114 2001-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3115
3116         * mule-charset.c (Vcharset_chinese_gb12345): New variable.
3117         (Qchinese_gb12345): Likewise.
3118         (Fdecode_builtin_char): Fixed.
3119         (syms_of_mule_charset): Add `chinese-gb12345'.
3120         (complex_vars_of_mule_charset): Add coded-charset
3121         `chinese-gb12345'.
3122
3123         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x70.
3124         (LEADING_BYTE_CHINESE_GB12345): New macro.
3125
3126 2001-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3127
3128         * mule-charset.c (Fdecode_builtin_char): Use `latin-viscii-lower'
3129         and `latin-viscii-upper' for `latin-viscii'.
3130
3131 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3132
3133         * mule-charset.c (Fdecode_builtin_char): Comment out
3134         regularization code for ISO-IR GR representation.
3135
3136 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3137
3138         * mule-charset.c (decode_builtin_char): New function; renamed from
3139         `make_builtin_char'; return -1 instead of signal.
3140         (Fdecode_builtin_char): Use `decode_builtin_char'.
3141
3142         * char-ucs.h (decode_builtin_char): New prototype; renamed from
3143         `make_builtin_char'.
3144         (DECODE_CHAR): Use `decode_builtin_char' instead of
3145         `make_builtin_char'; use mapping table of `chinese-big5' for
3146         `chinese-big5-{1,2}'.
3147
3148 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3149
3150         * text-coding.c (char_encode_big5): New function.
3151         (char_finish_big5): Likewise.
3152         (reset_encoding_stream): Use `char_encode_big5' and
3153         `char_finish_big5' for CODESYS_BIG5.
3154         (mule_encode): Don't use `encode_coding_big5'.
3155         (encode_coding_big5): Deleted.
3156
3157 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3158
3159         * text-coding.c (BYTE_BIG5_TWO_BYTE_1_P): Support private area
3160         0x81- in XEmacs UTF-2000.
3161         (detect_coding_big5): Likewise.
3162
3163 2001-07-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3164
3165         * mule-charset.c (Fdefine_char): Don't use a CCS property to
3166         generate character-id if the CCS property does not have
3167         corresponding predefined character.
3168         (make_builtin_char): Return -1 if corresponding predefined
3169         character is not found.
3170         (Fdecode_char): Return nil if corresponding character is not
3171         found.
3172         (complex_vars_of_mule_charset): Change `ucs-cns' to 256^3-set and
3173         don't map to builtin ucs space.
3174
3175 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3176
3177         * char-ucs.h (MAX_LEADING_BYTE_PRIVATE): Fixed.
3178         (MAX_CHAR_GT): Changed to `(MIN_CHAR_GT + 66773)'.
3179
3180 2001-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3181
3182         * mule-charset.c (Vcharset_ideograph_gt): New variable.
3183         (Vcharset_ideograph_gt_pj_{1..11}): Likewise.
3184         (Qideograph_gt): Likewise.
3185         (Qideograph_gt_pj_{1..11}): Likewise.
3186         (syms_of_mule_charset): Add `ideograph-gt', `ideograph-gt-pj-1',
3187         `ideograph-gt-pj-2', ..., `ideograph-gt-pj-10' and
3188         `ideograph-gt-pj-11'.
3189         (complex_vars_of_mule_charset): Add coded-charset `ideograph-gt',
3190         `ideograph-gt-pj-1', `ideograph-gt-pj-2', ...,
3191         `ideograph-gt-pj-10' and `ideograph-gt-pj-11'.
3192
3193         * char-ucs.h (LEADING_BYTE_GT): New macro.
3194         (LEADING_BYTE_GT_PJ_{1..11}): Likewise.
3195         (MIN_CHAR_GT): Likewise.
3196         (MAX_CHAR_GT): Likewise.
3197
3198 2001-06-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3199
3200         * lisp-disunion.h (XCHARVAL): New implementation for UTF-2000 to
3201         support U-60000000 .. U-7FFFFFFF with 32 bits architecture.
3202
3203         * doprnt.c (unsigned_int_converters): Add `c'.
3204         (emacs_doprnt_1): Use `XUINT' for unsigned integers.
3205
3206         * char-ucs.h (MIN_CHAR_DAIKANWA): Don't refer `MIN_CHAR_MOJIKYO'.
3207         (MAX_CHAR_DAIKANWA): Refer `MIN_CHAR_DAIKANWA' instead of
3208         `MIN_CHAR_MOJIKYO'.
3209         (MIN_CHAR_MOJIKYO_0): New macro; refer `MIN_CHAR_DAIKANWA'.
3210         (MAX_CHAR_MOJIKYO_0): New macro.
3211         (MIN_CHAR_MOJIKYO): Changed to 0x60000000.
3212
3213 2001-06-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3214
3215         * mule-charset.c (Fdefine_char): Delete cemented out code.
3216         (encode_builtin_char_1): Modify for new allocation of builtin
3217         Mojikyo characters.
3218
3219         * lisp-disunion.h (XCHARVAL): Cast the argument into EMACS_UINT.
3220
3221 2001-06-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3222
3223         * mule-charset.c (Vcharset_ucs_cns): New variable.
3224         (Qucs_cns): New variable.
3225         (syms_of_mule_charset): Add new symbol `ucs-cns'.
3226         (complex_vars_of_mule_charset): Add new coded-charset `ucs-cns'.
3227
3228 2001-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3229
3230         * char-ucs.h (LEADING_BYTE_UCS_CNS): New macro.
3231
3232 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
3233
3234         * search.c (search_buffer): Make `charset_base_code' as
3235         character-id >> 6 to eliminate the corresponding last byte in
3236         UTF-8 representation [I'm not sure it is right thing].
3237         (boyer_moore): Likewise.
3238
3239 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
3240
3241         * emacs.c (vars_of_emacs): Convert XEMACS_CODENAME to internal
3242         representation in MULE.
3243
3244 2000-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3245
3246         * text-coding.c (Fmake_coding_system): Use
3247         `EXTERNAL_PROPERTY_LIST_LOOP_3' instead of
3248         `EXTERNAL_PROPERTY_LIST_LOOP'.
3249
3250 2000-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3251
3252         * text-coding.c (decode_output_utf8_partial_char): New function.
3253         (decode_coding_utf8): Use `decode_output_utf8_partial_char'.
3254
3255 2000-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3256
3257         * text-coding.c (decode_coding_utf8): Output original byte
3258         sequence if it is broken; change order of conditions.
3259
3260         * mb-utf-8.h (REP_BYTES_BY_FIRST_BYTE): Use Bufbyte; reverse order
3261         of conditions.
3262
3263         * mb-multibyte.h (BYTE_ASCII_P):
3264         Use bit ops for char-signedness safety.
3265         (BYTE_C0_P): Use bit ops for char-signedness safety.
3266         (BYTE_C1_P): Use bit ops for char-signedness safety.
3267
3268         * character.h: (XCHAR_OR_CHAR_INT):
3269         Always use inline function.
3270         Remove redundant type checking assert() - XINT will abort quite
3271         nicely.
3272
3273 2000-11-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3274
3275         * text-coding.c: (Fencode_shift_jis_char):
3276         (Fencode_big5_char):
3277         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
3278         Replace 0 with '\0' when working with bytes.
3279         Replace initial "(" with "\(" in docstrings.
3280
3281         (Fmake_coding_system):
3282         When type is ccl and value is vector, register it with a proper
3283         symbol.  And checks whether the given ccl program is valid.
3284         (mule_decode): When calling ccl_driver, if src indicates
3285         NULL pointer, set an empty string instead.
3286         (mule_encode): Likewise.
3287
3288         (detect_eol_type):
3289         (detect_coding_sjis):
3290         (decode_coding_sjis):
3291         (detect_coding_big5):
3292         (decode_coding_big5):
3293         (detect_coding_ucs4):
3294         (decode_coding_ucs4):
3295         (detect_coding_utf8):
3296         (decode_coding_utf8):
3297         (detect_coding_iso2022):
3298         (decode_coding_iso2022):
3299         (decode_coding_no_conversion):
3300         (mule_decode):
3301         Make all detecting and decoding functions take an Extbyte * arg.
3302         (text_encode_generic):
3303         (encode_coding_big5):
3304         (encode_coding_no_conversion):
3305         (mule_encode):
3306         Make all encoding functions take a Bufbyte * arg.
3307         Use size_t instead of unsigned int for memory sizes.
3308         Only cast to unsigned char whenever dereferencing Extbyte *.
3309
3310         (struct lrecord_description fcd_description_1): Use countof.
3311         (complex_vars_of_file_coding):
3312         Use countof instead of sizeof.
3313         Use CHECK_NATNUM instead of CHECK_INT.
3314
3315 2000-11-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3316
3317         * mule-charset.c (Fget_char_attribute): Add new optional argument
3318         `default-value'.
3319         (put_char_ccs_code_point): Modify for `Fget_char_attribute'.
3320         (remove_char_ccs): Likewise.
3321
3322 2000-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3323
3324         * text-coding.c (char_encode_shift_jis): New implementation in
3325         UTF-2000.
3326         (decode_coding_big5): Use `DECODE_CHAR (Vcharset_chinese_big5,
3327         ...)'.
3328
3329         * mule-charset.c (Vcharset_chinese_big5): New variable in
3330         UTF-2000.
3331         (Qchinese_big5): New variable in UTF-2000.
3332         (BIG5_SAME_ROW): New macro in UTF-2000.
3333         (make_builtin_char): Use builtin characters of
3334         `Vcharset_chinese_big5_1' and `Vcharset_chinese_big5_2' as builtin
3335         characters of `Vcharset_chinese_big5'.
3336         (syms_of_mule_charset): Add new symbol `chinese-big5' in UTF-2000.
3337         (complex_vars_of_mule_charset): Add new coded-charset
3338         `chinese-big5' in UTF-2000.
3339
3340         * char-ucs.h (LEADING_BYTE_CHINESE_BIG5): New macro.
3341         (Vcharset_chinese_big5): New external variable declaration.
3342         (Vcharset_japanese_jisx0208_1990): Likewise.
3343
3344 2000-07-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3345
3346         * mule-charset.c (expand_uint8_byte_table_to_uint16): New
3347         function.
3348         (put_byte_table): Use `expand_uint8_byte_table_to_uint16'.
3349
3350 2000-07-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3351
3352         * mule-charset.c (complex_vars_of_mule_charset): Define new macro
3353         `DEF_MOJIKYO_PJ' in UTF-2000; use `DEF_MOJIKYO_PJ' to define
3354         `mojikyo-pj-*'; add "MojikyoPJ-*" to charset-registry of
3355         `mojikyo-pj-*'.
3356
3357 2000-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3358
3359         * text-coding.c (decode_coding_big5): Modify for UTF-2000.
3360
3361 2000-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3362
3363         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
3364         to 0.17.
3365
3366 2000-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3367
3368         * file-coding.c (ucs_to_char): Don't use `CHARSET_TYPE_*'; modify
3369         for `CHARSET_BY_ATTRIBUTES'.
3370         (parse_iso2022_esc): Don't use `CHARSET_TYPE_*'; modify for
3371         `CHARSET_BY_ATTRIBUTES'.
3372
3373         * text-coding.c (struct decoding_stream): Rename member `CH' to
3374         `CPOS'.
3375         (reset_decoding_stream): Use `str->cpos' instead of `str->ch'.
3376         (decode_coding_sjis): Likewise.
3377         (decode_coding_big5): Likewise.
3378         (decode_coding_ucs4): Likewise.
3379         (decode_coding_utf8): Likewise.
3380         (parse_iso2022_esc): Don't use `CHARSET_TYPE_*'; modify for
3381         `CHARSET_BY_ATTRIBUTES'.
3382         (decode_coding_iso2022): Use `str->cpos' instead of `str->ch'; use
3383         `str->counter'; decode 3, 4 bytes sets.
3384         (char_encode_iso2022): Don't use `BREAKUP_CHAR'; encode 3, 4 bytes
3385         sets.
3386         (decode_coding_no_conversion): Use `str->cpos' instead of
3387         `str->ch'.
3388
3389         * mule-charset.c (Vcharset_mojikyo_2022_1): New variable.
3390         (Qmojikyo_2022_1): New variable.
3391         (make_charset): Don't use `CHARSET_TYPE_*'.
3392         (range_charset_code_point): Support coded-charset
3393         `mojikyo-2022-1'.
3394         (encode_builtin_char_1): Modify for `CHARSET_BY_ATTRIBUTES'.
3395         (Fmake_charset): Don't use `CHARSET_TYPE_*'; modify for
3396         `CHARSET_BY_ATTRIBUTES'.
3397         (Fcharset_from_attributes): Don't use `CHARSET_TYPE_*'; modify for
3398         `CHARSET_BY_ATTRIBUTES'.
3399         (syms_of_mule_charset): Add new symbol `mojikyo-2022-1'.
3400         (complex_vars_of_mule_charset): Add new coded-charset
3401         `mojikyo-2022-1'.
3402
3403         * mule-charset.h (CHARSET_BY_ATTRIBUTES): New implementation and
3404         interface; changed to inline function.
3405
3406         * char-ucs.h (Vcharset_mojikyo_2022_1): New variable.
3407         (LEADING_BYTE_MOJIKYO_2022_1): New macro.
3408         (LEADING_BYTE_MOJIKYO_2022_2): New macro.
3409         (CHARSET_TYPE_94): Deleted.
3410         (CHARSET_TYPE_94X94): Deleted.
3411         (CHARSET_TYPE_96): Deleted.
3412         (CHARSET_TYPE_96X96): Deleted.
3413         (CHARSET_TYPE_128): Deleted.
3414         (CHARSET_TYPE_128X128): Deleted.
3415         (CHARSET_TYPE_256): Deleted.
3416         (CHARSET_TYPE_256X256): Deleted.
3417         (CHARSET_BY_ATTRIBUTES): New implementation and interface; changed
3418         to inline function.
3419         (DECODE_MOJIKYO_2022): New inline function.
3420         (DECODE_CHAR): Use `DECODE_MOJIKYO_2022'; decode
3421         `Vcharset_mojikyo_2022_1'.
3422
3423 2000-07-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3424
3425         * mule-charset.c (byte_table_same_value_p): Use `internal_equal'
3426         instead of `EQ'.
3427         (put_byte_table): Likewise.
3428         (char_id_table_equal): Use `get_byte_table' [new implementation].
3429
3430 2000-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3431
3432         * mule-charset.c: Include <limits.h> in UTF-2000.
3433         (BT_UINT8_MIN): New macro in UTF-2000.
3434         (BT_UINT8_MAX): New macro in UTF-2000.
3435         (BT_UINT8_t): New macro in UTF-2000.
3436         (BT_UINT8_nil): New macro in UTF-2000.
3437         (BT_UINT8_unbound): New macro in UTF-2000.
3438         (INT_UINT8_P): New inline function in UTF-2000.
3439         (UINT8_VALUE_P): New inline function in UTF-2000.
3440         (UINT8_ENCODE): New inline function in UTF-2000.
3441         (UINT8_DECODE): New inline function in UTF-2000.
3442         (mark_uint8_byte_table): New function in UTF-2000.
3443         (print_uint8_byte_table): New function in UTF-2000.
3444         (uint8_byte_table_equal): New function in UTF-2000.
3445         (uint8_byte_table_hash): New function in UTF-2000.
3446         (make_uint8_byte_table): New function in UTF-2000.
3447         (uint8_byte_table_same_value_p): New function in UTF-2000.
3448         (BT_UINT16_MIN): New macro in UTF-2000.
3449         (BT_UINT16_MAX): New macro in UTF-2000.
3450         (BT_UINT16_t): New macro in UTF-2000.
3451         (BT_UINT16_nil): New macro in UTF-2000.
3452         (BT_UINT16_unbound): New macro in UTF-2000.
3453         (INT_UINT16_P): New inline function in UTF-2000.
3454         (UINT16_VALUE_P): New inline function in UTF-2000.
3455         (UINT16_ENCODE): New inline function in UTF-2000.
3456         (UINT16_DECODE): New inline function in UTF-2000.
3457         (UINT8_TO_UINT16): New inline function in UTF-2000.
3458         (mark_uint16_byte_table): New function in UTF-2000.
3459         (print_uint16_byte_table): New function in UTF-2000.
3460         (uint16_byte_table_equal): New function in UTF-2000.
3461         (uint16_byte_table_hash): New function in UTF-2000.
3462         (make_uint16_byte_table): New function in UTF-2000.
3463         (uint16_byte_table_same_value_p): New function in UTF-2000.
3464         (print_byte_table): New function in UTF-2000.
3465         (byte-table): Use `print_byte_table' as printer.
3466         (make_byte_table): Delete second argument `older'.
3467         (byte_table_same_value_p): New function in UTF-2000.
3468         (copy_byte_table): Deleted.
3469         (get_byte_table): New function in UTF-2000.
3470         (put_byte_table): New function in UTF-2000.
3471         (print_char_id_table): New function in UTF-2000.
3472         (char-id-table): Use `print_char_id_table' as printer.
3473         (make_char_id_table): Delete second argument `older'.
3474         (get_char_id_table): Use `get_byte_table [new implementation].
3475         (put_char_id_table): Use `get_byte_table and `put_byte_table' [new
3476         implementation].
3477         (Ffind_char_attribute_table): New function in UTF-2000.
3478         (mark_charset): Mark `cs->encoding_table' in UTF-2000.
3479         (syms_of_mule_charset): Add LRECORD_IMPLEMENTATION
3480         `uint8_byte_table' and `uint16_byte_table' in UTF-2000.
3481         (syms_of_mule_charset): Add new function
3482         `find-char-attribute-table' in UTF-2000.
3483
3484         * lrecord.h (enum lrecord_type): Add
3485         `lrecord_type_uint16_byte_table' and
3486         `lrecord_type_uint8_byte_table'.
3487
3488         * char-ucs.h (struct Lisp_Uint8_Byte_Table): New structure.
3489         (Lisp_Uint8_Byte_Table): New type.
3490         (XUINT8_BYTE_TABLE): New macro.
3491         (XSETUINT8_BYTE_TABLE): New macro.
3492         (UINT8_BYTE_TABLE_P): New macro.
3493         (GC_UINT8_BYTE_TABLE_P): New macro.
3494         (struct Lisp_Uint16_Byte_Table): New structure.
3495         (Lisp_Uint16_Byte_Table): New type.
3496         (XUINT16_BYTE_TABLE): New macro.
3497         (XSETUINT16_BYTE_TABLE): New macro.
3498         (UINT16_BYTE_TABLE_P): New macro.
3499         (GC_UINT16_BYTE_TABLE_P): New macro.
3500
3501 2000-07-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3502
3503         * mule-charset.c (Vcharacter_ideographic_radical_table): Deleted.
3504         (Vcharacter_ideographic_strokes_table): Deleted.
3505         (Vcharacter_total_strokes_table): Deleted.
3506         (Vcharacter_morohashi_daikanwa_table): Deleted.
3507         (Vcharacter_decomposition_table): Deleted.
3508         (Qname): Deleted because it is duplicated.
3509         (Qideographic_radical): Deleted.
3510         (Qideographic_strokes): Deleted.
3511         (Qtotal_strokes): Deleted.
3512         (Qmorohashi_daikanwa): Deleted.
3513         (Fchar_attribute_alist): Use `Vchar_attribute_hash_table' for
3514         `ideographic-radical', `ideographic-strokes', `total-strokes',
3515         `morohashi-daikanwa' and `->decomposition'.
3516         (Fget_char_attribute): Likewise.
3517         (Fput_char_attribute): Likewise; use `make-vector' instead of
3518         `make_older_vector' for `->decomposition' value.
3519         (Fdefine_char): Comment out code to check `morohashi-daikanwa' and
3520         `ideograph-daikanwa'.
3521         (syms_of_mule_charset): Delete builtin symbols `name',
3522         `ideographic-radical', `ideographic-strokes', `total-strokes' and
3523         `morohashi-daikanwa'.
3524         (vars_of_mule_charset): Don't setup
3525         `Vcharacter_ideographic_radical_table',
3526         `Vcharacter_ideographic_strokes_table',
3527         `Vcharacter_total_strokes_table',
3528         `Vcharacter_morohashi_daikanwa_table' and
3529         `Vcharacter_decomposition_table'.
3530
3531 2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3532
3533         * alloc.c: Use `HAVE_GGC' instead of `UTF2000' for
3534         `make_older_vector', `make_vector_newer_1' and
3535         `make_vector_newer'.
3536
3537         * lisp.h: Use `HAVE_GGC' instead of `UTF2000' for
3538         `make_older_vector' and `make_vector_newer'.
3539
3540         * config.h.in (HAVE_GGC): New macro.
3541
3542 2000-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3543
3544         * mule-charset.c (struct char_attribute_list_closure): New
3545         structure in UTF-2000.
3546         (add_char_attribute_to_list_mapper): New function in UTF-2000.
3547         (Fchar_attribute_list): Likewise.
3548         (Fset_charset_mapping_table): Use `make_vector_newer'.
3549         (Fdecode_builtin_char): New function in UTF-2000.
3550         (syms_of_mule_charset): Add new function `char-attribute-list' and
3551         `decode-builtin-char' in UTF-2000.
3552
3553         * lisp.h (make_vector_newer): New prototype.
3554
3555         * alloc.c (make_vector_newer_1): New function.
3556         (make_vector_newer): New function.
3557
3558 2000-06-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3559
3560         * char-ucs.h (MAX_CHAR_DAIKANWA): Changed to `(MIN_CHAR_MOJIKYO +
3561         50100)'.
3562
3563 2000-06-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3564
3565         * mule-charset.c (Vchar_attribute_hash_table): New variable.
3566         (Vcharacter_attribute_table): Deleted.
3567         (Vcharacter_name_table): Deleted.
3568         (put_char_attribute): Deleted.
3569         (remove_char_attribute): Deleted.
3570         (struct char_attribute_alist_closure): New structure.
3571         (add_char_attribute_alist_mapper): New function.
3572         (Fchar_attribute_alist): Use `Vchar_attribute_hash_table' instead
3573         of `Vcharacter_attribute_table' and `Vcharacter_name_table'.
3574         (Fget_char_attribute): Likewise.
3575         (Fput_char_attribute): Likewise.
3576         (Fremove_char_attribute): Use `Vchar_attribute_hash_table' instead
3577         of `remove_char_attribute'.
3578         (Fdefine_char): Return character.
3579         (vars_of_mule_charset): Don't setup `Vcharacter_attribute_table'
3580         and `Vcharacter_name_table'.
3581         (complex_vars_of_mule_charset): Likewise
3582         `Vchar_attribute_hash_table'.
3583
3584 2000-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3585
3586         * character.h (CHARC_CHARSET): New macro.
3587         (CHARC_CHARSET_ID): New macro.
3588         (CHARC_CODE_POINT): New macro.
3589         (CHARC_COLUMNS): New macro.
3590         (CHARC_TO_CHAR): New inline function.
3591         (CHARC_EQ): New inline function.
3592         (CHARC_ASCII_EQ): New inline function.
3593         (CHARC_IS_SPACE): New inline function.
3594         (ASCII_TO_CHARC): New inline function.
3595
3596         * char-ucs.h (encode_char_2): Deleted.
3597         (ENCODE_CHAR): Use `encode_char_1' again.
3598         (breakup_char_1): Likewise.
3599         (CHAR_TO_CHARC): New inline function.
3600
3601         * char-lb.h, char-1byte.h (CHAR_TO_CHARC): New inline function.
3602
3603 2000-06-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3604
3605         * redisplay.c (add_emchar_rune): Use `ASCII_TO_CHARC',
3606         `CHAR_TO_CHARC' and `CHARC_CHARSET'.
3607         (create_text_block): Use `CHARC_ASCII_EQ' and `CHARC_IS_SPACE'.
3608         (generate_formatted_string_db): Use `CHARC_TO_CHAR'.
3609         (create_string_text_block): Use `CHARC_ASCII_EQ' and
3610         `CHARC_IS_SPACE'.
3611         (pixel_to_glyph_translation): Use `CHARC_ASCII_EQ'.
3612
3613         * redisplay-x.c (separate_textual_runs): Use `CHARC_CHARSET' and
3614         `CHARC_CODE_POINT'.
3615         (x_output_display_block): Use `CHARC_CHARSET' and
3616         `CHARC_ASCII_EQ'.
3617
3618         * redisplay-tty.c (tty_output_display_block): Use
3619         `CHARC_ASCII_EQ'.
3620         (tty_output_display_block): Likewise; use `ASCII_TO_CHARC'.
3621
3622         * redisplay-output.c (compare_runes): Use `CHARC_EQ'.
3623
3624         * insdel.c (find_charsets_in_charc_string): Use
3625         `CHARC_CHARSET_ID'.
3626         (charc_string_displayed_columns): Use `CHARC_COLUMNS'.
3627         (convert_bufbyte_string_into_charc_dynarr): Use `CHAR_TO_CHARC'.
3628         (convert_charc_string_into_bufbyte_dynarr): Use `CHARC_TO_CHAR'.
3629         (convert_charc_string_into_malloced_string): Likewise.
3630
3631 2000-06-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3632
3633         * toolbar-x.c (x_output_toolbar_button): Use <Charc_dynarr *>
3634         instead of <Emchar_dynarr *> for buf; use
3635         `convert_bufbyte_string_into_charc_dynarr' instead of
3636         `convert_bufbyte_string_into_emchar_dynarr'; use
3637         `find_charsets_in_charc_string' instead of
3638         `find_charsets_in_emchar_string'.
3639
3640         * redisplay.h:
3641         - Include "character.h".
3642         (struct rune): New member `cglyph'; delete member `chr'.
3643
3644         * redisplay.c (redisplay_text_width_charc_string): New function;
3645         delete `redisplay_text_width_emchar_string'.
3646         (rtw_charc_dynarr): New variable; renamed from
3647         `rtw_emchar_dynarr'.
3648         (redisplay_text_width_string): Use `rtw_charc_dynarr' instead of
3649         `rtw_emchar_dynarr'; use
3650         `convert_bufbyte_string_into_charc_dynarr' instead of
3651         `convert_bufbyte_string_into_emchar_dynarr'; use
3652         `redisplay_text_width_charc_string' instead of
3653         `redisplay_text_width_emchar_string'.
3654         (redisplay_frame_text_width_string): Use `rtw_charc_dynarr'
3655         instead of `rtw_emchar_dynarr'; use
3656         `convert_bufbyte_string_into_charc_dynarr' instead of
3657         `convert_bufbyte_string_into_emchar_dynarr'.
3658         (add_emchar_rune): Add <Charc> instead of <Emchar>; use
3659         `redisplay_text_width_charc_string' instead of
3660         `redisplay_text_width_emchar_string'.
3661         (create_text_block): Modify for <struct rune> change.
3662         (generate_formatted_string_db): Likewise.
3663         (create_string_text_block): Likewise.
3664         (pixel_to_glyph_translation): Likewise.
3665
3666         * redisplay-x.c (separate_textual_runs): Use <const Charc *>
3667         instead of <const Emchar *>.
3668         (x_text_width): Likewise.
3669         (x_output_display_block): Use <Charc_dynarr *> instead
3670         <Emchar_dynarr *>; modify for <structure rune> change.
3671         (x_output_string): Use <Charc_dynarr *> instead of <Emchar_dynarr
3672         *>.
3673
3674         * redisplay-tty.c (tty_text_width): Use <const Charc *> instead of
3675         <const Emchar *>; use `charc_string_displayed_columns' instead of
3676         `emchar_string_displayed_columns'.
3677         (tty_output_display_block): Use <Charc_dynarr *> instead of
3678         <Emchar_dynarr *> for buf; modify for <structure rune> change; use
3679         `tty_output_charc_dynarr' instead of `tty_output_emchar_dynarr'.
3680         (tty_output_charc_dynarr_dynarr): New variable; renamed from
3681         `tty_output_emchar_dynarr_dynarr'.
3682         (tty_output_charc_dynarr): New function; delete
3683         `tty_output_charc_dynarr'.
3684
3685         * redisplay-output.c (compare_runes): Modify for `struct rune'.
3686         (redisplay_output_layout): Use <Charc_dynarr *> instead of
3687         <Emchar_dynarr *> for buf; use
3688         `convert_bufbyte_string_into_charc_dynarr' instead of
3689         `convert_bufbyte_string_into_emchar_dynarr'.
3690
3691         * frame.c (title_string_charc_dynarr): New variable; renamed from
3692         `title_string_emchar_dynarr'.
3693         (generate_title_string): Use `title_string_charc_dynarr' instead
3694         of `title_string_emchar_dynarr'; use
3695         `convert_charc_string_into_malloced_string' instead of
3696         `convert_emchar_string_into_malloced_string'.
3697         (init_frame): Use `title_string_charc_dynarr' instead of
3698         `title_string_emchar_dynarr'.
3699
3700         * console.h:
3701         - Include "character.h".
3702         (struct console_methods): Use <const Charc *> instead of <const
3703         Emchar *> in `text_width_method'; use <Charc_dynarr *> instead of
3704         <Emchar_dynarr *> in output_string_method.
3705
3706         * console-x.h (x_output_string): Use <Charc_dynarr *> instead of
3707         <Emchar_dynarr *>.
3708
3709         * console-stream.c (stream_text_width): Use <const Charc *>
3710         instead of <const Emchar *>.
3711
3712         * character.h (Charc_dynarr): New type.
3713
3714         * char-ucs.h (structure Charc): New structure; define new type
3715         `Charc'.
3716
3717         * char-lb.h (DECODE_CHAR): New inline function.
3718         (encode_char_1): New inline function.
3719         (ENCODE_CHAR): New macro.
3720         (structure Charc): New structure; define new type `Charc'.
3721
3722         * char-1byte.h (Vcharset_control_1): New macro.
3723         (Vcharset_latin_iso8859_1): New macro.
3724         (DECODE_CHAR): New inline function.
3725         (encode_char_1): New inline function.
3726         (ENCODE_CHAR): New macro.
3727         (structure Charc): New structure; define new type `Charc'.
3728
3729         * insdel.c (find_charsets_in_charc_string): New function; delete
3730         `find_charsets_in_emchar_string'.
3731         (charc_string_displayed_columns): New function; delete
3732         `emchar_string_displayed_columns'.
3733         (convert_bufbyte_string_into_charc_dynarr): New function; delete
3734         `convert_bufbyte_string_into_emchar_dynarr'.
3735         (convert_charc_string_into_bufbyte_dynarr): New function; delete
3736         `convert_charc_string_into_bufbyte_dynarr'.
3737         (convert_charc_string_into_malloced_string): New function; delete
3738         `convert_charc_string_into_malloced_string'.
3739
3740         * buffer.h (find_charsets_in_charc_string): New prototype; delete
3741         `find_charsets_in_emchar_string'.
3742         (charc_string_displayed_columns): New prototype; delete
3743         `emchar_string_displayed_columns'.
3744         (convert_charc_string_into_bufbyte_dynarr): New prototype; delete
3745         `convert_charc_string_into_bufbyte_dynarr'.
3746         (convert_charc_string_into_malloced_string): New prototype; delete
3747         `convert_charc_string_into_malloced_string'.
3748
3749 2000-06-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3750
3751         * select-x.c (Fx_store_cutbuffer_internal): Modify for UTF-2000.
3752
3753 2000-06-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3754
3755         * chartab.h (get_non_ascii_char_table_value): Use <Charset_ID>.
3756
3757         * char-ucs.h: Use <short> for <Charset_ID>.
3758
3759         * mule-charset.h, char-1byte.h: Use <unsigned char> for
3760         <Charset_ID>.
3761
3762 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3763
3764         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
3765         to 0.16.
3766
3767 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3768
3769         * mule-charset.c (Vcharacter_morohashi_daikanwa_table): New
3770         variable.
3771         (Qmorohashi_daikanwa): New variable.
3772         (Fchar_attribute_alist): Use `Vcharacter_morohashi_daikanwa_table'
3773         for `morohashi-daikanwa' attribute.
3774         (Fget_char_attribute): Likewise.
3775         (Fput_char_attribute): Likewise.
3776         (Fdefine_char): Don't setup `morohashi-daikanwa' attribute if it
3777         has the same value of `ideograph-daikanwa'.
3778         (syms_of_mule_charset): Add new symbol `morohashi-daikanwa'.
3779         (vars_of_mule_charset): Setup
3780         `Vcharacter_morohashi_daikanwa_table'.
3781
3782 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3783
3784         * mule-charset.c (Fchar_attribute_alist): Add coded-charset
3785         attributes.
3786         (add_charset_to_list_mapper): Add `key' instead of
3787         `XCHARSET_NAME (value)' to return aliases.
3788
3789 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3790
3791         * mule-charset.c (Vcharacter_ideographic_radical_table): New
3792         variable.
3793         (Vcharacter_ideographic_strokes_table): New variable.
3794         (Qideographic_radical): New variable.
3795         (Qideographic_strokes): New variable.
3796         (Fchar_attribute_alist): Use
3797         `Vcharacter_ideographic_radical_table' for `ideographic-radical'
3798         attribute; use `Vcharacter_ideographic_strokes_table' for
3799         `ideographic-strokes' attribute.
3800         (Fget_char_attribute): Likewise.
3801         (Fput_char_attribute): Likewise.
3802         (syms_of_mule_charset): Add new symbol `ideographic-radical' and
3803         `ideographic-strokes'.
3804         (vars_of_mule_charset): Setup
3805         `Vcharacter_ideographic_radical_table' and
3806         `Vcharacter_ideographic_strokes_table'.
3807
3808 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3809
3810         * mule-charset.c (Vcharacter_total_strokes_table): New variable.
3811         (Qtotal_strokes): New variable.
3812         (Fchar_attribute_alist): Use `Vcharacter_total_strokes_table' for
3813         `total-strokes' attribute.
3814         (Fget_char_attribute): Likewise.
3815         (Fput_char_attribute): Likewise.
3816         (syms_of_mule_charset): Add new symbol `total-strokes'.
3817         (vars_of_mule_charset): Setup `Vcharacter_total_strokes_table'.
3818
3819 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3820
3821         * mule-charset.c (Vcharacter_decomposition_table): New variable.
3822         (Fchar_attribute_alist): Add `name' and `->decomposition' if they
3823         are found.
3824         (Fget_char_attribute): Use `Vcharacter_decomposition_table' for
3825         `->decomposition' attribute.
3826         (Fput_char_attribute): Likewise.
3827         (vars_of_mule_charset): Setup `Vcharacter_decomposition_table'.
3828
3829 2000-06-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3830
3831         * mule-charset.c (decoding_table_check_elements): New function.
3832         (Fset_charset_mapping_table): Use `decoding_table_check_elements'.
3833
3834 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3835
3836         * mule-charset.c (Fset_charset_mapping_table): Use
3837         `put_char_ccs_code_point'.
3838
3839 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3840
3841         * mule-charset.c (decoding_table_put_char): New inline function.
3842         (put_char_ccs_code_point): Use `decoding_table_put_char'.
3843
3844 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3845
3846         * mule-charset.c (CHARSET_BYTE_SIZE): New inline function.
3847         (XCHARSET_BYTE_SIZE): New macro.
3848         (decoding_table_remove_char): New inline function.
3849         (put_char_ccs_code_point): Use `XCHARSET_BYTE_SIZE'; use
3850         `decoding_table_remove_char'.
3851         (remove_char_ccs): Use `decoding_table_remove_char'.
3852         (Fset_charset_mapping_table): Use `CHARSET_BYTE_SIZE'.
3853
3854 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3855
3856         * mule-charset.c (Vcharacter_name_table): New variable.
3857         (Qname): New variable.
3858         (Fget_char_attribute): Use `Vcharacter_name_table' for `name'
3859         attribute.
3860         (Fput_char_attribute): Use function `put_char_ccs_code_point'; use
3861         `Vcharacter_name_table' for `name' attribute.
3862         (Fremove_char_attribute): Use function `remove_char_ccs'.
3863         (put_char_ccs_code_point): New function.
3864         (remove_char_ccs): New function.
3865         (syms_of_mule_charset): Add new symbol `name'.
3866         (vars_of_mule_charset): Setup `Vcharacter_name_table'.
3867
3868 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3869
3870         * mule-charset.c (make_byte_table): Add new argument `older'.
3871         (make_char_id_table): Likewise.
3872         (copy_char_id_table): Comment out because it is not used.
3873         (put_char_id_table): Modify for `make_byte_table'.
3874         (Fput_char_attribute): Make encoding_table as older object;
3875         inherit older bit of `Vcharacter_composition_table'.
3876         (mark_charset): Don't mark `cs->encoding_table'.
3877         (vars_of_mule_charset): Make `Vcharacter_attribute_table' as a
3878         normal object; make `Vcharacter_composition_table' as an older
3879         object; delete staticpro for `Vcharacter_composition_table'; make
3880         `Vcharacter_variant_table' as a normal object.
3881
3882         * alloc.c (alloc_older_lcrecord): New function in UTF-2000.
3883         (mark_object): Don't check older object in UTF-2000.
3884
3885         * lrecord.h (struct lrecord_header): Add new member `older' in
3886         UTF-2000.
3887         (set_lheader_implementation): Setup `SLI_header->older' in
3888         UTF-2000.
3889         (set_lheader_older_implementation): New macro in UTF-2000.
3890         (OLDER_RECORD_P): New macro in UTF-2000.
3891         (OLDER_RECORD_HEADER_P): New macro in UTF-2000.
3892         (alloc_older_lcrecord): New prototype in UTF-2000.
3893         (alloc_older_lcrecord_type): New macro in UTF-2000.
3894
3895 2000-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3896
3897         * mule-charset.c (byte_table_description): Use
3898         `XD_LISP_OBJECT_ARRAY' instead of `XD_LISP_OBJECT'.
3899         (char_id_table_description): Delete bogus `, 1'.
3900         (Fget_char_attribute): Refer encoding_table of each coded-charset
3901         to get value of coded-charset attribute of a character.
3902         (Fput_char_attribute): Use `make_older_vector' instead of
3903         `make_vector'; use encoding_table of each coded-charset to store
3904         value of coded-charset attribute of a character.
3905         (Fremove_char_attribute): Use encoding_table of each coded-charset
3906         to store value of coded-charset attribute of a character.
3907         (mark_charset): Mark `cs->encoding_table'; don't mark
3908         `cs->decoding_table'.
3909         (charset_description): Add description of new member
3910         `encoding_table'.
3911         (make_charset): Initialize `encoding_table'.
3912
3913         * char-ucs.h (struct Lisp_Charset): Add new member
3914         `encoding_table'.
3915         (CHARSET_ENCODING_TABLE): New macro.
3916         (XCHARSET_ENCODING_TABLE): New macro.
3917         (charset_code_point): New implementation.
3918         (encode_char_1): Likewise.
3919
3920         * alloc.c (all_older_lcrecords): New variable in UTF-2000.
3921         (disksave_object_finalization_1): Call finalizers of
3922         `all_older_lcrecords' in UTF-2000.
3923         (make_older_vector): New function in UTF-2000.
3924         (reinit_alloc_once_early): Initialize `all_older_lcrecords' in
3925         UTF-2000.
3926
3927         * lisp.h (make_older_vector): New prototype in UTF-2000.
3928
3929 2000-05-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3930
3931         * lrecord.h (enum lrecord_type): Rename
3932         `lrecord_type_char_code_table' to `lrecord_type_char_id_table'.
3933
3934         * text-coding.c (COMPOSE_ADD_CHAR): Use `CHAR_ID_TABLE_P' and
3935         `get_char_id_table' instead of `CHAR_CODE_TABLE_P' and
3936         `get_char_code_table'.
3937
3938         * mule-charset.c (mark_char_id_table): Renamed from
3939         `mark_char_code_table'.
3940         (char_id_table_equal): Renamed from `char_code_table_equal'.
3941         (char_id_table_hash): Renamed from `char_code_table_hash'.
3942         (make_char_id_table): Renamed from `make_char_code_table'.
3943         (copy_char_id_table): Renamed from `copy_char_code_table'.
3944         (get_char_id_table): Renamed from `get_char_code_table'.
3945         (put_char_id_table): Renamed from `put_char_code_table'.
3946         (to_char_id): Renamed from `to_char_code'.
3947
3948         * char-ucs.h (struct Lisp_Char_ID_Table): Renamed from
3949         `Lisp_Char_Code_Table'.
3950         (char_id_table): Renamed from `char_code_table'.
3951         (XCHAR_ID_TABLE): Renamed from `XCHAR_CODE_TABLE'.
3952         (XSETCHAR_ID_TABLE): Renamed from `XSETCHAR_CODE_TABLE'.
3953         (CHAR_ID_TABLE_P): Renamed from `CHAR_CODE_TABLE_P'.
3954         (GC_CHAR_ID_TABLE_P): Renamed from `GC_CHAR_CODE_TABLE_P'.
3955         (get_char_id_table): Renamed from `get_char_code_table'.
3956
3957 2000-05-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3958
3959         * lrecord.h (enum lrecord_type): Rename
3960         `lrecord_type_char_byte_table' to `lrecord_type_byte_table'.
3961
3962         * mule-charset.c (mark_byte_table): Renamed from
3963         `mark_char_byte_table'.
3964         (byte_table_equal): Renamed from `char_byte_table_equal'.
3965         (byte_table_hash): Renamed from `byte_table_hash'.
3966         (make_byte_table): Renamed from `make_byte_table'.
3967         (copy_byte_table): Renamed from `copy_char_byte_table'.
3968
3969         * char-ucs.h (struct Lisp_Byte_Table): Renamed from
3970         `Lisp_Char_Byte_Table'.
3971         (byte_table): Renamed from `char_byte_table'.
3972         (XBYTE_TABLE): Renamed from `XCHAR_BYTE_TABLE'.
3973         (XSETBYTE_TABLE): Renamed from `XSET_CHAR_BYTE_TABLE'.
3974         (BYTE_TABLE_P): Renamed from `XBYTE_TABLE_P'.
3975         (GC_BYTE_TABLE_P): Renamed from `GC_CHAR_BYTE_TABLE_P'.
3976
3977 2000-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3978
3979         * buffer.c (dfc_convert_to_external_format): Modify for UTF-2000.
3980         (dfc_convert_to_internal_format): Likewise.
3981         
3982         * text-coding.c (Fcoding_system_canonical_name_p): New function.
3983         * text-coding.c (Fcoding_system_alias_p): New function.
3984         * text-coding.c (Fcoding_system_aliasee): New function.
3985         * text-coding.c (append_suffix_to_symbol): New function.
3986         * text-coding.c (dangling_coding_system_alias_p): New function.
3987         * text-coding.c (Ffind_coding_system):
3988         * text-coding.c (Fcopy_coding_system):
3989         * text-coding.c (encode_coding_no_conversion):
3990         * text-coding.c (syms_of_file_coding):
3991         * text-coding.c (vars_of_file_coding):
3992         Rewrite coding system alias code.
3993         Allow nested aliases, like symbolic links.
3994         Allow redefinition of coding system aliases.
3995         Prevent existence of dangling coding system aliases.
3996         Eliminate convert_to_external_format.
3997         Eliminate convert_to_internal_format.
3998         
3999         * text-coding.c: Change enum eol_type to eol_type_t.
4000
4001 2000-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4002
4003         * mule-charset.c (encode_builtin_char_1): Limit builtin-code-range
4004         of `mojikyo' to MIN_CHAR_MOJIKYO + 94 * 60 * 22.
4005
4006         * char-ucs.h (MAX_CHAR_MOJIKYO): Limit builtin-code-range to
4007         MIN_CHAR_MOJIKYO + 94 * 60 * 22.
4008
4009 2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4010
4011         * mule-charset.c (encode_builtin_char_1): Use `mojikyo' instead of
4012         `ideograph-daikanwa'.
4013
4014         * char-ucs.h (Vcharset_ucs): Deleted because it is not used.
4015         (Vcharset_ucs_bmp): Likewise.
4016         (Vcharset_mojikyo): Add new extern variable definition.
4017         (Vcharset_latin_iso8859_2): Deleted because it is not used.
4018         (Vcharset_latin_iso8859_3): Likewise.
4019         (Vcharset_latin_iso8859_4): Likewise.
4020         (Vcharset_latin_iso8859_9): Likewise.
4021         (Vcharset_latin_viscii_lower): Likewise.
4022         (Vcharset_latin_viscii_upper): Likewise.
4023         (DECODE_CHAR): If charset is `mojikyo-pj-N', corresponding
4024         `mojikyo' code-point is used to decode.
4025         (encode_char_2): New function [to convert `mojikyo' code-point to
4026         Mojikyo font encoding].
4027         (ENCODE_CHAR): Use `encode_char_2' instead of `encode_code_1'.
4028         (breakup_char_1): Likewise.
4029         (CHAR_CHARSET): Use `ENCODE_CHAR' instead of `BREAKUP_CHAR'.
4030
4031 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4032
4033         * text-coding.c (Fmake_coding_system): Add document about
4034         `disable-composition' property.
4035
4036 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4037
4038         * text-coding.c (Qdisable_composition): New variable; delete
4039         `Qcomposite'.
4040         (Fmake_coding_system): Add new property `disable-composite';
4041         delete property `composite'.
4042         (COMPOSE_ADD_CHAR): Use `CODING_SYSTEM_DISABLE_COMPOSITION'
4043         instead of `!CODING_SYSTEM_COMPOSITE'.
4044         (syms_of_file_coding): Add new symbol `disable-composition';
4045         delete symbol `composite'.
4046
4047         * file-coding.h (struct Lisp_Coding_System): Add
4048         `disable_composition'; delete `enable_composition'.
4049         (CODING_SYSTEM_DISABLE_COMPOSITION): New macro; delete
4050         `CODING_SYSTEM_COMPOSITE'.
4051         (XCODING_SYSTEM_DISABLE_COMPOSITION): New macro; delete
4052         `XCODING_SYSTEM_COMPOSITE'.
4053
4054 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4055
4056         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4057         to 0.15.
4058
4059 2000-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4060
4061         * text-coding.c (Qcomposite): New variable.
4062         (Fmake_coding_system): Add new property `composite'.
4063         (struct decoding_stream): Add `combined_char_count',
4064         `combined_chars' and `combining_table' in UTF-2000.
4065         (COMPOSE_FLUSH_CHARS): New macro.
4066         (COMPOSE_ADD_CHAR): New macro.
4067         (reset_decoding_stream): Reset `str->combined_char_count' and
4068         `str->combining_table' in UTF-2000.
4069         (decode_coding_iso2022): Modify for character-decomposition.
4070         (syms_of_file_coding): Add new symbol `composite'.
4071
4072 2000-04-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4073
4074         * mule-charset.c (Vcharset_latin_tcvn5712): New variable.
4075         (Fput_char_attribute): Set up `Vcharacter_variant_table' instead
4076         of `Vcharacter_composition_table' if `->decomposition' property
4077         has only 1 element.
4078         (Qlatin_tcvn5712): New variable.
4079         (syms_of_mule_charset): Add new symbol `latin-tcvn5712'.
4080         (complex_vars_of_mule_charset): Add new coded-charset
4081         `latin-tcvn5712'.
4082
4083         * char-ucs.h (LEADING_BYTE_LATIN_TCVN5712): New macro.
4084
4085 2000-04-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4086
4087         * file-coding.h (struct Lisp_Coding_System): Add
4088         `enable_composition'.
4089         (CODING_SYSTEM_COMPOSITE): New macro.
4090         (XCODING_SYSTEM_COMPOSITE): New macro.
4091
4092 2000-03-17  MORIOKA Tomohiko  <tomo@m17n.org>
4093
4094         * mule-canna.c (c2mu): Fix problem with UTF-2000.
4095
4096 2000-03-16  MORIOKA Tomohiko  <tomo@m17n.org>
4097
4098         * mule-charset.c (Fput_char_attribute): Don't make mapping-table
4099         if ATTRIBUTE is `ucs' and character-id of CHARACTER = VALUE.
4100
4101 2000-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
4102
4103         * mule-charset.c (Vcharset_mojikyo): New variable.
4104         (Fdefine_char): Don't use coded-charset which does not have
4105         non-builtin character range to allocate character-id.
4106         (Qmojikyo): New variable.
4107         (syms_of_mule_charset): Add new symbol `mojikyo'.
4108         (complex_vars_of_mule_charset): Add new coded-charset `mojikyo'.
4109
4110         * char-ucs.h (LEADING_BYTE_DAIKANWA_EKANJI): New macro.
4111         (LEADING_BYTE_MOJIKYO): New macro.
4112         (MIN_CHAR_MOJIKYO): New macro.
4113         (MIN_CHAR_DAIKANWA): Use `MIN_CHAR_MOJIKYO'.
4114         (MAX_CHAR_MOJIKYO): New macro.
4115
4116 2000-02-12  MORIOKA Tomohiko  <tomo@m17n.org>
4117
4118         * mule-charset.c (remove_char_attribute): Fixed.
4119
4120 2000-02-08  MORIOKA Tomohiko  <tomo@m17n.org>
4121
4122         * mule-charset.c (remove_char_attribute): New function.
4123         (Fremove_char_attribute): New function.
4124         (encode_builtin_char_1): Comment out builtin-support for
4125         greek-iso8859-7 and cyrillic-iso8859-5.
4126         (Fdecode_char): Check `code' is an integer.
4127         (syms_of_mule_charset): Add `remove-char-attribute'.
4128         (MIN_CHAR_GREEK): Deleted.
4129         (MAX_CHAR_GREEK): Likewise.
4130         (MIN_CHAR_CYRILLIC): Likewise.
4131         (MAX_CHAR_CYRILLIC): Likewise.
4132         (complex_vars_of_mule_charset): Don't use MIN_CHAR_GREEK and
4133         MAX_CHAR_GREEK for `greek-iso8859-7'.
4134
4135         * char-ucs.h (MIN_CHAR_GREEK): Comment out.
4136         (MAX_CHAR_GREEK): Likewise.
4137         (MIN_CHAR_CYRILLIC): Likewise.
4138         (MAX_CHAR_CYRILLIC): Likewise.
4139
4140 2000-02-02  MORIOKA Tomohiko  <tomo@m17n.org>
4141
4142         * mule-charset.c (Fdefine_char): Fix problem when new code-point
4143         format is used without `ucs' property.
4144         (Fdecode_char): Fix problem with GR representation.
4145         (complex_vars_of_mule_charset): Don't use `MIN_CHAR_CYRILLIC' and
4146         `MAX_CHAR_CYRILLIC' as range of builtin `cyrillic-iso8859-5'.
4147
4148 2000-01-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4149
4150         * mule-charset.c (make_builtin_char): New function.
4151         (encode_builtin_char_1): Check ISO-2022-charset is defined or not.
4152         (Fset_charset_mapping_table): Modify for new representation of
4153         code-point.
4154         (Fdecode_char): New function.
4155         (syms_of_mule_charset): Add new builtin function `decode-char' in
4156         UTF-2000.
4157
4158         * char-ucs.h (make_builtin_char): New prototype.
4159         (DECODE_CHAR): New inline function.
4160         (MAKE_CHAR): Use `DECODE_CHAR'.
4161
4162 2000-01-28  MORIOKA Tomohiko  <tomo@m17n.org>
4163
4164         * text-coding.c (parse_charset_conversion_specs): Use
4165         `XCHARSET_CHARS' and `XCHARSET_DIMENSION' instead of
4166         `XCHARSET_TYPE'.
4167         (iso2022_designate): Likewise.
4168
4169         * chartab.c (decode_char_table_range): Use `XCHARSET_CHARS' and
4170         `XCHARSET_DIMENSION' instead of `XCHARSET_TYPE'.
4171
4172         * mule-charset.c (Vcharset_ucs): New variable.
4173         (print_charset): Change design; use `CHARSET_CHARS' and
4174         `CHARSET_DIMENSION' instead of `CHARSET_TYPE'.
4175         (make_charset): Change signature to specify `chars' and
4176         `dimension' instead of `type'.
4177         (range_charset_code_point): Modify for 256^n-set.
4178         (encode_builtin_char_1): Encode as `ucs' in default.
4179         (Fmake_charset): Modify for `make_charset'.
4180         (Fmake_reverse_direction_charset): Likewise.
4181         (Fsplit_char): Use `ENCODE_CHAR' instead of `BREAKUP_CHAR' in
4182         UTF-2000.
4183         (complex_vars_of_mule_charset): Add coded-charset `ucs'; modify
4184         for `make_charset'.
4185
4186         * char-ucs.h (Vcharset_ucs): New variable.
4187         (LEADING_BYTE_UCS): New macro.
4188         (struct Lisp_Charset): Delete `type'; change type of `dimension'
4189         and `chars' to `unsigned short' from `unsigned int'.
4190         (CHARSET_TYPE): Deleted.
4191         (XCHARSET_TYPE): Deleted.
4192
4193 2000-01-27  MORIOKA Tomohiko  <tomo@m17n.org>
4194
4195         * mule-charset.c (charset_code_point): Moved to char-ucs.h.
4196
4197         * char-ucs.h (charset_code_point): Moved from mule-charset.c.
4198         (ENCODE_CHAR): New macro.
4199
4200 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
4201
4202         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4203         to 0.14 (Kawachi-Katakami).
4204
4205 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
4206
4207         * text-coding.c (char_encode_shift_jis): Modify for
4208         `charset_code_point'.
4209         (char_encode_iso2022): Likewise.
4210
4211         * mule-charset.c (Fput_char_attribute): Use <Lisp_Object>
4212         (integer) instead of list of <Lisp_Object>s (integers) as the
4213         format of code-point of a coded-charset.
4214         (range_charset_code_point): Return <int> instead of <Lisp_Object>.
4215         (encode_builtin_char_1): New function; delete
4216         `split_builtin_char'.
4217         (charset_code_point): Return <int> instead of <Lisp_Object>.
4218         (Fsplit_char): Don't use `SPLIT_CHAR'.
4219
4220         * char-ucs.h (encode_builtin_char_1): New prototype; delete
4221         prototype for `split_builtin_char'.
4222         (range_charset_code_point): Return <int> instead of <Lisp_Object>.
4223         (charset_code_point): Likewise.
4224         (encode_char_1): New inline function; delete `SPLIT_CHAR'.
4225         (breakup_char_1): Use `encode_char_1' instead of `SPLIT_CHAR'.
4226
4227 2000-01-20  MORIOKA Tomohiko  <tomo@m17n.org>
4228
4229         * mule-charset.c (complex_vars_of_mule_charset): Don't define
4230         `japanese-jisx0208-1990' in non-UTF-2000 Mule.
4231
4232 2000-01-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
4233
4234         * mule-charset.c (split_builtin_char): Don't support OBS_94x94.
4235
4236         * char-ucs.h (MIN_CHAR_OBS_94x94): Deleted.
4237         (MAX_CHAR_OBS_94x94): Deleted.
4238
4239 2000-01-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
4240
4241         * mule-charset.c (split_builtin_char): Use `MAX_CHAR_BMP'.
4242
4243         * char-ucs.h (MAX_CHAR_BMP): New macro.
4244
4245 2000-01-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
4246
4247         * text-coding.c: Sync with r21-2-24.
4248
4249 2000-01-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
4250
4251         * file-coding.c: Modify for UTF-2000.
4252
4253 2000-01-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
4254
4255         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4256         to 0.13 (Takaida).
4257
4258 2000-01-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4259
4260         * mule-charset.c (split_builtin_char): Delete builtin support for
4261         `katakana-jisx0201'.
4262         (complex_vars_of_mule_charset): Don't map `katakana-jisx0201' to
4263         BMP area in builtin representation.
4264
4265         * char-ucs.h (MAKE_CHAR): Delete builtin support for
4266         `Vcharset_katakana_jisx0201'.
4267
4268 1999-12-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
4269
4270         * mule-charset.c (Vcharset_mojikyo_pj_[1 .. 21]): New variable.
4271         (Qisolated): New variable.
4272         (Qinitial): New variable.
4273         (Qmedial): New variable.
4274         (Qfinal): New variable.
4275         (Qvertical): New variable.
4276         (Qsmall): New variable.
4277         (to_char_code): Use `Qisolated', `Qinitial', `Qmedial', `Qfinal',
4278         `Qvertical' and `Qsmall'.
4279         (Qmojikyo_pj_[1 .. 21]): New variable.
4280         (syms_of_mule_charset): Add new symbols `isolated', `initial',
4281         `medial', `final', `vertical', `small' and `mojikyo-pj-[1 .. 21]'.
4282         (complex_vars_of_mule_charset): Add new charset `mojikyo-pj-[1
4283         .. 21]'.
4284
4285 1999-11-23  MORIOKA Tomohiko  <tomo@etl.go.jp>
4286
4287         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x60.
4288         (LEADING_BYTE_MOJIKYO_PJ_[1 .. 21]): New macros.
4289         (MAX_LEADING_BYTE_PRIVATE): Changed to `(CHARSET_ID_OFFSET - 32)'.
4290
4291 1999-11-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
4292
4293         * mule-charset.c (Vcharset_japanese_jisx0208_1990): New variable.
4294         (Fdefine_char): Use Group 00 Plane 10 for non-coded variants of
4295         BMP.
4296         (Qjapanese_jisx0208_1990): New variable.
4297         (syms_of_mule_charset): Add new symbol `Qjapanese_jisx0208_1990'.
4298         (complex_vars_of_mule_charset): Add new coded-charset
4299         `japanese-jisx0208-1990'.
4300
4301         * char-ucs.h (LEADING_BYTE_JAPANESE_JISX0208_1990): New macro.
4302         (MIN_CHAR_JIS_X0208_1990): New macro.
4303         (MAX_CHAR_JIS_X0208_1990): New macro.
4304
4305 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4306
4307         * text-coding.c (char_encode_iso2022): Output `~' if ISO 2022
4308         coded-charset is not found.
4309
4310 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4311
4312         * mule-charset.c (Fget_char_attribute): Forgot to `CHECK_CHAR'.
4313         (Fdefine_char): Use `Fmake_char'.
4314
4315 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4316
4317         * mule-charset.c (Vcharset_ideograph_daikanwa): New variable.
4318         (Vcharset_hiragana_jisx0208): Deleted.
4319         (Vcharset_katakana_jisx0208): Deleted.
4320         (Qideograph_daikanwa): New variable.
4321         (Qhiragana_jisx0208): Deleted.
4322         (Qkatakana_jisx0208): Deleted.
4323         (split_builtin_char): Split `ideograph-daikanwa'.
4324         (Fsplit_char): New implementation for UTF-2000.
4325         (syms_of_mule_charset): Add new symbol `ideograph-daikanwa';
4326         delete symbol `hiragana-jisx0208' and `katakana-jisx0208'.
4327         (complex_vars_of_mule_charset): Add new coded-charset
4328         `ideograph-daikanwa'; delete coded-charset `hiragana-jisx0208' and
4329         `katakana-jisx0208'.
4330
4331         * char-ucs.h (LEADING_BYTE_DAIKANWA): New macro.
4332         (LEADING_BYTE_HIRAGANA_JISX0208): Deleted.
4333         (LEADING_BYTE_KATAKANA_JISX0208): Deleted.
4334         (MIN_CHAR_DAIKANWA): New macro.
4335         (MAX_CHAR_DAIKANWA): New macro.
4336
4337 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4338
4339         * data.c (Fstring_to_number): Don't recognize floating point if
4340         base is not 10.
4341
4342 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4343
4344         * mule-charset.c (Fput_char_attribute): Forgot to `CHECK_CHAR'.
4345
4346 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4347
4348         * mule-charset.c (Qsquare): New variable.
4349         (to_char_code): Add `Qsquare'.
4350         (syms_of_mule_charset): Add new symbol `square'.
4351
4352 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4353
4354         * mule-charset.c (Qcircle): New variable.
4355         (to_char_code): Add `Qcircle'.
4356         (syms_of_mule_charset): Add new symbol `circle'.
4357
4358 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4359
4360         * mule-charset.c (Qfont): New variable.
4361         (to_char_code): Add `Qfont'.
4362         (syms_of_mule_charset): Add new symbol `font'.
4363
4364 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4365
4366         * mule-charset.c (Qsub): New variable.
4367         (to_char_code): Add `Qsub'.
4368         (syms_of_mule_charset): Add new symbol `sub'.
4369
4370 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4371
4372         * mule-charset.c (Fput_char_attribute): Convert each element of
4373         VALUE to GL position if ATTRIBUTE is a GR-set,
4374
4375 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4376
4377         * mule-charset.c (Fput_char_attribute): Allow GR code-point if a
4378         coded-charset is a GR-set.
4379
4380 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4381
4382         * mule-charset.c (Fput_char_attribute): Check each element of
4383         VALUE is a byte if ATTRIBUTE is a coded-charset or its name.
4384
4385 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4386
4387         * mule-charset.c (Vcharset_ethiopic_ucs): New variable in
4388         UTF-2000.
4389         (Qethiopic_ucs): New variable in UTF-2000.
4390         (syms_of_mule_charset): Add new symbol `ethiopic-ucs' in UTF-2000.
4391         (complex_vars_of_mule_charset): Add new coded-charset
4392         `ethiopic-ucs' in UTF-2000.
4393
4394         * char-ucs.h (LEADING_BYTE_ETHIOPIC_UCS): New macro.
4395         (LEADING_BYTE_HIRAGANA_JISX0208): Changed to `(CHARSET_ID_OFFSET -
4396         9)'.
4397         (LEADING_BYTE_KATAKANA_JISX0208): Changed to `(CHARSET_ID_OFFSET -
4398         10)'.
4399         (LEADING_BYTE_PRIVATE): Changed to `(CHARSET_ID_OFFSET - 11)'.
4400
4401 1999-11-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
4402
4403         * mule-charset.c (Fset_charset_mapping_table): Fix problem with
4404         `ascii'.
4405
4406 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4407
4408         * mule-charset.c (Vcharacter_variant_table): New variable.
4409         (Q_ucs): New variable.
4410         (Fchar_variants): New function.
4411         (Fput_char_attribute): Register `->ucs' value to
4412         `Vcharacter_variant_table'.
4413         (syms_of_mule_charset): Add new function `char-variants' and new
4414         symbol `->ucs'.
4415         (vars_of_mule_charset): Setup `Vcharacter_variant_table'.
4416
4417 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4418
4419         * mule-charset.c (get_char_code_table): Allow negative character
4420         code.
4421         (put_char_code_table): Likewise.
4422         (Vcharacter_composition_table): New variable.
4423         (Q_decomposition): New variable.
4424         (Qwide): New variable.
4425         (Qnarrow): New variable.
4426         (Qcompat): New variable.
4427         (QnoBreak): New variable.
4428         (Qsuper): New variable.
4429         (Qfraction): New variable.
4430         (to_char_code): New function.
4431         (Fget_composite_char): New function.
4432         (Fput_char_attribute): Register `->decomposition' value to
4433         `Vcharacter_composition_table'.
4434         (syms_of_mule_charset): Add new function `get-composite-char', new
4435         symbol `->decomposition', `wide', `narrow', `compat', `noBreak',
4436         `super' and `fraction'.
4437         (vars_of_mule_charset): Setup `Vcharacter_composition_table'.
4438
4439 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4440
4441         * mule-charset.c (Fchar_attribute_alist): Check the argument is a
4442         character; copy the return value.
4443
4444 1999-11-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4445
4446         * char-ucs.h (SPLIT_CHAR): Use `split_builtin_char'.
4447
4448         * mule-charset.c (range_charset_code_point): Must use make_int.
4449         (split_builtin_char): New function.
4450
4451 1999-11-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4452
4453         * mule-charset.c (char_byte_table): Change name from
4454         "char-code-table" to "char-byte-table".
4455         (mark_char_code_table): New function.
4456         (char_code_table_equal): New function.
4457         (char_code_table_hash): New function.
4458         (char_code_table_description): New constant.
4459         (char_code_table): New type.
4460         (make_char_code_table): New function.
4461         (copy_char_code_table): New function.
4462         (get_char_code_table): Modify for `char_code_table' type.
4463         (put_char_code_table): Likewise.
4464         (vars_of_mule_charset): Update `utf-2000-version' to 0.12
4465         (Kashiwara).
4466
4467         * char-ucs.h (char_code_table): New type.
4468         (XCHAR_CODE_TABLE): New macro.
4469         (XSETCHAR_CODE_TABLE): New macro.
4470         (CHAR_CODE_TABLE_P): New macro.
4471         (GC_CHAR_CODE_TABLE_P): New macro.
4472         (struct Lisp_Char_Code_Table): New structure.
4473
4474 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4475
4476         * mule-charset.c (Fmake_charset): Setup byte_offset for
4477         {94|96}^n-set.
4478
4479 1999-11-09  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4480
4481         * mule-charset.c (Fdefine_char): Fix problem with non-UCS
4482         character.
4483
4484 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4485
4486         * char-ucs.h (SPLIT_CHAR): Don't make new cell if a charset slot
4487         is found.
4488
4489 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4490
4491         * mule-charset.c (Fget_char_attribute): If ATTRIBUTE is a name of
4492         charset, it is regarded as a charset.
4493         (put_char_attribute): New function in UTF-2000.
4494         (Fput_char_attribute): If ATTRIBUTE is a charset or a name of
4495         charset, mapping-table of the charset is modified.
4496         (Fdefine_char): New function in UTF-2000.
4497         (Fset_charset_mapping_table): Use `put_char_attribute' instead of
4498         `Fput_char_attribute'.
4499         (syms_of_mule_charset): Add new function `define-char' and new
4500         symbol `ucs' in UTF-2000.
4501         (vars_of_mule_charset): Update `utf-2000-version' to 0.11 (Shiki).
4502
4503 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4504
4505         * mule-charset.c (Fcharset_name): Define `byte_offset' in
4506         non-UTF-2000 configuration.
4507
4508 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4509
4510         * text-coding.c (char_encode_shift_jis): Use `charset_code_point'
4511         not to use `XCHARSET_ENCODING_TABLE (Vcharset_latin_jisx0201)'.
4512
4513         * mule-charset.c (mark_charset): `cs->encoding_table' has been
4514         deleted.
4515         (make_charset): Don't use `CHARSET_ENCODING_TABLE(cs)'.
4516         (Fset_charset_mapping_table): Likewise.
4517
4518         * char-ucs.h (struct Lisp_Charset): Delete `encoding_table'.
4519         (CHARSET_ENCODING_TABLE): Delete.
4520         (XCHARSET_ENCODING_TABLE): Delete.
4521         (charset_code_point): New interface.
4522
4523 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4524
4525         * text-coding.c (char_encode_iso2022): Use `charset_code_point'
4526         instead of `charset_get_byte1' and `charset_get_byte2'.
4527
4528         * mule-charset.c, char-ucs.h (charset_get_byte1): Deleted.
4529         (charset_get_byte2): Deleted.
4530
4531 1999-10-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4532
4533         * char-ucs.h (SPLIT_CHAR): New inline function.
4534         (breakup_char_1): Use `SPLIT_CHAR'.
4535
4536         * mule-charset.c (range_charset_code_point): New function.
4537         (charset_code_point): New function.
4538
4539         * char-ucs.h (range_charset_code_point): New interface.
4540         (breakup_char_1): Use `range_charset_code_point'.
4541
4542 1999-10-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4543
4544         * mule-charset.c (Fmake_charset): Delete unused local variable
4545         `code_offset'.
4546
4547         * char-ucs.h (Vcharacter_attribute_table): New extern variable.
4548         (breakup_char_1): Find a charset and code-point in
4549         `Vcharacter_attribute_table'.
4550
4551 1999-10-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4552
4553         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4554         to 0.10 (Yao).
4555
4556 1999-10-25  MORIOKA Tomohiko  <tomo@etl.go.jp>
4557
4558         * mule-charset.c (Vcharacter_attribute_table): New variable.
4559         (Fchar_attribute_alist): New function.
4560         (Fget_char_attribute): New function.
4561         (Fput_char_attribute): New function.
4562         (Fset_charset_mapping_table): Setup `Vcharacter_attribute_table'
4563         too.
4564         (syms_of_mule_charset): Add new function `char-attribute-alist',
4565         `get-char-attribute' and `put-char-attribute'.
4566         (vars_of_mule_charset): Setup `Vcharacter_attribute_table'.
4567
4568 1999-10-19  MORIOKA Tomohiko  <tomo@etl.go.jp>
4569
4570         * mule-charset.c (Fmake_charset): Just use
4571         `get_unallocated_leading_byte'.
4572
4573         * char-ucs.h (LEADING_BYTE_*): Use ISO-IR numbers for official
4574         sets; don't use final-byte based number for private sets.
4575
4576 1999-10-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4577
4578         * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
4579         integer.
4580
4581 1999-10-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4582
4583         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
4584         to 0.9.
4585
4586 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4587
4588         * regex.c (compile_extended_range): Use `CHAR_CHARSET_ID' instead
4589         of `CHAR_LEADING_BYTE' in UTF-2000.
4590
4591         * insdel.c (find_charsets_in_bufbyte_string): Use
4592         `CHAR_CHARSET_ID' instead of `CHAR_LEADING_BYTE' in UTF-2000.
4593         (find_charsets_in_emchar_string): Likewise.
4594
4595         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use
4596         `CHAR_CHARSET_ID' instead of `CHAR_LEADING_BYTE' in UTF-2000.
4597
4598         * char-ucs.h (CHAR_LEADING_BYTE): Deleted.
4599         (CHAR_CHARSET_ID): New macro.
4600
4601 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4602
4603         * chartab.c (get_char_table): Don't use type `Charset_ID' for
4604         charset-id - MIN_LEADING_BYTE.
4605         (put_char_table): Likewise.
4606
4607 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4608
4609         * char-ucs.h (MIN_LEADING_BYTE): Changed to `-0x40'.
4610         (NUM_LEADING_BYTES): Changed to (80 * 3 - MIN_LEADING_BYTE).
4611         (CHARSET_LEADING_BYTE): Don't cast by `Bufbyte'.
4612         (CHARSET_ID_OFFSET): New macro.
4613         (LEADING_BYTE_CONTROL_1): Changed to (CHARSET_ID_OFFSET - 1).
4614         (LEADING_BYTE_UCS_BMP): Changed to (CHARSET_ID_OFFSET - 2).
4615         (LEADING_BYTE_LATIN_VISCII): Changed to (CHARSET_ID_OFFSET - 3).
4616         (LEADING_BYTE_HIRAGANA_JISX0208): Changed to (CHARSET_ID_OFFSET -
4617         4).
4618         (LEADING_BYTE_KATAKANA_JISX0208): Changed to (CHARSET_ID_OFFSET -
4619         5).
4620         (MIN_LEADING_BYTE_PRIVATE): Changed to `MIN_LEADING_BYTE'.
4621         (MAX_LEADING_BYTE_PRIVATE): Changed to (CHARSET_ID_OFFSET - 6).
4622         (CHARSET_ID_OFFSET_94): Changed to (CHARSET_ID_OFFSET - '0').
4623         (CHARSET_ID_OFFSET_96): Changed to (CHARSET_ID_OFFSET_94 + 80).
4624         (CHARSET_ID_OFFSET_94x94): Changed to (CHARSET_ID_OFFSET_96 + 80).
4625
4626 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4627
4628         * mule-charset.c (next_allocated_leading_byte): New variable in
4629         UTF-2000.
4630         (next_allocated_1_byte_leading_byte): Don't define in UTF-2000.
4631         (next_allocated_2_byte_leading_byte): Don't define in UTF-2000.
4632         (get_unallocated_leading_byte): Simply use
4633         `next_allocated_leading_byte' [ignore dimension] in UTF-2000.
4634         (vars_of_mule_charset): Setup `next_allocated_leading_byte' in
4635         UTF-2000.
4636
4637         * char-ucs.h (MIN_LEADING_BYTE_PRIVATE): New macro.
4638         (MAX_LEADING_BYTE_PRIVATE): New macro.
4639         (MIN_LEADING_BYTE_OFFICIAL_2): Deleted.
4640         (MAX_LEADING_BYTE_OFFICIAL_2): Deleted.
4641
4642 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4643
4644         * mule-charset.c (Fmake_charset): Allocate final-byte based
4645         charset-id for 94-set, 96-set and 94x94-set.
4646
4647 1999-10-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
4648
4649         * mule-charset.c (char_byte_table_equal): Fill braces to avoid
4650         ambiguous `else'.
4651         (Fmake_charset): Likewise.
4652         (complex_vars_of_mule_charset): Modify the font registry of
4653         `ucs-bmp' not to match `Ethiopic-Unicode'.
4654
4655 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4656
4657         * mule-charset.c (complex_vars_of_mule_charset): Add font
4658         registory of `ucs-bmp'.
4659
4660 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4661
4662         * text-coding.c (char_encode_iso2022): Ignore non-ISO-2022
4663         coded-charsets in `default-coded-charset-priority-list' when
4664         breaking up a character.
4665
4666         * mule-charset.c (Vcharset_latin_viscii): New variable.
4667         (Qlatin_viscii): New variable.
4668         (make_charset): Don't use `decoding_table'.
4669         (Fmake_charset): Regard graphic = 2 as 256^n-set; setup
4670         byte_offset.
4671         (Fset_charset_mapping_table): New implementation.
4672         (syms_of_mule_charset): Add new symbol `latin-viscii'.
4673         (complex_vars_of_mule_charset): Set `graphic' attribute of charset
4674         `ucs-bmp' and `latin_viscii' to 2; change font registry of charset
4675         `latin-viscii-lower' to "MULEVISCII-LOWER"; change font registry
4676         of charset `latin-viscii-upper' to "MULEVISCII-UPPER"; add new
4677         charset `latin_viscii'.
4678
4679         * char-ucs.h (LEADING_BYTE_LATIN_VISCII): New macro.
4680         (CHARSET_TYPE_94X94): Change to 1 from 2.
4681         (CHARSET_TYPE_96): Change to 2 from 1.
4682         (CHARSET_TYPE_128): New macro.
4683         (CHARSET_TYPE_128X128): Change to 5 from 4.
4684         (CHARSET_TYPE_256): New macro.
4685         (CHARSET_TYPE_256X256): Change to 7 from 5.
4686         (MAKE_CHAR): Use `XCHARSET_BYTE_OFFSET(charset)'.
4687
4688 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4689
4690         * text-coding.c (char_encode_shift_jis): Refer
4691         `XCHARSET_ENCODING_TABLE(Vcharset_latin_jisx0201)' instead of
4692         `XCHARSET_TO_BYTE1_TABLE(Vcharset_latin_jisx0201)'.
4693
4694         * mule-charset.c (mark_char_byte_table): New function in UTF-2000.
4695         (char_byte_table_equal): New function in UTF-2000.
4696         (char_byte_table_hash): New function in UTF-2000.
4697         (char_byte_table_description): New constant in UTF-2000.
4698         (char_byte_table): New type in UTF-2000.
4699         (make_char_byte_table): New function in UTF-2000.
4700         (copy_char_byte_table): New function in UTF-2000.
4701         (make_char_code_table): New macro in UTF-2000.
4702         (get_char_code_table): New function in UTF-2000.
4703         (put_char_code_table): New function in UTF-2000.
4704         (mark_charset): Mark `cs->encoding_table' in UTF-2000.
4705         (charset_description): Add setting in UTF-2000.
4706         (make_charset): Setup `CHARSET_ENCODING_TABLE(cs)' instead of
4707         `CHARSET_TO_BYTE1_TABLE(cs)'.
4708         (charset_get_byte1): Refer `XCHARSET_ENCODING_TABLE(charset)'
4709         instead of `XCHARSET_TO_BYTE1_TABLE(charset)'.
4710         (charset_get_byte2): Refer `XCHARSET_ENCODING_TABLE(charset)'
4711         instead of `XCHARSET_TO_BYTE2_TABLE(charset)'.
4712         (Fset_charset_mapping_table): Setup `CHARSET_ENCODING_TABLE(cs)'
4713         instead of `CHARSET_TO_BYTE1_TABLE(cs)' and
4714         `CHARSET_TO_BYTE2_TABLE(cs)'.
4715
4716         * char-ucs.h (char_byte_table): New type.
4717         (XCHAR_BYTE_TABLE): New macro.
4718         (XSETCHAR_BYTE_TABLE): New macro.
4719         (CHAR_BYTE_TABLE_P): New macro.
4720         (GC_CHAR_BYTE_TABLE_P): New macro.
4721         (struct Lisp_Char_Byte_Table): New structure.
4722         (get_char_code_table): New interface.
4723         (Emchar_to_byte_table): Deleted.
4724         (get_byte_from_character_table): Deleted.
4725         (struct Lisp_Charset): Add `encoding_table'; delete
4726         `to_byte1_table' and `to_byte2_table'.
4727         (CHARSET_ENCODING_TABLE): New macro.
4728         (CHARSET_TO_BYTE1_TABLE): Deleted.
4729         (CHARSET_TO_BYTE2_TABLE): Deleted.
4730         (XCHARSET_ENCODING_TABLE): New macro.
4731         (XCHARSET_TO_BYTE1_TABLE): Deleted.
4732         (XCHARSET_TO_BYTE2_TABLE): Deleted.
4733
4734 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
4735
4736         * mule-charset.c (syms_of_mule_charset): Delete charset alias
4737         `vietnamese-viscii-*'.
4738
4739 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
4740
4741         * mule-charset.c (Qvietnamese_viscii_lower): New variable.
4742         (Qvietnamese_viscii_upper): New variable.
4743         (Fdefine_charset_alias): New function.
4744         (syms_of_mule_charset): Add new function `define-charset-alias'.
4745         (syms_of_mule_charset): Rename charset `vietnamese-viscii-*' to
4746         `latin-viscii-*'; define `vietnamese-viscii-*' as aliases for
4747         `latin-viscii-*'.
4748
4749 1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
4750
4751         * char-ucs.h (MIN_CHAR_OBS_94x94): New macro.
4752         (MAX_CHAR_OBS_94x94): New macro.
4753         (breakup_char_1): Support obsolete XEmacs-UCS private code space
4754         for 94x94 sets.
4755
4756         * mule-charset.c (put_byte_from_character_table): Change unit size
4757         from 128 to 256.
4758         (mark_charset): Don't mark `cs->decoding_table' if `UTF2000' is
4759         not defined.
4760         (Fmake_reverse_direction_charset): Modify dummy argument of
4761         `make_charset' for non-UTF-2000 environment.
4762
4763 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4764
4765         * char-ucs.h (MAKE_CHAR): Allow nested decoding-table.
4766
4767         * mule-charset.c (destroy_byte_from_character_table): New macro.
4768         (latin_jisx0201_to_ucs): Deleted.
4769         (latin_iso8859_2_to_ucs): Deleted.
4770         (latin_iso8859_3_to_ucs): Deleted.
4771         (latin_iso8859_4_to_ucs): Deleted.
4772         (latin_iso8859_9_to_ucs): Deleted.
4773         (latin_viscii_lower_to_ucs): Deleted.
4774         (latin_viscii_upper_to_ucs): Deleted.
4775         (mark_charset): Mark `cs->decoding_table'.
4776         (Fcharset_mapping_table): Fix DOC-string.
4777         (Fset_charset_mapping_table): New function.
4778         (syms_of_mule_charset): Add nwe function
4779         `set-charset-mapping-table'.
4780         (complex_vars_of_mule_charset): Don't setup and use
4781         `latin_*_to_ucs'.
4782
4783 1999-10-01  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4784
4785         * char-ucs.h (MAKE_CHAR): Check the result for range-represented
4786         charset.
4787
4788 1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4789
4790         * mule-charset.c (Vcharset_hiragana_jisx0208): New variable.
4791         (Vcharset_katakana_jisx0208): New variable.
4792         (Qhiragana_jisx0208): New variable.
4793         (Qkatakana_jisx0208): New variable.
4794         (make_charset): Add new argument `byte_offset'.
4795         (charset_get_byte1): Modify for new coded-charset definition; use
4796         `XCHARSET_UCS_MIN', `XCHARSET_UCS_MAX', `XCHARSET_CODE_OFFSET' and
4797         `XCHARSET_BYTE_OFFSET'.
4798         (Fmake_charset): Modify for `make_charset'.
4799         (Fmake_reverse_direction_charset): Likewise.
4800         (syms_of_mule_charset): Add new symbols `hiragana-jisx0208' and
4801         `katakana-jisx0208'.
4802         (complex_vars_of_mule_charset): Modify for `make_charset'; quote
4803         `.'  in font registry of charset `katakana-jisx0201',
4804         `latin-jisx0201', `vietnamese-viscii-lower' and
4805         `vietnamese-viscii-upper'; modify DOC-string of charset
4806         `japanese-jisx0208-1978' and `japanese-jisx0208'; modify font
4807         registry of charset `japanese-jisx0208' not to use font for JIS
4808         X0208:1990; add new charset `hiragana-jisx0208' and
4809         `katakana-jisx0208'.
4810
4811         * char-ucs.h (LEADING_BYTE_HIRAGANA_JISX0208): New macro.
4812         (LEADING_BYTE_KATAKANA_JISX0208): New macro.
4813         (struct Lisp_Charset): Add `byte_offset'.
4814         (CHARSET_BYTE_OFFSET): New macro.
4815         (XCHARSET_UCS_MIN): New macro.
4816         (XCHARSET_UCS_MAX): New macro.
4817         (XCHARSET_CODE_OFFSET): New macro.
4818         (XCHARSET_BYTE_OFFSET): New macro.
4819         (MIN_CHAR_HIRAGANA): New macro.
4820         (MAX_CHAR_HIRAGANA): New macro.
4821         (MIN_CHAR_KATAKANA): New macro.
4822         (MAX_CHAR_KATAKANA): New macro.
4823         (MAKE_CHAR): Modify for new coded-charset definition; use
4824         `XCHARSET_UCS_MIN', `XCHARSET_UCS_MAX', `XCHARSET_CODE_OFFSET' and
4825         `XCHARSET_BYTE_OFFSET'.
4826
4827 1999-09-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4828
4829         * mule-charset.c (CHAR96): Deleted.
4830         (latin_jisx0201_to_ucs): Type is changed from array of <Emchar> to
4831         <Lisp_Object>.
4832         (latin_iso8859_2_to_ucs): Likewise.
4833         (latin_iso8859_3_to_ucs): Likewise.
4834         (latin_iso8859_4_to_ucs): Likewise.
4835         (latin_iso8859_9_to_ucs): Likewise.
4836         (latin_viscii_lower_to_ucs): Likewise.
4837         (latin_viscii_upper_to_ucs): Likewise.
4838         (latin_tcvn5712_to_ucs): Commented out.
4839         (make_charset): Change type of argument `decoding_table' from
4840         <Emchar*> to <Lisp_Object> [vector of characters].
4841         (Fmake_charset): Modify for `make_charset'.
4842         (Fmake_reverse_direction_charset): Likewise.
4843         (Fcharset_mapping_table): New function in UTF-2000.
4844         (syms_of_mule_charset): Setup `Fcharset_mapping_table' in
4845         UTF-2000.
4846         (complex_vars_of_mule_charset): Modify for type change of
4847         `*_to_ucs'; modify for `make_charset'.
4848
4849         * char-ucs.h (struct Lisp_Charset): Change type of
4850         `decoding_table' from <Emchar*> to <Lisp_Object>.
4851         (MAKE_CHAR): Modify for new specification of `decoding_table'.
4852
4853 1999-09-23  MORIOKA Tomohiko  <tomo@etl.go.jp>
4854
4855         * mule-charset.c (Fmake_reverse_direction_charset): Fix compile
4856         error with non-UTF-2000-Mule.
4857
4858 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
4859
4860         * mule-charset.c (Vcharset_chinese_cns11643_3): Deleted [defined
4861         in lisp again].
4862         (Vcharset_chinese_cns11643_4): Likewise.
4863         (Vcharset_chinese_cns11643_5): Likewise.
4864         (Vcharset_chinese_cns11643_6): Likewise.
4865         (Vcharset_chinese_cns11643_7): Likewise.
4866         (Qchinese_cns11643_3): Likewise.
4867         (Qchinese_cns11643_4): Likewise.
4868         (Qchinese_cns11643_5): Likewise.
4869         (Qchinese_cns11643_6): Likewise.
4870         (Qchinese_cns11643_7): Likewise.
4871         (syms_of_mule_charset): Move definitions for `chinese-cns11643-3',
4872         `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
4873         and `chinese-cns11643-7' to lisp/mule/chinese.el.
4874         (complex_vars_of_mule_charset): Likewise.
4875
4876 1999-09-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
4877
4878         * mule-charset.c (charset_get_byte1): Fix bug about 94- and
4879         96-set.
4880         (Fmake_reverse_direction_charset): Inherit CHARSET_DECODING_TABLE,
4881         CHARSET_UCS_MIN, CHARSET_UCS_MAX and CHARSET_CODE_OFFSET.
4882
4883 1999-09-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
4884
4885         * char-ucs.h (MIN_CHAR_HALFWIDTH_KATAKANA): Changed to 0xFF61 from
4886         0xFF60.
4887         (MAKE_CHAR): Change offset for katakana-jisx0201 to 33 from 0x20.
4888         (breakup_char_1): Likewise.
4889
4890         * text-coding.c (char_encode_iso2022): Keep designated charsets if
4891         one of them includes the specified character.
4892
4893 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4894
4895         * mule-charset.c: Update `utf-2000-version' to 0.8 (Kami).
4896
4897 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4898
4899         * char-ucs.h (MAKE_CHAR): Fix problem in 2-dimension charset.
4900
4901 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4902
4903         * mule-charset.c (latin_iso8859_2_to_ucs NULL): Add pseudo
4904         definition for non-UTF-2000 Mule.
4905         (latin_iso8859_3_to_ucs): Likewise.
4906         (latin_iso8859_4_to_ucs): Likewise.
4907         (latin_iso8859_9_to_ucs): Likewise.
4908         (latin_jisx0201_to_ucs): Likewise.
4909         (MIN_CHAR_THAI): Likewise.
4910         (MAX_CHAR_THAI): Likewise.
4911         (MIN_CHAR_GREEK): Likewise.
4912         (MAX_CHAR_GREEK): Likewise.
4913         (MIN_CHAR_HEBREW): Likewise.
4914         (MAX_CHAR_HEBREW): Likewise.
4915         (MIN_CHAR_HALFWIDTH_KATAKANA): Likewise.
4916         (MAX_CHAR_HALFWIDTH_KATAKANA): Likewise.
4917         (MIN_CHAR_CYRILLIC): Likewise.
4918         (MAX_CHAR_CYRILLIC): Likewise.
4919
4920 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4921
4922         * char-ucs.h (breakup_char_1): Use
4923         `Vdefault_coded_charset_priority_list' for hebrew-iso8859-8,
4924         thai-tis620 and katakana-jisx0201 area.
4925
4926 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4927
4928         * char-ucs.h (breakup_char_1): Use
4929         `Vdefault_coded_charset_priority_list' for cyrillic-iso8859-5
4930         area.
4931
4932         * text-coding.c (reset_encoding_stream): Fixed.
4933         (char_encode_ucs4): Delete `& 255'.
4934
4935         * char-ucs.h (breakup_char_1): Use
4936         `Vdefault_coded_charset_priority_list' for greek-iso8859-7 area.
4937
4938 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4939
4940         * file-coding.c (Fmake_coding_system): Don't set up
4941         `codesys->fixed.size'.
4942         (encode_coding_no_conversion): Don't refer
4943         `str->codesys->fixed.size'.
4944
4945 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4946
4947         * mule-charset.c, char-ucs.h (latin_a_char_to_charset): Deleted.
4948         (latin_a_char_to_byte1): Deleted.
4949         (latin_a_char_to_byte2): Deleted.
4950
4951 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4952
4953         * mule-charset.c (make_charset): Add new argument `ucs_min',
4954         `ucs_max' and `code_offset'.
4955         (charset_get_byte1): New implementation [delete specific charset
4956         depended implementations].
4957         (Fmake_charset): Modify for `make_charset'.
4958         (Fmake_reverse_direction_charset): Likewise.
4959         (complex_vars_of_mule_charset): Likewise.
4960
4961         * char-ucs.h (struct Lisp_Charset): Add `ucs_min', `ucs_max' and
4962         `code_offset'.
4963         (CHARSET_UCS_MIN): New macro.
4964         (CHARSET_UCS_MAX): New macro.
4965         (CHARSET_CODE_OFFSET): New macro.
4966         (MAKE_CHAR): Delete charset depended definitions [except
4967         katakana-jisx0201].
4968
4969 1999-09-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
4970
4971         * char-ucs.h (breakup_char_1): Use
4972         `Vdefault_coded_charset_priority_list' for C0-Controls,
4973         Basic-Latin, C1-Controls and Latin-1-Supplement area.
4974
4975 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4976
4977         * char-ucs.h (charset_get_byte1): New function.
4978         (XCHARSET_GET_BYTE1): Deleted.
4979         (charset_get_byte2): New function.
4980         (XCHARSET_GET_BYTE2): Deleted.
4981         (Vdefault_coded_charset_priority_list): New external variable.
4982         (breakup_char_1): Use `charset_get_byte1', `charset_get_byte2' and
4983         `Vdefault_preferred_coded_charset_list'.
4984
4985         * mule-charset.c (charset_get_byte1): New function.
4986         (charset_get_byte2): New function.
4987         (Vdefault_coded_charset_priority_list): New variable.
4988         (vars_of_mule_charset): Add new variable
4989         `default-coded-charset-priority-list'.
4990
4991 1999-09-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4992
4993         * char-ucs.h (XCHARSET_GET_BYTE1): New inline function.
4994         (XCHARSET_GET_BYTE2): New inline function.
4995         (breakup_char_1): Use `XCHARSET_GET_BYTE1' and
4996         `XCHARSET_GET_BYTE2'.
4997
4998 1999-09-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4999
5000         * mule-charset.c (make_charset): Initialize
5001         `CHARSET_TO_BYTE1_TABLE(cs)' and `CHARSET_TO_BYTE2_TABLE(cs)' by
5002         NULL if table is not defined.
5003
5004 1999-09-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5005
5006         * text-coding.c (char_encode_shift_jis): Use
5007         `XCHARSET_TO_BYTE1_TABLE' for `Vcharset_latin_jisx0201' instead of
5008         `ucs_to_latin_jisx0201'.
5009
5010         * mule-charset.c (ucs_to_latin_jisx0201): Deleted.
5011         (ucs_to_latin_iso8859_2): Deleted.
5012         (ucs_to_latin_iso8859_3): Deleted.
5013         (ucs_to_latin_iso8859_4): Deleted.
5014         (ucs_to_latin_iso8859_9): Deleted.
5015         (ucs_to_latin_viscii_lower): Deleted.
5016         (ucs_to_latin_viscii_upper): Deleted.
5017         (ucs_to_latin_tcvn5712): Deleted.
5018         (make_charset): Add new argument `decoding_table'; set up
5019         `CHARSET_DECODING_TABLE(cs)' in UTF-2000; set up
5020         `CHARSET_TO_BYTE1_TABLE(cs)' for 94-set and 96-set if
5021         `decoding_table' is defined in UTF-2000.
5022         (Fmake_charset): Modify for `make_charset'.
5023         (Fmake_reverse_direction_charset): Likewise.
5024         (complex_vars_of_mule_charset): Likewise; delete `GENERATE_94_SET'
5025         and `GENERATE_96_SET'.
5026
5027         * char-ucs.h (latin_jisx0201_to_ucs): Deleted.
5028         (ucs_to_latin_jisx0201): Deleted.
5029         (latin_iso8859_2_to_ucs): Deleted.
5030         (ucs_to_latin_iso8859_2): Deleted.
5031         (latin_iso8859_3_to_ucs): Deleted.
5032         (ucs_to_latin_iso8859_3): Deleted.
5033         (latin_iso8859_4_to_ucs): Deleted.
5034         (ucs_to_latin_iso8859_4): Deleted.
5035         (latin_iso8859_9_to_ucs): Deleted.
5036         (ucs_to_latin_iso8859_9): Deleted.
5037         (latin_viscii_lower_to_ucs): Deleted.
5038         (ucs_to_latin_viscii_lower): Deleted.
5039         (latin_viscii_upper_to_ucs): Deleted.
5040         (ucs_to_latin_viscii_upper): Deleted.
5041         (struct Lisp_Charset): Renamed `encoding_table' to
5042         `to_byte1_table'; add `to_byte2_table'.
5043         (CHARSET_DECODING_TABLE): New macro.
5044         (CHARSET_TO_BYTE1_TABLE): New macro.
5045         (CHARSET_TO_BYTE2_TABLE): New macro.
5046         (XCHARSET_DECODING_TABLE): New macro.
5047         (XCHARSET_TO_BYTE1_TABLE): New macro.
5048         (XCHARSET_TO_BYTE2_TABLE): New macro.
5049         (MAKE_CHAR): Use `XCHARSET_DECODING_TABLE'; don't use `*_to_ucs'
5050         tables.
5051         (breakup_char_1): Use `XCHARSET_TO_BYTE1_TABLE' if it is defined;
5052         don't use `ucs_to_*' tables.
5053
5054 1999-09-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5055
5056         * text-coding.c (Fmake_coding_system): Don't set up
5057         `codesys->fixed.size'.
5058         (encode_coding_no_conversion): Use `if' instead of `switch'.
5059
5060         * file-coding.h (struct Lisp_Coding_System): Delete `fixed.size'.
5061
5062 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
5063
5064         * mule-charset.c (make_charset): Delete argument `rep_bytes'.
5065         (Fmake_charset): Modify for `make_charset'.
5066         (Fmake_reverse_direction_charset): Likewise.
5067         (complex_vars_of_mule_charset): Likewise.
5068
5069 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
5070
5071         * text-coding.c (char_encode_shift_jis): Use table
5072         `ucs_to_latin_jisx0201' and BREAKUP_CHAR.
5073
5074 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
5075
5076         * text-coding.c (text_encode_generic): Use `if' instead of
5077         `switch'.
5078         (decode_coding_sjis): Use `MAKE_CHAR' and `DECODE_ADD_UCS_CHAR' to
5079         decode JIS-Latin.
5080
5081 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5082
5083         * text-coding.c (encode_coding_sjis): Deleted.
5084         (char_encode_shift_jis): New function.
5085         (char_finish_shift_jis): New function.
5086         (reset_encoding_stream): Set up `encode_char' and `finish' for
5087         `CODESYS_UCS4' and `CODESYS_SHIFT_JIS'.
5088         (mule_encode): Use generic encoder for `CODESYS_SHIFT_JIS'.
5089         (char_encode_utf8): Treat `eol_type'.
5090
5091 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5092
5093         * file-coding.c (decode_coding_iso2022): Use
5094         `DECODE_ADD_UCS_CHAR'; don't use `XCHARSET_REP_BYTES'.
5095
5096 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5097
5098         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
5099         to 0.7 (Hirano).
5100
5101 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5102
5103         * char-lb.h (CHAR_COLUMNS): New macro.
5104
5105 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5106
5107         * text-coding.c (char_encode_ucs4): New function.
5108         (char_finish_ucs4): New function.
5109         (encode_coding_ucs4): Deleted.
5110         (mule_encode): Use generic encoder for `CODESYS_UCS4'.
5111         (text_encode_generic): Delete local variable `charset' and `half'.
5112         (ucs_to_mule_table): Deleted.
5113         (mule_to_ucs_table): Deleted.
5114         (Fset_ucs_char): Deleted.
5115         (ucs_to_char): Deleted.
5116         (Fucs_char): Deleted.
5117         (Fset_char_ucs): Deleted.
5118         (Fchar_ucs): Deleted.
5119         (decode_ucs4): Deleted.
5120         (mule_char_to_ucs4): Deleted.
5121         (encode_ucs4): Deleted.
5122         (decode_coding_ucs4): Use `DECODE_ADD_UCS_CHAR'.
5123         (decode_coding_utf8): Likewise.
5124         (decode_coding_iso2022): Likewise; don't use `XCHARSET_REP_BYTES'.
5125         (char_encode_iso2022): Fixed.
5126         (syms_of_file_coding): Delete `Fset_ucs_char', `Fucs_char',
5127         `Fset_char_ucs' and `Fchar_ucs'.
5128         (complex_vars_of_file_coding): Don't initialize
5129         `ucs_to_mule_table'.
5130
5131         * objects-tty.c (tty_initialize_font_instance): Don't use
5132         `XCHARSET_COLUMNS'.
5133
5134         * mule-charset.c (make_charset): Don't set up CHARSET_REP_BYTES in
5135         UTF-2000.
5136
5137         * redisplay-tty.c (tty_output_display_block): Use `CHAR_COLUMNS'
5138         instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
5139
5140         * insdel.c (bufbyte_string_displayed_columns): Use `CHAR_COLUMNS'
5141         instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
5142         (emchar_string_displayed_columns): Likewise.
5143
5144         * indent.c (column_at_point): Use `CHAR_COLUMNS' instead of
5145         `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
5146         (string_column_at_point): Likewise.
5147         (Fmove_to_column): Likewise.
5148
5149         * char-ucs.h (struct Lisp_Charset): Delete `rep_bytes'; add
5150         `encoding_table' and `decoding_table'.
5151         (CHARSET_REP_BYTES): Deleted.
5152         (XCHARSET_REP_BYTES): Deleted.
5153         (XCHARSET_COLUMNS): Deleted.
5154         (CHAR_COLUMNS): New macro.
5155         (lookup_composite_char): Deleted unconditionally.
5156         (composite_char_string): Likewise.
5157
5158 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5159
5160         * char-ucs.h (Emchar_to_byte_table): New type.
5161         (get_byte_from_character_table): New function interface.
5162         (Vcharset_latin_jisx0201): New variable.
5163         (latin_jisx0201_to_ucs): New variable.
5164         (ucs_to_latin_jisx0201): New variable.
5165         (Vcharset_latin_iso8859_2): New variable.
5166         (latin_iso8859_2_to_ucs): New variable.
5167         (ucs_to_latin_iso8859_2): New variable.
5168         (Vcharset_latin_iso8859_3): New variable.
5169         (latin_iso8859_3_to_ucs): New variable.
5170         (ucs_to_latin_iso8859_3): New variable.
5171         (Vcharset_latin_iso8859_4): New variable.
5172         (latin_iso8859_4_to_ucs): New variable.
5173         (ucs_to_latin_iso8859_4): New variable.
5174         (Vcharset_latin_iso8859_9): New variable.
5175         (latin_iso8859_9_to_ucs): New variable.
5176         (ucs_to_latin_iso8859_9): New variable.
5177         (Vcharset_latin_viscii_lower): New variable.
5178         (latin_viscii_lower_to_ucs): New variable.
5179         (ucs_to_latin_viscii_lower): New variable.
5180         (Vcharset_latin_viscii_upper): New variable.
5181         (latin_viscii_upper_to_ucs): New variable.
5182         (ucs_to_latin_viscii_upper): New variable.
5183         (CHARSET_ID_OFFSET_94): Changed from 0x60 to 0x55.
5184         (LEADING_BYTE_LATIN_VISCII_LOWER): New macro.
5185         (LEADING_BYTE_LATIN_VISCII_UPPER): New macro.
5186         (MAKE_CHAR): Map `latin-iso8859-2', `latin-iso8859-3',
5187         `latin-iso8859-4', `latin-iso8859-9', `latin-jisx0201',
5188         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' to BMP.
5189         (breakup_char_1): Use `ucs_to_latin_iso8859_2',
5190         `ucs_to_latin_iso8859_3', `ucs_to_latin_iso8859_4',
5191         `ucs_to_latin_iso8859_9', `ucs_to_latin_viscii_lower',
5192         `ucs_to_latin_viscii_upper' and `ucs_to_latin_jisx0201' tables.
5193
5194         * mule-charset.c (Vcharset_latin_viscii_lower): New variable.
5195         (Vcharset_latin_viscii_upper): New variable.
5196         (make_byte_from_character_table): New function.
5197         (put_byte_from_character_table): New function.
5198         (get_byte_from_character_table): New function.
5199         (CHAR96): New macro.
5200         (ucs_to_latin_jisx0201): New variable.
5201         (latin_jisx0201_to_ucs): New variable.
5202         (ucs_to_latin_iso8859_2): New variable.
5203         (latin_iso8859_2_to_ucs): New variable.
5204         (ucs_to_latin_iso8859_3): New variable.
5205         (latin_iso8859_3_to_ucs): New variable.
5206         (ucs_to_latin_iso8859_4): New variable.
5207         (latin_iso8859_4_to_ucs): New variable.
5208         (ucs_to_latin_iso8859_9): New variable.
5209         (latin_iso8859_9_to_ucs): New variable.
5210         (ucs_to_latin_viscii_lower): New variable.
5211         (latin_viscii_lower_to_ucs): New variable.
5212         (ucs_to_latin_viscii_upper): New variable.
5213         (latin_viscii_upper_to_ucs): New variable.
5214         (ucs_to_latin_tcvn5712): New variable.
5215         (latin_tcvn5712_to_ucs): New variable.
5216         (Qlatin_viscii_lower): New variable.
5217         (Qlatin_viscii_upper): New variable.
5218         (syms_of_mule_charset): Set up new symbol
5219         `vietnamese-viscii-lower' and `vietnamese-viscii-upper'.
5220         (complex_vars_of_mule_charset): Set up new charset
5221         `vietnamese-viscii-lower' and `vietnamese-viscii-upper'; new macro
5222         `GENERATE_94_SET' and `GENERATE_96_SET'; use them to generate
5223         `ucs_to_<CHARSET>' tables.
5224
5225 1999-09-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
5226
5227         * text-coding.c: New file.
5228
5229 1999-09-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
5230
5231         * mule-charset.c (Fmake_char): Fix problem of 256-set.
5232
5233         * char-ucs.h (Vcharset_ucs_bmp): New variable.
5234         (MAKE_CHAR): Modify for `ucs-bmp'.
5235         (breakup_char_1): Return `ucs-bmp' and code point of BMP for
5236         non-MULE characters of BMP.
5237
5238 1999-09-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
5239
5240         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
5241         to 0.6.
5242
5243 1999-09-05  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5244
5245         * lstream.h:
5246         - Include multibyte.h instead of character.h for `BYTE_ASCII_P'.
5247         - Include character.h for `CHAR_ASCII_P'.
5248
5249         * mb-multibyte.h (CHAR_MULTIBYTE_P): Moved from mule-charset.h.
5250
5251         * mule-charset.h (CHAR_MULTIBYTE_P): Moved to mb-multibyte.h.
5252         (CHAR_ASCII_P): Don't use `CHAR_MULTIBYTE_P'.
5253
5254         * mb-multibyte.h (BYTE_ASCII_P): Moved from char-ucs.h.
5255         (BYTE_C0_P): Likewise.
5256         (BYTE_C1_P): Likewise.
5257         (Lstream_get_emchar_1): Likewise.
5258         (Lstream_fput_emchar): Likewise.
5259         (Lstream_funget_emchar): Likewise.
5260         (copy_internal_to_external): Likewise.
5261         (copy_external_to_internal): Likewise.
5262
5263         * char-ucs.h (BYTE_ASCII_P): Moved to mb-multibyte.h.
5264         (BYTE_C0_P): Likewise.
5265         (BYTE_C1_P): Likewise.
5266         (Lstream_get_emchar_1): Likewise.
5267         (Lstream_fput_emchar): Likewise.
5268         (Lstream_funget_emchar): Likewise.
5269         (copy_internal_to_external): Likewise.
5270         (copy_external_to_internal): Likewise.
5271
5272         * mb-1byte.h (BYTE_ASCII_P): Moved from buffer.h.
5273         (REP_BYTES_BY_FIRST_BYTE): Likewise.
5274
5275         * buffer.h (REP_BYTES_BY_FIRST_BYTE): Moved to mb-1byte.h.
5276         (BYTE_ASCII_P): Moved to mb-1byte.h.
5277
5278 1999-09-04  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5279
5280         * mb-utf-8.h, mb-lb.h: Include mb-multibyte.h.
5281
5282         * multibyte.h: Include mb-1byte.h in unibyte-XEmacs.
5283         (MAX_EMCHAR_LEN): Moved to mb-1byte.h.
5284         (VALID_CHARPTR_P): Moved to mb-*byte.h.
5285         (VALIDATE_CHARPTR_BACKWARD): Likewise.
5286         (VALIDATE_CHARPTR_FORWARD): Likewise.
5287         (simple_charptr_emchar): Moved to mb-multibyte.h.
5288         (simple_set_charptr_emchar): Likewise.
5289         (simple_charptr_copy_char): Likewise.
5290         (non_ascii_charptr_emchar): Likewise.
5291         (non_ascii_set_charptr_emchar): Likewise.
5292         (non_ascii_charptr_copy_char): Likewise.
5293         (charptr_emchar): Moved to mb-*byte.h.
5294         (set_charptr_emchar): Likewise.
5295         (charptr_copy_char): Likewise.
5296
5297         * mb-1byte.h, mb-multibyte.h: New files.
5298
5299 1999-09-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5300
5301         * mb-utf-8.h (MULTIBYTE): New macro.
5302         (MAX_EMCHAR_LEN): Moved from buffer.h.
5303         (REP_BYTES_BY_FIRST_BYTE): Moved from char-ucs.h.
5304
5305         * char-ucs.h (REP_BYTES_BY_FIRST_BYTE): Moved to mb-utf-8.h.
5306
5307         * mb-lb.h, multibyte.h: New files.
5308
5309         * char-1byte.h (Charset_ID): Moved from buffer.h.
5310         (MIN_LEADING_BYTE): Likewise.
5311         (LEADING_BYTE_ASCII): Likewise.
5312         (NUM_LEADING_BYTES): Likewise.
5313         (CHARSETP): Likewise.
5314         (CHARSET_BY_LEADING_BYTE): Likewise.
5315         (XCHARSET_LEADING_BYTE): Likewise.
5316         (XCHARSET_GRAPHIC): Likewise.
5317         (XCHARSET_COLUMNS): Likewise.
5318         (XCHARSET_DIMENSION): Likewise.
5319         (CHAR_CHARSET): Likewise.
5320         (CHAR_LEADING_BYTE): Likewise.
5321         (BREAKUP_CHAR): Likewise.
5322         (Vcharset_ascii): Likewise.
5323
5324         * buffer.h: Include multibyte.h unconditionally.
5325         (VALID_CHARPTR_P): Moved to multibyte.h.
5326         (ASSERT_VALID_CHARPTR): Likewise.
5327         (REAL_INC_CHARPTR): Likewise.
5328         (REAL_INC_CHARBYTIND): Likewise.
5329         (REAL_DEC_CHARPTR): Likewise.
5330         (INC_CHARPTR): Likewise.
5331         (INC_CHARBYTIND): Likewise.
5332         (DEC_CHARPTR): Likewise.
5333         (VALIDATE_CHARPTR_BACKWARD): Likewise.
5334         (VALIDATE_CHARPTR_FORWARD): Likewise.
5335         (charptr_n_addr): Likewise.
5336         (MAX_EMCHAR_LEN): Moved to mb-*.h.
5337         (simple_charptr_emchar): Moved to multibyte.h.
5338         (simple_set_charptr_emchar): Likewise.
5339         (simple_charptr_copy_char): Likewise.
5340         (non_ascii_charptr_emchar): Likewise.
5341         (non_ascii_set_charptr_emchar): Likewise.
5342         (non_ascii_charptr_copy_char): Likewise.
5343         (charptr_emchar): Likewise.
5344         (set_charptr_emchar): Likewise.
5345         (charptr_copy_char): Likewise.
5346         (charptr_emchar_n): Likewise.
5347         (Charset_ID): Moved to char-1byte.h.
5348         (Vcharset_ascii): Likewise.
5349         (CHAR_CHARSET): Likewise.
5350         (CHAR_LEADING_BYTE): Likewise.
5351         (LEADING_BYTE_ASCII): Likewise.
5352         (NUM_LEADING_BYTES): Likewise.
5353         (MIN_LEADING_BYTE): Likewise.
5354         (CHARSETP): Likewise.
5355         (CHARSET_BY_LEADING_BYTE): Likewise.
5356         (XCHARSET_LEADING_BYTE): Likewise.
5357         (XCHARSET_GRAPHIC): Likewise.
5358         (XCHARSET_COLUMNS): Likewise.
5359         (XCHARSET_DIMENSION): Likewise.
5360         (BREAKUP_CHAR): Likewise.
5361
5362 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5363
5364         * character.h: Add document about interface for characters.
5365
5366         * char-ucs.h (CHAR_ASCII_P): Modify name of argument.
5367         (MAKE_CHAR): Delete comment about
5368         `FIELD2_TO_OFFICIAL_LEADING_BYTE' and
5369         `FIELD2_TO_PRIVATE_LEADING_BYTE'.
5370         (BREAKUP_CHAR): Modify name of arguments.
5371         (CHAR_CHARSET): Modify name of argument.
5372
5373         * buffer.h: Delete document about Emchar accessors.
5374
5375 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5376
5377         * character.h (CHAR_INTP): Moved from buffer.h
5378         (CHAR_OR_CHAR_INTP): Likewise.
5379         (XCHAR_OR_CHAR_INT): Likewise.
5380         (CHECK_CHAR_COERCE_INT): Likewise.
5381
5382         * buffer.h (CHAR_INTP): Moved to character.h
5383         (CHAR_OR_CHAR_INTP): Likewise.
5384         (XCHAR_OR_CHAR_INT): Likewise.
5385         (CHECK_CHAR_COERCE_INT): Likewise.
5386
5387 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5388
5389         * character.h:
5390         - Move definitions about UCS-2000 (UCS-4) to char-ucs.h.
5391         - Include char-1byte.h, char-lb.h or char-ucs.h.
5392
5393         * mb-utf-8.h (CHAR_ASCII_P): Moved to char-ucs.h.
5394
5395         * buffer.h: Include character unconditionally.
5396         (valid_char_p): Moved to char-*.h.
5397         (non_ascii_valid_char_p): Moved to char-lb.h.
5398
5399         * char-1byte.h, char-lb.h, char-ucs.h: New files.
5400
5401 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5402
5403         * mule-ccl.c (ccl_driver): Don't define `CCL_WriteMultibyteChar2'
5404         in UTF-2000 because it is not ported yet and not to use
5405         `FIELD2_TO_OFFICIAL_LEADING_BYTE', `MIN_LEADING_BYTE_OFFICIAL_2',
5406         `FIELD1_TO_OFFICIAL_LEADING_BYTE' and
5407         `FIELD1_TO_PRIVATE_LEADING_BYTE'.
5408
5409         * mb-utf-8.h (CHAR_MULTIBYTE_P): Moved from character.h.
5410         (CHAR_ASCII_P): Moved from character.h.
5411
5412         * character.h (CHAR_MULTIBYTE_P): Moved to mb-utf-8.h.
5413         (CHAR_ASCII_P): Likewise.
5414         (CHAR_FIELD1_MASK): Deleted.
5415         (CHAR_FIELD2_MASK): Deleted.
5416         (CHAR_FIELD3_MASK): Deleted.
5417         (MAX_CHAR_BASIC_LATIN): New macro.
5418         (CHAR_FIELD1): Deleted.
5419         (CHAR_FIELD2_INTERNAL): Deleted.
5420         (CHAR_FIELD3_INTERNAL): Deleted.
5421         (FIELD1_TO_PRIVATE_LEADING_BYTE): Deleted.
5422         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Deleted.
5423         (FIELD2_TO_PRIVATE_LEADING_BYTE): Deleted.
5424         (FIELD2_TO_OFFICIAL_LEADING_BYTE): Deleted.
5425         (MIN_CHAR_FIELD1_OFFICIAL): Deleted.
5426         (MAX_CHAR_FIELD1_OFFICIAL): Deleted.
5427         (MIN_CHAR_FIELD2_PRIVATE): Deleted.
5428         (MAX_CHAR_FIELD2_PRIVATE): Deleted.
5429         (MIN_CHAR_FIELD1_PRIVATE): Deleted.
5430         (MAX_CHAR_FIELD1_PRIVATE): Deleted.
5431         (MULE_CHAR_PRIVATE_OFFSET): Deleted.
5432         (MIN_CHAR_PRIVATE_TYPE9N): Deleted.
5433         (MAX_CHAR_PRIVATE_TYPE9N): Deleted.
5434         (MIN_CHAR_PRIVATE_TYPE9NX9N): Deleted.
5435         (MIN_CHAR_OFFICIAL_TYPE9NX9N): Deleted.
5436         (MIN_CHAR_COMPOSITION): Deleted.
5437         (breakup_char_1): Use `MAX_CHAR_BASIC_LATIN' instead of
5438         `CHAR_ASCII_P'; use `0x7f' instead of `CHAR_FIELD3_INTERNAL'.
5439
5440 1999-09-02  MORIOKA Tomohiko  <tomo@m17n.org>
5441
5442         * buffer.h: Include mb-utf-8.h in UTF-2000.
5443
5444         * character.h (BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h.
5445
5446         * mb-utf-8.h: New file.
5447
5448 1999-09-02  MORIOKA Tomohiko  <tomo@etl.go.jp>
5449
5450         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use `Charset_ID'
5451         instead of `int'.
5452
5453         * mule-charset.h, buffer.h (Charset_ID): New type.
5454
5455 1999-09-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
5456
5457         * mule-canna.c (c2mu): Use `MAKE_CHAR',
5458         `Vcharset_japanese_jisx0212' and `Vcharset_japanese_jisx0208'
5459         instead of `MULE_CHAR_PRIVATE_OFFSET',
5460         `LEADING_BYTE_JAPANESE_JISX0212', `LEADING_BYTE_JAPANESE_JISX0208'
5461         and `FIELD1_TO_OFFICIAL_LEADING_BYTE'.
5462         (m2c): Use `BREAKUP_CHAR' and `XCHARSET_FINAL'.
5463
5464         * character.h (Vcharset_japanese_jisx0212): New variable
5465         definition.
5466
5467 1999-09-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
5468
5469         * mule-charset.c (Vcharset_ucs_bmp): New variable in UTF-2000.
5470         (charset_by_attributes): Delete array about direction.
5471         (latin_a_char_to_charset): New variable in UTF-2000.
5472         (latin_a_char_to_byte1): New variable in UTF-2000.
5473         (latin_a_char_to_byte2): New variable in UTF-2000.
5474         (Qucs_bmp): New variable.
5475         (next_allocated_1_byte_leading_byte): Use `Charset_ID' instead of
5476         `Bufbyte'.
5477         (next_allocated_2_byte_leading_byte): Likewise.
5478         (non_ascii_set_charptr_emchar): Likewise.
5479         (make_charset): Likewise; add `CHARSET_TYPE_128X128' and
5480         `CHARSET_TYPE_256X256' in UTF-2000; modify for
5481         `charset_by_attributes'.
5482         (get_unallocated_leading_byte): Use `Charset_ID' instead of `int'.
5483         (char-charset): Use `CHAR_CHARSET' instead of `CHAR_LEADING_BYTE'
5484         and `CHARSET_BY_LEADING_BYTE'.
5485         (syms_of_mule_charset): Set up `ucs-bmp'; move setting of
5486         `utf-2000-version' to `vars_of_mule_charset'.
5487         (vars_of_mule_charset): Modify for `charset_by_attributes'; don't
5488         define `leading-code-private-11' in UTF-2000; move setting of
5489         `utf-2000-version' from `syms_of_mule_charset'.
5490         (complex_vars_of_mule_charset): Set up charset `ucs-bmp' in
5491         UTF-2000.
5492
5493         * character.h (Charset_ID): New type.
5494         (LEADING_BYTE_UCS_BMP): New macro.
5495         (LEADING_BYTE_CONTROL_1): Changed from 0x8F to 0x81.
5496         (CHARSET_ID_OFFSET_94): New macro.
5497         (MIN_CHARSET_ID_PRIVATE_94): New macro.
5498         (MAX_CHARSET_ID_PRIVATE_94): New macro.
5499         (LEADING_BYTE_ASCII): Changed to use CHARSET_ID_OFFSET_94 and
5500         final-byte.
5501         (LEADING_BYTE_KATAKANA_JISX0201): Likewise.
5502         (LEADING_BYTE_LATIN_JISX0201): Likewise.
5503         (CHARSET_ID_OFFSET_96): New macro.
5504         (LEADING_BYTE_LATIN_ISO8859_1): Changed to use
5505         CHARSET_ID_OFFSET_96 and final-byte.
5506         (LEADING_BYTE_LATIN_ISO8859_2): Likewise.
5507         (LEADING_BYTE_LATIN_ISO8859_3): Likewise.
5508         (LEADING_BYTE_LATIN_ISO8859_4): Likewise.
5509         (LEADING_BYTE_GREEK_ISO8859_7): Likewise.
5510         (LEADING_BYTE_ARABIC_ISO8859_6): Likewise.
5511         (LEADING_BYTE_HEBREW_ISO8859_8): Likewise.
5512         (LEADING_BYTE_CYRILLIC_ISO8859_5): Likewise.
5513         (LEADING_BYTE_LATIN_ISO8859_9): Likewise.
5514         (LEADING_BYTE_THAI_TIS620): Likewise.
5515         (MIN_LEADING_BYTE_PRIVATE_1): Changed from 0x0D0 to 0xD0.
5516         (MAX_LEADING_BYTE_PRIVATE_1): Changed from 0x11f to 0xDF.
5517         (CHARSET_ID_OFFSET_94x94): New macro.
5518         (LEADING_BYTE_CHINESE_BIG5_1): Changed to use
5519         CHARSET_ID_OFFSET_94x94 and final-byte.
5520         (LEADING_BYTE_CHINESE_BIG5_2): Likewise.
5521         (MIN_LEADING_BYTE_PRIVATE_2): Likewise.
5522         (MAX_LEADING_BYTE_PRIVATE_2): Likewise.
5523         (LEADING_BYTE_JAPANESE_JISX0208_1978): Likewise.
5524         (LEADING_BYTE_CHINESE_GB2312): Likewise.
5525         (LEADING_BYTE_JAPANESE_JISX0208): Likewise.
5526         (LEADING_BYTE_KOREAN_KSC5601): Likewise.
5527         (LEADING_BYTE_JAPANESE_JISX0212): Likewise.
5528         (LEADING_BYTE_CHINESE_CCITT_GB): Likewise.
5529         (LEADING_BYTE_CHINESE_CNS11643_*): Likewise.
5530         (LEADING_BYTE_KOREAN_KPS9566): Likewise.
5531         (CHARSET_TYPE_128X128): New macro.
5532         (CHARSET_TYPE_256X256): New macro.
5533         (XCHARSET_PRIVATE_P): Delete unconditionally.
5534         (charset_by_attributes): Delete array about direction.
5535         (CHARSET_BY_LEADING_BYTE): Use `Charset_ID' instead of `int'.
5536         (CHARSET_BY_ATTRIBUTES): Modify for `charset_by_attributes'.
5537         (MIN_CHAR_94): New macro.
5538         (MAX_CHAR_94): New macro.
5539         (MIN_CHAR_96): New macro.
5540         (MAX_CHAR_96): New macro.
5541         (MIN_CHAR_94x94): New macro.
5542         (MAX_CHAR_94x94): New macro.
5543         (MIN_CHAR_96x96): New macro.
5544         (MAX_CHAR_96x96): New macro.
5545         (FIELD1_TO_PRIVATE_LEADING_BYTE): Use `CHARSET_ID_OFFSET_94x94'.
5546         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Likewise.
5547         (FIELD2_TO_PRIVATE_LEADING_BYTE): Use `(MIN_LEADING_BYTE_PRIVATE_1
5548         - 32)'.
5549         (FIELD2_TO_OFFICIAL_LEADING_BYTE): Use `LEADING_BYTE_ASCII'.
5550         (MIN_CHAR_FIELD2_OFFICIAL): Deleted.
5551         (MAX_CHAR_FIELD2_OFFICIAL): Deleted.
5552         (MIN_CHAR_OFFICIAL_TYPE9N): Deleted.
5553         (MAX_CHAR_PRIVATE_TYPE9N): Changed.
5554         (MAKE_CHAR): Use `XCHARSET_FINAL' instead of
5555         `XCHARSET_LEADING_BYTE' to make code-point.
5556         (latin_a_char_to_charset): New variable.
5557         (latin_a_char_to_byte1): New variable.
5558         (latin_a_char_to_byte2): New variable.
5559         (breakup_char_1): Use `latin_a_char_to_{charset|byte1|byte2}' for
5560         Latin Extended-A; use `CHARSET_BY_ATTRIBUTES' instead of
5561         `CHARSET_BY_LEADING_BYTE' to get charset for ISO-2022 characters.
5562
5563         * insdel.c (find_charsets_in_bufbyte_string): Use `Charset_ID'
5564         instead of `unsigned char'; use `MIN_LEADING_BYTE' instead of 128.
5565         (find_charsets_in_emchar_string): Likewise.
5566         (vars_of_insdel): Don't define local variable `i' in UTF-2000.
5567
5568         * file-coding.c (Fdecode_big5_char): Use `Charset_ID' instead of
5569         `int'.
5570         (decode_coding_iso2022): Likewise.
5571
5572         * toolbar-x.c (x_output_toolbar_button): Use `Charset_ID' instead
5573         of `unsigned char'.
5574
5575         * redisplay.c (redisplay_text_width_emchar_string): Use
5576         `Charset_ID' instead of `unsigned char'.
5577         (redisplay_frame_text_width_string): Likewise.
5578
5579         * glyphs.c (glyph_height_internal): Use `Charset_ID' instead of
5580         `unsigned char'.
5581
5582         * faces.h, faces.c (ensure_face_cachel_complete): Use `Charset_ID'
5583         instead of `unsigned char'.
5584         (face_cachel_charset_font_metric_info): Likewise.
5585
5586         * chartab.c (print_char_table): Use `Charset_ID' instead of `int'.
5587         (get_non_ascii_char_table_value): Likewise.
5588         (get_char_table): Likewise.
5589         (put_char_table): Likewise.
5590         (map_over_other_charset): Likewise.
5591         (map_char_table): Likewise.
5592
5593         * buffer.h (find_charsets_in_bufbyte_string): Use `Charset_ID'
5594         instead of `unsigned char'.
5595
5596 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
5597
5598         * character.h (PRE_LEADING_BYTE_PRIVATE_1): Deleted.
5599         (PRE_LEADING_BYTE_PRIVATE_2): Deleted.
5600
5601         * mule-charset.c (leading_code_private_11): Don't define in
5602         UTF-2000.
5603
5604         * mule-ccl.c (ccl_driver): Don't define `CCL_ReadMultibyteChar2'
5605         in UTF-2000 because it is not ported yet and not to use
5606         `PRE_LEADING_BYTE_PRIVATE_1' and `PRE_LEADING_BYTE_PRIVATE_2'.
5607
5608 1999-08-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
5609
5610         * character.h (LEADING_BYTE_COMPOSITE): Deleted.
5611
5612 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
5613
5614         * regex.c (re_compile_fastmap): Don't use `LEADING_BYTE_PREFIX_P'
5615         in UTF-2000.
5616
5617         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use int instead
5618         of unsigned char to store leading-byte.
5619
5620         * chartab.c (get_non_ascii_char_table_value): Don't use
5621         `BREAKUP_CHAR_1_UNSAFE' in UTF-2000.
5622
5623         * file-coding.c (encode_coding_big5): Delete bogus implementation
5624         in UTF2000.
5625
5626         * character.h (LEADING_BYTE_*): Delete definition for
5627         non-UTF-2000.
5628         (LEADING_BYTE_PRIVATE_P): Deleted unconditionally.
5629         (LEADING_BYTE_PREFIX_P): Deleted.
5630         (PRIVATE_LEADING_BYTE_PREFIX): Deleted.
5631         (BUFBYTE_FIRST_BYTE_P): Delete definition for non-UTF-2000.
5632         (BUFBYTE_LEADING_BYTE_P): Deleted.
5633         (CHARSET_PRIVATE_P): Deleted unconditionally.
5634         (rep_bytes_by_first_byte): Deleted unconditionally.
5635         (REP_BYTES_BY_FIRST_BYTE): Delete definition for non-UTF-2000.
5636         (FIELD1_TO_PRIVATE_LEADING_BYTE): Likewise.
5637         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Likewise.
5638         (FIELD2_TO_PRIVATE_LEADING_BYTE): Likewise.
5639         (CHAR_FIELD2): Deleted.
5640         (CHAR_FIELD3): Deleted.
5641         (MAKE_CHAR): Delete definition for non-UTF-2000.
5642         (BREAKUP_CHAR_1_UNSAFE): Deleted.
5643         (breakup_char_1): New implementation.
5644         (CHAR_CHARSET): Use `BREAKUP_CHAR'.
5645         (CHAR_LEADING_BYTE): Use `CHAR_CHARSET'.
5646
5647 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
5648
5649         * character.h (REP_BYTES_BY_FIRST_BYTE): Change order of
5650         condition.
5651
5652 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5653
5654         * character.h (LEADING_BYTE_PRIVATE_P): Don't define in UTF2000.
5655         (CHARSET_PRIVATE_P): Likewise.
5656         (XCHARSET_PRIVATE_P): Likewise.
5657         (MAKE_CHAR): Don't use XCHARSET_PRIVATE_P in UTF2000.
5658
5659         * file-coding.c (encode_coding_ucs4): Delete bogus implement in
5660         UTF2000.
5661         (decode_coding_iso2022): Don't use XCHARSET_PRIVATE_P in UTF2000.
5662
5663 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5664
5665         * character.h (LEADING_BYTE_*): Changed in UTF2000.
5666         (NUM_LEADING_BYTES): Changed from 128 to 256.
5667         (FIELD1_TO_PRIVATE_LEADING_BYTE): Change value to 0x80 in UTF2000.
5668         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Change value to 0x80 in
5669         UTF2000.
5670         (FIELD2_TO_PRIVATE_LEADING_BYTE): Change value to 0x80 in UTF2000.
5671
5672         * mule-charset.c (Vcharset_chinese_cns11643_3): New variable in
5673         UTF2000.
5674         (Vcharset_chinese_cns11643_4): New variable in UTF2000.
5675         (Vcharset_chinese_cns11643_5): New variable in UTF2000.
5676         (Vcharset_chinese_cns11643_6): New variable in UTF2000.
5677         (Vcharset_chinese_cns11643_7): New variable in UTF2000.
5678         (Qchinese_cns11643_3): New variable in UTF2000.
5679         (Qchinese_cns11643_4): New variable in UTF2000.
5680         (Qchinese_cns11643_5): New variable in UTF2000.
5681         (Qchinese_cns11643_6): New variable in UTF2000.
5682         (Qchinese_cns11643_7): New variable in UTF2000.
5683         (syms_of_mule_charset): Define `chinese-cns11643-3',
5684         `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
5685         and `chinese-cns11643-7' in UTF2000.
5686         (vars_of_mule_charset): Initialize
5687         next_allocated_2_byte_leading_byte by LEADING_BYTE_CHINESE_BIG5_2
5688         + 1 in UTF2000.
5689         (complex_vars_of_mule_charset): Setup charset
5690         `chinese-cns11643-3', `chinese-cns11643-4', `chinese-cns11643-5',
5691         `chinese-cns11643-6' and `chinese-cns11643-7' in UTF2000.
5692
5693 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
5694
5695         * mule-charset.c: Move setting for `leading-code-private-11' from
5696         `syms_of_mule_charset' to `vars_of_mule_charset'.
5697
5698 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
5699
5700         * mule-charset.h (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE'
5701         and `NUM_LEADING_BYTES' in assert.
5702
5703 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
5704
5705         * character.h (charset_by_leading_byte): Use `NUM_LEADING_BYTES'
5706         instead of 128.
5707         (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' and
5708         `NUM_LEADING_BYTES' instead of 128.
5709
5710 1999-08-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
5711
5712         * mule-charset.h (charset_by_leading_byte): Use
5713         `NUM_LEADING_BYTES' instead of 128.
5714         (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' instead of 128.
5715
5716         * mule-charset.c (charset_by_leading_byte): Use
5717         `NUM_LEADING_BYTES' instead of 128.
5718         (make_charset): Use `MIN_LEADING_BYTE' instead of 128.
5719
5720         * faces.h (FACE_CACHEL_FONT): Use `MIN_LEADING_BYTE' instead of
5721         128.
5722
5723 1999-08-25  MORIOKA Tomohiko  <tomo@etl.go.jp>
5724
5725         * mule-charset.c (syms_of_mule_charset): Update to
5726         0.4 (Shin-Imamiya).
5727
5728 1999-07-13 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
5729
5730         * file-coding.c (encode_coding_sjis): New implementation for
5731         UTF2000.  (decode_coding_sjis): Ditto.
5732
5733 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
5734
5735         * mule-charset.c, character.h (Bytecount rep_bytes_by_first_byte):
5736         Don't define in UTF2000.
5737
5738         * character.h: Include mule-charset.h if CHAR_IS_UCS4 is not
5739         defined.
5740
5741         * redisplay-msw.c, objects-tty.c, objects-msw.c, mule-wnnfns.c,
5742         mule-ccl.c, lstream.h, buffer.h: Include character.h in every
5743         MULE.
5744
5745 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
5746
5747         * config.h.in (CHAR_IS_UCS4): New macro.
5748
5749         * mule-charset.c (rep_bytes_by_first_byte): Modify for
5750         conventional MULE representation.
5751         (syms_of_mule_charset): Update to 0.3 (Imamiya).
5752
5753         * mule-charset.h: Reverted to original.
5754
5755         * redisplay-msw.c, objects-tty.c, objects-msw.c, mule-wnnfns.c,
5756         mule-ccl.c, lstream.h, buffer.h: Use "character.h" instead of
5757         "mule-charset.h" if CHAR_IS_UCS4 is defined.
5758
5759         * character.h: New file.
5760
5761         * file-coding.c (Fmake_coding_system): Set 1 to
5762         `codesys->fixed.size' if TYPE is `no-conversion' and UTF2000 is
5763         defined.
5764         (encode_coding_no_conversion): New implementation for UTF2000.
5765
5766         * file-coding.h (struct Lisp_Coding_System): Add new member
5767         `fixed.size'.
5768
5769 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
5770
5771         * file-coding.c (decode_coding_iso2022): Code-point arguments of
5772         `MAKE_CHAR' must be smaller than 0x80 in UTF2000.
5773         (encode_coding_iso2022): New implementation for UTF2000.
5774
5775 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5776
5777         * mule-canna.c (c2mu): New implementation for UTF2000.
5778         (m2c): Likewise.
5779
5780 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5781
5782         * file-coding.c (encode_coding_no_conversion): Modify for UTF2000.
5783
5784 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5785
5786         * file-coding.c (reset_encoding_stream): Set 0 to
5787         `str->iso2022.current_char_boundary' in UTF2000.
5788         (encode_utf8): Don't define in UTF2000.
5789         (encode_coding_utf8): New implementation for UTF-8 representation
5790         of UTF2000.
5791         (complex_vars_of_file_coding): Define coding-system `utf-8'.
5792
5793 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5794
5795         * mule.c (vars_of_mule): Provide `utf-2000' in UTF2000.
5796
5797         * mule-charset.h (BUFBYTE_FIRST_BYTE_P): Modify for UTF-8 in
5798         UTF2000.
5799         (REP_BYTES_BY_FIRST_BYTE): Likewise.
5800
5801         * buffer.h (non_ascii_valid_char_p): Don't define in UTF2000.
5802
5803         * mule-charset.c (non_ascii_set_charptr_emchar): Don't define
5804         local variables `lb', `c1', `c2' and `charset' in UTF2000; encode
5805         as UTF-8 in UTF2000.
5806         (non_ascii_charptr_emchar): Decode as UTF-8 in UTF2000.
5807         (non_ascii_valid_char_p): Don't define in UTF2000.
5808         (non_ascii_charptr_copy_char): Add case 5 and 6 in UTF2000.
5809         (Lstream_get_emchar_1): Likewise.
5810         (utf-2000-version): New variable in UTF2000.
5811
5812         * lread.c (read_escape): Add new reader `u'.
5813
5814         * insdel.c (three_to_one_table): Don't define in UTF2000.
5815         (bufpos_to_bytind_func): Use `buf->text->mule_size' instead of
5816         `buf->text->mule_shifter' and `buf->text->mule_three_p' in
5817         UTF2000.
5818         (bytind_to_bufpos_func): Likewise.
5819         (buffer_mule_signal_inserted_region): Likewise.
5820         (vars_of_insdel): Don't initialize `three_to_one_table'.
5821         (init_buffer_text): Use `buf->text->mule_size' instead of
5822         `buf->text->mule_shifter' and `buf->text->mule_three_p' in
5823         UTF2000.
5824
5825         * file-coding.c (DECODE_ADD_BINARY_CHAR): New implementation for
5826         UTF-8 representation in UTF2000.
5827         (DECODE_ADD_UCS_CHAR): New macro in UTF2000.
5828         (decode_ucs4): Use `DECODE_ADD_UCS_CHAR' in UTF2000.
5829         (decode_coding_iso2022): Don't define local variable `lb' in
5830         UTF2000; don't use LEADING_BYTE in UTF2000; use
5831         `DECODE_ADD_UCS_CHAR' in UTF2000.
5832         (convert_to_external_format): Decode as UTF-8 in UTF2000.
5833
5834         * config.h.in (UTF2000): New macro.
5835
5836         * buffer.h (struct buffer_text): Add new member `mule_size' and
5837         don't add `mule_shifter' and `mule_three_p' in UTF2000.
5838         (valid_char_p): Return always 1 in UTF2000.
5839         (MAX_EMCHAR_LEN): 6 in UTF2000.
5840         (three_to_one_table): Don't define in UTF2000.
5841         (real_bufpos_to_bytind): Modify for UTF-8 representation in
5842         UTF2000.
5843         (real_bytind_to_bufpos): Likewise.
5844
5845         * alloc.c (Fmake_string): Add case 5 and 6 for UTF2000.
5846
5847 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5848
5849         * mule-charset.c (rep_bytes_by_first_byte): Modified for character
5850         representation change.
5851         (Vutf_2000_version): New variable.
5852         (leading_code_private_11): New variable.
5853         (syms_of_mule_charset): Add new variables `utf-2000-version' and
5854         `leading-code-private-11'.
5855
5856         * mule-charset.h (LEADING_BYTE_CHINESE_CCITT_GB): New macro.
5857         (LEADING_BYTE_CHINESE_BIG5_1): Changed to 0x96 temporally.
5858         (LEADING_BYTE_CHINESE_CNS11643_1): Changed to 0x97.
5859         (LEADING_BYTE_CHINESE_CNS11643_2): Changed to 0x98.
5860         (LEADING_BYTE_CHINESE_CNS11643_3): New macro.
5861         (LEADING_BYTE_CHINESE_CNS11643_4): Likewise.
5862         (LEADING_BYTE_CHINESE_CNS11643_5): Likewise.
5863         (LEADING_BYTE_CHINESE_CNS11643_6): Likewise.
5864         (LEADING_BYTE_CHINESE_CNS11643_7): Likewise [but not used].
5865         (LEADING_BYTE_CHINESE_BIG5_2): Changed to 0x9D temporally.
5866         (LEADING_BYTE_KOREAN_KPS9566): New macro [but not used].
5867         (CHAR_FIELD1_MASK): Changed to (0x7F << 14).
5868         (MIN_CHAR_GREEK): New macro.
5869         (MAX_CHAR_GREEK): New macro.
5870         (MIN_CHAR_CYRILLIC): New macro.
5871         (MAX_CHAR_CYRILLIC): New macro.
5872         (MIN_CHAR_HEBREW): New macro.
5873         (MAX_CHAR_HEBREW): New macro.
5874         (MIN_CHAR_THAI): New macro.
5875         (MAX_CHAR_THAI): New macro.
5876         (MIN_CHAR_HALFWIDTH_KATAKANA): New macro.
5877         (MAX_CHAR_HALFWIDTH_KATAKANA): New macro.
5878         (CHAR_FIELD2_INTERNAL): New macro [renamed from `CHAR_FIELD2'.
5879         (CHAR_FIELD3_INTERNAL): New macro [renamed from `CHAR_FIELD3'.
5880         (FIELD1_TO_PRIVATE_LEADING_BYTE): Changed to 0xc0.
5881         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Changed to 0x50.
5882         (CHAR_FIELD2): New inline function.
5883         (CHAR_FIELD3): New inline function.
5884         (MULE_CHAR_PRIVATE_OFFSET): New macro.
5885         (MIN_CHAR_OFFICIAL_TYPE9N): Shifted to `MULE_CHAR_PRIVATE_OFFSET'.
5886         (MIN_CHAR_PRIVATE_TYPE9N): Likewise.
5887         (MIN_CHAR_PRIVATE_TYPE9NX9N): Likewise.
5888         (MIN_CHAR_OFFICIAL_TYPE9NX9N): Likewise.
5889         (MIN_CHAR_COMPOSITION): Likewise.
5890         (CHAR_LEADING_BYTE): Modified for character representation change.
5891         (MAKE_CHAR): Likewise.
5892
5893         * lisp.h (Vcharset_latin_iso8859_1): New variable.
5894         (Vcharset_greek_iso8859_7): Likewise.
5895         (Vcharset_cyrillic_iso8859_5): Likewise.
5896         (Vcharset_hebrew_iso8859_8): Likewise.
5897         (Vcharset_thai_tis620): Likewise.
5898         (Vcharset_katakana_jisx0201): Likewise.
5899
5900 2005-02-06  Vin Shelton <acs@xemacs.org>
5901
5902         * XEmacs 21.4.17 is released
5903
5904 2005-01-31  Ben Wing  <ben@xemacs.org>
5905
5906         * emacs.c:
5907         Define assert_failed() always.
5908         * lisp.h:
5909         Always define ABORT().
5910
5911 2005-01-25  Ben Wing  <ben@xemacs.org>
5912
5913         * Makefile.in.in:
5914         * Makefile.in.in (%.o):
5915         Don't compile executable as Windows (-mwindows) under Cygwin.
5916         Semi-recent changes to Cygwin's executable-startup handling make
5917         it impossible to access the TTY this way.
5918
5919         Don't use special linker file under Cygwin (cygwin.sc) except
5920         when non-PDUMP (even in this case it is highly questionable); you
5921         get errors like
5922
5923       1 [main] temacs 1364 fhandler_console::fixup_after_exec: error opening input console handle after exec, errno 13, Win32 error 5
5924    5820 [main] temacs 1364 fhandler_console::fixup_after_exec: error opening output console handle after exec, errno 13, Win32 error 5
5925
5926 2005-01-29  Ben Wing  <ben@xemacs.org>
5927
5928         Port this: 2003-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
5929
5930         * mule-charset.c (get_unallocated_leading_byte): Compiler quietus.
5931
5932 2005-01-29  Ben Wing  <ben@xemacs.org>
5933
5934         * bytecode.c (optimize_compiled_function):
5935         * print.c (FROB):
5936         * print.c (long_to_string):
5937         Add casts to avoid warning.
5938         
5939         * glyphs-eimage.c:
5940         Some really nasty hacks to allow TIFF and JPEG to both be compiled.
5941         #### The better solution is to move the TIFF and JPEG code to
5942         different files.
5943         
5944         * glyphs-msw.c (mswindows_xbm_instantiate):
5945         Define __STDC__ to avoid problems with compface.h.
5946         
5947         * EmacsFrame.c (EmacsFrameRecomputeCellSize):
5948         * EmacsShell-sub.c:
5949         * EmacsShell-sub.c (ABORT):
5950         * EmacsShell-sub.c (SuperClassRootGeometryManager):
5951         * EmacsShell-sub.c (RootGeometryManager):
5952         * EmacsShell.c:
5953         * EmacsShell.c (ABORT):
5954         * EmacsShell.c (EmacsShellUpdateSizeHints):
5955         * alloc.c (free_lcrecord):
5956         * alloca.c (i00afunc):
5957         * buffer.c (delete_from_buffer_alist):
5958         * buffer.c (MARKED_SLOT):
5959         * bytecode.c (execute_rare_opcode):
5960         * bytecode.c (optimize_byte_code):
5961         * bytecode.c (Ffetch_bytecode):
5962         * chartab.c (char_table_type_to_symbol):
5963         * chartab.c (Freset_char_table):
5964         * chartab.c (decode_char_table_range):
5965         * chartab.c (Fget_range_char_table):
5966         * chartab.c (check_valid_char_table_value):
5967         * chartab.c (map_char_table):
5968         * chartab.c (slow_map_char_table_fun):
5969         * chartab.c (chartab_instantiate):
5970         * cm.c (cmcheckmagic):
5971         * console-msw.c (DHEADER):
5972         * console.c (MARKED_SLOT):
5973         * data.c (finish_marking_weak_lists):
5974         * data.c (encode_weak_list_type):
5975         * debug.h (DASSERT):
5976         * device-gtk.c (gtk_init_device):
5977         * device-msw.c (mswindows_get_default_margin):
5978         * device-tty.c (tty_init_device):
5979         * device-x.c (get_device_from_display):
5980         * device-x.c (x_get_visual_depth):
5981         * doprnt.c (parse_doprnt_spec):
5982         * doprnt.c (get_doprnt_args):
5983         * dumper.c (pdump_get_indirect_count):
5984         * dumper.c (pdump_register_sub):
5985         * dumper.c (pdump_register_object):
5986         * dumper.c (pdump_register_struct):
5987         * dumper.c (pdump_dump_data):
5988         * dumper.c (pdump_reloc_one):
5989         * elhash.c (print_hash_table):
5990         * elhash.c (make_standard_lisp_hash_table):
5991         * elhash.c (hash_table_instantiate):
5992         * emacs.c:
5993         * emacs.c (Fforce_debugging_signal):
5994         * emacs.c (sort_args):
5995         * emacs.c (main):
5996         * emacs.c (assert_failed):
5997         * eval.c (throw_or_bomb_out):
5998         * eval.c (signal_1):
5999         * eval.c (Fsignal):
6000         * event-Xt.c:
6001         * event-Xt.c (emacs_Xt_mapping_action):
6002         * event-Xt.c (Xt_process_to_emacs_event):
6003         * event-msw.c:
6004         * event-stream.c (check_event_stream_ok):
6005         * event-stream.c (Fadd_timeout):
6006         * event-stream.c (Fadd_async_timeout):
6007         * event-stream.c (Fdiscard_input):
6008         * event-stream.c (execute_internal_event):
6009         * event-stream.c (Frecent_keys):
6010         * event-stream.c (extract_this_command_keys_nth_mouse_event):
6011         * event-stream.c (lookup_command_event):
6012         * event-unixoid.c (poll_fds_for_input):
6013         * events.c:
6014         * events.c (mark_event):
6015         * events.c (event_equal):
6016         * events.c (event_hash):
6017         * events.c (Fmake_event):
6018         * events.c (Fdeallocate_event):
6019         * events.c (event_chain_find_previous):
6020         * events.c (event_to_character):
6021         * events.c (format_event_object):
6022         * events.c (Fevent_type):
6023         * events.c (event_pixel_translation):
6024         * events.c (Fevent_properties):
6025         * extents.c (extent_in_region_p):
6026         * extents.c (print_extent):
6027         * extents.c (process_extents_for_insertion_mapper):
6028         * extents.c (report_extent_modification_mapper):
6029         * extents.c (glyph_layout_to_symbol):
6030         * faces.c (face_validate):
6031         * file-coding.c (eol_type_to_symbol):
6032         * file-coding.c (subsidiary_coding_system):
6033         * file-coding.c (Fcoding_system_type):
6034         * file-coding.c (Fcoding_system_property):
6035         * file-coding.c (mule_decode):
6036         * file-coding.c (mule_encode):
6037         * file-coding.c (encode_coding_ucs4):
6038         * file-coding.c (encode_coding_utf8):
6039         * file-coding.c (parse_iso2022_esc):
6040         * file-coding.c (encode_coding_iso2022):
6041         * fileio.c:
6042         * fns.c (concat):
6043         * fns.c (Fsubseq):
6044         * fns.c (mapcar1):
6045         * fns.c (Fbase64_encode_region):
6046         * fns.c (Fbase64_encode_string):
6047         * fns.c (Fbase64_decode_region):
6048         * fns.c (Fbase64_decode_string):
6049         * font-lock.c (find_context):
6050         * font-lock.c (context_to_symbol):
6051         * frame-gtk.c (gtk_set_frame_pointer):
6052         * frame-gtk.c (gtk_update_frame_external_traits):
6053         * frame-x.c (x_wm_mark_shell_size_user_specified):
6054         * frame-x.c (x_wm_mark_shell_position_user_specified):
6055         * frame-x.c (x_wm_set_shell_iconic_p):
6056         * frame-x.c (x_wm_set_cell_size):
6057         * frame-x.c (x_wm_set_variable_size):
6058         * frame-x.c (x_wm_store_class_hints):
6059         * frame-x.c (x_wm_maybe_store_wm_command):
6060         * frame-x.c (x_initialize_frame_size):
6061         * frame-x.c (x_update_frame_external_traits):
6062         * frame.c:
6063         * frame.c (delete_frame_internal):
6064         * frame.c (mouse_pixel_position_1):
6065         * frame.c (change_frame_size_1):
6066         * free-hook.c (check_free):
6067         * free-hook.c (check_realloc):
6068         * free-hook.c (note_block_input):
6069         * free-hook.c (log_gcpro):
6070         * gccache-gtk.c (gc_cache_lookup):
6071         * glyphs-eimage.c (tiff_memory_write):
6072         * glyphs-gtk.c (gtk_finalize_image_instance):
6073         * glyphs-gtk.c (init_image_instance_from_gdk_pixmap):
6074         * glyphs-gtk.c (init_image_instance_from_xbm_inline):
6075         * glyphs-gtk.c (gtk_xpm_instantiate):
6076         * glyphs-gtk.c (gtk_unmap_subwindow):
6077         * glyphs-gtk.c (gtk_map_subwindow):
6078         * glyphs-gtk.c (gtk_button_redisplay):
6079         * glyphs-msw.c:
6080         * glyphs-msw.c (init_image_instance_from_xbm_inline):
6081         * glyphs-x.c (init_image_instance_from_xbm_inline):
6082         * glyphs-x.c (extract_xpm_color_names):
6083         * glyphs-x.c (x_xpm_instantiate):
6084         * glyphs.c (get_image_instantiator_governing_domain):
6085         * glyphs.c (print_image_instance):
6086         * glyphs.c (image_instance_equal):
6087         * glyphs.c (image_instance_hash):
6088         * glyphs.c (encode_image_instance_type):
6089         * glyphs.c (make_image_instance_1):
6090         * glyphs.c (inherit_instantiate):
6091         * glyphs.c (image_instantiate):
6092         * glyphs.c (allocate_glyph):
6093         * glyphs.c (Fglyph_type):
6094         * glyphs.c (redisplay_subwindow):
6095         * glyphs.c (display_table_entry):
6096         * gtk-glue.c (xemacs_list_to_gtklist):
6097         * gtk-glue.c (xemacs_gtklist_to_list):
6098         * gtk-glue.c (xemacs_list_to_array):
6099         * gutter.c (SET_GUTTER_WAS_VISIBLE_FLAG):
6100         * gutter.c (gutter_was_visible):
6101         * gutter.c (get_gutter_coords):
6102         * input-method-xlib.c (get_XIM_input):
6103         * insdel.c (bufpos_to_bytind_func):
6104         * insdel.c (bytind_to_bufpos_func):
6105         * insdel.c (move_gap):
6106         * intl.c (x_get_composed_input):
6107         * keymap.c (keymap_lookup_directly):
6108         * keymap.c (keymap_delete_inverse_internal):
6109         * keymap.c (ensure_meta_prefix_char_keymapp):
6110         * keymap.c (accessible_keymaps_mapper_1):
6111         * keymap.c (where_is_recursive_mapper):
6112         * lisp.h:
6113         * lisp.h (ABORT):
6114         * lread.c (read_atom):
6115         * lstream.c (Lstream_delete):
6116         * lstream.c (make_lisp_buffer_stream_1):
6117         * macros.c (pop_kbd_macro_event):
6118         * malloc.c (malloc):
6119         * malloc.c (free):
6120         * marker.c (bi_marker_position):
6121         * marker.c (set_bi_marker_position):
6122         * menubar-gtk.c (menu_descriptor_to_widget_1):
6123         * menubar-msw.c (prune_menubar):
6124         * menubar-x.c (set_frame_menubar):
6125         * mule-charset.c (get_unallocated_leading_byte):
6126         * mule-charset.h (CHAR_LEADING_BYTE):
6127         * native-gtk-toolbar.c (SET_TOOLBAR_WAS_VISIBLE_FLAG):
6128         * nt.c (init_environment):
6129         * nt.c (generate_inode_val):
6130         * ntproc.c (delete_child):
6131         * ntproc.c (_sys_read_ahead):
6132         * ntproc.c (create_child):
6133         * objects.c (color_instantiate):
6134         * objects.c (font_instantiate):
6135         * objects.c (face_boolean_instantiate):
6136         * print.c (printing_major_badness):
6137         * process-nt.c (nt_send_process):
6138         * process-unix.c (unix_send_process):
6139         * process.c (get_process):
6140         * ralloc.c (obtain):
6141         * ralloc.c (relinquish):
6142         * ralloc.c (relocate_blocs):
6143         * ralloc.c (resize_bloc):
6144         * ralloc.c (r_alloc_free):
6145         * ralloc.c (r_re_alloc):
6146         * ralloc.c (r_alloc_thaw):
6147         * ralloc.c (init_ralloc):
6148         * ralloc.c (Free_Addr_Block):
6149         * ralloc.c (r_alloc):
6150         * redisplay-gtk.c (gtk_output_display_block):
6151         * redisplay-msw.c (mswindows_output_display_block):
6152         * redisplay-output.c (get_next_display_block):
6153         * redisplay-output.c (get_cursor_size_and_location):
6154         * redisplay-output.c (redisplay_output_layout):
6155         * redisplay-output.c (redisplay_clear_region):
6156         * redisplay-tty.c (tty_output_display_block):
6157         * redisplay-x.c (x_output_display_block):
6158         * redisplay.c (add_propagation_runes):
6159         * redisplay.c (add_glyph_rune):
6160         * redisplay.c (create_text_block):
6161         * redisplay.c (add_margin_runes):
6162         * redisplay.c (create_left_glyph_block):
6163         * redisplay.c (create_right_glyph_block):
6164         * redisplay.c (create_string_text_block):
6165         * redisplay.c (regenerate_window):
6166         * redisplay.c (REGEN_INC_FIND_START_END):
6167         * redisplay.c (redisplay_frame):
6168         * redisplay.c (point_in_line_start_cache):
6169         * regex.c:
6170         * regex.c (ABORT):
6171         * regex.c (re_compile_fastmap):
6172         * regex.c (re_match_2_internal):
6173         * regex.c (regerror):
6174         * scrollbar-gtk.c (gtk_scrollbar_loop):
6175         * scrollbar-gtk.c (scrollbar_cb):
6176         * scrollbar-gtk.c (gtk_update_frame_scrollbars):
6177         * scrollbar-msw.c (mswindows_handle_scrollbar_event):
6178         * scrollbar-x.c (x_update_scrollbar_instance_status):
6179         * scrollbar-x.c (x_scrollbar_loop):
6180         * scrollbar-x.c (x_update_frame_scrollbars):
6181         * search.c (search_command):
6182         * search.c (Fmatch_data):
6183         * select-x.c (motif_clipboard_cb):
6184         * signal.c (interrupt_signal):
6185         * specifier.c (specifier_add_spec):
6186         * specifier.c (specifier_instance_from_inst_list):
6187         * specifier.c (specifier_instance):
6188         * specifier.h:
6189         * specifier.h (struct specifier_methods):
6190         * strftime.c (add_num_time_t):
6191         * sunplay.c (init_device):
6192         * symbols.c (Fsetplist):
6193         * symbols.c (do_symval_forwarding):
6194         * symbols.c (store_symval_forwarding):
6195         * symbols.c (Fset):
6196         * symbols.c (Fbuilt_in_variable_type):
6197         * symbols.c (decode_magic_handler_type):
6198         * symbols.c (handler_type_from_function_symbol):
6199         * syntax.c (update_syntax_cache):
6200         * sysdep.c (init_baud_rate):
6201         * toolbar-gtk.c (SET_TOOLBAR_WAS_VISIBLE_FLAG):
6202         * toolbar-msw.c (SET_TOOLBAR_WAS_VISIBLE_FLAG):
6203         * toolbar-x.c (SET_TOOLBAR_WAS_VISIBLE_FLAG):
6204         * toolbar.c (get_toolbar_coords):
6205         * ui-gtk.c (build_gtk_boxed):
6206         * ui-gtk.c (describe_gtk_arg):
6207         * ui-gtk.c (gtk_type_to_lisp):
6208         * ui-gtk.c (lisp_to_gtk_type):
6209         * ui-gtk.c (lisp_to_gtk_ret_type):
6210         * ui-gtk.c (lisp_to_flag):
6211         * unexnt.c (read_in_bss):
6212         * unexnt.c (map_in_heap):
6213         * window.c (real_window):
6214         * window.c (window_display_lines):
6215         * window.c (window_display_buffer):
6216         * window.c (set_window_display_buffer):
6217         * window.c (window_modeline_height):
6218         * window.c (unshow_buffer):
6219         * window.c (window_loop):
6220         * window.c (Fget_lru_window):
6221         * window.c (Fsplit_window):
6222         * window.c (Fset_window_configuration):
6223         * window.c (saved_window_index):
6224         * xgccache.c (gc_cache_lookup):
6225         abort() -> ABORT().  Eliminate preprocessor games with abort()
6226         since it creates huge problems in VC7, solvable only by including
6227         massive amounts of files in every compile (and not worth it).
6228
6229         * sysdep.c:
6230         * sysproc.h:
6231         Inclusion of process.h does not need to be before lisp.h any more.
6232         Move later and remove comment about abort().
6233
6234 2005-01-26  Arnaud Giersch  <arnaud.giersch@free.fr>
6235
6236         * regex.c (re_match_2_internal):
6237         Correctly initialize loop which clears uninitialized registers.
6238
6239 2005-01-28  Vin Shelton  <acs@xemacs.org>
6240
6241         * sheap.c (more_static_core): Applied Ben's version of the long
6242         string patch.
6243
6244 2005-01-24  Vin Shelton  <acs@xemacs.org>
6245
6246         * sheap.c (more_static_core): Reformatted printf string so
6247         gcc-3.3.3 will compile this on Cygwin.
6248
6249 2004-02-22  Stephen J. Turnbull  <stephen@xemacs.org>
6250
6251         * console.c (function_key_map): Reference `key-binding'.
6252
6253         * keymap.c (Vkey_translation_map): Improve docstring.
6254
6255 2004-03-30  Zajcev Evgeny  <zevlg@yandex.ru>
6256
6257         * window.c: Declare `allow_deletion_of_last_visible_frame' extern.
6258         * window.c (window_loop): [fix] Take into account
6259         `allow-deletion-of-last-visible-frame' variable.
6260         * window.c (replace-buffer-in-windows): Ditto.
6261
6262 2004-12-15  Stephen J. Turnbull  <stephen@xemacs.org>
6263
6264         * EmacsManager.c (EmacsManagerChangeSize): Respect XtGeometryNo.
6265
6266 2005-01-20  Malcolm Purvis  <malcolmp@xemacs.org>
6267
6268         * event-gtk.c: Recognise AltGr as a valid modifier.
6269
6270 2005-01-12  Ville Skyttä  <scop@xemacs.org>
6271
6272         * console-x.h: #include X11/keysym.h before xintrinsic.h.
6273
6274 2005-01-13  Stephen J. Turnbull  <stephen@xemacs.org>
6275
6276         Fix backreference bug caught by test suite.
6277
6278         * regex.c (regex_compile):
6279         Make backref duplicate internal register.
6280
6281 2005-01-13  Stephen J. Turnbull  <stephen@xemacs.org>
6282
6283         Documentation, code clarification, and warning suppression.
6284         
6285         * regex.c (regex_compile):
6286         Improve comments.
6287         (re_match_2_internal):
6288         Improve comments and avoid redundant braces.  [Most of the big hunk
6289         at l. 4710 is indentation; use diff -w to see the real changes.]
6290         (alt_match_null_string_p):
6291         (common_op_match_null_string_p):
6292         Avoid shadowing global on Mac OS X 10.4, at least.
6293
6294 2004-09-08  Stephen J. Turnbull  <stephen@xemacs.org>
6295
6296         * regex.c (regcomp): Fix "unsigned comparison" warning (maybe
6297         introduced with shy groups fix).  [Already applied, probably
6298         with the second "fix shy groups" patch of 2004-10-07.] 
6299
6300 2005-01-10  Steve Youngs  <steve@sxemacs.org>
6301
6302         From Andrey Slusar <anrays@gmail.com>:
6303
6304         * unexelf.c: define `Elfw(type)' for FreeBSD alpha and amd64.
6305
6306 2004-11-21  Malcolm Purvis  <malcolmp@xemacs.org>
6307
6308         * Makefile (RECURSIVE_MAKE): Removed.
6309         * Makefile (RECURSIVE_MAKE_ARGS): New.  The new method for
6310         handling parallel builds.
6311
6312 2004-09-08  Malcolm Purvis  <malcolmp@xemacs.org>
6313
6314         * Makefile.in.in: Enable support for parallel builds.
6315
6316 2005-01-09  Steve Youngs  <steve@sxemacs.org>
6317
6318         From Andrey Slusar <anrays@gmail.com>:
6319
6320         * s/freebsd.h (LIBS_SYSTEM): Only set to "-lutil -lxpg4" if
6321         FreeBSD version is >= 199701 _and_ < 600006.
6322
6323 2005-01-06  Zajcev Evgeny <zevlg@yandex.ru>
6324
6325         * scrollbar.c (compute_scrollbar_instance_usage):
6326         Only call device method compute_scrollbar_instance_usage() if it
6327         is defined.
6328
6329 2004-12-05  Vin Shelton <acs@xemacs.org>
6330
6331         * XEmacs 21.4.16 is released
6332
6333 2004-12-04  Vin Shelton  <acs@xemacs.org>
6334
6335         * depend: Regenerated.
6336
6337 2004-10-07  Stephen J. Turnbull  <stephen@xemacs.org>
6338
6339         * regex.c (re_match_2_internal): Map internal to external
6340         registers.  Fixes bug identified by Steve Youngs 2004-09-30
6341         <microsoft-free.87ekkjhj7t.fsf@youngs.au.com>.
6342
6343 2004-09-02  Yoshiki Hayashi  <yoshiki@xemacs.org>
6344
6345         * buffer.c (Frecord_buffer): Make sure the argument is buffer
6346         to fix a crash.  Also, check the buffer is live and it
6347         really exists in buffer_list.  If the buffer is not in the list,
6348         prepend it.
6349
6350 2004-09-08  Stephen J. Turnbull  <stephen@xemacs.org>
6351
6352         Fix shy groups by implementing recording of all groups for
6353         repetition and backtracking.  Backport from 21.5.
6354         
6355         * regex.h (struct re_pattern_buffer): Add members re_ngroups,
6356         external_to_internal_register, external_to_internal_register_size,
6357         and update comments for re_nsub.
6358
6359         * regex.c (re_opcode_t): Update comments.
6360         (print_compiled_pattern): Ouput external_to_internal_register,
6361         external_to_internal_register_size, and re_ngroups for debugging.
6362         (INIT_REG_TRANSLATE_SIZE): New manifest constant.
6363         (regex_compile): Update header comment.
6364         Ensure that all groups are recorded so that repeat matches and
6365         backtracking work correctly.  Comment related warning for groups >
6366         255.
6367         (re_search_2): Construct map of API indexes (which count only
6368         nonshy groups) to internal register numbers, and keep it updated.
6369
6370 2004-07-27  Malcolm Purvis  <malcolmp@xemacs.org>
6371
6372         * frame-gtk.c (gtk_make_frame_visible):
6373         * frame-gtk.c (gtk_make_frame_invisible): Use map/unmap instead of
6374         show/hide.  This is what X uses and is prevents previously hidden
6375         widgets from suddenly reappearing.
6376         * gtk-xemacs.c (gtk_xemacs_paint):
6377         * gtk-xemacs.c (gtk_xemacs_draw):
6378         * gtk-xemacs.c (gtk_xemacs_expose): Only operate if the widget is
6379         drawable.
6380         * scrollbar-gtk.c (gtk_update_scrollbar_instance_status): Force
6381         size and location changes so that they can be seen before the next
6382         idle event.  Without this rapid changes to scrollbar properties
6383         are not seen.
6384
6385 2004-07-02  Malcolm Purvis  <malcolmp@xemacs.org>
6386
6387         * console-gtk.h:
6388         * console-gtk.h (struct gtk_frame):
6389         * console-gtk.h (FRAME_GTK_WIDGET_INSTANCE_HASH_TABLE):
6390           Add hash tables track tab_control callback data.
6391           Added #defines for GTK object data names.
6392           Declaration of gtk_widget_to_frame().
6393         * event-gtk.c (enqueue_gtk_dispatch_event) No longer static:
6394         * frame-gtk.c (gtk_widget_to_frame): New.
6395         * frame-gtk.c (gtk_create_widgets):
6396         * frame-gtk.c (allocate_gtk_frame_struct):
6397         * frame-gtk.c (gtk_mark_frame):
6398         Manage frame callbakc hash tables.
6399         * glyphs-gtk.c (gtk_map_subwindow): Fix size and moving bugs.
6400         * glyphs-gtk.c (gtk_redisplay_widget): Use correct size for widgets.
6401         * glyphs-gtk.c (gtk_widget_instantiate_1): Force reconsideration
6402         of widget size.
6403         * glyphs-gtk.c (gtk_widget_query_geometry): New
6404         * glyphs-gtk.c (gtk_register_gui_item): New
6405         * glyphs-gtk.c (gtk_add_tab_item): New
6406         * glyphs-gtk.c (gtk_tab_control_callback): New
6407         * glyphs-gtk.c (gtk_tab_control_instantiate): New
6408         * glyphs-gtk.c (gtk_tab_control_redisplay): Set notebook page.
6409         Use correct list when loading item.
6410         * glyphs-gtk.c (image_instantiator_format_create_glyphs_gtk):
6411         Register new methods.
6412         * gtk-xemacs.c (gtk_xemacs_size_allocate): Use XEmacs size, not
6413         default size, for widgets.
6414         * gui-x.c:  Improved comment.
6415         * menubar-gtk.c (__generic_button_callback): Use
6416         gtk_widget_to_frame instead of __get_channel.
6417         * scrollbar-gtk.c:
6418         * ui-gtk.c: Use symbolic names for GTK object data.
6419
6420 2004-06-23  Ilya N. Golubev <gin@mo.msk.ru>
6421
6422         * s/usg5-4.h (NSIG): Define only inside emacs binary.
6423
6424 2002-03-04  Stephen J. Turnbull  <stephen@xemacs.org>
6425
6426         * fileio.c (Fwrite_region_internal): Document use of start == Qnil.
6427
6428 2004-06-16  Malcolm Purvis  <malcolmp@xemacs.org>
6429
6430         * malloc.c (morecore): siz is a long because in some architectures
6431         (eg ia-64) an int cannot hold the address range.  Additional patch
6432         from the SuSe distribution.
6433
6434 2004-06-13  Malcolm Purvis  <malcolmp@xemacs.org>
6435
6436         * emacs.c:
6437         * malloc.c: lim_data is a long because in some architectures
6438         (eg ia-64) an int cannot hold the address range.
6439         * mem-limits.h: lim-data is a long.  Linux uses getrlimit()
6440         instead of ulimit() because ulimit() always returns -1.
6441
6442 2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
6443
6444         * search.c: Reenable an ansync semaphore.  Remove bogus comments.
6445
6446 2004-06-11  David Kastrup  <dak@gnu.org>
6447
6448         * search.c (match_limit): Don't flag an error if match-data
6449         exceeding the allocated search_regs.num_regs gets requested, just
6450         return Qnil.
6451
6452 2003-07-21  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
6453
6454         * glyphs-gtk.c (gtk_xpm_instantiate): Rewrite the XPM data to
6455         replace symbolic color entries with the real colors specified in
6456         xpm-color-symbols, before passing the XPM to gtk.
6457         * glyphs-gtk.h: Use the generic pixmap_image_instance.mask for masks,
6458         instead of a GTK specific field, so that it is used in by generic
6459         code.
6460
6461 2004-05-05  Chuck Hines <chuck.hines@baesystems.com>
6462
6463        * dgif_lib.c (DGifSlurp): Changed do-while to while to stop
6464         coredump from deref of NULL ptr (ExtData)
6465
6466 2004-04-19  Jerry James  <james@xemacs.org>
6467
6468         * data.c (sign_extend_lisp_int): Use INT_VALBITS instead of
6469         VALBITS to compute the location of the sign bit.
6470         * event-stream.c (Fcurrent_event_timestamp): Replace incorrect use
6471         of VALBITS with EMACS_INT_MAX.
6472         * events.c (Fevent_timestamp): Ditto.
6473         * events.c (TIMESTAMP_HALFSPACE): Change VALBITS to INT_VALBITS to
6474         compute the halfway point to timestamp wraparound.
6475         * floatfns.c (float_to_int): Compare against EMACS_INT_MAX and
6476         EMACS_INT_MIN instead of using VALBITS.
6477         * floatfns.c (Flogb): Use EMACS_INT_MIN instead of building an
6478         incorrect number with VALBITS.
6479         * fns.c (Frandom): Correct number of integer bits in docstring.
6480         Use INT_VALBITS instead of VALBITS to compute the denominator.
6481         * sysdep.c (get_random): Use INT_VALBITS instead of VALBITS to
6482         build random numbers.
6483
6484 2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
6485         * event-gtk.c:
6486         * event-gtk.c (gtk_event_to_emacs_event):
6487         * menubar-gtk.c:
6488         * menubar-gtk.c (gtk_xemacs_menubar_class_init):
6489         * menubar-gtk.c (gtk_xemacs_menubar_size_request):
6490         * menubar-gtk.c (gtk_xemacs_accel_label_get_type):
6491         * menubar-gtk.c (gtk_xemacs_set_accel_keys):
6492         * menubar-gtk.c (__activate_menu):
6493         * menubar-gtk.c (convert_underscores):
6494         * menubar-gtk.c (remove_underscores):
6495         * menubar-gtk.c (menu_convert):
6496         * menubar-gtk.c (menu_descriptor_to_widget_1):
6497         * menubar-gtk.c (menu_descriptor_to_widget):
6498         * menubar-gtk.c (menu_can_reuse_widget):
6499         * menubar-gtk.c (menu_create_menubar):
6500         * menubar-gtk.c (gtk_popup_menu):
6501         * menubar-gtk.c (Fgtk_build_xemacs_menu):
6502         Added support for Gtk menu bar and menu item mnemonics.
6503
6504 2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
6505
6506         * sysdll.c: (dll_function): Added support for finding symbols in
6507         Darwin shared libraries as well in Darwin bundles.
6508         * sysdll.c (image_for_address): New
6509         * sysdll.c (my_find_image): New
6510         * sysdll.c (search_linked_libs): New
6511
6512 2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
6513
6514         * ui-gtk.c (__internal_callback_marshal): Marshalling data to
6515         return to GTK requires a different API to marshalling data to use
6516         as GTK parameters.
6517         * ui-gtk.c (lisp_to_gtk_ret_type): New.
6518
6519 2004-03-08  Lutz Euler  <lutz.euler@freenet.de>
6520
6521         * lstream.c (Lstream_pseudo_close): Fix test for LSTREAM_FL_IS_OPEN.
6522
6523 2004-02-19  Stephen J. Turnbull  <stephen@xemacs.org>
6524
6525         * glyphs.c (process_image_string_instantiator):
6526         (Fset_console_type_image_conversion_list):
6527         Stop GCC from warning about shadowing of `exp'.
6528
6529         * redisplay-x.c (x_output_string): Fix unsigned lossage.
6530
6531 2004-02-19  Stephen J. Turnbull  <stephen@xemacs.org>
6532
6533         * regex.c (re_match_2_internal): Shut up GCC about syn1, syn2.
6534
6535 2004-02-03  Vin Shelton  <acs@xemacs.org>
6536
6537         * glyphs.c (image_instance_layout): Remove pointless assertion.
6538         * regex.c (regex_grow_registers): Return type is void.
6539
6540 2004-02-02  Vin Shelton <acs@xemacs.org>
6541
6542         * XEmacs 21.4.15 is released
6543
6544 2004-01-30  Glynn Clements  <glynn.clements@virgin.net>
6545
6546         * device-x.c (x_error_handler): Don't call stderr_out
6547
6548 2003-11-07  Katsumi Yamaoka <yamaoka@jpl.org>
6549
6550         * buffer.c (other-buffer): Clarify documentation of order of
6551         arguments for FSF Emacs.
6552
6553 2003-10-11  Olivier Galibert  <galibert@pobox.com>
6554
6555         * window.c (Fdelete_window): Dirty the mirror structure _before_
6556         marking the window deleted.
6557
6558 2003-09-15  Jerry James  <james@xemacs.org>
6559
6560         * event-msw.c (debug_mswin_messages): Conditionally compile
6561         messages missing from the Cygwin headers.
6562
6563 2003-06-16  Stephen J. Turnbull  <stephen@xemacs.org>
6564
6565         * data.c (eq_with_ebola_notice): Fix typo in comment.
6566         (Ftrue_list_p): Improve docstring.
6567
6568 2003-10-13  Stephen J. Turnbull  <stephen@xemacs.org>
6569
6570         * frame-x.c (x_update_frame_external_traits): Fix XtSetArg idiom.
6571
6572 2003-09-27  Stephen J. Turnbull  <stephen@xemacs.org>
6573
6574         * search.c (trivial_regexp_p): Regexps containing "\{" are
6575         nontrivial.  Thanks to Manfred Bartz for reporting the bug and
6576         Stefan Monnier for suggesting a diagnosis.
6577
6578 2003-09-25  Stephen J. Turnbull  <stephen@xemacs.org>
6579
6580         * elhash.c (make-hash-table): Clarify use of :test #'equal.
6581
6582 2003-09-12  Stephen J. Turnbull  <stephen@xemacs.org>
6583
6584         * search.c (Fsearch_forward):
6585         (Fsearch_backward):
6586         Document negative count.
6587
6588 2003-09-13  Stephen J. Turnbull  <stephen@xemacs.org>
6589
6590         * regex.c (re_max_failures): Bump to 20000 for REGEX_MALLOC, too.
6591
6592 2003-09-13  Martin Buchholz  <martin@xemacs.org>
6593
6594         * s/sol2.h: Use OS_RELEASE=os_release_major*100+os_release_minor
6595
6596 2003-09-15  Vin Shelton  <acs@xemacs.org>
6597
6598         * .gdbinit (pobj): Remove Ilya's fix that was only intended for
6599         21.5.
6600
6601 2003-09-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
6602
6603         * regex.c (TRANSLATE_EXTENDED_UNSAFE): Remove.
6604         (re_search_2): Match the first byte of Bufbyte, not Emchar.
6605         (re_match_2_internal): Use TRANSLATE instead of
6606         TRANSLATE_EXTENDED_UNSAFE.  The latter was a hack to bypass
6607         non-ASCII char case conversion.
6608
6609 2003-09-08  Mike Sperber  <mike@xemacs.org>
6610
6611         * symbols.c (Fvariable_binding_locus): Add, as per suggestion from
6612         RMS at: http://article.gmane.org/gmane.emacs.pretest.bugs/1010
6613
6614 2003-06-14  Ilya N. Golubev  <gin@mo.msk.ru>
6615
6616        * .gdbinit (pobj): fix printing of symbol name.
6617
6618 2003-08-01  Ilya N. Golubev  <gin@mo.msk.ru>
6619
6620         * frame-x.c (x_layout_widgets): When resizing is about to cause
6621         frame size slip, mark it for redisplay.
6622
6623 2003-08-18  Jerry James  <james@xemacs.org>
6624
6625         * opaque.h: Remove unused (X)OPAQUE_MARKFUN definitions.
6626
6627 2003-09-03  Vin Shelton <acs@xemacs.org>
6628
6629         * XEmacs 21.4.14 is released
6630
6631 2003-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
6632
6633         * config.h.in (REGEX_MALLOC): Make it configure'able.
6634
6635 2003-08-14  Andrew Begel  <abegel@CS.Berkeley.EDU>
6636
6637         * config.h.in: Add HAVE_DYLD to indicate Darwin/MacOSX dynamic
6638         linking.
6639         * sysdll.c (dll_init):
6640         * sysdll.c (dll_open):
6641         * sysdll.c (dll_close):
6642         * sysdll.c (dll_function):
6643         * sysdll.c (dll_variable):
6644         * sysdll.c (dll_error):
6645         Add support for loading bundles using Darwin/MacOSX
6646         native API.
6647
6648 2003-08-12  Stephen J. Turnbull  <stephen@xemacs.org>
6649
6650         * process.c (start-process-internal): Document coding systems.
6651
6652 2003-07-30  Jerry James  <james@xemacs.org>
6653
6654         * sysdll.c: configure sets HAVE_DLD_INIT, not HAVE_INIT_DLD.
6655
6656 2003-07-31  René Kyllingstad  <listmailxemacs@kyllingstad.com>
6657
6658         * event-msw.c (mswindows_enqueue_mouse_button_event):
6659         * event-msw.c (mswindows_wnd_proc):
6660           enqueue button event when scrollwheel event isn't handled by 
6661           mswindows_handle_mousewheel_event, such as when the scrollbars
6662           are not showing.
6663
6664 2003-07-29  Stephen J. Turnbull  <stephen@xemacs.org>
6665
6666         * EmacsFrame.c (emacsFrameClassRec): Motif groks not XtCompress*.
6667
6668 2003-03-24  Stephen J. Turnbull  <stephen@xemacs.org>
6669
6670         * database.c (Fopen_database): Don't use DB_AUTO_COMMIT.
6671
6672 2003-03-21  Stephen J. Turnbull  <stephen@xemacs.org>
6673
6674         * regex.c (re_match_2_internal): Fix matching degenerate word
6675         boundaries.
6676
6677 2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
6678
6679         * XEmacs 21.4.13 is released
6680
6681 2003-03-20  Stephen J. Turnbull  <stephen@xemacs.org>
6682
6683         * config.h.in (INTPTR_T_IN_CYGWIN_TYPES_H): 
6684         * lisp.h (<inttypes.h>):
6685         Cygwin defines these types in <cygwin/types.h>.  Don't duplicate
6686         the definition.
6687
6688 2003-03-15  Martin Buchholz  <martin@xemacs.org>
6689
6690         * dumper.c (pdump_load): Pdump'ed XEmacs can't find its .dmp file.
6691         Scenario: Prepend ~/bin to PATH; then `mkdir ~/bin/xemacs'
6692         Result: "temacs can only be run in -batch mode."
6693         Fix: Check xemacs executable candidate for directory-ness.
6694
6695 2003-03-03  Robert Pluim  <rpluim@bigfoot.com>
6696
6697         * database.c: Don't use the u_int8_t etc typedefs on FreeBSD,
6698           they conflict with <sys/types.h>.
6699
6700 2003-02-14  Martin Buchholz  <martin@xemacs.org>
6701
6702         * database.c: Berkeley DB wants __STDC__ to be defined.
6703
6704 2003-02-13  Martin Buchholz  <martin@xemacs.org>
6705
6706         * EmacsFrame.c: Use symbolic name `NotUseful' in lieu of `0'.
6707
6708 2003-02-01  Martin Buchholz  <martin@xemacs.org>
6709
6710         * process-unix.c (unix_send_process): Fix C++ compile error.
6711
6712 2003-02-25  Andrew Begel  <abegel@cs.berkeley.edu>
6713
6714         * Added .dylib as an acceptable shared library file extension
6715         * to support MacOSX.
6716
6717 2003-02-01  Martin Buchholz  <martin@xemacs.org>
6718
6719         * EmacsFrameP.h (EmacsFramePart):
6720         Kludge to allow compiling with Motif1, but linking with Motif2.
6721
6722 2003-01-28  Martin Buchholz  <martin@xemacs.org>
6723
6724         * config.h.in (_ALL_SOURCE): Guard against multiple definition.
6725
6726
6727 2003-02-23  Stephen J. Turnbull  <stephen@xemacs.org>
6728
6729         * config.h.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
6730
6731 2003-02-06  Andrew Begel  <abegel@CS.Berkeley.EDU>
6732
6733         * sysdll.c: Included lisp.h to define needed alloca_array.
6734
6735 2003-02-13  Martin Buchholz  <martin@xemacs.org>
6736
6737         Make XEmacs redisplay 10 times faster.
6738         If, that is, you're using a slow X connection and MoveOpaque.
6739         Use compress_exposure = XtExposeCompressMaximal | XtExposeNoRegion.
6740         Use compress_motion = TRUE.
6741         * EmacsFrame.c (emacsFrameClassRec): 
6742         * EmacsShell-sub.c (EMACS_SHELL_CLASS_REC):
6743         * EmacsManager.c (emacsManagerClassRec):
6744         * xintrinsicp.h: Make sure XtExposeNoRegion is defined.
6745
6746 2003-01-30  Vin Shelton  <acs@xemacs.org>
6747
6748         * s/linux.h (ORDINARY_LINK): define ORDINARY_LINK for linux.
6749
6750 2003-01-17  Stephen J. Turnbull  <stephen@xemacs.org>
6751
6752         * glyphs-eimage.c (tiff_memory_seek): Lobotomize unsigned typedef.
6753         Patch by Martin Buchholz.
6754
6755 2003-01-16  Stephen J. Turnbull  <stephen@xemacs.org>
6756
6757         * glyphs-eimage.c (tiff_instantiate): Fix unsigned comparison.
6758         Thanks to icc for warning and Martin Buchholz for reporting.
6759
6760 2003-01-29  Vin Shelton <acs@xemacs.org>
6761
6762         Patch courtesy of Andrew Begel <abegel@cs.berkeley.edu>
6763
6764         * dynarr.c (Dynarr_realloc): memcpy copies number of bytes, so
6765         remember to multiply by the element size.
6766
6767 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
6768
6769         * XEmacs 21.4.12 "Portable Code" is released.
6770
6771 2003-01-14  Sergey Okhapkin <sos@prospect.com.ru>
6772
6773         * Makefile.in.in (ldflags): re-order sections for gcc 3.2.
6774         * s/cygwin.sc: new linker file.
6775
6776 2003-01-14  Stephen J. Turnbull  <stephen@xemacs.org>
6777
6778         Build fixes courtesy Martin Buchholz <martin@xemacs.org>:
6779
6780         * redisplay-x.c (x_output_string): Use X11-specified types.
6781         * syntax.c, syntax.h (SYNTAX_CODE): Use enum syntaxcode, not int.
6782         * emacs.c (__free_hook): Use typeof with Intel compiler.
6783         * config.h.in (alloca.h): Quick safe hack to please Intel compiler.
6784
6785 2003-01-08  Andy Piper  <andy@xemacs.org>
6786
6787         * unexcw.c (copy_executable_and_dump_data_section): Set the stack
6788         reserve size during unexec().
6789
6790 2003-01-07  Daiki Ueno  <daiki@xemacs.org>
6791
6792         * process-unix.c (unix_create_process): Don't let outchannel block.
6793
6794 2003-01-05  Rick Rankin  <rick_rankin@yahoo.com>
6795
6796         * emacs.c: Include "syswindows.h" when compiling under Cygwin.
6797         Needed for IsBadReadPtr().
6798
6799 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
6800
6801         * XEmacs 21.4.11 "Native Windows TTY Support" is released.
6802
6803 2002-12-14  Ben Wing  <ben@xemacs.org>
6804
6805         * callint.c: Declaration error.
6806         * dumper.c (pdump):
6807         * dumper.c (pdump_load): Warning fix.
6808         * process.c: GCPRO error.
6809         * glyphs.c (unmap_subwindow):
6810         * glyphs.c (map_subwindow): Parenthesizing errors with ! and &&.
6811         * event-stream.c (maybe_kbd_translate): Wrong argument to
6812         character_to_event().
6813
6814         * alloc.c (garbage_collect_1):
6815         * emacs.c:
6816         * emacs.c (debug_can_access_memory):
6817         * emacs.c (fatal_error_signal):
6818         * emacs.c (mswindows_handle_hardware_exceptions):
6819         * emacs.c (main_1):
6820         * emacs.c (main):
6821         * emacs.c (assert_failed):
6822         * emacs.c (syms_of_emacs):
6823         * lisp.h:
6824         * print.c:
6825         * print.c (std_handle_out_va):
6826         * print.c (write_string_to_stdio_stream):
6827         * print.c (write_fmt_string):
6828         * print.c (printing_badness):
6829         * print.c (printing_major_badness):
6830         * print.c (print_internal):
6831         * print.c (debug_print_no_newline):
6832         * print.c (debug_backtrace):
6833         Be more defensive in handling bad values when printing.  Add code
6834         from trunk involving inhibit_non_essential_printing_operations.
6835         When going down or in debug_print(), don't do external conversion
6836         and such and try really, really hard when printing to avoid core
6837         dumping.  Add force-debugging-signal, debug_break().
6838
6839 2002-12-12  Stephen J. Turnbull  <stephen@xemacs.org>
6840
6841         * dumper.c (pdump_load): Include sysdep.h; retry with truename.
6842         Analysis and original patch by Vin Shelton <acs@xemacs.org>.
6843
6844 2002-12-02  Greg Allen  <greg_allen@westlb-systems.co.uk>
6845
6846         * database.c: Fix open_database. Berkeley DB API has changed in
6847         4.1. see: http://www.sleepycat.com/docs/ref/upgrade.4.1/fop.html
6848
6849 2002-11-26  Stephen J. Turnbull  <stephen@xemacs.org>
6850
6851         * specifier.c (Fvalid_specifier_type_p): Typo in comment.
6852
6853 2002-11-13  Stephen J. Turnbull  <stephen@xemacs.org>
6854
6855         * event-Xt.c (Xt_timeout):
6856         (Xt_timeout_callback):
6857         (emacs_Xt_add_timeout):
6858         (emacs_Xt_remove_timeout):
6859         (Xt_timeout_to_emacs_event):
6860         Turn completed_timeouts from a stack into a queue.  Fixes
6861         deadlocks <15829.21626.171573.994716@sinisa.nasamreza.org>.
6862
6863 2002-11-07  Wolfram Gloger  <wg@malloc.de>
6864
6865         * alloc.c (reinit_alloc_once_early): Disable mmap in Doug Lea malloc.
6866         * emacs.c (main): Assert that mmap'd allocation is disabled.
6867
6868 2002-10-14  Andy Piper  <andy@xemacs.org>
6869
6870         * glyphs-widget.c (layout_query_geometry): add in fiddle
6871         factor. Include border text in width layout calculation.
6872         (layout_layout): use BORDER_FIDDLE_FACTOR instead of 10.
6873
6874 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
6875
6876         * XEmacs 21.4.10 "Military Intelligence" is released.
6877
6878 2002-10-17  Raymond Toy  <toy@rtp.ericsson.se>
6879
6880         * nas.c: Update for NAS 1.6 and later, from Jon Trulson.  Was
6881         using the NAS private array SoundFileInfo that no longer exists in
6882         NAS 1.6 and later.  Preserve backward compatibility with NAS 1.5a
6883         and earlier.  This is broken for some versions between 1.5a and
6884         1.5f.
6885
6886 2002-10-10  Stephen J. Turnbull  <stephen@xemacs.org>
6887
6888         * realpath.c (win32_readlink): Try to fix truename of wildcard bug.
6889
6890         * emacs.c (shut_down_emacs): Improve crash message.
6891
6892 2002-10-09  Stephen J. Turnbull  <stephen@xemacs.org>
6893
6894         * file-coding.c (determine_real_coding_system): Check for coding
6895         cookie in first LINES_TO_CHECK lines (currently 2).  Cater to
6896         shebangs and Python PEP 263.
6897
6898 2002-10-08  Andy Piper  <andy@xemacs.org>
6899
6900         * glyphs-widget.c (layout_query_geometry): only resize dynamically
6901         if static sizes haven't been set.
6902
6903 2002-08-30  Mike Alexander  <mta@arbortext.com>
6904
6905         * event-msw.c (winsock_closer): Use closesocket, not CloseHandle
6906         to close a socket.
6907
6908 2002-10-03  Stephen J. Turnbull  <stephen@xemacs.org>
6909
6910         * callproc.c (child_setup): 21.4 doesn't have retry_close.
6911
6912 2002-09-20  Mike Sperber <mike@xemacs.org>
6913
6914         (This partially gets back my patch from 2002-07-20 without the
6915         bug.)
6916         * callproc.c (child_setup): Remove Ben's comment noting confusion
6917         over the file descriptors >= 3: close_process_descs() doesn't
6918         close those.  Fix fd range to go up to MAXDESC-1 instead of 64.
6919         * process-unix.c (unix_create_process): Call
6920         begin_dont_check_for_quit to inhibit unwanted interaction (and
6921         thus breaking of X event synchronicity) in the child.
6922
6923 2002-09-26  Golubev I. N.  <gin@mo.msk.ru>
6924
6925         * frame-x.c (x_delete_frame): do not call XtDisplay on a destroyed
6926         widget.
6927
6928 2002-08-20  Ben Sigelman  <bhsigelm@cs.brown.edu>
6929
6930         * event-Xt.c (drain_X_queue): loop over while(XEventsQueued())
6931         instead of while(XtAppPending()&XtIMXEvent).  Upon a gdm logout,
6932         the xemacs process did not exit, but looped infinitely here.  This
6933         fixes that problem.
6934
6935 2002-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
6936
6937         * font-lock.c (SYNTAX_START_STYLE, SYNTAX_END_STYLE): Quiet GCC.
6938         (find_context): Improve comments.
6939
6940         * regex.c (re_compile_fastmap):  Gratuitous #ifdef comment fixes.
6941         (re_match_2): An XCHAR_TABLE operation was missing.
6942
6943         Many of the following changes were inspired by Andy Piper's (now
6944         obsolete) patch to make syntax-table text property lookup optional.
6945
6946         [Documentation]
6947
6948         * syntax.h (top level): Document semantics of syntax flags.
6949         * syntax.c (comstr_start, Fforward_comment): Improve comments.
6950         * syntax.c, syntax.h (top level): Document syntax cache better in
6951         comments.
6952
6953         [Instrument syntax caching (temporary change)]
6954
6955         * syntax.h (enum syntax_cache_statistics_functions, struct
6956         syntax_cache_statistics, SCS_STATISTICS_SET_FUNCTION,
6957         SYNTAX_CACHE_STATISTICS_COUNT_INIT): New types and macros.
6958         * syntax.c (scan_words, Fforward_comment, scan_lists,
6959         Fbackward_prefix_characters):
6960         * font-lock.c (find_context):
6961         Use them to instrument syntax caching. 
6962         * syntax.c (struct syntax_cache_statistics, scs_statistics,
6963         syntax_cache_statistics_function_names): New type and variables.
6964         * syntax.c (update_syntax_cache): Update and report statistics.
6965
6966         [Major syntax cache optimizations]
6967
6968         syntax.c (lookup_syntax_properties): Default off.
6969
6970         * syntax.h (UPDATE_SYNTAX_INTERNAL): New, implements UPDATE_SYNTAX*.
6971         * syntax.c (update_syntax_cache):
6972         Move init test from update_syntax_cache to UPDATE_SYNTAX_INTERNAL.
6973
6974         [Minor syntax cache optimizations and code clarifications]
6975
6976         * syntax.h (SYNTAX_COMMENT_BITS, SYNTAX_START_P, SYNTAX_END_P,
6977         SYNTAX_STYLES_MATCH_START_P, SYNTAX_STYLES_MATCH_1CHAR_P,
6978         SYNTAX_STYLES_MATCH_END_P, STYLE_FOUND_1CHAR_P, STYLE_FOUND_P,
6979         SYNTAX_COMMENT_MASK_END, SYNTAX_COMMENT_MASK_START,
6980         SYNTAX_COMMENT_1CHAR_MASK): Remove redundant argument `table'.
6981         (Code clarification.)
6982
6983         * syntax.c (scan_words, find_end_of_comment, scan_sexps_forward,
6984         scan_lists): Compute code from syncode, use Boolean macros instead
6985         of redundant masking operations.  (Code clarification; any decent
6986         compiler can do this optimization.)
6987
6988         * syntax.c (scan_lists): Rearrange switches (case Sstring_fence)
6989         for clarity.
6990
6991         * syntax.h, syntax.c (NEXT_SINGLE_PROPERTY_CHANGE,
6992         PREVIOUS_SINGLE_PROPERTY_CHANGE, update_syntax_cache): Conditionally
6993         use F*_single_property_change instead of F*_extent_change.
6994         Currently F*_single_property_change is _much_ less efficient.
6995
6996         * dired.c (Fdirectory_files): Qt not valid in syntax_cache.object.
6997         * syntax.h (SETUP_SYNTAX_CACHE_FOR_OBJECT):  Initialize
6998         syntax_cache.object properly, don't leave Qt or Qnil.
6999         (SYNTAX_CACHE_BYTE_TO_CHAR): Use SETUP_SYNTAX_CACHE_FOR_OBJECT.
7000         * syntax.c (update_syntax_cache): Use BUFFERP and STRINGP, not
7001         tests for Qt or Qnil.
7002
7003 2002-09-21  Stephen J. Turnbull  <stephen@xemacs.org>
7004
7005         * redisplay.c (point_in_line_start_cache): 
7006         * extents.c (print_extent_1):
7007         Fix warnings.
7008
7009         * extents.c (Fset_extent_property): Document `syntax-table' property.
7010
7011         * extents.h (Fnext_single_property_change): EXFUN it.
7012
7013 2002-09-09  Stephen J. Turnbull  <stephen@xemacs.org>
7014
7015         * search.c (clear_unused_search_regs): New static function.
7016         (search_buffer): 
7017         (simple_search): 
7018         (boyer_moore):
7019         Use it.  Fixes "stale match data" bug reported by Martin Stjernholm.
7020         Minor clarifications in comments.
7021
7022         * regex.c (re_match_2_internal): Ensure no stale submatches.
7023
7024 2002-09-09  Stephen J. Turnbull  <stephen@xemacs.org>
7025
7026         * event-Xt.c (enqueue_focus_event): Add missing prototype.
7027
7028 2002-08-29  Jerry James  <james@xemacs.org>
7029
7030         * lisp.h: structrures -> structures.
7031
7032 2002-06-03  Andy Piper  <andy@xemacs.org>
7033
7034         * frame.c (frame_conversion_internal): add conversion appropriate
7035         for setting frame dimensions in pixels.
7036
7037         * console.h (struct console_methods): add device-specific widget
7038         layout functions.
7039
7040         * emacs.c (main_1): initialize glyph vars.
7041
7042         * event-Xt.c (handle_focus_event_1): call handle_focus_event_2
7043         (handle_focus_event_2): new function. Allow focus to
7044         be set to a particular window and widget.
7045         (enqueue_focus_event): new function. Create a
7046         synthetic focus event.
7047         (emacs_Xt_handle_magic_event): call
7048         handle_focus_event_2.
7049
7050         * frame.c (Fset_frame_pixel_height): new function. Allow
7051         pixel-based sizing. Does the right thing on character-oriented
7052         displays.
7053         (Fset_frame_pixel_width): ditto.
7054         (Fset_frame_pixel_size): ditto.
7055         (syms_of_frame): declare.
7056
7057         * general-slots.h: add :vertically-justify and
7058         :horizontally-justify.
7059
7060         * glyphs-msw.c (xbm_create_bitmap_from_data): warning fix.
7061         (mswindows_widget_border_width): new function.
7062         (mswindows_combo_box_instantiate): set border widths.
7063         (console_type_create_glyphs_mswindows): declare.
7064
7065         * glyphs-widget.c:
7066         (check_valid_justification): allow vertical and horizontal
7067         justification.
7068         (widget_border_width): new function. Call device methods.
7069         (widget_instance_border_width): ditto.
7070         (logical_unit_height): new function. Determine the height of a
7071         logical-unit. Logical units are intended to provide grid-like
7072         layout for subcontrols in a layout. If the layout is
7073         :vertically-justify top then subcontrols will be positioned on
7074         logical-unit boundaries, thus allowing adjacent subcontrols to
7075         line up.
7076         (widget_logical_unit_height): ditto for widgets.
7077         (redisplay_widget): misc cleanup.
7078         (widget_spacing): new function. Call device specific
7079         methods. Intended to be the default gap between adjacent widgets.
7080         (widget_query_geometry): use new spacing functions to determine
7081         appropriate geometry.
7082         (initialize_widget_image_instance): initialize horizontal and
7083         vertical justification.
7084         (widget_instantiate): use logica-units where appropriate for
7085         sizing large widgets.
7086         (button_query_geometry): use widget_instance_border_width.
7087         (tree_view_query_geometry): ditto.
7088         (tab_control_query_geometry): ditto.
7089         (edit_field_query_geometry): new function.
7090         (layout_update): pick up :justify, :horizontally-justify and
7091         :vertically-justify none of which worked previously. :justify is
7092         used as a fallback for both horizontal and vertical justification.
7093         (layout_query_geometry): use logical units to size appropriately.
7094         (layout_layout): ditto.
7095         (Fwidget_logical_to_character_width): new function. Allow users to
7096         convert from logical units to characters so that frame sizes can
7097         be set appropriately.
7098         (Fwidget_logical_to_character_height): ditto.
7099         (syms_of_glyphs_widget): declare.
7100         (image_instantiator_edit_fields): add edit_field_query_geometry.
7101         (VALID_LAYOUT_KEYWORDS): declare :vertically-justify and
7102         :horizontally-justify.
7103         (specifier_vars_of_glyphs_widget): new function. Declare
7104         Vwidget_border_width which is not yet used.
7105
7106         * glyphs-x.c (x_map_subwindow): enqueue appropriate focus events.
7107         (x_widget_border_width): new function.
7108         (x_widget_instantiate): create a sensible name for widgets.
7109         (console_type_create_glyphs_x): declare x_widget_border_width.
7110
7111         * glyphs.h (DEFAULT_WIDGET_BORDER_WIDTH): new macro.
7112         (struct Lisp_Image_Instance): add :vertically-justify and
7113         :horizontally-justify.
7114         (LAYOUT_JUSTIFY_TOP): new.
7115         (IMAGE_INSTANCE_SUBWINDOW_H_JUSTIFY): new.
7116         (ROUND_UP): new macro. Round argument up to next integral
7117         interval.
7118
7119         * redisplay-output.c (redisplay_output_layout): misc formatting.
7120
7121         * symsinit.h: declare specifier_vars_of_glyphs_widget.
7122
7123 2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
7124
7125         * XEmacs 21.4.9 "Informed Management" is released.
7126
7127 2002-08-19  Andy Piper  <andy@xemacs.org>
7128
7129         * fileio.c (Ffile_truename): on cygwin using win32 normalize to
7130         win32 format.
7131
7132         * realpath.c (xrealpath): normalize drive spec also so that dir
7133         sep chars are not mixed on cygwin.
7134
7135 2002-08-06  Jerry James  <james@xemacs.org>
7136
7137         * window.c (Fsplit_window): Count only half of the divider width
7138         against the left window when splitting horizontally. 
7139
7140 2002-06-24  Andy Piper  <andy@xemacs.org>
7141
7142         * toolbar-gtk.c (GTK_OUTPUT_BUTTONS_LOOP): output button if whole
7143         toolbar was cleared.
7144
7145         * toolbar-msw.c (mswindows_clear_frame_toolbars): new
7146         function. Split out from mswindows_output_frame_toolbars.
7147         (mswindows_output_frame_toolbars): move clear pieces to
7148         mswindows_output_frame_toolbars.
7149
7150         * toolbar-gtk.c (gtk_clear_frame_toolbars): new function. Split
7151         out from gtk_output_frame_toolbars.
7152         (gtk_output_frame_toolbars): move clear pieces to
7153         gtk_clear_frame_toolbars.
7154
7155         * toolbar-x.c (X_OUTPUT_BUTTONS_LOOP): always output buttons when
7156         the frame is cleared. How this ever worked before is a mystery.
7157         (x_output_frame_toolbars): Only output toolbars.
7158         (x_clear_frame_toolbars): new. Clear previous toolbar locations.
7159
7160         * gutter.c (update_gutter_geometry):
7161         Mark frame layout changed.
7162         (update_frame_gutter_geometry, update_frame_gutters):
7163         Respect frame_layout_changed.
7164
7165         * console.h (struct console_methods): add
7166         clear_frame_toolbars_method.
7167
7168         * redisplay.c (redisplay_frame): call
7169         update_frame_toolbars_geometry and re-order update_frame_toolbars.
7170
7171         * toolbar.h: declare update_frame_toolbars_geometry.
7172
7173         * toolbar.c (update_frame_toolbars_geometry): new function. Split
7174         out from update_frame_toolbars.  Call clear_frame_toolbars.
7175         (update_frame_toolbars): only output, do not change geometry.
7176
7177         * redisplay.c: add frame_layout_changed.
7178
7179         * redisplay.h: add frame_layout_changed.
7180         (CLASS_RESET_CHANGED_FLAGS): set it.
7181         (GLOBAL_RESET_CHANGED_FLAGS): ditto.
7182         (CLASS_REDISPLAY_FLAGS_CHANGEDP): test it.
7183         (GLOBAL_REDISPLAY_FLAGS_CHANGEDP): ditto.
7184
7185         * device.h (struct device): add frame_layout_changed.
7186         (MARK_DEVICE_FRAME_LAYOUT_CHANGED): new.
7187
7188         * frame.h (struct frame): add frame_layout_changed.
7189         (MARK_FRAME_LAYOUT_CHANGED): new.
7190
7191 2002-06-30  Mike Alexander  <mta@arbortext.com>
7192
7193         * event-msw.c (mswindows_need_event): Don't wait for a new message
7194         if the queue is not empty.  Suggested by Paul Moore.
7195
7196 2002-06-12  Andy Piper  <andy@xemacs.org>
7197
7198         * frame-msw.c (msprinter_init_frame_3): calculate the frame size
7199         for printing on accurately.
7200
7201 2002-06-09  Rick Rankin <rick_rankin@yahoo.com>
7202
7203         * event-msw.c (mswindows_wnd_proc): Add a handler for the
7204         WM_ACTIVATE message. Make sure that the frame is visible if the
7205         window is visible. This seemss to fix the problem where XEmacs
7206         appears to freeze after switching desktops with certain virtual
7207         window managers.
7208         (debug_output_mswin_message): Added code to output message
7209         parameters for WM_WINDOWPOSCHANGED, 
7210         WM_WINDOWPOSCHANGING, WM_MOVE, and WM_SIZE messages.
7211
7212 2002-05-25  Andy Piper  <andy@xemacs.org>
7213
7214         * select-x.c (vars_of_select_x): Fix docstring of
7215         x-selection-strict-motif-ownership
7216
7217 2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
7218
7219         * keymap.c (get_keymap):
7220         Add comment about do_autoload GCPROs own args.
7221
7222 2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
7223
7224         * bytecode.c (execute_optimized_program): check_opcode ifdef
7225         ERROR_CHECK_BYTE_CODE.
7226
7227 2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
7228
7229         Thanks to Ben Wing and Michael Sperber.
7230
7231         * eval.c (Fcommand_execute):
7232         (Feval):
7233         (Ffuncall):
7234         (Fmacroexpand_internal):
7235         (function_argcount):
7236         callint.c (Fcall_interactively):
7237         Add comment about do_autoload GCPROs own args.
7238
7239         * (do_autoload): GCPRO both args as well as local Lisp_Object.
7240
7241         * eval.c (Ffuncall): Extra braces to placate GCC.
7242
7243 2002-08-10  Stephen J. Turnbull  <stephen@xemacs.org>
7244
7245         * backtrace.h (grow_specpdl):
7246         (SPECPDL_RESERVE):
7247         * EmacsFrame.c (EmacsFrameSetValues):
7248         * eval.c (grow_specpdl):
7249         * ExternalShell.c (hack_event_masks_1):
7250         * glyphs-x.c (convert_EImage_to_XImage): 
7251         (x_finalize_image_instance):
7252         * ralloc.c (page_size):
7253         (r_alloc_sbrk):
7254         * xgccache.c (gc_cache_hash):
7255         Fix unsigned comparison warnings.
7256
7257 2002-07-29  Jerry James  <james@xemacs.org>
7258
7259         * lread.c (locate_file): Any nonnegative return value indicates
7260         success if MODE is nonnegative.
7261
7262 2002-08-03  Brian A Palmer  <bpalmer@rescomp.Stanford.EDU>
7263
7264         * emacs.c (Fsplit_string_by_char): Make 2nd arg SEPCHAR a required
7265         argument. 
7266
7267 2002-07-17  Stephen J. Turnbull  <stephen@xemacs.org>
7268
7269         * process-unix.c (unix_send_process): #ifdef the coding_stream member.
7270
7271         * dumper.c (pdump_get_indirect_count):
7272         (pdump_scan_by_alignment):
7273         (pdump_dump_root_struct_ptrs):
7274         (pdump_dump_rtables):
7275         (pdump_dump_root_objects):
7276         (pdump):
7277         * nas.c (WaveOpenDataForReading):
7278         * fns.c (print_bit_vector):
7279         * font-lock.c (SINGLE_SYNTAX_STYLE):
7280         * glyphs.c (check_for_ignored_expose):
7281         (find_matching_subwindow):
7282         * glyphs-eimage.c:
7283         * imgproc.c (get_histogram):
7284         * redisplay.c (point_in_line_start_cache):
7285         * redisplay-output.c (redisplay_unmap_subwindows):
7286         * symbols.c (defsymbol_massage_name_1):
7287         (defkeyword_massage_name):
7288         (deferror_massage_name_and_message):
7289         * redisplay-x.c (x_output_string): 
7290         * emacs.c (run_temacs_argv_size, run_temacs_args_size):
7291         * frame.h (struct frame):
7292         * filelock.c (current_lock_owner):
7293         * doprnt.c (emacs_doprnt_1):
7294         * lisp.h (struct Lisp_Bit_Vector):
7295         (DO_REALLOC):
7296         Fix warnings.
7297
7298 2002-02-13  Ben Wing  <ben@xemacs.org>
7299
7300         * event-stream.c (reset_key_echo):
7301         * event-stream.c (reset_this_command_keys):
7302         * event-stream.c (execute_command_event):
7303         If console is dead as a result of C-x 5 0, then post-command stuff
7304         needs to be careful and do only non-console-specific stuff.
7305
7306 2002-07-01  Mike Sperber <mike@xemacs.org>
7307
7308         * process-unix.c (unix_send_process): Mark coding_outstream as
7309         non-open upon SIGPIPE.
7310
7311         * event-stream.c (Fnext_event): Reorder switch cases to something
7312         that makes sense.
7313
7314 2001-08-13  Dmitry Astapov  <adept@umc.com.ua>
7315
7316         * event-Xt.c (maybe_define_x_key_as_self_inserting_character):
7317         Don't bogusly reinitialize ascii_character property.
7318
7319 2002-07-08  Mike Sperber <mike@xemacs.org>
7320
7321         * process.c (Fstart_process_internal): Do error checking before we
7322         fork off the child, so the child can't muck with the state of the
7323         parent.
7324
7325 2002-07-08  Mike Sperber <mike@xemacs.org>
7326
7327         * ralloc.c (init_ralloc): Allocate properly for pdump.
7328
7329 2002-06-12  Andy Piper  <andy@xemacs.org>
7330
7331         * glyphs.c (query_string_geometry): check the string.
7332
7333         * glyphs-widget.c (widget_logical_unit_height): cope with nil
7334         widget names.
7335
7336 2002-06-17  Jerry James  <james@xemacs.org>
7337
7338         * sysdll.c: Remove RTLD_GLOBAL initialization.
7339         * sysdll.c (dll_open): Do not use RTLD_GLOBAL.
7340
7341 2002-06-25  Stephen J. Turnbull  <stephen@xemacs.org>
7342
7343         * search.c (skip_chars): Port Ben's crash fix and efficiency patch.
7344
7345 2002-05-16  Mathias Grimmberger  <mgri@zaphod.sax.de>
7346
7347         * sysdep.c (sys_rename): Make sys_rename work for the case where
7348         Windows rename sets errno to EACCES if target file exists.
7349
7350 2002-05-21  Jonathan Harris  <jonathan@xemacs.org>
7351
7352         * device-msw.c (mswindows_handle_page_setup_dialog_box):
7353         Fix detection of metric units to work on Win95
7354
7355 2002-05-21  Stephen J. Turnbull  <stephen@xemacs.org>
7356
7357         * syswindows.h: #define LOCALE_RETURN_NUMBER.  Why, I don't know.
7358
7359 2002-04-25  Andy Piper  <andy@xemacs.org>
7360
7361         * redisplay.c (create_text_block): Remove extra comment trailer.
7362
7363 2002-04-24  Andy Piper  <andy@xemacs.org>
7364
7365         * redisplay.c (create_text_block): Don't actually add propagation
7366         data if the line ends after we have added a glyph.
7367
7368 2002-04-22  Andy Piper  <andy@xemacs.org>
7369
7370         * extents.c (extent_fragment_update): check for glyphs we have
7371         previously displayed.
7372         * extents.c (print_extent_1): warning removal.
7373         * extents.h: change prototype.
7374         * redisplay-output.c (redisplay_normalize_glyph_area): calculate
7375         widths correctly for wide glyphs.
7376         * redisplay.c (position_redisplay_data_type): add end_glyph_width.
7377         * redisplay.c (prop_type): add PROP_GLYPH.
7378         * redisplay.c (struct prop_block): add glyph type
7379         * redisplay.c (add_glyph_rune): when adding part of a glyph add it
7380         to the propagation data.
7381         * redisplay.c (create_text_block): if there is a glyph in the
7382         propagation data use it to salt extent_fragment_update.
7383         * redisplay.c (create_string_text_block): ditto.
7384
7385 2002-04-13  Nix  <nix@esperi.demon.co.uk>
7386
7387         * redisplay.h (struct rune): Add ascent, descent, and yoffset fields.
7388         * redisplay-output.c (compare_runes): Compare them.
7389         * redisplay.c: Update copyright date.
7390         * redisplay.c (pos_data): Add need_baseline_computation field.
7391         * redisplay.c (add_glyph_rune): Update ascent, descent, and
7392         need_baseline_computation; zero yoffset. Set max_pixmap_height
7393         for all pixmaps, not just automatically positioned ones.
7394         * redisplay.c (calculate_yoffset): New, compute yoffset values.
7395         * redisplay.c (calculate_baseline): New, compute textual baseline.
7396         * redisplay.c (add_glyph_rune): Call them.
7397         * redisplay.c (create_text_block): Likewise.
7398         * redisplay.c (create_overlay_glyph_block): Likewise.
7399         * redisplay.c (add_margin_runes): Likewise.
7400         * redisplay.c (create_string_text_block): Likewise. Fix tabdamage.
7401
7402         * redisplay.h: (redisplay_calculate_display_boxes): Change prototype.
7403         * redisplay-output.c (redisplay_calculate_display_boxes): Use yoffset.
7404         * redisplay-msw.c (mswindows_output_blank): Pass 0 as yoffset.
7405         * redisplay-msw.c (mswindows_output_string): Likewise.
7406         * redisplay-msw.c (mswindows_output_display_block): Pass yoffset.
7407         * redisplay-gtk.c (gtk_output_display_block): Likewise.
7408         * redisplay-x.c (x_output_display_block): Likewise.
7409
7410 2002-03-28  Ben Wing  <ben@xemacs.org>
7411
7412         * redisplay.c: Fixed bug in redisplay
7413         w.r.t. hscroll/truncation/continuation glyphs causing jumping up
7414         and down of the lines, since they're bigger than the line
7415         size. (It was seen most obviously when there's a horizontal scroll
7416         bar, e.g. do C-h a glyph or something like that.) The problem was
7417         that the glyph-contrib-p setting on glyphs was ignored even if it
7418         was set properly, which it wasn't until now.
7419
7420 2002-04-24  Andy Piper  <andy@xemacs.org>
7421
7422         * lisp.h (Dynarr_end): Fix definition.
7423
7424 2002-02-06  Adrian Aichner  <adrian@xemacs.org>
7425
7426         * redisplay.c (mark_redisplay): Remove call to
7427         update_frame_window_mirror.
7428
7429 2001-11-15  Andy Piper  <andy@xemacs.org>
7430
7431         * win32.c (Fmswindows_shell_execute): fix handling of URL's under
7432         cygwin (again).
7433
7434 2002-02-13  Andy Piper  <andy@xemacs.org>
7435
7436         * event-msw.c (mswindows_wnd_proc): only mark the frame visible if
7437         we did in fact enqueue the XM_MAPFRAME event.
7438
7439 2002-01-15  Adrian Aichner  <adrian@xemacs.org>
7440
7441         * event-msw.c (mswindows_wnd_proc): Add handling of WM_SHOWWINDOW
7442         to fix problem switching between virtual desktops under virtuawin
7443         virtual window manager.
7444
7445 2001-07-30  Adrian Aichner  <adrian@xemacs.org>
7446
7447         * event-msw.c: Typo fix.
7448         * event-msw.c (mswindows_wnd_proc): Set FRAME_VISIBLE_P after
7449         magic XM_MAPFRAME event has been sent.
7450
7451 2001-11-23  Andy Piper  <andy@xemacs.org>
7452
7453         * event-msw.c (mswindows_wnd_proc): Don't pump mousewheel events.
7454
7455 2001-11-21  Andy Piper  <andy@xemacs.org>
7456
7457         * scrollbar-msw.c (mswindows_handle_mousewheel_event): cope with
7458         mouse events outside the frame.
7459
7460 2002-03-20  Andy Piper  <andy@xemacs.org>
7461
7462         * menubar-msw.c (mswindows_popup_menu): warning removal.
7463         * dialog-msw.c (dialog_popped_down): ditto.
7464
7465 2001-12-11  Andy Piper  <andy@xemacs.org>
7466
7467         * dialog-msw.c (dialog_popped_down): new function. unset popup_up_p.
7468         * dialog-msw.c (mswindows_make_dialog_box_internal): set
7469         popup_up_p.
7470         * menubar-msw.c (unsafe_handle_wm_initmenupopup_1): ditto.
7471         * menubar-msw.c (mswindows_handle_wm_command): ditto.
7472         * menubar-msw.c (mswindows_popup_menu): ditto.
7473
7474 2001-10-29  Andy Piper  <andy@xemacs.org>
7475
7476         * dialog-msw.c (handle_directory_dialog_box): quit if the user
7477         cancels.
7478
7479 2002-01-03  Andy Piper  <andy@xemacs.org>
7480
7481         * realpath.c (ABS_LENGTH): dtrt for cygwin systems using drive
7482         letters.
7483         (xrealpath): ditto.
7484
7485 2002-03-29  Jonathan Harris  <jonathan@xemacs.org>
7486
7487         * device-msw.c (plist_get_margin): Add arg specifying mm or inches
7488         * device-msw.c (plist_set_margin): Fix multiplicand used for mm
7489         * device-msw.c (mswindows_handle_page_setup_dialog_box):
7490         Detect and handle case where machine is set up for metric units
7491
7492 2002-04-02  Andy Piper  <andy@xemacs.org>
7493
7494         * dired-msw.c (mswindows_get_files): 
7495         * nt.c (mswindows_stat): SetErrorMode() so that file errors are
7496         completely handled by XEmacs. Suggested by Thomas Vogler
7497         <mail@thomas-vogler.de>.
7498
7499 2001-11-14  Andy Piper  <andy@xemacs.org>
7500
7501         * nt.c (REG_ROOT): change registry key to XEmacs.
7502
7503 2002-04-27  Andy Piper  <andy@xemacs.org>
7504
7505         * glyphs-msw.c (mswindows_widget_instantiate): remove dead-code.
7506
7507 2002-04-26  Andy Piper  <andy@xemacs.org>
7508
7509         * glyphs-msw.c (mswindows_map_subwindow): observe :initial-focus
7510         behavior.
7511
7512 2002-03-14  Mike Alexander  <mta@arbortext.com>
7513
7514         * event-msw.c (mswindows_unwait_process): New, remove process from
7515         wait list
7516         * process-nt.c (nt_finalize_process_data): Call
7517         mswindows_unwait_process
7518         * console-msw.h: Declare mswindows_unwait_process
7519
7520 2002-05-14  Stephen J. Turnbull  <stephen@xemacs.org>
7521
7522         * editfns.c (Fdecode_time):
7523         (Fformat_time_string):
7524         Check for invalid time.  Thanks to Nick Pakoulin <npak@ispras.ru>.
7525         (make_time): Warning elimination (change arg name).
7526
7527 2001-11-24  Andy Piper  <andy@xemacs.org>
7528
7529         * window.c (Fsplit_window): Doc return type.
7530
7531 2002-04-01  Andy Piper  <andy@xemacs.org>
7532
7533         * emacs.c (Fkill_emacs): Only output message box in interactive
7534         mode.
7535
7536 2002-04-26  Andy Piper  <andy@xemacs.org>
7537  
7538         * config.h.in: pull in 21.5.x change to stop alloca warnings under
7539         cygwin.
7540
7541 2002-03-18  Gregory Steuck  <greg-xemacs-patch@nest.cx>
7542
7543         * unexelf.c:  Use ELFSIZE or define from _LP64 to indicate a 64
7544         bit platform.
7545
7546 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
7547
7548         * XEmacs 21.4.8 "Honest Recruiter" is released.
7549
7550 2002-05-07  Nix  <nix@esperi.demon.co.uk>
7551
7552         Supersedes 2002-04-17 patch.
7553
7554         * process.h (PROCESS_LIVE_P): Use the process status as
7555         evidence of health, not the state of the input stream.
7556         (PROCESS_READABLE_P): Say if the process is readable
7557         from. (It may be dead nonetheless.)
7558         (CHECK_READABLE_PROCESS): Test for that condition.
7559
7560         * process.c (create_process): Use PROCESS_READABLE_P.
7561         (read_process_output, set_process_filter): Likewise.
7562
7563         * process.c (Fprocess_input_coding_system): Use CHECK_READABLE_PROCESS.
7564         (Fset_process_input_coding_system, Fprocess_coding_system): Likewise.
7565
7566         This code is #if 0'd, this is not the time to add new functions:
7567
7568         * process.c (Fprocess_readable_p): Report readability status.
7569         * process.c (Qprocess_readable_p): New, associated symbol...
7570         * process.c (syms_of_process): ... initialize it.
7571
7572 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
7573
7574         * XEmacs 21.4.7 "Economic Science" is released.
7575
7576 2002-04-17  Nix  <nix@esperi.demon.co.uk>
7577
7578         * process.h (PROCESS_LIVE_P): Use the process status as
7579         evidence of health, not the state of the input stream.
7580
7581 2002-04-30  Charles G. Waldman <cgw@xemacs.org>
7582
7583         * sysdep.c (sys_siglist): change "signum" to "signal"
7584
7585 2001-04-21  Martin Buchholz  <martin@xemacs.org>
7586
7587         * s/darwin.h: New file.
7588         Thanks to Greg Parker <gparker@cs.stanford.edu>.
7589         
7590 2002-04-23  Andreas Jaeger  <aj@suse.de>
7591
7592         * s/linux.h (LIB_STANDARD): Define correctly for x86-64 and s390x
7593         which use lib64 for 64-bit libs.
7594         (START_FILES): Likewise.
7595
7596 2002-02-11  Mike Sperber  <mike@xemacs.org>
7597
7598         * device-x.c: 
7599         (x_IO_error_handler):
7600         (x_init_device): Temporarily keep device in static variable
7601         `device_being_initialized' so we can recover gracefully from
7602         internal XOpenDevice failure.  (XOpenDevice is documented to
7603         return NULL on failure, but sometimes calls the IO error handler
7604         instead.)
7605
7606 2002-01-31  John H. Palmieri  <palmieri@math.washington.edu>
7607
7608         * dired.c (Ffile_name_all_completions): Change documentation --
7609         remove reference to completion-ignored-extensions.
7610         * dired.c (vars_of_dired): Change documentation for
7611         completion-ignored-extensions -- remove reference to
7612         file-name-all-completions.
7613
7614 2002-03-06  Jerry James  <james@xemacs.org>
7615
7616         * emodules.c (emodules_load): Fix multiple loading of same module.
7617
7618 2002-01-25  Andrew Begel <abegel@cs.berkeley.edu>
7619         * sysdll.c (dll_open): Changed to use RTLD_NOW instead of
7620         RTLD_LAZY to avoid incorrect symbol binding when using nested
7621         shared libraries on Solaris.
7622
7623 2002-02-12  Stephen J. Turnbull  <stephen@xemacs.org>
7624
7625         * fileio.c (Ffind_file_name_handler): Improve docstring.
7626
7627 2002-01-20  Stephen J. Turnbull  <stephen@xemacs.org>
7628
7629         * fns.c (Fmapconcat): Improve docstring.
7630
7631 2002-01-03  Eric Gillespie, Jr.  <epg@pretzelnet.org>
7632
7633         * device-gtk.c: Add prototype for
7634         emacs_gtk_selection_clear_event_handle.
7635         (gtk_init_device): Call gtk_selection_add_target for CLIPBOARD
7636         selection.  Setup signal handler for "selection_clear_event"
7637         (emacs_gtk_selection_clear_event_handle).
7638
7639         * select-gtk.c (emacs_gtk_selection_clear_event_handle): Handle
7640         other applications owning the clipboard (based on
7641         x_handle_selection_clear).
7642
7643 2001-12-23  William M. Perry  <wmperry@gnu.org>
7644
7645         * menubar-gtk.c (gtk_popup_menu)  Add sanity checks, fix crash.
7646         
7647 2002-01-04  Martin Buchholz  <martin@xemacs.org>
7648
7649         * keymap.c (define_key_alternate_name): Parenthesize EQ.
7650
7651 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
7652
7653         * XEmacs 21.4.6 "Common Lisp" is released.
7654
7655 2001-12-16  Torsten Duwe  <duwe@caldera.de>
7656
7657         * search.c (Freplace_match): Add missing sub-expression functionality.
7658
7659         * buffer.c (decode_buffer): Add a check for pointer type to
7660         decode_buffer, before gcc's CSE optimization reorders a
7661         dereference in front of the allow_string test.
7662
7663 2001-11-16  Darryl Okahata  <darrylo@xemacs.org>
7664
7665         * window.c (window_loop): Fix bug that sometimes prevented
7666         window_loop() from iterating across multiple devices.  Also, at
7667         Ben's request, changed infloop-detecting code to abort() instead
7668         of silently terminating window_loop().
7669
7670 2001-11-21  Stephen J. Turnbull  <stephen@xemacs.org>
7671
7672         Based on analysis and patch by Simon Josefson <jas@extundo.com>.
7673         * editfns.c (make_time): New function.
7674         (Fencode_time): Use it instead of wasteful_word_to_lisp.
7675         * lisp.h (make_time): Prototype and comment it.
7676         * dired.c (wasteful_word_to_lisp): Deprecate.
7677         (Ffile_attributes): Use make_time() instead of wasteful_word_to_lisp().
7678
7679 2001-10-31  Kyle Jones  <kyle_jones@wonderworks.com>
7680
7681         * fileio.c (auto_save_1): Use current coding system, not
7682         escape-quoted.
7683
7684 2001-11-13  Ben Wing  <ben@xemacs.org>
7685
7686         * window.c:
7687         * window.c (window_truncation_on):
7688         * window.c (syms_of_window):
7689         truncate-partial-width-windows should respect the buffer being
7690         displayed, like other redisplay vars.
7691
7692 2001-11-13  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
7693
7694         * event-stream.c (Fread_key_sequence): save current buffer.
7695
7696 2001-10-29  Andrew Begel  <abegel@eecs.berkeley.edu>
7697
7698         * ntheap.c (_heap_init): Don't redefine in VS.NET (MSC >= 1300).
7699
7700 2001-10-29  Andrew Begel  <abegel@eecs.berkeley.edu>
7701
7702         * alloc.c (lcrecord_stats): Add space for types defined in modules.
7703
7704 2001-10-26  Mike Alexander  <mta@arbortext.com>
7705
7706         * event-msw.c (slurper_free_shared_data_maybe): Free the pipe handle.
7707
7708 2001-10-25  Andy Piper  <andy@xemacs.org>
7709
7710         * ChangeLog:
7711         * dialog-msw.c (handle_directory_proc): new function.
7712          (handle_directory_dialog_box): new fucntion.
7713          (handle_file_dialog_box): use new directory dialog support.
7714          (mswindows_make_dialog_box_internal): ditto.
7715         * event-msw.c (mswindows_wnd_proc): minor fix to scrollbar event
7716         handling.
7717         (mswindows_find_frame): make global.
7718         * fileio.c (Fexpand_file_name): build fix.
7719         * general-slots.h: add Qdirectory.
7720         * scrollbar-msw.c (mswindows_handle_scrollbar_event): fix focus
7721         handling.
7722         * syswindows.h (LOCAL_TO_WIN32_FILE_FORMAT): fix problem with
7723         cygwin not leaving win32 paths unchanged.
7724         * win32.c (Fmswindows_cygwin_to_win32_path): new function. Use the
7725         cygwin runtime to do path conversion.
7726         (Fmswindows_shell_execute): fix cygwin handling of URLs.
7727         (syms_of_win32): add new function.
7728         * window.c (window_loop): build fix.
7729
7730 2001-10-15  Andy Piper  <andy@xemacs.org>
7731
7732         (Fmswindows_shell_execute): fix handling of URL's under cygwin.
7733
7734 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
7735
7736         * XEmacs 21.4.5 "Civil Service" is released.
7737
7738 2001-04-08  Danny Colascione  <qtmstr@optonline.net>
7739
7740         * glyphs-x.c: Force buffer-tab highlight update when moving the
7741         buffer, avoiding an ugly black border, used for keyboard focus
7742         indication, on a widget that can never have keyboard focus, the
7743         buffer tab.
7744
7745 2001-08-30  Daiki Ueno  <ueno@unixuser.org>
7746
7747         * process-unix.c (unix_open_multicast_group): Remove too much
7748         conversion between host and network byte order.
7749
7750 2001-09-10  Nix  <nix@esperi.demon.co.uk>
7751
7752         * src/buffer.c (kill_buffer): Undedicate windows showing BUF
7753         before replacing them.
7754
7755         * src/window.c (window_loop): Implement new UNDEDICATE_BUFFER
7756         operation.
7757
7758         * src/window.c (undedicate_windows): Use it.
7759         * src/window.h: Add prototype.
7760
7761 2001-09-17  Ben Wing  <ben@xemacs.org>
7762
7763         * fileio.c (normalize_filename):
7764         * fileio.c (Fexpand_file_name):
7765         Fix various C++ compile errors in Andy's recent code.
7766         
7767         * callint.c (Fcall_interactively):
7768         * editfns.c (Ftemp_directory):
7769         * editfns.c (Fuser_full_name):
7770         * emacs.c (argmatch):
7771         * lread.c (locate_file_map_suffixes):
7772         * redisplay-x.c (x_ring_bell):
7773         Fix sign-compare warnings.
7774         
7775 2001-09-08  Andy Piper  <andy@xemacs.org>
7776
7777         * fileio.c (normalize_filename): copied from nt.c
7778         * (Ffile_name_directory): enable win32 paths under cygwin.
7779         * (Ffile_name_nondirectory): ditto.
7780         * (directory_file_name): ditto.
7781         * (Fexpand_file_name): ditto.
7782         * (Ffile_truename): ditto.
7783         * (Fsubstitute_in_file_name): ditto.
7784         * (Ffile_name_absolute_p): ditto.
7785         * (Ffile_readable_p): ditto.
7786
7787 2001-09-08  Andy Piper  <andy@xemacs.org>
7788
7789         * device-msw.c (mswindows_finish_init_device): remove dde
7790         initialization.
7791         * device-msw.c (mswindows_init_dde): factor out from
7792         mswindows_finish_init_device()
7793         * device-msw.c (init_mswindows_very_early): new function
7794         initialize but don't enable dde.
7795         * emacs.c (main_1): call init_mswindows_very_early.
7796         * event-msw.c:
7797         * event-msw.c (mswindows_dde_callback): only execute when we are
7798         ready.
7799         * symsinit.h: declare init_mswindows_very_early.
7800
7801 2001-05-02  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
7802
7803         [sjt: This has been in 21.5 for months with no complaints.]
7804
7805         * console.h (struct console_methods): Added flags member.
7806         (CONSOLE_IMPLEMENTATION_FLAGS): Defined.
7807         (CONMETH_IMPL_FLAG):
7808         (CONSOLE_IMPL_FLAG): Macro to check implememntation flags.
7809         Defined XDEVIMPF_DONT_PREEMPT_REDISPLAY.
7810
7811         * device.c (window_system_pixelated_geometry): Use the above macros.
7812
7813         * device.h (DEVICE_IMPL_FLAG): Macro to check a device
7814         implememntation flag.
7815         * device.h (DEVICE_DISPLAY_P): Use it.
7816
7817         * frame.c (delete_frame_internal): Use the above macro.
7818
7819         * redisplay.c (redisplay_device): Use it.
7820         (redisplay_device): Obey XDEVIMPF_DONT_PREEMPT_REDISPLAY.
7821         (redisplay_frame): Ditto.
7822
7823         * device-msw.c (mswindows_device_implementation_flags): Removed.
7824         (msprinter_device_implementation_flags): Removed.
7825         (console_type_create_device_mswindows): Removed references to
7826         implementation_flags methods, set implementation flags here.
7827         (console_type_create_device_mswindows): Added XDEVIMPF_DONT_PREEMPT.
7828
7829         * device-gtk.c (gtk_device_implementation_flags): Removed method.
7830         (console_type_create_device_gtk): Removed method declaration.
7831         Added commented out statement which semantically matches the
7832         commented out statement in the above removed method.
7833
7834 2001-04-14  Gordon Sadler  <gbsadler1@lcisp.com>
7835
7836         The attached patch fixes a few warnings. 
7837
7838         * src/emacs.c: prototype console_type_create_select_gtk for GTK only
7839         * src/frame-gtk.c: guard against GNOME calls in GTK only
7840         * src/redisplay-gtk.c: include <sys/poll.h> #ifdef HAVE_POLL
7841         * src/select-gtk.c: prototype lisp_to_time
7842
7843 2001-06-08  Ben Wing  <ben@xemacs.org>
7844
7845         ------ gc-in-window-procedure fixes ------
7846         
7847         * alloc.c:
7848         * alloc.c (struct post_gc_action):
7849         * alloc.c (register_post_gc_action):
7850         * alloc.c (run_post_gc_actions):
7851         * alloc.c (garbage_collect_1):
7852         Create "post-gc actions", to avoid those dreaded "GC during window
7853         procedure" problems.
7854
7855         * event-msw.c:
7856         Abort, clean and simple, when GC in window procedure.  We want
7857         to flush these puppies out.
7858
7859         * glyphs-msw.c:
7860         * glyphs-msw.c (finalize_destroy_window):
7861         * glyphs-msw.c (mswindows_finalize_image_instance):
7862         Use a post-gc action when destroying subwindows.
7863
7864         * lisp.h:
7865         Declare register_post_gc_action().
7866
7867         * scrollbar-msw.c:
7868         * scrollbar-msw.c (unshow_that_mofo):
7869         Use a post-gc action when unshowing scrollbar windows, if in gc.
7870
7871         * redisplay.c (mark_redisplay):
7872         Add comment about the utter evilness of what's going down here.
7873
7874         ------ cygwin setitimer fixes ------
7875         
7876         * Makefile.in.in (sheap_objs):
7877         * Makefile.in.in (profile_objs):
7878         * Makefile.in.in (objs):
7879         Compile profile.c only when HAVE_SETITIMER.
7880         
7881         * nt.c (mswindows_sigset):
7882         * nt.c (mswindows_sighold):
7883         * nt.c (mswindows_sigrelse):
7884         * nt.c (mswindows_sigpause):
7885         * nt.c (mswindows_raise):
7886         * nt.c (close_file_data):
7887         Style fixes.
7888         
7889         * nt.c:
7890         Move setitimer() emulation to win32.c, because Cygwin needs it too.
7891         
7892         * profile.c:
7893         * profile.c (Fstart_profiling):
7894         * profile.c (Fstop_profiling):
7895         Make sure we don't compile if no setitimer().  Use qxe_setitimer()
7896         instead of just plain setitimer().
7897         
7898         * signal.c:
7899         * signal.c (set_one_shot_timer):
7900         * signal.c (alarm):
7901         Define qxe_setitimer() as an encapsulation around setitimer() --
7902         call setitimer() directly unless Cygwin or MS Win, in which case
7903         we use our simulated version in win32.c.
7904         
7905         * systime.h:
7906         * systime.h (struct itimerval):
7907         * systime.h (ITIMER_REAL):
7908         Prototype mswindows_setitimer() and qxe_setitimer().  Long
7909         comment about "qxe" and the policy regarding encapsulation.
7910
7911         * win32.c:
7912         * win32.c (setitimer_helper_proc):
7913         * win32.c (setitimer_helper_period):
7914         * win32.c (setitimer_helper):
7915         * win32.c (mswindows_setitimer):
7916         Move setitimer() emulation here, so Cygwin can use it.
7917         Rename a couple of functions and variables to be longer and more
7918         descriptive.  In setitimer_helper_proc(), send the signal
7919         using either mswindows_raise() or (on Cygwin) kill().  If for
7920         some reason we are still getting lockups, we'll change the kill()
7921         to directly invoke the signal handlers.
7922
7923         ------ windows shell fixes ------
7924         
7925         * callproc.c:
7926         * ntproc.c:
7927         Comments about how these two files must die.
7928
7929         * callproc.c (init_callproc):
7930         On MS Windows, init shell-file-name from SHELL, then COMSPEC,
7931         not just COMSPEC. (more correct and closer to FSF.) Don't
7932         force a value for SHELL into the environment. (Comments added
7933         to explain why not.)
7934         
7935         * nt.c (init_user_info):
7936         Don't shove a fabricated SHELL into the environment.  See above.
7937
7938 2001-06-01  Ben Wing  <ben@xemacs.org>
7939
7940         * Makefile.in.in (ldflags):
7941         eliminate that pesky "defaulting to 00401000" warning.
7942         * nt.h:
7943         eliminate warnings.
7944
7945 2001-06-15  Golubev I. N.  <gin@mo.msk.ru>
7946
7947         * s/sco5.h (FORCE_ALLOCATE_PTY_THE_OLD_FASHIONED_WAY): #define.
7948         * process-unix.c (allocate_pty): #ifndef "modern" pty allocation.
7949
7950 2001-04-24  Jerry James <james@xemacs.org>
7951
7952         * faces.h: pass parameters to Fadd_spec_to_specifier in the
7953         correct order.
7954
7955 2001-06-01  Ben Wing  <ben@xemacs.org>
7956
7957         * event-msw.c (debug_mswin_messages):
7958         conditionalize the messages that were causing compile errors.
7959         (if only macros could generate #ifdef statements ...)
7960
7961 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
7962
7963         * XEmacs 21.4.4 "Artificial Intelligence" is released.
7964
7965 2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>
7966
7967         * event-msw.c (mswindows_wnd_proc): Add GC debugging assert.
7968
7969 2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>
7970
7971         * config.h.in (IPV6_CANONICALIZE): New #define for --with-ipv6-lookup.
7972         * process-unix.c (unix_canonicalize_host_name):
7973         sysdep.c (init_system_name):
7974         Use it to conditionally support IPv6 canonicalization.
7975
7976 2001-05-31  Paul Stodghill  <stodghil@cs.cornell.edu>
7977
7978         * event-msw.c:
7979         Cygwin does not define WM_IME_xxx. Modify the #if's accordingly.
7980
7981 2001-05-19  Paul Krause  <paulkrause1@mediaone.net>
7982
7983         * scrollbar-msw.c: Fixes a crash that occurs on Windows when an
7984         attempt is made to scroll when no scroll bar is available.
7985
7986 2001-04-19  Glynn Clements  <glynn.clements@virgin.net>
7987
7988         * input-method-motif.c (XIM_delete_frame): New callback.
7989         (XIM_init_frame): Register it.  (Reapplied by SJT, it somehow
7990         got deleted from 21.4.3.)
7991
7992 2001-06-01  Ben Wing  <ben@xemacs.org>
7993
7994         * nt.c (mswindows_utime):
7995         * nt.c (close_file_data):
7996         fix off-by-one-indirection error.
7997
7998 2001-05-29  Adrian Aichner  <adrian@xemacs.org>
7999
8000         * fileio.c: Include nt.h.  Remove lisp_string_set_file_times()
8001         because set_file_times() now takes Lisp_Object path, instead of
8002         char*.
8003         * nt.c: Include buffer.h.
8004         * nt.c (convert_from_time_t): New.
8005         * nt.c (mswindows_utime): New.  Use utime, since SetFileTime does
8006         not set mtime correctly.
8007         * nt.h: Declare mswindows_utime().
8008         * sysdep.c (set_file_times): set_file_times() now takes Lisp_Object
8009         path, instead of char*.
8010         * systime.h: Include <sys/utime.h> on WIN32_NATIVE.
8011
8012 2001-05-30  Ben Wing  <ben@xemacs.org>
8013
8014         For 21.4:
8015
8016         (Stephen, just take all event-msw.c patches.  This includes
8017         the "iconify" fix below.)
8018
8019         * event-msw.c:
8020         * event-msw.c (mswindows_dequeue_dispatch_event):
8021         * event-msw.c (assert):
8022         * event-msw.c (emacs_mswindows_quit_p):
8023         * event-msw.c (debug_mswin_messages):
8024         * event-msw.c (debug_output_mswin_message):
8025         * event-msw.c (vars_of_event_mswindows):
8026         Fix yet more problems with C-g handling.
8027         Implement debug-mswindows-events.
8028         
8029 2001-05-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8030
8031         * event-msw.c (WM_DROPFILES): Use correct type for OLE characters.
8032         
8033 2001-05-23  Ben Wing  <ben@xemacs.org>
8034
8035         * event-msw.c (winsock_writer):
8036         * event-msw.c (winsock_closer):
8037         prior kludgy code was clobbering the buffer, thinking it was
8038         "unused" space to store an unneeded return value; instead, use
8039         the variable we've already got staring us in the face.
8040
8041 2001-05-17  Andy Piper  <andy@xemacs.org>
8042
8043         * sysfile.h: don't assume that file attributes are boolean
8044
8045 2001-05-23  Ben Wing  <ben@xemacs.org>
8046
8047         * device-msw.c (msprinter_init_device):
8048         signal an error rather than crash with an unavailable network
8049         printer (from Mike Alexander).
8050         
8051         * event-msw.c:
8052         * event-msw.c (struct winsock_stream):
8053         * event-msw.c (winsock_writer):
8054         * event-msw.c (winsock_closer):
8055         * event-msw.c (make_winsock_stream_1):
8056         cleanup headers.  fix (hopefully) an error with data corruption
8057         when sending to a network connection.
8058
8059         * fileio.c (Fexpand_file_name): Fix evil code that attempts
8060         to handle the ~user prefix by (a) always assuming we're referencing
8061         ourselves and not even verifying the user -- hence any file with
8062         a tilde as its first char is invalid! (b) if there wasn't a slash
8063         following the filename, the pointer was set *past* the end of
8064         file and we started reading from uninitialized memory.  Now we
8065         simply treat these as files, always.
8066
8067         * buffer.c (common_init_complex_vars_of_buffer): comment change.
8068         
8069 2001-05-19  Ben Wing  <ben@xemacs.org>
8070
8071         * eval.c: doc comment about gcpro'ing in record_unwind_protect.
8072
8073         * process-nt.c:
8074         * process-nt.c (vars_of_process_nt):
8075         remove unused mswindows-quote-process-args.  rec for 21.4.
8076         
8077 2001-05-12  Ben Wing  <ben@xemacs.org>
8078
8079         * event-msw.c (mswindows_dde_callback):
8080         * event-msw.c (mswindows_wnd_proc):
8081         eliminate cygwin warnings.
8082
8083 2001-05-06  Ben Wing  <ben@xemacs.org>
8084
8085         * console-msw.h:
8086         * device-msw.c:
8087         * device-msw.c (print_dialog_worker):
8088         * device-msw.c (mswindows_handle_print_dialog_box):
8089         * device-msw.c (syms_of_device_mswindows):
8090         * dialog-msw.c (mswindows_make_dialog_box_internal):
8091         * general-slots.h:
8092         implement printing the selection when it's selected.
8093
8094 2001-05-20  Drazen Kacar  <dave@arsdigita.com>
8095
8096         * glyphs-gtk.c (gtk_resource_instantiate): C++ comment -> #if 0
8097
8098 2001-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
8099
8100         * lisp.h (EMACS_INT_MAX): This should be one bit less since
8101         EMACS_INT is signed.
8102
8103 2001-04-15  Michael Lausch  <mla@1012surf.net>
8104
8105         * scrollbar-gtk.c (gtk_create_scrollbar_instance): Call
8106         gtk_widget_request_size() to give scrollbar >0 width for
8107         GTK >1.2.8.
8108
8109 2001-05-30  William M. Perry  <wmperry@gnu.org>
8110
8111         * event-gtk.c: Check for buttons as modifier keys.
8112
8113 2001-05-25  Craig Lanning  <CraigL@Knology.net>
8114
8115         * s\mingw32.h:
8116         Properly find MinGW's <process.h> inside Cygwin's restructured
8117         include directories.  Don't try to include <cygwin/version.h>
8118         since we are dropping support for MinGW in versions of Cygwin
8119         earlier than b21.
8120         * nt.c:
8121         Drop support for MinGW in versions of Cygwin before b21.
8122         * sysdep.c:
8123         Properly find MinGW's <process.h> inside Cygwin's restructured
8124         include directories.
8125         * syswindows.h:
8126         Drop support for MinGW in versions of Cygwin before b21.
8127         * unexcw.c:
8128         Even though a.out.h is no longer detected by configure, allow
8129         MinGW to use it until we figure out how to do the job with Win32.
8130
8131 2001-07-11  Matt Tucker  <tuck@whistlingfish.net>
8132
8133         * syntax.c (find_start_of_comment):
8134         Fix `unbalanced parentheses' bug when dealing with mixed comment
8135         styles in c++/java/etc. mode
8136
8137 2001-05-29  Mike Alexander  <mta@arbortext.com>
8138
8139         * console-msw.h (FRAME_MSPRINTER_CHARHEIGHT): Unswap
8140         FRAME_MSPRINTER_CHARWIDTH and FRAME_MSPRINTER_CHARHEIGHT
8141
8142 2001-05-17  Andrew Begel  <abegel@eecs.berkeley.edu>
8143
8144         * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Add needed cast.
8145
8146 2001-03-31  Mike Sperber <mike@xemacs.org>
8147
8148         * search.c (Freplace_match): Support FSF-style specification of
8149         match subexpression when applied to a buffer.
8150
8151 2001-05-27  Karl M. Hegbloom  <karlheg@hegbloom.net>
8152
8153         * event-stream.c (is_scrollbar_event): add missing semicolon
8154
8155 2001-05-22  Isaac Hollander  <ysh@mindspring.com>
8156
8157         * Makefile.in.in: Use TAR macro instead of hardcoding
8158           tar.  Allows use of GNU tar instead of system tar
8159
8160 2001-05-27  Karl M. Hegbloom  <karlheg@hegbloom.net>
8161
8162         * event-stream.c (is_scrollbar_event): add missing semicolon
8163
8164 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
8165
8166         * XEmacs 21.4.3 "Academic Rigor" is released.
8167
8168 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
8169
8170         * regex.c: Define DECLARE_NOTHING when "lisp.h" is not included.
8171
8172 2001-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
8173
8174         * buffer.c (Vcase_fold_search): Remove obsolete
8175           comment about non ASCII case-fold-search.  This
8176           bug has been fixed by case-table changes.
8177
8178 2001-05-11  Stephen J. Turnbull  <stephen@xemacs.org>
8179
8180         * event-msw.c: Restore include of events-mod.h.
8181
8182 2001-04-22   zhaoway  <zw@debian.org>
8183
8184         * event-stream.c (is_scrollbar_event): Noop returning 0 if
8185         !HAVE_SCROLLBARS.
8186
8187 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
8188
8189         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
8190
8191 2001-05-08  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>
8192
8193         * mule-charset.c (Fmake_charset): Add missing else.
8194
8195 2001-04-23  Ben Wing  <ben@xemacs.org>
8196
8197         * event-msw.c (FAKE_MOD_QUIT):
8198         * event-msw.c (mswindows_dequeue_dispatch_event):
8199         * event-msw.c (mswindows_wnd_proc):
8200         * event-msw.c (emacs_mswindows_quit_p):
8201         Get critical quit working.
8202
8203 2001-05-05  Ben Wing  <ben@xemacs.org>
8204
8205         * console-msw.h:
8206         * device-msw.c:
8207         * device-msw.c (mswindows_get_default_margin):
8208         * frame-msw.c (mswindows_size_frame_internal):
8209         * frame-msw.c (msprinter_init_frame_1):
8210         * frame-msw.c (vars_of_frame_mswindows):
8211         Change top/bottom margin defaults to 0.5 inches.
8212
8213 2001-05-01  Martin Buchholz  <martin@xemacs.org>
8214
8215         Fix link error with gcc 3.0 on Linux.
8216         * terminfo.c (UP): Remove.
8217         * terminfo.c (BC): Remove.
8218         * terminfo.c (PC): Remove.
8219         They weren't used, and in any case, these symbols should be
8220         defined in the *library*.
8221
8222 2001-05-03  Martin Buchholz  <martin@xemacs.org>
8223
8224         * s/aix4.h: Fix crash with xlc -O3.
8225         Improve comment explaining how -O3 works.
8226
8227 2001-04-15  Ben Wing  <ben@xemacs.org>
8228
8229         * event-stream.c:
8230         * event-stream.c (Fnext_event):
8231         * event-stream.c (is_scrollbar_event):
8232         * event-stream.c (execute_command_event):
8233         Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
8234         crash' problem.  His fix introduces other problems.  We filter
8235         out scrollbar events specifically, making them somewhat invisible
8236         to command-building, and not appearing in `this-command-keys'.
8237         More work is still needed (see comments in event-stream.c), but
8238         this fixes all the major problems.
8239
8240 2001-04-20  Ben Wing  <ben@xemacs.org>
8241
8242         * .cvsignore: Added stuff for Windows.
8243
8244 2001-04-28  Ben Wing  <ben@xemacs.org>
8245
8246         * buffer.c (Ferase_buffer):
8247         * editfns.c (buffer_insert1):
8248         * editfns.c (Finsert_before_markers):
8249         * editfns.c (Finsert_string):
8250         * editfns.c (Finsert_char):
8251         * editfns.c (Fdelete_region):
8252         * editfns.c (Fwiden):
8253         * editfns.c (Fnarrow_to_region):
8254         remove bogus lines setting zmacs_region_stays to 0.
8255         
8256 2001-04-15  Gunnar Evermann  <ge204@eng.cam.ac.uk>
8257
8258         * process-unix.c (unix_open_network_stream): If connect() fails
8259         invalidate file descriptor after closing it.
8260
8261 2001-03-08  Mike Alexander  <mta@arbortext.com>
8262
8263         * event-msw.c (mswindows_need_event_in_modal_loop):
8264         Don't dispatch a message if we didn't get one.
8265         (mswindows_need_event):
8266         Terminate the correct process when one exits instead of the first
8267         one on Vprocess_list and look for process termination when in
8268         mswindows_protect_modal_loop.
8269
8270 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
8271
8272         * XEmacs 21.4.1 "Copyleft" is released.
8273
8274 2001-04-19  Glynn Clements  <glynn.clements@virgin.net>
8275
8276         * input-method-motif.c (XIM_delete_frame): New callback.
8277         (XIM_init_frame): Register it.
8278
8279 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
8280
8281         * XEmacs 21.4.0 "Solid Vapor" is released.
8282
8283 2001-04-15  Ben Wing  <ben@xemacs.org>
8284
8285         * cmdloop.c (call_command_loop):
8286         Fix braino in bit-rotting code.
8287         
8288 2001-04-07  Hrvoje Niksic  <hniksic@arsdigita.com>
8289
8290         * extents.c (Fset_extent_endpoints): Force creation of extent info
8291         in buffer_or_string.
8292
8293         * extents.c (process_extents_for_insertion_mapper): Correctly
8294         check for open-open zero-length extents.
8295
8296 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
8297
8298         * lisp.h: New typedefs Memory_count, Element_count.
8299         * regex.c:
8300         * regex.h:
8301         Sign-compare warning elimination: several unsigned -> signed.
8302         Based on work by Ben Wing <ben@xemacs.org>.
8303
8304 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
8305
8306         * XEmacs 21.2.47 "Zephir" is released.
8307
8308 2001-04-02  Jan Vroonhof  <jan@xemacs.org>
8309
8310         * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
8311
8312 2001-04-03  Mike Sperber <mike@xemacs.org>
8313
8314         * search.c: Revert previous patch due because of release.
8315
8316 2001-03-30  Ben Wing  <ben@xemacs.org>
8317
8318         * s\cygwin32.h:
8319         Add missing killpg prototype.
8320
8321         * elhash.c:
8322         Add a comment about fixing problems when a new entry is added
8323         while mapping.
8324
8325         * frame-msw.c (mswindows_init_frame_1):
8326         Fix compile warnings.
8327
8328         * menubar.c (vars_of_menubar):
8329         Provide `menu-accelerator-support' to indicate that we properly
8330         support %_ in menu specifications, so that package code can
8331         conditionalize on this (and remove %_ from menu specifications
8332         on older versions).
8333
8334         * event-msw.c:
8335         * scrollbar-msw.c:
8336         * scrollbar-msw.c (can_scroll):
8337         * scrollbar-msw.h:
8338         Fix handling of mouse wheel under Windows to follow standards --
8339         now scrolls window under pointer, not selected window.
8340
8341 2001-03-31  Mike Sperber <mike@xemacs.org>
8342
8343         * search.c (Freplace_match): Support FSF-style specification of
8344         match subexpression when applied to a buffer.
8345
8346 2001-03-15  Martin Buchholz  <martin@xemacs.org>
8347
8348         * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
8349         function to modify KEYMAP, so map over a copy of the hash table.
8350
8351 2001-03-21  Martin Buchholz <martin@xemacs.org>
8352
8353         * XEmacs 21.2.46 "Urania" is released.
8354
8355 2001-03-20  Dan Holmsand  <dan@eyebee.com>
8356
8357         * realpath.c (xrealpath): Make file-truename work with symlinks to
8358         /cygdrive paths on cygwin. Always lowercase drive-letters on
8359         native windows.
8360         (cygwin_readlink): Don't try to find canonical filename unless
8361         file exists.
8362
8363 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
8364
8365         * ChangeLog: Log GTK merge.
8366
8367         * dumper.c:
8368         * select-x.c:
8369         * specifier.c:
8370         * symeval.h:
8371         Revert gratuitous whitespace changes from GTK merge.
8372
8373         * emacs.c: Document end of complex #ifdef @ l. 1495.
8374
8375
8376 2001-03-12  Andy Piper  <andy@xemacs.org>
8377
8378         * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
8379         have to do likewise.
8380
8381 2001-03-12  Andy Piper  <andy@xemacs.org>
8382
8383         * sysdep.c: we only support mingw now.
8384
8385 2001-03-09  Andy Piper  <andy@xemacs.org>
8386
8387         * unexcw.c (copy_executable_and_dump_data_section): making approx
8388         overrun a warning only.
8389
8390 2001-03-10  William M. Perry  <wmperry@aventail.com>
8391
8392         * faces.c (complex_vars_of_faces): Rewrote the font mucking to
8393         satisfy Stephen's identical-after-cpp plea.
8394
8395 2001-03-02  Ben Wing  <ben@xemacs.org>
8396
8397         * cmds.c:
8398         * cmds.c (Fforward_char):
8399         * syntax.c:
8400         * window.c:
8401
8402         Augment documentation of the most common motion commands to make
8403         note of the shifted-motion support.
8404         
8405 2001-03-02  Ben Wing  <ben@xemacs.org>
8406
8407         * nt.c (mswindows_fstat):
8408         * nt.c (mswindows_stat):
8409         * search.c (boyer_moore):
8410         Fix compile warnings under Windows.
8411         
8412         * sysdep.c (sys_readdir):
8413         Fix buggy filename-conversion code under Mule.
8414
8415 2001-03-09  William M. Perry  <wmperry@aventail.com>
8416
8417         * Makefile.in.in:
8418         * config.h.in:
8419         * console.c:
8420         * console.h:
8421         * device.c:
8422         * device.h:
8423         * dragdrop.c:
8424         * emacs.c:
8425         * event-stream.c:
8426         * events.c:
8427         * events.h:
8428         * faces.c:
8429         * frame.h:
8430         * general-slots.h:
8431         * glyphs.c:
8432         * gutter.c:
8433         * inline.c:
8434         * lisp.h:
8435         * lrecord.h:
8436         * make-src-depend:
8437         * redisplay-output.c:
8438         * redisplay.c:
8439         * symsinit.h:
8440         * sysfile.h:
8441         * toolbar.c:
8442         * window.c:
8443         The Great GTK Merge.
8444
8445         * ChangeLog.GTK:
8446         * console-gtk.c:
8447         * console-gtk.h:
8448         * device-gtk.c:
8449         * emacs-marshals.c:
8450         * emacs-widget-accessors.c:
8451         * event-gtk.c:
8452         * frame-gtk.c:
8453         * gccache-gtk.c:
8454         * gccache-gtk.h:
8455         * glade.c:
8456         * glyphs-gtk.c:
8457         * glyphs-gtk.h:
8458         * gtk-glue.c:
8459         * gtk-xemacs.c:
8460         * gtk-xemacs.h:
8461         * gui-gtk.c:
8462         * gui-gtk.h:
8463         * menubar-gtk.c:
8464         * native-gtk-toolbar.c:
8465         * objects-gtk.c:
8466         * objects-gtk.h:
8467         * redisplay-gtk.c:
8468         * scrollbar-gtk.c:
8469         * scrollbar-gtk.h:
8470         * select-gtk.c:
8471         * toolbar-gtk.c:
8472         * ui-byhand.c:
8473         * ui-gtk.c:
8474         * ui-gtk.h:
8475         The Great GTK Merge: new files.
8476
8477 2001-02-26  Ben Wing  <ben@xemacs.org>
8478
8479         Reapplied Lstream change.
8480
8481 2001-02-26  Ben Wing  <ben@xemacs.org>
8482
8483         Undid the last change, since it is more controversial than I
8484         thought.  It should be back in at some point soon.
8485         
8486 2001-02-25  Ben Wing  <ben@xemacs.org>
8487
8488         * buffer.c:
8489         * callproc.c (Fold_call_process_internal):
8490         * event-msw.c (ntpipe_slurp_reader):
8491         * event-msw.c (ntpipe_shove_writer):
8492         * event-msw.c (winsock_reader):
8493         * event-msw.c (winsock_writer):
8494         * file-coding.c:
8495         * file-coding.c (detect_eol_type):
8496         * file-coding.c (detect_coding_type):
8497         * file-coding.c (determine_real_coding_system):
8498         * file-coding.c (Fdetect_coding_region):
8499         * file-coding.c (decoding_reader):
8500         * file-coding.c (decoding_writer):
8501         * file-coding.c (mule_decode):
8502         * file-coding.c (Fdecode_coding_region):
8503         * file-coding.c (encoding_reader):
8504         * file-coding.c (encoding_writer):
8505         * file-coding.c (mule_encode):
8506         * file-coding.c (Fencode_coding_region):
8507         * file-coding.c (detect_coding_sjis):
8508         * file-coding.c (decode_coding_sjis):
8509         * file-coding.c (encode_coding_sjis):
8510         * file-coding.c (detect_coding_big5):
8511         * file-coding.c (decode_coding_big5):
8512         * file-coding.c (encode_coding_big5):
8513         * file-coding.c (detect_coding_ucs4):
8514         * file-coding.c (decode_coding_ucs4):
8515         * file-coding.c (encode_coding_ucs4):
8516         * file-coding.c (detect_coding_utf8):
8517         * file-coding.c (decode_coding_utf8):
8518         * file-coding.c (encode_coding_utf8):
8519         * file-coding.c (detect_coding_iso2022):
8520         * file-coding.c (decode_coding_iso2022):
8521         * file-coding.c (encode_coding_iso2022):
8522         * file-coding.c (decode_coding_no_conversion):
8523         * file-coding.c (encode_coding_no_conversion):
8524         * glyphs-x.c (write_lisp_string_to_temp_file):
8525         * gpmevent.c (tty_get_foreign_selection):
8526         * lisp.h:
8527         * lstream.c:
8528         * lstream.c (Lstream_flush_out):
8529         * lstream.c (Lstream_adding):
8530         * lstream.c (Lstream_write_1):
8531         * lstream.c (Lstream_write):
8532         * lstream.c (Lstream_raw_read):
8533         * lstream.c (Lstream_read_more):
8534         * lstream.c (Lstream_read):
8535         * lstream.c (Lstream_unread):
8536         * lstream.c (Lstream_fputc):
8537         * lstream.c (stdio_reader):
8538         * lstream.c (stdio_writer):
8539         * lstream.c (filedesc_reader):
8540         * lstream.c (filedesc_writer):
8541         * lstream.c (lisp_string_reader):
8542         * lstream.c (struct fixed_buffer_stream):
8543         * lstream.c (make_fixed_buffer_input_stream):
8544         * lstream.c (make_fixed_buffer_output_stream):
8545         * lstream.c (fixed_buffer_reader):
8546         * lstream.c (fixed_buffer_writer):
8547         * lstream.c (struct resizing_buffer_stream):
8548         * lstream.c (resizing_buffer_writer):
8549         * lstream.c (dynarr_writer):
8550         * lstream.c (lisp_buffer_reader):
8551         * lstream.c (lisp_buffer_writer):
8552         * lstream.h:
8553         * lstream.h (lstream_implementation):
8554         * lstream.h (struct lstream):
8555         * md5.c (Fmd5):
8556         * process-nt.c (nt_send_process):
8557         * process-unix.c (unix_send_process):
8558         
8559         Correct Lstream lossage due to mixing of signed and unsigned
8560         quantities.  All Lstream uses of size_t and ssize_t are now a
8561         single signed data type Lstream_data_count.  This fixes problems
8562         under Windows with sending large quantities of data to a process,
8563         and may well fix other subtle bugs.
8564
8565 2001-02-23  Martin Buchholz <martin@xemacs.org>
8566
8567         * XEmacs 21.2.45 "Thelxepeia" is released.
8568
8569 2001-02-21  Martin Buchholz  <martin@xemacs.org>
8570
8571         * lisp-union.h (XSETINT): 
8572         (XSETCHAR):
8573         (XSETOBJ): 
8574         Reverse previous change of 2001-02-06.
8575
8576 2001-02-20  Matt Tucker  <tuck@whistlingfish.net>
8577
8578         Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
8579         buffers.
8580         * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
8581         * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
8582         Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
8583         * regex.c (POS_AS_IN_BUFFER): removed
8584         * regex.c (re_search_2):
8585         * regex.c (re_match_2):
8586         Don't use an offset of 1 when calculating buffer positions, since
8587         `BI_BUF_BEGV' does it already.
8588
8589 2001-02-18  Wim Dumon  <wim@easics.be>
8590
8591         * insdel.c (prepare_to_modify_buffer): Also check for
8592         supersession when clash-detection is enabled. 
8593
8594 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
8595
8596         * regex.c (re_match_2_internal):
8597         Convert temp characters from 'const unsigned char' to 're_char'.
8598         Fix crashing bug with extended characters under mule.
8599         * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
8600         syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
8601         font-lock, pdump, and new syntax-table code.
8602         * syntax.c (find_start_of_comment):
8603         (find_end_of_comment):
8604         (forward-comment):
8605         Fix crashing bugs involving moving beyond end of buffer.
8606         * syntax.c (find_start_of_comment):
8607         Fixed logic to allow proper detection of cases where the same
8608         character is used to end both a two-char comment start and a
8609         two-char comment end sequence. Fixes `(forward-comment -1)'.
8610         * syntax.c (find_start_of_comment):
8611         Return position just past last comment-end character for all cases
8612         (previously was only done for two-char comment-end sequences).
8613         * syntax.c (forward-comment):
8614         Take value returned from `find_end_of_comment', rather than
8615         incrementing it.
8616         * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
8617         Properly deal with BUFFERP (syntax_cache.object)
8618
8619 2001-02-17  Martin Buchholz  <martin@xemacs.org>
8620
8621         * alloc.c (Fgarbage_collect): 
8622         * alloc.c (make_bit_vector_from_byte_vector):
8623         -Wsign-compare-correctness.
8624
8625 2001-02-16  Martin Buchholz  <martin@xemacs.org>
8626
8627         * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
8628         (XSETCHAR): Likewise.
8629         (XSETOBJ): Likewise.
8630
8631 2001-02-15  Martin Buchholz  <martin@xemacs.org>
8632
8633         * mule-canna.c (canna-func-delete_previous): 
8634         Rename to canna-func-delete-previous.
8635
8636 2001-02-14  Martin Buchholz  <martin@xemacs.org>
8637
8638         * mule-ccl.c (ccl_driver): Warning suppression.  Use countof.
8639
8640 2001-02-13  Matt Tucker  <tuck@whistlingfish.net>
8641
8642         * font-lock.c (find_context): Fix C++ compile errors introduced by
8643         recent patch
8644
8645 2001-02-13  Martin Buchholz  <martin@xemacs.org>
8646
8647         * s/aix4.h: Later versions of IBM C compiler need a bug workaround
8648         pragma, but earlier ones barf on the same pragma.
8649
8650 2001-02-06  Mike Sperber <mike@xemacs.org>
8651
8652         * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
8653         `configure-mule-lisp-directory'.
8654
8655 2001-02-12  Martin Buchholz  <martin@xemacs.org>
8656
8657         Make sure dump-id.c is compiled in the same way as other .c's.
8658         Fixes pdump compilation failure with HP's cc, which defaults to K&R.
8659         * dump-id.h: Remove.
8660         * emacs.c: Move dump-id.h into dumper.h.
8661         * dumper.h: Move dump-id.h into dumper.h.
8662         * Makefile.in.in:
8663         Use standard .c.o rule for building dump-id.o.
8664         Remove preprocessor flags from link command.
8665         Add dump-id.o to ${otherobjs} if PDUMP.
8666
8667 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
8668
8669         Port FSF 20.7 syntax table improvements.
8670         * syntax.c.
8671         * syntax.h.
8672
8673         Fixups for new syntax table stuff.
8674         * dired.c: Include syntax.c.
8675         (Fdirectory_files): Initialize regex_match_object and
8676         regex_emacs_buffer.
8677         * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
8678         and Fget_char_property.
8679
8680         Use ported FSF 20.7 syntax table improvements.
8681         * font-lock.c.
8682         * regex.c.
8683         * search.c.
8684         
8685 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8686
8687         * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
8688         Unixware's enum boolean from sys/types.h.
8689
8690 2001-02-10  Martin Buchholz  <martin@xemacs.org>
8691
8692         Fix support for building with latest Purify.
8693         * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
8694         (PURIFY_FLAGS): Likewise.
8695
8696 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8697
8698         * fileio.c (lisp_string_set_file_times): New.
8699         * fileio.c (Fcopy_file): Use it.
8700         Fixes bug:
8701         (copy-file filename non-ascii-filename t t)
8702         ==> No such file or directory, non-ascii-filename
8703
8704 2001-02-10  Martin Buchholz  <martin@xemacs.org>
8705
8706         * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
8707         USHRT_MAX seems clearer than ~0 anyways.
8708
8709 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8710
8711         dumper improvements.  Inspired by Olivier.
8712         * dumper.c (pdump_max_align): New.
8713         * dumper.c (pdump_add_entry): Use pdump_max_align.
8714         * dumper.c (pdump_get_entry_list): Likewise.
8715         * dumper.c (pdump_scan_by_alignment): Likewise.
8716         Don't iterate through unnecessary alignments.
8717         * dumper.c (pdump_file_get): No need to align result of malloc().
8718         * dumper.c (pdump_mallocadr): Remove.  
8719         The result of malloc() is guaranteed to be maximally aligned.
8720         * dumper.c: s/elmt/elt/g;
8721         * dumper.c (pdump_object_table): Allocate dynamically, not statically.
8722         * dumper.c (pdump_alert_undump_object): Likewise.
8723         * dumper.c (pdump_align_table): 
8724         Don't support alignments > 64.
8725         Store ALIGNOF's, not shift counts, in table.
8726
8727 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8728
8729         * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
8730         * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
8731         * systime.h: Use HAVE_UTIME.
8732         * sysdep.c (struct utimbuf): Remove.
8733         * sysdep.c (set_file_times): Prefer utime() to utimes().
8734         * config.h.in (HAVE_UTIME): New.
8735         * config.h.in (HAVE_UTIME_H): Remove.
8736         * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
8737
8738 2001-02-09  Martin Buchholz  <martin@xemacs.org>
8739
8740         * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
8741
8742 2001-02-08  Martin Buchholz  <martin@xemacs.org>
8743
8744         * s/irix6-0.h: Use the standard system memmove, not bcopy.
8745
8746 2001-02-08  Martin Buchholz <martin@xemacs.org>
8747
8748         * XEmacs 21.2.44 "Thalia" is released.
8749
8750 2001-02-06  Martin Buchholz  <martin@xemacs.org>
8751
8752         Fixes crashes in kill-emacs on some systems.
8753         * process-unix.c (unix_kill_child_process):
8754         It's OK for kill() to fail with ESRCH.
8755
8756 2001-02-07  Martin Buchholz  <martin@xemacs.org>
8757
8758         Contortions to make .gdbinit tricks work on most systems.
8759         * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
8760         * alloc.c (dbg_valmask): Make non-const.
8761         * alloc.c (dbg_typemask): Make non-const.
8762         * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
8763         * alloc.c (dbg_valbits): Make non-const.
8764         * alloc.c (dbg_gctypebits): Make non-const.
8765         * .gdbinit (decode_object): Make it work with AIX cc.
8766
8767 2001-02-06  Martin Buchholz  <martin@xemacs.org>
8768
8769         * elhash.c (make_general_lisp_hash_table):
8770         Use simpler and more efficient calloc to clear entries.
8771
8772 2001-02-07  Martin Buchholz  <martin@xemacs.org>
8773
8774         * window.c (window_scroll): Work around an AIX C compiler bug.
8775         Fixes 'scroll-up' does nothing problem with xlC.
8776
8777 2001-02-05  Martin Buchholz  <martin@xemacs.org>
8778
8779         * .gdbinit: Remove obsolete comment.
8780
8781 2001-01-31  Mike Alexander  <mta@arbortext.com>
8782
8783         * select.c (Fown_selection_internal): Set owned_p for device
8784         method correctly.
8785
8786 2001-02-01  Martin Buchholz  <martin@xemacs.org>
8787
8788         Port to g++ 2.97.
8789         "not" cannot be used as a macro name as it is an operator in C++
8790         * config.h.in: Stop #defining `not'.
8791         * chartab.c (check_category_char): not ==> not_p
8792         * chartab.h: Likewise.
8793         * regex.c (re_match_2_internal): Likewise.
8794
8795 2001-02-02  Martin Buchholz  <martin@xemacs.org>
8796
8797         * lisp-disunion.h: Fix up comments.
8798
8799 2001-01-31  Martin Buchholz  <martin@xemacs.org>
8800
8801         * keymap.c (define_key_check_and_coerce_keysym):
8802         (syms_of_keymap):
8803         Support mouse-6 and mouse-7 bindings in the obvious way.
8804
8805 2001-02-01  Martin Buchholz  <martin@xemacs.org>
8806
8807         * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
8808
8809 2001-01-30  Martin Buchholz  <martin@xemacs.org>
8810
8811         Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
8812         Previous patch missed DEFVAR_INT_MAGIC.
8813         Make sure future DEFVAR_foo use correct types.
8814         * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
8815         * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
8816         * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
8817         * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
8818         * (DEFVAR_INT): Likewise.
8819         * redisplay.c (vertical_clip): Should be of type Fixnum.
8820         * redisplay.c (horizontal_clip): Likewise.
8821         * lisp.h (dump_add_opaque_int): New.
8822         (dump_add_opaque_fixnum): New.
8823
8824 2001-01-29  Andy Piper  <andy@xemacs.org>
8825
8826         * glyphs-widget.c (check_valid_int_or_function): allow symbols
8827         since they can be eval'ed
8828
8829 2001-01-29  Martin Buchholz  <martin@xemacs.org>
8830
8831         * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
8832         Oops, XEmacs redefines `class'.  Use `typename' instead.
8833
8834 2001-01-28  Martin Buchholz  <martin@xemacs.org>
8835
8836         * dumper.c: Fix C++ compile errors.
8837
8838 2001-01-29  Martin Buchholz  <martin@xemacs.org>
8839
8840         * tparam.c: Use correct prototypes.
8841
8842 2001-01-28  Martin Buchholz  <martin@xemacs.org>
8843
8844         * sysproc.h: #include util.h for NetBSD's openpty.
8845
8846 2001-01-27  Martin Buchholz  <martin@xemacs.org>
8847
8848         More 64-bit correctness.
8849         The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
8850         Use a typedef `fixnum' for the type used for DEFVAR_INT.
8851         Fix up comments.
8852         This finally finishes the 64-bit SGI port.
8853         Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
8854         * symbols.c: Fix up comments and type casts.
8855         * symbols.c (do_symval_forwarding): s/int/Fixnum/g
8856         * symbols.c (store_symval_forwarding): s/int/Fixnum/g
8857         * symeval.h (Fixnum): New type.
8858         * symeval.h (symbol_value_type): Fix up comment.
8859
8860         * commands.h:
8861         * nt.c:
8862         * emacs.c:
8863         * data.c:
8864         * redisplay.c:
8865         * abbrev.c:
8866         * dired-msw.c:
8867         * event-Xt.c:
8868         * eldap.c:
8869         * window.c:
8870         * sound.c:
8871         * event-stream.c:
8872         * eval.c:
8873         * buffer.c:
8874         * mule-canna.c: A million DEFVAR_INTs here...
8875         * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
8876         * extents.c:
8877         * cmdloop.c:
8878         * lisp.h:
8879         * select-x.c:
8880         * console-x.h:
8881         * event-msw.c:
8882         * mule-wnnfns.c:
8883         * hpplay.c:
8884         * ralloc.c:
8885         * alloc.c:
8886         * keymap.c:
8887         * profile.c:
8888         s/int/Fixnum/g in DEFVAR_INT declarations.
8889
8890 2001-01-26  Martin Buchholz  <martin@xemacs.org>
8891
8892         Port pdump to SGI alignment-sensitive environment.
8893         Lisp Object sizeof methods now return aligned sizes.  Rely on that.
8894         Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
8895         properly aligned.
8896         Define and use aligned reading and writing macros.
8897         Use buffered stdio instead of posix i/o for faster dumping.
8898         Eliminate kludgy 256 byte space for header.
8899         Read and write from dump file using structs for alignment safety.
8900         * dumper.c (pdump_align_stream): New.
8901         * dumper.c (PDUMP_ALIGN_OUTPUT): New.
8902         * dumper.c (PDUMP_READ_ALIGNED): New.
8903         * dumper.c (PDUMP_WRITE_ALIGNED): New.
8904         * dumper.c (pdump_static_Lisp_Object): New struct.
8905         * dumper.c (pdump_static_pointer): New struct.
8906         * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
8907         * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
8908         * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
8909         * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
8910
8911         * dumper.c (pdump_backtrace):
8912         * dumper.c (pdump_get_indirect_count):
8913         * dumper.c (pdump_register_object):
8914         * dumper.c (pdump_register_struct):
8915         * dumper.c (pdump_reloc_one):
8916         * dumper.c (pdump_scan_by_alignment):
8917         * dumper.c (pdump_dump_from_root_struct_ptrs):
8918         * dumper.c (pdump_dump_opaques):
8919         * dumper.c (pdump_dump_rtables):
8920         * dumper.c (pdump_dump_from_root_objects):
8921         * dumper.c (pdump):
8922         * dumper.c (pdump_load_finish):
8923         Use aligned reading and writing.
8924
8925         * dumper.c (pdump_free): Make static.
8926         * dumper.c (pdump_hFile): Likewise.
8927         * dumper.c (pdump_hMap): Likewise.
8928
8929 2001-01-26  Martin Buchholz <martin@xemacs.org>
8930
8931         * XEmacs 21.2.43 "Terspichore" is released.
8932
8933 2001-01-25  Martin Buchholz  <martin@xemacs.org>
8934
8935         Type fiddling for window_config.saved_windows_count
8936         * window.c (struct window_config): 
8937         Make saved_windows_count member unsigned.
8938         * window.c (sizeof_window_config_for_n_windows): 
8939         Make parameter unsigned.
8940         * window.c (mark_window_config):
8941         * window.c (window_config_equal):
8942         * window.c (free_window_configuration):
8943         * window.c (Fset_window_configuration):
8944         * window.c (count_windows):
8945         * window.c (Fcurrent_window_configuration):
8946         * window.c (reinit_vars_of_window):
8947         Update all callers and users.
8948
8949 2001-01-25  Martin Buchholz  <martin@xemacs.org>
8950
8951         Alignment correctness for flexible arrays.
8952         * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
8953         Make alignment-correct. Add interesting comments.
8954         * alloc.c (size_vector):
8955         * alloc.c (make_vector_internal):
8956         * alloc.c (make_bit_vector_internal):
8957         * alloc.c (sweep_bit_vectors_1):
8958         * fns.c (size_bit_vector):
8959         Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
8960         * window.c (sizeof_window_config_for_n_windows): 
8961         Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
8962
8963 2001-01-24  Martin Buchholz  <martin@xemacs.org>
8964
8965         * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
8966
8967 2001-01-23  Andy Piper  <andy@xemacs.org>
8968
8969         * select.c (Fown_selection_internal): pass owned_p
8970
8971         * select-msw.c (mswindows_own_selection): New Signature.
8972
8973         * console.h (struct console_methods): add owned_p to
8974         _own_selection.
8975
8976         * select-x.c (x_own_selection): pass owned_p
8977         (hack_motif_clipboard_selection): use owned_p
8978         (vars_of_select_x): new variable -
8979         x_selection_strict_motif_ownership.
8980
8981 2001-01-23  Martin Buchholz  <martin@xemacs.org>
8982
8983         * specifier.h (specifier_data_offset): Remove pointless parens.
8984         * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
8985
8986 2001-01-24  Martin Buchholz  <martin@xemacs.org>
8987
8988         Make Lisp_Object sizeof methods be alignment-correct.
8989         pdump must restore objects to the same alignment as the C compiler
8990         assumes.  It really matters on SGIs.
8991         * lstream.c (aligned_sizeof_lstream): New.
8992         (sizeof_lstream): Use aligned_sizeof_lstream.
8993         (Lstream_new): Likewise.
8994         * opaque.c (aligned_sizeof_opaque): New.
8995         (sizeof_opaque): Use aligned_sizeof_opaque.
8996         (make_opaque): Likewise.
8997         * specifier.c (aligned_sizeof_specifier): New.
8998         (sizeof_specifier): Use aligned_sizeof_specifier.
8999         (make_specifier_internal): Likewise.
9000
9001 2001-01-23  Martin Buchholz  <martin@xemacs.org>
9002
9003         * lstream.h (struct lstream): Use max_align_t for trailing data.
9004         * specifier.h (struct Lisp_Specifier): Likewise.
9005
9006 2001-01-22  Martin Buchholz  <martin@xemacs.org>
9007
9008         * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
9009         (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
9010         (CCL_SUSPEND): Likewise.
9011         (CCL_INVALID_CMD): Likewise.
9012         (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
9013         (ccl_driver): Likewise.
9014         (CCL_WRITE_CHAR): Macro hygiene.
9015         (CCL_WRITE_STRING): Macro hygiene.
9016
9017 2001-01-22  Martin Buchholz  <martin@xemacs.org>
9018
9019         Port "portable" dumper to SunOS 4 and HP-UX.
9020         * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
9021         * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
9022         * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
9023
9024 2001-01-22  Martin Buchholz  <martin@xemacs.org>
9025
9026         * lisp.h (ALIGNOF): A better definition for C++.
9027
9028 2001-01-20  Martin Buchholz  <martin@xemacs.org>
9029
9030         Macro hygiene.
9031         Fix printf warnings: int format, long int arg.
9032         * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
9033         (PUSH_FAILURE_POINT): Use correct printf formats.
9034         (POP_FAILURE_POINT): Use correct printf formats.  
9035         Use do {...} while (0)
9036
9037 2001-01-20  Martin Buchholz <martin@xemacs.org>
9038
9039         * XEmacs 21.2.42 "Poseidon" is released.
9040
9041 2001-01-20  Martin Buchholz  <martin@xemacs.org>
9042
9043         * console-x.h: typo fix du jour.  Remove #if 0'ed code.
9044
9045 2001-01-19  Martin Buchholz  <martin@xemacs.org>
9046
9047         De-kludgify FIXED_TYPE free list frobbing.
9048         Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
9049         * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
9050         * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
9051         * alloc.c (Lisp_Free): New pseudo lisp object definition.
9052         * alloc.c (LRECORD_FREE_P): New.
9053         * alloc.c (MARK_LRECORD_AS_FREE): New.
9054         * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
9055         * alloc.c (STRUCT_FREE_P): Deleted.
9056         * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
9057         * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
9058         * alloc.c (STRING_CHARS_FREE_P): New.
9059         * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
9060         * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
9061         * alloc.c (FREE_FIXED_TYPE): Use new definitions.
9062         * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
9063         * alloc.c (resize_string): Use new definitions.
9064         * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
9065         * alloc.c (verify_string_chars_integrity): Use new definitions.
9066         * alloc.c (compact_string_chars): Use new definitions.
9067         * alloc.c: Update monster comments.
9068         * lrecord.h (lrecord_type): Add some new lrecord types for
9069         alloc.c's use.
9070
9071 2001-01-18  Martin Buchholz  <martin@xemacs.org>
9072
9073         Improve alignment hackery.
9074         * lisp.h (ALIGNOF): Better definition for the non-gcc case.
9075         (max_align_t): Moved from opaque.h - general purpose.
9076         (ALIGN_PTR): Use size_t, not long.
9077         * opaque.h (max_align_t): Move to lisp.h.
9078
9079 2001-01-18  Norbert Koch  <nk@LF.net>
9080
9081         * gui.h: Fix and add prototypes to fix build problems.
9082
9083 2001-01-18  Martin Buchholz  <martin@xemacs.org>
9084
9085         temacs is going away, so `dump-temacs' is now a bad name.
9086         * .dbxrc (dump-temacs): Rename to `dmp'.
9087         * .gdbinit (dump-temacs): Rename to `dmp'.
9088
9089 2001-01-17  Andy Piper  <andy@xemacs.org>
9090
9091         * glyphs.c (print_image_instance): comment to make martin happy.
9092
9093         * glyphs-x.c (x_redisplay_widget): update faces after a frame
9094         change.
9095
9096         * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
9097         activation.
9098         (mswindows_tab_control_redisplay): warning suppression.
9099
9100         * glyphs-widget.c (widget_update): re-write to cope with updated
9101         items.
9102         (widget_instantiate): use new gui_item functions.
9103         (tab_control_update): deleted.
9104         (progress_gauge_update): deleted.
9105         (image_instantiator_progress_guage): take out update reference.
9106         (image_instantiator_tree_view): ditto.
9107         (image_instantiator_tab_control): ditto.
9108
9109         * gui.c (widget_gui_parse_item_keywords): new function. Do things
9110         Right the new way.
9111         (gui_item_add_keyval_pair): re-write to cope with descriptors and
9112         return whether anything was changed.
9113         (update_gui_item_keywords): as it sounds.
9114
9115         * gui.h: declare widget_gui_parse_item_keywords.
9116
9117         * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
9118         (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
9119
9120 2001-01-17  Martin Buchholz <martin@xemacs.org>
9121
9122         * XEmacs 21.2.41 "Polyhymnia" is released.
9123
9124 2001-01-16  Didier Verna  <didier@xemacs.org>
9125
9126         * glyphs.c (image_instantiate): don't use fallbacks when
9127         instantiating a face's background pixmap by inheritance.
9128
9129 2001-01-14  Mike Sperber <mike@xemacs.org>
9130
9131         * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
9132         Conditionalize accordingly.
9133
9134 2001-01-16  Martin Buchholz  <martin@xemacs.org>
9135
9136         * dumper.c (pdump_file_get): Fix a compiler warning.
9137
9138 2001-01-15  Martin Buchholz  <martin@xemacs.org>
9139
9140         Make Purify happy when pdumping.
9141         * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
9142         iniitalizing all bits of new lisp object memory.
9143         * symbols.c (Fmake_local_variable): Likewise.
9144         * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
9145         * symbols.c (Fdefvaralias): Likewise.
9146         * mule-charset.c (vars_of_mule_charset): Likewise.
9147
9148 2001-01-15  Martin Buchholz  <martin@xemacs.org>
9149         Add the `-nd' flag when running pre-dump operations under the debugger.
9150         * .dbxrc (run-temacs): Add `-nd'.
9151         * .dbxrc (update-elc): Likewise.
9152         * .dbxrc (dump-temacs): Likewise.
9153         * .gdbinit (run-temacs): Likewise.
9154         * .gdbinit (check-temacs): Likewise.
9155         * .gdbinit (update-elc): Likewise.
9156         * .gdbinit (dump-temacs): Likewise.
9157
9158 2001-01-14  Martin Buchholz  <martin@xemacs.org>
9159
9160         Allow building 64-bit executables on AIX with GNU malloc, e.g.
9161         export OBJECT_MODE=64
9162         configure --pdump --use-union-type=no
9163         * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
9164         * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
9165
9166         * miscplay.c (sndcnv8U_2mono):
9167         Avoid two uses of `++' in the same expression.
9168         Suppresses a GCC warning.
9169
9170 2001-01-13  Martin Buchholz  <martin@xemacs.org>
9171
9172         Make sure future compilers don't miscompile alloc.c.
9173         * alloc.c:
9174         (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
9175         (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
9176
9177 2001-01-12  Martin Buchholz  <martin@xemacs.org>
9178
9179         * dumper.c: A little post-pdump-rename comment fixup.
9180
9181 2001-01-09  Jerry James  <james@eecs.ku.edu>
9182
9183         * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
9184
9185 2001-01-13  Martin Buchholz  <martin@xemacs.org>
9186
9187         * *.[ch]: Globally rename symbols using the following `pdump-rename'
9188         script:
9189         #!/bin/sh
9190         replace_symbol () {
9191           (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
9192         }
9193
9194         replace_symbol pdump_wire_lists pdump_weak_object_chains
9195         replace_symbol pdump_wire_list dump_add_weak_object_chain
9196
9197         replace_symbol pdump_wires pdump_root_objects
9198         replace_symbol pdump_wire dump_add_root_object
9199
9200         replace_symbol pdump_dump_wired pdump_dump_from_root_objects
9201         replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
9202
9203         replace_symbol dumpstructinfos pdump_root_struct_ptrs
9204         replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
9205         replace_symbol dumpstructinfo pdump_root_struct_ptr
9206         replace_symbol dumpstruct dump_add_root_struct_ptr
9207
9208         replace_symbol dumpopaque dump_add_opaque
9209         replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
9210         replace_symbol dumpopaqueinfos pdump_opaques
9211         replace_symbol dumpopaqueinfo pdump_opaque
9212
9213         replace_symbol nb_structdump nb_root_struct_ptrs
9214         replace_symbol nb_opaquedump nb_opaques
9215
9216         replace_symbol align_table pdump_align_table
9217         replace_symbol dump_header pdump_header
9218
9219         replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
9220         replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
9221
9222
9223 2001-01-12  Martin Buchholz  <martin@xemacs.org>
9224
9225         * s/aix4.h: Keep the C for AIX compiler from overaggressively
9226         optimizing bytecount_to_charcount().
9227
9228 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
9229
9230         * config.h.in:
9231         (HAVE_DLFCN_H): Removed.
9232         * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
9233
9234 2001-01-06  Martin Buchholz  <martin@xemacs.org>
9235
9236         Portable dumper maintainability improvements.
9237         * alloc.c (staticpro):
9238         * alloc.c (staticpro_nodump):
9239         * alloc.c (garbage_collect_1):
9240         * alloc.c (reinit_alloc_once_early):
9241         * alloc.c (init_alloc_once_early):
9242         * alloc.c: Move dumper functions to alloc.c.
9243         * dumper.c (pdump_backtrace):
9244         * dumper.c (pdump_dump_structs):
9245         * dumper.c (pdump_dump_opaques):
9246         * dumper.c (pdump_dump_rtables):
9247         * dumper.c (pdump_dump_wired):
9248         * dumper.c (pdump):
9249         * dumper.c (pdump_load_check):
9250         * dumper.c (pdump_load_finish):
9251         * dumper.c (pdump_file_unmap):
9252         * dumper.c (pdump_file_get):
9253         * dumper.c (pdump_resource_free):
9254         * dumper.c (pdump_resource_get):
9255         * dumper.c (pdump_file_free):
9256         * dumper.c (pdump_file_try):
9257         * dumper.c (pdump_load):
9258         Remove fixed size limits on staticpro(), staticpro_nodump(),
9259         dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
9260         Remove custom code for dumping lrecord_implementations_table - use
9261         dumpopaque instead.
9262         Remove (most of the) custom code for dumping staticpros - dump it
9263         like any other dynarr.
9264
9265         * alloc.h: Removed.  No longer useful, since dumper now more self-contained.
9266         * dumper.c: Moved functions from alloc.c.
9267         * alloc.c (dumpstruct): Moved to dumper.c.
9268         * alloc.c (dumpopaque): Likewise.
9269         * alloc.c (pdump_wire): Likewise.
9270         * alloc.c (pdump_wire_list): Likewise.
9271
9272         * lisp.h (Dynarr_sizeof): New.
9273         * lisp.h (Dynarr_begin): New.  Very slightly C++oid.
9274         * lisp.h (Dynarr_end): New.  Very slightly C++oid.
9275         * lisp.h (Lisp_Object_ptr_dynarr): New.  For staticpros.
9276
9277         * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
9278         * lisp.h (dumpopaque): ditto.
9279         * lisp.h (pdump_wire): ditto.
9280         * lisp.h (pdump_wire_list): ditto.
9281
9282 2001-01-09  Martin Buchholz  <martin@xemacs.org>
9283
9284         * make-src-depend (PrintPatternDeps):
9285         Use `sort' to make output independent of perl version.
9286
9287 2001-01-08  Martin Buchholz  <martin@xemacs.org>
9288
9289         Port to Netbsd 1.5.
9290         * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
9291         * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
9292
9293 2001-01-03  Didier Verna  <didier@xemacs.org>
9294
9295         * event-stream.c (emacs_handle_focus_change_preliminary): ensure
9296         that `focus_frame' is alive before thinking of calling
9297         `redisplay_redraw_cursor' on it.
9298
9299 2001-01-08  Martin Buchholz <martin@xemacs.org>
9300
9301         * XEmacs 21.2.40 is released.
9302
9303 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
9304
9305         * regex.c: Replace PREFETCH with REGEX_PREFETCH.
9306
9307 2001-01-06  Martin Buchholz  <martin@xemacs.org>
9308
9309         * alloc.c (dbg_valmask): Make const.
9310         * alloc.c (dbg_typemask): Make const.
9311         * alloc.c (dbg_USE_UNION_TYPE): Make const.
9312         * alloc.c (dbg_valbits): Make const.
9313         * alloc.c (dbg_gctypebits): Make const.
9314
9315 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
9316
9317         * redisplay-x.c (x_bevel_area):
9318         redisplay.h (struct rune):
9319         Typo fixes in comments.
9320
9321 2001-01-05  Andy Piper  <andy@xemacs.org>
9322
9323         * glyphs-x.c (x_redisplay_widget): use size changed for offset
9324         adjustment.
9325
9326         * menubar.c (menubar_visible_p_changed): don't mark frame changed.
9327
9328 2001-01-05  Martin Buchholz  <martin@xemacs.org>
9329
9330         * alloc.c (pure-bytes-used): Remove unused mendacious variable.
9331
9332         * mule-ccl.c (stack_idx_of_map_multiple):
9333         Non const global data must not be initialized!
9334         Found by MIYASHITA Hisashi.
9335
9336 2001-01-02  Andy Piper  <andy@xemacs.org>
9337
9338         * frame.c (change_frame_size): make sure frame size is always
9339         marked as changed.
9340
9341         * glyphs.c (image_instance_layout): minor code reuse.
9342
9343         * window.c (Fcurrent_window_configuration): revert previous
9344         change.
9345
9346 2001-01-02  Martin Buchholz  <martin@xemacs.org>
9347
9348         * glyphs.h:
9349         * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
9350
9351 2000-12-31  Andy Piper  <andy@xemacs.org>
9352
9353         * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
9354         when widget gets unmapped.
9355
9356         * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
9357         function. Make sure widgets losing focus don't just drop it.
9358         (handle_focus_event_1): record the widget with focus.
9359
9360 2000-12-31  Andy Piper  <andy@xemacs.org>
9361
9362         * window.c (allocate_window): use
9363         make_image_instance_cache_hash_table.
9364         (make_dummy_parent): ditto.
9365         (Fset_window_configuration): ditto.
9366
9367         * glyphs.h (INSTANTIATOR_TYPE): new macro.  declare new functions.
9368
9369         * glyphs.c (process_image_string_instantiator): use
9370         INSTANTIATOR_TYPE.
9371         (get_image_instantiator_governing_domain): ditto.
9372         (normalize_image_instantiator): ditto.
9373         (instantiate_image_instantiator): ditto.
9374         (make_image_instance_1): ditto.
9375         (image_instantiate): ditto. Key on glyph *and* instantiator type.
9376         (instantiator_eq_equal): new function for use with instance hash
9377         tables.
9378         (instantiator_eq_hash): ditto.
9379         (make_image_instance_cache_hash_table): create a suitable hash
9380         table for storing image instances.
9381
9382         * elhash.h (hash_table_weakness): new internal weakness type
9383         HASH_TABLE_KEY_CAR_VALUE_WEAK.
9384         declare new functions.
9385
9386         * elhash.c (finish_marking_weak_hash_tables): introduce yet
9387         another weakness type for glyphs.
9388         (make_standard_lisp_hash_table): new function split out from
9389         make_general_lisp_hash_table.
9390         (make_lisp_hash_table): call make_standard_lisp_hash_table.
9391         (hash_table_instantiate): ditto.
9392         (Fmake_hash_table): ditto.
9393
9394 2000-12-31  Martin Buchholz <martin@xemacs.org>
9395
9396         * XEmacs 21.2.39 is released.
9397
9398 2000-12-29  Andy Piper  <andy@xemacs.org>
9399
9400         * menubar.c (menubar_visible_p_changed): signal the frame changed.
9401
9402         * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
9403         the frame has changed so that we pick up geometry changes such as
9404         menubar visibility.
9405
9406 2000-12-28  Andy Piper  <andy@xemacs.org>
9407
9408         * lastfile.c (my_ebss): make a char array so we can pad the
9409         bss. Fixes cygwin unexec.
9410
9411         * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
9412
9413 2000-12-26  Andy Piper  <andy@xemacs.org>
9414
9415         * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
9416         comments and try and be more precise about a non-/SIGIO world.
9417         (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
9418         SIGIO.
9419
9420         * redisplay-output.c (redisplay_normalize_glyph_area): make sure
9421         we don't normalize to zero width or height.
9422
9423 2000-12-24  Andy Piper  <andy@xemacs.org>
9424
9425         * Makefile.in.in (ldflags): add -mwindows when appropriate.
9426
9427 2000-08-18  Golubev I. N.  <gin@mo.msk.ru>
9428
9429         * s/sco5.h: SCO 5 has pty support.
9430
9431 2000-07-20  Kazuyuki IENAGA <ienaga@xemacs.org>
9432
9433         * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
9434         input-method-xlib.c contains whole contents of input-method-xfs.c,
9435         so we can use input-method-xlib.c's code for USE_XFONTSET
9436         using #ifdefs.
9437         * input-method-xfs.c: removed.
9438
9439 2000-12-20  Stephen Turnbull  <stephen@xemacs.org>
9440
9441         * file-coding.h (enum coding_category_type): reorder enumerators to
9442         make autodetection safer.  Make CODING_CATEGORY_LAST an enumerator
9443         (now one greater than largest real coding_category_type enumerator).
9444         * file-coding.c (coding_category_symbol, coding_category_by_priority,
9445         coding_category_system, fcd_descriptihon_1, decode_coding_category,
9446         Fcoding_category_list, Fset_coding_priority_list,
9447         Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
9448         vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
9449
9450 2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
9451
9452         * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
9453         * redisplay-output.c (redisplay_output_window): Clear top of window
9454         when face is changed.
9455         * redisplay-x.c (x_redraw_exposed_window): Call
9456         redisplay_clear_top_of_window.
9457         * redisplay.h: Publish redisplay_clear_top_of_window.
9458
9459 2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
9460
9461         * buffer.c (Fkill_buffer): Map over all devices.
9462         * window.c (window_loop): Remove UNSHOW_BUFFER code.
9463         (list_windows): New function.
9464         (list_all_windows): Ditto.
9465         (Freplace_buffer_in_windows): Use them.
9466
9467 2000-02-02   Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
9468
9469         * database.c (berkdb_subtype): Recognize new subtype `queue'.
9470         (Fopen_database): Use `db_create' instead of `db_open'.
9471         (syms_of_database): Initialize Qqueue.
9472
9473 2000-12-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
9474
9475         * buffer.c (common_init_complex_vars_of_buffer): Initialize
9476         buffer_local_face_property.
9477         * buffer.h (struct buffer): New member buffer_local_face_property.
9478         * window.c (Fset_window_buffer):  Mark window's face as changed
9479         when buffer has buffer local face.
9480         * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
9481         * objects.c (color_after_change): Set buffer_local_face_property
9482         when locale of face specifier is buffer.
9483         * objects.c (font_after_change): Ditto.
9484         * objects.c (face_boolean_after_change): Ditto.
9485         * glyphs.c (image_after_change): Ditto.
9486
9487 2000-12-09  Dan Holmsand  <dan@eyebee.com>
9488
9489         * nt.c (mswindows_fstat): Report file permissions, volume serial
9490         number, etc. Code adapted from FSF Emacs 20.7.
9491
9492 2000-12-09  Dan Holmsand  <dan@eyebee.com>
9493
9494         * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
9495         of stat when we don't have symbolic links, to make sure
9496         mswindows_stat is called on mswindows.
9497
9498 2000-12-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
9499
9500         * alloca.c: Define malloc to xmalloc only when built with XEmacs.
9501
9502 2000-12-12  Martin Buchholz  <martin@xemacs.org>
9503
9504         * doprnt.c (emacs_doprnt_1): More printing fixes.
9505         Make printing of numbers compatible with libc and FSF Emacs.
9506         BUG was: (format "%6.3f" 1.2) ==>"1.200000"
9507         Use the system printf to do most of the hard work of formatting,
9508         instead of doprnt_1().
9509         Calculate memory to allocate for format string.
9510         Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
9511         (doprnt_1): Cleaner code and documentation.
9512
9513 2000-12-01  Jerry James  <james@eecs.ukans.edu>
9514
9515         * Makefile.in.in: Use the loop variable to install headers.
9516
9517 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
9518
9519         * window.c (Fsplit_window): Don't invalidate face cache.
9520
9521 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
9522
9523         * minibuf.c (Fall_completions): Undo the previous change
9524         which removed checking elements start with space.
9525
9526 2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
9527
9528         * mule-canna.c: Didier suppression.
9529
9530 2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
9531
9532         * mule-canna.c: rename static unsigned char buf[] to key_buffer
9533         (warning suppression).  Add English comment translations.
9534
9535 2000-12-05  Martin Buchholz  <martin@xemacs.org>
9536
9537         * unexelfsgi.c (unexec): Better test for mmap failure.
9538
9539 2000-12-05  Martin Buchholz <martin@xemacs.org>
9540
9541         * XEmacs 21.2.38 is released.
9542
9543 2000-12-05  Martin Buchholz  <martin@xemacs.org>
9544
9545         * redisplay.c (bar-cursor): Make a user variable.
9546
9547         * symsinit.h: Add init_postgresql_from_environment.
9548
9549 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
9550
9551         * regex.c: Convert to clean C.
9552
9553 2000-12-05  Dan Holmsand  <dan@eyebee.com>
9554
9555         * realpath.c:
9556         Don't #include sysfile.h. Revert to duplicating PATH_MAX
9557         initialization.
9558         (sys_readlink): renamed to system_readlink to avoid conflict with
9559         the other sys_readlink.
9560
9561 2000-12-04  Hiroaki Abe  <h-abe@pc.highway.ne.jp>
9562
9563         * dumper.c (pdump_file_get): Correct uses of pdump_fd.
9564
9565 2000-12-04  Stephen J. Turnbull  <stephen@xemacs.org>
9566
9567         * postgresql.c (init_postgresql_from_environment): new function.
9568         (vars_of_postgresql): Move code initializing Lisp variables out and
9569         into init_postgresql_from_environment.
9570         emacs.c (main_1): Call init_postgresql_from_environment if and only
9571         if running a dumped XEmacs.
9572
9573 2000-08-31  Dan Holmsand  <dan@eyebee.com>
9574
9575         * buffer.c: Make find-file-compare-truenames default to true on
9576         windows.
9577
9578         * realpath.c (win32_abs_start):
9579         (cygwin_readlink):
9580         (win32_readlink): New functions.
9581         (xrealpath): Return really real filenames on windows.
9582
9583         * fileio.c (Ffile_truename): Make file-truename work on windows.
9584
9585 2000-11-29  Didier Verna  <didier@xemacs.org>
9586
9587         * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
9588         * faces.c (update_face_cachel_data): use it.
9589         * faces.c (add_face_cachel): use it. Complete background pixmap
9590         frobbing in face cache if `update_face_cachel_data' has not done so.
9591
9592 2000-11-29  Yoshiki Hayashi  <yoshiki@xemacs.org>
9593
9594         * search.c (string_match_1): Don't set last_thing_searched
9595         when search failed.
9596
9597 2000-11-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
9598
9599         * buffer.c: Include casetab.h
9600         (common_init_complex_vars_of_buffer): Use new case-table object.
9601         * buffer.h: Include casetab.h
9602         * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
9603         (DOWNCASE_TABLE_OF): Ditto.
9604         * bufslots.h: Remove char-tables and add case-table.
9605         * casetab.c: Include casetab.h
9606         (CASE_TABLE_P): Removed.
9607         (mark_case_table): New function.
9608         (allocate_case_table): New function.
9609         (Fcase_table_p): Use new case-table.
9610         (case_table_char): New function.
9611         (Fget_case_table): Ditto.
9612         (Fput_case_table): Ditto.
9613         (Fput_case_table_pair): Ditto.
9614         (Fcopy_case_table): Ditto.
9615         (Fcurrent_case_table): Return case-table.
9616         (Fstandard_case_table): Return case-table.
9617         (Fset_case_table): Fix doc-string.
9618         (set_case_table): Use case-table
9619         (syms_of_casetab): DEFSUBR new functions.
9620         (complex_vars_of_casetab): Set up standard case-table.
9621         * casetab.h: New file.
9622         * editfns.c: Include casetab.h
9623         (Fcompare_buffer_substrings): Use case-table.
9624         * inline.c: Include casetab.h
9625         * lisp.h: Remove bogus extern.
9626         * lrecord.h (lrecord_type): Add lrecord_type_case_table.
9627         * search.c: Include casetab.h
9628         (TRANSLATE_ASCII): Removed.
9629         (TRANSLATE): Unconditionally translate character.
9630         (looking_at_1): Use case-table.
9631         (string_match_1): Ditto.
9632         (fast_string_match): Ditto.
9633         (search_command): Ditto.
9634         (search_buffer): Separate boyer_moore.  Check whether
9635         boyer_moore is possible.
9636         (simple_search): New function.
9637         (boyer_moore): Separated from search_buffer. Translate char.
9638
9639 2000-11-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
9640
9641         * regex.c (RE_TR_ASCII): Removed.
9642         (RE_TRANSLATE): Unconditionally use TRT_TABLE.
9643         (PATFETCH): Call PATFETCH_RAW.
9644         (PATFETCH_RAW): Fetch Emchar.
9645         (PATUNFETCH): Decrement charptr.
9646         (GET_BUFFER_SPACE): Rename b to buf_end.
9647         (BUF_PUSH): Ditto.
9648         (BUF_PUSH_2): Ditto.
9649         (BUF_PUSH_3): Ditto.
9650         (EXTEND_BUFFER): Ditto.
9651         (SET_LIST_BIT): Ditto.
9652         (regex_compile): Ditto.  Translate non ASCII char.
9653         (compile_range): Ditto.
9654         (re_search_2): Ditto.
9655         (re_match_2_internal): Compare Emchar.
9656         (bcmp_translate): Ditto.
9657
9658 2000-11-29  Stephen J. Turnbull  <turnbull@xemacs.org>
9659
9660         * lisp.h (basic char/int typedefs):  comment improvement.
9661
9662 2000-11-24  Stephen J. Turnbull  <turnbull@xemacs.org>
9663
9664         * emacs.c (main_1):  unconditional pdump unstomping; don't save and
9665         unstomp inhibit_site_lisp.  Improve comments.
9666
9667 2000-11-22  Stephen J. Turnbull  <turnbull@xemacs.org>
9668
9669         * mule-charset.c (Fcharset_property):  improve type checking, comments.
9670
9671 2000-11-28  Andy Piper  <andy@xemacs.org>
9672
9673         * redisplay-output.c (redisplay_output_subwindow): make sure we do
9674         clipped display for windows in the gutter also.
9675         (redisplay_display_boxes_in_window_p): change semantics of return
9676         codes to be more intuitive.
9677
9678         * gutter.h: declare display_boxes_in_gutter_p.
9679
9680         * gutter.c (display_boxes_in_gutter_p): new function for
9681         redisplay.
9682
9683 2000-11-22  Andy Piper  <andy@xemacs.org>
9684
9685         * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
9686         autodetect domain.
9687
9688 2000-11-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
9689
9690         * callproc.c (Fold_call_process_internal):
9691         * gpm.c (Freceive_gpm_event):
9692         (tty_get_foreign_selection): Might be just warning supression.
9693         * fileio.c (Fwrite_region_internal):
9694         (Fset_visited_file_modtime):
9695         * keymap.c (event_matches_key_specifier_p):
9696         Initialize GCPROed variable.
9697
9698         * menubar-x.c (command_builder_find_menu_accelerator):
9699         Initialize before use.
9700
9701 2000-11-23  Andy Piper  <andy@xemacs.org>
9702
9703         * unexcw.c (unexec): make the resulting executable executable.
9704
9705 2000-11-21  Martin Buchholz  <martin@xemacs.org>
9706
9707         * doc.c (get_doc_string):
9708         Use size_t, not int, for result of XSTRING_LENGTH.
9709
9710         * cmds.c (Fdelete_char):
9711         * cmds.c (Fpoint_at_eol):
9712         * cmds.c (Fself_insert_command):
9713         Use EMACS_INT, not int, for result of XINT.
9714         Someday, someone will want to insert more than 2**31 identical characters.
9715
9716         * cmds.c (Fdelete_char):
9717         * cmds.c (Fdelete_backward_char):
9718         * syntax.c (Fforward_word):
9719         * syntax.c (Fforward_comment):
9720         Make COUNT argument optional, for consistency with forward-char et al.
9721
9722 2000-11-22  Martin Buchholz  <martin@xemacs.org>
9723
9724         * lisp.h:
9725         * print.c (long_to_string):
9726         Return a useful value: the pointer at end of data written.
9727
9728         * doprnt.c:
9729         Use `static const char * const' for constant strings.
9730         (union printf_arg): Delete `i', `ui' members.
9731         (get_doprnt_args):
9732         (emacs_doprnt_1):
9733         Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
9734         Do all printf-ing via the `l' specifier.
9735         Use EMACS_INT instead of int.
9736         Optimize.
9737
9738 2000-11-20  Didier Verna  <didier@xemacs.org>
9739
9740         * faces.c (update_face_cachel_data): don't frob the background
9741         pixmap when the window is being created. The face is needed but
9742         does not exist yet.
9743
9744 2000-11-20  Andy Piper  <andy@xemacs.org>
9745
9746         * unexcw.c (copy_executable_and_dump_data_section): Only do bss
9747         messing with a debug environment.
9748
9749 2000-11-20  Martin Buchholz  <martin@xemacs.org>
9750
9751         * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
9752
9753 2000-11-20  Martin Buchholz  <martin@xemacs.org>
9754
9755         * casetab.c (Fcase_table_p): Fix compile error and crash.
9756
9757 2000-11-18  Philip Aston  <philipa@mail.com>
9758
9759         * s/cygwin32.h: Cygwin has SVR4-like pty support.
9760
9761 2000-11-18  Martin Buchholz  <martin@xemacs.org>
9762
9763         * fileio.c (Fexpand_file_name): GCPRO bug!  Protect `handler'.
9764         * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
9765
9766 2000-11-17  Martin Buchholz  <martin@xemacs.org>
9767
9768         * config.h.in: Define HAVE_ELF_H if elf.h exists.
9769         * unexelf.c: Use HAVE_ELF_H.
9770         * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
9771         I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
9772         Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
9773         Greg Harrington <greg_harrington@hotmail.com> provided a machine
9774         for testing.
9775         So this is an unexelfsgi.c from a different line of development.
9776
9777 2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
9778
9779         * regex.c (RE_TR_ASCII): New function.
9780         (RE_TRANSLATE): Call it.
9781
9782 2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
9783
9784         * buffer.h (TRT_TABLE_OF): Remove assert.
9785         (IN_TRT_TABLE_DOMAIN): Removed.
9786
9787 2000-11-16  Gunnar Evermann  <ge204@eng.cam.ac.uk>
9788
9789         * free-hook.c (log_gcpro):
9790         (show_gcprohist): Add support for GCPRO5.
9791
9792 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
9793
9794         * emacs.c (main_1): Improve -sd error message when --pdump=no.
9795
9796 2000-11-16  Olivier Galibert  <galibert@xemacs.org>
9797
9798         * symeval.h: Declare flush_all_buffer_local_cache.
9799
9800         * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
9801         (flush_buffer_local_cache): Added.
9802         (flush_all_buffer_local_cache): Added.
9803
9804         * lrecord.h: Remove unused XD_LO_RESET_NIL.
9805
9806         * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
9807         (pdump_dump_data): Ditto.
9808         (pdump_reloc_one): Ditto.
9809         (pdump): Remove unused pdump_qnil.  Flush buffer local caches
9810         before dumping.
9811
9812
9813 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
9814
9815         * buffer.c: Remove if 0'ed entry.
9816         * buffer.h: Rewrite TRT to use char-table.
9817         * bufslots.h: Remove mirror tables.
9818         * casetab.c: Remove mirror tables.
9819         (CASE_TABLE_P): New macro.
9820         (Fcase_table_p): Element of a case table is string or char-table.
9821         (make_mirror_trt_table): Removed.
9822         (set_case_table): Setup char-table from strings for backward
9823         compatibility.
9824         * dired.c (Fdirectory_files):
9825         * dired-msw.c: (mswindows_get_files):
9826         * lisp.h: Change prototype of re_pattern_buffer.
9827         * regex.c: (RE_TRANSLATE): New macro.
9828         (TRANSLATE_P): Ditto.
9829         Change translate to type RE_TRANSLATE_TYPE.
9830         * regex.h: Define RE_TRANSLATE_TYPE
9831         * search.c (TRANSLATE): New macro.
9832         (TRANSLATE_ASCII): New macro.
9833         Translate table is changed to Lisp_Object.
9834         (signal_failure): Inhibit return.
9835
9836 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
9837
9838         * device-msw.c:
9839         * eldap.c:
9840         * event-Xt.c:
9841         * event-stream.c:
9842         * print.c:
9843         Do UNGCPRO before return.
9844
9845 2000-11-14  Martin Buchholz <martin@xemacs.org>
9846
9847         * XEmacs 21.2.37 is released.
9848
9849 2000-11-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
9850
9851         * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
9852         Add comments about discarded return value.
9853
9854 2000-11-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
9855
9856         * callint.c:
9857         * event-stream.c: Fix comments.  Remove some #if 0'ed part.
9858
9859 2000-10-27  Andy Piper  <andy@xemacs.org>
9860
9861         * gutter.c (Fset_default_gutter_position): default left and right
9862         gutters to visible.
9863         (calculate_gutter_size): calculate resonable heuristic for left
9864         and right gutter sizes.
9865         (specifier_vars_of_gutter): change left and right gutter sizes to
9866         autodetect.
9867         (calculate_gutter_size_from_display_lines): new function.
9868         (output_gutter): check for resizing on left and right gutters.
9869         (clear_gutter): don't special case top and left gutters.
9870         (specifier_vars_of_gutter): use new signature for
9871         set_specifier_caching.
9872
9873         * glyphs-x.c (x_redisplay_widget): spelling fix.
9874         * glyphs.c (specifier_vars_of_glyphs):
9875         * menubar.c (specifier_vars_of_menubar):
9876         * redisplay.c (specifier_vars_of_redisplay):
9877         * toolbar.c (specifier_vars_of_toolbar):
9878         * window.c (specifier_vars_of_window):
9879         * scrollbar.c (specifier_vars_of_scrollbar):
9880         (complex_vars_of_scrollbar): use new signature for
9881         set_specifier_caching.
9882
9883         * specifier.c (set_specifier_caching): include recompute flag.
9884         (recompute_one_cached_specifier_in_window): always recompute if
9885         flag set.
9886         (recompute_one_cached_specifier_in_frame): ditto.
9887
9888         * specifier.h (struct specifier_caching): add recompute flag.
9889
9890 2000-10-24  Andy Piper  <andy@xemacs.org>
9891
9892         * unexcw.c (copy_executable_and_dump_data_section): add new
9893         BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
9894         5.0 happy.
9895
9896 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
9897
9898         * console-x.h (x_device): New member modifier_release_time.
9899         * event-Xt.c (x_handle_sticky_modifiers):
9900         Bound interval modifier keys are sticky.
9901         * event-stream.c (Vmodifier_keys_sticky_time): New variable.
9902         * events.h: extern it.
9903
9904 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
9905
9906         * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
9907
9908 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
9909
9910         * event-stream.c (execute_command_event): Preserve current_events
9911         and the like when event is misc-user-event.
9912         Inhibit quit during the call to maybe_echo_keys.
9913
9914 2000-10-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
9915
9916         * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
9917         symlink when buffer is killed.
9918         (inhibit_clash_detection): New variable.
9919
9920 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
9921
9922         * console.c (Fset_input_method): Trigger redisplay on tty.
9923
9924 2000-11-07  Martin Buchholz  <martin@xemacs.org>
9925
9926         * process.c (Fprocess_status): Revert to previous behavior:
9927         (process-status "nosuchprocess") ==> nil
9928
9929 2000-11-06  Martin Buchholz  <martin@xemacs.org>
9930
9931         * mule-charset.h (CHARSET_BY_LEADING_BYTE):
9932         Work around another GCC 2.95.2 optimizer bug.
9933
9934 2000-11-02  Martin Buchholz  <martin@xemacs.org>
9935
9936         * process.c (Fget_process): Use LIST_LOOP_2.
9937         (kill_buffer_processes): Use LIST_LOOP_2.
9938
9939         * minibuf.c (Fall_completions):
9940         Delete old non-functional code for FSF fourth argument.
9941
9942         * frame.c (frame_matches_frame_spec):
9943         Renamed from `frame_matches_frametype'.  Update all callers.
9944         (device_matches_device_spec):
9945         Renamed from 'device_matches_console_spec'.  Update all callers.
9946
9947         * doc.c (Fsubstitute_command_keys):
9948         Remove buffer overflow crash.  Small code cleanups.
9949
9950         * casetab.c (check_case_table): Simpler code.
9951
9952         * window.c (Freplace_buffer_in_windows):
9953         Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
9954         (and similar implementation) as Fdelete_windows_on.
9955         Update all callers.
9956
9957         * alloc.c (Fmake_list):
9958         * alloc.c (make_vector):
9959         * alloc.c (Fmake_vector):
9960         * alloc.c (make_bit_vector):
9961         * alloc.c (Fmake_bit_vector):
9962         * alloc.c (Fbit_vector):
9963         * alloc.c (Fmake_string):
9964         * alloc.c (Fpurecopy):
9965         * alloc.c (Fmemory_limit):
9966         * buffer.c:
9967         * buffer.c (Fget_buffer):
9968         * buffer.c (Fkill_buffer):
9969         * buffer.c (complex_vars_of_buffer):
9970         * bytecode.c (Fcompiled_function_stack_depth):
9971         * callint.c (Fprefix_numeric_value):
9972         * event-stream.c:
9973         * event-stream.c (Fread_key_sequence):
9974         * casetab.c:
9975         * casetab.c (Fcase_table_p):
9976         * casetab.c (check_case_table):
9977         * casetab.c (Fset_case_table):
9978         * casetab.c (Fset_standard_case_table):
9979         * chartab.c:
9980         * chartab.c (Fchar_table_type):
9981         * chartab.c (Freset_char_table):
9982         * chartab.c (Fget_char_table):
9983         * chartab.c (Fget_range_char_table):
9984         * chartab.c (Fput_char_table):
9985         * chartab.c (Fmap_char_table):
9986         * chartab.c (Fcategory_table_p):
9987         * chartab.c (Fcheck_category_at):
9988         * chartab.c (Fchar_in_category_p):
9989         * chartab.c (Fcategory_table):
9990         * chartab.c (Fcopy_category_table):
9991         * chartab.c (Fset_category_table):
9992         * chartab.c (Fcategory_designator_p):
9993         * chartab.c (Fcategory_table_value_p):
9994         * cmds.c (Fdelete_char):
9995         * cmds.c (Fdelete_backward_char):
9996         * cmds.c (Fself_insert_command):
9997         * cmds.c (Fself_insert_internal):
9998         * console.c (Fvalid_console_type_p):
9999         * console.c (Fcdfw_console):
10000         * console.c (Fconsole_type):
10001         * console.c (Fconsole_name):
10002         * console.c (Fconsole_device_list):
10003         * console.c (Fconsole_on_window_system_p):
10004         * data.c:
10005         * data.c (Feq):
10006         * data.c (Fold_eq):
10007         * data.c (Fsubr_interactive):
10008         * data.c (Fchar_to_int):
10009         * data.c (Fint_to_char):
10010         * data.c (Fsetcar):
10011         * data.c (Fsetcdr):
10012         * data.c (Fnumber_to_string):
10013         * data.c (Fstring_to_number):
10014         * data.c (Frem):
10015         * database.c (mark_database):
10016         * database.c (finalize_database):
10017         * database.c (Fdatabase_live_p):
10018         * database.c (Fdatabasep):
10019         * device-x.c (Fx_get_resource):
10020         * device.c (Fdfw_device):
10021         * dired.c:
10022         * dired.c (Ffile_name_completion):
10023         * dired.c (Ffile_name_all_completions):
10024         * dired.c (Fuser_name_completion):
10025         * dired.c (Fuser_name_completion_1):
10026         * dired.c (Fuser_name_all_completions):
10027         * doc.c (Fdocumentation):
10028         * doc.c (Fdocumentation_property):
10029         * doc.c (Fsubstitute_command_keys):
10030         * editfns.c:
10031         * editfns.c (Fchar_to_string):
10032         * editfns.c (Fstring_to_char):
10033         * editfns.c (Ftemp_directory):
10034         * editfns.c (Finsert_char):
10035         * editfns.c (Fbuffer_substring_no_properties):
10036         * editfns.c (Fnarrow_to_region):
10037         * editfns.c (Fchar_equal):
10038         * editfns.c (Fchar_Equal):
10039         * editfns.c (Ftranspose_regions):
10040         * emacs.c (Fdump_emacs):
10041         * eval.c (Fthrow):
10042         * eval.c (Fcommand_execute):
10043         * eval.c (Fautoload):
10044         * eval.c (Fbacktrace):
10045         * eval.c (Fbacktrace_frame):
10046         * events.c:
10047         * events.c (Fcopy_event):
10048         * events.c (Fcharacter_to_event):
10049         * events.c (Fevent_button):
10050         * events.c (Fevent_process):
10051         * extents.c:
10052         * extents.c (Fnext_extent_change):
10053         * extents.c (Fextent_property):
10054         * faces.c (Ffacep):
10055         * faces.c (Fmake_face):
10056         * file-coding.c:
10057         * file-coding.c (Fencode_shift_jis_char):
10058         * file-coding.c (Fencode_big5_char):
10059         * fileio.c (Ffile_name_directory):
10060         * fileio.c (Ffile_name_nondirectory):
10061         * fileio.c (Ffile_name_as_directory):
10062         * fileio.c (Fdirectory_file_name):
10063         * fileio.c (Ffile_truename):
10064         * fileio.c (Fsubstitute_in_file_name):
10065         * fileio.c (Ffile_modes):
10066         * fileio.c (Fset_file_modes):
10067         * fileio.c (Fset_default_file_modes):
10068         * fileio.c (Fverify_visited_file_modtime):
10069         * floatfns.c (Facos):
10070         * floatfns.c (Fasin):
10071         * floatfns.c (Fatan):
10072         * floatfns.c (Fcos):
10073         * floatfns.c (Fsin):
10074         * floatfns.c (Ftan):
10075         * floatfns.c (Fbessel_j0):
10076         * floatfns.c (Fbessel_j1):
10077         * floatfns.c (Fbessel_jn):
10078         * floatfns.c (Fbessel_y0):
10079         * floatfns.c (Fbessel_y1):
10080         * floatfns.c (Fbessel_yn):
10081         * floatfns.c (Ferf):
10082         * floatfns.c (Ferfc):
10083         * floatfns.c (Flog_gamma):
10084         * floatfns.c (Fexp):
10085         * floatfns.c (Fexpt):
10086         * floatfns.c (Flog):
10087         * floatfns.c (Flog10):
10088         * floatfns.c (Fsqrt):
10089         * floatfns.c (Fcube_root):
10090         * floatfns.c (Facosh):
10091         * floatfns.c (Fasinh):
10092         * floatfns.c (Fatanh):
10093         * floatfns.c (Fcosh):
10094         * floatfns.c (Fsinh):
10095         * floatfns.c (Ftanh):
10096         * floatfns.c (Fabs):
10097         * floatfns.c (Ffloat):
10098         * floatfns.c (Flogb):
10099         * floatfns.c (Fceiling):
10100         * floatfns.c (Ffloor):
10101         * floatfns.c (Fround):
10102         * floatfns.c (Ftruncate):
10103         * floatfns.c (Ffceiling):
10104         * floatfns.c (Fffloor):
10105         * floatfns.c (Ffround):
10106         * floatfns.c (Fftruncate):
10107         * fns.c (Fstring_equal):
10108         * fns.c (Fstring_lessp):
10109         * fns.c (concat2):
10110         * fns.c (concat3):
10111         * fns.c (vconcat2):
10112         * fns.c (vconcat3):
10113         * fns.c (Fsubstring):
10114         * fns.c (Fassoc):
10115         * fns.c (Fold_assoc):
10116         * fns.c (assoc_no_quit):
10117         * fns.c (Fassq):
10118         * fns.c (Fold_assq):
10119         * fns.c (assq_no_quit):
10120         * fns.c (Frassoc):
10121         * fns.c (Fold_rassoc):
10122         * fns.c (Frassq):
10123         * fns.c (Fold_rassq):
10124         * fns.c (rassq_no_quit):
10125         * fns.c (Fremassoc):
10126         * fns.c (remassoc_no_quit):
10127         * fns.c (Fremassq):
10128         * fns.c (remassq_no_quit):
10129         * fns.c (Fremrassoc):
10130         * fns.c (Fremrassq):
10131         * fns.c (remrassq_no_quit):
10132         * fns.c (Fsort):
10133         * fns.c (Fplist_get):
10134         * fns.c (Fplist_put):
10135         * fns.c (Fplist_remprop):
10136         * fns.c (Fplist_member):
10137         * fns.c (Flax_plist_get):
10138         * fns.c (Flax_plist_put):
10139         * fns.c (Flax_plist_remprop):
10140         * fns.c (Flax_plist_member):
10141         * fns.c (Fequal):
10142         * fns.c (Fold_equal):
10143         * fns.c (Frequire):
10144         * fns.c (Fbase64_encode_region):
10145         * fns.c (Fbase64_encode_string):
10146         * fns.c (Fbase64_decode_region):
10147         * frame.c:
10148         * frame.c (frame_matches_frame_spec):
10149         * frame.c (device_matches_device_spec):
10150         * frame.c (next_frame):
10151         * frame.c (previous_frame):
10152         * frame.c (Fnext_frame):
10153         * frame.c (Fprevious_frame):
10154         * frame.c (Fframe_property):
10155         * frame.c (Fset_frame_height):
10156         * frame.c (Fset_frame_size):
10157         * frame.h:
10158         * glyphs.c:
10159         * glyphs.c (if):
10160         * glyphs.c (decode_error_behavior_flag):
10161         * glyphs.c (Fmake_image_instance):
10162         * indent.c (Findent_to):
10163         * intl.c (Fignore_defer_gettext):
10164         * keymap.c (Fkeymapp):
10165         * keymap.c (Flookup_key):
10166         * lread.c:
10167         * lread.c (Fload_internal):
10168         * lread.c (Feval_buffer):
10169         * lread.c (Feval_region):
10170         * macros.c (Fexecute_kbd_macro):
10171         * marker.c (set_marker_internal):
10172         * marker.c (Fset_marker):
10173         * marker.c (set_marker_restricted):
10174         * marker.c (Fcopy_marker):
10175         * marker.c (noseeum_copy_marker):
10176         * menubar.c:
10177         * menubar.c (Fpopup_menu):
10178         * minibuf.c:
10179         * mule-charset.c (Fcharset_name):
10180         * mule-charset.c (Fchar_charset):
10181         * mule-charset.c (Fchar_octet):
10182         * mule-charset.c (Fsplit_char):
10183         * mule-wnnfns.c (Fwnn_open):
10184         * mule-wnnfns.c (Fwnn_dict_comment):
10185         * mule-wnnfns.c (Fwnn_quit_henkan):
10186         * mule-wnnfns.c (Fwnn_word_toroku):
10187         * mule-wnnfns.c (Fwnn_word_sakujo):
10188         * mule-wnnfns.c (Fwnn_word_use):
10189         * mule-wnnfns.c (Fwnn_hindo_set):
10190         * objects.c:
10191         * objects.c (Fmake_color_instance):
10192         * objects.c (Fmake_font_instance):
10193         * print.c (Fwrite_char):
10194         * process.c:
10195         * process.c (mark_process):
10196         * process.c (print_process):
10197         * process.c (get_process_from_usid):
10198         * process.c (Fprocessp):
10199         * process.c (Fprocess_live_p):
10200         * process.c (Fget_process):
10201         * process.c (Fget_buffer_process):
10202         * process.c (get_process):
10203         * process.c (Fprocess_id):
10204         * process.c (Fprocess_name):
10205         * process.c (Fprocess_command):
10206         * process.c (init_process_io_handles):
10207         * process.c (start_process_unwind):
10208         * process.c (Fstart_process_internal):
10209         * process.c (Fopen_multicast_group_internal):
10210         * process.c (Fset_process_window_size):
10211         * process.c (read_process_output):
10212         * process.c (send_process):
10213         * process.c (Fprocess_tty_name):
10214         * process.c (Fset_process_buffer):
10215         * process.c (Fprocess_buffer):
10216         * process.c (Fprocess_mark):
10217         * process.c (set_process_filter):
10218         * process.c (Fset_process_filter):
10219         * process.c (Fprocess_filter):
10220         * process.c (Fprocess_send_region):
10221         * process.c (Fprocess_send_string):
10222         * process.c (exec_sentinel):
10223         * process.c (Fset_process_sentinel):
10224         * process.c (Fprocess_sentinel):
10225         * process.c (status_notify):
10226         * process.c (Fprocess_status):
10227         * process.c (Fprocess_exit_status):
10228         * process.c (process_send_signal):
10229         * process.c (Fprocess_send_eof):
10230         * process.c (deactivate_process):
10231         * process.c (remove_process):
10232         * process.c (Fdelete_process):
10233         * process.c (kill_buffer_processes):
10234         * process.c (Fprocess_kill_without_query):
10235         * process.c (Fprocess_kill_without_query_p):
10236         * rangetab.c:
10237         * rangetab.c (Fget_range_table):
10238         * rangetab.c (Fput_range_table):
10239         * rangetab.c (Fremove_range_table):
10240         * rangetab.c (Fclear_range_table):
10241         * search.c:
10242         * search.c (Fskip_chars_forward):
10243         * search.c (Fskip_chars_backward):
10244         * search.c (Fskip_syntax_forward):
10245         * search.c (Fskip_syntax_backward):
10246         * search.c (search_command):
10247         * search.c (Freplace_match):
10248         * search.c (Fregexp_quote):
10249         * select.c (Fown_selection_internal):
10250         * select.c (Fselection_owner_p):
10251         * select.c (Fselection_exists_p):
10252         * select.c (Fget_selection_internal):
10253         * specifier.c:
10254         * symbols.c:
10255         * symbols.c (Fintern):
10256         * symbols.c (Fintern_soft):
10257         * symbols.c (Funintern):
10258         * symbols.c (Fapropos_internal):
10259         * symbols.c (Fset_default):
10260         * syntax.c:
10261         * syntax.c (Fsyntax_table_p):
10262         * syntax.c (Fcopy_syntax_table):
10263         * syntax.c (Fset_syntax_table):
10264         * syntax.c (Fchar_syntax):
10265         * syntax.c (syntax_match):
10266         * syntax.c (Fmatching_paren):
10267         * syntax.c (Fforward_word):
10268         * syntax.c (scan_lists):
10269         * syntax.c (Fscan_lists):
10270         * syntax.c (Fscan_sexps):
10271         * syntax.c (Fparse_partial_sexp):
10272         * toolbar.c (Fcheck_toolbar_button_syntax):
10273         * tooltalk.doc:
10274         * window.c:
10275         * window.c (Fwindowp):
10276         * window.c (Fwindow_live_p):
10277         * window.c (Fwindow_point):
10278         * window.c (Fdelete_window):
10279         * window.c (Fnext_window):
10280         * window.c (Fprevious_window):
10281         * window.c (Fother_window):
10282         * window.c (window_loop):
10283         * window.c (Fget_lru_window):
10284         * window.c (Fsplit_window):
10285         * window.c (Fenlarge_window):
10286         * window.c (Fenlarge_window_pixels):
10287         * window.c (Fshrink_window):
10288         * window.c (Fshrink_window_pixels):
10289         * window.c (change_window_height):
10290         * window.c (Fwindow_configuration_p):
10291         * window.c (Fcurrent_window_configuration):
10292         * window.h:
10293         * casefiddle.c (casify_object):
10294         * casefiddle.c (Fupcase):
10295         * casefiddle.c (Fdowncase):
10296         * casefiddle.c (Fcapitalize):
10297         * casefiddle.c (Fupcase_initials):
10298         * casefiddle.c (casify_region_internal):
10299         * casefiddle.c (casify_region):
10300         * casefiddle.c (Fupcase_region):
10301         * casefiddle.c (Fdowncase_region):
10302         * casefiddle.c (Fcapitalize_region):
10303         * casefiddle.c (Fupcase_initials_region):
10304         * casefiddle.c (Fupcase_word):
10305         * casefiddle.c (Fdowncase_word):
10306         * casefiddle.c (Fcapitalize_word):
10307         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
10308         Replace 0 with '\0' when working with bytes.
10309         Replace initial "(" with "\(" in docstrings.
10310
10311 2000-11-01  Martin Buchholz  <martin@xemacs.org>
10312
10313         * config.h.in: Handle alloca with Compaq C on Alpha Linux.
10314
10315         * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
10316
10317 2000-10-31  Martin Buchholz  <martin@xemacs.org>
10318
10319         * eldap.c (print_ldap): 64-bit cleaner.  Fixes warning.
10320
10321 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
10322
10323         * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
10324         correctly.
10325
10326 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
10327
10328         * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
10329         (inhibit_auto_save_session): New variable.
10330         (vars_of_fileio): Declare and initialize them.
10331         * fileio.c (Fdo_auto_save): Don't create session file if
10332         Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
10333
10334 2000-10-31  Martin Buchholz  <martin@xemacs.org>
10335
10336         * sgiplay.c (play_internal): C++ compilability.
10337         * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
10338         * callproc.c (Fold_call_process_internal):
10339         Remove unused vars `env', `first'.
10340         * scrollbar.c (update_scrollbar_instance):
10341         #### unused var `current_window'.
10342         * redisplay-tty.c: Put currently unused vars insert_mode_on,
10343         etc. within #ifdef NOT_YET.
10344         * emacs.c: #### unused vars `initial_argc', `initial_argv'.
10345         * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
10346         * specifier.c (specifier_instance):
10347         #### unused var `tag'.
10348         Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
10349
10350 2000-10-27  Martin Buchholz  <martin@xemacs.org>
10351
10352         * fns.c (Fbutlast):
10353         * fns.c (list_sort):
10354         * fns.c (Ffillarray):
10355         * fns.c (bytecode_nconc2):
10356         * fns.c (Fnconc):
10357         * fns.c (mapcar1):
10358         * fns.c (Fmapconcat):
10359         Be pedantically 64-bit correct.  For the time when someone will
10360         want to have a list with length > 2**32.
10361
10362         * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
10363         Work around MIPSpro compiler bug.
10364
10365         * process-unix.c (unix_kill_child_process): Add snarky comment.
10366         * process-unix.c (try_to_initialize_subtty):  Oops, `=' ==> `=='
10367
10368         * config.h.in: Oops, _getpt ==> _getpty
10369
10370 2000-10-26  Martin Buchholz  <martin@xemacs.org>
10371
10372         * config.h.in:
10373         * regex.c:
10374         Use void*, not char*, as return type of alloca().
10375
10376         * alloc.c (free_marker): Side effect inside assert expression!
10377
10378 2000-10-16  MIYASHITA Hisashi  <himi@m17n.org>
10379
10380         * mule-charset.c (Fset_charset_ccl_program): To check
10381         if the given ccl program is valid, use setup_ccl_program()
10382         instead of CHECK_VECTOR().
10383         (Fmake_charset): Likewise.
10384
10385 2000-10-20  Golubev I. N.  <gin@mo.msk.ru>
10386
10387         * faces.c (get_extent_fragment_face_cache_index):
10388         Fix cachel.merged_faces memory leak.
10389
10390 2000-10-14  MIYASHITA Hisashi  <himi@m17n.org>
10391
10392         * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
10393         Reset MSB of octets obtained by DECODE_SJIS
10394         because of the incompatibility with Emacs.
10395         (ccl_driver)<CCL_ENCODE_SJIS>:
10396         Set MSB of octets before passing them to
10397         ENCODE_SJIS because of the incompatibility
10398         with Emacs.
10399
10400 2000-10-18   Daiki Ueno  <ueno@unixuser.org>
10401
10402         * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
10403         (DECLARE_LRECORD): Undo the last change.
10404         (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
10405
10406 2000-10-17   Daiki Ueno  <ueno@unixuser.org>
10407
10408         * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
10409         the implementation to lrecord_implementations_table.
10410
10411 2000-10-14   Daiki Ueno  <ueno@unixuser.org>
10412
10413         * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
10414         initial value of `lrecord_type_##c_name' and
10415         `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
10416         (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
10417         [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
10418         [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
10419         [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
10420
10421 2000-10-17  Martin Buchholz  <martin@xemacs.org>
10422
10423         * miscplay.c (sndcnv8S_2mono):
10424         (sndcnv2monounsigned):
10425         (sndcnvULaw_2linear):
10426         (sndcnv16swap):
10427         Remove implementation-defined behavior.
10428
10429 2000-10-12  Martin Buchholz  <martin@xemacs.org>
10430
10431         * input-method-xlib.c: Warning suppression.
10432
10433 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
10434
10435         * mule-ccl.c: Sync up with Emacs 21.0.90.
10436         (ccl_driver)<CCL_TranslateCharacter>: Disabled.
10437         Do nothing.
10438         (ccl_driver)<CCL_TranslateCharacterConstTbl>:
10439         Likewise.
10440         (ccl_driver[WriteMultibyteChar2]): Bug fix.
10441         Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
10442         MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
10443         leading char belongs to official 2-dimensional charset.
10444         (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
10445         write the given character as is.  Otherwise,
10446         if it is a multibyte char, convert it by
10447         non_ascii_set_charptr_emchar, then write it.
10448         (CCL_WRITE_STRING): Likewise.
10449         (ccl_get_compiled_code): New function.
10450         (setup_ccl_program): When ccl_prog is invalid,
10451         return -1.
10452         (Fregister_code_conversion_map): New function.
10453         (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
10454
10455         * mule-ccl.h: Sync up with Emacs 21.0.90.
10456         (Fregister_ccl_program): export it.
10457
10458         * redisplay-msw.c (separate_textual_runs):
10459         If ccl program is not valid, don't do ccl conversion.
10460
10461         * redisplay-x.c (separate_textual_runs): Ditto.
10462
10463         * file-coding.c (Fmake_coding_system):
10464         When type is ccl and value is vector, register it
10465         with a proper symbol.  And checks whether the
10466         given ccl program is valid.
10467         (mule_decode): When calling ccl_driver, if src indicates
10468         NULL pointer, set an empty string instead.
10469         (mule_encode): Likewise.
10470
10471 2000-10-11  Martin Buchholz  <martin@xemacs.org>
10472
10473         The following large batch of changes gets us back to a state of
10474         C++ compilability.  Extbyte is now a char, which means that
10475         Extbyte * and Bufbyte * cannot be freely interchanged - a win!
10476
10477         * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
10478
10479         * sound.c (Fplay_sound): Type correctness.
10480
10481         * select-x.c (hack_motif_clipboard_selection): Type correctness.
10482         (x_get_window_property): Type correctness.
10483         (receive_incremental_selection): unsigned char ==> Extbyte
10484         (selection_data_to_lisp_data): unsigned char ==> Extbyte
10485         (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
10486         (Fx_store_cutbuffer_internal): Type correctness.
10487
10488         * process-unix.c (try_to_initialize_subtty): Type correctness.
10489
10490         * objects-x.c (x_print_color_instance): Type correctness.
10491         (x_print_font_instance): Type correctness.
10492         (x_list_fonts): SExtbyte ==> Extbyte.
10493         (valid_x_font_name_p): SExtbyte ==> Extbyte.
10494         (x_find_charset_font): SExtbyte ==> Extbyte.
10495         Use TO_INTERNAL_FORMAT.  build_string ==> make_string.
10496         (truename_via_XListFonts): SExtbyte ==> Extbyte.
10497         (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
10498         Use bufbyte_strcmp.
10499
10500         * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
10501         (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
10502         (BYTE_ASCII_P): Use bit ops for char-signedness safety.
10503         (BYTE_C0_P): Use bit ops for char-signedness safety.
10504         (BYTE_C1_P): Use bit ops for char-signedness safety.
10505         (CHARSET_BY_LEADING_BYTE):
10506         (CHARSET_BY_ATTRIBUTES):
10507         Always use inline function.
10508         Use type_checking_assert.
10509         Hide chlook.
10510
10511         * mule-charset.c (non_ascii_charptr_copy_char):
10512         Modify to work with both ASCII and non-ASCII characters.
10513         Improve docs and variable names.
10514         Replace over-clever fall-through switch with a simple loop.
10515         (Lstream_get_emchar_1):
10516         Replace over-clever fall-through switch with a simple loop.
10517
10518         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
10519         Warning suppression.
10520
10521         * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
10522         the return value of Lstream_getc, which could be EOF as well.
10523
10524         * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
10525
10526         * lisp.h: Make Extbyte a char, not unsigned char, so that external
10527         APIs can be used on Extbytes without casts.  Risky!
10528         (SExtbyte): Remove.
10529         (UExtbyte): Remove.
10530
10531         * input-method-xlib.c (XIM_init_device):
10532         Use Xlib.h instead of IntrinsicP.h.
10533         Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
10534         which will break in X11R7.
10535         Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
10536         to call XRegisterIMInstantiateCallback with correct types.
10537
10538         * gui-x.c (button_item_to_widget_value): Type correctness.
10539
10540         * glyphs.c (bitmap_to_lisp_data):  Type correctness.
10541
10542         * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
10543         (xbm_instantiate_1): Type correctness.
10544         (BUILD_GLYPH_INST):  Type correctness.
10545
10546         * fileio.c (Fsubstitute_in_file_name): Type correctness.
10547
10548         * file-coding.c:
10549         (decode_coding_sjis):
10550         (decode_coding_big5):
10551         (decode_coding_ucs4):
10552         (decode_coding_utf8):
10553         (decode_coding_iso2022):
10554         (decode_coding_no_conversion):
10555         Make all decoding functions take an Extbyte * arg.
10556         (encode_coding_sjis):
10557         (encode_coding_big5):
10558         (encode_coding_ucs4):
10559         (encode_coding_utf8):
10560         (encode_coding_iso2022):
10561         (encode_coding_no_conversion):
10562         Make all encoding functions take a Bufbyte * arg.
10563         Use size_t instead of unsigned int for memory sizes.
10564         Only cast to unsigned char whenever dereferencing Extbyte *.
10565
10566         * doc.c (unparesseuxify_doc_string): Type correctness.
10567
10568         * console-x.c (split_up_display_spec):
10569         Rewrite without using details of internal string representation.
10570         (x_semi_canonicalize_device_connection): Type correctness.
10571
10572         * config.h.in:
10573         (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
10574         (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
10575         (HAVE_XFREE386): Removed.
10576
10577         * buffer.h (DEC_CHARPTR): `const' correctness.
10578         (bufbyte_strcmp): New.
10579         (bufbyte_memcmp): New.
10580
10581         * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
10582
10583         * buffer.h (XCHAR_OR_CHAR_INT):
10584         Always use inline function.
10585         Remove redundant type checking assert() - XINT will abort quite nicely.
10586
10587 2000-10-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
10588
10589         * search.c (Freplace_match): Set newtext to an empty string.
10590
10591 2000-10-10  Martin Buchholz  <martin@xemacs.org>
10592
10593         * s/decosf1-3.h: Remove #include of stropts.h
10594         * s/ptx.h: Remove #include of stropts.h
10595         * s/usg5-4.h: Remove #include of stropts.h
10596         * sysproc.h:
10597         * config.h.in:
10598         Use stropts.h, not sys/stropts.h.
10599         Use strtio.h, not sys/strtio.h.
10600
10601 2000-10-04  Martin Buchholz <martin@xemacs.org>
10602
10603         * XEmacs 21.2.36 is released.
10604
10605 2000-09-21  Andy Piper  <andy@xemacs.org>
10606
10607         * glyphs-x.c (x_redisplay_widget): make sure non-structural
10608         changes still involve copying the widget tree.
10609         (update_widget_face): make sure a change is register in the widget
10610         tree. Call update_tab_widget_face appropriately.
10611         (update_tab_widget_face): ditto.
10612         (x_tab_control_redisplay): make sure non-structural changes still
10613         involve copying the widget tree.
10614
10615 2000-08-31   Daiki Ueno  <ueno@unixuser.org>
10616
10617         * lread.c (locate_file): Check the path element is non-nil.
10618
10619 2000-10-02  Martin Buchholz  <martin@xemacs.org>
10620
10621         * lisp.h: Warning suppression for SCO compilers.
10622
10623         * redisplay-tty.c (reset_tty_modes): Fix crash.
10624         E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
10625
10626 2000-09-27  Martin Buchholz  <martin@xemacs.org>
10627
10628         Big signal/process handling overhaul.  Bugs fixed:
10629         M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
10630         M-x comint-kill-subjob should work for both values nil and t of
10631         process-connection-type. It was broken on most platforms.
10632         Testing on Irix and Cygwin still needed.  Other plaforms tested.
10633         * sysdep.c: Move #include of stropts.h into sysproc.h.  Use pid_t.
10634         * process-unix.c: Signal/Process handling overhaul.
10635         (pty_name): make 64 bytes, as `expect' does, for paranoia.
10636         (allocate_pty): Use all available modern methods of allocating
10637         ptys, falling back to old style BSD allocation as a last resort.
10638         Use allegedly more secure Unix98 pty allocation by default.
10639         (allocate_pty_the_old_fashioned_way): New. the last resort.
10640         (unix_create_process): Push ptem, ldterm, ttcompat where
10641         available.  Autoconfiscate.
10642         (try_to_initialize_subtty): New.
10643         (unix_kill_child_process): Proper signal handling for ptys on most
10644         platforms, using special knowledge of AIX, BSD, etc...
10645         (unix_create_process): Always disconnect_controlling_terminal() for
10646         subprocesses, whether using ptys or not.
10647         * process.h: Remove old getpt-dependent PTY code.
10648         * process.c (Fprocess_send_signal): New, obvious generic function.
10649         (decode_signal): New.
10650         (Finterrupt_process):
10651         (Fkill_process):
10652         (Fquit_process):
10653         (Fstop_process):
10654         (Fcontinue_process):
10655         (Fsignal_process): Use decode_signal.
10656         (process_send_signal):
10657         Many docstring corrections.
10658         Allow any signal to be sent to a process object.
10659         * config.h.in: Add symbols for big signal/process overhaul.
10660         * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
10661         * sysproc.h: Include process-related headers, where available:
10662         sys/stropts.h sys/strtio.h pty.h libutil.h
10663         * s/irix4-0.h:
10664         * s/irix5-0.h:
10665         * s/cygwin32.h:
10666         * s/gnu.h:
10667         * s/linux.h:
10668         * s/hpux.h:
10669         * s/aix3-1.h:
10670         Remove old S&M pty stuff.
10671         * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
10672         * systty.h: Simplify cpp hackery, improve comments.
10673         Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
10674
10675         * editfns.c (Fformat_time_string):
10676         Be a little more paranoid with the return value of ctime.
10677
10678         * fileio.c (check_executable):
10679         (check_writable):
10680         Use symbolic constants X_OK, W_OK.
10681
10682         * console-x.c (split_up_display_spec): Fix a warning.
10683
10684 2000-10-02  Martin Buchholz  <martin@xemacs.org>
10685
10686         * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
10687         * ntproc.c (sys_spawnve): make_string ==> build_string
10688         Small clarity improvements.
10689
10690 2000-09-30  Martin Buchholz  <martin@xemacs.org>
10691
10692         * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
10693
10694         * s/windowsnt.h (HAVE_STRCASECMP): Remove.
10695
10696         * config.h.in (HAVE_STRCASECMP): Remove.
10697
10698 2000-09-29  Martin Buchholz  <martin@xemacs.org>
10699
10700         * redisplay-output.c (redisplay_output_pixmap):
10701         Cleaner and possibly more 64-bit correct code.
10702
10703 2000-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
10704
10705         * dumper.c (pdump_load_finish): move restoration of
10706         `noninteractive1' to emacs.c (main_1).
10707         * emacs.c (main_1): protect LISP-visible command-line flags
10708         from pdump_load().
10709
10710 2000-09-26  Stephen J. Turnbull  <stephen@xemacs.org>
10711
10712         * Makefile.in.in (versionclean):  Use EXE_TARGET and
10713         DUMP_TARGET instead of literal program names.
10714
10715 2000-09-20  Martin Buchholz  <martin@xemacs.org>
10716
10717         * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
10718
10719 2000-09-19  Martin Buchholz  <martin@xemacs.org>
10720
10721         * *: Spelling mega-patch
10722
10723 2000-09-19  Martin Buchholz  <martin@xemacs.org>
10724
10725         * fns.c (bad_bad_turtle):
10726         Delete "Eek!" comment, since we fixed the bug to which it refers.
10727
10728 2000-09-16  Martin Buchholz  <martin@xemacs.org>
10729
10730         * alloca.c: Replace REGISTER with register.
10731
10732 2000-09-16   Daiki Ueno  <ueno@unixuser.org>
10733
10734         * file-coding.c (ucs_to_char): Use countof.
10735
10736 2000-09-16  Martin Buchholz  <martin@xemacs.org>
10737
10738         * file-coding.c: (ucs_to_char):
10739         (complex_vars_of_file_coding):
10740         Use countof instead of sizeof.
10741         Use CHECK_NATNUM instead of CHECK_INT.
10742
10743         * sysdep.c (strcasecmp): Remove.
10744         * device-x.c (ascii_strcasecmp): New.
10745         * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
10746         Avoid using non-standard non-portable strcasecmp.
10747
10748 2000-09-16  Martin Buchholz  <martin@xemacs.org>
10749
10750         * Makefile.in.in (mostlyclean): remove reference to prefix-args.
10751         * font-lock.c: remove reference to emacsfns.h.
10752         * search.c: small doc improvement.
10753         * event-Xt.c: correct file names in comments.
10754         * console-x.h Correct file names in comments.
10755         * frame.c: Correct file names in comments.
10756         * event-stream.c: remove Energize from comments.
10757
10758 2000-09-15  Martin Buchholz  <martin@xemacs.org>
10759
10760         * symeval.h (DEFERROR_STANDARD):
10761         (DEFERROR):
10762         (DEFSYMBOL):
10763         (DEFSYMBOL_NO_DUMP):
10764         (DEFSYMBOL_MULTIWORD_PREDICATE):
10765         (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
10766         (DEFKEYWORD):
10767         The construct &##name is not sensible C.
10768         Fixes compilation errors with Unixware native compiler.
10769
10770 2000-09-14  Martin Buchholz  <martin@xemacs.org>
10771
10772         * frame.c (device_matches_console_spec): no longer takes a `frame' arg
10773         (next_frame_internal): Removed.  We now just have next_frame.
10774         (next_frame):
10775         Write a simpler and cleaner one-pass algorithm.
10776         Remove called_from_delete_device arg and #ifdefed-out code.
10777         (previous_frame):
10778         Renamed from prev_frame.  Update callers.
10779         Cleaned up to have an analogous implementation to next_frame.
10780         (other_visible_frames_internal): Remove the
10781         called_from_delete_device bogus arg, and hence, remove this
10782         function.  Just use other_visible_frames().
10783
10784         * window.c (Fnext_window):
10785         Prettify docstring.
10786         Since next_frame() is guaranteed to return a frame, remove check
10787         for nil inserted in previous patch.
10788         (Fprevious_window):
10789         Prettify docstring.
10790         Make code look more like Fnext_window.
10791         (window_loop):
10792         Respect the `console' arg when iterating through windows.
10793         Fixes bug: (get-buffer-window buffer t device) not respecting
10794         the `device' arg.
10795         This function needs more work, as others have pointed out.
10796
10797         * frame.h: Rename prev_frame to previous_frame.
10798         device_matches_console_spec no longer takes a `frame' arg.
10799
10800         * s/gnu.h:
10801         * s/linux.h:
10802         * s/hpux.h:
10803         Use EMACS_BLOCK_SIGNAL instead of sigblock.
10804         From "Golubev I. N." <gin@mo.msk.ru>.
10805
10806         * make-src-depend: Fix typo.
10807
10808 2000-09-13  Martin Buchholz  <martin@xemacs.org>
10809
10810         * window.c (Fnext_window):
10811         next_frame() might return nil, not a frame.
10812         Fixes this crash:
10813         (gdb) run -eval '(progn  (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
10814
10815         * frame.c (next_frame_internal):
10816         We've passed a frame if we've passed its device.
10817         Fixes this crash:
10818         (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
10819 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
10820
10821 2000-09-11  Jonathan Harris  <jhar@tardis.ed.ac.uk>
10822
10823         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
10824         Allow option to suppress accelerators in menu/dialog items.
10825         (populate_or_checksum_helper): Pass dialog title through above.
10826
10827 2000-09-10  Jonathan Harris  <jhar@tardis.ed.ac.uk>
10828
10829         * event-msw.c (mswindows_key_to_emacs_keysym):
10830         Add "pause" key, fix "menu" key.
10831
10832 2000-09-09  Martin Buchholz  <martin@xemacs.org>
10833
10834         * eval.c (reinit_vars_of_eval):
10835         Increase max_lisp_eval_depth to 1000,
10836         required for thai-xtis.el to byte-compile under some circumstances.
10837
10838 2000-09-04  Martin Buchholz  <martin@xemacs.org>
10839
10840         * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
10841         From Kenichi Handa.
10842
10843 2000-09-01  Martin Buchholz  <martin@xemacs.org>
10844
10845         * make-src-depend: Make the generated Makefiles smaller.
10846
10847         * s/hpux.h (SETUP_SLAVE_PTY):
10848         Provide a %d in the format string for the errno argument.
10849
10850         * editfns.c (Ftemp_directory):
10851         Warning fix.
10852         Avoid buffer overrun on very long file name.
10853
10854         * input-method-xlib.c (XIM_init_device):
10855         6th parameter of XRegisterIMInstantiateCallback has different
10856         pointer types on different OSes, so simply cast to (void *).
10857
10858         * unexhp9k800.c: Warning fixes.  Fiddly changes.
10859
10860         * sysdll.c (dll_open):
10861         shl_load will hang hard if passed a NULL filename.
10862         Simply return NULL for compatibility with dlopen.
10863         * sysdll.c: Conform to XEmacs coding standards.
10864
10865         * sysdep.c (get_pty_max_bytes):
10866         Support pty input lines longer than 512 bytes on HP-UX 10.20.
10867
10868 2000-08-31  Martin Buchholz  <martin@xemacs.org>
10869
10870         * tooltalk.c: Add #include <syssignal.h>
10871
10872 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10873
10874         * s/hpux.h: Don't use undefined function sigunblock().
10875
10876 2000-08-31  Martin Buchholz  <martin@xemacs.org>
10877
10878         * config.h.in: Add HAVE_BALLOON_HELP.
10879         * emacs.c: Use HAVE_BALLOON_HELP.
10880         * Makefile.in.in (x_objs):
10881         Make Balloon Help conditional on finding shape.h.
10882
10883 2000-08-23  Yoshiki Hayashi  <yoshiki@xemacs.org>
10884
10885         * syntax.c (regex_emacs_buffer_p): New variable.
10886         * syntax.h (regex_emacs_buffer_p): extern.
10887         * search.c (looking_at_1):
10888         (string_match_1):
10889         (fast_string_match):
10890         (search_buffer): Set regex_emacs_buffer_p.
10891         * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
10892         when before_dot, at_dot, after_dot.
10893
10894 2000-08-23  Andy Piper  <andy@xemacs.org>
10895
10896         * gui-x.c (popup_selection_callback): Only set action_occurred
10897         when we really have an image instance.
10898         * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
10899
10900 2000-08-23  Andy Piper  <andy@xemacs.org>
10901
10902         * gui-msw.c (mswindows_handle_gui_wm_command): set
10903         action_occurred.
10904         * gui-x.c (popup_selection_callback): ditto.
10905
10906         * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
10907         (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
10908         (struct Lisp_Image_Instance): add action_occurred flag.
10909
10910         * glyphs.c (redisplay_subwindow): use action_occurred flag.
10911         (image_instance_changed): ditto.
10912         (reset_frame_subwindow_instance_cache): only unmap windows - do
10913         not remove them from the cache also.
10914
10915         * glyphs-widget.c (tab_control_update): better debug.
10916         (progress_gauge_update): ditto.
10917         (layout_update): ditto.
10918         (layout_instantiate): ditto.
10919         (tab_control_order_only_changed): cope with null pending items.
10920
10921         * glyphs-msw.c (mswindows_tab_control_redisplay): add better
10922         debug. Force selection of an item when an action occurred. Cope
10923         with null pending_items.
10924         (mswindows_progress_gauge_redisplay): better debug.
10925         * glyphs-x.c (x_tab_control_redisplay): ditto.
10926
10927         * redisplay.c (redisplay_frame): reset the frame cache if the
10928         frame is garbaged.
10929
10930         * window.c (Fset_window_configuration): potentially re-enable
10931         frame cache reset.
10932         (window_unmap_subwindows): need to finalize instances here since
10933         it is only used in mark_window_as_deleted.
10934
10935 2000-08-22  Stephen J. Turnbull  <stephen@xemacs.org>
10936
10937         * nas.c (SndOpenDataForReading):
10938         nas.c (WaveOpenDataForReading):
10939         nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
10940         Somehow escaped from the 2000-08-14 patch.
10941
10942 2000-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
10943
10944         * nas.c:  Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
10945         of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
10946
10947 2000-08-21  Andy Piper  <andy@xemacs.org>
10948
10949         * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
10950         window if it is not already displayed.
10951
10952         * glyphs-msw.c (mswindows_map_subwindow): only map the window if
10953         it is not already displayed.
10954
10955         * window.c (Fset_window_configuration): don't reset the frame
10956         cache.
10957
10958         * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
10959         instances from the frame cache if we are actually finalizing them.
10960         (reset_frame_subwindow_instance_cache): reset frame cache only
10961         after unmapping everything.
10962         (map_subwindow): set displayed flag after mapping.
10963
10964 2000-08-21  Martin Buchholz  <martin@xemacs.org>
10965
10966         * data.c (indirect_function):
10967         Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
10968
10969         * eval.c (function_argcount):
10970         Use original function when signaling errors.
10971
10972 2000-08-18  Andy Piper  <andy@xemacs.org>
10973
10974         * frame.c (delete_frame_internal): use new
10975         free_frame_subwindow_instances name.
10976
10977         * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
10978         (add_tab_item): make return type correct.
10979         (mswindows_tab_control_instantiate): assert index of tab.
10980         (mswindows_tab_control_redisplay): Re-code to use
10981         gui_item_equal_sans_selected and gui_item_list_find_selected.
10982
10983         * glyphs-widget.c (tab_control_update): Correct comment.
10984
10985         * window.c (window_unmap_subwindows): use new
10986         unmap_subwindow_instance_cache_mapper.
10987         (window_unmap_subwindows_cache_mapper): deleted.
10988         (Fset_window_configuration): comparisons should now be with
10989         EQ. Preserve the subwindow instance cache across configuration
10990         changes.
10991         (allocate_window): ditto.
10992         (make_dummy_parent): ditto.
10993
10994         * glyphs.c (free_frame_subwindow_instances): rename from
10995         free_frame_subwindow_instance_cache. finalize all instances rather
10996         than just those in the display cache.
10997         (finalize_all_subwindow_instances): walk windows unmapping and
10998         finalizing subwindows.
10999         (unmap_subwindow_instance_cache_mapper): moved from
11000         window.c. Allow finalization as well as unmapping.
11001
11002         * gui.c (gui_item_list_find_selected): new function.
11003
11004         * gui.h (gui_item_list_find_selected): declare.
11005
11006         * glyphs-x.c (x_tab_control_redisplay): pick tab
11007         explicitly. Re-code to use gui_item_equal_sans_selected and
11008         gui_item_list_find_selected.
11009
11010         * glyphs-x.h: add lwlib-utils.h
11011
11012         * buffer.c (Frecord_buffer): undo previous change.
11013
11014 2000-08-09  Vin Shelton  <acs@xemacs.org>
11015
11016         * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
11017         possible.  Create temporary files more securely.  The patch was
11018         generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
11019         <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch.  See
11020         http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
11021         for details.
11022
11023 2000-08-07  Ben Wing  <ben@xemacs.org>
11024
11025         * getloadavg.c: remove duplicate (and windows-breaking)
11026         includes of fcntl.h and sys/file.h.
11027
11028         * nt.c: remove duplicate getloadavg() definition.
11029
11030         * sysdll.h (Qdll_filename_encoding): add missing stand-in
11031         encodings.
11032
11033 2000-08-07  Gunnar Evermann  <ge204@eng.cam.ac.uk>
11034
11035         * eval.c (function_argcount): If function needs to be autoloaded
11036         actually use the loaded definition.
11037         GCPRO function.
11038
11039 2000-08-05  Ben Wing  <ben@xemacs.org>
11040
11041         * getloadavg.c: add prototype for getloadavg().  remove
11042         duplicate WIN32_NATIVE/CYGWIN code (already in the middle
11043         of the code).  remove duplicate header includes.
11044
11045         * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
11046
11047         * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
11048         don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
11049         useful load average.
11050
11051         * alloc.c (reinit_alloc_once_early): removed references to
11052         VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
11053         the lisp vars are the only things referencing the malloc_sbrk_*
11054         vars, and they were already if 0'd out.  these vars only exist
11055         in the older malloc.c, which is basically unused, and they're
11056         only for informational purposes.
11057
11058         * m\*.h: removed useless VIRT_ADDR_VARIES.
11059
11060         * m\powerpc.h: removed stray NO_ARG_ARRAY.
11061
11062 2000-04-26  IKEYAMA Tomonori  <tomonori@suiyokai.org>
11063
11064         * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
11065         color if the image is a mono pixmap.
11066
11067 2000-07-30  Ben Wing  <ben@xemacs.org>
11068
11069         * Makefile.in.in (release):
11070         Remove stray @.
11071
11072         * buffer.c (directory_is_current_directory):
11073         * dired-msw.c (mswindows_get_files):
11074         * dired.c:
11075         * dired.c (Fdirectory_files):
11076         * dired.c (file_name_completion_stat):
11077         * dired.c (Ffile_attributes):
11078         [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
11079         preprocessor tricks, to avoid problems on some machines
11080         (e.g. SCO).
11081
11082         * callproc.c (egetenv): GC docs.
11083
11084         * console-msw.h:
11085         * console-msw.h (struct mswindows_dialog_id):
11086         * lrecord.h (lrecord_type):
11087         New object for use with MSW dialogs.
11088
11089         * console.h (struct console_methods):
11090         New enable/disable frame methods, for proper modal dialogs.
11091
11092         * device-msw.c (msprinter_default_printer): Fix to follow
11093         proper Mule conventions.
11094
11095         * device-msw.c:
11096         * device-msw.c (signal_open_printer_error):
11097         * device-msw.c (msprinter_init_device):
11098         * device-msw.c (ensure_not_printing):
11099         * device-msw.c (plist_get_margin):
11100         * device-msw.c (Fmsprinter_select_settings):
11101         * device-msw.c (finalize_devmode):
11102         * device-msw.c (Fmsprinter_settings_despecialize):
11103         * device-msw.c (signal_enum_priner_error):
11104         * extents.c (decode_extent):
11105         * extents.c (decode_map_extents_flags):
11106         * extents.c (decode_extent_at_flag):
11107         * extents.c (Fextent_at):
11108         * extents.c (Fextents_at):
11109         * extents.c (symbol_to_glyph_layout):
11110         [[[[2]]]] Use structured errors.
11111
11112         * dialog-msw.c:
11113         * dialog-msw.c (mswindows_is_dialog_msg):
11114         * dialog-msw.c (mark_mswindows_dialog_id):
11115         * dialog-msw.c (dialog_proc):
11116         * dialog-msw.c (handle_question_dialog_box):
11117         * dialog-msw.c (syms_of_dialog_mswindows):
11118         Define new object to clean up marking; use it as a dialog identifier.
11119         Call new delete-dialog-box-hook.
11120
11121         * dialog-x.c (dbox_selection_callback):
11122         * dialog-x.c (dbox_descriptor_to_widget_value):
11123         * dialog-x.c (x_make_dialog_box_internal):
11124         Call new delete-dialog-box-hook.
11125         Return an id.
11126
11127         * dialog.c:
11128         * dialog.c (syms_of_dialog):
11129         * dialog.c (vars_of_dialog):
11130         Define new delete-dialog-box-hook, for use w/modal dialog boxes.
11131
11132         * eval.c:
11133         * eval.c (signal_call_debugger):
11134         when noninteractive, output stack traces on the console instead
11135         of in a (never-seen) buffer.
11136
11137         * eval.c (signal_type_error):
11138         * eval.c (invalid_argument_2):
11139         * lisp.h:
11140         new funs for use w/structured errors.
11141
11142         * event-Xt.c:
11143         * event-Xt.c (x_to_emacs_keysym):
11144         * event-Xt.c (describe_event):
11145         * event-Xt.c (emacs_Xt_event_handler):
11146         * event-Xt.c (vars_of_event_Xt):
11147         * event-msw.c:
11148         * event-msw.c (mswindows_wnd_proc):
11149         * event-msw.c (vars_of_event_mswindows):
11150         rename {x,mswindows}-debug-events to debug-{}-events for
11151         consistency with other debug-foo variables.
11152
11153         * event-stream.c:
11154         document next-event more clearly.
11155
11156         * fileio.c (Ffile_name_directory):
11157         * fileio.c (Ffile_name_nondirectory):
11158         * fileio.c (Funhandled_file_name_directory):
11159         * fileio.c (file_name_as_directory):
11160         * fileio.c (Ffile_name_as_directory):
11161         * fileio.c (directory_file_name):
11162         * fileio.c (Fdirectory_file_name):
11163         * fileio.c (Fmake_temp_name):
11164         * fileio.c (Ffile_truename):
11165         * fileio.c (Fsubstitute_in_file_name):
11166         * fileio.c (expand_and_dir_to_file):
11167         * fileio.c (barf_or_query_if_file_exists):
11168         * fileio.c (check_executable):
11169         * fileio.c (Ffile_exists_p):
11170         * fileio.c (Ffile_writable_p):
11171         * fileio.c (Ffile_directory_p):
11172         * fileio.c (Ffile_regular_p):
11173         * fileio.c (Ffile_modes):
11174         * fileio.c (Ffile_newer_than_file_p):
11175         * fileio.c (Fverify_visited_file_modtime):
11176         * fileio.c (Fset_visited_file_modtime):
11177         * fileio.c (auto_save_1):
11178         (1). (2).
11179         fix up gcpro's.
11180
11181         * frame-msw.c:
11182         * frame-msw.c (mswindows_init_frame_1):
11183         * frame-msw.c (mswindows_enable_frame):
11184         * frame-msw.c (error_frame_unsizable):
11185         * frame-msw.c (msprinter_init_frame_1):
11186         * frame-msw.c (msprinter_init_frame_3):
11187         * frame-msw.c (console_type_create_frame_mswindows):
11188         (2).
11189         implement new enable/disable frame methods.
11190
11191         * frame-x.c:
11192         * frame-x.c (x_enable_frame):
11193         * frame-x.c (console_type_create_frame_x):
11194         implement new enable/disable frame methods.
11195
11196         * frame.c:
11197         * frame.c (Fdisable_frame):
11198         * frame.c (syms_of_frame):
11199         * frame.h (struct frame):
11200         implement new enable/disable frame methods/functions.
11201
11202         * general-slots.h:
11203         add initial-focus.
11204
11205         * glyphs-msw.c (mswindows_widget_instantiate):
11206         comment that initial-focus should be implemented.
11207
11208         * glyphs-widget.c:
11209         * glyphs-widget.c (check_valid_instantiator):
11210         * glyphs-widget.c (check_valid_orientation):
11211         * glyphs-widget.c (check_valid_tab_orientation):
11212         * glyphs-widget.c (check_valid_justification):
11213         * glyphs-widget.c (check_valid_border):
11214         * glyphs-widget.c (check_valid_callback):
11215         * glyphs-widget.c (check_valid_int_or_function):
11216         * glyphs-widget.c (check_valid_string_or_vector):
11217         * glyphs-widget.c (check_valid_item_list_1):
11218         * glyphs-widget.c (widget_validate):
11219         * glyphs-widget.c (combo_box_validate):
11220         * glyphs-widget.c (widget_instantiate):
11221         * glyphs-widget.c (syms_of_glyphs_widget):
11222         * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
11223         * glyphs-widget.c (image_instantiator_combo_box):
11224         * glyphs-widget.c (image_instantiator_scrollbar):
11225         * glyphs-widget.c (image_instantiator_tab_control):
11226         * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
11227         (2).
11228         support (unimplemented) keyword initial-focus.
11229         reindent long macros.
11230
11231         * glyphs-x.c (x_redisplay_widget):
11232         * glyphs-x.c (x_button_instantiate):
11233         * glyphs-x.c (x_button_redisplay):
11234         * glyphs-x.c (x_progress_gauge_instantiate):
11235         * glyphs-x.c (x_edit_field_instantiate):
11236         * glyphs-x.c (x_combo_box_instantiate):
11237         * glyphs-x.c (x_tab_control_instantiate):
11238         * glyphs-x.c (x_label_instantiate):
11239         * gui-x.c:
11240         * gui-x.c (button_item_to_widget_value):
11241         * gui-x.c (gui_items_to_widget_values_1):
11242         * gui-x.c (gui_item_children_to_widget_values):
11243         * gui-x.c (gui_items_to_widget_values):
11244         * gui-x.h:
11245         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
11246         add new flag to gui-parsing routines to indicate whether
11247         accelerator specs should be supported.
11248
11249         * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
11250
11251         * glyphs.h (struct Lisp_Image_Instance):
11252         * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
11253         add initial-focus flag.
11254
11255         * gui.c:
11256         * gui.c (syms_of_gui):
11257         * gui.c (vars_of_gui):
11258         clean up menu-no-selection-hook.
11259
11260         * gui.h:
11261         support delete-dialog-box-hook.
11262
11263         * lread.c (Fload_internal):
11264         * lread.c (locate_file_in_directory_mapper):
11265         (1).
11266
11267         * lrecord.h:
11268         * lrecord.h (struct toolbar_button):
11269         * lrecord.h (syms_of_toolbar):
11270         document how to create a new object.
11271
11272         * menubar-msw.c (mswindows_char_is_accelerator):
11273         may be called on frames w/o menus.
11274
11275         * menubar.c (vars_of_menubar):
11276         clean up :filter docs.
11277
11278         * nt.c (readdir):
11279         * ntproc.c:
11280         (1).
11281
11282         * process-nt.c:
11283         * process-nt.c (validate_signal_number):
11284         * process-nt.c (signal_cannot_launch):
11285         * process-nt.c (nt_create_process):
11286         * process-nt.c (nt_send_process):
11287         * process-nt.c (nt_kill_child_process):
11288         * process-nt.c (nt_open_network_stream):
11289         * process-nt.c (syms_of_process_nt):
11290         (2).
11291         delete quote-handling.  call new lisp code that does it better.
11292
11293         * process-unix.c (connect_to_file_descriptor):
11294         * process-unix.c (allocate_pty):
11295         * process-unix.c (unix_send_process):
11296         * process-unix.c (unix_kill_child_process):
11297         * process-unix.c (unix_open_network_stream):
11298         * process-unix.c (unix_open_multicast_group):
11299         (1). (2).
11300
11301         * process.c:
11302         * process.c (Fstart_process_internal):
11303         (2).  need to canonicalize process path even if absolute.
11304
11305         * select-msw.c (symbol_to_ms_cf):
11306         * select-msw.c (ms_cf_to_symbol):
11307         * select-msw.c (cf_is_autofreed):
11308         * select-msw.c (mswindows_destroy_selection):
11309         * select.c:
11310         * select.c (syms_of_select):
11311         * select.h:
11312         support dibv5, fix bugs. (from Mike Alexander)
11313
11314         * select.c (Fget_selection_internal):
11315         * select.c (select_convert_out):
11316
11317         * sysdep.c:
11318         * sysdep.c (xemacs_stat):
11319         renamed.
11320
11321         * sysdep.c (mkdir):
11322         * sysdep.c (rmdir):
11323         but keep original stat() here because we provide encapsulation
11324         around these funs.
11325
11326         * sysfile.h:
11327         * sysfile.h (fstat):
11328         remove stat garbage.
11329
11330         * syswindows.h:
11331         fix X/MSW conflict.
11332         don't include tchar.h.  it's inappropriate because it makes
11333         compile-time distinctions when we want runtime distinctions.
11334         (we provide our own tchar replacements)
11335
11336         * toolbar.c:
11337         use default object printer for toolbar-button.
11338
11339         * unexcw.c:
11340         make sure we don't encapsulate.
11341
11342         * window.c (vars_of_window):
11343         emphasize that temp-buffer-show-hook is obsolete.
11344
11345 2000-08-05  Martin Buchholz  <martin@xemacs.org>
11346
11347         * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
11348         (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
11349
11350         * events.c (Fevent_timestamp_lessp):
11351         Not 64-bit clean.  Use EMACS_INT, not int.
11352
11353 2000-06-05  Andrew Begel <abegel@cs.berkeley.edu>
11354
11355         * lrecord.h (lrecord_types): Changed lrecord_type_count to an
11356         unsigned int and changed the last enum to
11357         lrecord_type_last_built_in_type.
11358         (lrecord_implementations_table): changed prototype to know how
11359         long the array is supposed to be.
11360         (lrecord_type_count): new unsigned int to keep track of the
11361         current number of lisp lrecord types.
11362         (DEFINE_EXTERNAL_LRECORD):
11363         (DECLARE_EXTERNAL_LRECORD): Added these two for external
11364         dynamic-modules to declare new lisp types. They are the same
11365         as the non-EXTERNAL forms, but declare an lrecord_type unsigned
11366         int for each new type, and increment lrecord_type_count by 1.
11367
11368         * alloc.c (lrecord_implementations_table): Changed to reference
11369         lrecord_type_last_built_in_type for the size of the array.
11370         Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
11371
11372 2000-08-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
11373
11374         * glyphs.h (check_valid_item_list): Renamed from
11375         check_valid_item_list_1.
11376
11377 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
11378
11379         * select.c (Qselect_coerce): New.
11380         * select.c (Vselection_coercion_alist): New.
11381         * select.c (syms_of_select): Declare.
11382         * select.c (get-selection-internal): Use it.
11383         Use the new select-coerce functionality.
11384
11385         * select.c (select_coerce): New.
11386         * select.h (select_coerce): Declare.
11387         New function to coerce one type of data into another.
11388
11389 2000-08-03  Martin Buchholz  <martin@xemacs.org>
11390
11391         * callproc.c (Fcall_process_internal):
11392         (Fcall_process_internal):
11393         * process-unix.c (unix_create_process):
11394         Save and restore the value of errno, so that error messages are accurate.
11395
11396 2000-08-01  Martin Buchholz  <martin@xemacs.org>
11397
11398         * elhash.c (print_hash_table):
11399         Fix printing of hash tables to also use `key-and-value' instead of `t'.
11400         Prettify docstrings and indentation.
11401
11402 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
11403
11404         * window.c (Fwindow_pixel_edges): Subtract frame border and
11405         gutter size.
11406
11407 2000-07-31  Andy Piper  <andy@xemacs.org>
11408
11409         * buffer.c (Frecord_buffer): make absolutely sure that redisplay
11410         will acknowledge the change.
11411
11412         * glyphs.h: declare tab_control_order_only_changed.
11413
11414         * glyphs-x.c (x_tab_control_redisplay): use
11415         tab_control_order_only_changed.
11416
11417         * glyphs-widget.c (tab_control_order_only_changed): new function.
11418
11419         * glyphs-msw.c (mswindows_tab_control_redisplay): use
11420         tab_control_order_only_changed.
11421
11422         * gui.c (gui_item_equal_sans_selected): new function.
11423         (gui_item_equal): use it.
11424
11425         * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
11426         :properties in favor of :items..
11427
11428         * glyphs-widget.c (check_valid_item_list): rename from
11429         check_valid_item_list_1.
11430         (check_valid_item_list_1): renamed.
11431         (combo_box_validate): deprecate :properties in favor of :items.
11432         (widget_instantiate): ditto.
11433         (tab_control_update): ditto.
11434         (image_instantiator_combo_box): ditto.
11435         (image_instantiator_tree_view): ditto.
11436         (image_instantiator_tab_control): ditto.
11437         (layout_post_instantiate): remove dead code.
11438
11439         * print.c (debug_print_no_newline): only write to debugger if in
11440         WIN32_NATIVE.
11441
11442         * elhash.c (Fmake_hash_table): update doc string.
11443
11444         * event-msw.c (mswindows_wnd_proc): don't allow processing of
11445         messages whilst in GC. This at least stops XEmacs crashing but has
11446         the potential for wierd behaviour.
11447
11448 2000-07-31  Martin Buchholz  <martin@xemacs.org>
11449
11450         * config.h.in:
11451         Make existence of s&m files optional.
11452
11453         * s/bsd386.h: Remove HAVE_GETLOADAVG.
11454         * s/freebsd.h: Remove HAVE_GETLOADAVG.
11455         * s/gnu.h: Remove HAVE_GETLOADAVG.
11456         * s/netbsd.h: Remove HAVE_GETLOADAVG.
11457         * s/sol2.h: Remove HAVE_GETLOADAVG.
11458         * lisp.h: Remove getloadavg() declaration.
11459         * fns.c:
11460         Include <sys/loadavg.h> if available.
11461         Don't declare our own getloadavg() if HAVE_GETLOADAVG.
11462         * config.h.in:  Group together getloadavg()-related macros.
11463         Use only configure-time tests to detect getloadavg().
11464
11465 2000-07-30  Martin Buchholz  <martin@xemacs.org>
11466
11467         * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
11468
11469 2000-07-25  Andy Piper  <andy@xemacs.org>
11470
11471         * syswindows.h: add tchar.h for native builds.
11472
11473         * frame.c (syms_of_frame): remove set-glyph-image.
11474
11475         * general-slots.h: add Qset_glyph_image.
11476
11477         * glyphs-widget.c (layout_update): add domain arg to
11478         set-glyph-image.
11479         (syms_of_glyphs_widget): remove set-glyph-image.
11480
11481 2000-07-23  Ben Wing  <ben@xemacs.org>
11482
11483         * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
11484         Vpopup_frame_list.
11485
11486 2000-07-22  Andy Piper  <andy@xemacs.org>
11487
11488         * symsinit.h: add syms_of_win32().
11489
11490         * gui-msw.c (syms_of_gui_mswindows): remove
11491         Fmswindows_shell_execute.
11492         (Fmswindows_shell_execute): moved to win32.c.
11493
11494         * emacs.c (main_1): add syms_of_win32 ().
11495
11496         * win32.c (init_potentially_nonexistent_functions): rewrite in
11497         compiler-friendly terms.
11498         (Fmswindows_shell_execute): move here from gui-msw.c.
11499         (syms_of_win32): new.
11500
11501         * device-msw.c (Fmswindows_printer_list): clean up args to
11502         EnumPrinters.
11503         Don't include tchar under cygwin or mingw.
11504         (msprinter_default_printer): make cygwin-friendly.
11505
11506 2000-07-21  Andy Piper  <andy@xemacs.org>
11507
11508         * glyphs-widget.c (image_instantiator_tree_view): use tab
11509         control's update function.
11510         (layout_property): new function. Retrieve items.
11511
11512         * glyphs-msw.c (mswindows_tree_view_redisplay): new
11513         function. Re-populate the tree view from the pending items.
11514
11515         * glyphs.c (instantiate_image_instantiator): Make sure the domain
11516         is designated the parent if the domain is an image instance. This
11517         is needed so that dirtiness can be cascade up the hierarchy and
11518         thus for layout children to be redisplayed correctly.
11519         (allocate_image_instance): rename glyph -> parent.
11520
11521         * redisplay.h: change redisplay_output_layout signature.
11522
11523         * redisplay-msw.c (mswindows_output_display_block): use domain
11524         arg.
11525
11526         * redisplay-x.c (x_output_display_block): use domain arg.
11527
11528 2000-07-10  Andy Piper  <andy@xemacs.org>
11529
11530         * window.c (Fset_window_configuration): add comment.
11531
11532         * redisplay-output.c (compare_runes):
11533         (redisplay_output_subwindow): redisplay rather than update subwindow.
11534         (redisplay_output_layout): ditto.
11535
11536         * redisplay-msw.c (mswindows_frame_output_end):
11537         (mswindows_frame_output_end): make defer window pos optional.
11538
11539         * lisp.h: add Flast.
11540
11541         * glyphs.h (struct image_instantiator_methods): add dest_mask top
11542         normalize method. Change update method to be for changed
11543         instantiators. Add redisplay method. Change signature of layout
11544         method.
11545         (struct Lisp_Image_Instance): add instantiator.
11546         (IMAGE_INSTANCE_INSTANTIATOR): new.
11547         (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
11548         (XIMAGE_INSTANCE_INSTANTIATOR): new.
11549         (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
11550
11551         * glyphs.c:
11552         (find_instantiator_differences): new function.
11553         (Fset_instantiator_property): new convenience function.
11554         (check_image_instance_structure): strictly check for vector
11555         instantiators.
11556         (normalize_image_instantiator): make non-static.
11557         (instantiate_image_instantiator): pass on dest_mask and use new
11558         signatures for image_instance_layout and friends.
11559         (mark_image_instance): mark the instantiator. Mark the subwindow
11560         face not the widget face.
11561         (image_instance_equal): add instantiator.
11562         (image_instance_hash): ditto.
11563         (allocate_image_instance): ditto.
11564         (Fset_image_instance_property): removed.
11565         (Fimage_instance_file_name): ditto.
11566         (Fcolorize_image_instance): ditto.
11567         (image_instance_layout): add offsets to be set.
11568         (update_image_instance): new function. update an image instance
11569         from its changed instantiator.
11570         (inherit_normalize): add dest_mask.
11571         (xbm_normalize): ditto.
11572         (xface_normalize): ditto.
11573         (xpm_normalize): ditto.
11574         (text_update): set_property -> update.
11575         (image_instantiate): use the glyph identity as a hash key, not the
11576         instantiator.
11577         (glyph_width): use new image_instance_layout signature.
11578         (glyph_ascent): ditto.
11579         (glyph_descent): ditto.
11580         (glyph_height): ditto.
11581         (glyph_query_geometry): ressurrect.
11582         (glyph_layout): ditto.
11583         (redisplay_subwindow): update -> redisplay.
11584         (syms_of_glyphs): add Fset_instantiator_property.
11585         (image_instantiator_format_create): set_property -> update.
11586
11587         * glyphs-x.c:
11588         (autodetect_normalize): add dest_maks to signature.
11589         (x_redisplay_subwindow): update -> redisplay.
11590         (x_redisplay_widget): ditto.
11591         (x_button_redisplay): ditto.
11592         (x_progress_gauge_redisplay): ditto.
11593         (x_tab_control_redisplay): ditto. Rewrite to cope with changed
11594         stacking order.
11595         (console_type_create_glyphs_x): update -> redisplay.
11596         (image_instantiator_format_create_glyphs_x): ditto.
11597
11598         * glyphs-widget.c:
11599         (check_valid_instantiator): disallow glyphs in the instantiator,
11600         they must now be vectors.
11601         (check_valid_instantiator_list): ditto.
11602         (glyph_instantiator_to_glyph): use internal symbol rather than
11603         intern.
11604         (widget_update): renamed from widget_set_property. Call cascaded
11605         update methods.
11606         (redisplay_widget): renamed from update_widget.
11607         (widget_layout): image_instance_layout now takes position as well
11608         as size.
11609         (widget_normalize): ditto.
11610         (widget_instantiate): ditto.
11611         (tab_control_query_geometry) ditto.:
11612         (tab_control_update): renamed from tab_control_set_property.
11613         (progress_gauge_update): set_property -> update.
11614         (layout_normalize): rewrite so that child instantiators are
11615         normalized also.
11616         (layout_update): new function. Create glyphs from the normalized
11617         children and cope with any other layout keywords. We do not
11618         instantiate children here that will be take care of by
11619         redisplay_output_layout.
11620         (layout_instantiate): call layout_update and not much else.
11621         (layout_post_instantiate): not sure whether this is needed
11622         anymore.
11623         (layout_query_geometry): query glyph geometry rather than
11624         image_instance geometry.
11625         (layout_layout): set offsets from pass in parameters. Use glyph
11626         geometry and layout functions rather than image instance ones.
11627         (native_layout_layout): ditto.
11628         (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
11629         (image_instantiator_widget): set_property -> update.
11630         (image_instantiator_buttons): ditto.
11631         (image_instantiator_progress_guage): ditto.
11632         (image_instantiator_tab_control): ditto.
11633         (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
11634         (image_instantiator_layout): add update method.
11635
11636         * glyphs-msw.c (bmp_normalize):
11637         (mswindows_resource_normalize): add dest_mask so that it can be
11638         proprogated by layout_normalize.
11639         (begin_defer_window_pos): make optional because it may not be the
11640         right thing to do and it introduces differences with X.
11641         (mswindows_unmap_subwindow): ditto.
11642         (mswindows_map_subwindow): ditto.
11643         (mswindows_redisplay_subwindow): renamed from
11644         mswindows_update_subwindow.
11645         (mswindows_redisplay_widget): ditto.
11646         (mswindows_button_redisplay): renamed from
11647         mswindows_button_update. Update is now what the instantiation
11648         function does for a changed instantiator.
11649         (mswindows_progress_gauge_instantiate): set the progress value
11650         here if appropriate.
11651         (mswindows_tab_control_redisplay): cope with re-ordering of the
11652         members of the tab widget by simply selecting the new top
11653         widget. This makes things appear ok if you click on a tab.
11654         (mswindows_combo_box_instantiate): image_instance_layout now takes
11655         position as well as size.
11656         (mswindows_progress_gauge_redisplay): renamed from
11657         mswindows_progress_gauge_update.
11658         (console_type_create_glyphs_mswindows): fix update -> redisplay.
11659         (image_instantiator_format_create_glyphs_mswindows): ditto.
11660
11661         * glyphs-eimage.c (jpeg_normalize):
11662         (gif_normalize):
11663         (png_normalize):
11664         (tiff_normalize): add dest_mask so that it can be proprogated by
11665         layout_normalize.
11666
11667         * elhash.c:
11668         (print_hash_table):
11669         (hash_table_weakness_validate):
11670         (decode_hash_table_weakness):
11671         (Fhash_table_weakness):
11672         (Fhash_table_type):
11673         (syms_of_elhash): use Ben's naming scheme for hashtable types..
11674
11675         * console.h (struct console_methods): move update_* to
11676         redisplay_*.
11677
11678 2000-07-20  Ben Wing  <ben@xemacs.org>
11679
11680         * *.[ch] (XSETOBJ): remove unused middle argument.
11681         lisp-disunion.h: correct wrap_object() to one argument.
11682
11683 2000-07-15  Ben Wing  <ben@xemacs.org>
11684
11685         * s/cygwin32.h:
11686         * s/cygwin32.h (CYGWIN_CONV_PATH):
11687         Add missing logb prototype for v1.1.
11688         Use post-b20 names and alias to pre-b20 names when pre-b20.
11689
11690         * s/windowsnt.h: [5].
11691
11692 2000-07-15  Ben Wing  <ben@xemacs.org>
11693
11694         * Makefile.in.in (x_objs):
11695         * Makefile.in.in (sheap_objs):
11696         * Makefile.in.in (objs):
11697         added win32.o, cosmetic cleanups.
11698
11699         * alloc.c (Fmake_byte_code):
11700         [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
11701         etc. macros which declare their own args now.
11702
11703         * alloc.c (syms_of_alloc):
11704         [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
11705
11706         * buffer.c:
11707         Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
11708
11709         * buffer.c (Fget_file_buffer):
11710         Fixed GCPRO problem.
11711
11712         * buffer.c (get_truename_buffer):
11713         Fixed comment about GC checking.
11714
11715         * buffer.c (syms_of_buffer):
11716         Undeclared those dedicated frame funs.
11717         [2].
11718
11719         * buffer.h:
11720         Define convenience macros for internal/external conversions.
11721         [[[3]]]: Define codesys aliases Qcommand_argument_encoding
11722         and Qenvironment_variable_encoding for cleaner code.
11723
11724         * bufslots.h:
11725         Remove dedicated-frame; in lisp.
11726
11727         * bytecode.c (funcall_compiled_function):
11728         [1].
11729
11730         * bytecode.c (syms_of_bytecode):
11731         [2].
11732
11733         * console-msw.c:
11734         * console-msw.c (mswindows_show_console): Rewrote.
11735
11736         * console-msw.c (Fmswindows_debugging_output): New.
11737         Sends to OutputDebugString (special MSWin debugger interface).
11738
11739         * console-msw.c (Fmswindows_message_box):
11740         Fixed stupid bugs so it works when called from kill-emacs.
11741
11742         * console-msw.c (syms_of_console_mswindows):
11743         Declare Fmswindows_debugging_output.
11744
11745         * console-msw.h:
11746         New MSWin prototypes.
11747
11748         * console-msw.h (struct mswindows_frame):
11749         New entry last-click-mods for improved button-modifier support.
11750
11751         * console-msw.h (FRAME_MSWINDOWS_POPUP):
11752         New struct entry `popup' with corresponding accessor.
11753
11754         * console-x.c:
11755         * console-x.c (split_up_display_spec):
11756         * console-x.c (get_display_arg_connection):
11757         * console-x.c (x_semi_canonicalize_console_connection):
11758         * console-x.c (x_canonicalize_device_connection):
11759         [[[6]]]: Change char to more specific type.
11760         [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
11761
11762         * console-x.c (x_semi_canonicalize_console_connection):
11763         * console-x.c (x_canonicalize_device_connection):
11764         [[[9]]]: Fix up error signalling to use new structured error system.
11765
11766         * console-x.h:
11767         [[[4]]]: Define codesys aliases:
11768         Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
11769         Qx_color_name_encoding, Qx_display_name_encoding.
11770
11771         * console.h (struct console_methods):
11772         New method make_dialog_box_internal supersedes older
11773         popup_dialog_box method.
11774
11775         * data.c:
11776         Define many new errors, part of new structured errors.
11777
11778         * data.c (init_errors_once_early):
11779         * data.c (syms_of_data):
11780         [2].
11781
11782         * device-msw.c (mswindows_init_device):
11783         [[[5]]]: Cleanup to support NT 3.51.
11784
11785         * device-msw.c (decode_devmode): Cleanup.
11786
11787         * device-msw.c (mswindows_handle_print_setup_dialog_box):
11788         * device-msw.c (mswindows_handle_print_dialog_box):
11789         * device-msw.c (mswindows_handle_page_setup_dialog_box):
11790         * device-msw.c (syms_of_device_mswindows):
11791         Delete the dialog box primitives recently introduced by Kirill and
11792         instead interface to general dialog box interface.
11793
11794         * device-x.c:
11795         * device-x.c (compute_x_app_name):
11796         * device-x.c (x_init_device):
11797         * device-x.c (Fx_valid_keysym_name_p):
11798         * device-x.c (Fx_set_font_path):
11799         [6].
11800         [7].
11801
11802         * device.h (wrap_device): New.
11803         First of its kind; meant to replace XSETDEVICE.
11804
11805         * dialog-msw.c: Many file-dialog symbols.
11806
11807         * dialog-msw.c (mswindows_register_popup_frame): New.
11808         * dialog-msw.c (mswindows_is_dialog_msg): New.
11809         For supporting kbd traversal in dialog boxes.
11810
11811         * dialog-msw.c (dialog_proc):
11812         Support hitting ESC in dialogs.
11813
11814         * dialog-msw.c (struct):
11815         Common dialog box errors.
11816
11817         * dialog-msw.c (handle_file_dialog_box): New.
11818         Add file dialog code.
11819
11820         * dialog-msw.c (handle_question_dialog_box):
11821         Redo existing code to support new question dialog syntax.
11822
11823         * dialog-msw.c (console_type_create_dialog_mswindows):
11824         We support new dialog console method.
11825
11826         * dialog-msw.c (syms_of_dialog_mswindows):
11827         * dialog-msw.c (vars_of_dialog_mswindows):
11828         New file dialog symbols, vars.
11829
11830         * dialog-x.c:
11831         * dialog-x.c (maybe_run_dbox_text_callback):
11832         * dialog-x.c (dbox_descriptor_to_widget_value):
11833         * dialog-x.c (x_make_dialog_box_internal):
11834         * dialog-x.c (console_type_create_dialog_x):
11835         Mule-ize entire file.
11836         Redo to support question dialog syntax.
11837         [6].
11838
11839         * dialog.c:
11840         * dialog.c (Fmake_dialog_box_internal):
11841         * dialog.c (syms_of_dialog):
11842         Kill old popup-dialog-box, replace with new primitive.
11843         Just call device method or signal error.
11844
11845         * eldap.c (Fldap_open):
11846         * eldap.c (Fldap_search_basic):
11847         * eldap.c (Fldap_add):
11848         * eldap.c (Fldap_modify):
11849         [1].
11850         [7].
11851
11852         * emacs.c:
11853         * emacs.c (make_arg_list_1):
11854         * emacs.c (make_arg_list):
11855         Mule-ize call to dll_init().
11856         [6].
11857         [8].
11858
11859         * emacs.c (make_argc_argv):
11860         * emacs.c (free_argc_argv):
11861         * emacs.c (init_cmdargs):
11862         * emacs.c (main_1):
11863         * emacs.c (Fkill_emacs):
11864         * emacs.c (Fdump_emacs):
11865         Update comments about what can be used in syms_* etc.
11866         Call init_win32() when necessary.
11867         Fix up MS Win dialog box in kill-buffer to actually work right.
11868         [7].
11869
11870         * eval.c:
11871         * eval.c (For):
11872         * eval.c (Fand):
11873         * eval.c (Fprogn):
11874         * eval.c (Fprog1):
11875         * eval.c (Fprog2):
11876         * eval.c (FletX):
11877         * eval.c (Flet):
11878         * eval.c (condition_case_3):
11879         * eval.c (Feval):
11880         * eval.c (function_argcount):
11881         * eval.c (funcall_lambda):
11882         [1].
11883
11884         * eval.c (type_error): New.
11885         * eval.c (maybe_type_error): New.
11886         * eval.c (continuable_type_error): New.
11887         * eval.c (maybe_continuable_type_error): New.
11888         * eval.c (type_error_with_frob): New.
11889         * eval.c (maybe_type_error_with_frob): New.
11890         * eval.c (continuable_type_error_with_frob): New.
11891         * eval.c (maybe_continuable_type_error_with_frob): New.
11892         New functions for use with structured errors.
11893
11894         * event-Xt.c:
11895         * event-Xt.c (x_event_to_emacs_event):
11896         Buttons are now modifiers too.
11897
11898         * event-Xt.c (emacs_Xt_current_event_timestamp):
11899         Implement new event method.
11900         * event-Xt.c (reinit_vars_of_event_Xt): Set it.
11901
11902         * event-msw.c:
11903         * event-msw.c (ntpipe_shove_writer): [5].
11904         * event-msw.c (mswindows_enqueue_mouse_button_event):
11905         * event-msw.c (mswindows_drain_windows_queue):
11906         * event-msw.c (mswindows_wnd_proc): [7].
11907         * event-msw.c (mswindows_current_layout_has_AltGr): [5].
11908         * event-msw.c (mswindows_modifier_state):
11909         Throughout: support new button modifiers.
11910
11911         * event-msw.c (emacs_mswindows_current_event_timestamp):
11912         Implement new event method.
11913         * event-msw.c (reinit_vars_of_event_mswindows): Set it.
11914
11915         * event-stream.c:
11916         * event-stream.c (event_stream_current_event_timestamp): New.
11917         * event-stream.c (maybe_kbd_translate): New functionality.
11918         * event-stream.c (vars_of_event_stream):
11919         Document new kbd-translate-table functionality.
11920
11921         * event-stream.c (Fcurrent_event_timestamp): New.
11922         New primitive for use in fabricated events.
11923         * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
11924
11925         * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
11926
11927         * events.c:
11928         * events.c (Fmake_event):
11929         * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
11930         [1].
11931         [9].
11932
11933         * events.c (format_event_object): fix gcc warnings.
11934
11935         * events.c (Fevent_timestamp): Document new primitives.
11936
11937         * events.c (TIMESTAMP_HALFSPACE): New.
11938
11939         * events.c (Fevent_timestamp_lessp): New.  New primitive for
11940         comparing timestamps correctly (half-space algorithm).
11941
11942         * events.c (Fevent_modifier_bits): Doc fix.
11943
11944         * events.c (Fevent_modifiers): Major doc addition.
11945         * events.c (event_x_y_pixel_internal): Typo fix.
11946         * events.c (syms_of_events): Declare new primitives.
11947
11948         * events.h:
11949         Update long comment for button modifiers, timestamps.
11950
11951         * events.h (struct event_stream):
11952         New current_event_timestamp method.
11953
11954         * extents.c:
11955         * extents.c (extent_in_region_p):
11956         * extents.c (decode_extent):
11957         * extents.c (Fset_extent_parent):
11958         * extents.c (decode_map_extents_flags):
11959         Fix gcc warnings.
11960         [9].
11961
11962         * extents.c (struct extent_at_arg):
11963         * extents.c (decode_extent_at_flag):
11964         * extents.c (extent_at_mapper):
11965         * extents.c (extent_at_bytind):
11966         * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
11967         * extents.c (Fextents_at): New primitive. [9].
11968         * extents.c (symbol_to_glyph_layout): [9].
11969         Support new primitive `extents-at'.
11970
11971
11972         * extents.c (get_text_property_bytind):
11973         extent_at_bytind has another arg.
11974         [9].
11975
11976         * extents.c (syms_of_extents): New primitive.
11977
11978         * file-coding.c (Fmake_coding_system): [1].
11979         * file-coding.c (subsidiary_coding_system): fix gcc warning
11980         * file-coding.c (syms_of_file_coding): [2].
11981
11982         * fileio.c (Fexpand_file_name):
11983         * fileio.c (Fsysnetunam):
11984         * fileio.c (Ffile_exists_p):
11985         * fileio.c (Ffile_executable_p):
11986         * fileio.c (Fverify_visited_file_modtime):
11987         Clean up GCPROing.
11988
11989         * fileio.c (syms_of_fileio): [2].
11990
11991         * filelock.c (lock_file_1):
11992         * filelock.c (current_lock_owner):
11993         * filelock.c (lock_if_free):
11994         * filelock.c (lock_file):
11995         * filelock.c (unlock_file):
11996         Clean up GCPROing.
11997
11998         * fns.c (concat): Fix gcc warning.
11999
12000         * fns.c (Fmember):
12001         * fns.c (Fold_member):
12002         * fns.c (Fmemq):
12003         * fns.c (Fold_memq):
12004         * fns.c (memq_no_quit):
12005         * fns.c (Fassoc):
12006         * fns.c (Fold_assoc):
12007         * fns.c (Fassq):
12008         * fns.c (Fold_assq):
12009         * fns.c (assq_no_quit):
12010         * fns.c (Frassoc):
12011         * fns.c (Fold_rassoc):
12012         * fns.c (Frassq):
12013         * fns.c (Fold_rassq):
12014         * fns.c (rassq_no_quit):
12015         * fns.c (Fdelete):
12016         * fns.c (Fold_delete):
12017         * fns.c (Fdelq):
12018         * fns.c (Fold_delq):
12019         * fns.c (delq_no_quit):
12020         * fns.c (Fremassoc):
12021         * fns.c (Fremassq):
12022         * fns.c (remassq_no_quit):
12023         * fns.c (Fremrassoc):
12024         * fns.c (Fremrassq):
12025         * fns.c (remrassq_no_quit):
12026         * fns.c (Freverse):
12027         * fns.c (mapcar1):
12028         [1].
12029
12030         * frame-msw.c (mswindows_init_frame_1):
12031         * frame-msw.c (mswindows_delete_frame):
12032         Register popups with dialog code so keyboard traversing works.
12033
12034         * frame-tty.c (tty_raise_frame_no_select): [1].
12035
12036         * frame-x.c:
12037         * frame-x.c (x_set_frame_text_value):
12038         * frame-x.c (x_set_frame_properties):
12039         * frame-x.c (x_create_widgets):
12040         [7].
12041
12042         * frame.c:
12043         * frame.c (Fmouse_pixel_position): Minor doc fixes.
12044
12045         * frame.h (wrap_frame): New.
12046         Macro like wrap_device.
12047
12048         * general.c:
12049         * general.c (SYMBOL):
12050         * general.c (syms_of_general):
12051         Major reorg.  This is now just a wrapper and symbols themselves
12052         are listed in general-slots.h.
12053
12054         * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
12055         * glyphs-msw.c (mswindows_resource_instantiate): [5].
12056
12057         * glyphs-msw.c (mswindows_native_layout_instantiate):
12058         Add DS_CONTROL so keyboard traversal will work.
12059
12060         * glyphs-widget.c:
12061         * glyphs-widget.c (syms_of_glyphs_widget):
12062         Move some symbols to general-slots.h.
12063
12064         * glyphs-x.c:
12065         * glyphs-x.c (xbm_instantiate_1):
12066         * glyphs-x.c (x_xbm_instantiate):
12067         * glyphs-x.c (x_xface_instantiate):
12068         * glyphs-x.c (autodetect_instantiate):
12069         * glyphs-x.c (cursor_font_instantiate):
12070         * glyphs-x.c (x_update_widget):
12071         * glyphs-x.c (x_widget_instantiate):
12072         * glyphs.c (bitmap_to_lisp_data):
12073         * glyphs.c (pixmap_to_lisp_data):
12074         [7].
12075
12076         * glyphs.c (syms_of_glyphs):
12077         [2].
12078
12079         * gui-x.c:
12080         * gui-x.c (print_widget_value):
12081         * gui-x.c (menu_separator_style_and_to_external):
12082         * gui-x.c (add_accel_and_to_external):
12083         * gui-x.c (button_item_to_widget_value):
12084         * gui-x.c (gui_items_to_widget_values_1):
12085         * gui-x.c (gui_items_to_widget_values):
12086         * gui-x.c (syms_of_gui_x):
12087         * gui-x.c (vars_of_gui_x):
12088         Mule-ize entire file.  Move menu-no-selection-hook to gui.c.
12089         [9].
12090
12091         * gui-x.h:
12092         Muleize, prototype changes matching gui-x.c.
12093
12094         * gui.c:
12095         * gui.c (separator_string_p):
12096         * gui.c (gui_item_add_keyval_pair):
12097         * gui.c (make_gui_item_from_keywords_internal):
12098         * gui.c (signal_too_long_error):
12099         * gui.c (parse_gui_item_tree_item):
12100         * gui.c (syms_of_gui):
12101         * gui.c (vars_of_gui):
12102         * gui.h:
12103         menu-no-selection-hook moved here (used by MSWin).
12104         Move some symbols to general-slots.h.
12105         [6].
12106         [9].
12107
12108         * insdel.c (get_buffer_pos_char):
12109         * insdel.c (get_buffer_range_char):
12110         Add GC comments.
12111
12112         * keymap.c (keymap_lookup_directly):
12113         * keymap.c (keymap_store):
12114         * keymap.c (ensure_meta_prefix_char_keymapp):
12115         * keymap.c (describe_map):
12116         * keymap.h:
12117         Support new button modifiers.
12118
12119         * lisp-disunion.h (wrap_object):
12120         * lisp-disunion.h (XSETOBJ):
12121         Rename make_obj to wrap_object.
12122
12123         * lisp-union.h:
12124         * lisp-union.h (make_int):
12125         * lisp-union.h (make_char):
12126         Support wrap_object.
12127
12128         * lisp.h:
12129         * lisp.h (LIST_LOOP):
12130         * lisp.h (EXTERNAL_LIST_LOOP):
12131         * lisp.h (LIST_LOOP_2):
12132         * lisp.h (EXTERNAL_LIST_LOOP_1):
12133         * lisp.h (EXTERNAL_LIST_LOOP_2):
12134         * lisp.h (EXTERNAL_LIST_LOOP_3):
12135         * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
12136         * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
12137         * lisp.h (GET_EXTERNAL_LIST_LENGTH):
12138         * lisp.h (EXTERNAL_ALIST_LOOP_5):
12139         * lisp.h (EXTERNAL_ALIST_LOOP_6):
12140         * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
12141         * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
12142         * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
12143         * lisp.h (struct Lisp_Symbol):
12144         * lisp.h (maybe_continuable_error_with_frob):
12145         Fix up section comments.
12146         Add new types for char to indicate usage.
12147         Delete symbols auto-generated from general-slots.h.
12148         Add prototypes for structured error functions.
12149         Add long comments describing looping macros and change interface
12150         so that lvalues are automatically declared.
12151         Add NO_DECLARE macro in case callers want to declare lvalues
12152         themselves.
12153
12154         * lread.c (read_syntax_error):
12155         * lread.c (continuable_read_syntax_error):
12156         * lread.c (read_structure):
12157         * lread.c (sequence_reader):
12158         * lread.c (read_list_conser):
12159         * lread.c (read_compiled_function):
12160         Rename syntax_error and continuable_syntax_error to avoid clash
12161         with same-named structured error functions.
12162
12163         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
12164         * menubar-msw.c (populate_menu_add_item):
12165         * menubar-msw.c (populate_or_checksum_helper):
12166         [5].
12167         [9].
12168
12169         * menubar-x.c:
12170         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
12171         Mule-ize whole file.
12172
12173         * menubar.c (Fnormalize_menu_item_name): Add optimization.
12174
12175         * mule-charset.c (Fmake_charset):
12176         * mule-wnnfns.c (Fwnn_set_param):
12177         [1].
12178
12179         * ntproc.c (create_child):
12180         * ntproc.c (Fwin32_set_current_locale):
12181         Add comments portending doom.
12182
12183         * objects-msw.c:
12184         * objects-msw.c (old_font_enum_callback_2):
12185         * objects-msw.c (font_enum_callback_1):
12186         * objects-msw.c (mswindows_enumerate_fonts):
12187         [5].
12188
12189         * objects-x.c:
12190         * objects-x.c (allocate_nearest_color):
12191         * objects-x.c (x_parse_nearest_color):
12192         * objects-x.c (x_initialize_color_instance):
12193         * objects-x.c (x_print_color_instance):
12194         * objects-x.c (x_finalize_color_instance):
12195         * objects-x.c (x_valid_color_name_p):
12196         * objects-x.c (x_initialize_font_instance):
12197         * objects-x.c (x_print_font_instance):
12198         * objects-x.c (valid_x_font_name_p):
12199         * objects-x.c (truename_via_FONT_prop):
12200         * objects-x.c (truename_via_random_props):
12201         * objects-x.c (truename_via_XListFonts):
12202         * objects-x.c (x_font_truename):
12203         * objects-x.c (x_font_instance_truename):
12204         * objects-x.c (x_font_instance_properties):
12205         * objects-x.c (x_list_fonts):
12206         * objects-x.c (x_find_charset_font):
12207         Mule-ize entire file.
12208         [7].
12209
12210         * objects-x.h:
12211         Mule-verify.
12212
12213         * print.c:
12214         * print.c (std_handle_out_external):
12215         * print.c (debug_print_no_newline):
12216         * print.c (syms_of_print):
12217         Output to all debugger kinds in debug-print.
12218         Fix console-output code under MSWin to actually work.
12219
12220         * process-nt.c (send_signal):
12221         * process-nt.c (nt_create_process):
12222         Use newer Unicode macros.
12223
12224         * process-unix.c (unix_create_process):
12225         * process-unix.c (unix_canonicalize_host_name):
12226         * process-unix.c (unix_open_network_stream):
12227         [7].
12228
12229         * scrollbar-x.c:
12230         Mule-verify.
12231
12232         * search.c (syms_of_search):
12233         [2].
12234
12235         * select-msw.c (mswindows_destroy_selection):
12236         Use LIST_LOOP_2.
12237
12238         * select-x.c (symbol_to_x_atom):
12239         [7].
12240
12241         * select.c (syms_of_select):
12242         [2].
12243
12244         * sound.c (Fplay_sound_file):
12245         [7].
12246
12247         * specifier.c:
12248         * specifier.c (decode_specifier_type):
12249         * specifier.c (Fvalid_specifier_locale_type_p):
12250         * specifier.c (check_valid_locale_or_locale_type):
12251         * specifier.c (decode_locale):
12252         * specifier.c (decode_locale_type):
12253         * specifier.c (decode_locale_list):
12254         * specifier.c (check_valid_domain):
12255         * specifier.c (decode_specifier_tag_set):
12256         * specifier.c (Fcanonicalize_tag_set):
12257         * specifier.c (Fdefine_specifier_tag):
12258         * specifier.c (Fspecifier_tag_predicate):
12259         * specifier.c (check_valid_inst_list):
12260         * specifier.c (check_valid_spec_list):
12261         * specifier.c (decode_how_to_add_specification):
12262         * specifier.c (check_modifiable_specifier):
12263         * specifier.c (specifier_add_spec):
12264         * specifier.c (boolean_validate):
12265         * specifier.c (display_table_validate):
12266         [9].
12267
12268         * specifier.c (syms_of_specifier):
12269         Move some symbols to general-slots.h.
12270         [2].
12271
12272         * symbols.c:
12273         * symbols.c (Fmapatoms):
12274         * symbols.c (Fapropos_internal):
12275         Add GCPROs.
12276
12277         * symbols.c (set_default_buffer_slot_variable):
12278         * symbols.c (set_default_console_slot_variable):
12279         [1].
12280
12281         * symbols.c (defsymbol_massage_name_1):
12282         * symbols.c (defkeyword_massage_name):
12283         * symbols.c (deferror_1):
12284         * symbols.c (deferror):
12285         * symbols.c (deferror_massage_name_and_message):
12286         * symeval.h:
12287         * symeval.h (DEFSYMBOL):
12288         Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
12289
12290         * symbols.c (syms_of_symbols):
12291         [2].
12292
12293         * symsinit.h:
12294         * symsinit.h (init_win32): New.
12295         Also new is syms_of_dialog_mswindows.
12296
12297         * syswindows.h:
12298         Add new Unicode macros, missing Cygwin wide-char functions,
12299         convenience conversion macros for Qmswindows_tstr, macros for
12300         encapsulating required MSWin <-> Cygwin filename conversions,
12301         prototype for dynamically-extracted (not in NT 3.51) functions.
12302
12303         * toolbar-x.c:
12304         Mule-verify.
12305
12306         * tooltalk.c (Fadd_tooltalk_message_arg):
12307         * tooltalk.c (Fadd_tooltalk_pattern_attribute):
12308         * tooltalk.c (Fadd_tooltalk_pattern_arg):
12309         [7].
12310
12311         * tooltalk.c (syms_of_tooltalk):
12312         [2].
12313
12314         * unexnt.c:
12315         * unexnt.c (unexec):
12316         Fix up headers, declaration of unexec() to be more standard.
12317
12318 2000-07-20  Martin Buchholz  <martin@xemacs.org>
12319
12320         * offix.h: Revert change to guard macros - they're used in offix.c!
12321
12322 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12323
12324         * lisp.h: Defsubred Fdelete.
12325
12326         * console-msw.h:  (msprinter_default_printer): Added.
12327
12328         * console-msw.c (msprinter_canonicalize_console_connection):
12329         (msprinter_canonicalize_device_connection): Added.
12330
12331         * device-msw.c (msprinter_default_printer):
12332         (Fmswingows_get_default_printer):
12333         (signal_enum_priner_error):
12334         (Fmswingows_printer_list): Added.
12335
12336 2000-07-19  Martin Buchholz <martin@xemacs.org>
12337
12338         * XEmacs 21.2.35 is released.
12339
12340 2000-07-19  Martin Buchholz  <martin@xemacs.org>
12341
12342         * select-x.c (x_handle_selection_request):
12343         Text selected in xemacs and pasted into xterm failed to appear.
12344         Spelling fixes and cosmetic changes.
12345
12346 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12347
12348         * event-msw.c (mswindows_drain_windows_queue): Correctly check for
12349         XEmacs frame (fix for doubling chars in dialog boxes).
12350
12351 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
12352
12353         * select.c (select_convert_in, select_convert_out):
12354         Don't call intern() every time.
12355
12356         * select.c (Qselect_convert_in, Qselect_convert_out): New.
12357         * select.c (vars_of_select): Initialise them.
12358
12359 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
12360
12361         * select.c (selection-coercible-types): New.
12362
12363         * select.c (own-selection-internal):
12364         * select.c (get-selection-internal):
12365         MULE bug fix - these should default to COMPOUND_TEXT and not
12366         STRING for MULE. I think.
12367
12368         * select.c (select_convert_out): Use selection-coercible-types
12369         to find types that we can attempt to perform coercions on.
12370
12371 2000-07-18  Martin Buchholz  <martin@xemacs.org>
12372
12373         * mule-wnnfns.c:
12374         * mule-canna.c:
12375         Add coding: cookie to identify encoding.
12376
12377         * mule-canna.c (CANNA_mode_keys): make static.
12378         Use proper prototypes, even for functions of no arguments.
12379         Remove external prototype for Fding().
12380
12381         * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
12382
12383         * select.c (syms_of_select): Add missing DEFSUBR.
12384
12385 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
12386
12387         * select.c (get_selection_internal, own_selection_internal):
12388         Make the type default to STRING, rather than placing a nil type
12389         into Vselection_alist.
12390
12391 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
12392
12393         * gpmevent.c (tty_selection_exists_p):
12394         * gpmevent.c (tty_own_selection):
12395         Updated parameter lists.
12396
12397 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
12398
12399         * select.h (selection-alist): Removed declaration.
12400
12401         * select.h (get_local_selection):
12402         * select.c (get_local_selection):
12403         Made static.
12404
12405         * select.h (convert_selection): Removed declaration.
12406         * select.c (convert_selection): Removed.
12407         This function belongs in Lisp.
12408
12409         * select.h (select_convert_in): Declare.
12410         * select.h (select_convert_out): Declare.
12411         * select.c (select_convert_in): New.
12412         * select.c (select_convert_out): New.
12413         New conversion functions for other files to call.
12414
12415         * select.h (select_notify_buffer_kill): Declare.
12416         * select.c (select_notify_buffer_kill): New.
12417         New functions that get called from kill-buffer.
12418
12419         * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
12420         X-specific lisp code.
12421
12422         * select.h: Declare some of the lisp-visible functions for
12423         external use.
12424
12425         * select.c (clean_local_selection_data): Removed. This was
12426         a disgusting function, and previously should have been in
12427         select-x.c in any case. The functionality is now provided
12428         in select-convert-from-integer (select.el).
12429
12430         * select.c (available-selection-types): Fixed stupidity where
12431         INTEGER and ATOM got added twice. Also add STRING when we see an
12432         extent.
12433
12434         * select.c (get-selection-internal): Removed symbol stripping. No
12435         longer causes conversion when data comes from the internal cache.
12436
12437         * select.c (syms_of_select): Added new functions.
12438
12439         * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
12440         error checking - previously this called abort!
12441
12442         * select-x.c (x_own_selection): Changed comment.
12443
12444         * select-x.c (x_handle_selection_request): Use select_convert_out.
12445         Don't mess with selection-alist; it's an internal variable of select.c.
12446
12447         * select-x.c (x_get_foreign_selection): Use select_convert_in.
12448
12449         * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
12450         rather than messing with selection-alist.
12451
12452         * select-msw.c (mswindows_get_foreign_selection):
12453         Use TO_INTERNAL_FORMAT rather than hacking.
12454
12455 2000-07-14  Martin Buchholz  <martin@xemacs.org>
12456
12457         * process-unix.c (unix_open_multicast_group):
12458         (unix_open_multicast_group): Remove useless casts.
12459
12460 2000-07-13  Martin Buchholz  <martin@xemacs.org>
12461
12462         * sound.c (Fplay_sound): Fix `unused variable' warning.
12463
12464         * emacs.c (main): Use correct type for _environ on SCO5.
12465
12466 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
12467
12468         * console.h (own_selection_method):
12469         * console.h (selection_exists_p_method):
12470         * console.h (available_selection_types_method): New.
12471         * console.h (register_selection_data_type_method): New.
12472         * console.h (selection_data_type_name): New.
12473
12474         * console-msw.h (mswindows_destroy_selection): Declare it.  New
12475         function & alist to track GlobalAlloc()'d handles that need
12476         releasing when the clipboard data gets replaced or emptied.
12477
12478         * event-msw.c (mswindows_wnd_proc): Call it.
12479
12480         * lisp.h, general.c (Qappend): New symbol representing a
12481         `how-to-add' mode.
12482
12483         * select.c (own-selection-internal):
12484         * select.c (selection-exists-p):
12485         * select.c (available-selection-types): New.
12486         * select.c (register-selection-data-type): New.
12487         * select.c (selection-data-type-name): New.  New functions to deal
12488         with device-specific selection data formats.
12489         * select.c (selection-converter-out-alist): Renamed.
12490         * select.c (selection-converter-in-alist): New.
12491         * select.c (selection-appender-alist): New.  Added new alists.
12492         * select.c (syms_of_select, vars_of_select): Added new symbols &
12493         variables.
12494         * select.c (get_local_selection): Split.
12495         * select.c: Removed spurious type checking - selections may now be
12496         of any type, not just strings.
12497         * select.c (own-selection-internal):
12498
12499         * select.h, select.c (convert_selection): New. Created
12500         convert_selection() function based on get_local_selection().
12501         * select.h, select.c (QCF_*): New symbols representing mswindows
12502         clipboard formats.
12503         * select.h, select.c (Qreplace_all, Qreplace_existing): New
12504         symbols representing `how-to-add' modes.
12505
12506         * select-msw.c (x_sym_p): New.
12507         * select-msw.c (symbol_to_ms_cf): New.
12508         * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
12509         symbols & clipboard formats. Can also handle string names.
12510         * select-msw.c (mswindows_own_selection):
12511         * select-msw.c (mswindows_selection_exists_p):
12512         Added `data-type' parameter. Use it.
12513         * select-msw.c (mswindows_available_selection_types): New.
12514         * select-msw.c (mswindows_register_selection_data_type): New.
12515         * select-msw.c (mswindows_selection_data_type_name): New.
12516         * select-msw.c (mswindows_own_selection):
12517         * select-msw.c (mswindows_get_foreign_selection):
12518         * select-msw.c (mswindows_selection_exists_p):  Rewrote.
12519         * select-msw.c (console_create_select_mswindows): Added new methods.
12520         * select-msw.c (mswindows_destroy_selection): New.
12521         * select-msw.c (Vhandle_alist): New list.
12522         * select-msw.c (mswindows_own_selection):
12523
12524         * select-x.c (x_own_selection):
12525         * select-x.c (x_selection_exists_p):
12526         * select-x.c: Added some comments about maybe using new
12527         functionality.
12528         * select-x.c (x_own_selection):
12529
12530         * specifier.c: Remove definition of Qappend (now in general.c)
12531         * specifier.c (syms_of_specifier): Remove Qappend.
12532
12533 2000-07-12  Martin Buchholz  <martin@xemacs.org>
12534
12535         * config.h.in: Add socklen_t.
12536
12537         * s/decosf4-0.h: No special compiler flags needed or desired.
12538         In particular, undefine _BSD for DEC OSF 4.0.
12539
12540 2000-07-07  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12541
12542         * redisplay-msw.c (msprinter_frame_output_end): Added.
12543         (console_type_create_redisplay_mswindows): Referred the above.
12544
12545         * frame.c (setup_frame_without_minibuffer): Do not create a
12546         default minibuffer frame on a printer device.
12547
12548         * frame-msw.c (apply_dc_geometry): Added.
12549         (msprinter_start_page):
12550         (msprinter_init_frame_3):
12551         (msprinter_eject_page): Use it.
12552
12553         * console-msw.h (struct msprinter_frame): Added pix_left and top,
12554         and removed residual duplex and orientation properties.
12555
12556 2000-07-11  Martin Buchholz  <martin@xemacs.org>
12557
12558         * eval.c (function_argcount): Work around a DEC CC compiler bug.
12559
12560         * unexalpha.c: Remove system prototypes from C sources!
12561
12562 2000-07-09  Adrian Aichner  <aichner@ecf.teradyne.com>
12563
12564         * eval.c: Remove references to M-x edit-options in DEFUNs for
12565         `defvar' and `defconst'.
12566
12567 2000-07-09  Martin Buchholz  <martin@xemacs.org>
12568
12569         * config.h.in: Remove SMART_INCLUDE hackery.
12570
12571         PostgreSQL hacking:
12572         * config.h.in: Don't use SMART_INCLUDE.
12573
12574         * postgresql.h: Include libpq-fe.h here.  Fix typo.
12575         * inline.c: Simply #include "postgresql.h"
12576         * postgresql.c:
12577         - Don't use SMART_INCLUDE
12578         - Use simply "const".
12579         - Use standard doc string conventions.
12580         - Use correct type for result of PQstatus.
12581
12582 2000-07-09  Martin Buchholz  <martin@xemacs.org>
12583
12584         * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
12585
12586         C++ compilation changes.
12587         * config.h.in (EXTERN_C): Define.
12588         * config.h.in (not): This is also a C++ keyword.
12589         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
12590         * cm.c: Use EXTERN_C.
12591         * redisplay-tty.c: Use EXTERN_C.
12592         * sysdep.c: Use EXTERN_C.  Remove Gould support.
12593
12594 2000-07-09  Martin Buchholz  <martin@xemacs.org>
12595
12596         * general.c: Remove duplicate definition for Qfunction.
12597
12598 2000-07-08  Ben Wing  <ben@xemacs.org>
12599
12600         * device-msw.c (msprinter_init_device):
12601         * device-msw.c (sync_printer_with_devmode):
12602         * device-msw.c (handle_devmode_changes):
12603         * device-msw.c (print_dialog_worker):
12604         * device-msw.c (Fmsprinter_apply_settings):
12605         * device-msw.c (hash_devmode):
12606         * device-msw.c (Fmsprinter_settings_despecialize):
12607         use Qmswindows_tstr, not Qctext.
12608
12609         * vm-limit.c (check_memory_limits):
12610         avoid infinite loop printing warning messages.
12611
12612 2000-07-05  Craig Lanning  <lanning@scra.org>
12613
12614         * Makefile.in.in: Add support for including the Windows resources
12615         when building with the cygwin and mingw targets.
12616
12617         * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
12618         not set or not correct.
12619         (directory_is_current_directory): Don't compile for WIN32_NATIVE.
12620         (init_initial_directory): Don't try to use $PWD on the
12621         WIN32_NATIVE target.
12622
12623         * s\cygwin32.h:
12624         [[Add -mwindows to eliminate console window.]] not required --ben
12625         (HAVE_NATIVE_SOUND): removed; now handled by configure.
12626         (MAIL_USE_POP): removed; now handled by configure.
12627
12628         * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
12629         C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
12630         (HAVE_NATIVE_SOUND): removed; now handled by configure.
12631         (MAIL_USE_POP): removed; now handled by configure.
12632         (ENCAPSULATE_STAT): from Dan Holmsand, added.
12633         (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
12634         (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
12635         constant string.
12636         (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
12637         up from <winsock.h> via systime.h.
12638         (HAVE_GETPAGESIZE): from Dan Holmsand, added.
12639         (getpagesize): from Dan Holmsand, added.
12640         Added #endif which was left dangling by Ben's mega patch; added
12641         comment to help prevent this in the future.
12642
12643         * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
12644
12645 2000-07-05  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12646
12647         * console-msw.h (struct mswindows_device): Removed unnecessary
12648         cached device geometry values.
12649         Added update_tick and an accessor macro.
12650         (Lisp_Devmode): Added lrecord declaration.
12651         (struct msprinter_device): Contain devmode as a Lisp object.
12652         Added mswindows_get_selected_frame_hwnd();
12653
12654         * console.h (struct console_methods): Indentation nitpicking.
12655
12656         * device-msw.c (mswindows_init_device): Do not initialize geometry
12657         cache. Initialize update tick.
12658         (mswindows_device_system_metrics): Ask the device for its geometry.
12659         (global_free_2_maybe):
12660         (devmode_to_hglobal):
12661         (handle_printer_changes):
12662         (ensure_not_printing):
12663         (print_dialog_worker):
12664         (Fmsprinter_print_setup_dialog):
12665         (Fmsprinter_print_dialog):
12666         (plist_get_margin):
12667         (plist_set_margin):
12668         (Fmsprinter_page_setup_dialog): Added functions.
12669         (sync_printer_with_devmode):
12670         (handle_devmode_changes):
12671         (Fmsprinter_get_settings):
12672         (Fmsprinter_select_settings):
12673         (Fmsprinter_apply_settings):
12674         (allocate_devmode):
12675         (Fmsprinter_settings_copy):
12676         (Fmsprinter_settings_despecialize):
12677         (print_devmode):
12678         (finalize_devmode):
12679         (equal_devmode):
12680         (hash_devmode): Added functions
12681         (syms_of_device_mswindows): Init devmode lrecord class.
12682
12683         * device.h: Added an exfun for find-device.
12684
12685         * event-msw.c (mswindows_wnd_proc): Do not update the cached
12686         geometry; although, recreate the device compatible DC.
12687
12688         * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
12689         (msprinter_init_frame_3):
12690         (msprinter_frame_property):
12691         (msprinter_internal_frame_property_p):
12692         (msprinter_frame_properties):
12693         (msprinter_set_frame_properties): Removed 'orientation and 'duplex
12694         print job properties (will move to device settings).
12695
12696         * lisp.h: Added symbols.
12697
12698         * general.c (syms_of_general): Declared them.
12699
12700         * hash.c (string_hash): Added.
12701
12702         * lrecord.h (lrecord_type): Added devmode lrecord type.
12703
12704 2000-07-02  Mike Sperber <mike@xemacs.org>
12705
12706         * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
12707         FreeBSD 4.0.
12708
12709 2000-06-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
12710
12711         * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
12712         integer.
12713
12714 2000-06-07  MORIOKA Tomohiko  <tomo@urania.m17n.org>
12715
12716         * data.c (Fstring_to_number): Don't recognize floating point if
12717         base is not 10.
12718
12719 2000-06-22  Martin Buchholz  <martin@xemacs.org>
12720
12721         * glyphs-widget.c (tab_control_query_geometry):
12722         (widget_query_geometry):
12723         (button_query_geometry):
12724         * glyphs.c (text_query_geometry):
12725         Enforce type correctness.
12726
12727 2000-06-18  Martin Buchholz  <martin@xemacs.org>
12728
12729         * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
12730         * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
12731
12732 2000-06-17  Martin Buchholz  <martin@xemacs.org>
12733
12734         * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
12735         conflicts with gcc's fixincluded version of FOO.h.
12736
12737         * glyphs.h (image_instance_geometry): Remove trailing `,'
12738
12739 2000-06-08  Mike Alexander  <mta@arbortext.com>
12740
12741         (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
12742         (shove_thread): Don't write the same output twice
12743         (make_ntpipe_output_stream): Increase priority of shove thread
12744         (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
12745         chance to run
12746         (ntpipe_shove_closer): Don't delete the pipe until we're done with
12747         it.
12748
12749 2000-06-12  Ben Wing  <ben@xemacs.org>
12750
12751         * s\mingw32.h (sigset):
12752         * s\windowsnt.h (sigset):
12753         rename msw_ to mswindows_ for consistency with general convention.
12754
12755 2000-06-12  Ben Wing  <ben@xemacs.org>
12756
12757         * console-msw.c:
12758         * console-msw.c (mswindows_get_console_hwnd):
12759         * console-msw.c (mswindows_ensure_console_allocated):
12760         * console-msw.c (mswindows_hide_console):
12761         * console-msw.c (mswindows_show_console):
12762         * console-msw.c (mswindows_ensure_console_buffered):
12763         * console-msw.c (mswindows_output_console_string):
12764         * console-msw.c (mswindows_windows9x_p):
12765         * console-msw.h:
12766         * device-msw.c (mswindows_get_workspace_coords):
12767         * device-msw.c (mswindows_device_system_metrics):
12768         * dialog-msw.c (mswindows_popup_dialog_box):
12769         * event-msw.c (mswindows_wnd_proc):
12770         * frame-msw.c (mswindows_size_frame_internal):
12771         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
12772         * menubar-msw.c (displayable_menu_item):
12773         * menubar-msw.c (mswindows_char_is_accelerator):
12774         * nt.c:
12775         * nt.c (mswindows_sigset):
12776         * nt.c (mswindows_sigrelse):
12777         * nt.c (mswindows_sigpause):
12778         * nt.c (mswindows_raise):
12779         * nt.c (timer_proc):
12780         * ntproc.c:
12781         * ntproc.c (find_child_console):
12782         * ntproc.c (sys_kill):
12783         * print.c:
12784         * print.c (std_handle_out_external):
12785         * process-nt.c (find_child_console):
12786         * process-nt.c (send_signal_the_95_way):
12787         * process-nt.c (ensure_console_window_exists):
12788         * process-nt.c (nt_create_process):
12789         * syssignal.h:
12790         rename msw_ to mswindows_ for consistency with general convention.
12791
12792         * emacs.c:
12793         * dumper.c:
12794         include nt.h, not syswindows.h.
12795
12796         * nt.c (mswindows_fstat):
12797         * nt.c (mswindows_stat):
12798         prefix mswindows_ instead of attempting to directly override the
12799         library functions.  fix declarations.
12800
12801         * nt.h:
12802         include syswindows.h.  move some sysdep.h stuff here.
12803
12804         * ntheap.h:
12805         include syswindows.h, not <windows.h>.
12806
12807         * ntplay.c:
12808         clean up headers.
12809
12810         * sysdep.c:
12811         clean up headers.
12812
12813         * sysdep.c (sys_fstat):
12814         * sysdep.c (sys_stat):
12815         call mswindows versions when appropriate.
12816
12817         * sysdep.h:
12818         move mswin decls to nt.h.
12819
12820         * syswindows.h:
12821         add long comment describing appropriate use of the various windows
12822         headers.
12823
12824 2000-06-11  Ben Wing  <ben@xemacs.org>
12825
12826         * device-x.c: Correct doc string for sixth arg of x-get-resource.
12827
12828 2000-06-10  Ben Wing  <ben@xemacs.org>
12829
12830         * Makefile.in.in (release):
12831         Correction to make sure xemacs.exe always dumped when correct.
12832
12833         * alloca.c:
12834         * balloon_help.c:
12835         [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
12836
12837         * buffer.c (set_buffer_internal):
12838         [[[[2]]]]: Remove HAVE_FEP code.
12839
12840         * buffer.c (init_initial_directory):
12841         [3].
12842
12843         * bytecode.c:
12844         [[[[4]]]]: limits.h standardly included in lisp.h; remove from
12845         individual files.
12846
12847         * callproc.c:
12848         * callproc.c (call_process_cleanup):
12849         * callproc.c (Fold_call_process_internal):
12850         * callproc.c (child_setup):
12851         * callproc.c (getenv_internal):
12852         * callproc.c (init_callproc):
12853         * callproc.c (vars_of_callproc):
12854         [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
12855         __CYGWIN32__ -> CYGWIN.
12856         DOS_NT -> WIN32_NATIVE.
12857         Remove MSDOS support/references, converting to WIN32_NATIVE
12858           where correct.
12859         __MINGW32__ -> MINGW.
12860         Fix windows.h includes.
12861         Remove bogus HAVE_NTGUI.
12862
12863         * config.h.in:
12864         [2].
12865
12866         * console-msw.c:
12867         mswindows_message_outputted added for use in allowing startup
12868         errors on the console to be seen.
12869
12870         * console-msw.c (msw_ensure_console_allocated):
12871         * console-msw.c (msw_output_console_string):
12872         * console-msw.c (DHEADER):
12873         * console-msw.c (DOPAQUE_DATA):
12874         * console-msw.c (DEVENT):
12875         * console-msw.c (DCONS):
12876         * console-msw.c (DCONSCDR):
12877         * console-msw.c (DSTRING):
12878         * console-msw.c (DVECTOR):
12879         * console-msw.c (DSYMBOL):
12880         * console-msw.c (DSYMNAME):
12881         Fix warnings.
12882
12883         * console-stream.c (stream_init_console):
12884         Fix text/binary problems.
12885
12886         * device-msw.c:
12887         * device-msw.c (mswindows_finish_init_device):
12888         * device-msw.c (mswindows_delete_device):
12889         [1].
12890
12891         * device.c (handle_asynch_device_change):
12892         [3].
12893
12894         * dgif_lib.c:
12895         * dgif_lib.c (DGifOpenFileName):
12896         * dgif_lib.c (DGifOpenFileHandle):
12897         * dgif_lib.c (DGifGetLine):
12898         * dgif_lib.c (DGifGetPixel):
12899         Added config.h/lisp.h, fix up includes.
12900         [1].
12901
12902         * dired-msw.c:
12903         [4].
12904
12905         * dired.c:
12906         * dired.c (file_name_completion):
12907         * dired.c (Ffile_attributes):
12908         * dired.c (syms_of_dired):
12909         [1].
12910
12911         * dumper.c:
12912         * dumper.c (pdump_file_unmap):
12913         * dumper.c (pdump_load):
12914         [1].
12915
12916         * editfns.c:
12917         * editfns.c (Ftemp_directory):
12918         * editfns.c (user_login_name):
12919         * editfns.c (Fuser_real_login_name):
12920         * editfns.c (get_home_directory):
12921         [1].
12922
12923         * elhash.c (finish_marking_weak_hash_tables):
12924         [[[[5]]]]: Fix GCC warnings.
12925
12926         * emacs.c:
12927         * emacs.c (mswindows_handle_hardware_exceptions):
12928         * emacs.c (make_arg_list_1):
12929         * emacs.c (main_1):
12930         * emacs.c (Fkill_emacs):
12931         * emacs.c (Fdump_emacs):
12932         [1].
12933         Fix problems with nested crashes, add long comment.
12934
12935         * event-Xt.c (init_event_Xt_late):
12936         [1].
12937
12938         * event-msw.c:
12939         * event-msw.c (mswindows_dde_callback):
12940         * event-msw.c (mswindows_handle_sticky_modifiers):
12941         * event-msw.c (mswindows_wnd_proc):
12942         [1].
12943         [5].
12944
12945         * events.c (character_to_event):
12946         [1].
12947
12948         * fileio.c:
12949         * fileio.c (Ffile_name_directory):
12950         * fileio.c (Ffile_name_nondirectory):
12951         * fileio.c (directory_file_name):
12952         * fileio.c (Fexpand_file_name):
12953         * fileio.c (Fsubstitute_in_file_name):
12954         * fileio.c (Ffile_name_absolute_p):
12955         * fileio.c (check_executable):
12956         * fileio.c (Ffile_readable_p):
12957         * fileio.c (Ffile_accessible_directory_p):
12958         * fileio.c (Ffile_modes):
12959         * fileio.c (Funix_sync):
12960         * fileio.c (vars_of_fileio):
12961         [1]. [4].
12962
12963         [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
12964
12965         Expand getdefdir defn.
12966         Fix bogus rename() comment.
12967
12968         [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc.  Attempt
12969         to use standard XEmacs include files, e.g. sysfile.h, rather
12970         than system-specific includes.
12971
12972         * fns.c:
12973         * fns.c (Fsubseq):
12974         [5]. [6].
12975
12976         * frame.c (vars_of_frame):
12977         [1].
12978
12979         * getloadavg.c:
12980         * getloadavg.c (getloadavg):
12981         [1]. [6].
12982         #ifdef XEMACS not defined on Cygwin.  Remove this; no need for it.
12983         (We don't use it elsewhere in the code; just add a comment.)
12984
12985         * gif_io.c:
12986         [6].
12987         Add config.h.
12988
12989         * glyphs-msw.c:
12990         * glyphs-msw.c (mswindows_resource_instantiate):
12991         [1].
12992
12993         * glyphs-x.c (x_native_layout_instantiate):
12994         [5].
12995
12996         * gui-msw.c (Fmswindows_shell_execute):
12997         [1].
12998
12999         * insdel.c:
13000         [4].
13001
13002         * lisp.h:
13003         [4]. [5].
13004
13005         * lread.c (locate_file_in_directory_mapper):
13006         [1].
13007
13008         * lstream.c:
13009         [4].
13010
13011         * mem-limits.h:
13012         * mem-limits.h (get_lim_data):
13013         [1].
13014
13015         * menubar-msw.c:
13016         [4].
13017
13018         * ndir.h:
13019         [1].
13020
13021         * nt.c:
13022         * nt.c (getwd):
13023         * nt.c (closedir):
13024         * nt.c (rva_to_section):
13025         * nt.c (mswindows_executable_type):
13026         [1]. [6].
13027         Fix closedir() defn.
13028
13029         * nt.h:
13030         [[[[8]]]]: *_OK defs moved to sysfile.h.
13031
13032         * ntproc.c:
13033         [6]. [7].
13034
13035         * objects-x.c:
13036         [4].
13037
13038         * print.c:
13039         * print.c (std_handle_out_external):
13040         [1]. [4].
13041
13042         * process-nt.c:
13043         * process-nt.c (nt_create_process):
13044         [6].
13045         try to fix process quoting somewhat.
13046
13047         * process-unix.c (unix_create_process):
13048         [1].
13049
13050         * process.c:
13051         * process.c (vars_of_process):
13052         Add Vnull_device.
13053
13054         * process.h:
13055         [1].
13056
13057         * realpath.c:
13058         * realpath.c (xrealpath):
13059         [1].
13060
13061         * redisplay-tty.c (init_tty_for_redisplay):
13062         [3].
13063
13064         * redisplay.c:
13065         [4]. [6].
13066
13067         * scrollbar-msw.c:
13068         [4].
13069
13070         * sheap.c:
13071         * sheap.c (more_static_core):
13072         * sheap.c (report_sheap_usage):
13073         [5]. [6].
13074
13075         * signal.c:
13076         * signal.c (alarm_signal):
13077         [1]. [6].
13078
13079         * sound.c:
13080         [6].
13081
13082         * strftime.c:
13083         * strftime.c (zone_name):
13084         [1]. [5].
13085
13086         * symsinit.h (init_sunpro):
13087         [1].
13088
13089         * syscommctrl.h:
13090         commctrl.h not in Cygwin b20.1.
13091
13092         * sysdep.c:
13093         * sysdep.c (endif):
13094         * sysdep.c (sys_subshell):
13095         * sysdep.c (init_baud_rate):
13096         * sysdep.c (emacs_get_tty):
13097         * sysdep.c (emacs_set_tty):
13098         * sysdep.c (tty_init_sys_modes_on_device):
13099         * sysdep.c (init_system_name):
13100         * sysdep.c (sys_open):
13101         * sysdep.c (interruptible_open):
13102         * sysdep.c (sys_fopen):
13103         * sysdep.c (sys_mkdir):
13104         * sysdep.c (sys_rename):
13105         * sysdep.c (get_process_times_1):
13106         [1]. [6].
13107
13108         * sysdep.h:
13109         [1].
13110
13111         * sysdir.h:
13112         * sysdir.h (DIRENTRY_NONEMPTY):
13113         [1]. [6].
13114
13115         * sysdll.c (dll_init):
13116         * sysdll.h:
13117         [1].
13118
13119         * sysfile.h:
13120         [1]. [6]. [8].
13121         added text/binary defs.
13122
13123         * sysfloat.h:
13124         [1].
13125
13126         * sysproc.h:
13127         * sysproc.h (EDESTADDRREQ):
13128         * sysproc.h (poll_fds_for_input):
13129         [1]. [6].
13130
13131         * syspwd.h:
13132         [6].
13133
13134         * syssignal.h:
13135         [1].
13136
13137         * systime.h:
13138         [1]. [6].
13139
13140         * systty.h:
13141         [1].
13142
13143         * syswindows.h:
13144         [1].
13145         Always define WIN32_LEAN_AND_MEAN.
13146
13147         * unexcw.c (unexec):
13148         [5].
13149
13150         * unexec.c:
13151         * unexec.c (copy_text_and_data):
13152         * unexec.c (adjust_lnnoptrs):
13153         [1].
13154
13155         * unexnt.c:
13156         * unexnt.c (_start):
13157         [1].
13158
13159 2000-06-07  Ben Wing  <ben@xemacs.org>
13160
13161         * mule-mcpath.c, mule-mcpath.h: Removed.  Old, crufty code that
13162         was used only as a model.  We've long since extracted any useful
13163         logic or code out of this. (I just did an exhaustive search.)
13164
13165         * s\msdos.h: Removed.
13166
13167         * s\windows95.h: Removed.
13168
13169 2000-06-10  Ben Wing  <ben@xemacs.org>
13170
13171         * s\cygwin32.h:
13172         [1]. [5].
13173         Don't use extern with fun defs.
13174
13175         * s\mingw32.h:
13176         [1]. [7].
13177         Remove nt\inc include.
13178         Remove getdisk, getdefdir. (The former is unused, the latter
13179         expanded in fileio.h.)
13180
13181         * s\windowsnt.h:
13182         * s\windowsnt.h (WIN32_NATIVE):
13183         * s\windowsnt.h (HAVE_STRCASECMP):
13184         [1]. [7].
13185         Add long comment about preprocessor changes.
13186         Remove getdisk, getdefdir. (The former is unused, the latter
13187         expanded in fileio.h.)
13188
13189 2000-06-10  Ben Wing  <ben@xemacs.org>
13190
13191         * m\arm.h:
13192         * m\delta.h:
13193         * m\intel386.h:
13194         * m\sequent.h:
13195         * m\template.h:
13196         * m\windowsnt.h:
13197         [1].
13198         Remove bogus/unused NO_SOCK_SIGIO.
13199
13200 2000-06-08  Hrvoje Niksic  <hniksic@iskon.hr>
13201
13202         * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
13203         not an Emchar.
13204
13205 2000-06-04  Mike Sperber <mike@xemacs.org>
13206
13207         * casetab.c (set_case_table): For `set-standard-case-table',
13208         actually deposit the new case tables where the rest of XEmacs can
13209         see them.
13210
13211 2000-06-05  Yoshiki Hayashi <yoshiki@xemacs.org>
13212
13213         * data.c (Faset): Don't cast XCHAR() to unsigned char.
13214
13215 2000-06-05  Ben Wing  <ben@xemacs.org>
13216
13217         * callproc.c (child_setup): Don't do close_load_descs() under
13218         MS Windows.  Put in a comment explaining why.
13219
13220 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
13221
13222         * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
13223         Toolkit shell" which breaks `kill-compilation' on Windows NT
13224         native, retaining STDERR handling improvements.
13225
13226 2000-06-01  Andreas Jaeger  <aj@suse.de>
13227
13228         * s/s390.h: Support for S390, based on a patch by Martin
13229         Schwidefsky <schwidefsky@de.ibm.com>.
13230
13231 2000-05-30  Andy Piper  <andy@xemacs.org>
13232
13233         * window.c (allocate_window):
13234         (make_dummy_parent):
13235         (Fset_window_configuration): use new hashtable type.
13236
13237         * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
13238         (struct image_instantiator_methods):
13239         (struct Lisp_Image_Instance): make instance geometry signed.
13240
13241         * glyphs.c (instantiate_image_instantiator):
13242         (image_instance_query_geometry):
13243         (image_instance_layout):
13244         (image_instance_layout):
13245         (query_string_geometry):
13246         (text_query_geometry):
13247         (image_instantiate):
13248         (image_instantiate):
13249         (cache_subwindow_instance_in_frame_maybe):
13250         (subwindow_query_geometry): make instance geometry signed.
13251
13252         * glyphs-widget.c (widget_query_geometry):
13253         (widget_layout):
13254         (button_query_geometry):
13255         (tree_view_query_geometry):
13256         (tab_control_query_geometry):
13257         (layout_query_geometry):
13258         (layout_layout):
13259         (native_layout_layout): make instance geometry signed.
13260
13261 2000-05-29  Olivier Galibert  <galibert@pobox.com>
13262
13263         * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
13264         constant.
13265
13266         * general.c (syms_of_general): Add Qfull_assoc symbol.
13267
13268         * data.c (finish_marking_weak_lists): Mark full-assoc lists
13269         correctly.
13270         (decode_weak_list_type): Decode full-assoc type.
13271         (encode_weak_list_type): Encode full-assoc type.
13272         (Fmake_weak_list): Update doc string.
13273
13274 2000-05-30  Andy Piper  <andy@xemacs.org>
13275
13276         * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
13277
13278         * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
13279         (decode_hash_table_weakness): ditto.
13280         (Fhash_table_weakness): ditto.
13281         (Fhash_table_type): ditto.
13282         (finish_marking_weak_hash_tables): ditto.
13283         (hash_table_weakness_validate): ditto.
13284         (syms_of_elhash): ditto.
13285
13286 2000-05-28  Martin Buchholz <martin@xemacs.org>
13287
13288         * XEmacs 21.2.34 is released.
13289
13290 2000-05-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
13291
13292         * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
13293         start cache.
13294         (updating_line_start_cache): Gone.
13295         (regenerate_window): Replace resetting of VERTICAL_CLIP by
13296         generic code to force a minimum of 1 line laid out in the
13297         CMOTION_DISP case.
13298
13299 2000-05-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
13300
13301         * glyphs.c (instantiate_image_instantiator): Check for initialized
13302         height & width no longer special cases IMAGE_NOTHING.
13303         (nothing_instantiate): Set height and width of instance.
13304
13305 2000-05-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
13306
13307         * unexelf.c (unexec): Search for ".data" section.
13308         Initialize new_data2_offset from old_data_index.
13309         Remove redundant check for ElfW.
13310
13311 2000-05-23  Andy Piper  <andy@xemacs.org>
13312
13313         * glyphs.c (get_image_instantiator_governing_domain): allow more
13314         specific domains as the governing domain rather than expecting an
13315         exact match. This fixes problems with layouts.
13316
13317 2000-05-22  Andy Piper  <andy@xemacs.org>
13318
13319         * redisplay-output.c (compare_runes): check for non-images
13320
13321         * glyphs.c (set_glyph_dirty_p): ditto.
13322         (update_glyph_cachel_data): ditto.
13323
13324         * glyphs-widget.c (layout_post_instantiate): ditto.
13325         (layout_post_instantiate): ditto.
13326
13327         * event-msw.c (mswindows_wnd_proc): warning removal.
13328
13329 2000-05-12  Craig Lanning  <CraigL@DyCon.com>
13330
13331         * s\mingw32.h: Added #undef for CLASH_DETECTION.
13332
13333         * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
13334
13335         * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
13336
13337         * nt.c (rva_to_section): mingw32 needs rva_to_section.
13338         (mswindows_executable_type): mingw32 now has enough headers for
13339         this to work.
13340
13341 2000-05-20  Andy Piper  <andy@xemacs.org>
13342
13343         * console-msw.c (mswindows_output_last_error): ; -> ,
13344
13345 2000-05-12  Andy Piper  <andy@xemacs.org>
13346
13347         * console-msw.c (FROB): compare ints with ints.
13348
13349 2000-05-11  Andy Piper  <andy@xemacs.org>
13350
13351         * glyphs-x.c (x_finalize_image_instance): make minimal build
13352         happy.
13353
13354 2000-05-20  Ben Wing  <ben@xemacs.org>
13355
13356         * event-Xt.c:
13357         * event-Xt.c (vars_of_event_Xt):
13358         move modifier-keys-are-sticky to event-stream.c.
13359
13360         * event-msw.c:
13361         * event-msw.c (mswindows_enqueue_mouse_button_event):
13362         * event-msw.c (key_needs_default_processing_p):
13363         * event-msw.c (XEMSW_LCONTROL):
13364         * event-msw.c (mswindows_handle_sticky_modifiers):
13365         * event-msw.c (FROB):
13366         * event-msw.c (clear_sticky_modifiers):
13367         * event-msw.c (output_modifier_keyboard_state):
13368         * event-msw.c (output_alt_keyboard_state):
13369         * event-msw.c (mswindows_wnd_proc):
13370         * event-msw.c (mswindows_modifier_state):
13371         * event-msw.c (emacs_mswindows_handle_magic_event):
13372         implement sticky modifiers.
13373
13374         * event-stream.c:
13375         * event-stream.c (vars_of_event_stream):
13376         move modifier-keys-are-sticky here.
13377
13378         * lisp.h:
13379         add CHECK_FUNCTION.
13380
13381         * rangetab.c:
13382         implement map-range-table.
13383
13384
13385 2000-05-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
13386
13387         * redisplay-tty.c (reset_tty_modes):
13388         (tty_redisplay_shutdown): Adjust argument type to
13389         tty_frame_output_end.
13390
13391 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
13392
13393         * eval.c (Fbacktrace): Don't output a line with only right
13394         parenthesis.
13395
13396 2000-05-17  Kenji Itoh  <keit@tpj.co.jp>
13397
13398         * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
13399         (Fpq_reset_poll): Ditto.
13400
13401 2000-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
13404
13405 2000-05-16  Ben Wing  <ben@xemacs.org>
13406
13407         * buffer.c:
13408         * buffer.c (dfc_convert_to/from_internal_format):
13409         * buffer.c (reinit_vars_of_buffer):
13410         Fix conversion functions to allow reentrancy.
13411
13412         * console-msw.c:
13413         * console-msw.c (mswindows_output_last_error):
13414         New fun, generally useful -- output a human-readable
13415         version of GetLastError() on the console.
13416
13417         * console-msw.h:
13418         * console-msw.h (struct mswindows_frame):
13419         Changes for DeferWindowPos.  Declare mswindows_output_last_error().
13420
13421         * console-stream.c (stream_output_begin):
13422         * console-stream.c (stream_output_end):
13423         * console-stream.c (stream_output_vertical_divider):
13424         * console-stream.c (stream_clear_region):
13425         * console-stream.c (stream_flash):
13426         * console-stream.c (console_type_create_stream):
13427         Delete blank stream methods, not needed.
13428
13429         * console.h (struct console_methods):
13430         Split begin/end methods into window and frame.
13431
13432         * event-msw.c:
13433         * event-msw.c (mswindows_handle_paint):
13434         * event-msw.c (output_alt_keyboard_state):
13435         * event-msw.c (mswindows_wnd_proc):
13436         * event-msw.c (vars_of_event_mswindows):
13437         Comment about problems with ignored-expose.
13438         Define mswindows-debug-events; not really implemented.
13439
13440         * frame-msw.c (mswindows_init_frame_1):
13441         random cleanups.
13442
13443         * glyphs-msw.c:
13444         * glyphs-msw.c (begin_defer_window_pos):
13445         * glyphs-msw.c (mswindows_unmap_subwindow):
13446         * glyphs-msw.c (mswindows_map_subwindow):
13447         * glyphs-msw.c (mswindows_resize_subwindow):
13448         Use DeferWindowPos to reduce flashing when mapping/unmapping.
13449
13450         * glyphs.c (make_image_instance_1):
13451         Fix crash.
13452
13453         * gutter.c (Fredisplay_gutter_area):
13454         Use new begin/end methods.
13455
13456         * lisp.h (Dynarr_new2):
13457         New creation fun.
13458
13459         * redisplay-msw.c:
13460         * redisplay-msw.c (mswindows_frame_output_begin):
13461         * redisplay-msw.c (mswindows_frame_output_end):
13462         * redisplay-msw.c (console_type_create_redisplay_mswindows):
13463         New begin/end methods -- handle DeferWindowPos.
13464
13465         * redisplay-output.c (redisplay_move_cursor):
13466         * redisplay-output.c (redraw_cursor_in_window):
13467         * redisplay-output.c (redisplay_update_line):
13468         * redisplay-output.c (redisplay_output_window):
13469         New begin/end methods.
13470
13471         * redisplay-tty.c:
13472         * redisplay-tty.c (tty_frame_output_begin):
13473         * redisplay-tty.c (tty_frame_output_end):
13474         * redisplay-tty.c (console_type_create_redisplay_tty):
13475         New begin/end methods.
13476
13477         * redisplay-x.c:
13478         * redisplay-x.c (x_window_output_begin):
13479         * redisplay-x.c (x_window_output_end):
13480         * redisplay-x.c (console_type_create_redisplay_x):
13481         New begin/end methods.
13482
13483         * redisplay.c (redisplay_frame):
13484         * redisplay.c (Fredisplay_echo_area):
13485         New begin/end methods.
13486         use MAYBE_DEVMETH for clear_frame; it may not exist.
13487
13488         * window.h (WINDOW_XFRAME):
13489         WINDOW_XFOO macros -- get locale and decode struct pointer.
13490
13491
13492 2000-05-12  Ben Wing  <ben@xemacs.org>
13493
13494         * emacs.c:
13495         * emacs.c (ensure_no_quitting_from_now_on):
13496         * emacs.c (fatal_error_signal):
13497         * emacs.c (mswindows_handle_hardware_exceptions):
13498         * emacs.c (main):
13499         * emacs.c (Fkill_emacs):
13500         * emacs.c (shut_down_emacs):
13501         * emacs.c (assert_failed):
13502         various improvements in fatal error handling.
13503
13504         * eval.c:
13505         move preparing_for_armageddon to emacs.c.
13506
13507         * lisp.h:
13508         declare fatal_error_in_progress.
13509
13510         * print.c:
13511         * print.c (std_handle_out_external):
13512         * print.c (std_handle_out_va):
13513         * print.c (stderr_out):
13514         * print.c (stdout_out):
13515         use console under mswin when no standard output.
13516         don't do code conversion during fatal error.
13517
13518         * scrollbar.c (Fscrollbar_page_up):
13519         * scrollbar.c (Fscrollbar_page_down):
13520         fix missing else.  reindent.
13521
13522 2000-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
13523
13524         Emergency fix.
13525
13526         * glyphs.h (GLYPH_CACHEL_DESCENT):
13527         (GLYPH_CACHEL_DESCENT):
13528         (GLYPH_CACHEL_DESCENT):
13529         * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
13530         used in case these are inline functions.
13531         Use more absurd values to error check.
13532
13533         include window.h for error check functions.
13534
13535 2000-05-11  Ben Wing  <ben@xemacs.org>
13536
13537         * cmdloop.c (Freally_early_error_handler):
13538         Display message box under windows; otherwise, message will disappear
13539         before it can be viewed.
13540
13541         * console-msw.c:
13542         * console-msw.c (Fmswindows_message_box):
13543         * console-msw.c (FROB):
13544         * console-msw.c (syms_of_console_mswindows):
13545         Define new fun `mswindows-message-box'.
13546         #### I will merge this into `popup-dialog-box'; just give me
13547         a bit of time.
13548
13549         * general.c:
13550         * general.c (syms_of_general):
13551         Some new symbols used in `mswindows-message-box'.
13552
13553         * glyphs.c:
13554         * glyphs.c (Fset_image_instance_property):
13555         put warning in this fun.
13556
13557         * glyphs.h:
13558         * glyphs.h (GLYPH_CACHEL_WIDTH):
13559         * glyphs.h (GLYPH_CACHEL_ASCENT):
13560         * glyphs.h (GLYPH_CACHEL):
13561         * glyphs.h (GLYPH_CACHEL_GLYPH):
13562         define error-checking versions to try to catch a bug i've seen --
13563         redisplay gets in an infinite loop because the glyph width of the
13564         continuation glyph is 65535.
13565
13566         * lisp.h:
13567         Extern message-box stuff.
13568
13569         * window.c (allocate_window):
13570         * window.c (make_dummy_parent):
13571         * window.c (Fset_window_configuration):
13572         Use EQUAL not EQ for subwindow caches to make them work a bit
13573         better. (Something is still very broken.)
13574
13575
13576 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
13577
13578         * glyphs.c (image_instantiate): Suppress gcc warnings.
13579         (Fmake_image_instance): Fix doc string.
13580         * specifier.c (Fmake_specifier): Ditto.
13581
13582 2000-05-02  Yoshiki Hayashi  <yoshiki@xemacs.org>
13583
13584         * paths.h.in (PATH_LOCK): Removed.
13585         * config.h.in (LOCKDIR_USER_DEFINED): Removed.
13586         * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
13587
13588 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
13589
13590         * fns.c (Ffeaturep): Update e-mail address in doc-string.
13591         Document (featurep '(and xemacs 21.02)).
13592
13593 2000-05-09  Ben Wing  <ben@xemacs.org>
13594
13595         * buffer.c (complex_vars_of_buffer):
13596         update modeline-format doc.
13597
13598         * device.h:
13599         comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
13600
13601         * emacs.c:
13602         timeline of all released versions of Emacs, for use in creating
13603         authorship comments and in synching up.
13604
13605         * glyphs-widget.c (image_instantiator_buttons):
13606         * glyphs-widget.c (image_instantiator_edit_fields):
13607         * glyphs-widget.c (image_instantiator_combo_box):
13608         * glyphs-widget.c (image_instantiator_scrollbar):
13609         * glyphs-widget.c (image_instantiator_progress_guage):
13610         * glyphs-widget.c (image_instantiator_tree_view):
13611         * glyphs-widget.c (image_instantiator_tab_control):
13612         * glyphs-widget.c (image_instantiator_labels):
13613         * glyphs-widget.c (image_instantiator_layout):
13614         * glyphs-widget.c (image_instantiator_native_layout):
13615         rename decode_domain method to governing_domain.
13616
13617         * glyphs.c:
13618         * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
13619         * glyphs.c (add_entry_to_device_ii_format_list):
13620         make sure we don't put an entry more than once into the list.
13621         * glyphs.c (check_instance_cache_mapper):
13622         *************************************************************
13623         allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
13624         HAVE BEEN GETTING.
13625         *************************************************************
13626         * glyphs.c (get_image_instantiator_governing_domain):
13627         clean up, expand on new concept of governing domain.
13628         * glyphs.c (instantiate_image_instantiator):
13629         * glyphs.c (allocate_image_instance):
13630         use governing_domain instead of cache_domain in naming.
13631         * glyphs.c (Fvalid_image_instance_type_p): fix docs.
13632         * glyphs.c (make_image_instance_1):
13633         * glyphs.c (Fmake_image_instance):
13634         allow for any domain (not just device), and process the
13635         governing domain correctly.  very big doc fix.
13636         * glyphs.c (Fimage_instance_domain):
13637         new primitive, to retrieve the governing domain of an image instance.
13638         * glyphs.c (image_instantiate):
13639         use new governing_domain stuff.  this fixes a crash you could get
13640         by instantiating certain widget glyphs in frame locales. (should
13641         signal an error instead of crashing.)
13642         * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
13643         * glyphs.c (Fglyphp): clean up doc.
13644         * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
13645         * glyphs.c (syms_of_glyphs):
13646         declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
13647         * glyphs.c (image_instantiator_format_create): add some comments about
13648         bogus code.
13649         * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
13650         for current-display-table. (Apparently Hrjove implemented in 1998 a
13651         design I wrote up in 1996, but didn't update the doc string.)
13652
13653         * glyphs.h: clean up a doc string.
13654         * glyphs.h (governing_domain):
13655         * glyphs.h (struct image_instantiator_methods):
13656         changes for governing_domain stuff.
13657
13658         * gutter.c:
13659         * gutter.c (Fgutter_specifier_p):
13660         * gutter.c (Fgutter_size_specifier_p):
13661         * gutter.c (Fgutter_visible_specifier_p):
13662         * objects.c:
13663         * objects.c (Fcolor_specifier_p):
13664         * objects.c (Ffont_specifier_p):
13665         * objects.c (Fface_boolean_specifier_p):
13666         doc strings moved to make-*-specifier.
13667
13668         * redisplay.c (add_disp_table_entry_runes_1):
13669         * redisplay.c (generate_fstring_runes):
13670         * redisplay.c (screen):
13671         add random comments and doc strings.
13672
13673         * specifier.c:
13674         * specifier.c (Fmake_specifier):
13675         major overhaul of this doc string.
13676
13677         * specifier.c (Fvalid_specifier_domain_p):
13678         comment about the bogosity of image instances being domains.
13679         * specifier.c (decode_domain):
13680         now non-static, used in glyphs.c.
13681         * specifier.c (specifier_instance):
13682         comment about the bogosity of image instances being domains.
13683         * specifier.c (Fgeneric_specifier_p):
13684         move doc string to make-generic-specifier.
13685         * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
13686         rebackslashify.
13687
13688         * specifier.h:
13689         * specifier.h (DOMAIN_FRAME):
13690         * specifier.h (DOMAIN_LIVE_P):
13691         * specifier.h (DOMAIN_XDEVICE):
13692         rebackslashify.
13693         add comments about problems with these macros.
13694         prototype for decode_domain.
13695
13696         * toolbar.c:
13697         * toolbar.c (Ftoolbar_specifier_p):
13698         move doc string to `make-toolbar-specifier'.
13699
13700         * window.c (window_unmap_subwindows_cache_mapper):
13701         *************************************************************
13702         allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
13703         HAVE BEEN GETTING.
13704         *************************************************************
13705
13706 2000-05-09  Andy Piper  <andy@xemacs.org>
13707
13708         * glyphs.h: declare reset_frame_subwindow_instance_cache.
13709
13710         * window.c (Fset_window_configuration): reset the frame subwindow
13711         cache and re-initialize the window subwindow caches.
13712
13713         * glyphs.c (reset_frame_subwindow_instance_cache): new function.
13714
13715 2000-05-09  Ben Wing  <ben@xemacs.org>
13716
13717         * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
13718         DWORD.
13719
13720 2000-04-26  Mike Woolley  <mike@bulsara.com>
13721
13722         * ntheap.c: Changed recreate_heap to limit the amount reserved
13723         for the heap to that which is actually available. Also now
13724         displays a message box (with some dignostics) in the event that
13725         it still can't start.
13726
13727 2000-05-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
13728
13729         * callproc.c (Fold_call_process_internal): GCPRO path
13730
13731 2000-05-08  Jan Vroonhof  <jan@xemacs.org>
13732
13733         Patch by Bill Perry.
13734
13735         * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
13736         back data instead of #ifdef.
13737         (Fscrollbar_page_down): ditto.
13738
13739 2000-05-07  Ben Wing  <ben@xemacs.org>
13740
13741         * buffer.h:
13742         Kludge for defining Qmswindows_tstr.
13743
13744         * nt.c:
13745         * nt.c (open_input_file):
13746         * nt.c (open_output_file):
13747         * nt.c (rva_to_section):
13748         * nt.c (mswindows_executable_type):
13749         Move all memory-mapped-file routines here (some were in unexnt.c,
13750         which is bad because they are used by process-nt.c, and unexnt
13751         won't be around when portable dumping).  Synched the above routines
13752         with FSF 20.6.
13753
13754         * nt.h:
13755         Removed ifdef'd out bogus code.
13756         Fixed some prototypes.
13757
13758         * nt.h (file_data):
13759         * nt.h (OFFSET_TO_RVA):
13760         * nt.h (RVA_TO_OFFSET):
13761         * nt.h (RVA_TO_PTR):
13762         Moved the memory-mapped-file structures, macros and prototypes
13763         here, to parallel nt.c.  ntheap.h should really be removed
13764         entirely, and it's a non-portable-dumper specific file.
13765
13766         * ntheap.h (round_to_next):
13767         Moved the memory-mapped-file structures, macros and prototypes
13768         to nt.h.
13769
13770         * ntproc.c (compare_env):
13771         Moved rva_to_section and mswindows_executable_type to nt.c.
13772         Moved compare_env to process-nt.c.
13773         ntproc.c will die, one day.
13774
13775         * ntproc.c (sys_spawnve):
13776         Account for win32_ -> mswindows_.
13777
13778         * process-nt.c:
13779         * process-nt.c (struct nt_process_data):
13780         * process-nt.c (ensure_console_window_exists):
13781         * process-nt.c (compare_env):
13782         * process-nt.c (nt_create_process):
13783         * process-nt.c (nt_kill_process_by_pid):
13784         * process-nt.c (syms_of_process_nt):
13785         * process-nt.c (vars_of_process_nt):
13786         Introduce variable `mswindows-quote-process-args', from FSF 20.6.
13787         Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
13788         changes).  Eliminate our old `nt-quote-process-args' mechanism.
13789         Synch up nt_create_process with FSF 20.6 sys_spawnve.
13790         Move compare_env here from ntproc.c.
13791
13792         * process.c (Fprocess_send_region):
13793         Takes an optional fourth argument, BUFFER, which should fix some
13794         problems with call-process.
13795
13796         * syscommctrl.h:
13797         Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
13798
13799         * syswindows.h:
13800         Move ICC_BAR_CLASSES to syscommctrl.h.
13801         Add preliminary macros for MSWindows/Mule.  More to come.
13802
13803         * unexnt.c:
13804         * unexnt.c (unexec):
13805         open_output_file moved to nt.c.
13806
13807
13808 2000-05-05  Andy Piper  <andy@xemacs.org>
13809
13810         * window.c (window_unmap_subwindows_cache_mapper): remove the dead
13811         instance from the frame cache also since GC may catch up too late
13812         to make frame deletion sane.
13813
13814 2000-05-04  Andy Piper  <andy@xemacs.org>
13815
13816         * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
13817         (x_finalize_image_instance): ungcpro on deletion.
13818
13819         * glyphs.c (image_instantiator_format_create): give pointers a
13820         query geometry method so that the geometry is at least set.
13821
13822         * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
13823         initialize layouts if using widgets.
13824
13825 2000-05-03  Andy Piper  <andy@xemacs.org>
13826
13827         * nt.c: remove bogus reference to sysmmsystem.h
13828
13829         * gui-x.c (popup_selection_callback): fix no selection abort.
13830
13831 2000-05-02  Andy Piper  <andy@xemacs.org>
13832
13833         * glyphs-msw.c (mswindows_update_widget): cope with nil text.
13834         (mswindows_widget_instantiate): ditto.
13835
13836         * glyphs-widget.c (initialize_widget_image_instance): initialize
13837         children correctly.
13838         (widget_instantiate): cope with children and items in the same
13839         instance.
13840
13841         * glyphs.c (mark_image_instance): cope with children as a first
13842         class member.
13843         (image_instance_equal): ditto.
13844         (image_instance_hash): ditto.
13845         (image_instance_changed): ditto.
13846
13847 2000-04-30  Andy Piper  <andy@xemacs.org>
13848
13849         * glyphs.c (subwindow_query_geometry): new function. Return some
13850         defaults.
13851         (subwindow_instantiate): don't assign dimensions if none have been
13852         given.
13853         (image_instantiator_format_create): add subwindow_query_geometry.
13854         (print_image_instance): cope with layouts as widgets.
13855
13856 2000-04-29  Andy Piper  <andy@xemacs.org>
13857
13858         * frame.c (delete_frame_internal): call
13859         free_frame_subwindow_instance_cache so that all subwindows are
13860         finalized before their parent.
13861         (mark_frame): remove subwindow_cachels.
13862         (Fmake_frame): remove subwindow_cachel manipulation.
13863         (allocate_frame_core): subwindow_instance_cache is a weak list.
13864         (delete_frame_internal): set subwindow_instance_cache to nil.
13865
13866         * glyphs-msw.c (mswindows_finalize_image_instance): make double
13867         finalization safe.
13868         (mswindows_finalize_image_instance): use the device
13869         not the domain as the domain may have died already.
13870
13871         * glyphs-x.c (x_finalize_image_instance): ditto.
13872         (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
13873         HEIGHT.
13874
13875         * redisplay-output.c (redisplay_unmap_subwindows): update for
13876         subwindow instance cache as a weak list.
13877         (redisplay_unmap_subwindows_maybe): ditto.
13878         (redisplay_unmap_subwindows_except_us): ditto.
13879
13880         * glyphs.c (unmap_subwindow): error checking will check the domain
13881         so don't deal with it here. Don't use cachels anymore.
13882         (map_subwindow): ditto.
13883         (update_subwindow_cachel_data): remove old accessor names.
13884         (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
13885         (Fresize_subwindow): don't update cachel.
13886         (mark_subwindow_cachels):
13887         (update_subwindow_cachel_data):
13888         (add_subwindow_cachel):
13889         (get_subwindow_cachel_index):
13890         (update_subwindow_cachel):
13891         (reset_subwindow_cachels):
13892         (mark_subwindow_cachels_as_not_updated): deleted.
13893         (cache_subwindow_instance_in_frame_maybe): new function. Add a
13894         subwindow instance to the frame cache.
13895         (find_matching_subwindow): update for subwindow instance cache as
13896         a weak list.
13897         (update_widget_instances): ditto.
13898         (image_instance_type_to_mask):inlined.
13899         (free_frame_subwindow_instance_cache): new function. finalize all
13900         subwindows that are instantiated.
13901
13902         * glyphs.h (struct Lisp_Image_Instance): add display_data instead
13903         of cachel information.
13904         (IMAGE_INSTANCE_DISPLAY_X):
13905         (IMAGE_INSTANCE_DISPLAY_Y):
13906         (IMAGE_INSTANCE_DISPLAY_WIDTH):
13907         (IMAGE_INSTANCE_DISPLAY_HEIGHT):
13908         (XIMAGE_INSTANCE_DISPLAY_X):
13909         (XIMAGE_INSTANCE_DISPLAY_Y):
13910         (XIMAGE_INSTANCE_DISPLAY_WIDTH):
13911         (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
13912         remove subwindow_cachel structure and function references.
13913         (image_instance_type_to_mask): inline from glyphs.c
13914
13915         * redisplay.c (redisplay_frame): remove subwindow_cachel
13916         references.
13917
13918         * frame.h (struct frame): remove subwindow_cachels.
13919         (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
13920
13921         * frameslots.h: add subwindow_instance_cache.
13922
13923         * window.c (replace_window): check subwindow cache of replacement.
13924         (window_unmap_subwindows_cache_mapper):
13925         (window_unmap_subwindows): new functions. Unmap all subwindows
13926         cached on this window.
13927         (mark_window_as_deleted): unmap all subwindows.
13928
13929 2000-04-27  Andy Piper  <andy@xemacs.org>
13930
13931         * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
13932
13933         * glyphs-widget.c (widget_layout): return something.
13934         (layout_layout): return something. Fail if not initialized.
13935         (layout_query_geometry): ditto.
13936         (image_instantiator_native_layout): new function. Initialized the
13937         native layout type.
13938         (widget_instantiate): don't do layout stuff here.
13939
13940         * glyphs.c (instantiate_image_instantiator): reorded calling or
13941         instantiate and post_instantiate with layout in between.
13942         (image_instance_layout): be more selective about deciding whether
13943         the layout has been done or not.
13944
13945         * glyphs.h (struct image_instantiator_methods): return a value
13946         from layout_method.
13947
13948 2000-04-26  Andy Piper  <andy@xemacs.org>
13949
13950         * glyphs.c (allocate_image_instance): make initial width and
13951         height unspecified. Set initialized to 0.
13952
13953         * syscommctrl.h new file. Encapsulates commctrl.h.
13954
13955         * syswindows.h new file. Encapsulates windows.h.
13956
13957         * ntplay.c: use new syswindows.h and syscommctrl.h header.
13958         * nt.c: ditto.
13959         * console-msw.h: ditto.
13960
13961         * redisplay-tty.c (tty_output_display_block): remove layout references.
13962
13963         * glyphs-msw.c (mswindows_widget_instantiate): use the domain
13964         window handle rather than just the frame.
13965
13966         * glyphs.c (mark_image_instance): remove layout references.
13967         (print_image_instance): ditto.
13968         (image_instance_equal): ditto.
13969         (image_instance_hash): ditto.
13970         (decode_image_instance_type): ditto.
13971         (encode_image_instance_type): ditto.
13972         (image_instantiate): ditto.
13973         (allocate_glyph): ditto.
13974         (Fimage_instance_height): ditto.
13975         (Fimage_instance_width): ditto.
13976         (update_subwindow): ditto.
13977
13978         * redisplay-x.c (x_output_display_block): recode for layouts as
13979         widgets.
13980
13981         * redisplay-output.c (redisplay_output_layout): recode for layouts
13982         as widgets.
13983         (compare_runes): remove layout references.
13984
13985         * redisplay-msw.c (mswindows_output_display_block): recode for
13986         layouts as widgets.
13987
13988         * glyphs-widget.c (image_instantiator_layout): remove
13989         layout_possible_dest_types.
13990         (layout_possible_dest_types): deleted.
13991
13992         * glyphs.h (image_instance_type): remove layout references.
13993         (struct Lisp_Image_Instance): ditto. Add initialized flag.
13994         (IMAGE_INSTANCE_INITIALIZED): new accessor.
13995         (XIMAGE_INSTANCE_INITIALIZED): ditto.
13996
13997 2000-04-25  Andy Piper  <andy@xemacs.org>
13998
13999         * glyphs-widget.c (image_instantiator_buttons):
14000         (image_instantiator_edit_fields):
14001         (image_instantiator_combo_box):
14002         (image_instantiator_scrollbar):
14003         (image_instantiator_progress_guage):
14004         (image_instantiator_tree_view):
14005         (image_instantiator_tab_control):
14006         (image_instantiator_labels):
14007         (image_instantiator_layout): call default post_instantiate method.
14008         (widget_post_instantiate): new function. Simply lays out the
14009         widgets.
14010
14011         * glyphs.h (struct image_instantiator_methods): add
14012         post_instantiate method.
14013
14014         * glyphs.c (instantiate_image_instantiator): add post_instantiate
14015         method calls.
14016
14017 2000-04-23  Andy Piper  <andy@xemacs.org>
14018
14019         * glyphs.h (struct image_instantiator_methods): add
14020         decode_domain_method.
14021         (struct Lisp_Image_Instance): remove subwindow frame - it can be
14022         derived from the domain.
14023         (IMAGE_INSTANCE_FRAME): new accessor.
14024         (XIMAGE_INSTANCE_FRAME): ditto.
14025
14026         * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
14027         instead of _SUBWINDOW_FRAME.
14028         (finalize_image_instance): ditto.
14029         (Fimage_instance_foreground): ditto.
14030         (Fimage_instance_background): ditto.
14031         (image_instantiate): ditto.
14032         (update_subwindow_cachel): ditto.
14033         (update_subwindow): ditto.
14034         (unmap_subwindow): ditto.
14035         (map_subwindow): ditto
14036         (subwindow_instantiate): ditto.
14037         * glyphs-msw.c (mswindows_update_widget): ditto.
14038         (mswindows_progress_gauge_instantiate): ditto.
14039         (mswindows_tab_control_update): ditto.
14040         * glyphs-x.c (x_update_widget): ditto.
14041         (x_widget_instantiate): ditto.
14042         (x_tab_control_instantiate): ditto.
14043         (x_tab_control_update): ditto.
14044         * event-msw.c (mswindows_wnd_proc): ditto
14045
14046         * glyphs-widget.c (image_instantiator_layout): use
14047         subwindow_decode_domain.
14048         (image_instantiator_buttons): ditto.
14049         (image_instantiator_edit_fields): ditto.
14050         (image_instantiator_combo_box): ditto.
14051         (image_instantiator_scrollbar): ditto.
14052         (image_instantiator_progress_guage): ditto.
14053         (image_instantiator_tree_view): ditto.
14054         (image_instantiator_tab_control): ditto.
14055         (image_instantiator_labels): ditto.
14056         (image_instantiator_layout): ditto.
14057
14058         * glyphs.c: add instance error checking to many functions.
14059         (instantiate_image_instantiator): decode device from cache_domain.
14060         (image_instantiate): partially rewrite by using
14061         decode_image_instantiator_domain to determine what domain the
14062         instance needs to be cached in.
14063         (decode_image_instantiator_domain): new function. Determine what
14064         domain the image needs to be cached in.
14065         (check_window_subwindow_cache): new error checking function.
14066         (check_instance_cache_mapper): ditto.
14067         (check_image_instance_structure): ditto.
14068         (subwindow_decode_domain): new function. Encodes a window as a
14069         subwindow's cache domain.
14070         (image_instantiator_format_create): use it for text and
14071         subwindows.
14072
14073 2000-04-21  Andy Piper  <andy@xemacs.org>
14074
14075         * glyphs.c (image_instance_device): new function.
14076         (image_instance_frame): new function.
14077         (image_instance_window): new function.
14078         (image_instance_live_p): new function.
14079
14080         * window.c (mark_window_as_deleted): reset the subwindow_instance_
14081         cache to nil.
14082
14083         * glyphs.h (struct Lisp_Image_Instance): device->domain.
14084         (IMAGE_INSTANCE_DOMAIN): new accessor.
14085         (XIMAGE_INSTANCE_DOMAIN): ditto.
14086
14087         * glyphs-x.c (x_finalize_image_instance): device->domain.
14088
14089         * glyphs-msw.c (init_image_instance_geometry): device->domain.
14090         (mswindows_finalize_image_instance): ditto.
14091
14092         * glyphs-eimage.c (jpeg_instantiate): device->domain.
14093         (gif_instantiate): ditto.
14094         (png_instantiate): ditto.
14095         (tiff_instantiate): ditto.
14096
14097         * glyphs.c (instantiate_image_instantiator): use domain rather
14098         than device.
14099         (mark_image_instance): device -> domain.
14100         (print_image_instance): ditto.
14101         (finalize_image_instance): ditto.
14102         (image_instance_equal): ditto.
14103         (allocate_image_instance): ditto.
14104         (Fcolorize_image_instance): ditto.
14105         (query_string_geometry): ditto.
14106         (image_instantiate): ditto
14107         (query_string_font): ditto.
14108         (image_instantiate): ditto.
14109         (update_subwindow): ditto.
14110         (unmap_subwindow): ditto.
14111         (map_subwindow): ditto.
14112         (subwindow_instantiate): ditto.
14113
14114         * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
14115         (DOMAIN_FRAME): ditto.
14116         (DOMAIN_WINDOW): ditto.
14117         (DOMAIN_LIVE_P): ditto.
14118         (XDOMAIN_DEVICE): ditto.
14119         (XDOMAIN_FRAME): ditto.
14120         (XDOMAIN_WINDOW): ditto.
14121
14122         * specifier.c (Fvalid_specifier_domain_p): add image instances as
14123         a valid specifier domain.
14124
14125 2000-04-19  Andy Piper  <andy@xemacs.org>
14126
14127         * glyphs-widget.c (syms_of_glyphs_widget): remove
14128         widget-callback-current-channel.
14129         (vars_of_glyphs_widget): ditto.
14130         * glyphs.h: ditto
14131
14132         * gui.c (get_gui_callback): revert to previous behaviour.
14133
14134 2000-04-18  Andy Piper  <andy@xemacs.org>
14135
14136         * glyphs.h (struct Lisp_Image_Instance): add margin_width.
14137         (IMAGE_INSTANCE_MARGIN_WIDTH): new.
14138         (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
14139
14140         * glyphs.c (image_instance_equal): add margin_width.
14141         (image_instance_hash): ditto.
14142
14143         * glyphs-widget.c (widget_instantiate): deal with margin-width.
14144         (layout_query_geometry): ditto.
14145         (layout_layout): ditto.
14146         (syms_of_glyphs_widget): add margin-width.
14147         (image_instantiator_layout): allow margin-width.
14148
14149         * glyphs.c (update_widget_instances): make a normal function.
14150         (syms_of_glyphs): remove Qupdate_widget_instances.
14151         * glyphs.h: ditto.
14152
14153         * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
14154         so that we don't corrupt ideas about the last event or
14155         command. Remove widget-callback-current-channel fiddling.
14156         * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
14157
14158 2000-05-01  Martin Buchholz <martin@xemacs.org>
14159
14160         * XEmacs 21.2.33 is released.
14161
14162 2000-05-01  Yoshiki Hayashi  <yoshiki@xemacs.org>
14163
14164         * make-src-depend: Allow dots in header file name.
14165
14166 2000-05-01  Yoshiki Hayashi  <yoshiki@xmacs.org>
14167
14168         * mule-charset.h (struct charset_lookup): Add
14169         next_allocated_1_byte_leading_byte and
14170         next_allocated_2_byte_leading_byte.
14171         * mule-charset.c: Move above two variables so that those values
14172         will be dumped.
14173
14174 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
14175
14176         * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
14177         when string length is zero.
14178         (find_charsets_in_emchar_string): Ditto.
14179
14180 2000-04-29  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
14181
14182         * lisp.h: extern Qdialog and Qmenubar.
14183
14184         * gui-x.c: added events.h.
14185                 also fixed typo which made the file uncompilable.
14186
14187         * general.c: Added Qmenubar and Qdialog
14188
14189 2000-04-28  Ben Wing  <ben@xemacs.org>
14190
14191         * frame-msw.c (mswindows_init_frame_1):
14192         * frame-msw.c (mswindows_mark_frame):
14193         * event-msw.c (mswindows_enqueue_dispatch_event):
14194         * console-msw.h:
14195         * console-msw.h (struct mswindows_frame):
14196         * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
14197         there are now three hash tables for callbacks.
14198         mswindows_enqueue_dispatch_event is no longer static.
14199
14200         * dialog-x.c (maybe_run_dbox_text_callback):
14201         * dialog-x.c (dbox_descriptor_to_widget_value):
14202         switch to new cons3 form for callbacks.
14203
14204         * glyphs-msw.c (mswindows_register_gui_item):
14205         * glyphs-msw.c (mswindows_widget_instantiate):
14206         * glyphs-msw.c (add_tree_item):
14207         * glyphs-msw.c (add_tab_item):
14208         new image instance parameter, so it can be passed to callback-ex.
14209         respect :callback-ex as well as :callback.
14210
14211         * glyphs-widget.c (VALID_GUI_KEYWORDS):
14212         add :callback-ex.
14213
14214         * glyphs.c (print_image_instance):
14215         prettify, e.g. now prints widget type.
14216
14217         * gui-x.h:
14218         certain funs have new image instance parameter.
14219
14220         * gui.c:
14221         * gui.c (get_gui_callback):
14222         * gui.c (gui_item_add_keyval_pair):
14223         * gui.c (gui_item_init):
14224         * gui.c (gui_add_item_keywords_to_plist):
14225         * gui.c (mark_gui_item):
14226         * gui.c (gui_item_hash):
14227         * gui.c (gui_item_equal):
14228         * gui.c (copy_gui_item):
14229         * gui.c (syms_of_gui):
14230         recognize callback-ex in a number of places.
14231         also, fix the annoying "can't get out of yes-no dialog" bug.
14232
14233         * gui.h:
14234         * gui.h (struct Lisp_Gui_Item):
14235         recognize callback-ex in a number of places.
14236
14237         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
14238         new parameter in button_item_to_widget_value.
14239
14240         * glyphs-x.c (x_update_widget):
14241         * glyphs-x.c (x_button_instantiate):
14242         * glyphs-x.c (x_button_update):
14243         * glyphs-x.c (x_progress_gauge_instantiate):
14244         * glyphs-x.c (x_edit_field_instantiate):
14245         * glyphs-x.c (x_combo_box_instantiate):
14246         * glyphs-x.c (x_tab_control_instantiate):
14247         * glyphs-x.c (x_label_instantiate):
14248         new image instance parameter in various places.
14249
14250         * event-Xt.c:
14251         * event-Xt.c (enqueue_Xt_dispatch_event):
14252         this fun gets exported.
14253
14254         * gui-msw.c:
14255         * gui-msw.c (mswindows_handle_gui_wm_command):
14256         handle both :callback and :callback-ex, and generate our own
14257         event because it's one of the callback-ex arguments.
14258
14259         * gui-x.c:
14260         * gui-x.c (popup_selection_callback):
14261         handle both :callback and :callback-ex, and generate our own
14262         event because it's one of the callback-ex arguments.
14263         * gui-x.c (button_item_to_widget_value):
14264         * gui-x.c (gui_items_to_widget_values_1):
14265         * gui-x.c (gui_item_children_to_widget_values):
14266         * gui-x.c (gui_items_to_widget_values):
14267         new image instance parameter in various places.
14268
14269         * fns.c (Freplace_list):
14270         fix small typo in doc string.
14271
14272         * lisp.h:
14273         declare enqueue_Xt_dispatch_event.
14274
14275 2000-04-28  Ben Wing  <ben@xemacs.org>
14276
14277         * buffer.c:
14278         * buffer.c (Frecord_buffer):
14279         * buffer.c (syms_of_buffer):
14280         delete record-buffer-hook.
14281
14282         * fns.c:
14283         * fns.c (Freplace_list):
14284         * fns.c (syms_of_fns):
14285         new primitive replace-list.
14286
14287         * frameslots.h:
14288         slot for old buffer-alist.
14289
14290         * lisp.h:
14291         exfun replace-list.
14292
14293         * redisplay.c:
14294         * redisplay.c (redisplay_frame):
14295         * redisplay.c (syms_of_redisplay):
14296         * redisplay.c (vars_of_redisplay):
14297         new hook buffer-list-changed-hook.
14298         call it.
14299
14300 2000-04-27  Ben Wing  <ben@xemacs.org>
14301
14302         * extents.h: extern in_modeline_generation.
14303
14304         * redisplay.c (generate_formatted_string_db): set
14305         in_modeline_generation.
14306
14307         * extents.c (extent_changed_for_redisplay): don't mark redisplay
14308         flags if in modeline generation.  otherwise frame-modified-tick
14309         is ticked far too often.
14310         Declare in_modeline_generation.
14311
14312 2000-04-26  Ben Wing  <ben@xemacs.org>
14313
14314         * emacs.c (vars_of_emacs): document quick-build "error-checking"
14315         option.
14316         (vars_of_emacs): add quick-build as an error-checking option.
14317         A bit kludgy, but there doesn't seem much point in creating
14318         a real var for this.
14319
14320         * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
14321
14322 2000-04-14  IKEYAMA Tomonori  <tomonori@suiyokai.org>
14323
14324         * redisplay.h (struct display_line): Add a new variable,
14325         line_continuation.
14326
14327         * redisplay.c (create_text_block): Set dl->line_continuation if
14328         the line continues.
14329         (create_string_text_block): Ditto.
14330         (regenerate_window_incrementally): Use line_continuation instead
14331         of searching continuation glyph.
14332         (add_margin_runes): Call add_glyph_rune.
14333         (add_glyph_rune): Handle margin glyph.
14334
14335 2000-04-20  Martin Buchholz  <martin@xemacs.org>
14336
14337         * filelock.c (fill_in_lock_file_name):
14338         ANSIfy.
14339         Check for IS_ANY_SEP instead of '/'.
14340         (lock_file_1):
14341         Avoid generating gratuitous garbage.  Call user_login_name() directly.
14342         Never check errno without first seeing that system call failed.
14343         (unlock_file): Add GCPRO.
14344         (Flock_buffer): Fix docstring.
14345         (Ffile_locked_p): Fix docstring.  Add GCPRO.
14346
14347 2000-04-19  Martin Buchholz  <martin@xemacs.org>
14348
14349         * sysdep.c (get_pty_max_bytes):
14350         Fix hangs on DEC OSF 4.0 when (process-send-string) sends
14351         strings longer than 252 bytes.
14352
14353         * md5.c: Unconditionally include ANSI header <limits.h>
14354
14355         * glyphs-x.c (convert_EImage_to_XImage):
14356         * lisp-union.h (union Lisp_Object):
14357         Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
14358
14359 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
14360
14361         * filelock.c (current_lock_owner): Remove unused variable o, p.
14362
14363 2000-04-17  Norbert Koch  <n.koch@eai-delta.de>
14364
14365         * callint.c: Remove multiply defined symbol Qlet
14366         (syms_of_callint): ditto.
14367
14368 2000-04-14  Andy Piper  <andy@xemacs.org>
14369
14370         * general.c (syms_of_general): add last-command, this-command, let
14371         and funcall.
14372
14373         * lisp.h: declare various symbols.
14374
14375         * glyphs.h: declare Qwidget_callback_current_channel;
14376
14377         * glyphs-widget.c (syms_of_glyphs_widget): add
14378         Qgui_callback_current_channel.
14379         (vars_of_glyphs_widget): add Vgui_callback_current_channel.
14380
14381         * gui-msw.c (mswindows_handle_gui_wm_command): bind
14382         widget-callback-current-channel when invoking the interactive
14383         arg. Also bind last-command and next-command when invoking the
14384         widget updates.
14385         * gui-x.c (popup_selection_callback): ditto.
14386
14387         * gui.c (get_gui_callback): massage args so that we are always
14388         calling eval. This allows us to add our own variable bindings
14389         outside.
14390
14391         * glyphs-x.c (x_button_instantiate): use
14392         gui_items_to_widget_values since this is GC safe.
14393         (x_progress_gauge_instantiate): ditto.
14394         (x_edit_field_instantiate): ditto.
14395         (x_label_instantiate): ditto.
14396
14397         * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
14398         (emacs_Xt_event_widget_focus_out): new function
14399         (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
14400         focus.
14401         (emacs_Xt_event_add_widget_actions): new function. add focus
14402         functions as actions.
14403         (init_event_Xt_late): use it.
14404
14405 2000-04-14  Hrvoje Niksic  <hniksic@iskon.hr>
14406
14407         * event-stream.c (Fdispatch_event): Doc fix.
14408
14409 2000-03-29  SL Baur  <steve@musashimaru.m17n.org>
14410
14411         * postgresql.c: Remove all references to PQsetenv*.
14412
14413         * postgresql.h: Remove references to PGsetenvHandler object.
14414         * lrecord.h (lrecord_type): Ditto.
14415
14416 2000-04-11  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
14417
14418         * glyphs-msw.h (struct mswindows_image_instance_data): Added
14419         real_heigh and real_width members, and accessor macros for these.
14420
14421         * glyphs-msw.c (init_image_instance_geometry): New function.
14422         (init_image_instance_from_dibitmap): Use it.
14423         (mswindows_resource_instantiate): Use it.
14424         (init_image_instance_from_xbm_inline): Use it.
14425         (mswindows_initialize_image_instance_mask): Use real bitmap
14426         geometry.
14427         (mswindows_create_resized_bitmap): Ditto.
14428         (mswindows_create_resized_mask): Ditto.
14429
14430         * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
14431         and bitmap to their surface size.
14432
14433 2000-04-11  Jan Vroonhof  <jan@xemacs.org>
14434
14435         * process-unix.c (unix_send_process): Guard against process MIA
14436         after Faccept_process_output.
14437
14438 2000-04-11  Ben Wing  <ben@xemacs.org>
14439
14440         * eval.c (unbind_to_hairy): fix brokenness introduced by
14441         nanosecond speed improvements.
14442
14443 2000-04-07  Raymond Toy  <toy@rtp.ericsson.se>
14444
14445         * sunplay.c (init_device): To play sounds correctly, the device
14446         apparently needs to be initialized at least once by XEmacs.  Make
14447         it so.
14448
14449 2000-04-10  IKEYAMA Tomonori  <tomonori@suiyokai.org>
14450
14451         * redisplay.c (add_margin_runes): Add text image glyph
14452           handling.
14453
14454 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
14455
14456         * lisp.h (DOESNT_RETURN): Don't declare as volatile when
14457         gcc is newer than 2.5.
14458
14459 2000-04-06  Colin Rafferty  <colin@xemacs.org>
14460
14461         * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
14462
14463         * fns.c (size_bit_vector):
14464         * alloc.c (size_vector):
14465         (make_vector_internal):
14466         (make_bit_vector_internal):
14467         (sweep_bit_vectors_1):
14468         Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
14469
14470 2000-04-06  Andy Piper  <andy@xemacs.org>
14471
14472         * gmalloc.c (malloc): undo previous change.
14473         (malloc): ditto.
14474         (free): ditto.
14475         (realloc): ditto.
14476
14477 2000-04-06  IKEYAMA Tomonori <tomonori@suiyokai.org>
14478
14479         * line-number.c (buffer_line_number): Revert to former version.
14480
14481 2000-04-06  Andy Piper  <andy@xemacs.org>
14482
14483         * gmalloc.c (malloc): add error checking.
14484         (malloc): ditto.
14485         (free): ditto.
14486         (realloc): ditto.
14487
14488         * dialog-x.c (dbox_descriptor_to_widget_value): add extra
14489         button_item_to_widget_value arg.
14490
14491         * glyphs-x.c (x_button_instantiate): add extra
14492         button_item_to_widget_value arg.
14493         (x_progress_gauge_instantiate): ditto.
14494         (x_edit_field_instantiate): ditto.
14495         (x_label_instantiate): ditto.
14496
14497         * gui-x.c (gui_items_to_widget_values_1): add extra
14498         button_item_to_widget_value arg.
14499         (button_item_to_widget_value): add extra menu_item_p arg.
14500
14501         * gui-x.h: change signature of button_item_to_widget_value.
14502
14503         * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
14504         button_item_to_widget_value arg.
14505
14506 2000-04-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
14507
14508         * buffer.h (struct buffer): auto_save_modified should be long.
14509
14510 2000-04-05  Andy Piper  <andy@xemacs.org>
14511
14512         * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
14513         type.
14514         (button_query_geometry): give a little more room so that athena
14515         buttons fit.
14516
14517 2000-04-05  Andy Piper  <andy@xemacs.org>
14518
14519         * faces.c (complex_vars_of_faces): The widget face should inherit
14520         the font of the gui-element face.
14521
14522 2000-04-04  Andy Piper  <andy@xemacs.org>
14523
14524         * glyphs-x.c (x_button_update): new function. unconditionally
14525         update a button's state when the instance is dirty.
14526         (image_instantiator_format_create_glyphs_x): add x_button_update.
14527         (x_widget_instantiate): remove old resize cruft.
14528
14529 2000-04-02  Andy Piper  <andy@xemacs.org>
14530
14531         * frame.c (change_frame_size_1): The introduction of gutters means
14532         that we need to allow 0 as a potential frame dimension.
14533
14534 2000-04-02  IKEYAMA Tomonori  <tomonori@suiyokai.org>
14535
14536         * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
14537         image glyph if allow_cursor.
14538         (add_hscroll_rune): Don't allow cursor to border glyph.
14539         (create_text_block): Ditto.
14540
14541         * redisplay-output.c (redisplay_move_cursor): Do nothing even if
14542         text not in buffer.
14543         (redisplay_output_layout): Call ensure_face_cachel_complete for
14544         text image glyph.
14545
14546
14547 2000-03-16  IKEYAMA Tomonori  <tomonori@suiyokai.org>
14548
14549         * redisplay.c (add_glyph_rune): Adding text image as text runes.
14550
14551         * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
14552         not in buffer
14553
14554         * redisplay-tty.c (tty_output_display_block): Delete the routine
14555         for text image glyph
14556         * redisplay-x.c (x_output_display_block): ditto
14557         * redisplay-msw.c (mswindows_output_display_block): ditto
14558
14559 2000-02-02  Mike Alexander  <mta@arbortext.com>
14560
14561         Note: Some of these were committed by accident as part of other
14562         patches.
14563
14564         * regex.c (regex_compile): Avoid compiler warnings.
14565
14566         * ntproc.c (sys_spawnve): Avoid compiler warnings.
14567
14568         * nt.h: Declare term_ntproc correctly.
14569
14570         * nt.c: Remove incorrect declaration of get_home_directory which
14571         is declared correctly in lisp.h.
14572
14573         * keymap.c (get_keyelt): Avoid compiler warnings.
14574         (raw_lookup_key_mapper): Avoid compiler warnings.
14575
14576         * gutter.c (gutter_was_visible): Add return statement to avoid warning.
14577
14578         * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
14579
14580         * filemode.c (mode_string): Avoid compiler warnings.
14581
14582         * file-coding.c (Fcoding_system_aliasee): Add return statement to
14583         avoid warning.
14584
14585         * events-mod.h: Undef some things that winuser.h defines differently.
14586
14587         * data.c (Faset): Avoid compiler warnings.
14588
14589         * alloc.c (Fmake_byte_code): Avoid compiler warnings.
14590
14591 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
14592
14593         * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
14594         Fall through to simple beep on error.
14595         Replace "extern" by real header file.
14596
14597         * linuxplay.c: Use nativesound.h
14598         (play_sound_data): Return error code. Be less verbose on error.
14599
14600         * sunplay.c: Use nativesound.h
14601         (play_sound_data): Return error code. Be less verbose on error.
14602
14603         * ntplay.c: Use nativesound.h
14604         (play_sound_data): Return fake error code
14605
14606         * sgiplay.c: Use nativesound.h
14607         (play_sound_data): Return error code
14608
14609         * hpplay.c: Use nativesound.h, partially implement
14610         new error code. Break compilation until finished.
14611         (play_sound_data): error code.
14612
14613         * nativesound.h (play_sound_file):
14614           (play_sound_data): Prototype in new header.
14615
14616 2000-03-31  Andy Piper  <andy@xemacs.org>
14617
14618         * glyphs-widget.c: (button_query_geometry): new function. Adjust
14619         for toggle and radio buttons.
14620         (image_instantiator_buttons): use it.
14621
14622 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
14623
14624         * scrollbar-x.c (x_update_vertical_scrollbar_callback):
14625         (x_update_horizontal_scrollbar_callback): Return if no mirror was
14626         found. Scrollbar event probably belonged to some old config.
14627
14628 2000-03-31  Andy Piper  <andy@xemacs.org>
14629
14630         * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
14631         than 1.
14632         (initialize_widget_image_instance): default layout to
14633         LAYOUT_HORIZONTAL rather than 0.
14634         (widget_instantiate): reverse the item list at the end rather than
14635         every iteration.
14636         (layout_layout): re-code for the border text at the front of the
14637         item list rather than at the end.
14638         (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
14639         provided by the user.
14640         (widget_query_geometry): comment.
14641
14642 2000-03-30  Andy Piper  <andy@xemacs.org>
14643
14644         * glyphs-widget.c (image_instantiator_layout): allow standard
14645         widget keywords in layouts.
14646
14647         * gutter.c (output_gutter): cope with nil gutter contents.
14648
14649         * frame.c (Fset_frame_properties): add gutter docs.
14650
14651 2000-03-29  Andy Piper  <andy@xemacs.org>
14652
14653         * toolbar-msw.c (TBSTYLE_FLAT): add.
14654         (mswindows_output_toolbar): minor fiddling.
14655
14656 2000-03-29  Andy Piper  <andy@xemacs.org>
14657
14658         * gutter.c (output_gutter): force gutter size recalculation if
14659         what we are trying to display won't fit.
14660         (update_gutter_geometry): new function. A per-gutter version of
14661         update_frame_gutter_geometry.
14662         (update_frame_gutter_geometry): use it.
14663         (redraw_exposed_gutter): add extra debugging output.
14664
14665 2000-03-28  Mike Alexander  <mta@arbortext.com>
14666
14667         * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
14668         (pdump_file_unmap): Implement it on Windows
14669         (pdump_file_get): Save alocated handles for pdump_file_unmap
14670
14671 2000-03-28  Andy Piper  <andy@xemacs.org>
14672
14673         * gui.c (get_gui_callback): treat Quit specially.
14674
14675 2000-03-27  Andy Piper  <andy@xemacs.org>
14676
14677         * glyphs.c (image_instantiate): be careful to check in the same
14678         way we assigned.
14679
14680 2000-03-27  Didier Verna  <didier@xemacs.org>
14681
14682         * config.h.in: define the proper SMART_INCLUDE macro.
14683         handle renaming of `foo_h_path' to `foo_h_file'.
14684
14685         * database.c: ditto.
14686
14687         * emacs.c: ditto.
14688
14689         * linuxplay.c: ditto.
14690
14691         * terminfo.c: ditto.
14692
14693         * tooltalk.h: ditto.
14694
14695 2000-03-27  Andy Piper  <andy@xemacs.org>
14696
14697         * glyphs-msw.c (mswindows_update_widget): make sure the widget
14698         gets updated whenever the face might have changed.
14699
14700 2000-03-26  Mike Alexander  <mta@arbortext.com>
14701
14702         * dumper.c (pdump_resource_free): Fix the comment.
14703
14704 2000-03-21  Olivier Galibert  <galibert@pobox.com>
14705
14706         * input-method-xlib.c (XIM_init_frame): Remove painful warning.
14707
14708 2000-03-22  Mike Alexander  <mta@arbortext.com>
14709
14710         * dumper.c: Include Windows headers on Windows
14711         (pdump_resource_free): Add a body to the function
14712         (pdump_load): exe_name -> exe_path and add some comments.
14713
14714 2000-03-25  Mike Alexander  <mta@arbortext.com>
14715
14716         * gui.c (copy_gui_item_tree): Return a value in all cases
14717
14718 2000-03-21  Didier Verna  <didier@xemacs.org>
14719
14720         * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
14721         lwlib/config.h.in.
14722         (SMART_INCLUDE): new macro.
14723         (POSTGRES_INCLUDE): new macro to include postgresql headers from
14724         the proper location.
14725
14726         * postgresql.c: use it.
14727
14728         * inline.c: ditto.
14729
14730 2000-03-24  Andy Piper  <andy@xemacs.org>
14731
14732         * gutter.c (redraw_exposed_gutters): must be "in display" when we
14733         do this.
14734
14735 2000-03-24  Andy Piper  <andy@xemacs.org>
14736
14737         * redisplay-output.c (compare_runes): use image_instance_changed
14738         to detect changes. Do not depend on glyphs_changed, only depend on
14739         dirtiness.
14740          (redisplay_output_layout): add debug messages.
14741         (compare_runes): ditto.
14742
14743         * glyphs.h: declare new functions.
14744         (struct Lisp_Image_Instance): remove percent and associated
14745         accessors.
14746
14747         * gui.h: declare new copying functions.
14748
14749         * gui.c (copy_gui_item_tree): new function.
14750         (copy_gui_item): new function.
14751         (gui_item_id_hash): revert to standard hash.
14752         (gui_item_hash): ditto.
14753         (gui_item_hash_internal): deleted.
14754         (mark_gui_item): mark value.
14755         (gui_item_add_keyval_pair): add value.
14756         (gui_item_init): ditto.
14757         (gui_add_item_keywords_to_plist): ditto.
14758         (gui_item_equal): ditto.
14759         (syms_of_gui): add Q_value.
14760
14761         * glyphs-x.c (x_progress_gauge_update): use pending items and
14762         value for setting the state.
14763         (x_update_widget): don't set items from pending here.
14764
14765         * glyphs-widget.c (update_widget): update items here.
14766         (progress_gauge_set_property): use items for storing value. Put
14767         new value in pending items.
14768
14769         * glyphs-msw.c (mswindows_progress_gauge_update): use pending
14770         items for new value. Convert percent -> value.
14771         (mswindows_tab_control_update): don't update items here.
14772
14773         * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
14774         (update_subwindow): ditto.
14775         (image_instance_changed): new function. Compare hash values and
14776         past and present widget items.
14777         (image_instantiate): We more careful about where we instantiate
14778         things.
14779         (image_instantiate): add error checking.
14780
14781         * gutter.c (syms_of_gutter): use -hook.
14782
14783 2000-03-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
14784
14785         * console-tty.c (Fset_console_tty_input_coding_system): Use
14786         Qkeyboard.
14787         (Fset_console_tty_output_coding_system): Use Qterminal.
14788         (tty_init_console): Use Qkeyboard and Qterminal.
14789
14790 2000-03-21  Ben Wing  <ben@xemacs.org>
14791
14792         * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
14793         From Mike Alexander <mta@arbortext.com>.
14794
14795 2000-03-21  Ben Wing  <ben@xemacs.org>
14796
14797         * event-msw.c (mswindows_need_event): Horrible kludge to fix
14798         process brokenness.  Proper implementation to come.
14799         * callproc.c:
14800         Rename call-process-internal to old-call-process-internal.
14801         New impl. in process.el.
14802
14803 2000-03-21  Martin Buchholz  <martin@xemacs.org>
14804
14805         * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
14806
14807 2000-03-20  Andy Piper  <andy@xemacs.org>
14808
14809         * glyphs.c (full_list_hash): make hashes of the same elements in
14810         different orders return different values.
14811
14812 2000-03-20  Martin Buchholz <martin@xemacs.org>
14813
14814         * XEmacs 21.2.32 is released.
14815
14816 2000-03-20  Martin Buchholz  <martin@xemacs.org>
14817
14818         * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
14819         (DFC_MALLOC_USE_CONVERTED_DATA):
14820         Add aliasing-safe casts to allow use with char* or unsigned char*
14821         lvalues.
14822
14823         * eldap.c (Fldap_open):
14824         (Fldap_search_basic):
14825         (Fldap_add):
14826         (Fldap_modify):
14827         Make C++-compilable.
14828         Make sure GCPRO'ed variables are initialized.
14829         Use temp variables to avoid repeated calls to Flength.
14830
14831 2000-03-16  Martin Buchholz  <martin@xemacs.org>
14832
14833         * sysfile.h:
14834         Make sure PATH_MAX is always defined.
14835         Include limits.h for PATH_MAX.
14836         Deprecate use of MAXPATHLEN.
14837
14838 2000-03-10  Martin Buchholz  <martin@xemacs.org>
14839
14840         * emacs.c: Add reinit_vars_of_fileio.
14841         * symsinit.h: Add reinit_vars_of_fileio.
14842         * fileio.c (reinit_vars_of_fileio): New.
14843         * fileio.c (Fmake_temp_name):
14844         Initialize temp_name random number from microseconds to make
14845         collisions even less likely.  Initialize always at process startup
14846         time.  (make-temp-name) used to return the same file name twice in
14847         a row when PDUMP.
14848         Random stylistic fiddling.
14849         Comment fixes.
14850
14851 2000-03-20  Andy Piper  <andy@xemacs.org>
14852
14853         * glyphs.c (image_instantiate): allow text glyphs to be
14854         instantiated in the minibuffer window.
14855
14856 2000-03-19  Andy Piper  <andy@xemacs.org>
14857
14858         * glyphs.c (image_instance_hash): be careful about which items we
14859         hash on.
14860
14861         * glyphs-widget.c (tab_control_set_property): record into pending
14862         items rather than the actual items.
14863
14864         * glyphs-x.c (x_update_widget): use pending items to update with.
14865
14866         * glyphs-msw.c (mswindows_tab_control_update): use pending items
14867         to update with.
14868
14869         * glyphs.c (mark_image_instance): mark pending items.
14870
14871         * window.c (Fset_window_configuration): record the buffer.
14872         (Fselect_window): totally revert previous change which breaks many
14873         things.
14874
14875 2000-03-18  Andy Piper  <andy@xemacs.org>
14876
14877         * glyphs-msw.c (mswindows_tab_control_update): force selected
14878         item.
14879
14880         * glyphs.c (image_instantiate): don't allow the minibuffer as a
14881         window domain cache, otherwise we get inconsistencies at
14882         startup. There is something fishy at startup which can lead to the
14883         minibuffer being the selected window when the gutter content is
14884         instantiated.
14885
14886         * gui.c (parse_gui_item_tree_list): add probably unnecessary
14887         gcpros.
14888         (parse_gui_item_tree_children): ditto.
14889         (parse_gui_item_tree_item): ditto.
14890
14891         * glyphs.c (Fupdate_widget_instances): return something.
14892
14893 2000-03-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
14894
14895         * window.c (Fselect_window): Undo 2000-03-17 change.
14896
14897 2000-03-17  SL Baur  <steve@musashimaru.m17n.org>
14898
14899         * postgresql.c (Fpq_setenv): Remove this turkey when linking
14900         against v7.0 libraries.  Insta-coredump city until the postgres
14901         folks fix it.
14902
14903 2000-03-17  Andy Piper  <andy@xemacs.org>
14904
14905         * faces.c (complex_vars_of_faces): don't give the widget face an
14906         inherited background pixmap.
14907
14908         * glyphs-msw.c (mswindows_tab_control_instantiate): select the
14909         selected item.
14910
14911         * event-stream.c (Fdispatch_non_command_events): return something.
14912
14913         * gutter.c (output_gutter): use widget face.
14914         (clear_gutter): ditto.
14915
14916         * NEWS: adjust again.
14917
14918         * window.c (Fselect_window): make sure this runs to completion to
14919         avoid oddities with Fset_window_configuration.
14920         (Fcurrent_window_configuration): in general do not save the
14921         minibuffer as the selected window.
14922
14923         * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
14924
14925 2000-03-16  Olivier Galibert  <galibert@pobox.com>
14926
14927         * emacs.c (Frunning_temacs_p): Revert previous patch.
14928         (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
14929
14930 2000-03-16  Andy Piper  <andy@xemacs.org>
14931
14932         * glyphs-x.c (x_tab_control_update): if no widget values then
14933         return.
14934
14935         * NEWS: update for new features.
14936
14937         * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
14938         synthetic event to the native system.
14939         (reinit_vars_of_event_Xt): set force_event_pending to
14940         emacs_Xt_force_event_pending.
14941
14942         * events.h (struct event_stream): add force_event_pending.
14943
14944         * specifier.c (recompute_one_cached_specifier_in_window): add
14945         comment.
14946
14947         * redisplay.c (redisplay_frame): don't call
14948         update_frame_subwindows. Reset subwindow cachels when
14949         subwindows_changed, removing this was an optimization too far.
14950
14951         * redisplay-output.c (compare_runes): reorganize so that we catch
14952         glyph changes when we want them. Set optimize_output when this
14953         would help layouts.
14954         (redisplay_output_layout): remove frame_really_changed, use
14955         optimize_output instead.
14956
14957         * redisplay-msw.c (mswindows_output_display_block): reset
14958         optimize_output after outputting a glyph.
14959         * redisplay-x.c (x_output_display_block): ditto.
14960         * redisplay-tty.c (tty_output_display_block): ditto.
14961
14962         * gutter.c: (specifier_vars_of_gutter): use new spec changed
14963         functions.
14964         (gutter_specs_changed): do specific gutter positions.
14965         (top_gutter_specs_changed): new function. Only update the
14966         specified gutter specs.
14967         (bottom_gutter_specs_changed): ditto.
14968         (left_gutter_specs_changed): ditto.
14969         (right_gutter_specs_changed): ditto.
14970
14971         * gui.c (gui_item_hash_internal): new function, does a real hash.
14972         (gui_item_id_hash): use it.
14973         (gui_item_hash): hash the eval'ed gui_item.
14974
14975         * gui-x.c (popup_selection_callback): send an eval event to call
14976         Fupdate_widget_instances.
14977
14978         * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
14979         to call Fupdate_widget_instances.
14980
14981         * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
14982         (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
14983
14984         * glyphs.c: (update_frame_subwindows): deleted.
14985         (Fupdate_widget_instances): new function for updating the dirty
14986         state of widgets that might have changed.
14987         (syms_of_glyphs): add Qupdate_widget_instances.
14988         (full_list_hash): hash a list completely.
14989         (image_instance_hash): use it for items and properties.
14990
14991         * frame-msw.c (mswindows_size_frame_internal): remove unused
14992         variable.
14993
14994         * faces.h (struct face_cachel): fix comment.
14995
14996         * event-stream.c (Fdispatch_non_command_events): new
14997         function. Process non-command events, forcing an event cycle
14998         beforehand.
14999         (syms_of_event_stream): declare.
15000         (event_stream_force_event_pending): new function. Force an event
15001         on the native event queue so that an event cycle will occur next
15002         time we check.
15003
15004         * event-msw.c:
15005         (struct ntpipe_shove_stream):
15006         (mswindows_enqueue_dispatch_event):
15007         (mswindows_dequeue_dispatch_event):
15008         (mswindows_cancel_dispatch_event):
15009         (mswindows_pump_outstanding_events):
15010         (mswindows_drain_windows_queue):
15011         (mswindows_handle_paint):
15012         (mswindows_wnd_proc):
15013         (mswindows_key_to_emacs_keysym):
15014         (get_process_input_waitable):
15015         (emacs_mswindows_delete_stream_pair): re-indent file.
15016         (mswindows_need_event): do not process further fds if the windows
15017         fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
15018         fixes the 100% cpu problem.
15019         (reinit_vars_of_event_mswindows): set force_event_pending to 0.
15020
15021 2000-03-15  Olivier Galibert  <galibert@pobox.com>
15022
15023         * alloc.h: New.
15024         * dumper.h: New.
15025         * dumper.c: New.
15026
15027         * emacs.c: Moved dump file searching to dumper.c.
15028         (Frunning_temacs_p): Fixed.
15029
15030         * alloc.c: Moved everything pdump-related to dumper.c.  Removed
15031         last_lrecord_type_index_assigned.
15032
15033 2000-02-20  Olivier Galibert  <galibert@pobox.com>
15034
15035         * symsinit.h: Added reinit parameter to init_console_stream
15036         declaration.
15037
15038         * lisp.h: Added file parameter to pdump_load declaration.
15039
15040         * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
15041         support.  Added dump file searching.
15042
15043         * config.h.in: Added EMACS_PROGNAME.
15044
15045         * console-stream.c (init_console_stream): Fix reinitialisation
15046         when running from temacs.
15047
15048         * alloc.c (pdump): Add id support.
15049         (pdump_load): Add file parameter and signature/id support.
15050
15051         * Makefile.in.in: Add full pdump support.
15052
15053 2000-03-15  SL Baur  <steve@musashimaru.m17n.org>
15054
15055         * postgresql.c: Update documentation to reflect latest code
15056         status.
15057         (print_result): Show tuple counts in printed representation when
15058         appropriate.
15059         (Fpq_put_nbytes): MULE-ize.
15060         (Fpq_get_line_async): Ditto.
15061
15062 2000-03-14  SL Baur  <steve@musashimaru.m17n.org>
15063
15064         * postgresql.c (Fpq_lo_import): Fix return value.
15065         Suggested by: Kenji Itoh <keit@tpj.co.jp>.
15066
15067 2000-03-13  Ben Wing  <ben@xemacs.org>
15068
15069         * alloc.c (pdump_load):
15070         Fix compile warning under mswin.
15071
15072 2000-03-14  SL Baur  <steve@musashimaru.m17n.org>
15073
15074         * postgresql.c: Mule-ization, bug fixes.
15075         Use PG_CODING to encapsulate coding system name changes.
15076         Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
15077         (pg-coding-system): Create.
15078
15079         (Fpq_conn_defaults): Mule-ize.
15080         (Fpq_connectdb): Mule-ize & bug fix.
15081         (Fpq_connect_start): Mule-ize.
15082         (Fpq_set_client_encoding): Mule-ize.
15083         (Fpq_finish): Document `DEAD' connection status.
15084         (Fpq_clear): Ditto.
15085         (Fpq_pgconn): Mule-ize.
15086         (Fpq_exec): Mule-ize & bug fix.
15087         (Fpq_send_query): Ditto.
15088         (Fpq_get_result): Ditto.
15089         (Fpq_res_status): Mule-ize.
15090         (Fpq_result_error_message): Mule-ize.
15091         (Fpq_ntuples): fix comments.
15092         (Fpq_fname): Mule-ize.
15093         (Fpq_fnumber): Mule-ize.
15094         (Fpq_ftype): fix comments.
15095         (Fpq_get_value): Mule-ize.
15096         (Fpq_cmd_status): Ditto.
15097         (Fpq_cmd_tuples): Ditto.
15098         (Fpq_oid_value): Ditto.
15099         (Fpq_notifies): Ditto.
15100         (Fpq_lo_import): Ditto.
15101         (Fpq_lo_export): Ditto.
15102         (Fpq_get_line): Ditto.
15103         (Fpq_put_line): Mule-ize and bug fix.
15104         (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
15105
15106 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
15107
15108         * postgresql.c (vars_of_postgresql): Mule-ize.
15109         (Fpq_conn_defaults): Ditto.
15110
15111 2000-03-12  Ben Wing  <ben@xemacs.org>
15112
15113         * alloc.c (Fmake_byte_code):
15114         * alloc.c (debug_string_purity_print):
15115         * alloc.c (pdump_backtrace):
15116         * alloc.c (pdump_get_indirect_count):
15117         * alloc.c (pdump_register_sub):
15118         * alloc.c (pdump_register_object):
15119         * alloc.c (pdump_register_struct):
15120         * alloc.c (pdump_dump_data):
15121         * alloc.c (pdump_reloc_one):
15122         Minor cleanups.
15123
15124         * console-msw.c:
15125         * console-msw.c (GetConsoleHwnd):
15126         * console-msw.c (msw_hide_console):
15127         * console-msw.c (msw_show_console):
15128         * console-msw.c (msw_ensure_console_buffered):
15129         * console-msw.c (msw_output_console_string):
15130         * console-msw.c (console_type_create_mswindows):
15131
15132         a) Added functions to manipulate the console window for use with
15133         shell support.
15134
15135         b) Added support for writing text to the console, which is now
15136         used under Windows when xemacs is not being run non-interactively,
15137         to write text that would otherwise be destined for stdout because
15138         under these circumstances, text written to stdout tends to
15139         disappear and not be seen.
15140
15141         * console-msw.h:
15142         * event-Xt.c:
15143         * event-Xt.c (x_event_to_emacs_event):
15144         * event-Xt.c (describe_event_window):
15145         * events-mod.h (XEMACS_MOD_CONTROL):
15146         * events.c:
15147         * events.c (Fmake_event):
15148         * events.c (character_to_event):
15149         * events.c (event_to_character):
15150         * events.c (format_event_object):
15151         * events.c (Fevent_modifiers):
15152         * events.h:
15153         * events.h (struct key_data):
15154         * events.h (struct button_data):
15155         * events.h (struct misc_user_data):
15156         * frame-x.c (Fcde_start_drag_internal):
15157         * frame-x.c (Foffix_start_drag_internal):
15158         * gpmevent.c (Freceive_gpm_event):
15159         * keymap.c:
15160         * keymap.c (bucky_sym_to_bucky_bit):
15161         * keymap.c (control_meta_superify):
15162         * keymap.c (make_key_description):
15163         * keymap.c (keymap_lookup_directly):
15164         * keymap.c (create_bucky_submap):
15165         * keymap.c (keymap_store):
15166         * keymap.c (define_key_check_and_coerce_keysym):
15167         * keymap.c (define_key_parser):
15168         * keymap.c (define_key_alternate_name):
15169         * keymap.c (Fdefine_key):
15170         * keymap.c (raw_lookup_key_mapper):
15171         * keymap.c (struct map_keymap_unsorted_closure):
15172         * keymap.c (map_keymap_unsorted_mapper):
15173         * keymap.c (map_keymap_sort_predicate):
15174         * keymap.c (map_keymap_sorted):
15175         * keymap.c (accessible_keymaps_mapper_1):
15176         * keymap.c (where_is_recursive_mapper):
15177         * keymap.c (describe_map_mapper):
15178         * keymap.c (describe_map_sort_predicate):
15179         * keymap.c (describe_map):
15180         * keymap.c (complex_vars_of_keymap):
15181         And a number of other files, the key modifier preprocessor
15182         constants that xemacs uses have names that conflict with constants
15183         defined under MS Windows for other purposes, so they were renamed
15184         to begin with the prefix XEMACS_. The variables that hold such
15185         modifiers were changed to consistently be of type int to fix
15186         various compile warnings.
15187
15188         * console.c (complex_vars_of_console):
15189         * device.c:
15190         * device-msw.c:
15191         * device-msw.c (mswindows_finish_init_device):
15192         * device-msw.c (msw_get_workspace_coords):
15193         * device-msw.c (mswindows_device_system_metrics):
15194         and various other files, added support for a new
15195         device property called offset-workspace which returns the position
15196         of the upper left corner of the workspace area and goes along with
15197         the existing size-workspace property.
15198
15199         * dialog-msw.c:
15200         * dialog-msw.c (push_bufbyte_string_as_unicode):
15201         * dialog-msw.c (mswindows_popup_dialog_box):
15202         Added support for XEmacs-style accelerator specifications in
15203         button text.  Note: I didn't add support for this under X Windows,
15204         and somebody needs to do this.
15205
15206         * dialog.c:
15207         * dialog.c (Fpopup_dialog_box):
15208         Documented the support for accelerators that was just mentioned.
15209
15210         editfns.c (get_home_directory): Changed behavior under Windows
15211         when HOME not defined; former behavior was irretrievably broken.
15212
15213         * emacs.c:
15214         * emacs.c (main_1):
15215         * emacs.c (main):
15216         * minibuf.c (clear_echo_area_internal):
15217         * minibuf.c (echo_area_append):
15218         * print.c:
15219         * print.c (std_handle_out_external):
15220         * print.c (std_handle_out_va):
15221         * print.c (fatal):
15222         * print.c (write_string_to_stdio_stream):
15223         * print.c (output_string):
15224         * print.c (debug_print):
15225         * print.c (debug_backtrace):
15226         * print.c (debug_short_backtrace):
15227         Cleaned up the code that prints text to stdout so that this can be
15228         changed to output into a console window instead under MS Windows,
15229         as described above.
15230
15231         * eval.c:
15232         * eval.c (DEFEND_AGAINST_THROW_RECURSION):
15233         * eval.c (internal_catch):
15234         * eval.c (unwind_to_catch):
15235         * eval.c (throw_or_bomb_out):
15236         * eval.c (condition_case_1):
15237         * eval.c (signal_1):
15238         * eval.c (check_error_state_sanity):
15239         * eval.c (call_with_suspended_errors_1):
15240         * eval.c (call_with_suspended_errors):
15241         * eval.c (reinit_vars_of_eval):
15242         Added code to catch throw loops and check for a pesky bug that may
15243         be gone now.
15244
15245         * event-msw.c:
15246         * event-msw.c (key_needs_default_processing_p):
15247         * event-msw.c (mswindows_wnd_proc):
15248         * event-msw.c (mswindows_modifier_state):
15249         * event-msw.c (emacs_mswindows_quit_p):
15250         * event-msw.c (vars_of_event_mswindows):
15251         a) Added support for using the alt key to select menu items as is
15252         standard under MS Windows.  This is controlled using the variable
15253         menu-accelerator-enabled, just like under X Windows.  There is an
15254         option on the options menu to turn this support on.  I really
15255         think that it should be on by default under Windows, but I'm not
15256         going to make this change yet.
15257
15258         b)  Added support for dynamic display size changes under Windows.
15259
15260         * event-stream.c:
15261         * event-stream.c (maybe_echo_keys):
15262         * event-stream.c (Fnext_event):
15263         * event-stream.c (command_builder_find_leaf):
15264         * event-stream.c (lookup_command_event):
15265         * event-stream.c (execute_command_event):
15266         * event-stream.c (pre_command_hook):
15267         * event-stream.c (post_command_hook):
15268         * event-stream.c (syms_of_event_stream):
15269         * event-stream.c (vars_of_event_stream):
15270         * event-stream.c (complex_vars_of_event_stream):
15271         * events.h (struct command_builder):
15272
15273         a) Tried to clean up a little bit the horribly written x-specific
15274         accelerator code that crept into this file.  I moved this code
15275         into menubar-x.c where it belongs. I also needed to move the
15276         command builder structure into the file events.h because it is
15277         accessed directly by this accelerator code.  What I didn't do, but
15278         which should be done at some point, is to properly abstract this
15279         code using device methods instead of the kludgy way that it
15280         currently hooks into the event code.
15281
15282         b) Added the lisp variables this-command-properties and
15283         last-command- properties, which should be used to synchronize two
15284         adjacent commands in preference to playing games with the variable
15285         this-command, which is typically what happens.
15286
15287         c) Added some slightly nasty code to hook into the lisp support
15288         for shifted- motion-key selection.  This is actually necessary for
15289         somewhat complicated reasons, which are described in
15290         simple.el. (NB: I think the proper thing would be to have the code
15291         that calls the pre and post command hooks also call out to generic
15292         lisp functions in simple.el, where all built-in stuff could be
15293         added.  I will think about this more.)
15294
15295         * event-unixoid.c (poll_fds_for_input):
15296         * lread.c (readchar):
15297         * redisplay-tty.c (tty_clear_frame):
15298         * redisplay-x.c (x_get_gc):
15299         * signal.c (interrupt_signal):
15300         And a whole bunch of other files: fixed up places that printed
15301         directly to stderr to instead call the function stderr_out so that
15302         the changes I made under Windows work correctly.
15303
15304         * filemode.c (mode_string):
15305         Warning fixes.
15306
15307         * frame-msw.c:
15308         * frame-msw.c (mswindows_size_frame_internal):
15309         Fixed the computation of frame size and position to keep the frame
15310         within the workspace area, rather than within the physical
15311         dimensions of the screen, so that the frame doesn't overlap window
15312         manager decorations, such as the start menu and toolbar, typically
15313         at the bottom of the screen.
15314
15315         * frame.c (vars_of_frame):
15316         Changed the default frame title format under MS Windows to consist
15317         of buffername-XEmacs, which is standard under MS Windows.  I think
15318         it might be a good idea to change this everywhere because I think
15319         it is superior to the current frame title format, but this is the
15320         kind of change that is likely to cause some people to get annoyed,
15321         so I'm not making it.
15322
15323         * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
15324
15325         * gui-msw.c (mswindows_handle_gui_wm_command):
15326         Fixed compile warnings.
15327
15328         * gui-x.c:
15329         * gui-x.c (strdup_and_add_accel):
15330         * gui-x.c (button_item_to_widget_value):
15331         * gui-x.h:
15332         Added code to automatically put an accelerator onto the beginning
15333         of menu items that don't have one as is now the standard, and is
15334         described more later.  Also fixed things so that the menu item
15335         name can be an evaluated expression, again a new standard.
15336
15337         * gui.c:
15338         * gui.c (gui_item_add_keyval_pair):
15339         * gui.c (make_gui_item_from_keywords_internal):
15340         * gui.c (gui_add_item_keywords_to_plist):
15341         * gui.c (gui_item_accelerator):
15342         * gui.c (gui_name_accelerator):
15343         * gui.c (gui_item_included_p):
15344         * gui.c (gui_item_display_flush_left):
15345         * gui.c (gui_item_display_flush_right):
15346         * gui.c (parse_gui_item_tree_item):
15347         * gui.c (parse_gui_item_tree_children):
15348         * gui.c (parse_gui_item_tree_list):
15349         Mule-ized.  Cleanup.  GCPRO addition.
15350
15351         * line-number.c (buffer_line_number):
15352         * lisp.h:
15353         * lisp.h (EMACS_INT_MAX):
15354         Added the manifest constant EMACS_INT_MIN corresponding to the
15355         existing constant EMACS_INT_MAX.  This is partially to fix compile
15356         warnings under Windows, and partly for cleanliness.
15357
15358         * menubar-msw.c:
15359         * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
15360         * menubar-msw.c (msw_translate_menu_or_dialog_item):
15361         * menubar-msw.c (displayable_menu_item):
15362         * menubar-msw.c (populate_menu_add_item):
15363         * menubar-msw.c (populate_or_checksum_helper):
15364         * menubar-msw.c (populate_menu):
15365         * menubar-msw.c (update_frame_menubar_maybe):
15366         * menubar-msw.c (prune_menubar):
15367         * menubar-msw.c (msw_char_is_accelerator):
15368         * menubar-msw.c (unsafe_handle_wm_initmenu_1):
15369         * menubar-msw.c (mswindows_handle_wm_command):
15370         * menubar-msw.c (mswindows_handle_wm_initmenupopup):
15371         * menubar-msw.c (mswindows_handle_wm_initmenu):
15372         * menubar-msw.c (mswindows_update_frame_menubars):
15373         * menubar-msw.c (mswindows_free_frame_menubars):
15374         * menubar-msw.c (mswindows_popup_menu):
15375         Fixed a bug in handling accelerators where an extra character
15376         would be displayed in the menu item.  Also generalized the
15377         function displayable_menu_item because it is now used by the
15378         dialog box code as well.  And finally, added code in the functions
15379         that create the menubar to extract a list of accelerators for the
15380         top level menubar, which is used in the event code to determine
15381         whether a particular alt-key combination should be used to invoke
15382         a menu item, or should be passed through to access the standard
15383         XEmacs keymap binding for this key combination.
15384
15385         Much needed GCPROing.
15386
15387         * menubar-x.c:
15388         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
15389         * menubar-x.c (menu_item_descriptor_to_widget_value):
15390         * menubar-x.c (restore_in_menu_callback):
15391         * menubar-x.c (x_popup_menu):
15392         * menubar-x.c (menu_move_up):
15393         * menubar-x.c (menu_move_down):
15394         * menubar-x.c (menu_move_left):
15395         * menubar-x.c (menu_move_right):
15396         * menubar-x.c (menu_select_item):
15397         * menubar-x.c (command_builder_operate_menu_accelerator):
15398         * menubar-x.c (menu_accelerator_junk_on_error):
15399         * menubar-x.c (command_builder_find_menu_accelerator):
15400         * menubar-x.c (Faccelerate_menu):
15401         * menubar.h:
15402         Moved a whole bunch of code here that was previously in
15403         event-stream.c as described above.  There is also code connected
15404         to the new standard of adding an accelerator to the beginning of
15405         menu items that don't have one as described above and below.
15406
15407         * menubar.c:
15408         * menubar.c (menu_parse_submenu_keywords):
15409         * menubar.c (Fmenu_find_real_submenu):
15410         * menubar.c (Fnormalize_menu_item_name):
15411         * menubar.c (syms_of_menubar):
15412         * menubar.c (vars_of_menubar):
15413         * menubar.c (complex_vars_of_menubar):
15414
15415         a) Cleaned up a bunch of documentation and improved it.
15416
15417         b) XEmacs now automatically adds an accelerator onto the beginning
15418         of any menu items that don't have one.  I did this because there
15419         will inevitably be some menu items on the main menubar that don't
15420         have accelerators on them because the package that adds that
15421         particular menu item hasn't yet been fixed up to have accelerators
15422         in them and it looked rather strange to have some items with and
15423         some items without accelerators, especially since even in items
15424         without accelerators, you can, at least under windows, still
15425         access the item through an accelerator corresponding to the first
15426         character in the item's name.  If people don't like this behavior,
15427         I can add a variable to turn it off optionally, but I'm not sure
15428         this is a good idea because we really do need to have accelerators
15429         on all of the menu items, and if a package doesn't like the
15430         accelerators being put on the first character, then it should put
15431         the accelerators where they belong.
15432
15433         c) I made a behavior change, which is that the descriptor that
15434         specifies the text of the menu item, which formerly was just a
15435         string, can now also be an evaluated expression.  This makes this
15436         descriptor parallel with all of the others, which could also be
15437         evaluated expressions.  This also obviates the need for the
15438         keyword :label, which was previously listed in the documentation
15439         as unimplemented, and which was for the same purpose.
15440
15441         d) GCPROing.
15442
15443         * ntproc.c:
15444         * ntproc.c (new_child):
15445         * ntproc.c (sys_spawnve):
15446         * ntproc.c (find_child_console):
15447         * ntproc.c (sys_kill):
15448         Fixed compile warnings.  By the way, this file should really go
15449         away entirely, and this will happen as soon as Kirill makes his
15450         final round of process cleanups, which affect the function
15451         call-process.
15452
15453         * process-nt.c:
15454         * process-nt.c (struct nt_process_data):
15455         * process-nt.c (find_process_from_pid):
15456         * process-nt.c (send_signal_the_nt_way):
15457         * process-nt.c (enable_child_signals):
15458         * process-nt.c (find_child_console):
15459         * process-nt.c (send_signal_the_95_way):
15460         * process-nt.c (nt_finalize_process_data):
15461         * process-nt.c (ensure_console_window_exists):
15462         * process-nt.c (nt_create_process):
15463         * process-nt.c (nt_kill_child_process):
15464         * process-nt.c (nt_kill_process_by_pid):
15465         * process-nt.c (nt_open_network_stream):
15466         * process-nt.c (vars_of_process_nt):
15467         Copied over code from Emacs 20.5 to correctly send signals to sub-
15468         processes under Windows 95.  Also added code to automatically
15469         create and hide console window when a sub-process is created under
15470         Windows 95, which obviates the need for the separate runemacs.exe
15471         executable, and finally implemented some variables that were
15472         implemented in Emacs 20.5, but previously not in XEmacs.  These
15473         include mswindows- start-process-share-console and
15474         mswindows-start-process-inherit-error-mode. (Both of these only
15475         apply to Windows 95.)
15476
15477         * regex.c (regex_compile): Fixed a compile warning.
15478
15479         * select-msw.c:
15480         * select-msw.c (mswindows_own_selection):
15481         * select-msw.c (mswindows_get_foreign_selection):
15482         * select-msw.c (mswindows_disown_selection):
15483         * select-msw.c (console_type_create_select_mswindows):
15484         * select-msw.c (syms_of_select_mswindows):
15485         Cleaned up the file and implemented the device method
15486         selection_exists_p, which had accidentally been left out.  Also
15487         removed four lisp functions that were remnants from before the
15488         time when the selection code was properly device abstracted.
15489         These functions are no longer needed because there are generic
15490         equivalents, and because they were added recently and don't exist
15491         in FSF Emacs, I don't think there's any problem with just deleting
15492         them.
15493
15494         * sysdep.c:
15495         * sysdep.c (sys_subshell):
15496         Fixed a compile warning, although in this case there's probably
15497         something wrong with this code, and it ought to be looked into
15498         more thoroughly by somebody who understands it.
15499
15500         * window.c:
15501         * window.c (Fwindow_text_area_height):
15502         * window.c (Fwindow_width):
15503         * window.c (Fwindow_full_width):
15504         * window.c (Fwindow_pixel_width):
15505         * window.c (debug_print_window):
15506         * window.c (syms_of_window):
15507         Added functions window-text-area-height and window-full-width,
15508         which are functions for returning various width and height
15509         characteristics of a window. (One of these functions is necessary
15510         for making the file dialog box work correctly, and the other one
15511         was added for completeness.)  Also added a table to the
15512         documentation for window-height which describes the entire scheme
15513         for accessing width and height characteristics of a window.
15514
15515 2000-03-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
15516
15517         * nt.c (fstat): Added a comment for another problem with
15518         non-encapsulated [f]stat(), reported by Adrian Aichner
15519         <aichner@ecf.teradyne.com>.
15520
15521 2000-03-11  Andy Piper  <andy@xemacs.org>
15522
15523         * window.c (make_dummy_parent): initialize subwindow instance
15524         cache.
15525         (Fset_window_configuration): zero extent_modiff.
15526
15527 2000-03-10  Andy Piper  <andy@xemacs.org>
15528
15529         * redisplay.c (Fredraw_frame): reset the changed_set flags so that
15530         more changes can be triggered.
15531         (Fredisplay_frame): ditto.
15532         (Fredraw_device): ditto.
15533         (Fredisplay_device): ditto.
15534         (redisplay_frame): make non-static.
15535         (redisplay_frame): call update_frame_gutter_geometry outside of
15536         display proper.
15537
15538         * gutter.h: declare update_frame_gutter_geometry.
15539
15540         * redisplay.h: declare redisplay_frame.
15541
15542         * gutter.c (update_frame_gutter_geometry): move geometry changes
15543         in update_frame_gutters here. Geometry changes can only occur
15544         outside of redisplay.
15545         (update_frame_gutters): remove geometry change code.
15546         (Fredisplay_gutter_area): make sure that we are in display when we
15547         update and that we have flushed any size changes.
15548
15549 2000-03-11  Andy Piper  <andy@xemacs.org>
15550
15551         * alloc.c (pdump_dump_data): remove i & count shadows.
15552
15553 2000-02-27  Mike Alexander  <mta@arbortext.com>
15554
15555         * sysdep.h: Declare pdump_read_file
15556
15557         * sysdep.c (pdump_read_file): New function
15558
15559         * alloc.c (pdump_load): Call pdump_read_file to get the portable
15560         dump data
15561
15562 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
15563
15564         * lrecord.h: add `lrecord_type_pgsetenv'.
15565
15566 2000-03-08  SL Baur  <steve@musashimaru.m17n.org>
15567
15568         * symsinit.h: declare (vars|syms)_of* functions.
15569         * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
15570
15571 2000-03-06  SL Baur  <steve@musashimaru.m17n.org>
15572
15573         * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
15574
15575         * inline.c: Include postgresql.h lrecord stuffs to placate buggy
15576         GCCs.
15577
15578         * emacs.c (main_1): Call postgres initialization code.
15579
15580         * postgresql.h: New file.  PostgreSQL RDBMS support.
15581         * postgresql.c: New file.
15582
15583 2000-03-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
15584
15585         * redisplay-output.c (redisplay_output_display_block): Disable
15586         redundant code.
15587
15588 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
15589
15590         * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
15591         (Fcanna_henkan_next): Ditto.
15592         (Fcanna_bunsetu_henkou): Ditto.
15593         (Fcanna_henkan_kakutei): Ditto.
15594         (Fcanna_henkan_end): Ditto.
15595         (Fcanna_henkan_quit): Ditto.
15596         (Fcanna_henkan_next): Set retun value correctly.
15597         (c2mu): Use unsigned char instead of signed char.
15598
15599 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
15600
15601         * emacs.c (main_1): Always call syms_of_gui.
15602         * inline.c: include gui.h
15603
15604 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
15605
15606         * redisplay.c (Vvisible_bell): Renamed from visible_bell and
15607         converted to Lisp_Object.
15608         (Qtop_bottom): New variable.
15609         (syms_of_redisplay): Initialize it.
15610         * redisplay.h (Vvisible_bell): Ditto.
15611         * sound.c (ding): Ditto and check if Vvisible_bell is nil.
15612         * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
15613         only flash top and bottom.
15614
15615 2000-03-08  Andy Piper  <andy@xemacs.org>
15616
15617         * buffer.c (Frename_buffer): record new buffer name the right way.
15618
15619 2000-03-08  Andy Piper  <andy@xemacs.org>
15620
15621         * glyphs.c (update_subwindow): increase hash depth so that widget
15622         items get picked up properly.
15623
15624         * redisplay-output.c (compare_runes): increase hash depth so that
15625         widget items get picked up properly.
15626
15627 2000-03-08  Andy Piper  <andy@xemacs.org>
15628
15629         * gutter.c (output_gutter): add some debug.
15630
15631         * glyphs.h (struct Lisp_Image_Instance): add display_hash.
15632         (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
15633         (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
15634
15635         * redisplay-output.c (compare_runes): use display_hash to
15636         determine if glyphs really are not the same.
15637
15638         * glyphs.c (update_subwindow): check display_hash to see if
15639         anything really needs to be updated. If not then do
15640         nothing. Record the display_hash after updating.
15641         (image_instance_equal): compare the image_instance face also.
15642
15643 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
15644
15645         * redisplay.h: Fix comment style.
15646
15647 2000-03-08  Jonathan Harris  <jhar@tardis.ed.ac.uk>
15648
15649         * consle-msw.h (struct mswindows_frame):
15650         Added new member paint_pending to indicate whether a WM_PAINT
15651         magic event has been queued for this frame.
15652
15653         * event-msw.c (mswindows_drain_windows_queue):
15654         Don't queue a WM_PAINT magic event if one is already queued.
15655         (emacs_mswindows_handle_magic_event): clear paint_pending flag.
15656
15657         * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
15658
15659 2000-03-07  Didier Verna  <didier@xemacs.org>
15660
15661         * dired.c: #include `regex.h' after `sysfile.h'.
15662
15663 2000-03-06  Martin Buchholz  <martin@xemacs.org>
15664
15665         * sound.c (init_nas_sound): Fix compiler warning.
15666
15667         * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
15668         (FREE_STRUCT_P):
15669         (MARK_STRUCT_AS_FREE):
15670         (MARK_STRUCT_AS_NOT_FREE):
15671         Make `gcc -fstrict-aliasing' work properly.
15672
15673 2000-03-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
15674
15675         * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
15676         (mswindows_delete_device): Call CoUnnitialize().
15677
15678         * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
15679
15680 2000-02-25    <CraigL@DyCon.com>
15681
15682         * process-nt.c: MinGW now has <shellapi.h>, but still needs
15683         <errno.h>.
15684
15685         * sysdep.c: This extern declaration for environ prevents MinGW
15686         from finding the variable in CRTDLL.DLL.
15687
15688         * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
15689         windows headers.
15690         (SHGFI_EXETYPE): ..
15691         (WM_MOUSEWHEEL): ..
15692         (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
15693         definitions.
15694         (MMRESULT): Removed, now defined in cygwin's windows headers.
15695         (TIMECAPS): ..
15696         (uid_t,gid_t,pid_t,ssize_t): ..
15697         (_timeb): Removed, MinGW defines both _timeb and timeb.
15698         (HAVE_H_ERRNO): Added.
15699         (HAVE_TZNAME): Added, configure is not detecting this.
15700
15701 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
15702
15703         * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
15704         * syntax.c (syntax_match): Use it.
15705
15706         * cmds.c: Import auto-fill-chars from FSF Emacs.
15707         (Vauto_fill_chars): New variables.
15708         (internal_self_insert): Check Vauto_fill_chars.
15709         (vars_of_cmds):
15710         Declare auto-fill-chars as a Lisp variable and initialize it.
15711
15712 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
15713
15714         * fileio.c (Fmake_symbolic_link):
15715         (Ffile_symlink_p):
15716         Run handlers even if local machine doesn't have symlinks.
15717
15718 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
15719
15720         * event-msw.c (mswindows_drain_windows_queue):
15721         Don't generate paint magic events for non-XEmacs frames.
15722
15723 2000-03-05  Andy Piper  <andy@xemacs.org>
15724
15725         * redisplay.c (redisplay_frame): generate_displayable_area and
15726         friends assumes that we are not in GC, we therefore have to make
15727         sure that this doesn't happen.
15728
15729         * gutter.c (calculate_gutter_size): generate_displayable_area
15730         assumes that we are not in GC, we therefore have to make sure that
15731         this doesn't happen.
15732
15733 2000-03-05  Martin Buchholz  <martin@xemacs.org>
15734
15735         * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
15736
15737 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
15738
15739         * redisplay.c (regenerate_window): Make sure we set a sane value
15740         for end_pos even if we jump out of the loop.
15741         (regenerate_window): Answer Ben's question :-).
15742         (start_end_of_last_line): Add may_error argument.
15743         (start_of_last_line):
15744         (end_of_last_line): Pass may_error = 0.
15745         (end_of_last_line_may_error): New function.
15746         (pixel_to_glyph_translation): Use it, so we don't crash in
15747         event_to_glyph.
15748
15749 2000-03-04  Andy Piper  <andy@xemacs.org>
15750
15751         * window.h (struct window): add gutter_extent_modiff.
15752
15753         * window.c (allocate_window): zero out gutter_extent_modiff.
15754
15755         * redisplay.h: declare sync_display_line_structs.
15756
15757         * redisplay.c (add_glyph_rune): add a better comment.
15758
15759         * redisplay-output.c (sync_display_line_structs): made non-static.
15760         (compare_runes): remove unneccesary glyph cachel access.
15761
15762         * gutter.h: declare gutter_extent_signal_changed_region_maybe.
15763
15764         * gutter.c (output_gutter): don't output the gutter if extent
15765         changes only involve extents in buffers. use 4 sets of display
15766         lines.
15767         (gutter_extent_signal_changed_region_maybe): new function. Mark
15768         extents in gutters as changed.
15769         (update_frame_gutters): use 4 sets of display lines.
15770         (reset_gutter_display_lines): ditto.
15771         (free_frame_gutters): ditto.
15772         (redraw_exposed_gutter): force output of gutters.
15773
15774         * frame.h (struct frame): add 4 sets of gutter display lines.
15775
15776         * extents.c: (extent_changed_for_redisplay): signal changes to
15777         extents in strings in the gutter as well as extents in buffers.
15778
15779 2000-03-02  Andy Piper  <andy@xemacs.org>
15780
15781         * gutter.c (specifier_vars_of_gutter): cosmetic changes.
15782
15783         * frame.c (Fmake_frame): make sure the gutters get initialized
15784         after the frame is visible.
15785         (set_frame_selected_window): re-arrange compilation macros a
15786         little.
15787         (change_frame_size_1): mark gutters changed.
15788
15789         * device.c (Fset_device_class): mark gutters changed.
15790
15791 2000-03-01  Andy Piper  <andy@xemacs.org>
15792
15793         * window.c (window_top_frame_gutter_height): deleted.
15794         (window_bottom_frame_gutter_height): ditto.
15795         (window_left_frame_gutter_height): ditto.
15796         (window_right_frame_gutter_height): ditto.
15797         (window_top_gutter_height): don't use them.
15798         (window_bottom_gutter_height): ditto.
15799         (window_left_gutter_width): ditto.
15800         (window_right_gutter_width): ditto.
15801         (Fsplit_window): ditto.
15802         (Fwindow_pixel_edges): don't use border dimensions here.
15803
15804         * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
15805         (update_scrollbar_instance): ditto.
15806
15807         * redisplay.c (generate_modeline): don't take gutters into account.
15808         (generate_modeline): ditto.
15809         (redisplay_frame): small gutter display optimization.
15810
15811         * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
15812
15813         * redisplay-msw.c (mswindows_output_vertical_divider): don't take
15814         gutters into account.
15815
15816         * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
15817         for window position and type.
15818
15819         * gutter.c (get_gutter_coords): fix for frame gutters.
15820         (update_frame_gutters): update frame geometry if the gutters have
15821         changed.
15822         (init_frame_gutters): record current gutter geometries.
15823
15824         * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
15825         var.
15826         (mswindows_widget_instantiate): ditto.
15827
15828         * frame.h (struct frame): add current_gutter_bounds.
15829
15830         * frame.c (change_frame_size_1): position window and minibuffer
15831         appropriately taking into account the frame gutters.
15832
15833         * frame-x.c: (x_initialize_frame_size): take into account the
15834         frame gutters.
15835
15836 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
15837
15838         * emacs.c (data-directory):  Xref `locate-data-file' in docstring.
15839
15840 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
15841
15842         * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
15843
15844 1999-12-30  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
15845
15846         * file-coding.c (reset_decoding_stream): Clear previous
15847         detection state when autodetect.
15848
15849 2000-02-29  Didier Verna  <didier@xemacs.org>
15850
15851         * extents.c (set_extent_glyph_1): don't require extents to be
15852         attached.
15853
15854 2000-02-27  Andy Piper  <andy@xemacs.org>
15855
15856         * gutter.c (Fset_default_gutter_position): don't default left and
15857         right gutter visibility to t.
15858         (Fset_default_gutter_position): run
15859         default-gutter-position-changed-hook.
15860         (syms_of_gutter): add default-gutter-position-changed-hook.
15861
15862 2000-02-26  Andy Piper  <andy@xemacs.org>
15863
15864         * specifier.c (Fmake_specifier): add gutter references.
15865
15866         * gutter.h (RAW_WINDOW_GUTTER): new macro.
15867
15868         * lisp.h: declare Fvalid_plist_p.
15869
15870         * gutter.c (gutter_geometry_changed_in_window): mark the modeline
15871         as changed.
15872         (default_gutter_visible_p_changed_in_window): invalidate gutter as
15873         well as its visibility so that it gets reconstructed.
15874         (construct_window_gutter_spec): new function. Construct a string
15875         to be displayed in the gutter from a plist of strings. Take care
15876         to only use elements that are declared as visible.
15877         (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
15878         WINDOW_GUTTER.
15879         (gutter_validate): allow plists of strings in the specifier.
15880         (gutter_specs_changed): construct the real_gutter from the gutter
15881         specs using construct_window_gutter_spec.
15882         (gutter_visible_validate): gutter-visible is a new specifier type.
15883         (Fgutter_visible_specifier_p): new function for the new specifier.
15884         (syms_of_gutter): declare gutter-visible and
15885         Fgutter_visible_specifier_p.
15886         (specifier_type_create_gutter): intitalize new gutter-visible
15887         specifier.
15888         (reinit_specifier_type_create_gutter): ditto.
15889         (specifier_vars_of_gutter): use new specifier type for gutter
15890         visibility.
15891         (init_frame_gutters): construct real_gutter correctly.
15892         (Fgutter_specifier_p): beef up documentation.
15893         (Fgutter_size_specifier_p): ditto.
15894
15895         * winslots.h: add real_gutter slots.
15896
15897 2000-02-25  Andy Piper  <andy@xemacs.org>
15898
15899         * device-msw.c: Be kind to older cygwin versions. From Raymond
15900         Toy <toy@rtp.ericsson.se>.
15901
15902         * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
15903         earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
15904
15905 2000-02-25  Martin Buchholz  <martin@xemacs.org>
15906
15907         * elhash.c (MARK_OBJ): Practice macro hygiene.
15908
15909 2000-02-24  Martin Buchholz  <martin@xemacs.org>
15910
15911         * miscplay.c: s/__inline__/inline/g;
15912         * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
15913         (get_device_compdc): INLINE ==> static inline
15914         * *.[ch]: Change INLINE to INLINE_HEADER globally.
15915         find -name '*.h' | \
15916         xargs global-replace \
15917         's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
15918
15919 2000-02-25  Andy Piper  <andy@xemacs.org>
15920
15921         * window.c (window_top_frame_gutter_height): new function.
15922         (window_top_window_gutter_height): ditto.
15923         (window_top_gutter_height): use them.
15924         (window_bottom_frame_gutter_height): new function.
15925         (window_bottom_window_gutter_height): ditto.
15926         (window_bottom_gutter_height): use them.
15927         (window_left_window_gutter_width): new function.
15928         (window_left_frame_gutter_width): ditto.
15929         (window_left_gutter_width): use them.
15930         (window_right_window_gutter_width): new function.
15931         (window_right_frame_gutter_width): ditto.
15932         (window_right_gutter_width): use them.
15933         (window_pixel_height): new function. calulate window pixel height
15934         with frame gutter involvement.
15935         (Fsplit_window): calculate new sizes taking frame gutters into
15936         account.
15937         (window_char_height_to_pixel_height): don't include frame gutters.
15938         (window_char_height): use window_pixel_height.
15939         (window_pixheight): rename from window_pixel_height.
15940         (change_window_height): use it.
15941         (window_pixel_height_to_char_height): don't include frame gutters.
15942         (window_char_width_to_pixel_width): ditto.
15943
15944 2000-02-25  Andy Piper  <andy@xemacs.org>
15945
15946         * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
15947         if it is.
15948
15949 2000-02-24  Martin Buchholz  <martin@xemacs.org>
15950
15951         * alloc.c (staticpro):
15952         (staticpro_nodump):
15953         (dumpstruct):
15954         (dumpopaque):
15955         (pdump_wire):
15956         (pdump_wire_list):
15957         (compact_string_chars):
15958         (pdump_dump_wired):
15959         Convert:  if (foo) abort();  ==>  assert (! foo);
15960
15961         * eldap.c (Fldap_search_basic):
15962         (Fldap_add):
15963         (Fldap_modify):
15964         (Fldap_delete):
15965         Fix compiler warnings, and possible crashes if (random) return
15966         value were to be used.
15967
15968 2000-02-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
15969
15970         * device-msw.c: Workaround ResetDC failure.
15971
15972         * frame-msw.c (msprinter_init_frame_3): Added an assertion before
15973         applying a devmode.
15974
15975         * redisplay-msw.c (get_frame_dc): Added start_page_p.
15976         (mswindows_text_width): Do not start printer page.
15977
15978         * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
15979
15980         * glyphs-msw.c: Added image methods to msprinter console and
15981         msprinter-specific image instantiation.
15982
15983 2000-02-20  Mike Alexander  <mta@arbortext.com>
15984
15985         * select-msw.c (Fmswindows_set_clipboard): GC protect more things
15986         to avoid crashes when selection-sets-clipboard is on
15987         (mswindows_own_selection): ditto
15988
15989 2000-02-19  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
15990
15991         * glyphs-msw.c:
15992         * redisplay-msw.c (get_frame_dc):
15993         (get_frame_compdc):
15994         * console-msw.h:
15995         * device-msw.c (mswindows_init_device):
15996         (mswindows_delete_device):
15997         (msprinter_init_device):
15998         (msprinter_delete_device):
15999         * frame-msw.c (mswindows_init_frame_1):
16000         (mswindows_delete_frame):
16001         (msprinter_init_frame_3):
16002         (msprinter_delete_frame): Move compatible DC to device object from
16003         frame object, for both mswindows and msprinter. Only one at a time
16004         is needed, it is a real waste to have one per frame!
16005
16006 2000-02-23  Andy Piper  <andy@xemacs.org>
16007
16008         * glyphs.c: add dynamic width and height elements.
16009         (image_instance_equal): ditto.
16010
16011         * glyphs-widget.c (widget_query_geometry): calculate width and
16012         height dynamically if required.
16013         (initialize_widget_image_instance): initialize dynamic dimensions.
16014         (widget_instantiate): pick-up dynamic dimensions.
16015
16016         * glyphs.h (struct Lisp_Image_Instance): add width and height for
16017         dynamic determination. Add appropriate macros.
16018
16019         * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
16020         dimensions safe.
16021         (WINDOW_GUTTER_SIZE): ditto.
16022         (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
16023
16024         * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
16025         inline.
16026         (get_frame_dc): ditto.
16027
16028         * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
16029         here.
16030
16031 2000-02-23  Martin Buchholz <martin@xemacs.org>
16032
16033         * XEmacs 21.2.31 is released.
16034
16035 2000-02-22  Ben Wing <ben@xemacs.org>
16036
16037         * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
16038
16039 2000-02-22  Andy Piper  <andy@xemacs.org>
16040
16041         * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
16042
16043 2000-02-21  Mike Sperber <mike@xemacs.org>
16044
16045         * .dbxrc:
16046         * .gdbinit:
16047         * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
16048         variables.
16049
16050 2000-02-21  Mike Sperber <mike@xemacs.org>
16051
16052         * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
16053
16054 2000-02-21  Martin Buchholz <martin@xemacs.org>
16055
16056         * XEmacs 21.2.30 is released.
16057
16058 2000-02-20  Martin Buchholz  <martin@xemacs.org>
16059
16060         Performance hacking.
16061         * *.c (syms_of_*):
16062         Add INIT_LRECORD_IMPLEMENTATION macros, paired with
16063         DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
16064         * emacs.c (main_1):
16065         * lisp.h (DEFUN):
16066         * console.c (DEFVAR_CONSOLE_LOCAL_1):
16067         * buffer.c (DEFVAR_BUFFER_LOCAL_1):
16068         * symeval.h (DEFVAR_SYMVAL_FWD):
16069         * symbols.c (guts_of_unbound_marker):
16070         Make all c_readonly objects also lisp_readonly and marked for life.
16071         * lrecord.h (struct lrecord_implementation):
16072         Document flags better.
16073         * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
16074         * lrecord.h (DECLARE_LRECORD):
16075         * lrecord.h (XSETRECORD):
16076         * lrecord.h (RECORDP):
16077         * lrecord.h (RECORD_TYPEP):
16078         * lrecord.h (RECORD_MARKER): New.
16079         * lrecord.h (error_check_*):
16080         * lrecord.h (CONCHECK_NONRECORD):
16081         * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
16082         * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
16083         * lrecord.h (set_lheader_implementation):
16084         * lrecord.h (enum lrecord_type): New.
16085         * symeval.h (SYMBOL_VALUE_MAGIC_P):
16086         * alloc.c (disksave_object_finalization_1):
16087         * alloc.c (mark_object):
16088         * alloc.c (lrecord_type_index):
16089         * alloc.c (tick_lcrecord_stats):
16090         * alloc.c (Fgarbage_collect):
16091         * alloc.c (init_alloc_once_early):
16092         * alloc.c (pdump_load):
16093         * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
16094         * alloc.c (lrecord_type_index): Delete.
16095         Make lisp object type indexes be constant.
16096           Makes (byte-compile) 5% faster.
16097         Put all marker functions into their own array.
16098           Makes (garbage-collect) 5% faster.
16099         Optimize SYMBOL_VALUE_MAGIC_P.
16100           Makes (byte-compile) 2-3% faster.
16101         * config.h.in (gc_checking_assert): New.
16102         * alloc.c: Use gc_checking_assert().
16103         * .dbxrc: Make compatible with new object type implementation.
16104         * .gdbinit: Make compatible with new object type implementation.
16105         * alloc.c: Delete all symbols defined only for debugging, such as
16106         Lisp_Type_Vector and lrecord_charset.
16107
16108 2000-02-21  Andy Piper  <andy@xemacs.org>
16109
16110         * gui-msw.c (Fmswindows_shell_execute): fix file location
16111         problems.
16112
16113         * buffer.c (Fkill_buffer): remove buffer from alist buffer
16114         unshowing so that set_window_buffer doesn't undo
16115         kill_buffer_hook's hard work.
16116
16117         * glyphs-widget.c (tab_control_query_geometry): don't count the
16118         first item when calculating geometry.
16119
16120         * glyphs.c (map_subwindow): remove redundant code.
16121         (update_frame_subwindows): be more circumspect about when to
16122         update subwindows.
16123
16124         * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
16125         when items haven't changed. Update faces if faces have changed as
16126         well as just the widget face.
16127         (x_tab_control_update): Update faces if faces have changed as well
16128         as just the widget face.
16129
16130 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16131
16132         * device-msw.c: (mswindows_delete_device): Remove redundant DDE
16133         registration.
16134         (build_syscolor_string): Use mswindows_color_to_string to try to
16135         get a named color.
16136         (mswindows_device_system_metrics): Reverse the foreground and
16137         background colors so that they match the documentation.
16138
16139         * objects-msw.c: (mswindows_X_color_map): tweak some values so
16140         they match the default Windows palette.
16141         (mswindows_color_to_string): New function.
16142
16143 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16144
16145         * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
16146
16147 2000-02-18  Olivier Galibert  <galibert@pobox.com>
16148
16149         * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
16150         WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
16151
16152         * symbols.c (init_symbols_once_early): Removed obsolete
16153         DATA_SEG_BITS related kludge.
16154         (defvar_magic): Ditto.
16155
16156         * malloc.c: Removed obsolete DATA_SEG_BITS
16157         * ralloc.c: Ditto.
16158         * mem-limits.h: Ditto.
16159
16160         * Makefile.in.in: Removed obsolete HAVE_SHM
16161         * emacs.c: Ditto.
16162
16163 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16164
16165         *  device-msw.c (mswindows_delete_device): Free DDE string
16166         handles.
16167
16168 2000-02-16  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16169
16170         * keymap.c (get_keyelt):
16171         * unexnt.c (unexec):
16172         * vm-limit.c (memory_warnings):
16173         * ntheap.c (recreate_heap):
16174         * ntheap.h (UNINIT_PTR):
16175         * select-msw.c (Fmswindows_get_clipboard):
16176         (Fmswindows_set_clipboard):
16177         * objects-msw.h (MSWINDOWS_BAD_HFONT):
16178         * objects-msw.c:
16179         * menubar-msw.c (displayable_menu_item):
16180         * glyphs-msw.c:
16181         * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
16182         * sysdep.c (sys_subshell):
16183         * process-nt.c (nt_create_process):
16184         * nt.c (normalize_filename):
16185         (dostounix_filename):
16186         (unixtodos_filename):
16187         * ntproc.c (win32_executable_type):
16188         * ntplay.c (play_sound_data_1):
16189         (play_sound_file):
16190         * editfns.c (get_home_directory):
16191         * event-msw.c (struct winsock_stream):
16192         (mswindows_dde_callback):
16193         * device-msw.c (msprinter_init_device):
16194         (msprinter_get_devmode_copy): Frobbed syntax frivolities.
16195
16196         * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
16197         mswindows_clear_toolbar were swapped!
16198
16199         * objects-msw.c:(colormap_t):
16200         (fontmap_t):
16201         * emacs.c (struct standard_args): Fixed const jumble.
16202
16203         * glyphs-widget.c (update_widget): Fixed comparison notation.
16204
16205         * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
16206
16207         * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
16208         __declspec(noreturn) syntax.
16209
16210 2000-02-19  Martin Buchholz  <martin@xemacs.org>
16211
16212         * eldap.c (Fldap_open):
16213         (Fldap_search_basic):
16214         (Fldap_add):
16215         (Fldap_modify):
16216         Use new coding system conversion macros.
16217
16218 2000-01-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
16219
16220         * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
16221
16222 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
16223
16224         * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
16225         (Fldap_add, Fldap_modify, Fldap_delete): New functions
16226
16227         * eldap.c (Qadd, Qreplace): New constant symbols
16228         (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
16229         interruptions by XEmacs signals
16230         Remove unnecessary calls to slow_down_interrupts and
16231         speed_up_interrupts
16232         (Fldap_search_basic): Renamed from Fldap_search_internal
16233         Added new optional parameter VERBOSE that triggers the
16234         display of progress messages
16235         Remove unnecessary calls to slow_down_interrupts and
16236         speed_up_interrupts
16237         LDAP result code analysis rewritten
16238         (Fldap_add, Fldap_modify, Fldap_delete): New functions
16239         (syms_of_eldap): Define the new symbols and functions
16240
16241
16242 2000-02-17  Martin Buchholz  <martin@xemacs.org>
16243
16244         * realpath.c: Determine PATH_MAX maximally portably.
16245
16246         * insdel.c (bytecount_to_charcount): Optimize.
16247         The function used to be optimized for entirely ASCII sequences.
16248         Now it is optimized for successive characters from the same
16249         charset.  This also wins big for _mostly_ ASCII sequences.
16250
16251         * fileio.c (Ffile_truename): convert return from realpath() using
16252         Qfile_name, not Qbinary.  Fixes obvious bug with non-ASCII symlinks.
16253         - Rewrite GCPROing slightly.
16254
16255         * sysdep.c (sys_open): Do filename conversion, like all other
16256         sys_* functions.  Fixes bug:
16257         (let ((file-name-coding-system 'iso-8859-2))
16258            (write-region x y latin2-name))
16259         ==> writes filename using internal encoding.
16260
16261 2000-02-18  Martin Buchholz  <martin@xemacs.org>
16262
16263         * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
16264         * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
16265         * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
16266         * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
16267         * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
16268         * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
16269         * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
16270         (CONST_IF_NOT_DEBUG): Delete.
16271         * alloc.c (this_one_is_unmarkable): Delete.
16272         (mark_object): Don't check for this_one_is_unmarkable. Use the
16273         c_readonly flag instead.
16274         * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
16275
16276 2000-02-18  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16277
16278         * event-msw.c (mswindows_drain_windows_queue):
16279         (emacs_mswindows_handle_magic_event): Remove attempt to optimise
16280         away redundant repaint events.
16281
16282 2000-02-17  Andy Piper  <andy@xemacs.org>
16283
16284         * redisplay.h: declare mark_redisplay_structs.
16285
16286         * redisplay.c (redisplay_window):
16287         (redisplay_frame): don't check subwindows_state_changed.
16288         (mark_redisplay): mark gutters here.
16289
16290         * glyphs.c: (instantiate_image_instantiator): always layout if we
16291         haven't done so already.
16292         (allocate_image_instance): don't mark as dirty.
16293         (update_subwindow): bind inhibit_quit.
16294
16295         * gutter.c (mark_gutters): new function.
16296
16297         * glyphs-x.c (x_update_widget): Always resize to get round a
16298         widget bug.
16299
16300         * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
16301         breaking absolutely everything.
16302
16303         * gutter.h: declare mark_gutters.
16304
16305 2000-02-16  Martin Buchholz <martin@xemacs.org>
16306
16307         * XEmacs 21.2.29 is released.
16308
16309 2000-02-15  Olivier Galibert  <galibert@pobox.com>
16310
16311         * fns.c (size_bit_vector): Fix computation of the size.
16312
16313 2000-02-15  Martin Buchholz  <martin@xemacs.org>
16314
16315         * *.[ch]: Change CONST to const globally.
16316         find -name '*.[ch]' | \
16317         xargs global-replace \
16318         's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
16319         - Remove vestigial references to CONST_IS_LOSING
16320
16321 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16322
16323         * event-msw.c (mswindows_drain_windows_queue): Remove hack to
16324         bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
16325         events instead of dispatching them directly.
16326         (mswindows_handle_paint): New function to do repainting.
16327         (mswindows_wnd_proc):
16328         (emacs_mswindows_handle_magic_event): Call above function.
16329
16330 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
16331
16332         * objects-msw.c (mswindows_create_font_variant): Return the new
16333         font handle.
16334         (initialize_font_instance): Get font metrics from the underlined
16335         variant of the font to cope with the case where the underlined
16336         font has a bigger descent.
16337
16338 2000-02-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
16339
16340         * gui.c (gui_item_accelerator): Return the first underlined
16341         character in item name.
16342
16343 2000-02-11  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16344
16345         * lisp.h: Added Qprinter.
16346
16347         * general.c (syms_of_general): Initialized it.
16348
16349         * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
16350         (get_frame_dc):
16351         (get_frame_compdc): Made inline.
16352
16353         * console.h (struct console_methods): Added eject_page method.
16354
16355         * frame.h: Added FRAME_DISPLAY_P and friends.
16356         Aligned backslahes in many macros in more readable fashion.
16357         Added page_number to struct frame, and an accessor macro
16358         for it.
16359
16360         * defice.h: Added DEVICE_DISPLAY_P and friends.
16361
16362         * device.c (Fdevice_printer_p): Used these.
16363
16364         * frame.c (allocate_frame_core): Initialize page number.
16365         (Fprint_job_page_number):
16366         (Fprint_job_eject_page): Implemented.
16367
16368         * frame-msw.c (msprinter_eject_page): Added method.
16369         (msprinter_start_page): Added.
16370
16371         * window.c (Fwindow_truncated_p): Fixed docstring.
16372         (Fwindow_last_line_visible_height): Implemented.
16373
16374 2000-02-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
16375
16376         * frame.c (change_frame_size_1): Undo 2000-02-03 change.
16377
16378 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
16379
16380         * syntax.c (scan_words): Always advance at least one character.
16381
16382 2000-02-13  Andy Piper  <andy@xemacs.org>
16383
16384         * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
16385         to make sure the glyph is in the cachels.
16386
16387         * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
16388         global image instance flag.
16389         (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
16390         (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
16391
16392         * glyphs.c (allocate_image_instance): set dirty bits correctly.
16393         (Fset_image_instance_property): mark layout as changed.
16394         (invalidate_glyph_geometry_maybe): mark layout as changed.
16395         (glyph_width): use new NEEDS_LAYOUT macro.
16396         (glyph_ascent): ditto.
16397         (glyph_descent): ditto.
16398         (glyph_height): ditto.
16399         (image_instance_layout): mark layout as clean after laying out.
16400         (update_subwindow): don't mark layout as clean here.
16401
16402         * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
16403         should no longer be needed.
16404
16405         * glyphs-x.c (x_update_widget): sanitize asserts.
16406         (x_finalize_image_instance): sanitize assignment to widgets.
16407
16408         * glyphs-widget.c (widget_instantiate): don't need to clear the
16409         layout flag here.
16410
16411 2000-02-13  Martin Buchholz  <martin@xemacs.org>
16412
16413         * sysdep.c (getcwd): Use standard prototype.
16414         * sysdep.h (getcwd): Use standard prototype.
16415
16416         * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
16417         (sequence, start, end).
16418         Remove redundant type checking.
16419         (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
16420         view of `caller-protects') to avoid a crash where the real fix was
16421         found elsewhere.
16422
16423 2000-02-12  Martin Buchholz  <martin@xemacs.org>
16424
16425         * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
16426
16427         * s/sol2.h: Remove feature macro initialization.
16428
16429         * alloc.c (alloc_lcrecord): Add more type checking assertions.
16430         (vector_hash): New.  Code from internal_hash.
16431         * lrecord.h:
16432         Fix up allocation subsystem comments.
16433
16434         * config.h.in: Add __EXTENSIONS__ for Solaris.
16435
16436         * systime.h (EMACS_GETTIMEOFDAY): New.
16437         (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
16438         Remove Solaris-specific code.
16439         Use void* for the (ignored) second arg for gettimeofday().
16440
16441         * elhash.c (hash_table_hash): Implement it, finally.
16442         * elhash.c:  Use hashcode_t.
16443
16444         * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
16445         * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
16446
16447         * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
16448         * fns.c (size_bit_vector):
16449         * alloc.c (size_vector):
16450         (make_vector_internal):
16451         (make_bit_vector_internal):
16452         (sweep_bit_vectors_1):
16453         Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
16454
16455 2000-02-10  Martin Buchholz  <martin@xemacs.org>
16456
16457         * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
16458         Include strings.h to avoid warnings for bzero and strcasecmp.
16459
16460 2000-02-10  Olivier Galibert  <galibert@pobox.com>
16461
16462         * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
16463         * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
16464
16465         * fns.c (size_bit_vector): New.  Declare bit vectors as a
16466         sequence.
16467
16468 2000-02-10  Olivier Galibert  <galibert@pobox.com>
16469
16470         * symeval.h (struct symbol_value_magic): Remove "next" kludge and
16471         use a value field instead.
16472         (symbol_value_forward_forward): Use value field.
16473         (DEFVAR_SYMVAL_FWD): Use value field.
16474         (DEFVAR_SYMVAL_FWD_INT): Added.  Dumps the int with dumpopaque.
16475         (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
16476         (DEFVAR_CONST_INT): Ditto.
16477         (DEFVAR_BOOL): Ditto.
16478         (DEFVAR_CONST_BOOL): Ditto.
16479         (DEFVAR_INT_MAGIC): Ditto.
16480         (DEFVAR_BOOL_MAGIC): Ditto.
16481
16482         * symbols.c (guts_of_unbound_marker): Use value field.
16483         * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
16484         * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
16485
16486         * lisp.h: Declare dumpopaque and noninteractive1.
16487
16488         * alloc.c (dumpopaque): Added.
16489         (pdump_dump_opaquevec): Added.
16490         (pdump): Call pdump_dump_opaquevec to dump opaque data.
16491         (pdump_load): Reload opaque data.  Sync noninteractive1 with
16492         noninteractive.
16493
16494 2000-02-10  Andy Piper  <andy@xemacs.org>
16495
16496         * glyphs.c (image_instance_layout): if the size changes, mark it
16497         as such.
16498
16499         * redisplay-output.c (redisplay_output_layout): Update the
16500         subwindow here.
16501         (redisplay_output_subwindow): ditto.
16502
16503         * glyphs.c (update_subwindow): make sure we reset flags for
16504         layouts as well as everything else.
16505
16506         * glyphs-widget.c (layout_layout): don't need to set the instances
16507         dimensions here.
16508
16509 2000-02-09  Martin Buchholz  <martin@xemacs.org>
16510
16511         * device-x.c (x_init_device): Wrap calls to dll_*  in HAVE_SHLIB,
16512         not HAVE_DLOPEN, which is a lower-level thing.
16513
16514         * .cvsignore: Ignore gmon.out
16515
16516 2000-02-09  Hamish Macdonald <hamishm@lucent.com>
16517
16518         * .cvsignore: Ignore portable dumper xemacs.dmp file
16519
16520 2000-02-09  Andy Piper  <andy@xemacs.org>
16521
16522         * redisplay-output.c (redisplay_output_layout): be more clever
16523         about when we output based on the changed flags.
16524
16525         * glyphs.h (struct image_instantiator_methods): add update_method.
16526         (struct Lisp_Image_Instance): add changed flags. Declare new
16527         macros for manipulating them.
16528
16529         * glyphs.c (allocate_image_instance): renamed glyph -> parent.
16530         (image_instance_parent_glyph): find an image_instance's parent
16531         glyph or image_instance.
16532         (image_instance_layout): mark the size as changed.
16533         (set_image_instance_dirty_p): new function. mark an image
16534         instance, plus all of its parents, as dirty.
16535         (Fset_image_instance_property): use it.
16536         (Fglyph_animated_timeout_handler): use it.
16537         (update_subwindow): call update_widget and device methods for
16538         update_subwindow. Mark all changed flags as clean.
16539         (Fresize_subwindow): mark size as changed.
16540
16541         * glyphs-x.c (x_finalize_image_instance): try and detect gc
16542         failures.
16543         (x_update_subwindow): only resize subwindows here.
16544         (x_update_widget): new function. Update all changed properties of
16545         a widget.
16546         (x_resize_subwindow): deleted.
16547         (x_widget_set_property): deleted.
16548         (x_progress_gauge_set_property): deleted.
16549         (x_progress_gauge_update): new function. Implement recorded
16550         changes.
16551         (x_tab_control_update): ditto.
16552         (x_tab_control_set_property): deleted.
16553         (console_type_create_glyphs_x): declare new functions.
16554         (image_instantiator_format_create_glyphs_x): ditto.
16555
16556         * glyphs-widget.c (widget_set_property): mark text changed.
16557         (update_widget): new function. Update properties of a widget.
16558         (widget_instantiate): for layouts make sure we set their
16559         children's parent correctly.
16560         (tab_control_set_property): new function. Record changes that will
16561         take place under redisplay's control.
16562         (progress_gauge_set_property): ditto.
16563         (image_instantiator_progress_guage): declare new functions.
16564         (image_instantiator_tab_control): ditto.
16565
16566         * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
16567         now.
16568         (mswindows_update_widget): new function. Update all properties on
16569         a widget that have changed.
16570         (mswindows_button_update): new function. Update a button's set
16571         state.
16572         (mswindows_tab_control_update): new function. Update the items in
16573         a tab.
16574         (mswindows_tab_control_set_property): deleted.
16575         (mswindows_progress_gauge_update): new function. Update the
16576         progress gauge's progress.
16577         (mswindows_widget_set_property): deleted. This is all done
16578         asynchronously now.
16579         (mswindows_progress_gauge_set_property): ditto.
16580         (console_type_create_glyphs_mswindows): declare new methods.
16581         (image_instantiator_format_create_glyphs_mswindows): ditto.
16582
16583         * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
16584         (msprinter_set_frame_properties): ditto.
16585
16586         * console.h (struct console_methods): Add update_widget_method.
16587
16588 2000-02-09  Andy Piper  <andy@xemacs.org>
16589
16590         * gui-msw.c (Fmswindows_shell_execute): Make
16591         mswindows-shell-execute industrial strength.
16592
16593 2000-02-08  Martin Buchholz  <martin@xemacs.org>
16594
16595         * lrecord.h: Make macro argument `props' match member function `plist'.
16596         * fns.c (Fget):
16597         * fns.c (Fput):
16598         * fns.c (Fremprop):
16599         * fns.c (Fobject_plist):
16600         * alloc.c:
16601         * symbols.c:
16602         Object property list frobbing cleanup.
16603         - Allow any lisp object (compared with `eq'), not just symbols, as
16604           keys in object plists.
16605         - Move symbol plist frobbing into symbols.c, where it belongs.
16606         - Move string plist frobbing into alloc.c, where it belongs.
16607         - Everything's an lrecord now, so no need to test for symbolp, etc.
16608         - Fix up doc strings to refer to PROPERTY, not PROPNAME.
16609
16610         * extents.c: Reorder code to remove declarations.
16611
16612         * frame.h (store_in_alist): Remove useless declaration.
16613
16614 2000-02-07  Martin Buchholz  <martin@xemacs.org>
16615
16616         * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
16617         * config.h.in: Add HAVE_XCONVERTCASE.
16618
16619 2000-02-07  Andy Piper  <andy@xemacs.org>
16620
16621         * glyphs.c (image_instance_layout): undo 2000-01-29 change since
16622         it breaks many things.
16623
16624 2000-02-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
16625
16626         * src/syntax.h (SYNTAX_START_P): Check whether the two chars
16627         actually can start a common comment type.
16628         * src/syntax.h (SYNTAX_END_P): ditto for end.
16629
16630 2000-02-07  Martin Buchholz <martin@xemacs.org>
16631
16632         * XEmacs 21.2.28 is released.
16633
16634 2000-02-06  Martin Buchholz  <martin@xemacs.org>
16635
16636         * event-Xt.c (x_keysym_to_character): New.
16637         (maybe_define_x_key_as_self_inserting_character): New.
16638         (x_has_keysym): New.
16639         Auto-define all keys on the keyboard as self-insert-key.
16640
16641 2000-02-02  Martin Buchholz  <martin@xemacs.org>
16642
16643         * menubar.c (vars_of_menubar): A small code simplification.
16644
16645         * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
16646
16647         * ExternalShell.c:
16648         * ExternalClient.c:
16649         * EmacsShell-sub.c:
16650         * EmacsManager.c:
16651         * EmacsFrame.c:
16652         Use consistent style for specifying X resources.
16653
16654         * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
16655         This makes (dontusethis-set-symbol-value-handler) actually usable.
16656
16657         * lrecord.h (lrecord_decription_type):
16658         * alloc.c (pdump_register_sub):
16659         (pdump_dump_data):
16660         (pdump_reloc_one):
16661         Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
16662         Comply with XEmacs coding style.
16663         All lrecord descriptions updated to use XD_LISP_OBJECT with 2
16664         args, and XD_LISP_OBJECT_ARRAY with 3 args.
16665
16666         * keymap.c (Faccessible_keymaps):
16667         Make (accessible-keymaps map "\C-h") do the Right Thing.
16668         Make (accessible-keymaps map []) do the Right Thing.
16669         Make (accessible-keymaps map "") do the Right Thing.
16670         (check_keymap_definition_loop): New function.
16671         (keymap_store_internal): Keep luser from shooting self in foot,
16672           via (define-key ctl-x-4-map "p" global-map).
16673         Remove fullness slot from struct Lisp_Keymap, since hash tables
16674         are now reliable.
16675         (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
16676
16677 2000-01-30  Martin Buchholz  <martin@xemacs.org>
16678
16679         * redisplay.c (init_redisplay): Fix small memory leak.
16680         * elhash.h:
16681         * elhash.c (pdump_reorganize_hash_table):
16682         Rename from reorganize_hash_table. Change prototype.
16683         Reuse the original memory for hentries.  Save 100k.
16684         * alloc.c (PDUMP_READ): new macro.
16685         * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
16686         * alloc.c: No need to #ifndef before #undef.
16687
16688         * print.c: Allow debug_print() to print readably by modifying
16689         debug_print_readably.  Use consistent variable names.
16690
16691         * .dbxrc: Try to get things to work even if stopped in a function
16692         without source available by explicitly specifying source files.
16693 2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16694
16695         * unexnt.c (_start): Removed bogus code which caused loading heap
16696         from differrent executable file.
16697         Removed bogus assignment to _fmode, which caused inconsistencies.
16698
16699 2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16700
16701         * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
16702         Have spawnve encapsulation regard DONT_ENCAPSULATE.
16703         Do not preliminary `#define signal sigset'.
16704
16705         * systime.h: Do not prototype environ on windows nt and cygwin,
16706         this conflicts with system header.
16707
16708         * syssignal.h: Use correct define for WINDOWSNT
16709
16710         * sysdep.h: Do not prototype environ on windows nt, this conflicts
16711         with system header.
16712
16713         * sysdep.c (near start of file): Fixed commentary and rearranged
16714         ifdefs in readable order.
16715         (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
16716         (start_of_text):
16717         (end_of_text):
16718         (end_of_data): Do not compile in if using PDUMP.
16719
16720         * symsinit.h: Prototyped vars_of_nt().
16721
16722         * ntproc.c (windows9x_p): Added, instead of os_subtype.
16723         (find_child_console): Use it.
16724         (sys_kill): Use it.
16725
16726         * ntheap.h: Do not extern os_subtype.
16727
16728         * ntheap.c (cache_system_info): Do not cache unneeded:
16729         nt_major_version, nt_minor_version and os_subtype.
16730         (recreate_heap): Do not compile in when PDUMPing.
16731
16732         * nt.c (geteuid and friends): Use the new varibale
16733         nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
16734         (init_user_info): Removed the above mentioned hackery.
16735         (fstat, stat): Do not compile in if using MSVC 5.0 and above -
16736         stat has been fixed in the C runtime.
16737         (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
16738
16739         * file-coding.c (struct file_coding_dump): Do not define
16740         ucs_to_mule_table in the struct if not MULE.
16741         (struct struct lrecord_description fcd_description_1): Do not dump
16742         the above.
16743
16744         * emacs.c (main_1): Call vars_of_nt().
16745         (right before Fdump_emacs_data): Don't need lastfile if using both
16746         portabe dumper and system malloc.
16747
16748         * alloc.c (Fmemory_limit): Conditionalized out.
16749         (pdump): Use OPEN_BINARY for the portable dump file.
16750         (pdump_load): Ditto.
16751
16752 2000-02-02  Mike Alexander  <mta@arbortext.com>
16753
16754         * nt.c (convert_time): Set tm_isdst before calling mktime and
16755         avoid calling it at all if the compiler supports 64 bit integers.
16756         Also initialize utc_base_ft before using it.
16757
16758 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
16759
16760         * frame.c (change_frame_size_1): Take f->internal_border_width
16761         into consideration when calculating the width of the frame.
16762
16763 2000-02-01  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16764
16765         * window.c (frame_min_height):
16766         (frame_size_valid_p):
16767         (frame_pixsize_valid_p): Added.
16768         (check_frame_size): Generalized.
16769
16770         * window.h: Prototyped the above.
16771
16772         * lisp.h:
16773         * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
16774         Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
16775         Deleted Vwin32_* and Vbinary_process_* unused variables.
16776
16777         * device-msw.c (msprinter_init_device): Do not get printer font
16778         list; Added DEVMODE functions.
16779
16780         * frame-msw.c: Added lots of printer code.
16781
16782         * faces.c: Moved 'left-margin and 'right-margin defsymbols to
16783         general.c.
16784
16785         * console-msw.h: Added more msprinter device private slots.
16786
16787 2000-02-01  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16788
16789         * event-msw.c (key_needs_default_processing_p): Added.
16790         (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
16791
16792 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16793
16794         * glyphs.c (image_instance_layout): Mark image instance as clean
16795         after layout.
16796         (glyph_dirty_p): Removed redundant function.
16797         (invalidate_glyph_geometry_maybe): Added.
16798         (update_glyph_cachel_data): Call it.
16799
16800         * glyphs.h: Prototyped it.
16801
16802         * redisplay.c (add_glyph_rune): Call it.
16803         (redisplay_window): Reset glyphs cachels when frame faces have
16804         changed, thus forcing recomputation of built-in border glyphs.
16805
16806 2000-01-30  Martin Buchholz  <martin@xemacs.org>
16807
16808         * Makefile.in.in: Make portable dumper and purify play well together.
16809         Add imperfect, but better than nothing, support for pdump.
16810         Remove xemacs.dmp when temacs is re-generated.
16811         Don't ignore errors when dumping xemacs.
16812
16813         * symbols.c (maybe_call_magic_handler): Remove one magic number.
16814
16815 2000-01-28  Andy Piper  <andy@xemacs.org>
16816
16817         * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
16818         (setup_normal_frame): ditto.
16819         (setup_frame_without_minibuffer): ditto.
16820         (setup_minibuffer_frame): ditto.
16821         (delete_frame_internal): ditto.
16822         (Fmake_frame_invisible): ditto.
16823         (Ficonify_frame): ditto.
16824
16825         * window.h: change Fset_window_buffer signature.
16826
16827         * window.c (Fsplit_window): Use new Fset_window_buffer signature.
16828         (Fset_window_buffer): allow recording of buffer if the window is
16829         the selected window.
16830         (window_loop): Use new Fset_window signature.
16831
16832 2000-01-23  Daniel Pittman  <daniel@danann.net>
16833
16834         * config.h.in: Added template for `HAVE_ATHENA_3D'
16835
16836 2000-01-29  Andy Piper  <andy@xemacs.org>
16837
16838         * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
16839
16840         * gutter.c (output_gutter): Don't output if the window isn't live.
16841
16842 2000-01-28  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16843
16844         * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
16845         of 01/12/00: Moved SetFocus back here where it belongs.
16846
16847 2000-01-23  Andy Piper  <andy@xemacs.org>
16848
16849         * s/cygwin32.h: declare printer things.
16850
16851 2000-01-26  Andy Piper  <andy@xemacs.org>
16852
16853         * select.c (Fown_selection_internal): GCPRO bug fix from Mike
16854         Alexander.
16855
16856 2000-01-24  Andy Piper  <andy@xemacs.org>
16857
16858         * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
16859         (mswindows_button_instantiate): Make sure glyph is a pixmap.
16860
16861         * glyphs-widget.c (widget_instantiate): Avoid shadows.
16862
16863         * frame-msw.c (msprinter_init_frame_3): Nuke warning.
16864
16865         * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
16866
16867         * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
16868         (mswindows_output_display_block): Avoid local shadows.
16869
16870         * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
16871         (mswindows_enqueue_mouse_button_event): ditto.
16872         (mswindows_handle_gui_wm_command): remove declaration.
16873
16874         * console-msw.c (mswindows_canonicalize_console_connection): Avoid
16875         warnings.
16876
16877         * console-msw.h: Avoid shadows.
16878         (mswindows_get_toolbar_button_text):
16879         (emacs_mswindows_create_stream_pair):
16880         (emacs_mswindows_delete_stream_pair):
16881         (mswindows_handle_toolbar_wm_command): declare.
16882
16883         * device-msw.c (build_syscolor_string): Avoid shadows.
16884
16885 2000-01-23  Andy Piper  <andy@xemacs.org>
16886
16887         * glyphs-widget.c (widget_instantiate): reverse the items for
16888         layouts so that children are in the expected order.
16889
16890 2000-01-28  Martin Buchholz  <martin@xemacs.org>
16891
16892         * ralloc.c: safe_bcopy ==> memmove
16893         * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
16894         * s/msdos.h: Remove BCOPY macros.
16895         * insdel.c (gap_right): Remove BCOPY conditional code.
16896         * insdel.c (gap_left): Remove BCOPY conditional code.
16897         XEmacs demands a working ANSI C compiler - hence memmove.
16898
16899         * regex.c (regex_compile): Remove accidental use of trigraphs.
16900
16901 2000-01-27  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16902
16903         * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
16904         event timestamp.
16905
16906 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
16907
16908         * event-msw.c (mswindows_drain_windows_queue): Added the
16909         parameter.
16910         (mswindows_need_event): Commented the call to
16911         mswindows_drain_windows_queue().
16912         (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
16913         only.
16914
16915         * console-msw.h: Moved a few function prototypes here from
16916         event-msw.c.
16917
16918         * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
16919         parameter from unsigned short to unsigned long.
16920         (Fmswindows_shell_execute): Added return value.
16921
16922 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
16923
16924         * sysdep.c (init_system_name):
16925           process-unix.c (unix_canonicalized_host_name):
16926         Don't call freeaddrinfo() if getaddrinfo() fails.
16927
16928         * process-unix.c (unix_open_unix_network_stream):
16929         Moved the code to get a port # into address loop.
16930
16931 2000-01-27  Martin Buchholz  <martin@xemacs.org>
16932
16933         * buffer.c (reinit_vars_of_buffer):
16934         The right place to initialize conversion_in_dynarr and
16935         conversion_out_dynarr.
16936
16937         * alloc.c (pdump): Use the real open() till sys_open() is functional.
16938
16939         * process-unix.c (unix_canonicalize_host_name): Muleize.
16940         (unix_open_network_stream): Muleize.
16941
16942         * buffer.h: Fix up prototypes for ralloc.c functions.
16943
16944 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
16945         * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
16946         * sysdep.c: In init_system_name(), add code to use getaddrinfo()
16947                 instead of gethostbyname()
16948         * process-unix.c: In unix_canonicalize_host_name() and
16949                 unix_open_network_stream(), add code to use getaddrinfo()
16950                 instead of gethostbyname().
16951
16952 2000-01-27  Daniel Pittman <daniel@danann.net>
16953
16954         * device-x.c (x_init_device): Warn at run-time if using Athena 3d
16955         libs when built with flat Athena.
16956
16957 2000-01-27  Martin Buchholz  <martin@xemacs.org>
16958
16959         * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
16960         Use coding standards for function prototypes.
16961
16962 2000-01-25  Martin Buchholz  <martin@xemacs.org>
16963
16964         * dialog-msw.c (push_lisp_string_as_unicode):
16965         * doc.c (unparesseuxify_doc_string):
16966         * dired.c (Fuser_name_completion_1):
16967         * dired.c (Fuser_name_all_completions):
16968         * dired.c (free_user_cache):
16969         * dired.c (user_name_completion):
16970         * console-x.c (get_display_arg_connection):
16971         * minibuf.c (clear_echo_area_internal):
16972         * minibuf.c (echo_area_append):
16973         * eldap.c (Fldap_open):
16974         * eldap.c (Fldap_search_internal):
16975         * frame-x.c (x_set_frame_text_value):
16976         * frame-x.c (x_set_frame_properties):
16977         * frame-x.c (x_create_widgets):
16978         * redisplay-tty.c (term_get_fkeys_1):
16979         * objects-x.c (x_parse_nearest_color):
16980         * objects-x.c (x_valid_color_name_p):
16981         * objects-x.c (x_initialize_font_instance):
16982         * objects-x.c (x_list_fonts):
16983         * objects-x.c (x_find_charset_font):
16984         * tooltalk.c (Fadd_tooltalk_message_arg):
16985         * tooltalk.c (Fadd_tooltalk_pattern_attribute):
16986         * tooltalk.c (Fadd_tooltalk_pattern_arg):
16987         * process-unix.c (unix_create_process):
16988         * ntproc.c (sys_spawnve):
16989         * sound.c (Fplay_sound_file):
16990         * sound.c (Fplay_sound):
16991         * buffer.c (init_initial_directory):
16992         * buffer.c (init_buffer):
16993         * editfns.c (init_editfns):
16994         * editfns.c (Ftemp_directory):
16995         * editfns.c (Fuser_full_name):
16996         * editfns.c (uncache_home_directory):
16997         * editfns.c (get_home_directory):
16998         * editfns.c (Fuser_home_directory):
16999         * editfns.c (Fformat_time_string):
17000         * editfns.c (Fcurrent_time_string):
17001         * gui-x.c (button_item_to_widget_value):
17002         * database.c (Fopen_database):
17003         * event-Xt.c (x_to_emacs_keysym):
17004         * event-Xt.c (x_event_to_emacs_event):
17005         * event-Xt.c (describe_event_window):
17006         * event-msw.c (mswindows_wnd_proc):
17007         * glyphs-eimage.c (jpeg_instantiate):
17008         * glyphs-eimage.c (gif_instantiate):
17009         * glyphs-eimage.c (png_instantiate):
17010         * glyphs-eimage.c (tiff_instantiate):
17011         * glyphs-x.c (xbm_instantiate_1):
17012         * glyphs-x.c (x_xbm_instantiate):
17013         * glyphs-x.c (x_xface_instantiate):
17014         * glyphs-x.c (autodetect_instantiate):
17015         * glyphs-x.c (cursor_font_instantiate):
17016         * glyphs-x.c (x_widget_instantiate):
17017         * glyphs-x.c (x_widget_set_property):
17018         * glyphs-x.c (x_widget_property):
17019         * glyphs-x.c (BUILD_GLYPH_INST):
17020         * print.c (write_string_to_stdio_stream):
17021         * print.c (output_string):
17022         * print.c (Falternate_debugging_output):
17023         * print.c (Fexternal_debugging_output):
17024         * glyphs-msw.c (extract_xpm_color_names):
17025         * glyphs-msw.c (mswindows_xpm_instantiate):
17026         * glyphs-msw.c (bmp_instantiate):
17027         * glyphs-msw.c (resource_name_to_resource):
17028         * glyphs-msw.c (mswindows_resource_instantiate):
17029         * glyphs-msw.c (xbm_instantiate_1):
17030         * glyphs-msw.c (mswindows_xbm_instantiate):
17031         * glyphs-msw.c (mswindows_xface_instantiate):
17032         * glyphs-msw.c (mswindows_widget_instantiate):
17033         * glyphs-msw.c (add_tree_item):
17034         * glyphs-msw.c (add_tab_item):
17035         * glyphs-msw.c (mswindows_combo_box_instantiate):
17036         * glyphs-msw.c (mswindows_widget_property):
17037         * glyphs-msw.c (mswindows_combo_box_property):
17038         * glyphs-msw.c (mswindows_widget_set_property):
17039         * console.c (stuff_buffered_input):
17040         * objects-msw.c (mswindows_initialize_color_instance):
17041         * objects-msw.c (mswindows_valid_color_name_p):
17042         * objects-msw.c (mswindows_list_fonts):
17043         * objects-msw.c (mswindows_font_instance_truename):
17044         * bytecode.c (optimize_compiled_function):
17045         * select-x.c (symbol_to_x_atom):
17046         * select-x.c (x_atom_to_symbol):
17047         * select-x.c (hack_motif_clipboard_selection):
17048         * select-x.c (selection_data_to_lisp_data):
17049         * select-x.c (lisp_data_to_selection_data):
17050         * select-x.c (Fx_get_cutbuffer_internal):
17051         * select-x.c (Fx_store_cutbuffer_internal):
17052         * buffer.h (TO_EXTERNAL_FORMAT): New function.
17053         * buffer.h (TO_INTERNAL_FORMAT): New function.
17054         * emacs.c (make_arg_list_1):
17055         * emacs.c (make_argc_argv):
17056         * emacs.c (main_1):
17057         * emacs.c (Fdump_emacs):
17058         * emacs.c (split_string_by_emchar_1):
17059         * file-coding.h:
17060         * lisp.h:
17061         * lstream.h:
17062         * symsinit.h:
17063         * device-x.c (x_init_device):
17064         * device-x.c (Fx_valid_keysym_name_p):
17065         * device-x.c (Fx_get_font_path):
17066         * device-x.c (Fx_set_font_path):
17067         * glyphs.c (bitmap_to_lisp_data):
17068         * glyphs.c (pixmap_to_lisp_data):
17069         * alloc.c (make_ext_string): Use coding system arguments.  Update
17070         all callers.
17071         * alloc.c (build_string):
17072         * callproc.c (child_setup):
17073         * callproc.c (init_callproc):
17074         * fileio.c (lisp_strerror):
17075         * fileio.c (directory_file_name):
17076         * fileio.c (Fexpand_file_name):
17077         * fileio.c (Ffile_truename):
17078         * fileio.c (Fsysnetunam):
17079         * fileio.c (Fdo_auto_save):
17080         * sysdep.c (sys_readdir):
17081         * tests.c: New file.  Allow adding C tests.
17082         Replace GET_* macros with a more comprehensible and flexible
17083         interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
17084         Modify all calls.
17085         Any coding system can be used to do format conversion.
17086         Eliminate enum external_data_format.
17087         Eliminate convert_to_external_format.
17088         Eliminate convert_to_internal_format.
17089         Make sure file-name, keyboard, terminal, and ctext are always
17090         defined as coding systems or aliases.  Make
17091         file-name-coding-system, terminal-coding-system, and
17092         keyboard-coding-system magical variables that are equivalent to
17093         defining the corresponding coding system aliases.
17094
17095         * file-coding.c (Fcoding_system_canonical_name_p): New function.
17096         * file-coding.c (Fcoding_system_alias_p): New function.
17097         * file-coding.c (Fcoding_system_aliasee): New function.
17098         * file-coding.c (append_suffix_to_symbol): New function.
17099         * file-coding.c (dangling_coding_system_alias_p): New function.
17100         * file-coding.c (Ffind_coding_system):
17101         * file-coding.c (Fcopy_coding_system):
17102         * file-coding.c (encode_coding_no_conversion):
17103         * file-coding.c (syms_of_file_coding):
17104         * file-coding.c (vars_of_file_coding):
17105         Rewrite coding system alias code.
17106         Allow nested aliases, like symbolic links.
17107         Allow redefinition of coding system aliases.
17108         Prevent existence of dangling coding system aliases.
17109
17110         * dired.c (Fuser_name_completion_1):
17111         * dired.c (Fuser_name_all_completions):
17112         A crash would happen if user did QUIT in the middle of building
17113         user_name_cache.  Remove redundant code in mainline and unwind_protect.
17114
17115         * lisp.h:
17116         * dynarr.c (Dynarr_min_size): Make static.  Increase value to 8.
17117
17118         * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
17119         an unsigned char *.  Update all callers.
17120
17121 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17122
17123         * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
17124
17125 2000-01-25  Martin Buchholz  <martin@xemacs.org>
17126
17127         * elhash.c (hentry_description): Use more portable definition.
17128         (resize_hash_table): Initialize new hentries using
17129         xnew_array_and_zero, thereby simplifying the code.
17130
17131         * mule-charset.c (make_charset): Make sure entire object is
17132         initialized, to avoid Purify warnings.
17133
17134         * alloc.c (resize_string): Fix unlikely crash with big strings.
17135
17136 2000-01-24  Martin Buchholz  <martin@xemacs.org>
17137
17138         * realpath.c (xrealpath):
17139         Don't call getwd().
17140
17141 2000-01-25  Martin Buchholz  <martin@xemacs.org>
17142
17143         * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
17144
17145 1999-12-28  Max Matveev  <max@melbourne.sgi.com>
17146
17147         * unexelfsgi.c (unexec): Change the way we decide which segment
17148         should be extended.
17149
17150         Assumption that .bss section should be outside the PT_LOADable
17151         segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
17152         it's present) is inside the 'data' segment. This would fail the
17153         test which was used to find a segment to grow and cover new
17154         heap. Instead of this assumption, I created another one - on IRIX
17155         the segment to grow should start below .bss and it's address
17156         should extent above the end of .bss. Once this segment is
17157         identified, it's grown to accommodate the new heap and new
17158         zero-length .bss section is added at the end of .data2.
17159
17160 2000-01-25  Martin Buchholz  <martin@xemacs.org>
17161
17162         * eval.c (Feval): Wrong number of arguments should use original
17163         function, not the indirect_function version of it.
17164
17165 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
17166
17167         * glyphs-x.c (x_button_instantiate): Don't add image if
17168         it is not a pixmap.
17169         (x_locate_pixmap_file): Call Fexpand_file_name when file name
17170         is relative.
17171
17172 2000-01-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
17173
17174         * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
17175         declaration.
17176         (DEFVAR_INT_MAGIC): Ditto.
17177         (DEFVAR_BOOL_MAGIC): Ditto.
17178         * glyphs.h: Reindent backslash.
17179
17180 2000-01-24  Martin Buchholz  <martin@xemacs.org>
17181
17182         * glyphs-widget.c (layout_query_geometry):
17183         (layout_layout): Use correct types for gheight, gwidth.
17184
17185 2000-01-24  Martin Buchholz  <martin@xemacs.org>
17186
17187         * EmacsManager.c (QueryGeometry): Purified.
17188
17189 2000-01-23  Martin Buchholz  <martin@xemacs.org>
17190
17191         * alloc.c (make_float): Make sure entire object is initialized, to
17192         avoid Purify warnings.
17193         (pdump_register_sub): Remove useless assignment.
17194         (pdump): Use xmalloc, not malloc.
17195         (pdump_load): Use xmalloc, not malloc.
17196
17197 2000-01-23  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17198
17199         * callproc.c:
17200         * dired-msw.c:
17201         * fileio.c:
17202         * process-nt.c:
17203         * redisplay-msw.c:
17204         * sysdep.c: Removed redundant #include <windows.h>
17205
17206 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17207
17208         * frame.c (delete_frame_internal): Do not delete device when its
17209         implementation so declares.
17210         (delete_frame_internal): Set device selected frame to nil when
17211         last frame goes away.
17212
17213         * device-msw.c (msprinter_device_system_metrics): Implemented.
17214         (mswindows_device_system_metrics): Added 'device-dpi property.
17215
17216         * device.c: (Fdevice_printer_p): Added.
17217         Added 'offset-workspace device metric.
17218
17219         * console.h (device_metrics): Declared DM_offset_workspace.
17220
17221 2000-01-23  Martin Buchholz  <martin@xemacs.org>
17222
17223         * fileio.c (Ffile_truename): Remove pointless and confusing
17224         initialization of elen.
17225
17226         * glyphs-widget.c: Compiler warning fixes.
17227
17228 2000-01-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
17229
17230         * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
17231         instead of a Lisp_Object as argument to make it consistent with
17232         the other LIVE_P macros.
17233         (CHECK_LIVE_PROCESS): New macro.
17234
17235         * process.c: Declare Qprocess_live_p.
17236         (Fprocess_live_p): New function.
17237         (create_process): Use PROCESS_LIVE_P.
17238         (read_process_output): Ditto.
17239         (set_process_filter): Ditto.
17240         (Fdelete_process): Ditto.
17241         (kill_buffer_processes): Ditto
17242         (process_send_signal): Use CHECK_LIVE_PROCESS.
17243         (Fprocess_input_coding_system): Check whether process is still
17244         alive (fix PR#1061).
17245         (Fprocess_output_coding_system): Ditto.
17246         (Fprocess_coding_system): Ditto.
17247         (Fset_process_input_coding_system): Ditto.
17248         (Fset_process_output_coding_system): Ditto.
17249
17250 2000-01-23  Andy Piper  <andy@xemacs.org>
17251
17252         * glyphs.h (struct Lisp_Image_Instance): change format by unifying
17253         layout and widget.
17254
17255         * glyphs.c (mark_image_instance): take into account changed
17256         image_instance format.
17257         (image_instance_equal): ditto.
17258         (image_instance_hash): ditto.
17259
17260         * glyphs-widget.c (widget_instantiate): Incorporate layout
17261         instantiation here. Delay layout of the layout until later.
17262         (layout_instantiate): deleted.
17263         (layout_query_geometry): new function. get the geometry of a
17264         layout.
17265         (layout_layout): layout a layout dynamically.
17266         (image_instantiator_widget): New function - splitting up
17267         image_instantiator_format_create_glyphs_widget for netwinder
17268         compilation.
17269         (image_instantiator_buttons):
17270         (image_instantiator_edit_fields):
17271         (image_instantiator_combo_box):
17272         (image_instantiator_scrollbar):
17273         (image_instantiator_progress_guage):
17274         (image_instantiator_tree_view):
17275         (image_instantiator_tab_control):
17276         (image_instantiator_labels):
17277         (image_instantiator_layout): ditto.
17278         (image_instantiator_format_create_glyphs_widget): Call preceding
17279         functions.
17280
17281 2000-01-22  Martin Buchholz  <martin@xemacs.org>
17282
17283         * process.c (Fset_process_coding_system):
17284         * device-x.c (Fx_keysym_hash_table):
17285         Docstring fixes.
17286
17287         * lstream.c (Lstream_write): Return documented value, not 0.
17288
17289         * fileio.c (directory_file_name):
17290         (Fsubstitute_in_file_name):
17291         (Fsubstitute_insert_file_contents_internal):
17292         (Fwrite_region_internal):
17293         * emacs.c:
17294         * sysdep.c:
17295         * getloadavg.c:
17296         * systty.h:
17297         Remove vestigial APOLLO-conditional code.
17298
17299 2000-01-21  Martin Buchholz  <martin@xemacs.org>
17300
17301         * getpagesize.h: Add guard macros.
17302         * libsst.h: Add guard macros.
17303         * libst.h: Add guard macros.
17304         * line-number.h: Add guard macros.
17305         * ndir.h: Add guard macros.
17306         * sysfloat.h: Add guard macros.
17307         * sysfile.h: Add guard macros.
17308         * sysproc.h: Add guard macros.
17309         * syswait.h: Add guard macros.
17310         * xintrinsic.h: Add guard macros.
17311         * xintrinsicp.h: Add guard macros.
17312         * xmmanager.h: Add guard macros.
17313         * xmmanagerp.h: Add guard macros.
17314         * xmprimitive.h: Add guard macros.
17315         * xmu.h: Add guard macros.
17316         * gpmevent.h: Add copyright statement. Add guard macros.
17317         * miscplay.h: Add guard macros.
17318         * *.h: Use consistent C-standards-approved guard macro names.
17319
17320         * opaque.c (make_opaque): Switch parameter order.
17321         * opaque.h (make_opaque): Switch parameter order.
17322         Update all callers.
17323         * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
17324
17325         * config.h.in (type_checking_assert): Added.
17326         (bufpos_checking_assert): Added.
17327
17328 2000-01-21  Martin Buchholz  <martin@xemacs.org>
17329
17330         * alloc.c: Harmless pdump changes.
17331         - Use countof().
17332         - spell alignment correctly.
17333         * sysdep.c: Use countof()
17334
17335 2000-01-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17336
17337         * console.c (create_console): Use CONMETH_OR_GIVEN when calling
17338         initially_selected_for_input() console method, default to 0.
17339         (semi_canonicalize_console_connection): Try to delegate to
17340         canonicalize_console_connection if no such console method.
17341         (canonicalize_console_connection): Vice versa.
17342         (print_console): Do not print nil connection.
17343
17344         * console.h (XDEVIMPF_IS_A_PRINTER): Added.
17345         (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
17346         (XDEVIMPF_FRAMELESS_OK): Added.
17347         (CONSOLE_INHERITS_METHOD): Added.
17348
17349         * console-msw.c (mswindows_canonicalize_console_connection):
17350         Added.
17351         (mswindows_canonicalize_device_connection): Added.
17352
17353         * console-msw.h (struct msprinter_device): Added this struct and
17354         accessor macros.
17355         (mswindows_device): Made fontlist a lisp object.
17356
17357         * device.c (semi_canonicalize_device_connection):  Try to delegate
17358         to canonicalize_device_connection if no such console method.
17359         (canonicalize_device_connection): Vice versa.
17360         (print_device): Do not print nil connection.
17361
17362         * device-msw.c (mswindows_init_device): Call InitCommonControls
17363         when have widgets.
17364         (mswindows_delete_device): Removed fontlist deallocation.
17365         (mswindows_mark_device): Added.
17366
17367         * events.c (event_equal): Added abort() at unreached code.
17368         (event_hash): Ditto.
17369
17370         * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
17371         fallback tags of Windows devices.
17372
17373         * general.c (syms_of_general): Initialized Qmsprinter.
17374
17375         * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
17376         of fallback tags of Windows devices.
17377
17378         * lisp.h: Declared Qmsprinter.
17379
17380         * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
17381         of strings.
17382         (mswindows_list_fonts): Ditto.
17383         (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
17384         that it can be used by both mswindows and msprinter devices.
17385         (initialize_font_instance): Added.
17386         (mswindows_initialize_font_instance): Use it.
17387         (msprinter_initialize_font_instance): Added.
17388
17389         * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
17390         and implementation flags check.
17391         (redisplay_without_hooks): Changed the call to the above.
17392         (Fredraw_device): Ditto.
17393         (Fredisplay_device): Ditto.
17394
17395         * redisplay-msw.c (get_frame_dc): Implemented.
17396         (get_frame_compdc): Implemented.
17397         (many functions): Use the two functions above to get device
17398         contexts, ether for a window or a printer.
17399
17400 2000-01-21  Olivier Galibert  <galibert@pobox.com>
17401
17402         * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
17403         initialization here.
17404         (init_symbols_once_early): Call it.
17405         * emacs.c (main_1): Call it.
17406         * symsinit.h: Declare it.
17407
17408 2000-01-19  Olivier Galibert  <galibert@pobox.com>
17409
17410         * alloc.c: Use a lrecord_header * in the backtrace instead of a
17411         Lisp_Object.
17412         (pdump_backtrace): Ditto.
17413         (pdump_register_object): Ditto.  Cleanup use of the pointers.
17414         (pdump_get_entry): Abort if trying to register a null pointer.
17415         (pdump_dump_data): Cleanup types when relocating.
17416         (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
17417         (pdump_dump_rtables): Remove bad casts.
17418         (pdump_load): Cleanup relocation w.r.t union type.  Use a
17419         Lisp_Object instead of a EMACS_INT for the hashtable
17420         reorganization.
17421
17422 2000-01-20  Martin Buchholz  <martin@xemacs.org>
17423
17424         * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
17425
17426         * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
17427
17428         * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
17429
17430         * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
17431
17432 2000-01-17  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17433
17434         * faces.h (FACE_STRIKETHRU_P): Added.
17435
17436         * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
17437         of font variants.
17438
17439         * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
17440         (mswindows_set_dc_font): New function, aware of font variants,
17441         separated from mswindows_update_dc.
17442
17443         * objects-msw.h (struct mswindows_font_instance_data): Added
17444         definition.
17445
17446         * objects-msw.c (mswindows_finalize_font_instance): Delete all
17447         cached fonts and the data structure.
17448         (mswindows_initialize_font_instance): Added creation of font data
17449         structure.
17450         (mswindows_print_font_instance): Print at least something.
17451         (mswindows_create_font_variant): Implemented.
17452         (mswindows_get_hfont): Implemented.
17453
17454 2000-01-13  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>
17455
17456         * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
17457         prototyping problem with msvc.
17458
17459         * emacs.c (main_1): added syms_of_gui_mswindows() call
17460
17461         * gui-msw.c: added "mswindows-shell-execute" lisp subr and
17462         syms_of_gui_mswindows() function
17463
17464         * symsinit.h: added the prototype for syms_of_gui_mswindows()
17465
17466 2000-01-18  Martin Buchholz <martin@xemacs.org>
17467
17468         * XEmacs 21.2.27 is released.
17469
17470 2000-01-18  Martin Buchholz  <martin@xemacs.org>
17471
17472         * glyphs-eimage.c (struct tiff_error_struct):
17473         (tiff_error_func):
17474         (tiff_warning_func):
17475         #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
17476
17477         * unexmips.c:
17478         * unexhp9k3.c:
17479         * unexfreebsd.c:
17480         * unexec.c: Remove vestigial Lucid C code.
17481         * unexalpha.c:
17482         * unexaix.c:
17483         * termcap.c:
17484         * libsst.c: Ansify.
17485         Remove declarations of errno and strerror().
17486
17487         * eval.c (Fbacktrace): Small Purify-cation.  Fix docstring.
17488
17489         * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
17490
17491 2000-01-16  Martin Buchholz  <martin@xemacs.org>
17492
17493         * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
17494         Optimize.
17495
17496 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
17497
17498         * md5.c:
17499         * file-coding.c:
17500         * file-coding.h:
17501         Change enum eol_type to eol_type_t.
17502
17503 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
17504
17505         * gui.c (get_gui_callback): Check cons before accessing car.
17506
17507 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
17508
17509         * specifier.h (XSPECIFIER_TYPE): Add error checking version.
17510         (XSETSPECIFIER_TYPE): Ditto.
17511
17512 2000-01-17  Didier Verna  <didier@xemacs.org>
17513
17514         * redisplay.c (generate_fstring_runes): compute string size in
17515         characters, not bytes.
17516
17517 2000-01-09  Hrvoje Niksic  <hniksic@iskon.hr>
17518
17519         * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
17520
17521 2000-01-14  Hrvoje Niksic  <hniksic@iskon.hr>
17522
17523         * print.c (print_error_message): Call print_prepare().
17524
17525 2000-01-14  Martin Buchholz  <martin@xemacs.org>
17526
17527         * .dbxrc: Renamed from dbxrc.
17528
17529         * events.c (event_to_character):
17530         Use `assert (foo)' instead of `if (!foo) abort()'
17531
17532         * .gdbinit (xtype): Add documentation.
17533         * .gdbinit (check-temacs): New function.
17534         * .gdbinit (check-xemacs): New function.
17535         * dbxrc (check-xemacs): New function.
17536         * dbxrc (check-xemacs): New function.
17537
17538 2000-01-14  Andy Piper  <andy@xemacs.org>
17539
17540         * glyphs-widget.c (widget_query_geometry): Make sure that we
17541         calculate default dimensions correctly.
17542
17543 2000-01-13  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17544
17545         * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
17546
17547         * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
17548         pdump_wire'd variable.
17549
17550         * emacs.c: (main_1): Conditionalized calls to
17551         reinit_vars_of_scrollbar_x and reinit_vars_of_module.
17552
17553 2000-01-13  Martin Buchholz  <martin@xemacs.org>
17554
17555         * window.c (Fset_window_configuration):
17556         * sysdep.c (_start):
17557         * input-method-motif.c (res):
17558         * event-Xt.c (Xt_process_to_emacs_event):
17559         Simple compiler warning fixes.
17560
17561         * bytecode.c (funcall_compiled_function): Use the original
17562         function symbol on the backtrace list in preference to the
17563         compiled_function object in error messages.
17564
17565 2000-01-13  Andy Piper  <andy@xemacs.org>
17566
17567         * glyphs-x.c (update_widget_face): Make sure we update the widget
17568         background as well as foreground.
17569
17570 2000-01-13  Andy Piper  <andy@xemacs.org>
17571
17572         * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
17573         fields to subwindow.
17574         (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
17575         (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
17576         (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
17577         (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
17578
17579         * glyphs-widget.c (check_valid_tab_orientation): new function.
17580         (initialize_widget_image_instance): zero orientation and
17581         justification.
17582         (widget_instantiate): pick up orientation.
17583         (tab_control_query_geometry): return appropriate values for
17584         vertical tabs.
17585
17586         * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
17587         appropriate creation flags for left, right and bottom tabs.
17588
17589         * s/cygwin32.h: add tab definitions.
17590
17591 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
17592
17593         * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
17594         frame upon hiding a subwindow.
17595         (mswindows_button_instantiate): Changed the push button style to
17596         BS_PUSHBUTTON.
17597         (mswindows_button_instantiate): Removed button BS_NOTIFY
17598         style.
17599         (mswindows_button_instantiate): Removed redundant check for
17600         a disabled gui item.
17601         (mswindows_button_instantiate): Made use of WS_TABSTOP
17602         consistent: "operable" controls (edit, button, tree, scroll) have
17603         this style, "display-only" ones (static, progress gauge) do
17604         not. This style is currently ignored by XEmacs though. Also,
17605         removed the WS_EX_CONTROLPARENT style - it is not for children,
17606         it is for their parents!
17607         (mswindows_edit_field_instantiate): Ditto.
17608         (mswindows_progress_gauge_instantiate): Ditto.
17609         (mswindows_tree_view_instantiate): Ditto.
17610         (mswindows_tab_control_instantiate): Ditto.
17611         (mswindows_scrollbar_instantiate): Ditto.
17612         (mswindows_combo_box_instantiate): Ditto.
17613         (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
17614         style to the "clip" window.
17615         (mswindows_button_instantiate): Removed compilation warning by
17616         equally typing terms of the ?: operator.
17617
17618 2000-01-12  Didier Verna  <didier@xemacs.org>
17619
17620         * redisplay.c (generate_fstring_runes): new parameter holding the
17621         last modeline-format extent.
17622         (add_glyph_to_fstring_db_runes): new parameter holding the glyph
17623         extent, fill the glyph block with it.
17624         (generate_fstring_runes): handle these parameters.
17625         (generate_formatted_string_db): ditto.
17626
17627         * keymap.c (get_relevant_keymaps): retreive the keymaps from the
17628         glyphs'extents in the modeline.
17629
17630 1999-01-11  Mike Woolley  <mike@bulsara.com>
17631
17632         * ntheap.c: Reduced the reserved heap space from 1Gb down to
17633         256Mb, as a workaround for the non-starting problem many people
17634         have experienced.
17635
17636 2000-01-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
17637
17638         * console-tty.c (Fset_console_tty_output_coding_system):
17639         Force redrawing tty frame.
17640
17641 2000-01-10  Didier Verna  <didier@xemacs.org>
17642
17643         * redisplay.c (generate_fstring_runes): fix size computation bug.
17644
17645 2000-01-09  William M. Perry <wmperry@aventail.com>
17646
17647         * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
17648
17649 2000-01-09  Andy Piper  <andy@xemacs.org>
17650
17651         * glyphs-msw.c: index -> i to avoid shadows.
17652         (xbm_create_bitmap_from_data): make static.
17653         (check_valid_string_or_int): deleted.
17654         (mswindows_control_wnd_proc): message -> msg to avoid shadows.
17655
17656         * glyphs-x.c (x_update_subwindow): remove unused args.
17657
17658         * glyphs.c (glyph_image_instance): return the thing. Don't set the
17659         back pointer - this is done in allocate_image_instance.
17660         (query_string_font): return Qnil to make the compiler happy.
17661         (unmap_subwindow): set to ~0 to make the compiler happy.
17662         (glyph_query_geometry): comment out until used.
17663         (glyph_layout): ditto.
17664
17665 2000-01-09  Hrvoje Niksic  <hniksic@iskon.hr>
17666
17667         * insdel.c (signal_after_change): Remove extraneous unbind_to().