Sync with r21-4-3-utf-2000-0_19-new-case-b5c2.
[chise/xemacs-chise.git] / src / ChangeLog
1 2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2
3         * chartab.h: Add extern declarations for Qdowncase, Qflippedcase,
4         Q_lowercase, Q_uppercase in UTF-2000.
5
6         * chartab.c (get_char_table): Add special code for the standard
7         case table to use character attribute `->downcase' and
8         `->uppercase' for case operations in UTF-2000.
9
10         * casetab.c (Qflippedcase): New variable in UTF-2000.
11         (Q_lowercase): Likewise.
12         (Q_uppercase): Likewise.
13         (syms_of_casetab): Add new symbols `flippedcase', `->lowercase'
14         and `->uppercase' in UTF-2000.
15         (complex_vars_of_casetab): Assign attribute name `downcase' to
16         downcase and CANON table of Vstandard_case_table in UTF-2000;
17         assign attribute name `flippedcase' to upcase and EQV table of
18         Vstandard_case_table in UTF-2000.
19
20 2002-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
21
22         * text-coding.c (decode_add_er_char): Support isolated-chars.
23         (char_encode_as_entity_reference): Likewise.
24
25 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
26
27         * emacs.c (Vutf_2000_lisp_directory): New variable.
28         (Vconfigure_utf_2000_lisp_directory): Likewise.
29         (complex_vars_of_emacs): Add new variable
30         `utf-2000-lisp-directory' and `configure-utf-2000-lisp-directory'.
31
32 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
33
34         * char-ucs.h (DECODE_CHAR): Delete special code for
35         `chinese-big5-1' and `chinese-big5-2'.
36
37         * mule-charset.c (Qbig5_1): New variable in UTF-2000.
38         (Qbig5_2): Likewise.
39         (decode_defined_char): Support CONVERSION_BIG5_1 and
40         CONVERSION_BIG5_2.
41         (decode_builtin_char): Likewise.
42         (charset_code_point): Likewise.
43         (Fmake_charset): Accept `big5-1' and `big5-2' as a value of
44         'conversion in UTF-2000.
45         (syms_of_mule_charset): Add new symbol `big5-1' and `big5-2'.
46         (complex_vars_of_mule_charset): Define `chinese-big5-1' and
47         `chinese-big5-2' as children of `chinese-big5'.
48
49         * char-ucs.h (CONVERSION_BIG5_1): New macro.
50         (CONVERSION_BIG5_2): New macro.
51
52 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
53
54         * text-coding.c (char_encode_big5): Support entity-reference.
55
56 2002-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
57
58         * text-coding.c (char_encode_as_entity_reference): New function.
59         (char_encode_utf8): Use `char_encode_as_entity_reference'.
60
61 2002-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
62
63         * text-coding.c (decode_coding_big5): Support entity-reference
64         decoding feature.
65
66 2002-08-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
67
68         * text-coding.c (allocate_coding_system): Initialize initial
69         charsets for CODESYS_UTF8.
70         (Fmake_coding_system): Accept charset-g0, charset-g1 and
71         charset-g2 for CODESYS_UTF8.
72         (decode_coding_utf8): Use charset-g0.
73         (char_encode_utf8): Use charset-g0; use charset-g1 and charset-g2
74         to force variants to map to UCS.
75
76 2002-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
77
78         * text-coding.c (Qutf_8_mcs): New variable.
79         (syms_of_file_coding): Add new symbol `utf-8-mcs' in UTF-2000.
80         (complex_vars_of_file_coding): Define coding-system `utf-8-mcs'
81         instead of `utf-8' in UTF-2000.
82
83 2002-07-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
84
85         * mule-charset.c (charset_code_point): If CHARSET_CONVERSION is
86         CONVERSION_IDENTICAL, identical conversion is used even if a CCS
87         is ISO-2022 style; instead of it, CONVERSION_94, CONVERSION_96,
88         CONVERSION_94x94, CONVERSION_96x96, CONVERSION_94x94x94,
89         CONVERSION_96x96x96, CONVERSION_94x94x94x94 and
90         CONVERSION_96x96x96x96 are introduced.
91         (complex_vars_of_mule_charset): Specify CONVERSION_96 instead of
92         CONVERSION_IDENTICAL for thai-tis620; Specify CONVERSION_94x94
93         instead of CONVERSION_IDENTICAL for japanese-jisx0208-1990.
94
95         * char-ucs.h (CONVERSION_94): New macro.
96         (CONVERSION_96): New macro.
97         (CONVERSION_94x94): New macro.
98         (CONVERSION_96x96): New macro.
99         (CONVERSION_94x94x94): New macro.
100         (CONVERSION_96x96x96): New macro.
101         (CONVERSION_94x94x94x60): New macro.
102         (CONVERSION_94x94x94x94): New macro.
103         (CONVERSION_96x96x96x96): New macro.
104
105 2002-07-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
106
107         * chartab.c (Vcharacter_variant_table): Deleted.
108         (Fchar_variants): Use character-attribute `->ucs-variants' instead
109         of `Vcharacter_variant_table'.
110         (Fput_char_attribute): Likewise.
111         (vars_of_chartab): Don't setup `Vcharacter_variant_table'.
112         (complex_vars_of_chartab): Likewise.
113
114 2002-07-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
115
116         * lisp.h: Add an EXFUN for `Fchar_ref_p'.
117
118         * fns.c (Qideographic_structure): New variable.
119         (Qkeyword_char): New variable.
120         (ids_format_unit): New function.
121         (Fideographic_structure_to_ids): New function.
122         (syms_of_fns): Add new symbols `ideographic-structure' and
123         `:char'; add new builtin function `ideographic-structure-to-ids'.
124
125         * data.c (Fchar_ref_p): New function.
126         (syms_of_data): Add new builtin function `char-ref-p'.
127
128         * chartab.h: Add an EXFUN for `Ffind_char'.
129
130 2002-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
131
132         * text-coding.c (Vcharacter_composition_table): Deleted.
133         (COMPOSE_ADD_CHAR): Use the implementation for external-DB support
134         in every UTF-2000.
135
136         * chartab.c: Add EXFUN for `Fmap_char_attribute' in every
137         UTF-2000.
138         (Vcharacter_composition_table): Deleted.
139         (Fget_composite_char): Use the implementation for external-DB
140         support in every UTF-2000.
141         (Fput_char_attribute): Likewise.
142         (char_attribute_system_db_file): Don't define if external-DB
143         feature is not available.
144         (Fsave_char_attribute_table): Likewise.
145         (Fmount_char_attribute_table): Likewise.
146         (Fclose_char_attribute_table): Likewise.
147         (Freset_char_attribute_table): Likewise.
148         (Fload_char_attribute_table): Likewise.
149         (syms_of_chartab): Don't define `save-char-attribute-table',
150         `mount-char-attribute-table', `reset-char-attribute-table',
151         `close-char-attribute-table' and `load-char-attribute-table' if
152         external-DB feature is not available.
153         (vars_of_chartab): Don't setup `Vcharacter_composition_table'.
154
155 2002-07-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
156
157         * text-coding.c (Qcomposition): Add extern if external-DB feature
158         is supported.
159         (Vcharacter_composition_table): Don't add extern if external-DB
160         feature is supported.
161         (COMPOSE_ADD_CHAR): Modify for new data-representation of
162         character composition rule if external-DB feature is supported.
163
164         * chartab.c (Vcharacter_composition_table): Don't define if
165         external-DB feature is supported.
166         (Qcomposition): New variable.
167         (Fget_composite_char): New implementation for external-DB support.
168         (Fput_char_attribute): Use `composition' property of each
169         character instead of `Vcharacter_composition_table' to store
170         character-composition rules if external-DB feature is supported.
171         (syms_of_chartab): Add new symbol `composition'.
172         (vars_of_chartab): Don't setup `Vcharacter_composition_table' if
173         external-DB feature is supported.
174
175 2002-07-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
176
177         * chartab.c (Vchar_db_stingy_mode): New variable.
178         (load_char_attribute_maybe): Close database if
179         Vchar_db_stingy_mode is not NIL.
180         (Fload_char_attribute_table_map_function): Use
181         `get_char_id_table_0' instead of `get_char_id_table'.
182         (vars_of_chartab): Add new variable `char-db-stingy-mode'.
183
184         * chartab.h (get_char_id_table_0): New inline function.
185         (get_char_id_table): Use `get_char_id_table_0'.
186
187 2002-07-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
188
189         * text-coding.c (decode_coding_utf8): Use `COMPOSE_FLUSH_CHARS'
190         and `COMPOSE_ADD_CHAR'.
191         (decode_coding_iso2022): Use `decode_flush_er_chars'.
192
193 2002-07-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
194
195         * text-coding.c (COMPOSE_FLUSH_CHARS): Use `decode_add_er_char'
196         instead of `DECODE_ADD_UCS_CHAR'.
197         (COMPOSE_ADD_CHAR): Likewise.
198
199 2002-07-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
200
201         * text-coding.c (decode_flush_er_chars): New inline function.
202         (decode_add_er_char): New function.
203         (decode_coding_utf8): Use `decode_flush_er_chars' and
204         `decode_add_er_char'.
205
206 2002-07-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
207
208         * text-coding.c (decode_coding_utf8): Flush for er_buf must be
209         done before `decode_output_utf8_partial_char'.
210
211         * mule-charset.c (complex_vars_of_mule_charset): Specify
212         `Vcharset_ucs' as the mother of `Vcharset_ucs_cns',
213         `Vcharset_ucs_ks' and `Vcharset_ucs_big5'.
214
215 2002-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
216
217         * mule-charset.c (decode_defined_char): New function; search
218         mother.
219         (decode_builtin_char): Don't search mother if
220         XCHARSET_MAX_CODE(charset) == 0.
221         (charset_code_point): Search mother if XCHARSET_MAX_CODE(charset)
222         == 0 even if code >= XCHARSET_MAX_CODE(charset).
223         (Fdecode_char): Use `decode_defined_char' instead of
224         `DECODE_DEFINED_CHAR'.
225         (complex_vars_of_mule_charset): Specify `Vcharset_ucs' as the
226         mother of `Vcharset_ucs_jis'.
227
228         * text-coding.c (decode_coding_big5): Use `decode_defined_char'
229         instead of `DECODE_DEFINED_CHAR'.
230
231         * char-ucs.h (decode_defined_char): Renamed from
232         `DECODE_DEFINED_CHAR'; changed to normal function.
233         (DECODE_CHAR): Use `decode_defined_char' instead of
234         `DECODE_DEFINED_CHAR'.
235
236         * lisp.h: Add `EXFUN' for `Fstring_to_number'.
237
238 2002-07-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
239
240         * char-ucs.h: Add `extern' for `Vcharset_ucs'.
241
242         * text-coding.c (Vcoded_charset_entity_reference_alist): New
243         variable.
244         (Quse_entity_reference): New variable.
245         (Qd): New variable.
246         (Qx): New variable.
247         (QX): New variable.
248         (coding_system_description): Add description for
249         `ccs_priority_list'.
250         (mark_coding_system): Mark `ccs_priority_list' in UTF-2000.
251         (allocate_coding_system): Initialize `ccs_priority_list' in
252         UTF-2000.
253         (Fmake_coding_system): Add description about
254         'use-entity-reference; setup CODING_SYSTEM_USE_ENTITY_REFERENCE
255         (codesys).
256         (Fcoding_system_property): Accept `disable-composition' and
257         `use-entity-reference' in UTF-2000.
258         (struct decoding_stream): Add new member `er_counter' and `er_buf'
259         in UTF-2000.
260         (reset_decoding_stream): Initialize `str->er_counter' in UTF-2000.
261         (decode_coding_utf8): Decode entity-reference if
262         CODING_SYSTEM_USE_ENTITY_REFERENCE (str->codesys).
263         (char_encode_utf8): Encode non-Unicode characters as
264         entity-references if CODING_SYSTEM_USE_ENTITY_REFERENCE
265         (str->codesys).
266         (syms_of_file_coding): Add new symbols `use-entity-reference',
267         `d', `x', `X'.
268         (vars_of_file_coding): Add new variable
269         `coded-charset-entity-reference-alist'.
270         (complex_vars_of_file_coding): Declare `disable-composition' and
271         `use-entity-reference' to be coding-system-properties in UTF-2000.
272
273         * file-coding.h (struct Lisp_Coding_System): Add new member
274         `use_entity_reference' and `ccs_priority_list'.
275         (CODING_SYSTEM_USE_ENTITY_REFERENCE): New macro.
276         (CODING_SYSTEM_CCS_PRIORITY_LIST): New macro.
277         (XCODING_SYSTEM_USE_ENTITY_REFERENCE): New macro.
278
279 2002-07-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
280
281         * chartab.c (save_uint8_byte_table): Don't clear the table.
282         (save_uint16_byte_table): Likewise.
283         (save_byte_table): Likewise.
284         (Fmount_char_attribute_table): New function.
285         (syms_of_chartab): Add new builtin function
286         `mount-char-attribute-table'.
287
288 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
289
290         * mule-charset.c (Fsave_charset_mapping_table): Open database as
291         "w+" mode.
292         (load_char_decoding_entry_maybe): Open database as read-only mode.
293
294         * chartab.c (Fsave_char_attribute_table): Don't share `ct->db';
295         open database as "w+" mode.
296         (load_char_attribute_maybe): Open database as read-only mode.
297         (Fload_char_attribute_table): Likewise.
298
299 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
300
301         * chartab.c (mark_char_table): Don't refer `ct->db_file'.
302         (char_table_description): Delete member `db_file'.
303         (Fmake_char_table): Don't refer `ct->db_file'.
304         (Fcopy_char_table): Likewise.
305         (Fsave_char_attribute_table): Likewise.
306         (Fclose_char_attribute_table): Likewise.
307         (Freset_char_attribute_table): Likewise.
308         (load_char_attribute_maybe): Likewise.
309         (Fload_char_attribute_table): Likewise.
310
311         * chartab.h (struct Lisp_Char_Table): Delete member `db_file'.
312
313 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
314
315         * chartab.c: Add an EXFUN for `Fmap_char_attribute'.
316         (Fsave_char_attribute_table): Don't check `ct->db_file' if
317         `ct->db' is living.
318         (load_char_attribute_maybe): Likewise.
319         (Fload_char_attribute_table): Likewise.
320
321 2002-07-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
322
323         * chartab.c (Fclose_char_attribute_table): Set Qnil on
324         `ct->db_file' unconditionally.
325
326 2002-07-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
327
328         * chartab.c (mark_char_table): Mark `ct->db_file' and `ct->db' in
329         UTF-2000.
330         (char_table_description): Add description for `db_file' and `db'
331         in UTF-2000.
332         (Fmake_char_table): Initialize `ct->db_file' and `ct->db' in
333         UTF-2000.
334         (Fcopy_char_table): Copy `ct->db_file' and `ct->db' in UTF-2000.
335         (Fsave_char_attribute_table): Use `ct->db_file' and `ct->db'.
336         (Fclose_char_attribute_table): New function.
337         (Freset_char_attribute_table): Reset `ct->db_file' and `ct->db'.
338         (load_char_attribute_maybe): Change interface; use `cit->db_file'
339         and `cit->db'.
340         (Fload_char_attribute_table): Use `ct->db_file' and `ct->db'.
341         (syms_of_chartab): Add new builtin function
342         `Fclose_char_attribute_table'.
343
344 2002-06-28  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
345
346         * chartab.h (struct Lisp_Char_Table): Add new member `db_file' and
347         `db' in UTF-2000.
348         (load_char_attribute_maybe): Change interface.
349         (get_char_id_table): Modify for `load_char_attribute_maybe'.
350
351 2002-06-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
352
353         * database.h: Add an EXFUN for `Fdatabase_live_p'.
354
355 2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
356
357         * mule-charset.c (decode_builtin_char): Use `decode_builtin_char'
358         instead of `DECODE_CHAR' for mother; don't use special code for
359         chinese-big5 to use code space of chinese-big5-1 and
360         chinese-big5-2.
361         (complex_vars_of_mule_charset): Use `MIN_CHAR_BIG5_CDP' and
362         `MAX_CHAR_BIG5_CDP' for chinese-big5.
363
364         * char-ucs.h (MIN_CHAR_BIG5_CDP): Revival.
365         (MAX_CHAR_BIG5_CDP): Revival.
366
367 2002-04-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
368
369         * mule-charset.c (complex_vars_of_mule_charset): Use "big5-0" as
370         the XLFD registry-encoding name of `chinese-big5'.
371
372 2002-04-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
373
374         * mule-charset.c (Vcharset_chinese_big5_cdp): Deleted.
375         (Qchinese_big5_cdp): Deleted.
376         (syms_of_mule_charset): Delete symbol `chinese-big5-cdp'.
377         (complex_vars_of_mule_charset): Delete coded-charset
378         `chinese-big5-cdp'.
379
380         * char-ucs.h (CHARSET_ID_OFFSET): Deleted.
381         (LEADING_BYTE_*): Use `MIN_LEADING_BYTE + n' instead of
382         `CHARSET_ID_OFFSET - n' for private CCS.
383         (LEADING_BYTE_CHINESE_BIG5_CDP): Deleted.
384         (MIN_LEADING_BYTE_PRIVATE): Use `(MIN_LEADING_BYTE + 97)' instead
385         of `MIN_LEADING_BYTE'.
386         (MAX_LEADING_BYTE_PRIVATE): Use `-1' instead of
387         `(CHARSET_ID_OFFSET - 97)'.
388         (MIN_CHAR_BIG5_CDP): Deleted.
389         (MAX_CHAR_BIG5_CDP): Deleted.
390
391 2002-03-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
392
393         * mule.c (vars_of_mule): Update `utf-2000-version' to 0.19.
394
395 2002-03-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
396
397         * mule.c (Vutf_2000_version): New variable [moved from chartab.c].
398         (vars_of_mule): Add new variable `utf-2000-version' [moved from
399         chartab.c].
400
401         * chartab.c (Vutf_2000_version): Moved to mule.c.
402         (vars_of_chartab): Move code about `utf-2000-version' into mule.c.
403
404 2002-03-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
405
406         * mule-charset.c (load_char_decoding_entry_maybe): Don't define it
407         when HAVE_CHISE_CLIENT is not defined.
408
409         * mule.c (vars_of_mule): Provide feature `chise' when
410         HAVE_CHISE_CLIENT is defined.
411
412 2002-03-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
413
414         * config.h.in (UTF2000): Add comment.
415         (HAVE_CHISE_CLIENT): New macro.
416
417 2002-02-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
418
419         * chartab.c (Fchar_variants): Check Vcharacter_variant_table is
420         CONSP.
421         (Fput_char_attribute): Likewise.
422         (char_attribute_system_db_file): Encode file-name of attribute.
423         (vars_of_chartab): Set Qunbound into Vcharacter_variant_table as
424         the initial value.
425
426 2002-02-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
427
428         * mule-charset.c (put_char_ccs_code_point): Delete unused codes.
429         (Fsave_charset_mapping_table): Use
430         `char_attribute_system_db_file'.
431         (load_char_decoding_entry_maybe): Likewise.
432
433         * chartab.h (Qsystem_char_id): New external variable.
434         (char_attribute_system_db_file): New prototype.
435
436         * chartab.c (Qsystem_char_id): New variable in UTF-2000.
437         (char_attribute_system_db_file): New function.
438         (Fsave_char_attribute_table): Use `char_attribute_system_db_file'.
439         (Freset_char_attribute_table): Likewise.
440         (load_char_attribute_maybe): Likewise.
441         (Fload_char_attribute_table): Likewise.
442         (syms_of_chartab): Add new symbol `system-char-id'.
443
444 2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
445
446         * char-ucs.h (DECODE_DEFINED_CHAR): Don't check
447         `XCHARSET_GRAPHIC(ccs)'.
448
449 2002-02-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
450
451         * mule-charset.c (Fsave_charset_mapping_table): Fixed.
452
453 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
454
455         * chartab.c (Q_ucs_variants): New variable.
456         (syms_of_chartab): Add new symbol `->ucs-variants'.
457         (complex_vars_of_chartab): Set `Vcharacter_variant_table' on
458         `Vchar_attribute_hash_table' as the value of `->ucs-variants'; set
459         `->ucs-variants' on `XCHAR_TABLE_NAME (Vcharacter_variant_table)'.
460
461         * mule-charset.c (load_char_decoding_entry_maybe): New function.
462
463         * char-ucs.h (load_char_decoding_entry_maybe): New prototype when
464         `HAVE_DATABASE' is defined.
465         (DECODE_DEFINED_CHAR): Use `load_char_decoding_entry_maybe' when
466         `HAVE_DATABASE' is defined.
467
468 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
469
470         * chartab.c (Fsave_char_attribute_table): Don't clear internal
471         attribute-table.
472         (Freset_char_attribute_table): New function.
473         (syms_of_chartab): Add new builtin function
474         `reset-char-attribute-table'.
475
476 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
477
478         * chartab.c (load_char_attribute_maybe): Don't make directories.
479
480 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
481
482         * char-ucs.h: Add EXFUN for `Fmake_directory_internal'.
483
484         * mule-charset.c (put_char_ccs_code_point): Don't prepare a vector
485         for decoding-table.
486
487 2002-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
488
489         * mule-charset.c (Fsave_charset_mapping_table): Use
490         `XCHARSET_BYTE_SIZE' instead of `XCHARSET_CHARS'.
491
492         * char-ucs.h (put_ccs_octet_table): Use `XCHARSET_BYTE_SIZE'
493         instead of `XCHARSET_CHARS'.
494
495 2002-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
496
497         * mule-charset.c (CHARSET_BYTE_SIZE): Moved to char-ucs.h.
498         (XCHARSET_BYTE_SIZE): Likewise.
499
500         * char-ucs.h (CHARSET_BYTE_SIZE): New inline function [moved from
501         mule-charset.c].
502         (XCHARSET_BYTE_SIZE): Likewise.
503
504 2002-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
505
506         * chartab.c (Fput_char_attribute): Use exec-directory instead of
507         data-directory to store database.
508         (Fsave_char_attribute_table): Likewise.
509         (load_char_attribute_maybe): Likewise.
510         (Fload_char_attribute_table): Likewise.
511
512 2002-02-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
513
514         * mule-charset.c (Fsave_charset_mapping_table): New function.
515         (syms_of_mule_charset): Add new builtin function
516         `save-charset-mapping-table'.
517
518 2002-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
519
520         * char-ucs.h (decoding_table_check_elements): Delete prototype.
521         (get_ccs_octet_table): New inline function.
522         (put_ccs_octet_table): Likewise.
523         (decoding_table_put_char): Use `get_ccs_octet_table' and
524         `put_ccs_octet_table'.
525         (decoding_table_remove_char): Use `decoding_table_put_char'.
526         (DECODE_DEFINED_CHAR): Use `get_ccs_octet_table'.
527
528         * mule-charset.c (remove_char_ccs): Store Qunbound instead of Qnil
529         into encoding_table.
530         (make_charset): Use Qunbound instead Qnil as initial value of
531         decoding_table.
532
533 2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
534
535         * chartab.c (map_over_uint8_byte_table): Set Qunbound if an
536         element is Qunloaded.
537         (map_over_uint16_byte_table): Likewise.
538         (map_over_byte_table): Likewise.
539         (map_char_table): Likewise for CHARTAB_RANGE_ALL in UTF-2000; when
540         CHARTAB_RANGE_CHARSET is specified in UTF-2000 with external
541         database support, load encoding-table of the specified
542         coded-charset if it is not loaded yet.
543         (save_uint8_byte_table): New function of UTF-2000 with external
544         database support.
545         (save_uint16_byte_table): Likewise.
546         (save_byte_table): Likewise.
547         (Fput_char_attribute): Don't store value into external database
548         even if the external database feature is supported in UTF-2000;
549         set `attribute' as name of char-table if the external database
550         feature is supported.
551         (Fsave_char_attribute_table): New function in UTF-2000.
552         (syms_of_chartab): Add new builtin function
553         `save-char-attribute-table' in UTF-2000.
554
555 2002-02-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
556
557         * chartab.c (char_attribute_table_to_put): New variable in
558         UTF-2000.
559         (Qput_char_table_map_function): Likewise.
560         (value_to_put): Likewise.
561         (Fput_char_table_map_function): New function in UTF-2000.
562         (put_char_table): Use `Fmap_char_attribute' for
563         CHARTAB_RANGE_CHARSET in UTF-2000.
564         (Fput_char_attribute): Store symbol instead of string in
565         `XCHAR_TABLE_NAME (table)'.
566         (load_char_attribute_maybe): Likewise.
567         (syms_of_chartab): Add new symbol/function
568         `put-char-table-map-function'.
569
570 2002-01-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
571
572         * database.h: Add new EXFUN for `Fmap_database'.
573
574         * database.c (Fmap_database): Renamed from `Fmapdatabase'.
575         (syms_of_database): Likewise.
576
577         * chartab.h (struct Lisp_Char_Table): Add new member `unloaded' in
578         UTF-2000.
579         (CHAR_TABLE_UNLOADED): New macro of UTF-2000.
580         (XCHAR_TABLE_UNLOADED): Likewise.
581
582         * chartab.c (fill_char_table): Initialize `ct->unloaded'.
583         (Fput_char_attribute): Set XCHAR_TABLE_UNLOADED(table) if
584         HAVE_DATABASE is defined.
585         (char_attribute_table_to_load): New variable of UTF-2000 with
586         external database support.
587         (Qload_char_attribute_table_map_function): Likewise.
588         (Fload_char_attribute_table_map_function): New function of
589         UTF-2000 with external database support.
590         (Fload_char_attribute_table): New function of UTF-2000.
591         (Fmap_char_attribute): Call Fload_char_attribute_table if
592         CHAR_TABLE_UNLOADED(ct) is set when HAVE_DATABASE is defined.
593         (syms_of_chartab): Add new symbol and function
594         `load-char-attribute-table-map-function' in UTF-2000 with external
595         database support; add new function `load-char-attribute-table' in
596         UTF-2000.
597
598 2002-01-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
599
600         * chartab.h (load_char_attribute_maybe): New prototype for
601         UTF-2000 with DATABASE support.
602         (get_char_id_table): Use `load_char_attribute_maybe' if
603         HAVE_DATABASE is defined.
604
605         * chartab.c (load_char_attribute_maybe): New function in UTF-2000
606         with DATABASE support.
607
608 2002-01-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
609
610         * chartab.c (Fput_char_attribute): Use S-expression as key of
611         external database.
612
613         * chartab.h (get_char_id_table): Use S-expression as key of
614         external database.
615
616 2002-01-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
617
618         * chartab.c (map_over_uint8_byte_table): Add new argument `root';
619         if an element is not loaded, load the corresponding attributes
620         from an external database.
621         (map_over_uint16_byte_table): Likewise.
622         (map_over_byte_table): Likewise.
623         (map_char_table): Modify for `map_over_uint8_byte_table',
624         `map_over_uint16_byte_table' and `map_over_byte_table'; if an
625         element is not loaded, load the corresponding attributes from an
626         external database.
627         (Fput_char_attribute): Change initial values to Qunloaded.
628
629         * chartab.h (get_char_id_table): If a character attribute is not
630         loaded and the attribute value is not found in an external
631         database, store Qunbound as the attribute value.
632
633 2002-01-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
634
635         * chartab.c (BT_UINT8_unloaded): New macro.
636         (UINT8_VALUE_P): Accept Qunloaded.
637         (UINT8_ENCODE): Likewise.
638         (UINT8_DECODE): Likewise.
639         (BT_UINT16_unloaded): New macro.
640         (UINT16_VALUE_P): Accept Qunloaded.
641         (UINT16_ENCODE): Likewise.
642         (UINT16_DECODE): Likewise.
643         (UINT8_TO_UINT16): Convert BT_UINT8_unloaded into
644         BT_UINT16_unloaded.
645         (mark_char_table): Mark `ct->name' in UTF-2000.
646         (char_table_description): Add `name' in UTF-2000.
647         (Fmake_char_table): Initialize `ct->name'.
648         (Fcopy_char_table): Copy `ct->name'.
649         (Fput_char_attribute): Store value into an external database if
650         HAVE_DATABASE is defined.
651
652         * chartab.h (struct Lisp_Char_Table): Add new member `name' in
653         UTF-2000.
654         (CHAR_TABLE_NAME): New macro in UTF-2000.
655         (XCHAR_TABLE_NAME): New macro in UTF-2000.
656         (get_char_id_table): Try to read an external database if Qunloaded
657         is stored in a table.
658
659         * symbols.c (init_symbols_once_early): Assign '#<unloaded> into
660         Qunloaded.
661
662 2002-01-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
663
664         * database.h: Add EXFUN definitions for Fopen_database,
665         Fput_database, Fget_database and Fclose_database.
666
667         * data.c (Qunloaded): New variable in UTF-2000.
668
669         * lisp.h (Qunloaded): New variable in UTF-2000.
670
671 2002-01-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
672
673         * mule-charset.c (put_char_ccs_code_point): Modify for
674         `decoding_table_remove_char' and `decoding_table_put_char'.
675         (remove_char_ccs): Modify for `decoding_table_remove_char'.
676
677         * char-ucs.h (decoding_table_remove_char): Change arguments to
678         hide decoding_table vector.
679         (decoding_table_put_char): Likewise.
680
681 2002-01-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
682
683         * mule-charset.c (decoding_table_remove_char): Moved to
684         char-ucs.h.
685         (decoding_table_put_char): Likewise.
686
687         * char-ucs.h (decoding_table_check_elements): New prototype [moved
688         from mule-charset.c].
689         (decoding_table_remove_char): New inline function [moved from
690         mule-charset.c].
691         (decoding_table_put_char): Likewise.
692
693 2002-01-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
694
695         * mule-charset.c (Fmake_charset): Modify DOC-string for UTF-2000
696         extension.
697
698 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
699
700         * mule-charset.c (decode_builtin_char): Support mother charsets.
701
702 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
703
704         * mule-charset.c (Q94x94x60): New variable.
705         (charset_code_point): Support conversion `94x94x60'.
706         (Fmake_charset): Likewise.
707         (syms_of_mule_charset): Add new symbol `94x94x60'.
708
709         * char-ucs.h (CONVERSION_94x94x60): New macro.
710
711 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
712
713         * mule-charset.c (charset_code_point): Unify code about
714         `code-offset'.
715
716 2001-12-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
717
718         * mule-charset.c (charset_code_point): Merge code about builtin
719         characters into code about mother charsets; don't use
720         `range_charset_code_point'.
721         (range_charset_code_point): Deleted.
722
723 2001-12-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
724
725         * mule-charset.c (Qcode_offset): New variable.
726         (Fmake_charset): Use `XUINT' to get value of `min-code' and
727         `max-code'; accept new property `code-offset'.
728         (syms_of_mule_charset): Add new symbol `code-offset'.
729
730 2001-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
731
732         * mule-charset.c (range_charset_code_point): Fixed.
733
734 2001-12-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
735
736         * mule-charset.c (decode_builtin_char): Change semantics of
737         code-offset of coded-charset.
738         (charset_code_point): Likewise.
739         (range_charset_code_point): Likewise.
740         (complex_vars_of_mule_charset): Modify for the change.
741
742 2001-12-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
743
744         * mule-charset.c (Fencode_char): Reverse arguments.
745
746         * mule-charset.c (charset_code_point): Fixed.
747
748 2001-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
749
750         * mule-charset.c (Vcharset_mojikyo): Deleted.
751         (Vcharset_mojikyo_2022_1): Deleted.
752         (Vcharset_mojikyo_pj_{1..21}): Deleted.
753         (Qmin_code): New variable in UTF-2000.
754         (Qmax_code): Likewise.
755         (Qmother): Likewise.
756         (Qconversion): Likewise.
757         (Q94x60): Likewise.
758         (Qmojikyo): Deleted.
759         (Qmojikyo_2022_1): Deleted.
760         (Qmojikyo_pj_{1..22}): Deleted.
761         (mark_charset): Mark `cs->mother'.
762         (charset_description): Add description for `mother'.
763         (make_charset): Rename `ucs_{min|max}' to `{min|max}_code'; add
764         new arguments `mother' and `conversion'; use
765         `CHARSET_{MIN|MAX}_CODE' instead of `CHARSET_UCS_{MIN|MAX}'.
766         (charset_code_point): Moved from char-ucs.h; support `mother'
767         charset feature.
768         (range_charset_code_point): use `CHARSET_{MIN|MAX}_CODE' instead
769         of `CHARSET_UCS_{MIN|MAX}'; delete hard code for `mojikyo-2022-1'.
770         (Fmake_charset): Allow 3 and 4 as the value of `dimension' in
771         UTF-2000; allow 128 and 256 as the value of `chars' in UTF-2000;
772         allow 2 as the value of `graphic' in UTF-2000; add new properties
773         `min-code', `max-code', `mother', `conversion' in UTF-2000; don't
774         require `final' in UTF-2000; modify for `make_charset'.
775         (Fmake_reverse_direction_charset): use `CHARSET_{MIN|MAX}_CODE'
776         instead of `CHARSET_UCS_{MIN|MAX}'; modify for `make_charset'.
777         (Fcharset_property): Support `mother', `min-code' and `max-code'.
778         (Fencode_char): New function.
779         (syms_of_mule_charset): Add new builtin function `encode-char' in
780         UTF-2000; add new symbols `min-code', `max-code', `mother',
781         `conversion' and `94x60'; delete symbols `mojikyo',
782         `mojikyo-2022-1' and `mojikyo-pj-{1..21}'.
783         (complex_vars_of_mule_charset): Modify for `make_charset' change;
784         delete coded-charsets `mojikyo', `mojikyo-2022-1' and
785         `mojikyo-pj-{1..21}'; delete `DEF_MOJIKYO_PJ'.
786
787         * chartab.c (Fdefine_char): Use `XCHARSET_MAX_CODE' instead of
788         `XCHARSET_UCS_MAX'; regard `chinese-big5' as a base CCS.
789
790         * char-ucs.h (Vcharset_mojikyo): Deleted.
791         (Vcharset_mojikyo_2022_1): Deleted.
792         (LEADING_BYTE_MOJIKYO): Deleted.
793         (LEADING_BYTE_MOJIKYO_2022_1): Deleted.
794         (LEADING_BYTE_MOJIKYO_2022_2): Deleted.
795         (LEADING_BYTE_MOJIKYO_PJ_{1 .. 21}): Deleted.
796         (struct Lisp_Charset): Rename `ucs_{min|max}' to `{min|max}_code';
797         add new member `mother'; add new member `conversion'.
798         (CHARSET_MIN_CODE): Renamed from `CHARSET_UCS_MIN'.
799         (CHARSET_MAX_CODE): Renamed from `CHARSET_UCS_MAX'.
800         (CHARSET_MOTHER): New macro.
801         (CHARSET_CONVERSION): New macro.
802         (CONVERSION_IDENTICAL): New macro.
803         (CONVERSION_94x60): New macro.
804         (XCHARSET_MIN_CODE): Renamed from `CHARSET_MIN_CODE'.
805         (XCHARSET_MAX_CODE): Renamed from `CHARSET_MAX_CODE'.
806         (XCHARSET_MOTHER): New macro.
807         (XCHARSET_CONVERSION): New macro.
808         (MIN_CHAR_MOJIKYO): Deleted.
809         (MAX_CHAR_MOJIKYO): Deleted.
810         (DECODE_MOJIKYO_2022): Deleted.
811         (DECODE_CHAR): Delete hard code for builtin Mojikyo characters.
812         (charset_code_point): Changed to non-inline function.
813         (encode_char_1): Use `charset_code_point'.
814         (CHAR_TO_CHARC): Delete hard code for Mojikyo characters.
815
816 2001-12-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
817
818         * lread.c (read_compiled_function): Fix prototype.
819         (read_vector): Likewise.
820
821 2001-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
822
823         * lrecord.h (struct lrecord_header): Delete `older'.
824         (set_lheader_implementation): Delete code for `older'.
825         (set_lheader_older_implementation): Deleted.
826         (enum lrecord_type): Delete `lrecord_type_char_id_table'.
827         (OLDER_RECORD_P): Deleted.
828         (OLDER_RECORD_HEADER_P): Deleted.
829         (alloc_older_lcrecord): Deleted.
830         (alloc_older_lcrecord_type): Deleted.
831
832         * alloc.c (all_older_lcrecords): Deleted.
833         (alloc_older_lcrecord): Deleted.
834         (disksave_object_finalization_1): Delete code for older objects.
835         (mark_object): Don't use `OLDER_RECORD_HEADER_P'.
836         (reinit_alloc_once_early): Don't initialize `all_older_lcrecords'.
837
838 2001-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
839
840         * mule-charset.c (decoding_table_put_char): Use `make_vector'
841         instead of `make_older_vector'.
842         (put_char_ccs_code_point): Likewise.
843         (mark_charset): Mark `cs->decoding_table'.
844         (Fset_charset_mapping_table): Don't use `make_vector_newer'.
845
846         * lisp.h (make_older_vector): Deleted.
847         (make_vector_newer): Deleted.
848
849         * config.h.in (HAVE_GGC): Deleted.
850
851         * alloc.c (make_older_vector): Deleted.
852         (make_vector_newer_1): Deleted.
853         (make_vector_newer): Deleted.
854
855 2001-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
856
857         * mule-charset.c (Vcharset_ideograph_daikanwa_2): New variable.
858         (Qideograph_daikanwa_2): New variable.
859         (syms_of_mule_charset): Add new symbol `ideograph-daikanwa-2'.
860         (complex_vars_of_mule_charset): Add new coded-charset
861         `ideograph-daikanwa-2'; use `LEADING_BYTE_DAIKANWA_3' instead of
862         `LEADING_BYTE_DAIKANWA'.
863
864         * char-ucs.h (LEADING_BYTE_DAIKANWA_0): New macro.
865         (LEADING_BYTE_DAIKANWA_1): New macro.
866         (LEADING_BYTE_DAIKANWA_2): New macro.
867         (LEADING_BYTE_DAIKANWA_3): Renamed from `LEADING_BYTE_DAIKANWA'.
868
869 2001-12-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
870
871         * mule-charset.c (complex_vars_of_mule_charset): Change
872         DOC-strings and registry of `ideograph-daikanwa'; now it indicates
873         the second revised version.
874
875 2001-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
876
877         * mule-charset.c (Vcharset_ucs_smp): New variable.
878         (Vcharset_ucs_sip): New variable.
879         (Qucs_smp): New variable.
880         (Qucs_sip): New variable.
881         (encode_builtin_char_1): Treat MIN_CHAR_{SMP|SIP} to
882         MAX_CHAR_{SMP|SIP} as `ucs-{smp|sip}'.
883         (syms_of_mule_charset): Add new symbols `ucs-smp' and `ucs-sip'.
884         (complex_vars_of_mule_charset): Modify middle-DOC and registry of
885         `ucs-bmp'; add new coded-charset `ucs-smp' and `ucs-sip'; change
886         charset width of `ucs-cns', `ucs-jis', `ucs-ks' and `ucs-big5'.
887
888         * char-ucs.h (LEADING_BYTE_UCS_SMP): New macro.
889         (LEADING_BYTE_UCS_SIP): New macro.
890         (MIN_CHAR_SMP): New macro.
891         (MAX_CHAR_SMP): New macro.
892         (MIN_CHAR_SIP): New macro.
893         (MAX_CHAR_SIP): New macro.
894
895 2001-11-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
896
897         * dumper.c (PDUMP_HASH_SIZE): Increase the size of hash table when
898         utf-2000.
899
900 2001-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
901
902         * mule-charset.c (put_char_ccs_code_point): Return canonicalized
903         value; don't store value into `encoding_table' of `Lisp_Charset'.
904         (mark_charset): `encoding_table' was deleted.
905         (charset_description): Likewise.
906         (make_charset): Likewise.
907         (Fset_charset_mapping_table): Use `Fput_char_attribute' instead of
908         `put_char_ccs_code_point'.
909
910         * chartab.h (Fput_char_attribute): New EXFUN.
911
912         * chartab.c (Fchar_attribute_alist): Name space of CCS-attributes
913         is unified with normal symbol space.
914         (Fget_char_attribute): Likewise.
915         (Fput_char_attribute): Likewise; behavior of
916         `put_char_ccs_code_point' is changed.
917
918         * char-ucs.h: Include "elhash.h".
919         (Vchar_attribute_hash_table): New external variable.
920         (struct Lisp_Charset): Delete `encoding_table'.
921         (CHARSET_ENCODING_TABLE): New implementation; refer
922         `Vchar_attribute_hash_table' instead of `encoding_table' of struct
923         `Lisp_Charset'.
924
925 2001-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
926
927         * mule-charset.c (Fcharset_property): Return Qnil if CHARSET_FINAL
928         (cs) == 0.
929
930 2001-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
931
932         * text-coding.c (char_encode_big5): Prefer charset-g1 than
933         `chinese-big5'.
934
935 2001-11-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
936
937         * chartab.c (uint8_byte_table_description): New constant.
938         (uint8-byte-table): Use `uint8_byte_table_description'.
939         (uint16_byte_table_description): New constant.
940         (uint16-byte-table): Use `uint16_byte_table_description'.
941
942 2001-10-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
943
944         * mule-charset.c (complex_vars_of_mule_charset): Don't use builtin
945         range MIN_CHAR_BIG5_CDP .. MAX_CHAR_BIG5_CDP.
946
947 2001-10-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
948
949         * mule-charset.c (Vcharset_ucs_ks): New variable.
950         (Qucs_ks): New variable.
951         (syms_of_mule_charset): Add new symbol `ucs-ks'.
952         (complex_vars_of_mule_charset): Add new coded-charset `ucs-ks'.
953
954         * char-ucs.h (LEADING_BYTE_UCS_KS): New macro.
955
956 2001-10-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
957
958         * chartab.h (Fmake_char): New EXFUN; moved from chartab.c.
959         (Fdecode_char): Likewise.
960
961         * chartab.c: Move EXFUN for Fmake_char and Fdecode_char into
962         chartab.h.
963         (Fdefine_char): Modify for Fdecode_char.
964         (Ffind_char): Likewise.
965
966         * mule-charset.c (Fdecode_char): Add new optional argument
967         `defined-only'.
968         (Fdecode_builtin_char): Modify for `Fdecode_char'.
969
970 2001-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
971
972         * text-coding.c (mark_coding_system): Mark initial-charset-g0 and
973         -g1 of CODESYS_BIG5 in XEmacs UTF-2000.
974         (allocate_coding_system): Initialize initial-charsets of
975         CODESYS_BIG5 in XEmacs UTF-2000.
976         (Fmake_coding_system): Accept `charset-g0' and `charset-g1' for
977         CODESYS_BIG5 in XEmacs UTF-2000.
978         (decode_coding_big5): Use initial-charset-g0 and -g1 of
979         CODESYS_BIG5 in XEmacs UTF-2000; use `DECODE_DEFINED_CHAR'.
980
981         * mule-charset.c (Vcharset_ideograph_hanziku_{1 .. 12}): New
982         variables.
983         (Qideograph_hanziku_{1 .. 12}): Likewise.
984         (syms_of_mule_charset): Add new symbols `ideograph-hanziku-{1
985         .. 12}'.
986         (complex_vars_of_mule_charset): Use `MIN_CHAR_BIG5_CDP' to
987         `MAX_CHAR_BIG5_CDP' for `chinese-big5'; add news coded-charsets
988         `ideograph-hanziku-{1 .. 12}'.
989
990         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x200.
991         (LEADING_BYTE_HANZIKU_{1 .. 12}): New macros.
992         ({MIN|MAX}_CHAR_BIG5_CDP): New macros.
993         ({MIN|MAX}_CHAR_HANZIKU_{1 .. 12}): New macros.
994         (DECODE_DEFINED_CHAR): New inline function.
995         (DECODE_CHAR): Use `DECODE_DEFINED_CHAR'.
996
997 2001-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
998
999         * mule-charset.c (Vcharset_china3_jef): Renamed from
1000         `Vcharset_japanese_jef_china3'.
1001         (Qchina3_jef): Renamed from `Qjapanese_jef_china3'.
1002         (encode_builtin_char_1): Rename `{MIN|MAX}_CHAR_CHINA3_JEF' from
1003         `{MIN|MAX}_CHAR_JEF_CHINA3'..
1004         (syms_of_mule_charset): Rename `china3-jef' from
1005         `japanese-jef-china3'.
1006         (complex_vars_of_mule_charset): Likewise; rename
1007         `LEADING_BYTE_CHINA3_JEF' from `LEADING_BYTE_JEF_CHINA3'.
1008
1009         * char-ucs.h (LEADING_BYTE_CHINA3_JEF): Renamed from
1010         `LEADING_BYTE_JEF_CHINA3'.
1011         (MIN_CHAR_CHINA3_JEF): Renamed from `MIN_CHAR_JEF_CHINA3'.
1012         (MAX_CHAR_CHINA3_JEF): Renamed from `MAX_CHAR_JEF_CHINA3'.
1013
1014 2001-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1015
1016         * mule-charset.c (encode_builtin_char_1): Comment out special code
1017         for MIN_CHAR_MOJIKYO_0 ... MAX_CHAR_MOJIKYO_0.
1018
1019         * char-ucs.h (MIN_CHAR_MOJIKYO_0): Comment out.
1020         (MAX_CHAR_MOJIKYO_0): Comment out.
1021         (MIN_CHAR_CBETA): Changed to 0x00E20000.
1022         (MAX_CHAR_CBETA): Changed to 0x00E2FFFF.
1023         (MIN_CHAR_JEF_CHINA3): Changed to 0x00E80000.
1024         (MAX_CHAR_JEF_CHINA3): Changed to 0x00E8FFFF.
1025
1026 2001-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1027
1028         * mule-charset.c (Vcharset_ideograph_cbeta): New variable.
1029         (Qideograph_cbeta): New variable.
1030         (encode_builtin_char_1): Comment out special code for
1031         coded-charset `mojikyo' and `japanese-jef-china3'.
1032         (syms_of_mule_charset): Add new symbol `ideograph-cbeta'.
1033         (complex_vars_of_mule_charset): Add new coded-charset
1034         `ideograph-cbeta'.
1035
1036         * char-ucs.h (LEADING_BYTE_CBETA): New macro.
1037         (MIN_CHAR_CBETA): New macro.
1038         (MAX_CHAR_CBETA): New macro.
1039
1040 2001-10-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1041
1042         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x100.
1043         (LEADING_BYTE_JEF_CHINA3): New macro.
1044         (MIN_CHAR_JEF_CHINA3): New macro.
1045         (MAX_CHAR_JEF_CHINA3): Likewise.
1046         (DECODE_CHAR): Fixed.
1047
1048 2001-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1049
1050         * mule-charset.c (Vcharset_japanese_jef_china3): New variable.
1051         (Qjapanese_jef_china3): New variable.
1052         (encode_builtin_char_1): Support `japanese-jef-china3'.
1053         (syms_of_mule_charset): Add new symbol `japanese-jef-china3'.
1054         (complex_vars_of_mule_charset): Add new coded-charset
1055         `japanese-jef-china3'.
1056
1057 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1058
1059         * chartab.c (XCHARSET_CELL_RANGE): New inline function.
1060         (decode_char_table_range): Use `XCHARSET_CELL_RANGE'; accept 94^3,
1061         94^4, 96^3, 96^4, 128^n and 256^n set.
1062         (put_char_table): Use `XCHARSET_CELL_RANGE'.
1063         (map_char_table): Likewise.
1064
1065 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1066
1067         * chartab.c (get_char_table): Use `get_char_id_table' in XEmacs
1068         UTF-2000.
1069
1070 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1071
1072         * chartab.h (get_char_id_table): New inline function.
1073
1074         * chartab.c (get_char_id_table): Moved to chartab.h as an inline
1075         function.
1076
1077 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1078
1079         * chartab.h (decode_char_table_range): New prototype in XEmacs
1080         UTF-2000.
1081         (put_char_id_table): New inline function in XEmacs UTF-2000.
1082
1083         * chartab.c (put_char_id_table): Moved to chartab.h as an inline
1084         function.
1085         (decode_char_table_range): Delete static declaration in XEmacs
1086         UTF-2000.
1087
1088 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1089
1090         * chartab.c (put_char_id_table): Use `put_char_table'.
1091
1092 2001-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1093
1094         * chartab.c (map_over_uint8_byte_table): Delete argument `ccs'.
1095         (map_over_uint16_byte_table): Likewise.
1096         (map_over_byte_table): Likewise.
1097         (map_char_table): Modify for `map_over_uint8_byte_table',
1098         `map_over_uint16_byte_table' and `map_over_byte_table' in XEmacs
1099         UTF-2000.
1100
1101 2001-09-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1102
1103         * chartab.c (struct map_char_table_for_charset_arg): New
1104         structure.
1105         (map_char_table_for_charset_fun): New function.
1106         (map_char_table): Use `map_char_table' for encoding_table of
1107         `range->charset'.
1108
1109 2001-09-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1110
1111         * chartab.c (map_char_table): Check a character is found in
1112         range->charset instead of non default value is defined in
1113         char-table when range is CHARTAB_RANGE_ROW.
1114
1115 2001-09-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1116
1117         * chartab.c (map_char_id_table): Deleted.
1118         (Fmap_char_attribute): Use `map_char_table' instead of
1119         `map_char_id_table'.
1120
1121 2001-09-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1122
1123         * syntax.h (SYNTAX_CODE_UNSAFE): New implementation in XEmacs
1124         UTF-2000.
1125         (update_syntax_table): Deleted in XEmacs UTF-2000.
1126
1127         * syntax.c (find_defun_start): Use `syntax_table' instead of
1128         `mirror_syntax_table' in XEmacs UTF-2000.
1129         (Fset_syntax_table): Don't use `mirror_syntax_table' in XEmacs
1130         UTF-2000.
1131         (Fchar_syntax): Use `syntax_table' instead of `mirror_table' in
1132         XEmacs UTF-2000.
1133         (Fmatching_paren): Likewise.
1134         (scan_words): Use `syntax_table' instead of `mirror_syntax_table'
1135         in XEmacs UTF-2000.
1136         (find_start_of_comment): Likewise.
1137         (find_end_of_comment): Likewise.
1138         (Fforward_comment): Likewise.
1139         (scan_lists): Likewise.
1140         (char_quoted): Likewise.
1141         (Fbackward_prefix_chars): Likewise.
1142         (scan_sexps_forward): Likewise.
1143         (update_just_this_syntax_table): Deleted in XEmacs UTF-2000.
1144         (update_syntax_table): Likewise.
1145
1146         * search.c (skip_chars): Use `syntax_table' instead of
1147         `mirror_syntax_table' in XEmacs UTF-2000.
1148         (wordify): Likewise.
1149         (Freplace_match): Likewise.
1150
1151         * regex.c (re_compile_fastmap): Use `syntax_table' instead of
1152         `mirror_syntax_table' in XEmacs UTF-2000.
1153         (WORDCHAR_P_UNSAFE): Likewise.
1154         (re_match_2_internal): Likewise.
1155
1156         * font-lock.c (find_context): Use `buf->syntax_table' instead of
1157         `buf->mirror_syntax_table' in XEmacs UTF-2000.
1158
1159         * cmds.c (internal_self_insert): Use `buf->syntax_table' instead
1160         of `buf->mirror_syntax_table' in XEmacs UTF-2000.
1161
1162         * chartab.h (struct Lisp_Char_Table): Delete `mirror_table' in
1163         XEmacs UTF-2000.
1164
1165         * chartab.c (mark_char_table): Don't mark `mirror_table' in XEmacs
1166         UTF-2000.
1167         (print_char_table): Print `default_value' in XEmacs UTF-2000.
1168         (char_table_description): Delete `mirror_table' in XEmacs
1169         UTF-2000.
1170         (fill_char_table): Don't call `update_syntax_table' in XEmacs
1171         UTF-2000.
1172         (Fmake_char_table): Don't use `mirror_table' in XEmacs UTF-2000.
1173         (Fcopy_char_table): Likewise.
1174         (put_char_table): Don't call `update_syntax_table' in XEmacs
1175         UTF-2000.
1176
1177         * casefiddle.c (casify_object): Use `buf->syntax_table' instead of
1178         `buf->mirror_syntax_table' in XEmacs UTF-2000.
1179         (casify_region_internal): Likewise.
1180
1181         * bufslots.h: Delete `mirror_syntax_table' in XEmacs UTF-2000.
1182
1183         * buffer.c (common_init_complex_vars_of_buffer): Don't use
1184         `mirror_syntax_table' in XEmacs UTF-2000.
1185
1186         * abbrev.c (abbrev_match): Use `buf->syntax_table' instead of
1187         `buf->mirror_syntax_table' in XEmacs UTF-2000.
1188         (Fexpand_abbrev): Likewise.
1189
1190 2001-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1191
1192         * chartab.c (vars_of_chartab): Update `utf-2000-version' to 0.18.
1193
1194 2001-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1195
1196         * chartab.c (map_over_uint8_byte_table): Cancel temporary hack.
1197         (map_over_uint16_byte_table): Likewise.
1198         (map_over_byte_table): Likewise.
1199         (get_char_id_table): Refer `cit->default_value'.
1200         (put_char_id_table): Support `CHARTAB_RANGE_DEFAULT'.
1201         (map_char_id_table): Use `1 << 30' instead of `1 << 24' as number
1202         of character-id ranges.
1203         (mark_char_table): Mark `ct->default_value'.
1204         (char_table_description): Add `default_value'.
1205         (fill_char_table): Use `default_value'.
1206         (decode_char_table_range): Decode `nil' as
1207         `CHARTAB_RANGE_DEFAULT'.
1208         (get_char_id_table): Refer `cit->default_value'.
1209         (put_char_id_table): Support `CHARTAB_RANGE_DEFAULT'.
1210         (map_char_table): Support `CHARTAB_RANGE_DEFAULT'; cancel
1211         temporary hack; check value of char-table is bound or not.
1212         (slow_map_char_table_fun): Support `CHARTAB_RANGE_DEFAULT'.
1213
1214         * chartab.h (struct Lisp_Char_Table): Add new member
1215         `default_value' in XEmacs UTF-2000.
1216         (CHAR_TABLE_VALUE_UNSAFE): Use `default_value'.
1217         (enum chartab_range_type): Add `CHARTAB_RANGE_DEFAULT' in XEmacs
1218         UTF-2000.
1219
1220 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1221
1222         * chartab.h (Lisp_Char_ID_Table): Deleted.
1223
1224         * chartab.c (char_table_description): Fix typo.
1225         (Fmap_char_attribute): Use `Lisp_Char_Table' instead of
1226         `Lisp_Char_ID_Table'.
1227
1228 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1229
1230         * text-coding.c (COMPOSE_ADD_CHAR): Use `CHAR_TABLEP' instead of
1231         `CHAR_ID_TABLE_P'.
1232
1233         * mule-charset.c (remove_char_ccs): Use `CHAR_TABLEP' instead of
1234         `CHAR_ID_TABLE_P'.
1235
1236         * chartab.h (XCHAR_ID_TABLE): Deleted.
1237         (XSETCHAR_ID_TABLE): Deleted.
1238         (CHAR_ID_TABLE_P): Deleted.
1239
1240         * chartab.c (put_char_id_table): Use `CHAR_TABLEP' instead of
1241         `CHAR_ID_TABLE_P'.
1242         (Fget_composite_char): Likewise.
1243         (put_char_table): Likewise.
1244         (add_char_attribute_alist_mapper): Fixed.
1245         (Fchar_attribute_alist): Use `CHAR_TABLEP' instead of
1246         `CHAR_ID_TABLE_P'.
1247         (Fget_char_attribute): Likewise.
1248         (Fget_char_attribute): Likewise.
1249         (Fmap_char_attribute): Likewise.
1250
1251         * char-ucs.h (charset_code_point): Use `CHAR_TABLEP' instead of
1252         `CHAR_ID_TABLE_P'.
1253         (encode_char_1): Likewise.
1254
1255 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1256
1257         * text-coding.c (COMPOSE_ADD_CHAR): Use `XCHAR_TABLE' instead of
1258         `XCHAR_ID_TABLE'.
1259
1260         * mule-charset.c (put_char_ccs_code_point): Use `XCHAR_TABLE'
1261         instead of `XCHAR_ID_TABLE'.
1262         (remove_char_ccs): Likewise.
1263
1264         * chartab.c (put_char_id_table): Use `XCHAR_TABLE' instead of
1265         `XCHAR_ID_TABLE'.
1266         (Fget_composite_char): Likewise.
1267         (Fchar_variants): Likewise.
1268         (put_char_table): Likewise.
1269         (add_char_attribute_alist_mapper): Likewise.
1270         (Fchar_attribute_alist): Likewise.
1271         (Fget_char_attribute): Likewise.
1272         (Fput_char_attribute): Likewise.
1273         (Fmap_char_attribute): Likewise.
1274         (Fmap_char_attribute): Likewise.
1275
1276         * char-ucs.h (charset_code_point): Use `XCHAR_TABLE' instead of
1277         `XCHAR_ID_TABLE'.
1278         (encode_char_1): Likewise.
1279
1280 2001-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1281
1282         * chartab.c (map_char_id_table): Use `Lisp_Char_Table' instead of
1283         `Lisp_Char_ID_Table'.
1284         (mark_char_id_table): Deleted.
1285         (print_char_id_table): Likewise.
1286         (char_id_table_equal): Likewise.
1287         (char_id_table_hash): Likewise.
1288         (char_id_table_description): Likewise.
1289         (char_id_table): Likewise.
1290         (make_char_id_table): Use `Fmake_char_table' and
1291         `fill_char_table'.
1292         (get_char_id_table): Use `Lisp_Char_Table' instead of
1293         `Lisp_Char_ID_Table'.
1294         (put_char_id_table): Likewise.
1295         (Fput_char_attribute): Use `XCHAR_TABLE' instead of
1296         `XCHAR_ID_TABLE'.
1297         (Fremove_char_attribute): Likewise.
1298         (syms_of_chartab): Don't define type `char-id-table'.
1299
1300         * chartab.h (struct Lisp_Char_ID_Table): Deleted.
1301         (char_id_table): Likewise.
1302         (GC_CHAR_ID_TABLE_P): Likewise.
1303         (Lisp_Char_ID_Table): Use structure `Lisp_Char_Table'.
1304         (XCHAR_ID_TABLE): Use `XCHAR_TABLE'.
1305         (XSETCHAR_ID_TABLE): Use `XSETCHAR_TABLE'.
1306         (CHAR_ID_TABLE_P): Use `CHAR_TABLEP'.
1307         (get_char_id_table): Use `Lisp_Char_Table' instead of
1308         `Lisp_Char_ID_Table'.
1309         (put_char_id_table_0): Likewise.
1310         (put_char_id_table): Likewise.
1311
1312 2001-09-02  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
1313
1314         * chartab.h: Lisp_Byte_Table related codes are moved from
1315         chartab.h.
1316
1317         * char-ucs.h: Move Lisp_Byte_Table related codes to chartab.h.
1318
1319 2001-09-02  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
1320
1321         * chartab.h: Don't include "chartab.h".
1322         (struct Lisp_Char_ID_Table): Moved from char-ucs.h.
1323         (Lisp_Char_ID_Table): Likewise.
1324         (char_id_table): Likewise.
1325         (XCHAR_ID_TABLE): Likewise.
1326         (XSETCHAR_ID_TABLE): Likewise.
1327         (CHAR_ID_TABLE_P): Likewise.
1328         (GC_CHAR_ID_TABLE_P): Likewise.
1329         (get_char_id_table): Likewise.
1330
1331         * char-ucs.h: Include "chartab.h".
1332         (struct Lisp_Char_ID_Table): Moved to chartab.h.
1333         (Lisp_Char_ID_Table): Likewise.
1334         (char_id_table): Likewise.
1335         (XCHAR_ID_TABLE): Likewise.
1336         (XSETCHAR_ID_TABLE): Likewise.
1337         (CHAR_ID_TABLE_P): Likewise.
1338         (GC_CHAR_ID_TABLE_P): Likewise.
1339         (get_char_id_table): Likewise.
1340
1341 2001-09-01  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
1342
1343         * chartab.c (copy_uint8_byte_table): New function.
1344         (copy_uint16_byte_table): New function.
1345         (copy_byte_table): New function.
1346         (map_over_uint8_byte_table): Modify to avoid huge numbers of
1347         characters to call.
1348         (map_over_uint16_byte_table): Likewise.
1349         (map_over_byte_table): Likewise.
1350         (get_byte_table): Move prototype to chartab.h.
1351         (put_byte_table): Likewise.
1352         (put_char_id_table_0): Moved to chartab.h.
1353         (mark_char_table_entry): Don't define in XEmacs UTF-2000.
1354         (char_table_entry_equal): Likewise.
1355         (char_table_entry_hash): Likewise.
1356         (char_table_entry_description): Likewise.
1357         (char_table_entry): Likewise.
1358         (make_char_table_entry): Likewise.
1359         (copy_char_table_entry): Likewise.
1360         (get_non_ascii_char_table_value): Likewise.
1361         (map_over_charset_ascii): Likewise.
1362         (map_over_charset_control_1): Likewise.
1363         (map_over_charset_row): Likewise.
1364         (map_over_other_charset): Likewise.
1365         (mark_char_table): Modify for new structure in XEmacs UTF-2000.
1366         (print_char_table): Likewise.
1367         (char_table_equal): Likewise.
1368         (char_table_hash): Likewise.
1369         (char_table_description): Likewise.
1370         (fill_char_table): Likewise.
1371         (Fcopy_char_table): Likewise.
1372         (get_char_table): Likewise.
1373         (Fget_range_char_table): Likewise.
1374         (put_char_table): Likewise.
1375         (map_char_table): Likewise.
1376         (syms_of_chartab): Don't define `char_table_entry' in XEmacs
1377         UTF-2000.
1378
1379 2001-08-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1380
1381         * cmds.c (vars_of_cmds): Use `put_char_id_table_0' for
1382         `Vauto_fill_chars' in XEmacs UTF-2000.
1383
1384         * chartab.h (get_byte_table): New prototype [moved from
1385         chartab.c].
1386         (put_byte_table): Likewise [moved from chartab.c].
1387         (put_char_id_table_0): New inline function [moved from chartab.c].
1388         (struct Lisp_Char_Table_Entry): Don't define in XEmacs UTF-2000.
1389         (Lisp_Char_Table_Entry): Likewise.
1390         (char_table_entry): Likewise.
1391         (XCHAR_TABLE_ENTRY): Likewise.
1392         (XSETCHAR_TABLE_ENTRY): Likewise.
1393         (CHAR_TABLE_ENTRYP): Likewise.
1394         (CHECK_CHAR_TABLE_ENTRY): Likewise.
1395         (NUM_ASCII_CHARS): Likewise.
1396         (struct Lisp_Char_Table): New implementation in XEmacs UTF-2000.
1397         (CHAR_TABLE_VALUE_UNSAFE): Likewise.
1398
1399 2001-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1400
1401         * chartab.c (get_char_id_table): Change interface.
1402         (put_char_id_table_0): New function.
1403         (put_char_id_table): Change interface; new implementation.
1404         (Fget_composite_char): Modify for interface change of
1405         `get_char_id_table'.
1406         (Fchar_variants): Likewise.
1407         (add_char_attribute_alist_mapper): Likewise.
1408         (Fchar_attribute_alist): Likewise.
1409         (Fget_char_attribute): Likewise.
1410         (Fput_char_attribute): Allow coded-charset or [CODED-CHARSET ROW]
1411         as same as character as the first argument like `put-char-table';
1412         modify for interface change of `put_char_id_table'.
1413         (Fremove_char_attribute): Modify for interface change of
1414         `put_char_id_table'.
1415
1416 2001-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1417
1418         * text-coding.c: Sync up with XEmacs 21.2.41.
1419         (COMPOSE_ADD_CHAR): Modify for interface change of
1420         `get_char_id_table'.
1421
1422         * mule-charset.c (put_char_ccs_code_point): Modify for interface
1423         change of `put_char_id_table'.
1424         (remove_char_ccs): Likewise.
1425
1426         * chartab.h (put_char_id_table): Change interface.
1427
1428         * char-ucs.h (get_char_id_table): Change interface.
1429         (charset_code_point): Modify for interface change of
1430         `get_char_id_table'.
1431         (encode_char_1): Likewise.
1432
1433 2001-08-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1434
1435         * chartab.c (map_over_uint8_byte_table): Change arguments; add new
1436         argument `ccs'.
1437         (map_over_uint16_byte_table): Likewise.
1438         (map_over_byte_table): Likewise.
1439         (map_char_id_table): Add new argument `range' like
1440         `map_char_table'.
1441         (Fmap_char_attribute): Add new argument `range' like
1442         `Fmap_char_table'.
1443
1444 2001-08-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1445
1446         * chartab.c (map_over_uint8_byte_table): Change interface of
1447         mapping function to use struct chartab_range instead of Emchar.
1448         (map_over_uint16_byte_table): Likewise.
1449         (map_over_byte_table): Likewise.
1450         (map_char_id_table): Likewise.
1451         (struct slow_map_char_id_table_arg): Deleted.
1452         (slow_map_char_id_table_fun): Deleted.
1453         (Fmap_char_attribute): Use struct `slow_map_char_table_arg' and
1454         function `slow_map_char_table_fun' instead of struct
1455         `slow_map_char_id_table_arg' and function
1456         `slow_map_char_id_table_fun'.
1457
1458 2001-08-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1459
1460         * mule-charset.c: Move char-it-table related codes to chartab.c.
1461         (Vutf_2000_version): Moved to chartab.c.
1462         (Fdefine_char): Likewise.
1463         (Ffind_char): Likewise.
1464         (syms_of_mule_charset): Move types `uint8-byte-table',
1465         `uint16-byte-table', `byte-table' and `char-id-table' to
1466         chartab.c; move functions `char_attribute_list,
1467         `find_char_attribute_table, `char_attribute_alist,
1468         `get_char_attribute, `put_char_attribute, `remove_char_attribute,
1469         `map_char_attribute, `define_char, `find_char, `char_variants and
1470         `get_composite_char to chartab.c; move symbols `=>ucs',
1471         `->decomposition', `compat', `isolated', `initial', `medial',
1472         `final', `vertical', `noBreak', `fraction', `super', `sub',
1473         `circle', `square', `wide', `narrow', `small' and `font' to
1474         chartab.c.
1475         (vars_of_mule_charset): Move `utf-2000-version' to chartab.c; move
1476         setting codes for `Vcharacter_composition_table' and
1477         `Vcharacter_variant_table' to chartab.c.
1478         (complex_vars_of_mule_charset): Move setting code for
1479         `Vchar_attribute_hash_table' to chartab.c.
1480
1481         * chartab.h: Include "char-ucs.h" if --with-utf-2000 is specified.
1482         (make_char_id_table): New prototype.
1483         (put_char_id_table): Likewise.
1484         (Fget_char_attribute): Likewise.
1485
1486         * chartab.c: Move char-id-table related code from mule-charset.c.
1487         (Vutf_2000_version): Moved from mule-charset.c.
1488
1489         * char-ucs.h (Qucs): New external variable.
1490         (put_char_ccs_code_point): New prototype.
1491         (remove_char_ccs): Likewise.
1492
1493 2001-08-14  MORIOKA Tomohiko  <tomo@mousai.mahoroba.ne.jp>
1494
1495         * mule-charset.c (Vcharset_ucs_jis): New variable.
1496         (Qucs_jis): Likewise.
1497         (syms_of_mule_charset): Add new symbol `ucs-jis'.
1498         (complex_vars_of_mule_charset): Add new coded-charset `ucs-jis'.
1499
1500         * char-ucs.h (LEADING_BYTE_UCS_JIS): New macro.
1501
1502 2001-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1503
1504         * mule-charset.c (map_over_uint8_byte_table): New function.
1505         (map_over_uint16_byte_table): Likewise.
1506         (map_over_byte_table): Likewise.
1507         (map_char_id_table): Likewise.
1508         (slow_map_char_id_table_fun): Likewise.
1509         (Fmap_char_attribute): Likewise.
1510         (syms_of_mule_charset): Add new function `map-char-attribute'.
1511
1512 2001-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1513
1514         * mule-charset.c (Ffind_char): New function in XEmacs UTF-2000.
1515         (syms_of_mule_charset): Add new function `find-char'.
1516
1517 2001-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1518
1519         * mule-charset.c (Vcharset_chinese_big5_cdp): New variable in
1520         XEmacs UTF-2000.
1521         (Qchinese_big5_cdp): New variable in XEmacs UTF-2000.
1522         (syms_of_mule_charset): Add new symbol `chinese-big5-cdp' in
1523         XEmacs UTF-2000.
1524         (complex_vars_of_mule_charset): Add new coded-charset
1525         `chinese-big5-cdp' in XEmacs UTF-2000; change registry of
1526         `ideograph-gt-pj-*'.
1527
1528         * char-ucs.h (LEADING_BYTE_CHINESE_BIG5_CDP): New macro.
1529
1530 2001-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1531
1532         * mule-charset.c (encode_builtin_char_1): Purge codes about
1533         {MIN|MAX}_CHAR_{GREEK|CYRILLIC}; comment out code about
1534         {MIN|MAX}_CHAR_HEBREW.
1535         (complex_vars_of_mule_charset): Comment out {MIN|MAX}_CHAR_HEBREW;
1536         don't use {MIN|MAX}_CHAR_HEBREW to define `hebrew-iso8859-8'.
1537
1538         * char-ucs.h (MIN_CHAR_GREEK): Purged.
1539         (MAX_CHAR_GREEK): Purged.
1540         (MIN_CHAR_CYRILLIC): Purged.
1541         (MAX_CHAR_CYRILLIC): Purged.
1542         (MIN_CHAR_HEBREW): Commented out.
1543         (MAX_CHAR_HEBREW): Likewise.
1544
1545 2001-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1546
1547         * mule-charset.c (Qto_ucs): New variable.
1548         (Fput_char_attribute): Treat `=>ucs' as same as `->ucs'.
1549         (Fdefine_char): Likewise.
1550         (syms_of_mule_charset): Add new symbol `=>ucs'.
1551
1552 2001-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1553
1554         * mule-charset.c (Fdecode_char): Fixed.
1555
1556 2001-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1557
1558         * mule-charset.c (complex_vars_of_mule_charset): Modify registry
1559         of latin-tcvn5712 to accept "tcvn5712.1993-1" as same as
1560         "tcvn5712-1".
1561
1562 2001-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1563
1564         * mule-charset.c (Vcharset_ucs_big5): New variable.
1565         (Qucs_big5): Likewise.
1566         (syms_of_mule_charset): Add new symbol `ucs-big5'.
1567         (complex_vars_of_mule_charset): Add new coded-charset `ucs-big5'.
1568
1569         * char-ucs.h (LEADING_BYTE_UCS_BIG5): New macro.
1570
1571 2001-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1572
1573         * mule-charset.c (decode_builtin_char): Check Big5 code range
1574         which can be mapped to `chinese-big5-1' and `chinese-big5-2'.
1575
1576 2001-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1577
1578         * mule-charset.c (Vcharset_chinese_gb12345): New variable.
1579         (Qchinese_gb12345): Likewise.
1580         (Fdecode_builtin_char): Fixed.
1581         (syms_of_mule_charset): Add `chinese-gb12345'.
1582         (complex_vars_of_mule_charset): Add coded-charset
1583         `chinese-gb12345'.
1584
1585         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x70.
1586         (LEADING_BYTE_CHINESE_GB12345): New macro.
1587
1588 2001-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1589
1590         * mule-charset.c (Fdecode_builtin_char): Use `latin-viscii-lower'
1591         and `latin-viscii-upper' for `latin-viscii'.
1592
1593 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1594
1595         * mule-charset.c (Fdecode_builtin_char): Comment out
1596         regularization code for ISO-IR GR representation.
1597
1598 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1599
1600         * mule-charset.c (decode_builtin_char): New function; renamed from
1601         `make_builtin_char'; return -1 instead of signal.
1602         (Fdecode_builtin_char): Use `decode_builtin_char'.
1603
1604         * char-ucs.h (decode_builtin_char): New prototype; renamed from
1605         `make_builtin_char'.
1606         (DECODE_CHAR): Use `decode_builtin_char' instead of
1607         `make_builtin_char'; use mapping table of `chinese-big5' for
1608         `chinese-big5-{1,2}'.
1609
1610 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1611
1612         * text-coding.c (char_encode_big5): New function.
1613         (char_finish_big5): Likewise.
1614         (reset_encoding_stream): Use `char_encode_big5' and
1615         `char_finish_big5' for CODESYS_BIG5.
1616         (mule_encode): Don't use `encode_coding_big5'.
1617         (encode_coding_big5): Deleted.
1618
1619 2001-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1620
1621         * text-coding.c (BYTE_BIG5_TWO_BYTE_1_P): Support private area
1622         0x81- in XEmacs UTF-2000.
1623         (detect_coding_big5): Likewise.
1624
1625 2001-07-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1626
1627         * mule-charset.c (Fdefine_char): Don't use a CCS property to
1628         generate character-id if the CCS property does not have
1629         corresponding predefined character.
1630         (make_builtin_char): Return -1 if corresponding predefined
1631         character is not found.
1632         (Fdecode_char): Return nil if corresponding character is not
1633         found.
1634         (complex_vars_of_mule_charset): Change `ucs-cns' to 256^3-set and
1635         don't map to builtin ucs space.
1636
1637 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1638
1639         * char-ucs.h (MAX_LEADING_BYTE_PRIVATE): Fixed.
1640         (MAX_CHAR_GT): Changed to `(MIN_CHAR_GT + 66773)'.
1641
1642 2001-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1643
1644         * mule-charset.c (Vcharset_ideograph_gt): New variable.
1645         (Vcharset_ideograph_gt_pj_{1..11}): Likewise.
1646         (Qideograph_gt): Likewise.
1647         (Qideograph_gt_pj_{1..11}): Likewise.
1648         (syms_of_mule_charset): Add `ideograph-gt', `ideograph-gt-pj-1',
1649         `ideograph-gt-pj-2', ..., `ideograph-gt-pj-10' and
1650         `ideograph-gt-pj-11'.
1651         (complex_vars_of_mule_charset): Add coded-charset `ideograph-gt',
1652         `ideograph-gt-pj-1', `ideograph-gt-pj-2', ...,
1653         `ideograph-gt-pj-10' and `ideograph-gt-pj-11'.
1654
1655         * char-ucs.h (LEADING_BYTE_GT): New macro.
1656         (LEADING_BYTE_GT_PJ_{1..11}): Likewise.
1657         (MIN_CHAR_GT): Likewise.
1658         (MAX_CHAR_GT): Likewise.
1659
1660 2001-06-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1661
1662         * lisp-disunion.h (XCHARVAL): New implementation for UTF-2000 to
1663         support U-60000000 .. U-7FFFFFFF with 32 bits architecture.
1664
1665         * doprnt.c (unsigned_int_converters): Add `c'.
1666         (emacs_doprnt_1): Use `XUINT' for unsigned integers.
1667
1668         * char-ucs.h (MIN_CHAR_DAIKANWA): Don't refer `MIN_CHAR_MOJIKYO'.
1669         (MAX_CHAR_DAIKANWA): Refer `MIN_CHAR_DAIKANWA' instead of
1670         `MIN_CHAR_MOJIKYO'.
1671         (MIN_CHAR_MOJIKYO_0): New macro; refer `MIN_CHAR_DAIKANWA'.
1672         (MAX_CHAR_MOJIKYO_0): New macro.
1673         (MIN_CHAR_MOJIKYO): Changed to 0x60000000.
1674
1675 2001-06-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1676
1677         * mule-charset.c (Fdefine_char): Delete cemented out code.
1678         (encode_builtin_char_1): Modify for new allocation of builtin
1679         Mojikyo characters.
1680
1681         * lisp-disunion.h (XCHARVAL): Cast the argument into EMACS_UINT.
1682
1683 2001-06-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1684
1685         * mule-charset.c (Vcharset_ucs_cns): New variable.
1686         (Qucs_cns): New variable.
1687         (syms_of_mule_charset): Add new symbol `ucs-cns'.
1688         (complex_vars_of_mule_charset): Add new coded-charset `ucs-cns'.
1689
1690 2001-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1691
1692         * char-ucs.h (LEADING_BYTE_UCS_CNS): New macro.
1693
1694 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
1695
1696         * search.c (search_buffer): Make `charset_base_code' as
1697         character-id >> 6 to eliminate the corresponding last byte in
1698         UTF-8 representation [I'm not sure it is right thing].
1699         (boyer_moore): Likewise.
1700
1701 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
1702
1703         * emacs.c (vars_of_emacs): Convert XEMACS_CODENAME to internal
1704         representation in MULE.
1705
1706 2000-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1707
1708         * text-coding.c (Fmake_coding_system): Use
1709         `EXTERNAL_PROPERTY_LIST_LOOP_3' instead of
1710         `EXTERNAL_PROPERTY_LIST_LOOP'.
1711
1712 2000-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1713
1714         * text-coding.c (decode_output_utf8_partial_char): New function.
1715         (decode_coding_utf8): Use `decode_output_utf8_partial_char'.
1716
1717 2000-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1718
1719         * text-coding.c (decode_coding_utf8): Output original byte
1720         sequence if it is broken; change order of conditions.
1721
1722         * mb-utf-8.h (REP_BYTES_BY_FIRST_BYTE): Use Bufbyte; reverse order
1723         of conditions.
1724
1725         * mb-multibyte.h (BYTE_ASCII_P):
1726         Use bit ops for char-signedness safety.
1727         (BYTE_C0_P): Use bit ops for char-signedness safety.
1728         (BYTE_C1_P): Use bit ops for char-signedness safety.
1729
1730         * character.h: (XCHAR_OR_CHAR_INT):
1731         Always use inline function.
1732         Remove redundant type checking assert() - XINT will abort quite
1733         nicely.
1734
1735 2000-11-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1736
1737         * text-coding.c: (Fencode_shift_jis_char):
1738         (Fencode_big5_char):
1739         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
1740         Replace 0 with '\0' when working with bytes.
1741         Replace initial "(" with "\(" in docstrings.
1742
1743         (Fmake_coding_system):
1744         When type is ccl and value is vector, register it with a proper
1745         symbol.  And checks whether the given ccl program is valid.
1746         (mule_decode): When calling ccl_driver, if src indicates
1747         NULL pointer, set an empty string instead.
1748         (mule_encode): Likewise.
1749
1750         (detect_eol_type):
1751         (detect_coding_sjis):
1752         (decode_coding_sjis):
1753         (detect_coding_big5):
1754         (decode_coding_big5):
1755         (detect_coding_ucs4):
1756         (decode_coding_ucs4):
1757         (detect_coding_utf8):
1758         (decode_coding_utf8):
1759         (detect_coding_iso2022):
1760         (decode_coding_iso2022):
1761         (decode_coding_no_conversion):
1762         (mule_decode):
1763         Make all detecting and decoding functions take an Extbyte * arg.
1764         (text_encode_generic):
1765         (encode_coding_big5):
1766         (encode_coding_no_conversion):
1767         (mule_encode):
1768         Make all encoding functions take a Bufbyte * arg.
1769         Use size_t instead of unsigned int for memory sizes.
1770         Only cast to unsigned char whenever dereferencing Extbyte *.
1771
1772         (struct lrecord_description fcd_description_1): Use countof.
1773         (complex_vars_of_file_coding):
1774         Use countof instead of sizeof.
1775         Use CHECK_NATNUM instead of CHECK_INT.
1776
1777 2000-11-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1778
1779         * mule-charset.c (Fget_char_attribute): Add new optional argument
1780         `default-value'.
1781         (put_char_ccs_code_point): Modify for `Fget_char_attribute'.
1782         (remove_char_ccs): Likewise.
1783
1784 2000-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1785
1786         * text-coding.c (char_encode_shift_jis): New implementation in
1787         UTF-2000.
1788         (decode_coding_big5): Use `DECODE_CHAR (Vcharset_chinese_big5,
1789         ...)'.
1790
1791         * mule-charset.c (Vcharset_chinese_big5): New variable in
1792         UTF-2000.
1793         (Qchinese_big5): New variable in UTF-2000.
1794         (BIG5_SAME_ROW): New macro in UTF-2000.
1795         (make_builtin_char): Use builtin characters of
1796         `Vcharset_chinese_big5_1' and `Vcharset_chinese_big5_2' as builtin
1797         characters of `Vcharset_chinese_big5'.
1798         (syms_of_mule_charset): Add new symbol `chinese-big5' in UTF-2000.
1799         (complex_vars_of_mule_charset): Add new coded-charset
1800         `chinese-big5' in UTF-2000.
1801
1802         * char-ucs.h (LEADING_BYTE_CHINESE_BIG5): New macro.
1803         (Vcharset_chinese_big5): New external variable declaration.
1804         (Vcharset_japanese_jisx0208_1990): Likewise.
1805
1806 2000-07-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1807
1808         * mule-charset.c (expand_uint8_byte_table_to_uint16): New
1809         function.
1810         (put_byte_table): Use `expand_uint8_byte_table_to_uint16'.
1811
1812 2000-07-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1813
1814         * mule-charset.c (complex_vars_of_mule_charset): Define new macro
1815         `DEF_MOJIKYO_PJ' in UTF-2000; use `DEF_MOJIKYO_PJ' to define
1816         `mojikyo-pj-*'; add "MojikyoPJ-*" to charset-registry of
1817         `mojikyo-pj-*'.
1818
1819 2000-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1820
1821         * text-coding.c (decode_coding_big5): Modify for UTF-2000.
1822
1823 2000-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1824
1825         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
1826         to 0.17.
1827
1828 2000-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1829
1830         * file-coding.c (ucs_to_char): Don't use `CHARSET_TYPE_*'; modify
1831         for `CHARSET_BY_ATTRIBUTES'.
1832         (parse_iso2022_esc): Don't use `CHARSET_TYPE_*'; modify for
1833         `CHARSET_BY_ATTRIBUTES'.
1834
1835         * text-coding.c (struct decoding_stream): Rename member `CH' to
1836         `CPOS'.
1837         (reset_decoding_stream): Use `str->cpos' instead of `str->ch'.
1838         (decode_coding_sjis): Likewise.
1839         (decode_coding_big5): Likewise.
1840         (decode_coding_ucs4): Likewise.
1841         (decode_coding_utf8): Likewise.
1842         (parse_iso2022_esc): Don't use `CHARSET_TYPE_*'; modify for
1843         `CHARSET_BY_ATTRIBUTES'.
1844         (decode_coding_iso2022): Use `str->cpos' instead of `str->ch'; use
1845         `str->counter'; decode 3, 4 bytes sets.
1846         (char_encode_iso2022): Don't use `BREAKUP_CHAR'; encode 3, 4 bytes
1847         sets.
1848         (decode_coding_no_conversion): Use `str->cpos' instead of
1849         `str->ch'.
1850
1851         * mule-charset.c (Vcharset_mojikyo_2022_1): New variable.
1852         (Qmojikyo_2022_1): New variable.
1853         (make_charset): Don't use `CHARSET_TYPE_*'.
1854         (range_charset_code_point): Support coded-charset
1855         `mojikyo-2022-1'.
1856         (encode_builtin_char_1): Modify for `CHARSET_BY_ATTRIBUTES'.
1857         (Fmake_charset): Don't use `CHARSET_TYPE_*'; modify for
1858         `CHARSET_BY_ATTRIBUTES'.
1859         (Fcharset_from_attributes): Don't use `CHARSET_TYPE_*'; modify for
1860         `CHARSET_BY_ATTRIBUTES'.
1861         (syms_of_mule_charset): Add new symbol `mojikyo-2022-1'.
1862         (complex_vars_of_mule_charset): Add new coded-charset
1863         `mojikyo-2022-1'.
1864
1865         * mule-charset.h (CHARSET_BY_ATTRIBUTES): New implementation and
1866         interface; changed to inline function.
1867
1868         * char-ucs.h (Vcharset_mojikyo_2022_1): New variable.
1869         (LEADING_BYTE_MOJIKYO_2022_1): New macro.
1870         (LEADING_BYTE_MOJIKYO_2022_2): New macro.
1871         (CHARSET_TYPE_94): Deleted.
1872         (CHARSET_TYPE_94X94): Deleted.
1873         (CHARSET_TYPE_96): Deleted.
1874         (CHARSET_TYPE_96X96): Deleted.
1875         (CHARSET_TYPE_128): Deleted.
1876         (CHARSET_TYPE_128X128): Deleted.
1877         (CHARSET_TYPE_256): Deleted.
1878         (CHARSET_TYPE_256X256): Deleted.
1879         (CHARSET_BY_ATTRIBUTES): New implementation and interface; changed
1880         to inline function.
1881         (DECODE_MOJIKYO_2022): New inline function.
1882         (DECODE_CHAR): Use `DECODE_MOJIKYO_2022'; decode
1883         `Vcharset_mojikyo_2022_1'.
1884
1885 2000-07-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1886
1887         * mule-charset.c (byte_table_same_value_p): Use `internal_equal'
1888         instead of `EQ'.
1889         (put_byte_table): Likewise.
1890         (char_id_table_equal): Use `get_byte_table' [new implementation].
1891
1892 2000-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1893
1894         * mule-charset.c: Include <limits.h> in UTF-2000.
1895         (BT_UINT8_MIN): New macro in UTF-2000.
1896         (BT_UINT8_MAX): New macro in UTF-2000.
1897         (BT_UINT8_t): New macro in UTF-2000.
1898         (BT_UINT8_nil): New macro in UTF-2000.
1899         (BT_UINT8_unbound): New macro in UTF-2000.
1900         (INT_UINT8_P): New inline function in UTF-2000.
1901         (UINT8_VALUE_P): New inline function in UTF-2000.
1902         (UINT8_ENCODE): New inline function in UTF-2000.
1903         (UINT8_DECODE): New inline function in UTF-2000.
1904         (mark_uint8_byte_table): New function in UTF-2000.
1905         (print_uint8_byte_table): New function in UTF-2000.
1906         (uint8_byte_table_equal): New function in UTF-2000.
1907         (uint8_byte_table_hash): New function in UTF-2000.
1908         (make_uint8_byte_table): New function in UTF-2000.
1909         (uint8_byte_table_same_value_p): New function in UTF-2000.
1910         (BT_UINT16_MIN): New macro in UTF-2000.
1911         (BT_UINT16_MAX): New macro in UTF-2000.
1912         (BT_UINT16_t): New macro in UTF-2000.
1913         (BT_UINT16_nil): New macro in UTF-2000.
1914         (BT_UINT16_unbound): New macro in UTF-2000.
1915         (INT_UINT16_P): New inline function in UTF-2000.
1916         (UINT16_VALUE_P): New inline function in UTF-2000.
1917         (UINT16_ENCODE): New inline function in UTF-2000.
1918         (UINT16_DECODE): New inline function in UTF-2000.
1919         (UINT8_TO_UINT16): New inline function in UTF-2000.
1920         (mark_uint16_byte_table): New function in UTF-2000.
1921         (print_uint16_byte_table): New function in UTF-2000.
1922         (uint16_byte_table_equal): New function in UTF-2000.
1923         (uint16_byte_table_hash): New function in UTF-2000.
1924         (make_uint16_byte_table): New function in UTF-2000.
1925         (uint16_byte_table_same_value_p): New function in UTF-2000.
1926         (print_byte_table): New function in UTF-2000.
1927         (byte-table): Use `print_byte_table' as printer.
1928         (make_byte_table): Delete second argument `older'.
1929         (byte_table_same_value_p): New function in UTF-2000.
1930         (copy_byte_table): Deleted.
1931         (get_byte_table): New function in UTF-2000.
1932         (put_byte_table): New function in UTF-2000.
1933         (print_char_id_table): New function in UTF-2000.
1934         (char-id-table): Use `print_char_id_table' as printer.
1935         (make_char_id_table): Delete second argument `older'.
1936         (get_char_id_table): Use `get_byte_table [new implementation].
1937         (put_char_id_table): Use `get_byte_table and `put_byte_table' [new
1938         implementation].
1939         (Ffind_char_attribute_table): New function in UTF-2000.
1940         (mark_charset): Mark `cs->encoding_table' in UTF-2000.
1941         (syms_of_mule_charset): Add LRECORD_IMPLEMENTATION
1942         `uint8_byte_table' and `uint16_byte_table' in UTF-2000.
1943         (syms_of_mule_charset): Add new function
1944         `find-char-attribute-table' in UTF-2000.
1945
1946         * lrecord.h (enum lrecord_type): Add
1947         `lrecord_type_uint16_byte_table' and
1948         `lrecord_type_uint8_byte_table'.
1949
1950         * char-ucs.h (struct Lisp_Uint8_Byte_Table): New structure.
1951         (Lisp_Uint8_Byte_Table): New type.
1952         (XUINT8_BYTE_TABLE): New macro.
1953         (XSETUINT8_BYTE_TABLE): New macro.
1954         (UINT8_BYTE_TABLE_P): New macro.
1955         (GC_UINT8_BYTE_TABLE_P): New macro.
1956         (struct Lisp_Uint16_Byte_Table): New structure.
1957         (Lisp_Uint16_Byte_Table): New type.
1958         (XUINT16_BYTE_TABLE): New macro.
1959         (XSETUINT16_BYTE_TABLE): New macro.
1960         (UINT16_BYTE_TABLE_P): New macro.
1961         (GC_UINT16_BYTE_TABLE_P): New macro.
1962
1963 2000-07-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1964
1965         * mule-charset.c (Vcharacter_ideographic_radical_table): Deleted.
1966         (Vcharacter_ideographic_strokes_table): Deleted.
1967         (Vcharacter_total_strokes_table): Deleted.
1968         (Vcharacter_morohashi_daikanwa_table): Deleted.
1969         (Vcharacter_decomposition_table): Deleted.
1970         (Qname): Deleted because it is duplicated.
1971         (Qideographic_radical): Deleted.
1972         (Qideographic_strokes): Deleted.
1973         (Qtotal_strokes): Deleted.
1974         (Qmorohashi_daikanwa): Deleted.
1975         (Fchar_attribute_alist): Use `Vchar_attribute_hash_table' for
1976         `ideographic-radical', `ideographic-strokes', `total-strokes',
1977         `morohashi-daikanwa' and `->decomposition'.
1978         (Fget_char_attribute): Likewise.
1979         (Fput_char_attribute): Likewise; use `make-vector' instead of
1980         `make_older_vector' for `->decomposition' value.
1981         (Fdefine_char): Comment out code to check `morohashi-daikanwa' and
1982         `ideograph-daikanwa'.
1983         (syms_of_mule_charset): Delete builtin symbols `name',
1984         `ideographic-radical', `ideographic-strokes', `total-strokes' and
1985         `morohashi-daikanwa'.
1986         (vars_of_mule_charset): Don't setup
1987         `Vcharacter_ideographic_radical_table',
1988         `Vcharacter_ideographic_strokes_table',
1989         `Vcharacter_total_strokes_table',
1990         `Vcharacter_morohashi_daikanwa_table' and
1991         `Vcharacter_decomposition_table'.
1992
1993 2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1994
1995         * alloc.c: Use `HAVE_GGC' instead of `UTF2000' for
1996         `make_older_vector', `make_vector_newer_1' and
1997         `make_vector_newer'.
1998
1999         * lisp.h: Use `HAVE_GGC' instead of `UTF2000' for
2000         `make_older_vector' and `make_vector_newer'.
2001
2002         * config.h.in (HAVE_GGC): New macro.
2003
2004 2000-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2005
2006         * mule-charset.c (struct char_attribute_list_closure): New
2007         structure in UTF-2000.
2008         (add_char_attribute_to_list_mapper): New function in UTF-2000.
2009         (Fchar_attribute_list): Likewise.
2010         (Fset_charset_mapping_table): Use `make_vector_newer'.
2011         (Fdecode_builtin_char): New function in UTF-2000.
2012         (syms_of_mule_charset): Add new function `char-attribute-list' and
2013         `decode-builtin-char' in UTF-2000.
2014
2015         * lisp.h (make_vector_newer): New prototype.
2016
2017         * alloc.c (make_vector_newer_1): New function.
2018         (make_vector_newer): New function.
2019
2020 2000-06-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2021
2022         * char-ucs.h (MAX_CHAR_DAIKANWA): Changed to `(MIN_CHAR_MOJIKYO +
2023         50100)'.
2024
2025 2000-06-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2026
2027         * mule-charset.c (Vchar_attribute_hash_table): New variable.
2028         (Vcharacter_attribute_table): Deleted.
2029         (Vcharacter_name_table): Deleted.
2030         (put_char_attribute): Deleted.
2031         (remove_char_attribute): Deleted.
2032         (struct char_attribute_alist_closure): New structure.
2033         (add_char_attribute_alist_mapper): New function.
2034         (Fchar_attribute_alist): Use `Vchar_attribute_hash_table' instead
2035         of `Vcharacter_attribute_table' and `Vcharacter_name_table'.
2036         (Fget_char_attribute): Likewise.
2037         (Fput_char_attribute): Likewise.
2038         (Fremove_char_attribute): Use `Vchar_attribute_hash_table' instead
2039         of `remove_char_attribute'.
2040         (Fdefine_char): Return character.
2041         (vars_of_mule_charset): Don't setup `Vcharacter_attribute_table'
2042         and `Vcharacter_name_table'.
2043         (complex_vars_of_mule_charset): Likewise
2044         `Vchar_attribute_hash_table'.
2045
2046 2000-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2047
2048         * character.h (CHARC_CHARSET): New macro.
2049         (CHARC_CHARSET_ID): New macro.
2050         (CHARC_CODE_POINT): New macro.
2051         (CHARC_COLUMNS): New macro.
2052         (CHARC_TO_CHAR): New inline function.
2053         (CHARC_EQ): New inline function.
2054         (CHARC_ASCII_EQ): New inline function.
2055         (CHARC_IS_SPACE): New inline function.
2056         (ASCII_TO_CHARC): New inline function.
2057
2058         * char-ucs.h (encode_char_2): Deleted.
2059         (ENCODE_CHAR): Use `encode_char_1' again.
2060         (breakup_char_1): Likewise.
2061         (CHAR_TO_CHARC): New inline function.
2062
2063         * char-lb.h, char-1byte.h (CHAR_TO_CHARC): New inline function.
2064
2065 2000-06-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2066
2067         * redisplay.c (add_emchar_rune): Use `ASCII_TO_CHARC',
2068         `CHAR_TO_CHARC' and `CHARC_CHARSET'.
2069         (create_text_block): Use `CHARC_ASCII_EQ' and `CHARC_IS_SPACE'.
2070         (generate_formatted_string_db): Use `CHARC_TO_CHAR'.
2071         (create_string_text_block): Use `CHARC_ASCII_EQ' and
2072         `CHARC_IS_SPACE'.
2073         (pixel_to_glyph_translation): Use `CHARC_ASCII_EQ'.
2074
2075         * redisplay-x.c (separate_textual_runs): Use `CHARC_CHARSET' and
2076         `CHARC_CODE_POINT'.
2077         (x_output_display_block): Use `CHARC_CHARSET' and
2078         `CHARC_ASCII_EQ'.
2079
2080         * redisplay-tty.c (tty_output_display_block): Use
2081         `CHARC_ASCII_EQ'.
2082         (tty_output_display_block): Likewise; use `ASCII_TO_CHARC'.
2083
2084         * redisplay-output.c (compare_runes): Use `CHARC_EQ'.
2085
2086         * insdel.c (find_charsets_in_charc_string): Use
2087         `CHARC_CHARSET_ID'.
2088         (charc_string_displayed_columns): Use `CHARC_COLUMNS'.
2089         (convert_bufbyte_string_into_charc_dynarr): Use `CHAR_TO_CHARC'.
2090         (convert_charc_string_into_bufbyte_dynarr): Use `CHARC_TO_CHAR'.
2091         (convert_charc_string_into_malloced_string): Likewise.
2092
2093 2000-06-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2094
2095         * toolbar-x.c (x_output_toolbar_button): Use <Charc_dynarr *>
2096         instead of <Emchar_dynarr *> for buf; use
2097         `convert_bufbyte_string_into_charc_dynarr' instead of
2098         `convert_bufbyte_string_into_emchar_dynarr'; use
2099         `find_charsets_in_charc_string' instead of
2100         `find_charsets_in_emchar_string'.
2101
2102         * redisplay.h:
2103         - Include "character.h".
2104         (struct rune): New member `cglyph'; delete member `chr'.
2105
2106         * redisplay.c (redisplay_text_width_charc_string): New function;
2107         delete `redisplay_text_width_emchar_string'.
2108         (rtw_charc_dynarr): New variable; renamed from
2109         `rtw_emchar_dynarr'.
2110         (redisplay_text_width_string): Use `rtw_charc_dynarr' instead of
2111         `rtw_emchar_dynarr'; use
2112         `convert_bufbyte_string_into_charc_dynarr' instead of
2113         `convert_bufbyte_string_into_emchar_dynarr'; use
2114         `redisplay_text_width_charc_string' instead of
2115         `redisplay_text_width_emchar_string'.
2116         (redisplay_frame_text_width_string): Use `rtw_charc_dynarr'
2117         instead of `rtw_emchar_dynarr'; use
2118         `convert_bufbyte_string_into_charc_dynarr' instead of
2119         `convert_bufbyte_string_into_emchar_dynarr'.
2120         (add_emchar_rune): Add <Charc> instead of <Emchar>; use
2121         `redisplay_text_width_charc_string' instead of
2122         `redisplay_text_width_emchar_string'.
2123         (create_text_block): Modify for <struct rune> change.
2124         (generate_formatted_string_db): Likewise.
2125         (create_string_text_block): Likewise.
2126         (pixel_to_glyph_translation): Likewise.
2127
2128         * redisplay-x.c (separate_textual_runs): Use <const Charc *>
2129         instead of <const Emchar *>.
2130         (x_text_width): Likewise.
2131         (x_output_display_block): Use <Charc_dynarr *> instead
2132         <Emchar_dynarr *>; modify for <structure rune> change.
2133         (x_output_string): Use <Charc_dynarr *> instead of <Emchar_dynarr
2134         *>.
2135
2136         * redisplay-tty.c (tty_text_width): Use <const Charc *> instead of
2137         <const Emchar *>; use `charc_string_displayed_columns' instead of
2138         `emchar_string_displayed_columns'.
2139         (tty_output_display_block): Use <Charc_dynarr *> instead of
2140         <Emchar_dynarr *> for buf; modify for <structure rune> change; use
2141         `tty_output_charc_dynarr' instead of `tty_output_emchar_dynarr'.
2142         (tty_output_charc_dynarr_dynarr): New variable; renamed from
2143         `tty_output_emchar_dynarr_dynarr'.
2144         (tty_output_charc_dynarr): New function; delete
2145         `tty_output_charc_dynarr'.
2146
2147         * redisplay-output.c (compare_runes): Modify for `struct rune'.
2148         (redisplay_output_layout): Use <Charc_dynarr *> instead of
2149         <Emchar_dynarr *> for buf; use
2150         `convert_bufbyte_string_into_charc_dynarr' instead of
2151         `convert_bufbyte_string_into_emchar_dynarr'.
2152
2153         * frame.c (title_string_charc_dynarr): New variable; renamed from
2154         `title_string_emchar_dynarr'.
2155         (generate_title_string): Use `title_string_charc_dynarr' instead
2156         of `title_string_emchar_dynarr'; use
2157         `convert_charc_string_into_malloced_string' instead of
2158         `convert_emchar_string_into_malloced_string'.
2159         (init_frame): Use `title_string_charc_dynarr' instead of
2160         `title_string_emchar_dynarr'.
2161
2162         * console.h:
2163         - Include "character.h".
2164         (struct console_methods): Use <const Charc *> instead of <const
2165         Emchar *> in `text_width_method'; use <Charc_dynarr *> instead of
2166         <Emchar_dynarr *> in output_string_method.
2167
2168         * console-x.h (x_output_string): Use <Charc_dynarr *> instead of
2169         <Emchar_dynarr *>.
2170
2171         * console-stream.c (stream_text_width): Use <const Charc *>
2172         instead of <const Emchar *>.
2173
2174         * character.h (Charc_dynarr): New type.
2175
2176         * char-ucs.h (structure Charc): New structure; define new type
2177         `Charc'.
2178
2179         * char-lb.h (DECODE_CHAR): New inline function.
2180         (encode_char_1): New inline function.
2181         (ENCODE_CHAR): New macro.
2182         (structure Charc): New structure; define new type `Charc'.
2183
2184         * char-1byte.h (Vcharset_control_1): New macro.
2185         (Vcharset_latin_iso8859_1): New macro.
2186         (DECODE_CHAR): New inline function.
2187         (encode_char_1): New inline function.
2188         (ENCODE_CHAR): New macro.
2189         (structure Charc): New structure; define new type `Charc'.
2190
2191         * insdel.c (find_charsets_in_charc_string): New function; delete
2192         `find_charsets_in_emchar_string'.
2193         (charc_string_displayed_columns): New function; delete
2194         `emchar_string_displayed_columns'.
2195         (convert_bufbyte_string_into_charc_dynarr): New function; delete
2196         `convert_bufbyte_string_into_emchar_dynarr'.
2197         (convert_charc_string_into_bufbyte_dynarr): New function; delete
2198         `convert_charc_string_into_bufbyte_dynarr'.
2199         (convert_charc_string_into_malloced_string): New function; delete
2200         `convert_charc_string_into_malloced_string'.
2201
2202         * buffer.h (find_charsets_in_charc_string): New prototype; delete
2203         `find_charsets_in_emchar_string'.
2204         (charc_string_displayed_columns): New prototype; delete
2205         `emchar_string_displayed_columns'.
2206         (convert_charc_string_into_bufbyte_dynarr): New prototype; delete
2207         `convert_charc_string_into_bufbyte_dynarr'.
2208         (convert_charc_string_into_malloced_string): New prototype; delete
2209         `convert_charc_string_into_malloced_string'.
2210
2211 2000-06-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2212
2213         * select-x.c (Fx_store_cutbuffer_internal): Modify for UTF-2000.
2214
2215 2000-06-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2216
2217         * chartab.h (get_non_ascii_char_table_value): Use <Charset_ID>.
2218
2219         * char-ucs.h: Use <short> for <Charset_ID>.
2220
2221         * mule-charset.h, char-1byte.h: Use <unsigned char> for
2222         <Charset_ID>.
2223
2224 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2225
2226         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
2227         to 0.16.
2228
2229 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2230
2231         * mule-charset.c (Vcharacter_morohashi_daikanwa_table): New
2232         variable.
2233         (Qmorohashi_daikanwa): New variable.
2234         (Fchar_attribute_alist): Use `Vcharacter_morohashi_daikanwa_table'
2235         for `morohashi-daikanwa' attribute.
2236         (Fget_char_attribute): Likewise.
2237         (Fput_char_attribute): Likewise.
2238         (Fdefine_char): Don't setup `morohashi-daikanwa' attribute if it
2239         has the same value of `ideograph-daikanwa'.
2240         (syms_of_mule_charset): Add new symbol `morohashi-daikanwa'.
2241         (vars_of_mule_charset): Setup
2242         `Vcharacter_morohashi_daikanwa_table'.
2243
2244 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2245
2246         * mule-charset.c (Fchar_attribute_alist): Add coded-charset
2247         attributes.
2248         (add_charset_to_list_mapper): Add `key' instead of
2249         `XCHARSET_NAME (value)' to return aliases.
2250
2251 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2252
2253         * mule-charset.c (Vcharacter_ideographic_radical_table): New
2254         variable.
2255         (Vcharacter_ideographic_strokes_table): New variable.
2256         (Qideographic_radical): New variable.
2257         (Qideographic_strokes): New variable.
2258         (Fchar_attribute_alist): Use
2259         `Vcharacter_ideographic_radical_table' for `ideographic-radical'
2260         attribute; use `Vcharacter_ideographic_strokes_table' for
2261         `ideographic-strokes' attribute.
2262         (Fget_char_attribute): Likewise.
2263         (Fput_char_attribute): Likewise.
2264         (syms_of_mule_charset): Add new symbol `ideographic-radical' and
2265         `ideographic-strokes'.
2266         (vars_of_mule_charset): Setup
2267         `Vcharacter_ideographic_radical_table' and
2268         `Vcharacter_ideographic_strokes_table'.
2269
2270 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2271
2272         * mule-charset.c (Vcharacter_total_strokes_table): New variable.
2273         (Qtotal_strokes): New variable.
2274         (Fchar_attribute_alist): Use `Vcharacter_total_strokes_table' for
2275         `total-strokes' attribute.
2276         (Fget_char_attribute): Likewise.
2277         (Fput_char_attribute): Likewise.
2278         (syms_of_mule_charset): Add new symbol `total-strokes'.
2279         (vars_of_mule_charset): Setup `Vcharacter_total_strokes_table'.
2280
2281 2000-06-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2282
2283         * mule-charset.c (Vcharacter_decomposition_table): New variable.
2284         (Fchar_attribute_alist): Add `name' and `->decomposition' if they
2285         are found.
2286         (Fget_char_attribute): Use `Vcharacter_decomposition_table' for
2287         `->decomposition' attribute.
2288         (Fput_char_attribute): Likewise.
2289         (vars_of_mule_charset): Setup `Vcharacter_decomposition_table'.
2290
2291 2000-06-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2292
2293         * mule-charset.c (decoding_table_check_elements): New function.
2294         (Fset_charset_mapping_table): Use `decoding_table_check_elements'.
2295
2296 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2297
2298         * mule-charset.c (Fset_charset_mapping_table): Use
2299         `put_char_ccs_code_point'.
2300
2301 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2302
2303         * mule-charset.c (decoding_table_put_char): New inline function.
2304         (put_char_ccs_code_point): Use `decoding_table_put_char'.
2305
2306 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2307
2308         * mule-charset.c (CHARSET_BYTE_SIZE): New inline function.
2309         (XCHARSET_BYTE_SIZE): New macro.
2310         (decoding_table_remove_char): New inline function.
2311         (put_char_ccs_code_point): Use `XCHARSET_BYTE_SIZE'; use
2312         `decoding_table_remove_char'.
2313         (remove_char_ccs): Use `decoding_table_remove_char'.
2314         (Fset_charset_mapping_table): Use `CHARSET_BYTE_SIZE'.
2315
2316 2000-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2317
2318         * mule-charset.c (Vcharacter_name_table): New variable.
2319         (Qname): New variable.
2320         (Fget_char_attribute): Use `Vcharacter_name_table' for `name'
2321         attribute.
2322         (Fput_char_attribute): Use function `put_char_ccs_code_point'; use
2323         `Vcharacter_name_table' for `name' attribute.
2324         (Fremove_char_attribute): Use function `remove_char_ccs'.
2325         (put_char_ccs_code_point): New function.
2326         (remove_char_ccs): New function.
2327         (syms_of_mule_charset): Add new symbol `name'.
2328         (vars_of_mule_charset): Setup `Vcharacter_name_table'.
2329
2330 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2331
2332         * mule-charset.c (make_byte_table): Add new argument `older'.
2333         (make_char_id_table): Likewise.
2334         (copy_char_id_table): Comment out because it is not used.
2335         (put_char_id_table): Modify for `make_byte_table'.
2336         (Fput_char_attribute): Make encoding_table as older object;
2337         inherit older bit of `Vcharacter_composition_table'.
2338         (mark_charset): Don't mark `cs->encoding_table'.
2339         (vars_of_mule_charset): Make `Vcharacter_attribute_table' as a
2340         normal object; make `Vcharacter_composition_table' as an older
2341         object; delete staticpro for `Vcharacter_composition_table'; make
2342         `Vcharacter_variant_table' as a normal object.
2343
2344         * alloc.c (alloc_older_lcrecord): New function in UTF-2000.
2345         (mark_object): Don't check older object in UTF-2000.
2346
2347         * lrecord.h (struct lrecord_header): Add new member `older' in
2348         UTF-2000.
2349         (set_lheader_implementation): Setup `SLI_header->older' in
2350         UTF-2000.
2351         (set_lheader_older_implementation): New macro in UTF-2000.
2352         (OLDER_RECORD_P): New macro in UTF-2000.
2353         (OLDER_RECORD_HEADER_P): New macro in UTF-2000.
2354         (alloc_older_lcrecord): New prototype in UTF-2000.
2355         (alloc_older_lcrecord_type): New macro in UTF-2000.
2356
2357 2000-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2358
2359         * mule-charset.c (byte_table_description): Use
2360         `XD_LISP_OBJECT_ARRAY' instead of `XD_LISP_OBJECT'.
2361         (char_id_table_description): Delete bogus `, 1'.
2362         (Fget_char_attribute): Refer encoding_table of each coded-charset
2363         to get value of coded-charset attribute of a character.
2364         (Fput_char_attribute): Use `make_older_vector' instead of
2365         `make_vector'; use encoding_table of each coded-charset to store
2366         value of coded-charset attribute of a character.
2367         (Fremove_char_attribute): Use encoding_table of each coded-charset
2368         to store value of coded-charset attribute of a character.
2369         (mark_charset): Mark `cs->encoding_table'; don't mark
2370         `cs->decoding_table'.
2371         (charset_description): Add description of new member
2372         `encoding_table'.
2373         (make_charset): Initialize `encoding_table'.
2374
2375         * char-ucs.h (struct Lisp_Charset): Add new member
2376         `encoding_table'.
2377         (CHARSET_ENCODING_TABLE): New macro.
2378         (XCHARSET_ENCODING_TABLE): New macro.
2379         (charset_code_point): New implementation.
2380         (encode_char_1): Likewise.
2381
2382         * alloc.c (all_older_lcrecords): New variable in UTF-2000.
2383         (disksave_object_finalization_1): Call finalizers of
2384         `all_older_lcrecords' in UTF-2000.
2385         (make_older_vector): New function in UTF-2000.
2386         (reinit_alloc_once_early): Initialize `all_older_lcrecords' in
2387         UTF-2000.
2388
2389         * lisp.h (make_older_vector): New prototype in UTF-2000.
2390
2391 2000-05-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2392
2393         * lrecord.h (enum lrecord_type): Rename
2394         `lrecord_type_char_code_table' to `lrecord_type_char_id_table'.
2395
2396         * text-coding.c (COMPOSE_ADD_CHAR): Use `CHAR_ID_TABLE_P' and
2397         `get_char_id_table' instead of `CHAR_CODE_TABLE_P' and
2398         `get_char_code_table'.
2399
2400         * mule-charset.c (mark_char_id_table): Renamed from
2401         `mark_char_code_table'.
2402         (char_id_table_equal): Renamed from `char_code_table_equal'.
2403         (char_id_table_hash): Renamed from `char_code_table_hash'.
2404         (make_char_id_table): Renamed from `make_char_code_table'.
2405         (copy_char_id_table): Renamed from `copy_char_code_table'.
2406         (get_char_id_table): Renamed from `get_char_code_table'.
2407         (put_char_id_table): Renamed from `put_char_code_table'.
2408         (to_char_id): Renamed from `to_char_code'.
2409
2410         * char-ucs.h (struct Lisp_Char_ID_Table): Renamed from
2411         `Lisp_Char_Code_Table'.
2412         (char_id_table): Renamed from `char_code_table'.
2413         (XCHAR_ID_TABLE): Renamed from `XCHAR_CODE_TABLE'.
2414         (XSETCHAR_ID_TABLE): Renamed from `XSETCHAR_CODE_TABLE'.
2415         (CHAR_ID_TABLE_P): Renamed from `CHAR_CODE_TABLE_P'.
2416         (GC_CHAR_ID_TABLE_P): Renamed from `GC_CHAR_CODE_TABLE_P'.
2417         (get_char_id_table): Renamed from `get_char_code_table'.
2418
2419 2000-05-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2420
2421         * lrecord.h (enum lrecord_type): Rename
2422         `lrecord_type_char_byte_table' to `lrecord_type_byte_table'.
2423
2424         * mule-charset.c (mark_byte_table): Renamed from
2425         `mark_char_byte_table'.
2426         (byte_table_equal): Renamed from `char_byte_table_equal'.
2427         (byte_table_hash): Renamed from `byte_table_hash'.
2428         (make_byte_table): Renamed from `make_byte_table'.
2429         (copy_byte_table): Renamed from `copy_char_byte_table'.
2430
2431         * char-ucs.h (struct Lisp_Byte_Table): Renamed from
2432         `Lisp_Char_Byte_Table'.
2433         (byte_table): Renamed from `char_byte_table'.
2434         (XBYTE_TABLE): Renamed from `XCHAR_BYTE_TABLE'.
2435         (XSETBYTE_TABLE): Renamed from `XSET_CHAR_BYTE_TABLE'.
2436         (BYTE_TABLE_P): Renamed from `XBYTE_TABLE_P'.
2437         (GC_BYTE_TABLE_P): Renamed from `GC_CHAR_BYTE_TABLE_P'.
2438
2439 2000-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2440
2441         * buffer.c (dfc_convert_to_external_format): Modify for UTF-2000.
2442         (dfc_convert_to_internal_format): Likewise.
2443         
2444         * text-coding.c (Fcoding_system_canonical_name_p): New function.
2445         * text-coding.c (Fcoding_system_alias_p): New function.
2446         * text-coding.c (Fcoding_system_aliasee): New function.
2447         * text-coding.c (append_suffix_to_symbol): New function.
2448         * text-coding.c (dangling_coding_system_alias_p): New function.
2449         * text-coding.c (Ffind_coding_system):
2450         * text-coding.c (Fcopy_coding_system):
2451         * text-coding.c (encode_coding_no_conversion):
2452         * text-coding.c (syms_of_file_coding):
2453         * text-coding.c (vars_of_file_coding):
2454         Rewrite coding system alias code.
2455         Allow nested aliases, like symbolic links.
2456         Allow redefinition of coding system aliases.
2457         Prevent existence of dangling coding system aliases.
2458         Eliminate convert_to_external_format.
2459         Eliminate convert_to_internal_format.
2460         
2461         * text-coding.c: Change enum eol_type to eol_type_t.
2462
2463 2000-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2464
2465         * mule-charset.c (encode_builtin_char_1): Limit builtin-code-range
2466         of `mojikyo' to MIN_CHAR_MOJIKYO + 94 * 60 * 22.
2467
2468         * char-ucs.h (MAX_CHAR_MOJIKYO): Limit builtin-code-range to
2469         MIN_CHAR_MOJIKYO + 94 * 60 * 22.
2470
2471 2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2472
2473         * mule-charset.c (encode_builtin_char_1): Use `mojikyo' instead of
2474         `ideograph-daikanwa'.
2475
2476         * char-ucs.h (Vcharset_ucs): Deleted because it is not used.
2477         (Vcharset_ucs_bmp): Likewise.
2478         (Vcharset_mojikyo): Add new extern variable definition.
2479         (Vcharset_latin_iso8859_2): Deleted because it is not used.
2480         (Vcharset_latin_iso8859_3): Likewise.
2481         (Vcharset_latin_iso8859_4): Likewise.
2482         (Vcharset_latin_iso8859_9): Likewise.
2483         (Vcharset_latin_viscii_lower): Likewise.
2484         (Vcharset_latin_viscii_upper): Likewise.
2485         (DECODE_CHAR): If charset is `mojikyo-pj-N', corresponding
2486         `mojikyo' code-point is used to decode.
2487         (encode_char_2): New function [to convert `mojikyo' code-point to
2488         Mojikyo font encoding].
2489         (ENCODE_CHAR): Use `encode_char_2' instead of `encode_code_1'.
2490         (breakup_char_1): Likewise.
2491         (CHAR_CHARSET): Use `ENCODE_CHAR' instead of `BREAKUP_CHAR'.
2492
2493 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2494
2495         * text-coding.c (Fmake_coding_system): Add document about
2496         `disable-composition' property.
2497
2498 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2499
2500         * text-coding.c (Qdisable_composition): New variable; delete
2501         `Qcomposite'.
2502         (Fmake_coding_system): Add new property `disable-composite';
2503         delete property `composite'.
2504         (COMPOSE_ADD_CHAR): Use `CODING_SYSTEM_DISABLE_COMPOSITION'
2505         instead of `!CODING_SYSTEM_COMPOSITE'.
2506         (syms_of_file_coding): Add new symbol `disable-composition';
2507         delete symbol `composite'.
2508
2509         * file-coding.h (struct Lisp_Coding_System): Add
2510         `disable_composition'; delete `enable_composition'.
2511         (CODING_SYSTEM_DISABLE_COMPOSITION): New macro; delete
2512         `CODING_SYSTEM_COMPOSITE'.
2513         (XCODING_SYSTEM_DISABLE_COMPOSITION): New macro; delete
2514         `XCODING_SYSTEM_COMPOSITE'.
2515
2516 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2517
2518         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
2519         to 0.15.
2520
2521 2000-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2522
2523         * text-coding.c (Qcomposite): New variable.
2524         (Fmake_coding_system): Add new property `composite'.
2525         (struct decoding_stream): Add `combined_char_count',
2526         `combined_chars' and `combining_table' in UTF-2000.
2527         (COMPOSE_FLUSH_CHARS): New macro.
2528         (COMPOSE_ADD_CHAR): New macro.
2529         (reset_decoding_stream): Reset `str->combined_char_count' and
2530         `str->combining_table' in UTF-2000.
2531         (decode_coding_iso2022): Modify for character-decomposition.
2532         (syms_of_file_coding): Add new symbol `composite'.
2533
2534 2000-04-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2535
2536         * mule-charset.c (Vcharset_latin_tcvn5712): New variable.
2537         (Fput_char_attribute): Set up `Vcharacter_variant_table' instead
2538         of `Vcharacter_composition_table' if `->decomposition' property
2539         has only 1 element.
2540         (Qlatin_tcvn5712): New variable.
2541         (syms_of_mule_charset): Add new symbol `latin-tcvn5712'.
2542         (complex_vars_of_mule_charset): Add new coded-charset
2543         `latin-tcvn5712'.
2544
2545         * char-ucs.h (LEADING_BYTE_LATIN_TCVN5712): New macro.
2546
2547 2000-04-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2548
2549         * file-coding.h (struct Lisp_Coding_System): Add
2550         `enable_composition'.
2551         (CODING_SYSTEM_COMPOSITE): New macro.
2552         (XCODING_SYSTEM_COMPOSITE): New macro.
2553
2554 2000-03-17  MORIOKA Tomohiko  <tomo@m17n.org>
2555
2556         * mule-canna.c (c2mu): Fix problem with UTF-2000.
2557
2558 2000-03-16  MORIOKA Tomohiko  <tomo@m17n.org>
2559
2560         * mule-charset.c (Fput_char_attribute): Don't make mapping-table
2561         if ATTRIBUTE is `ucs' and character-id of CHARACTER = VALUE.
2562
2563 2000-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
2564
2565         * mule-charset.c (Vcharset_mojikyo): New variable.
2566         (Fdefine_char): Don't use coded-charset which does not have
2567         non-builtin character range to allocate character-id.
2568         (Qmojikyo): New variable.
2569         (syms_of_mule_charset): Add new symbol `mojikyo'.
2570         (complex_vars_of_mule_charset): Add new coded-charset `mojikyo'.
2571
2572         * char-ucs.h (LEADING_BYTE_DAIKANWA_EKANJI): New macro.
2573         (LEADING_BYTE_MOJIKYO): New macro.
2574         (MIN_CHAR_MOJIKYO): New macro.
2575         (MIN_CHAR_DAIKANWA): Use `MIN_CHAR_MOJIKYO'.
2576         (MAX_CHAR_MOJIKYO): New macro.
2577
2578 2000-02-12  MORIOKA Tomohiko  <tomo@m17n.org>
2579
2580         * mule-charset.c (remove_char_attribute): Fixed.
2581
2582 2000-02-08  MORIOKA Tomohiko  <tomo@m17n.org>
2583
2584         * mule-charset.c (remove_char_attribute): New function.
2585         (Fremove_char_attribute): New function.
2586         (encode_builtin_char_1): Comment out builtin-support for
2587         greek-iso8859-7 and cyrillic-iso8859-5.
2588         (Fdecode_char): Check `code' is an integer.
2589         (syms_of_mule_charset): Add `remove-char-attribute'.
2590         (MIN_CHAR_GREEK): Deleted.
2591         (MAX_CHAR_GREEK): Likewise.
2592         (MIN_CHAR_CYRILLIC): Likewise.
2593         (MAX_CHAR_CYRILLIC): Likewise.
2594         (complex_vars_of_mule_charset): Don't use MIN_CHAR_GREEK and
2595         MAX_CHAR_GREEK for `greek-iso8859-7'.
2596
2597         * char-ucs.h (MIN_CHAR_GREEK): Comment out.
2598         (MAX_CHAR_GREEK): Likewise.
2599         (MIN_CHAR_CYRILLIC): Likewise.
2600         (MAX_CHAR_CYRILLIC): Likewise.
2601
2602 2000-02-02  MORIOKA Tomohiko  <tomo@m17n.org>
2603
2604         * mule-charset.c (Fdefine_char): Fix problem when new code-point
2605         format is used without `ucs' property.
2606         (Fdecode_char): Fix problem with GR representation.
2607         (complex_vars_of_mule_charset): Don't use `MIN_CHAR_CYRILLIC' and
2608         `MAX_CHAR_CYRILLIC' as range of builtin `cyrillic-iso8859-5'.
2609
2610 2000-01-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
2611
2612         * mule-charset.c (make_builtin_char): New function.
2613         (encode_builtin_char_1): Check ISO-2022-charset is defined or not.
2614         (Fset_charset_mapping_table): Modify for new representation of
2615         code-point.
2616         (Fdecode_char): New function.
2617         (syms_of_mule_charset): Add new builtin function `decode-char' in
2618         UTF-2000.
2619
2620         * char-ucs.h (make_builtin_char): New prototype.
2621         (DECODE_CHAR): New inline function.
2622         (MAKE_CHAR): Use `DECODE_CHAR'.
2623
2624 2000-01-28  MORIOKA Tomohiko  <tomo@m17n.org>
2625
2626         * text-coding.c (parse_charset_conversion_specs): Use
2627         `XCHARSET_CHARS' and `XCHARSET_DIMENSION' instead of
2628         `XCHARSET_TYPE'.
2629         (iso2022_designate): Likewise.
2630
2631         * chartab.c (decode_char_table_range): Use `XCHARSET_CHARS' and
2632         `XCHARSET_DIMENSION' instead of `XCHARSET_TYPE'.
2633
2634         * mule-charset.c (Vcharset_ucs): New variable.
2635         (print_charset): Change design; use `CHARSET_CHARS' and
2636         `CHARSET_DIMENSION' instead of `CHARSET_TYPE'.
2637         (make_charset): Change signature to specify `chars' and
2638         `dimension' instead of `type'.
2639         (range_charset_code_point): Modify for 256^n-set.
2640         (encode_builtin_char_1): Encode as `ucs' in default.
2641         (Fmake_charset): Modify for `make_charset'.
2642         (Fmake_reverse_direction_charset): Likewise.
2643         (Fsplit_char): Use `ENCODE_CHAR' instead of `BREAKUP_CHAR' in
2644         UTF-2000.
2645         (complex_vars_of_mule_charset): Add coded-charset `ucs'; modify
2646         for `make_charset'.
2647
2648         * char-ucs.h (Vcharset_ucs): New variable.
2649         (LEADING_BYTE_UCS): New macro.
2650         (struct Lisp_Charset): Delete `type'; change type of `dimension'
2651         and `chars' to `unsigned short' from `unsigned int'.
2652         (CHARSET_TYPE): Deleted.
2653         (XCHARSET_TYPE): Deleted.
2654
2655 2000-01-27  MORIOKA Tomohiko  <tomo@m17n.org>
2656
2657         * mule-charset.c (charset_code_point): Moved to char-ucs.h.
2658
2659         * char-ucs.h (charset_code_point): Moved from mule-charset.c.
2660         (ENCODE_CHAR): New macro.
2661
2662 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
2663
2664         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
2665         to 0.14 (Kawachi-Katakami).
2666
2667 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
2668
2669         * text-coding.c (char_encode_shift_jis): Modify for
2670         `charset_code_point'.
2671         (char_encode_iso2022): Likewise.
2672
2673         * mule-charset.c (Fput_char_attribute): Use <Lisp_Object>
2674         (integer) instead of list of <Lisp_Object>s (integers) as the
2675         format of code-point of a coded-charset.
2676         (range_charset_code_point): Return <int> instead of <Lisp_Object>.
2677         (encode_builtin_char_1): New function; delete
2678         `split_builtin_char'.
2679         (charset_code_point): Return <int> instead of <Lisp_Object>.
2680         (Fsplit_char): Don't use `SPLIT_CHAR'.
2681
2682         * char-ucs.h (encode_builtin_char_1): New prototype; delete
2683         prototype for `split_builtin_char'.
2684         (range_charset_code_point): Return <int> instead of <Lisp_Object>.
2685         (charset_code_point): Likewise.
2686         (encode_char_1): New inline function; delete `SPLIT_CHAR'.
2687         (breakup_char_1): Use `encode_char_1' instead of `SPLIT_CHAR'.
2688
2689 2000-01-20  MORIOKA Tomohiko  <tomo@m17n.org>
2690
2691         * mule-charset.c (complex_vars_of_mule_charset): Don't define
2692         `japanese-jisx0208-1990' in non-UTF-2000 Mule.
2693
2694 2000-01-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
2695
2696         * mule-charset.c (split_builtin_char): Don't support OBS_94x94.
2697
2698         * char-ucs.h (MIN_CHAR_OBS_94x94): Deleted.
2699         (MAX_CHAR_OBS_94x94): Deleted.
2700
2701 2000-01-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
2702
2703         * mule-charset.c (split_builtin_char): Use `MAX_CHAR_BMP'.
2704
2705         * char-ucs.h (MAX_CHAR_BMP): New macro.
2706
2707 2000-01-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
2708
2709         * text-coding.c: Sync with r21-2-24.
2710
2711 2000-01-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
2712
2713         * file-coding.c: Modify for UTF-2000.
2714
2715 2000-01-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
2716
2717         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
2718         to 0.13 (Takaida).
2719
2720 2000-01-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
2721
2722         * mule-charset.c (split_builtin_char): Delete builtin support for
2723         `katakana-jisx0201'.
2724         (complex_vars_of_mule_charset): Don't map `katakana-jisx0201' to
2725         BMP area in builtin representation.
2726
2727         * char-ucs.h (MAKE_CHAR): Delete builtin support for
2728         `Vcharset_katakana_jisx0201'.
2729
2730 1999-12-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
2731
2732         * mule-charset.c (Vcharset_mojikyo_pj_[1 .. 21]): New variable.
2733         (Qisolated): New variable.
2734         (Qinitial): New variable.
2735         (Qmedial): New variable.
2736         (Qfinal): New variable.
2737         (Qvertical): New variable.
2738         (Qsmall): New variable.
2739         (to_char_code): Use `Qisolated', `Qinitial', `Qmedial', `Qfinal',
2740         `Qvertical' and `Qsmall'.
2741         (Qmojikyo_pj_[1 .. 21]): New variable.
2742         (syms_of_mule_charset): Add new symbols `isolated', `initial',
2743         `medial', `final', `vertical', `small' and `mojikyo-pj-[1 .. 21]'.
2744         (complex_vars_of_mule_charset): Add new charset `mojikyo-pj-[1
2745         .. 21]'.
2746
2747 1999-11-23  MORIOKA Tomohiko  <tomo@etl.go.jp>
2748
2749         * char-ucs.h (MIN_LEADING_BYTE): Changed to -0x60.
2750         (LEADING_BYTE_MOJIKYO_PJ_[1 .. 21]): New macros.
2751         (MAX_LEADING_BYTE_PRIVATE): Changed to `(CHARSET_ID_OFFSET - 32)'.
2752
2753 1999-11-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
2754
2755         * mule-charset.c (Vcharset_japanese_jisx0208_1990): New variable.
2756         (Fdefine_char): Use Group 00 Plane 10 for non-coded variants of
2757         BMP.
2758         (Qjapanese_jisx0208_1990): New variable.
2759         (syms_of_mule_charset): Add new symbol `Qjapanese_jisx0208_1990'.
2760         (complex_vars_of_mule_charset): Add new coded-charset
2761         `japanese-jisx0208-1990'.
2762
2763         * char-ucs.h (LEADING_BYTE_JAPANESE_JISX0208_1990): New macro.
2764         (MIN_CHAR_JIS_X0208_1990): New macro.
2765         (MAX_CHAR_JIS_X0208_1990): New macro.
2766
2767 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2768
2769         * text-coding.c (char_encode_iso2022): Output `~' if ISO 2022
2770         coded-charset is not found.
2771
2772 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2773
2774         * mule-charset.c (Fget_char_attribute): Forgot to `CHECK_CHAR'.
2775         (Fdefine_char): Use `Fmake_char'.
2776
2777 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2778
2779         * mule-charset.c (Vcharset_ideograph_daikanwa): New variable.
2780         (Vcharset_hiragana_jisx0208): Deleted.
2781         (Vcharset_katakana_jisx0208): Deleted.
2782         (Qideograph_daikanwa): New variable.
2783         (Qhiragana_jisx0208): Deleted.
2784         (Qkatakana_jisx0208): Deleted.
2785         (split_builtin_char): Split `ideograph-daikanwa'.
2786         (Fsplit_char): New implementation for UTF-2000.
2787         (syms_of_mule_charset): Add new symbol `ideograph-daikanwa';
2788         delete symbol `hiragana-jisx0208' and `katakana-jisx0208'.
2789         (complex_vars_of_mule_charset): Add new coded-charset
2790         `ideograph-daikanwa'; delete coded-charset `hiragana-jisx0208' and
2791         `katakana-jisx0208'.
2792
2793         * char-ucs.h (LEADING_BYTE_DAIKANWA): New macro.
2794         (LEADING_BYTE_HIRAGANA_JISX0208): Deleted.
2795         (LEADING_BYTE_KATAKANA_JISX0208): Deleted.
2796         (MIN_CHAR_DAIKANWA): New macro.
2797         (MAX_CHAR_DAIKANWA): New macro.
2798
2799 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2800
2801         * data.c (Fstring_to_number): Don't recognize floating point if
2802         base is not 10.
2803
2804 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2805
2806         * mule-charset.c (Fput_char_attribute): Forgot to `CHECK_CHAR'.
2807
2808 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2809
2810         * mule-charset.c (Qsquare): New variable.
2811         (to_char_code): Add `Qsquare'.
2812         (syms_of_mule_charset): Add new symbol `square'.
2813
2814 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2815
2816         * mule-charset.c (Qcircle): New variable.
2817         (to_char_code): Add `Qcircle'.
2818         (syms_of_mule_charset): Add new symbol `circle'.
2819
2820 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2821
2822         * mule-charset.c (Qfont): New variable.
2823         (to_char_code): Add `Qfont'.
2824         (syms_of_mule_charset): Add new symbol `font'.
2825
2826 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2827
2828         * mule-charset.c (Qsub): New variable.
2829         (to_char_code): Add `Qsub'.
2830         (syms_of_mule_charset): Add new symbol `sub'.
2831
2832 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2833
2834         * mule-charset.c (Fput_char_attribute): Convert each element of
2835         VALUE to GL position if ATTRIBUTE is a GR-set,
2836
2837 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2838
2839         * mule-charset.c (Fput_char_attribute): Allow GR code-point if a
2840         coded-charset is a GR-set.
2841
2842 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2843
2844         * mule-charset.c (Fput_char_attribute): Check each element of
2845         VALUE is a byte if ATTRIBUTE is a coded-charset or its name.
2846
2847 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2848
2849         * mule-charset.c (Vcharset_ethiopic_ucs): New variable in
2850         UTF-2000.
2851         (Qethiopic_ucs): New variable in UTF-2000.
2852         (syms_of_mule_charset): Add new symbol `ethiopic-ucs' in UTF-2000.
2853         (complex_vars_of_mule_charset): Add new coded-charset
2854         `ethiopic-ucs' in UTF-2000.
2855
2856         * char-ucs.h (LEADING_BYTE_ETHIOPIC_UCS): New macro.
2857         (LEADING_BYTE_HIRAGANA_JISX0208): Changed to `(CHARSET_ID_OFFSET -
2858         9)'.
2859         (LEADING_BYTE_KATAKANA_JISX0208): Changed to `(CHARSET_ID_OFFSET -
2860         10)'.
2861         (LEADING_BYTE_PRIVATE): Changed to `(CHARSET_ID_OFFSET - 11)'.
2862
2863 1999-11-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
2864
2865         * mule-charset.c (Fset_charset_mapping_table): Fix problem with
2866         `ascii'.
2867
2868 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2869
2870         * mule-charset.c (Vcharacter_variant_table): New variable.
2871         (Q_ucs): New variable.
2872         (Fchar_variants): New function.
2873         (Fput_char_attribute): Register `->ucs' value to
2874         `Vcharacter_variant_table'.
2875         (syms_of_mule_charset): Add new function `char-variants' and new
2876         symbol `->ucs'.
2877         (vars_of_mule_charset): Setup `Vcharacter_variant_table'.
2878
2879 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2880
2881         * mule-charset.c (get_char_code_table): Allow negative character
2882         code.
2883         (put_char_code_table): Likewise.
2884         (Vcharacter_composition_table): New variable.
2885         (Q_decomposition): New variable.
2886         (Qwide): New variable.
2887         (Qnarrow): New variable.
2888         (Qcompat): New variable.
2889         (QnoBreak): New variable.
2890         (Qsuper): New variable.
2891         (Qfraction): New variable.
2892         (to_char_code): New function.
2893         (Fget_composite_char): New function.
2894         (Fput_char_attribute): Register `->decomposition' value to
2895         `Vcharacter_composition_table'.
2896         (syms_of_mule_charset): Add new function `get-composite-char', new
2897         symbol `->decomposition', `wide', `narrow', `compat', `noBreak',
2898         `super' and `fraction'.
2899         (vars_of_mule_charset): Setup `Vcharacter_composition_table'.
2900
2901 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2902
2903         * mule-charset.c (Fchar_attribute_alist): Check the argument is a
2904         character; copy the return value.
2905
2906 1999-11-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
2907
2908         * char-ucs.h (SPLIT_CHAR): Use `split_builtin_char'.
2909
2910         * mule-charset.c (range_charset_code_point): Must use make_int.
2911         (split_builtin_char): New function.
2912
2913 1999-11-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
2914
2915         * mule-charset.c (char_byte_table): Change name from
2916         "char-code-table" to "char-byte-table".
2917         (mark_char_code_table): New function.
2918         (char_code_table_equal): New function.
2919         (char_code_table_hash): New function.
2920         (char_code_table_description): New constant.
2921         (char_code_table): New type.
2922         (make_char_code_table): New function.
2923         (copy_char_code_table): New function.
2924         (get_char_code_table): Modify for `char_code_table' type.
2925         (put_char_code_table): Likewise.
2926         (vars_of_mule_charset): Update `utf-2000-version' to 0.12
2927         (Kashiwara).
2928
2929         * char-ucs.h (char_code_table): New type.
2930         (XCHAR_CODE_TABLE): New macro.
2931         (XSETCHAR_CODE_TABLE): New macro.
2932         (CHAR_CODE_TABLE_P): New macro.
2933         (GC_CHAR_CODE_TABLE_P): New macro.
2934         (struct Lisp_Char_Code_Table): New structure.
2935
2936 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
2937
2938         * mule-charset.c (Fmake_charset): Setup byte_offset for
2939         {94|96}^n-set.
2940
2941 1999-11-09  MORIOKA Tomohiko  <tomo@urania.m17n.org>
2942
2943         * mule-charset.c (Fdefine_char): Fix problem with non-UCS
2944         character.
2945
2946 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
2947
2948         * char-ucs.h (SPLIT_CHAR): Don't make new cell if a charset slot
2949         is found.
2950
2951 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
2952
2953         * mule-charset.c (Fget_char_attribute): If ATTRIBUTE is a name of
2954         charset, it is regarded as a charset.
2955         (put_char_attribute): New function in UTF-2000.
2956         (Fput_char_attribute): If ATTRIBUTE is a charset or a name of
2957         charset, mapping-table of the charset is modified.
2958         (Fdefine_char): New function in UTF-2000.
2959         (Fset_charset_mapping_table): Use `put_char_attribute' instead of
2960         `Fput_char_attribute'.
2961         (syms_of_mule_charset): Add new function `define-char' and new
2962         symbol `ucs' in UTF-2000.
2963         (vars_of_mule_charset): Update `utf-2000-version' to 0.11 (Shiki).
2964
2965 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
2966
2967         * mule-charset.c (Fcharset_name): Define `byte_offset' in
2968         non-UTF-2000 configuration.
2969
2970 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
2971
2972         * text-coding.c (char_encode_shift_jis): Use `charset_code_point'
2973         not to use `XCHARSET_ENCODING_TABLE (Vcharset_latin_jisx0201)'.
2974
2975         * mule-charset.c (mark_charset): `cs->encoding_table' has been
2976         deleted.
2977         (make_charset): Don't use `CHARSET_ENCODING_TABLE(cs)'.
2978         (Fset_charset_mapping_table): Likewise.
2979
2980         * char-ucs.h (struct Lisp_Charset): Delete `encoding_table'.
2981         (CHARSET_ENCODING_TABLE): Delete.
2982         (XCHARSET_ENCODING_TABLE): Delete.
2983         (charset_code_point): New interface.
2984
2985 1999-10-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
2986
2987         * text-coding.c (char_encode_iso2022): Use `charset_code_point'
2988         instead of `charset_get_byte1' and `charset_get_byte2'.
2989
2990         * mule-charset.c, char-ucs.h (charset_get_byte1): Deleted.
2991         (charset_get_byte2): Deleted.
2992
2993 1999-10-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
2994
2995         * char-ucs.h (SPLIT_CHAR): New inline function.
2996         (breakup_char_1): Use `SPLIT_CHAR'.
2997
2998         * mule-charset.c (range_charset_code_point): New function.
2999         (charset_code_point): New function.
3000
3001         * char-ucs.h (range_charset_code_point): New interface.
3002         (breakup_char_1): Use `range_charset_code_point'.
3003
3004 1999-10-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
3005
3006         * mule-charset.c (Fmake_charset): Delete unused local variable
3007         `code_offset'.
3008
3009         * char-ucs.h (Vcharacter_attribute_table): New extern variable.
3010         (breakup_char_1): Find a charset and code-point in
3011         `Vcharacter_attribute_table'.
3012
3013 1999-10-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
3014
3015         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
3016         to 0.10 (Yao).
3017
3018 1999-10-25  MORIOKA Tomohiko  <tomo@etl.go.jp>
3019
3020         * mule-charset.c (Vcharacter_attribute_table): New variable.
3021         (Fchar_attribute_alist): New function.
3022         (Fget_char_attribute): New function.
3023         (Fput_char_attribute): New function.
3024         (Fset_charset_mapping_table): Setup `Vcharacter_attribute_table'
3025         too.
3026         (syms_of_mule_charset): Add new function `char-attribute-alist',
3027         `get-char-attribute' and `put-char-attribute'.
3028         (vars_of_mule_charset): Setup `Vcharacter_attribute_table'.
3029
3030 1999-10-19  MORIOKA Tomohiko  <tomo@etl.go.jp>
3031
3032         * mule-charset.c (Fmake_charset): Just use
3033         `get_unallocated_leading_byte'.
3034
3035         * char-ucs.h (LEADING_BYTE_*): Use ISO-IR numbers for official
3036         sets; don't use final-byte based number for private sets.
3037
3038 1999-10-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
3039
3040         * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
3041         integer.
3042
3043 1999-10-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
3044
3045         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
3046         to 0.9.
3047
3048 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3049
3050         * regex.c (compile_extended_range): Use `CHAR_CHARSET_ID' instead
3051         of `CHAR_LEADING_BYTE' in UTF-2000.
3052
3053         * insdel.c (find_charsets_in_bufbyte_string): Use
3054         `CHAR_CHARSET_ID' instead of `CHAR_LEADING_BYTE' in UTF-2000.
3055         (find_charsets_in_emchar_string): Likewise.
3056
3057         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use
3058         `CHAR_CHARSET_ID' instead of `CHAR_LEADING_BYTE' in UTF-2000.
3059
3060         * char-ucs.h (CHAR_LEADING_BYTE): Deleted.
3061         (CHAR_CHARSET_ID): New macro.
3062
3063 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3064
3065         * chartab.c (get_char_table): Don't use type `Charset_ID' for
3066         charset-id - MIN_LEADING_BYTE.
3067         (put_char_table): Likewise.
3068
3069 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3070
3071         * char-ucs.h (MIN_LEADING_BYTE): Changed to `-0x40'.
3072         (NUM_LEADING_BYTES): Changed to (80 * 3 - MIN_LEADING_BYTE).
3073         (CHARSET_LEADING_BYTE): Don't cast by `Bufbyte'.
3074         (CHARSET_ID_OFFSET): New macro.
3075         (LEADING_BYTE_CONTROL_1): Changed to (CHARSET_ID_OFFSET - 1).
3076         (LEADING_BYTE_UCS_BMP): Changed to (CHARSET_ID_OFFSET - 2).
3077         (LEADING_BYTE_LATIN_VISCII): Changed to (CHARSET_ID_OFFSET - 3).
3078         (LEADING_BYTE_HIRAGANA_JISX0208): Changed to (CHARSET_ID_OFFSET -
3079         4).
3080         (LEADING_BYTE_KATAKANA_JISX0208): Changed to (CHARSET_ID_OFFSET -
3081         5).
3082         (MIN_LEADING_BYTE_PRIVATE): Changed to `MIN_LEADING_BYTE'.
3083         (MAX_LEADING_BYTE_PRIVATE): Changed to (CHARSET_ID_OFFSET - 6).
3084         (CHARSET_ID_OFFSET_94): Changed to (CHARSET_ID_OFFSET - '0').
3085         (CHARSET_ID_OFFSET_96): Changed to (CHARSET_ID_OFFSET_94 + 80).
3086         (CHARSET_ID_OFFSET_94x94): Changed to (CHARSET_ID_OFFSET_96 + 80).
3087
3088 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3089
3090         * mule-charset.c (next_allocated_leading_byte): New variable in
3091         UTF-2000.
3092         (next_allocated_1_byte_leading_byte): Don't define in UTF-2000.
3093         (next_allocated_2_byte_leading_byte): Don't define in UTF-2000.
3094         (get_unallocated_leading_byte): Simply use
3095         `next_allocated_leading_byte' [ignore dimension] in UTF-2000.
3096         (vars_of_mule_charset): Setup `next_allocated_leading_byte' in
3097         UTF-2000.
3098
3099         * char-ucs.h (MIN_LEADING_BYTE_PRIVATE): New macro.
3100         (MAX_LEADING_BYTE_PRIVATE): New macro.
3101         (MIN_LEADING_BYTE_OFFICIAL_2): Deleted.
3102         (MAX_LEADING_BYTE_OFFICIAL_2): Deleted.
3103
3104 1999-10-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3105
3106         * mule-charset.c (Fmake_charset): Allocate final-byte based
3107         charset-id for 94-set, 96-set and 94x94-set.
3108
3109 1999-10-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
3110
3111         * mule-charset.c (char_byte_table_equal): Fill braces to avoid
3112         ambiguous `else'.
3113         (Fmake_charset): Likewise.
3114         (complex_vars_of_mule_charset): Modify the font registry of
3115         `ucs-bmp' not to match `Ethiopic-Unicode'.
3116
3117 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3118
3119         * mule-charset.c (complex_vars_of_mule_charset): Add font
3120         registory of `ucs-bmp'.
3121
3122 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3123
3124         * text-coding.c (char_encode_iso2022): Ignore non-ISO-2022
3125         coded-charsets in `default-coded-charset-priority-list' when
3126         breaking up a character.
3127
3128         * mule-charset.c (Vcharset_latin_viscii): New variable.
3129         (Qlatin_viscii): New variable.
3130         (make_charset): Don't use `decoding_table'.
3131         (Fmake_charset): Regard graphic = 2 as 256^n-set; setup
3132         byte_offset.
3133         (Fset_charset_mapping_table): New implementation.
3134         (syms_of_mule_charset): Add new symbol `latin-viscii'.
3135         (complex_vars_of_mule_charset): Set `graphic' attribute of charset
3136         `ucs-bmp' and `latin_viscii' to 2; change font registry of charset
3137         `latin-viscii-lower' to "MULEVISCII-LOWER"; change font registry
3138         of charset `latin-viscii-upper' to "MULEVISCII-UPPER"; add new
3139         charset `latin_viscii'.
3140
3141         * char-ucs.h (LEADING_BYTE_LATIN_VISCII): New macro.
3142         (CHARSET_TYPE_94X94): Change to 1 from 2.
3143         (CHARSET_TYPE_96): Change to 2 from 1.
3144         (CHARSET_TYPE_128): New macro.
3145         (CHARSET_TYPE_128X128): Change to 5 from 4.
3146         (CHARSET_TYPE_256): New macro.
3147         (CHARSET_TYPE_256X256): Change to 7 from 5.
3148         (MAKE_CHAR): Use `XCHARSET_BYTE_OFFSET(charset)'.
3149
3150 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3151
3152         * text-coding.c (char_encode_shift_jis): Refer
3153         `XCHARSET_ENCODING_TABLE(Vcharset_latin_jisx0201)' instead of
3154         `XCHARSET_TO_BYTE1_TABLE(Vcharset_latin_jisx0201)'.
3155
3156         * mule-charset.c (mark_char_byte_table): New function in UTF-2000.
3157         (char_byte_table_equal): New function in UTF-2000.
3158         (char_byte_table_hash): New function in UTF-2000.
3159         (char_byte_table_description): New constant in UTF-2000.
3160         (char_byte_table): New type in UTF-2000.
3161         (make_char_byte_table): New function in UTF-2000.
3162         (copy_char_byte_table): New function in UTF-2000.
3163         (make_char_code_table): New macro in UTF-2000.
3164         (get_char_code_table): New function in UTF-2000.
3165         (put_char_code_table): New function in UTF-2000.
3166         (mark_charset): Mark `cs->encoding_table' in UTF-2000.
3167         (charset_description): Add setting in UTF-2000.
3168         (make_charset): Setup `CHARSET_ENCODING_TABLE(cs)' instead of
3169         `CHARSET_TO_BYTE1_TABLE(cs)'.
3170         (charset_get_byte1): Refer `XCHARSET_ENCODING_TABLE(charset)'
3171         instead of `XCHARSET_TO_BYTE1_TABLE(charset)'.
3172         (charset_get_byte2): Refer `XCHARSET_ENCODING_TABLE(charset)'
3173         instead of `XCHARSET_TO_BYTE2_TABLE(charset)'.
3174         (Fset_charset_mapping_table): Setup `CHARSET_ENCODING_TABLE(cs)'
3175         instead of `CHARSET_TO_BYTE1_TABLE(cs)' and
3176         `CHARSET_TO_BYTE2_TABLE(cs)'.
3177
3178         * char-ucs.h (char_byte_table): New type.
3179         (XCHAR_BYTE_TABLE): New macro.
3180         (XSETCHAR_BYTE_TABLE): New macro.
3181         (CHAR_BYTE_TABLE_P): New macro.
3182         (GC_CHAR_BYTE_TABLE_P): New macro.
3183         (struct Lisp_Char_Byte_Table): New structure.
3184         (get_char_code_table): New interface.
3185         (Emchar_to_byte_table): Deleted.
3186         (get_byte_from_character_table): Deleted.
3187         (struct Lisp_Charset): Add `encoding_table'; delete
3188         `to_byte1_table' and `to_byte2_table'.
3189         (CHARSET_ENCODING_TABLE): New macro.
3190         (CHARSET_TO_BYTE1_TABLE): Deleted.
3191         (CHARSET_TO_BYTE2_TABLE): Deleted.
3192         (XCHARSET_ENCODING_TABLE): New macro.
3193         (XCHARSET_TO_BYTE1_TABLE): Deleted.
3194         (XCHARSET_TO_BYTE2_TABLE): Deleted.
3195
3196 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
3197
3198         * mule-charset.c (syms_of_mule_charset): Delete charset alias
3199         `vietnamese-viscii-*'.
3200
3201 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
3202
3203         * mule-charset.c (Qvietnamese_viscii_lower): New variable.
3204         (Qvietnamese_viscii_upper): New variable.
3205         (Fdefine_charset_alias): New function.
3206         (syms_of_mule_charset): Add new function `define-charset-alias'.
3207         (syms_of_mule_charset): Rename charset `vietnamese-viscii-*' to
3208         `latin-viscii-*'; define `vietnamese-viscii-*' as aliases for
3209         `latin-viscii-*'.
3210
3211 1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
3212
3213         * char-ucs.h (MIN_CHAR_OBS_94x94): New macro.
3214         (MAX_CHAR_OBS_94x94): New macro.
3215         (breakup_char_1): Support obsolete XEmacs-UCS private code space
3216         for 94x94 sets.
3217
3218         * mule-charset.c (put_byte_from_character_table): Change unit size
3219         from 128 to 256.
3220         (mark_charset): Don't mark `cs->decoding_table' if `UTF2000' is
3221         not defined.
3222         (Fmake_reverse_direction_charset): Modify dummy argument of
3223         `make_charset' for non-UTF-2000 environment.
3224
3225 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3226
3227         * char-ucs.h (MAKE_CHAR): Allow nested decoding-table.
3228
3229         * mule-charset.c (destroy_byte_from_character_table): New macro.
3230         (latin_jisx0201_to_ucs): Deleted.
3231         (latin_iso8859_2_to_ucs): Deleted.
3232         (latin_iso8859_3_to_ucs): Deleted.
3233         (latin_iso8859_4_to_ucs): Deleted.
3234         (latin_iso8859_9_to_ucs): Deleted.
3235         (latin_viscii_lower_to_ucs): Deleted.
3236         (latin_viscii_upper_to_ucs): Deleted.
3237         (mark_charset): Mark `cs->decoding_table'.
3238         (Fcharset_mapping_table): Fix DOC-string.
3239         (Fset_charset_mapping_table): New function.
3240         (syms_of_mule_charset): Add nwe function
3241         `set-charset-mapping-table'.
3242         (complex_vars_of_mule_charset): Don't setup and use
3243         `latin_*_to_ucs'.
3244
3245 1999-10-01  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3246
3247         * char-ucs.h (MAKE_CHAR): Check the result for range-represented
3248         charset.
3249
3250 1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3251
3252         * mule-charset.c (Vcharset_hiragana_jisx0208): New variable.
3253         (Vcharset_katakana_jisx0208): New variable.
3254         (Qhiragana_jisx0208): New variable.
3255         (Qkatakana_jisx0208): New variable.
3256         (make_charset): Add new argument `byte_offset'.
3257         (charset_get_byte1): Modify for new coded-charset definition; use
3258         `XCHARSET_UCS_MIN', `XCHARSET_UCS_MAX', `XCHARSET_CODE_OFFSET' and
3259         `XCHARSET_BYTE_OFFSET'.
3260         (Fmake_charset): Modify for `make_charset'.
3261         (Fmake_reverse_direction_charset): Likewise.
3262         (syms_of_mule_charset): Add new symbols `hiragana-jisx0208' and
3263         `katakana-jisx0208'.
3264         (complex_vars_of_mule_charset): Modify for `make_charset'; quote
3265         `.'  in font registry of charset `katakana-jisx0201',
3266         `latin-jisx0201', `vietnamese-viscii-lower' and
3267         `vietnamese-viscii-upper'; modify DOC-string of charset
3268         `japanese-jisx0208-1978' and `japanese-jisx0208'; modify font
3269         registry of charset `japanese-jisx0208' not to use font for JIS
3270         X0208:1990; add new charset `hiragana-jisx0208' and
3271         `katakana-jisx0208'.
3272
3273         * char-ucs.h (LEADING_BYTE_HIRAGANA_JISX0208): New macro.
3274         (LEADING_BYTE_KATAKANA_JISX0208): New macro.
3275         (struct Lisp_Charset): Add `byte_offset'.
3276         (CHARSET_BYTE_OFFSET): New macro.
3277         (XCHARSET_UCS_MIN): New macro.
3278         (XCHARSET_UCS_MAX): New macro.
3279         (XCHARSET_CODE_OFFSET): New macro.
3280         (XCHARSET_BYTE_OFFSET): New macro.
3281         (MIN_CHAR_HIRAGANA): New macro.
3282         (MAX_CHAR_HIRAGANA): New macro.
3283         (MIN_CHAR_KATAKANA): New macro.
3284         (MAX_CHAR_KATAKANA): New macro.
3285         (MAKE_CHAR): Modify for new coded-charset definition; use
3286         `XCHARSET_UCS_MIN', `XCHARSET_UCS_MAX', `XCHARSET_CODE_OFFSET' and
3287         `XCHARSET_BYTE_OFFSET'.
3288
3289 1999-09-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
3290
3291         * mule-charset.c (CHAR96): Deleted.
3292         (latin_jisx0201_to_ucs): Type is changed from array of <Emchar> to
3293         <Lisp_Object>.
3294         (latin_iso8859_2_to_ucs): Likewise.
3295         (latin_iso8859_3_to_ucs): Likewise.
3296         (latin_iso8859_4_to_ucs): Likewise.
3297         (latin_iso8859_9_to_ucs): Likewise.
3298         (latin_viscii_lower_to_ucs): Likewise.
3299         (latin_viscii_upper_to_ucs): Likewise.
3300         (latin_tcvn5712_to_ucs): Commented out.
3301         (make_charset): Change type of argument `decoding_table' from
3302         <Emchar*> to <Lisp_Object> [vector of characters].
3303         (Fmake_charset): Modify for `make_charset'.
3304         (Fmake_reverse_direction_charset): Likewise.
3305         (Fcharset_mapping_table): New function in UTF-2000.
3306         (syms_of_mule_charset): Setup `Fcharset_mapping_table' in
3307         UTF-2000.
3308         (complex_vars_of_mule_charset): Modify for type change of
3309         `*_to_ucs'; modify for `make_charset'.
3310
3311         * char-ucs.h (struct Lisp_Charset): Change type of
3312         `decoding_table' from <Emchar*> to <Lisp_Object>.
3313         (MAKE_CHAR): Modify for new specification of `decoding_table'.
3314
3315 1999-09-23  MORIOKA Tomohiko  <tomo@etl.go.jp>
3316
3317         * mule-charset.c (Fmake_reverse_direction_charset): Fix compile
3318         error with non-UTF-2000-Mule.
3319
3320 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
3321
3322         * mule-charset.c (Vcharset_chinese_cns11643_3): Deleted [defined
3323         in lisp again].
3324         (Vcharset_chinese_cns11643_4): Likewise.
3325         (Vcharset_chinese_cns11643_5): Likewise.
3326         (Vcharset_chinese_cns11643_6): Likewise.
3327         (Vcharset_chinese_cns11643_7): Likewise.
3328         (Qchinese_cns11643_3): Likewise.
3329         (Qchinese_cns11643_4): Likewise.
3330         (Qchinese_cns11643_5): Likewise.
3331         (Qchinese_cns11643_6): Likewise.
3332         (Qchinese_cns11643_7): Likewise.
3333         (syms_of_mule_charset): Move definitions for `chinese-cns11643-3',
3334         `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
3335         and `chinese-cns11643-7' to lisp/mule/chinese.el.
3336         (complex_vars_of_mule_charset): Likewise.
3337
3338 1999-09-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
3339
3340         * mule-charset.c (charset_get_byte1): Fix bug about 94- and
3341         96-set.
3342         (Fmake_reverse_direction_charset): Inherit CHARSET_DECODING_TABLE,
3343         CHARSET_UCS_MIN, CHARSET_UCS_MAX and CHARSET_CODE_OFFSET.
3344
3345 1999-09-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
3346
3347         * char-ucs.h (MIN_CHAR_HALFWIDTH_KATAKANA): Changed to 0xFF61 from
3348         0xFF60.
3349         (MAKE_CHAR): Change offset for katakana-jisx0201 to 33 from 0x20.
3350         (breakup_char_1): Likewise.
3351
3352         * text-coding.c (char_encode_iso2022): Keep designated charsets if
3353         one of them includes the specified character.
3354
3355 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
3356
3357         * mule-charset.c: Update `utf-2000-version' to 0.8 (Kami).
3358
3359 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
3360
3361         * char-ucs.h (MAKE_CHAR): Fix problem in 2-dimension charset.
3362
3363 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
3364
3365         * mule-charset.c (latin_iso8859_2_to_ucs NULL): Add pseudo
3366         definition for non-UTF-2000 Mule.
3367         (latin_iso8859_3_to_ucs): Likewise.
3368         (latin_iso8859_4_to_ucs): Likewise.
3369         (latin_iso8859_9_to_ucs): Likewise.
3370         (latin_jisx0201_to_ucs): Likewise.
3371         (MIN_CHAR_THAI): Likewise.
3372         (MAX_CHAR_THAI): Likewise.
3373         (MIN_CHAR_GREEK): Likewise.
3374         (MAX_CHAR_GREEK): Likewise.
3375         (MIN_CHAR_HEBREW): Likewise.
3376         (MAX_CHAR_HEBREW): Likewise.
3377         (MIN_CHAR_HALFWIDTH_KATAKANA): Likewise.
3378         (MAX_CHAR_HALFWIDTH_KATAKANA): Likewise.
3379         (MIN_CHAR_CYRILLIC): Likewise.
3380         (MAX_CHAR_CYRILLIC): Likewise.
3381
3382 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
3383
3384         * char-ucs.h (breakup_char_1): Use
3385         `Vdefault_coded_charset_priority_list' for hebrew-iso8859-8,
3386         thai-tis620 and katakana-jisx0201 area.
3387
3388 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3389
3390         * char-ucs.h (breakup_char_1): Use
3391         `Vdefault_coded_charset_priority_list' for cyrillic-iso8859-5
3392         area.
3393
3394         * text-coding.c (reset_encoding_stream): Fixed.
3395         (char_encode_ucs4): Delete `& 255'.
3396
3397         * char-ucs.h (breakup_char_1): Use
3398         `Vdefault_coded_charset_priority_list' for greek-iso8859-7 area.
3399
3400 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3401
3402         * file-coding.c (Fmake_coding_system): Don't set up
3403         `codesys->fixed.size'.
3404         (encode_coding_no_conversion): Don't refer
3405         `str->codesys->fixed.size'.
3406
3407 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3408
3409         * mule-charset.c, char-ucs.h (latin_a_char_to_charset): Deleted.
3410         (latin_a_char_to_byte1): Deleted.
3411         (latin_a_char_to_byte2): Deleted.
3412
3413 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3414
3415         * mule-charset.c (make_charset): Add new argument `ucs_min',
3416         `ucs_max' and `code_offset'.
3417         (charset_get_byte1): New implementation [delete specific charset
3418         depended implementations].
3419         (Fmake_charset): Modify for `make_charset'.
3420         (Fmake_reverse_direction_charset): Likewise.
3421         (complex_vars_of_mule_charset): Likewise.
3422
3423         * char-ucs.h (struct Lisp_Charset): Add `ucs_min', `ucs_max' and
3424         `code_offset'.
3425         (CHARSET_UCS_MIN): New macro.
3426         (CHARSET_UCS_MAX): New macro.
3427         (CHARSET_CODE_OFFSET): New macro.
3428         (MAKE_CHAR): Delete charset depended definitions [except
3429         katakana-jisx0201].
3430
3431 1999-09-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
3432
3433         * char-ucs.h (breakup_char_1): Use
3434         `Vdefault_coded_charset_priority_list' for C0-Controls,
3435         Basic-Latin, C1-Controls and Latin-1-Supplement area.
3436
3437 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3438
3439         * char-ucs.h (charset_get_byte1): New function.
3440         (XCHARSET_GET_BYTE1): Deleted.
3441         (charset_get_byte2): New function.
3442         (XCHARSET_GET_BYTE2): Deleted.
3443         (Vdefault_coded_charset_priority_list): New external variable.
3444         (breakup_char_1): Use `charset_get_byte1', `charset_get_byte2' and
3445         `Vdefault_preferred_coded_charset_list'.
3446
3447         * mule-charset.c (charset_get_byte1): New function.
3448         (charset_get_byte2): New function.
3449         (Vdefault_coded_charset_priority_list): New variable.
3450         (vars_of_mule_charset): Add new variable
3451         `default-coded-charset-priority-list'.
3452
3453 1999-09-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3454
3455         * char-ucs.h (XCHARSET_GET_BYTE1): New inline function.
3456         (XCHARSET_GET_BYTE2): New inline function.
3457         (breakup_char_1): Use `XCHARSET_GET_BYTE1' and
3458         `XCHARSET_GET_BYTE2'.
3459
3460 1999-09-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3461
3462         * mule-charset.c (make_charset): Initialize
3463         `CHARSET_TO_BYTE1_TABLE(cs)' and `CHARSET_TO_BYTE2_TABLE(cs)' by
3464         NULL if table is not defined.
3465
3466 1999-09-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3467
3468         * text-coding.c (char_encode_shift_jis): Use
3469         `XCHARSET_TO_BYTE1_TABLE' for `Vcharset_latin_jisx0201' instead of
3470         `ucs_to_latin_jisx0201'.
3471
3472         * mule-charset.c (ucs_to_latin_jisx0201): Deleted.
3473         (ucs_to_latin_iso8859_2): Deleted.
3474         (ucs_to_latin_iso8859_3): Deleted.
3475         (ucs_to_latin_iso8859_4): Deleted.
3476         (ucs_to_latin_iso8859_9): Deleted.
3477         (ucs_to_latin_viscii_lower): Deleted.
3478         (ucs_to_latin_viscii_upper): Deleted.
3479         (ucs_to_latin_tcvn5712): Deleted.
3480         (make_charset): Add new argument `decoding_table'; set up
3481         `CHARSET_DECODING_TABLE(cs)' in UTF-2000; set up
3482         `CHARSET_TO_BYTE1_TABLE(cs)' for 94-set and 96-set if
3483         `decoding_table' is defined in UTF-2000.
3484         (Fmake_charset): Modify for `make_charset'.
3485         (Fmake_reverse_direction_charset): Likewise.
3486         (complex_vars_of_mule_charset): Likewise; delete `GENERATE_94_SET'
3487         and `GENERATE_96_SET'.
3488
3489         * char-ucs.h (latin_jisx0201_to_ucs): Deleted.
3490         (ucs_to_latin_jisx0201): Deleted.
3491         (latin_iso8859_2_to_ucs): Deleted.
3492         (ucs_to_latin_iso8859_2): Deleted.
3493         (latin_iso8859_3_to_ucs): Deleted.
3494         (ucs_to_latin_iso8859_3): Deleted.
3495         (latin_iso8859_4_to_ucs): Deleted.
3496         (ucs_to_latin_iso8859_4): Deleted.
3497         (latin_iso8859_9_to_ucs): Deleted.
3498         (ucs_to_latin_iso8859_9): Deleted.
3499         (latin_viscii_lower_to_ucs): Deleted.
3500         (ucs_to_latin_viscii_lower): Deleted.
3501         (latin_viscii_upper_to_ucs): Deleted.
3502         (ucs_to_latin_viscii_upper): Deleted.
3503         (struct Lisp_Charset): Renamed `encoding_table' to
3504         `to_byte1_table'; add `to_byte2_table'.
3505         (CHARSET_DECODING_TABLE): New macro.
3506         (CHARSET_TO_BYTE1_TABLE): New macro.
3507         (CHARSET_TO_BYTE2_TABLE): New macro.
3508         (XCHARSET_DECODING_TABLE): New macro.
3509         (XCHARSET_TO_BYTE1_TABLE): New macro.
3510         (XCHARSET_TO_BYTE2_TABLE): New macro.
3511         (MAKE_CHAR): Use `XCHARSET_DECODING_TABLE'; don't use `*_to_ucs'
3512         tables.
3513         (breakup_char_1): Use `XCHARSET_TO_BYTE1_TABLE' if it is defined;
3514         don't use `ucs_to_*' tables.
3515
3516 1999-09-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3517
3518         * text-coding.c (Fmake_coding_system): Don't set up
3519         `codesys->fixed.size'.
3520         (encode_coding_no_conversion): Use `if' instead of `switch'.
3521
3522         * file-coding.h (struct Lisp_Coding_System): Delete `fixed.size'.
3523
3524 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
3525
3526         * mule-charset.c (make_charset): Delete argument `rep_bytes'.
3527         (Fmake_charset): Modify for `make_charset'.
3528         (Fmake_reverse_direction_charset): Likewise.
3529         (complex_vars_of_mule_charset): Likewise.
3530
3531 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
3532
3533         * text-coding.c (char_encode_shift_jis): Use table
3534         `ucs_to_latin_jisx0201' and BREAKUP_CHAR.
3535
3536 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
3537
3538         * text-coding.c (text_encode_generic): Use `if' instead of
3539         `switch'.
3540         (decode_coding_sjis): Use `MAKE_CHAR' and `DECODE_ADD_UCS_CHAR' to
3541         decode JIS-Latin.
3542
3543 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
3544
3545         * text-coding.c (encode_coding_sjis): Deleted.
3546         (char_encode_shift_jis): New function.
3547         (char_finish_shift_jis): New function.
3548         (reset_encoding_stream): Set up `encode_char' and `finish' for
3549         `CODESYS_UCS4' and `CODESYS_SHIFT_JIS'.
3550         (mule_encode): Use generic encoder for `CODESYS_SHIFT_JIS'.
3551         (char_encode_utf8): Treat `eol_type'.
3552
3553 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
3554
3555         * file-coding.c (decode_coding_iso2022): Use
3556         `DECODE_ADD_UCS_CHAR'; don't use `XCHARSET_REP_BYTES'.
3557
3558 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
3559
3560         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
3561         to 0.7 (Hirano).
3562
3563 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
3564
3565         * char-lb.h (CHAR_COLUMNS): New macro.
3566
3567 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
3568
3569         * text-coding.c (char_encode_ucs4): New function.
3570         (char_finish_ucs4): New function.
3571         (encode_coding_ucs4): Deleted.
3572         (mule_encode): Use generic encoder for `CODESYS_UCS4'.
3573         (text_encode_generic): Delete local variable `charset' and `half'.
3574         (ucs_to_mule_table): Deleted.
3575         (mule_to_ucs_table): Deleted.
3576         (Fset_ucs_char): Deleted.
3577         (ucs_to_char): Deleted.
3578         (Fucs_char): Deleted.
3579         (Fset_char_ucs): Deleted.
3580         (Fchar_ucs): Deleted.
3581         (decode_ucs4): Deleted.
3582         (mule_char_to_ucs4): Deleted.
3583         (encode_ucs4): Deleted.
3584         (decode_coding_ucs4): Use `DECODE_ADD_UCS_CHAR'.
3585         (decode_coding_utf8): Likewise.
3586         (decode_coding_iso2022): Likewise; don't use `XCHARSET_REP_BYTES'.
3587         (char_encode_iso2022): Fixed.
3588         (syms_of_file_coding): Delete `Fset_ucs_char', `Fucs_char',
3589         `Fset_char_ucs' and `Fchar_ucs'.
3590         (complex_vars_of_file_coding): Don't initialize
3591         `ucs_to_mule_table'.
3592
3593         * objects-tty.c (tty_initialize_font_instance): Don't use
3594         `XCHARSET_COLUMNS'.
3595
3596         * mule-charset.c (make_charset): Don't set up CHARSET_REP_BYTES in
3597         UTF-2000.
3598
3599         * redisplay-tty.c (tty_output_display_block): Use `CHAR_COLUMNS'
3600         instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
3601
3602         * insdel.c (bufbyte_string_displayed_columns): Use `CHAR_COLUMNS'
3603         instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
3604         (emchar_string_displayed_columns): Likewise.
3605
3606         * indent.c (column_at_point): Use `CHAR_COLUMNS' instead of
3607         `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
3608         (string_column_at_point): Likewise.
3609         (Fmove_to_column): Likewise.
3610
3611         * char-ucs.h (struct Lisp_Charset): Delete `rep_bytes'; add
3612         `encoding_table' and `decoding_table'.
3613         (CHARSET_REP_BYTES): Deleted.
3614         (XCHARSET_REP_BYTES): Deleted.
3615         (XCHARSET_COLUMNS): Deleted.
3616         (CHAR_COLUMNS): New macro.
3617         (lookup_composite_char): Deleted unconditionally.
3618         (composite_char_string): Likewise.
3619
3620 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
3621
3622         * char-ucs.h (Emchar_to_byte_table): New type.
3623         (get_byte_from_character_table): New function interface.
3624         (Vcharset_latin_jisx0201): New variable.
3625         (latin_jisx0201_to_ucs): New variable.
3626         (ucs_to_latin_jisx0201): New variable.
3627         (Vcharset_latin_iso8859_2): New variable.
3628         (latin_iso8859_2_to_ucs): New variable.
3629         (ucs_to_latin_iso8859_2): New variable.
3630         (Vcharset_latin_iso8859_3): New variable.
3631         (latin_iso8859_3_to_ucs): New variable.
3632         (ucs_to_latin_iso8859_3): New variable.
3633         (Vcharset_latin_iso8859_4): New variable.
3634         (latin_iso8859_4_to_ucs): New variable.
3635         (ucs_to_latin_iso8859_4): New variable.
3636         (Vcharset_latin_iso8859_9): New variable.
3637         (latin_iso8859_9_to_ucs): New variable.
3638         (ucs_to_latin_iso8859_9): New variable.
3639         (Vcharset_latin_viscii_lower): New variable.
3640         (latin_viscii_lower_to_ucs): New variable.
3641         (ucs_to_latin_viscii_lower): New variable.
3642         (Vcharset_latin_viscii_upper): New variable.
3643         (latin_viscii_upper_to_ucs): New variable.
3644         (ucs_to_latin_viscii_upper): New variable.
3645         (CHARSET_ID_OFFSET_94): Changed from 0x60 to 0x55.
3646         (LEADING_BYTE_LATIN_VISCII_LOWER): New macro.
3647         (LEADING_BYTE_LATIN_VISCII_UPPER): New macro.
3648         (MAKE_CHAR): Map `latin-iso8859-2', `latin-iso8859-3',
3649         `latin-iso8859-4', `latin-iso8859-9', `latin-jisx0201',
3650         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' to BMP.
3651         (breakup_char_1): Use `ucs_to_latin_iso8859_2',
3652         `ucs_to_latin_iso8859_3', `ucs_to_latin_iso8859_4',
3653         `ucs_to_latin_iso8859_9', `ucs_to_latin_viscii_lower',
3654         `ucs_to_latin_viscii_upper' and `ucs_to_latin_jisx0201' tables.
3655
3656         * mule-charset.c (Vcharset_latin_viscii_lower): New variable.
3657         (Vcharset_latin_viscii_upper): New variable.
3658         (make_byte_from_character_table): New function.
3659         (put_byte_from_character_table): New function.
3660         (get_byte_from_character_table): New function.
3661         (CHAR96): New macro.
3662         (ucs_to_latin_jisx0201): New variable.
3663         (latin_jisx0201_to_ucs): New variable.
3664         (ucs_to_latin_iso8859_2): New variable.
3665         (latin_iso8859_2_to_ucs): New variable.
3666         (ucs_to_latin_iso8859_3): New variable.
3667         (latin_iso8859_3_to_ucs): New variable.
3668         (ucs_to_latin_iso8859_4): New variable.
3669         (latin_iso8859_4_to_ucs): New variable.
3670         (ucs_to_latin_iso8859_9): New variable.
3671         (latin_iso8859_9_to_ucs): New variable.
3672         (ucs_to_latin_viscii_lower): New variable.
3673         (latin_viscii_lower_to_ucs): New variable.
3674         (ucs_to_latin_viscii_upper): New variable.
3675         (latin_viscii_upper_to_ucs): New variable.
3676         (ucs_to_latin_tcvn5712): New variable.
3677         (latin_tcvn5712_to_ucs): New variable.
3678         (Qlatin_viscii_lower): New variable.
3679         (Qlatin_viscii_upper): New variable.
3680         (syms_of_mule_charset): Set up new symbol
3681         `vietnamese-viscii-lower' and `vietnamese-viscii-upper'.
3682         (complex_vars_of_mule_charset): Set up new charset
3683         `vietnamese-viscii-lower' and `vietnamese-viscii-upper'; new macro
3684         `GENERATE_94_SET' and `GENERATE_96_SET'; use them to generate
3685         `ucs_to_<CHARSET>' tables.
3686
3687 1999-09-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
3688
3689         * text-coding.c: New file.
3690
3691 1999-09-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
3692
3693         * mule-charset.c (Fmake_char): Fix problem of 256-set.
3694
3695         * char-ucs.h (Vcharset_ucs_bmp): New variable.
3696         (MAKE_CHAR): Modify for `ucs-bmp'.
3697         (breakup_char_1): Return `ucs-bmp' and code point of BMP for
3698         non-MULE characters of BMP.
3699
3700 1999-09-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
3701
3702         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
3703         to 0.6.
3704
3705 1999-09-05  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3706
3707         * lstream.h:
3708         - Include multibyte.h instead of character.h for `BYTE_ASCII_P'.
3709         - Include character.h for `CHAR_ASCII_P'.
3710
3711         * mb-multibyte.h (CHAR_MULTIBYTE_P): Moved from mule-charset.h.
3712
3713         * mule-charset.h (CHAR_MULTIBYTE_P): Moved to mb-multibyte.h.
3714         (CHAR_ASCII_P): Don't use `CHAR_MULTIBYTE_P'.
3715
3716         * mb-multibyte.h (BYTE_ASCII_P): Moved from char-ucs.h.
3717         (BYTE_C0_P): Likewise.
3718         (BYTE_C1_P): Likewise.
3719         (Lstream_get_emchar_1): Likewise.
3720         (Lstream_fput_emchar): Likewise.
3721         (Lstream_funget_emchar): Likewise.
3722         (copy_internal_to_external): Likewise.
3723         (copy_external_to_internal): Likewise.
3724
3725         * char-ucs.h (BYTE_ASCII_P): Moved to mb-multibyte.h.
3726         (BYTE_C0_P): Likewise.
3727         (BYTE_C1_P): Likewise.
3728         (Lstream_get_emchar_1): Likewise.
3729         (Lstream_fput_emchar): Likewise.
3730         (Lstream_funget_emchar): Likewise.
3731         (copy_internal_to_external): Likewise.
3732         (copy_external_to_internal): Likewise.
3733
3734         * mb-1byte.h (BYTE_ASCII_P): Moved from buffer.h.
3735         (REP_BYTES_BY_FIRST_BYTE): Likewise.
3736
3737         * buffer.h (REP_BYTES_BY_FIRST_BYTE): Moved to mb-1byte.h.
3738         (BYTE_ASCII_P): Moved to mb-1byte.h.
3739
3740 1999-09-04  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3741
3742         * mb-utf-8.h, mb-lb.h: Include mb-multibyte.h.
3743
3744         * multibyte.h: Include mb-1byte.h in unibyte-XEmacs.
3745         (MAX_EMCHAR_LEN): Moved to mb-1byte.h.
3746         (VALID_CHARPTR_P): Moved to mb-*byte.h.
3747         (VALIDATE_CHARPTR_BACKWARD): Likewise.
3748         (VALIDATE_CHARPTR_FORWARD): Likewise.
3749         (simple_charptr_emchar): Moved to mb-multibyte.h.
3750         (simple_set_charptr_emchar): Likewise.
3751         (simple_charptr_copy_char): Likewise.
3752         (non_ascii_charptr_emchar): Likewise.
3753         (non_ascii_set_charptr_emchar): Likewise.
3754         (non_ascii_charptr_copy_char): Likewise.
3755         (charptr_emchar): Moved to mb-*byte.h.
3756         (set_charptr_emchar): Likewise.
3757         (charptr_copy_char): Likewise.
3758
3759         * mb-1byte.h, mb-multibyte.h: New files.
3760
3761 1999-09-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3762
3763         * mb-utf-8.h (MULTIBYTE): New macro.
3764         (MAX_EMCHAR_LEN): Moved from buffer.h.
3765         (REP_BYTES_BY_FIRST_BYTE): Moved from char-ucs.h.
3766
3767         * char-ucs.h (REP_BYTES_BY_FIRST_BYTE): Moved to mb-utf-8.h.
3768
3769         * mb-lb.h, multibyte.h: New files.
3770
3771         * char-1byte.h (Charset_ID): Moved from buffer.h.
3772         (MIN_LEADING_BYTE): Likewise.
3773         (LEADING_BYTE_ASCII): Likewise.
3774         (NUM_LEADING_BYTES): Likewise.
3775         (CHARSETP): Likewise.
3776         (CHARSET_BY_LEADING_BYTE): Likewise.
3777         (XCHARSET_LEADING_BYTE): Likewise.
3778         (XCHARSET_GRAPHIC): Likewise.
3779         (XCHARSET_COLUMNS): Likewise.
3780         (XCHARSET_DIMENSION): Likewise.
3781         (CHAR_CHARSET): Likewise.
3782         (CHAR_LEADING_BYTE): Likewise.
3783         (BREAKUP_CHAR): Likewise.
3784         (Vcharset_ascii): Likewise.
3785
3786         * buffer.h: Include multibyte.h unconditionally.
3787         (VALID_CHARPTR_P): Moved to multibyte.h.
3788         (ASSERT_VALID_CHARPTR): Likewise.
3789         (REAL_INC_CHARPTR): Likewise.
3790         (REAL_INC_CHARBYTIND): Likewise.
3791         (REAL_DEC_CHARPTR): Likewise.
3792         (INC_CHARPTR): Likewise.
3793         (INC_CHARBYTIND): Likewise.
3794         (DEC_CHARPTR): Likewise.
3795         (VALIDATE_CHARPTR_BACKWARD): Likewise.
3796         (VALIDATE_CHARPTR_FORWARD): Likewise.
3797         (charptr_n_addr): Likewise.
3798         (MAX_EMCHAR_LEN): Moved to mb-*.h.
3799         (simple_charptr_emchar): Moved to multibyte.h.
3800         (simple_set_charptr_emchar): Likewise.
3801         (simple_charptr_copy_char): Likewise.
3802         (non_ascii_charptr_emchar): Likewise.
3803         (non_ascii_set_charptr_emchar): Likewise.
3804         (non_ascii_charptr_copy_char): Likewise.
3805         (charptr_emchar): Likewise.
3806         (set_charptr_emchar): Likewise.
3807         (charptr_copy_char): Likewise.
3808         (charptr_emchar_n): Likewise.
3809         (Charset_ID): Moved to char-1byte.h.
3810         (Vcharset_ascii): Likewise.
3811         (CHAR_CHARSET): Likewise.
3812         (CHAR_LEADING_BYTE): Likewise.
3813         (LEADING_BYTE_ASCII): Likewise.
3814         (NUM_LEADING_BYTES): Likewise.
3815         (MIN_LEADING_BYTE): Likewise.
3816         (CHARSETP): Likewise.
3817         (CHARSET_BY_LEADING_BYTE): Likewise.
3818         (XCHARSET_LEADING_BYTE): Likewise.
3819         (XCHARSET_GRAPHIC): Likewise.
3820         (XCHARSET_COLUMNS): Likewise.
3821         (XCHARSET_DIMENSION): Likewise.
3822         (BREAKUP_CHAR): Likewise.
3823
3824 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3825
3826         * character.h: Add document about interface for characters.
3827
3828         * char-ucs.h (CHAR_ASCII_P): Modify name of argument.
3829         (MAKE_CHAR): Delete comment about
3830         `FIELD2_TO_OFFICIAL_LEADING_BYTE' and
3831         `FIELD2_TO_PRIVATE_LEADING_BYTE'.
3832         (BREAKUP_CHAR): Modify name of arguments.
3833         (CHAR_CHARSET): Modify name of argument.
3834
3835         * buffer.h: Delete document about Emchar accessors.
3836
3837 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3838
3839         * character.h (CHAR_INTP): Moved from buffer.h
3840         (CHAR_OR_CHAR_INTP): Likewise.
3841         (XCHAR_OR_CHAR_INT): Likewise.
3842         (CHECK_CHAR_COERCE_INT): Likewise.
3843
3844         * buffer.h (CHAR_INTP): Moved to character.h
3845         (CHAR_OR_CHAR_INTP): Likewise.
3846         (XCHAR_OR_CHAR_INT): Likewise.
3847         (CHECK_CHAR_COERCE_INT): Likewise.
3848
3849 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3850
3851         * character.h:
3852         - Move definitions about UCS-2000 (UCS-4) to char-ucs.h.
3853         - Include char-1byte.h, char-lb.h or char-ucs.h.
3854
3855         * mb-utf-8.h (CHAR_ASCII_P): Moved to char-ucs.h.
3856
3857         * buffer.h: Include character unconditionally.
3858         (valid_char_p): Moved to char-*.h.
3859         (non_ascii_valid_char_p): Moved to char-lb.h.
3860
3861         * char-1byte.h, char-lb.h, char-ucs.h: New files.
3862
3863 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
3864
3865         * mule-ccl.c (ccl_driver): Don't define `CCL_WriteMultibyteChar2'
3866         in UTF-2000 because it is not ported yet and not to use
3867         `FIELD2_TO_OFFICIAL_LEADING_BYTE', `MIN_LEADING_BYTE_OFFICIAL_2',
3868         `FIELD1_TO_OFFICIAL_LEADING_BYTE' and
3869         `FIELD1_TO_PRIVATE_LEADING_BYTE'.
3870
3871         * mb-utf-8.h (CHAR_MULTIBYTE_P): Moved from character.h.
3872         (CHAR_ASCII_P): Moved from character.h.
3873
3874         * character.h (CHAR_MULTIBYTE_P): Moved to mb-utf-8.h.
3875         (CHAR_ASCII_P): Likewise.
3876         (CHAR_FIELD1_MASK): Deleted.
3877         (CHAR_FIELD2_MASK): Deleted.
3878         (CHAR_FIELD3_MASK): Deleted.
3879         (MAX_CHAR_BASIC_LATIN): New macro.
3880         (CHAR_FIELD1): Deleted.
3881         (CHAR_FIELD2_INTERNAL): Deleted.
3882         (CHAR_FIELD3_INTERNAL): Deleted.
3883         (FIELD1_TO_PRIVATE_LEADING_BYTE): Deleted.
3884         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Deleted.
3885         (FIELD2_TO_PRIVATE_LEADING_BYTE): Deleted.
3886         (FIELD2_TO_OFFICIAL_LEADING_BYTE): Deleted.
3887         (MIN_CHAR_FIELD1_OFFICIAL): Deleted.
3888         (MAX_CHAR_FIELD1_OFFICIAL): Deleted.
3889         (MIN_CHAR_FIELD2_PRIVATE): Deleted.
3890         (MAX_CHAR_FIELD2_PRIVATE): Deleted.
3891         (MIN_CHAR_FIELD1_PRIVATE): Deleted.
3892         (MAX_CHAR_FIELD1_PRIVATE): Deleted.
3893         (MULE_CHAR_PRIVATE_OFFSET): Deleted.
3894         (MIN_CHAR_PRIVATE_TYPE9N): Deleted.
3895         (MAX_CHAR_PRIVATE_TYPE9N): Deleted.
3896         (MIN_CHAR_PRIVATE_TYPE9NX9N): Deleted.
3897         (MIN_CHAR_OFFICIAL_TYPE9NX9N): Deleted.
3898         (MIN_CHAR_COMPOSITION): Deleted.
3899         (breakup_char_1): Use `MAX_CHAR_BASIC_LATIN' instead of
3900         `CHAR_ASCII_P'; use `0x7f' instead of `CHAR_FIELD3_INTERNAL'.
3901
3902 1999-09-02  MORIOKA Tomohiko  <tomo@m17n.org>
3903
3904         * buffer.h: Include mb-utf-8.h in UTF-2000.
3905
3906         * character.h (BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h.
3907
3908         * mb-utf-8.h: New file.
3909
3910 1999-09-02  MORIOKA Tomohiko  <tomo@etl.go.jp>
3911
3912         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use `Charset_ID'
3913         instead of `int'.
3914
3915         * mule-charset.h, buffer.h (Charset_ID): New type.
3916
3917 1999-09-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
3918
3919         * mule-canna.c (c2mu): Use `MAKE_CHAR',
3920         `Vcharset_japanese_jisx0212' and `Vcharset_japanese_jisx0208'
3921         instead of `MULE_CHAR_PRIVATE_OFFSET',
3922         `LEADING_BYTE_JAPANESE_JISX0212', `LEADING_BYTE_JAPANESE_JISX0208'
3923         and `FIELD1_TO_OFFICIAL_LEADING_BYTE'.
3924         (m2c): Use `BREAKUP_CHAR' and `XCHARSET_FINAL'.
3925
3926         * character.h (Vcharset_japanese_jisx0212): New variable
3927         definition.
3928
3929 1999-09-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
3930
3931         * mule-charset.c (Vcharset_ucs_bmp): New variable in UTF-2000.
3932         (charset_by_attributes): Delete array about direction.
3933         (latin_a_char_to_charset): New variable in UTF-2000.
3934         (latin_a_char_to_byte1): New variable in UTF-2000.
3935         (latin_a_char_to_byte2): New variable in UTF-2000.
3936         (Qucs_bmp): New variable.
3937         (next_allocated_1_byte_leading_byte): Use `Charset_ID' instead of
3938         `Bufbyte'.
3939         (next_allocated_2_byte_leading_byte): Likewise.
3940         (non_ascii_set_charptr_emchar): Likewise.
3941         (make_charset): Likewise; add `CHARSET_TYPE_128X128' and
3942         `CHARSET_TYPE_256X256' in UTF-2000; modify for
3943         `charset_by_attributes'.
3944         (get_unallocated_leading_byte): Use `Charset_ID' instead of `int'.
3945         (char-charset): Use `CHAR_CHARSET' instead of `CHAR_LEADING_BYTE'
3946         and `CHARSET_BY_LEADING_BYTE'.
3947         (syms_of_mule_charset): Set up `ucs-bmp'; move setting of
3948         `utf-2000-version' to `vars_of_mule_charset'.
3949         (vars_of_mule_charset): Modify for `charset_by_attributes'; don't
3950         define `leading-code-private-11' in UTF-2000; move setting of
3951         `utf-2000-version' from `syms_of_mule_charset'.
3952         (complex_vars_of_mule_charset): Set up charset `ucs-bmp' in
3953         UTF-2000.
3954
3955         * character.h (Charset_ID): New type.
3956         (LEADING_BYTE_UCS_BMP): New macro.
3957         (LEADING_BYTE_CONTROL_1): Changed from 0x8F to 0x81.
3958         (CHARSET_ID_OFFSET_94): New macro.
3959         (MIN_CHARSET_ID_PRIVATE_94): New macro.
3960         (MAX_CHARSET_ID_PRIVATE_94): New macro.
3961         (LEADING_BYTE_ASCII): Changed to use CHARSET_ID_OFFSET_94 and
3962         final-byte.
3963         (LEADING_BYTE_KATAKANA_JISX0201): Likewise.
3964         (LEADING_BYTE_LATIN_JISX0201): Likewise.
3965         (CHARSET_ID_OFFSET_96): New macro.
3966         (LEADING_BYTE_LATIN_ISO8859_1): Changed to use
3967         CHARSET_ID_OFFSET_96 and final-byte.
3968         (LEADING_BYTE_LATIN_ISO8859_2): Likewise.
3969         (LEADING_BYTE_LATIN_ISO8859_3): Likewise.
3970         (LEADING_BYTE_LATIN_ISO8859_4): Likewise.
3971         (LEADING_BYTE_GREEK_ISO8859_7): Likewise.
3972         (LEADING_BYTE_ARABIC_ISO8859_6): Likewise.
3973         (LEADING_BYTE_HEBREW_ISO8859_8): Likewise.
3974         (LEADING_BYTE_CYRILLIC_ISO8859_5): Likewise.
3975         (LEADING_BYTE_LATIN_ISO8859_9): Likewise.
3976         (LEADING_BYTE_THAI_TIS620): Likewise.
3977         (MIN_LEADING_BYTE_PRIVATE_1): Changed from 0x0D0 to 0xD0.
3978         (MAX_LEADING_BYTE_PRIVATE_1): Changed from 0x11f to 0xDF.
3979         (CHARSET_ID_OFFSET_94x94): New macro.
3980         (LEADING_BYTE_CHINESE_BIG5_1): Changed to use
3981         CHARSET_ID_OFFSET_94x94 and final-byte.
3982         (LEADING_BYTE_CHINESE_BIG5_2): Likewise.
3983         (MIN_LEADING_BYTE_PRIVATE_2): Likewise.
3984         (MAX_LEADING_BYTE_PRIVATE_2): Likewise.
3985         (LEADING_BYTE_JAPANESE_JISX0208_1978): Likewise.
3986         (LEADING_BYTE_CHINESE_GB2312): Likewise.
3987         (LEADING_BYTE_JAPANESE_JISX0208): Likewise.
3988         (LEADING_BYTE_KOREAN_KSC5601): Likewise.
3989         (LEADING_BYTE_JAPANESE_JISX0212): Likewise.
3990         (LEADING_BYTE_CHINESE_CCITT_GB): Likewise.
3991         (LEADING_BYTE_CHINESE_CNS11643_*): Likewise.
3992         (LEADING_BYTE_KOREAN_KPS9566): Likewise.
3993         (CHARSET_TYPE_128X128): New macro.
3994         (CHARSET_TYPE_256X256): New macro.
3995         (XCHARSET_PRIVATE_P): Delete unconditionally.
3996         (charset_by_attributes): Delete array about direction.
3997         (CHARSET_BY_LEADING_BYTE): Use `Charset_ID' instead of `int'.
3998         (CHARSET_BY_ATTRIBUTES): Modify for `charset_by_attributes'.
3999         (MIN_CHAR_94): New macro.
4000         (MAX_CHAR_94): New macro.
4001         (MIN_CHAR_96): New macro.
4002         (MAX_CHAR_96): New macro.
4003         (MIN_CHAR_94x94): New macro.
4004         (MAX_CHAR_94x94): New macro.
4005         (MIN_CHAR_96x96): New macro.
4006         (MAX_CHAR_96x96): New macro.
4007         (FIELD1_TO_PRIVATE_LEADING_BYTE): Use `CHARSET_ID_OFFSET_94x94'.
4008         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Likewise.
4009         (FIELD2_TO_PRIVATE_LEADING_BYTE): Use `(MIN_LEADING_BYTE_PRIVATE_1
4010         - 32)'.
4011         (FIELD2_TO_OFFICIAL_LEADING_BYTE): Use `LEADING_BYTE_ASCII'.
4012         (MIN_CHAR_FIELD2_OFFICIAL): Deleted.
4013         (MAX_CHAR_FIELD2_OFFICIAL): Deleted.
4014         (MIN_CHAR_OFFICIAL_TYPE9N): Deleted.
4015         (MAX_CHAR_PRIVATE_TYPE9N): Changed.
4016         (MAKE_CHAR): Use `XCHARSET_FINAL' instead of
4017         `XCHARSET_LEADING_BYTE' to make code-point.
4018         (latin_a_char_to_charset): New variable.
4019         (latin_a_char_to_byte1): New variable.
4020         (latin_a_char_to_byte2): New variable.
4021         (breakup_char_1): Use `latin_a_char_to_{charset|byte1|byte2}' for
4022         Latin Extended-A; use `CHARSET_BY_ATTRIBUTES' instead of
4023         `CHARSET_BY_LEADING_BYTE' to get charset for ISO-2022 characters.
4024
4025         * insdel.c (find_charsets_in_bufbyte_string): Use `Charset_ID'
4026         instead of `unsigned char'; use `MIN_LEADING_BYTE' instead of 128.
4027         (find_charsets_in_emchar_string): Likewise.
4028         (vars_of_insdel): Don't define local variable `i' in UTF-2000.
4029
4030         * file-coding.c (Fdecode_big5_char): Use `Charset_ID' instead of
4031         `int'.
4032         (decode_coding_iso2022): Likewise.
4033
4034         * toolbar-x.c (x_output_toolbar_button): Use `Charset_ID' instead
4035         of `unsigned char'.
4036
4037         * redisplay.c (redisplay_text_width_emchar_string): Use
4038         `Charset_ID' instead of `unsigned char'.
4039         (redisplay_frame_text_width_string): Likewise.
4040
4041         * glyphs.c (glyph_height_internal): Use `Charset_ID' instead of
4042         `unsigned char'.
4043
4044         * faces.h, faces.c (ensure_face_cachel_complete): Use `Charset_ID'
4045         instead of `unsigned char'.
4046         (face_cachel_charset_font_metric_info): Likewise.
4047
4048         * chartab.c (print_char_table): Use `Charset_ID' instead of `int'.
4049         (get_non_ascii_char_table_value): Likewise.
4050         (get_char_table): Likewise.
4051         (put_char_table): Likewise.
4052         (map_over_other_charset): Likewise.
4053         (map_char_table): Likewise.
4054
4055         * buffer.h (find_charsets_in_bufbyte_string): Use `Charset_ID'
4056         instead of `unsigned char'.
4057
4058 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
4059
4060         * character.h (PRE_LEADING_BYTE_PRIVATE_1): Deleted.
4061         (PRE_LEADING_BYTE_PRIVATE_2): Deleted.
4062
4063         * mule-charset.c (leading_code_private_11): Don't define in
4064         UTF-2000.
4065
4066         * mule-ccl.c (ccl_driver): Don't define `CCL_ReadMultibyteChar2'
4067         in UTF-2000 because it is not ported yet and not to use
4068         `PRE_LEADING_BYTE_PRIVATE_1' and `PRE_LEADING_BYTE_PRIVATE_2'.
4069
4070 1999-08-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
4071
4072         * character.h (LEADING_BYTE_COMPOSITE): Deleted.
4073
4074 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4075
4076         * regex.c (re_compile_fastmap): Don't use `LEADING_BYTE_PREFIX_P'
4077         in UTF-2000.
4078
4079         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use int instead
4080         of unsigned char to store leading-byte.
4081
4082         * chartab.c (get_non_ascii_char_table_value): Don't use
4083         `BREAKUP_CHAR_1_UNSAFE' in UTF-2000.
4084
4085         * file-coding.c (encode_coding_big5): Delete bogus implementation
4086         in UTF2000.
4087
4088         * character.h (LEADING_BYTE_*): Delete definition for
4089         non-UTF-2000.
4090         (LEADING_BYTE_PRIVATE_P): Deleted unconditionally.
4091         (LEADING_BYTE_PREFIX_P): Deleted.
4092         (PRIVATE_LEADING_BYTE_PREFIX): Deleted.
4093         (BUFBYTE_FIRST_BYTE_P): Delete definition for non-UTF-2000.
4094         (BUFBYTE_LEADING_BYTE_P): Deleted.
4095         (CHARSET_PRIVATE_P): Deleted unconditionally.
4096         (rep_bytes_by_first_byte): Deleted unconditionally.
4097         (REP_BYTES_BY_FIRST_BYTE): Delete definition for non-UTF-2000.
4098         (FIELD1_TO_PRIVATE_LEADING_BYTE): Likewise.
4099         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Likewise.
4100         (FIELD2_TO_PRIVATE_LEADING_BYTE): Likewise.
4101         (CHAR_FIELD2): Deleted.
4102         (CHAR_FIELD3): Deleted.
4103         (MAKE_CHAR): Delete definition for non-UTF-2000.
4104         (BREAKUP_CHAR_1_UNSAFE): Deleted.
4105         (breakup_char_1): New implementation.
4106         (CHAR_CHARSET): Use `BREAKUP_CHAR'.
4107         (CHAR_LEADING_BYTE): Use `CHAR_CHARSET'.
4108
4109 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4110
4111         * character.h (REP_BYTES_BY_FIRST_BYTE): Change order of
4112         condition.
4113
4114 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4115
4116         * character.h (LEADING_BYTE_PRIVATE_P): Don't define in UTF2000.
4117         (CHARSET_PRIVATE_P): Likewise.
4118         (XCHARSET_PRIVATE_P): Likewise.
4119         (MAKE_CHAR): Don't use XCHARSET_PRIVATE_P in UTF2000.
4120
4121         * file-coding.c (encode_coding_ucs4): Delete bogus implement in
4122         UTF2000.
4123         (decode_coding_iso2022): Don't use XCHARSET_PRIVATE_P in UTF2000.
4124
4125 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4126
4127         * character.h (LEADING_BYTE_*): Changed in UTF2000.
4128         (NUM_LEADING_BYTES): Changed from 128 to 256.
4129         (FIELD1_TO_PRIVATE_LEADING_BYTE): Change value to 0x80 in UTF2000.
4130         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Change value to 0x80 in
4131         UTF2000.
4132         (FIELD2_TO_PRIVATE_LEADING_BYTE): Change value to 0x80 in UTF2000.
4133
4134         * mule-charset.c (Vcharset_chinese_cns11643_3): New variable in
4135         UTF2000.
4136         (Vcharset_chinese_cns11643_4): New variable in UTF2000.
4137         (Vcharset_chinese_cns11643_5): New variable in UTF2000.
4138         (Vcharset_chinese_cns11643_6): New variable in UTF2000.
4139         (Vcharset_chinese_cns11643_7): New variable in UTF2000.
4140         (Qchinese_cns11643_3): New variable in UTF2000.
4141         (Qchinese_cns11643_4): New variable in UTF2000.
4142         (Qchinese_cns11643_5): New variable in UTF2000.
4143         (Qchinese_cns11643_6): New variable in UTF2000.
4144         (Qchinese_cns11643_7): New variable in UTF2000.
4145         (syms_of_mule_charset): Define `chinese-cns11643-3',
4146         `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
4147         and `chinese-cns11643-7' in UTF2000.
4148         (vars_of_mule_charset): Initialize
4149         next_allocated_2_byte_leading_byte by LEADING_BYTE_CHINESE_BIG5_2
4150         + 1 in UTF2000.
4151         (complex_vars_of_mule_charset): Setup charset
4152         `chinese-cns11643-3', `chinese-cns11643-4', `chinese-cns11643-5',
4153         `chinese-cns11643-6' and `chinese-cns11643-7' in UTF2000.
4154
4155 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4156
4157         * mule-charset.c: Move setting for `leading-code-private-11' from
4158         `syms_of_mule_charset' to `vars_of_mule_charset'.
4159
4160 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4161
4162         * mule-charset.h (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE'
4163         and `NUM_LEADING_BYTES' in assert.
4164
4165 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
4166
4167         * character.h (charset_by_leading_byte): Use `NUM_LEADING_BYTES'
4168         instead of 128.
4169         (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' and
4170         `NUM_LEADING_BYTES' instead of 128.
4171
4172 1999-08-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
4173
4174         * mule-charset.h (charset_by_leading_byte): Use
4175         `NUM_LEADING_BYTES' instead of 128.
4176         (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' instead of 128.
4177
4178         * mule-charset.c (charset_by_leading_byte): Use
4179         `NUM_LEADING_BYTES' instead of 128.
4180         (make_charset): Use `MIN_LEADING_BYTE' instead of 128.
4181
4182         * faces.h (FACE_CACHEL_FONT): Use `MIN_LEADING_BYTE' instead of
4183         128.
4184
4185 1999-08-25  MORIOKA Tomohiko  <tomo@etl.go.jp>
4186
4187         * mule-charset.c (syms_of_mule_charset): Update to
4188         0.4 (Shin-Imamiya).
4189
4190 1999-07-13 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
4191
4192         * file-coding.c (encode_coding_sjis): New implementation for
4193         UTF2000.  (decode_coding_sjis): Ditto.
4194
4195 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
4196
4197         * mule-charset.c, character.h (Bytecount rep_bytes_by_first_byte):
4198         Don't define in UTF2000.
4199
4200         * character.h: Include mule-charset.h if CHAR_IS_UCS4 is not
4201         defined.
4202
4203         * redisplay-msw.c, objects-tty.c, objects-msw.c, mule-wnnfns.c,
4204         mule-ccl.c, lstream.h, buffer.h: Include character.h in every
4205         MULE.
4206
4207 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
4208
4209         * config.h.in (CHAR_IS_UCS4): New macro.
4210
4211         * mule-charset.c (rep_bytes_by_first_byte): Modify for
4212         conventional MULE representation.
4213         (syms_of_mule_charset): Update to 0.3 (Imamiya).
4214
4215         * mule-charset.h: Reverted to original.
4216
4217         * redisplay-msw.c, objects-tty.c, objects-msw.c, mule-wnnfns.c,
4218         mule-ccl.c, lstream.h, buffer.h: Use "character.h" instead of
4219         "mule-charset.h" if CHAR_IS_UCS4 is defined.
4220
4221         * character.h: New file.
4222
4223         * file-coding.c (Fmake_coding_system): Set 1 to
4224         `codesys->fixed.size' if TYPE is `no-conversion' and UTF2000 is
4225         defined.
4226         (encode_coding_no_conversion): New implementation for UTF2000.
4227
4228         * file-coding.h (struct Lisp_Coding_System): Add new member
4229         `fixed.size'.
4230
4231 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
4232
4233         * file-coding.c (decode_coding_iso2022): Code-point arguments of
4234         `MAKE_CHAR' must be smaller than 0x80 in UTF2000.
4235         (encode_coding_iso2022): New implementation for UTF2000.
4236
4237 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4238
4239         * mule-canna.c (c2mu): New implementation for UTF2000.
4240         (m2c): Likewise.
4241
4242 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4243
4244         * file-coding.c (encode_coding_no_conversion): Modify for UTF2000.
4245
4246 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4247
4248         * file-coding.c (reset_encoding_stream): Set 0 to
4249         `str->iso2022.current_char_boundary' in UTF2000.
4250         (encode_utf8): Don't define in UTF2000.
4251         (encode_coding_utf8): New implementation for UTF-8 representation
4252         of UTF2000.
4253         (complex_vars_of_file_coding): Define coding-system `utf-8'.
4254
4255 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4256
4257         * mule.c (vars_of_mule): Provide `utf-2000' in UTF2000.
4258
4259         * mule-charset.h (BUFBYTE_FIRST_BYTE_P): Modify for UTF-8 in
4260         UTF2000.
4261         (REP_BYTES_BY_FIRST_BYTE): Likewise.
4262
4263         * buffer.h (non_ascii_valid_char_p): Don't define in UTF2000.
4264
4265         * mule-charset.c (non_ascii_set_charptr_emchar): Don't define
4266         local variables `lb', `c1', `c2' and `charset' in UTF2000; encode
4267         as UTF-8 in UTF2000.
4268         (non_ascii_charptr_emchar): Decode as UTF-8 in UTF2000.
4269         (non_ascii_valid_char_p): Don't define in UTF2000.
4270         (non_ascii_charptr_copy_char): Add case 5 and 6 in UTF2000.
4271         (Lstream_get_emchar_1): Likewise.
4272         (utf-2000-version): New variable in UTF2000.
4273
4274         * lread.c (read_escape): Add new reader `u'.
4275
4276         * insdel.c (three_to_one_table): Don't define in UTF2000.
4277         (bufpos_to_bytind_func): Use `buf->text->mule_size' instead of
4278         `buf->text->mule_shifter' and `buf->text->mule_three_p' in
4279         UTF2000.
4280         (bytind_to_bufpos_func): Likewise.
4281         (buffer_mule_signal_inserted_region): Likewise.
4282         (vars_of_insdel): Don't initialize `three_to_one_table'.
4283         (init_buffer_text): Use `buf->text->mule_size' instead of
4284         `buf->text->mule_shifter' and `buf->text->mule_three_p' in
4285         UTF2000.
4286
4287         * file-coding.c (DECODE_ADD_BINARY_CHAR): New implementation for
4288         UTF-8 representation in UTF2000.
4289         (DECODE_ADD_UCS_CHAR): New macro in UTF2000.
4290         (decode_ucs4): Use `DECODE_ADD_UCS_CHAR' in UTF2000.
4291         (decode_coding_iso2022): Don't define local variable `lb' in
4292         UTF2000; don't use LEADING_BYTE in UTF2000; use
4293         `DECODE_ADD_UCS_CHAR' in UTF2000.
4294         (convert_to_external_format): Decode as UTF-8 in UTF2000.
4295
4296         * config.h.in (UTF2000): New macro.
4297
4298         * buffer.h (struct buffer_text): Add new member `mule_size' and
4299         don't add `mule_shifter' and `mule_three_p' in UTF2000.
4300         (valid_char_p): Return always 1 in UTF2000.
4301         (MAX_EMCHAR_LEN): 6 in UTF2000.
4302         (three_to_one_table): Don't define in UTF2000.
4303         (real_bufpos_to_bytind): Modify for UTF-8 representation in
4304         UTF2000.
4305         (real_bytind_to_bufpos): Likewise.
4306
4307         * alloc.c (Fmake_string): Add case 5 and 6 for UTF2000.
4308
4309 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
4310
4311         * mule-charset.c (rep_bytes_by_first_byte): Modified for character
4312         representation change.
4313         (Vutf_2000_version): New variable.
4314         (leading_code_private_11): New variable.
4315         (syms_of_mule_charset): Add new variables `utf-2000-version' and
4316         `leading-code-private-11'.
4317
4318         * mule-charset.h (LEADING_BYTE_CHINESE_CCITT_GB): New macro.
4319         (LEADING_BYTE_CHINESE_BIG5_1): Changed to 0x96 temporally.
4320         (LEADING_BYTE_CHINESE_CNS11643_1): Changed to 0x97.
4321         (LEADING_BYTE_CHINESE_CNS11643_2): Changed to 0x98.
4322         (LEADING_BYTE_CHINESE_CNS11643_3): New macro.
4323         (LEADING_BYTE_CHINESE_CNS11643_4): Likewise.
4324         (LEADING_BYTE_CHINESE_CNS11643_5): Likewise.
4325         (LEADING_BYTE_CHINESE_CNS11643_6): Likewise.
4326         (LEADING_BYTE_CHINESE_CNS11643_7): Likewise [but not used].
4327         (LEADING_BYTE_CHINESE_BIG5_2): Changed to 0x9D temporally.
4328         (LEADING_BYTE_KOREAN_KPS9566): New macro [but not used].
4329         (CHAR_FIELD1_MASK): Changed to (0x7F << 14).
4330         (MIN_CHAR_GREEK): New macro.
4331         (MAX_CHAR_GREEK): New macro.
4332         (MIN_CHAR_CYRILLIC): New macro.
4333         (MAX_CHAR_CYRILLIC): New macro.
4334         (MIN_CHAR_HEBREW): New macro.
4335         (MAX_CHAR_HEBREW): New macro.
4336         (MIN_CHAR_THAI): New macro.
4337         (MAX_CHAR_THAI): New macro.
4338         (MIN_CHAR_HALFWIDTH_KATAKANA): New macro.
4339         (MAX_CHAR_HALFWIDTH_KATAKANA): New macro.
4340         (CHAR_FIELD2_INTERNAL): New macro [renamed from `CHAR_FIELD2'.
4341         (CHAR_FIELD3_INTERNAL): New macro [renamed from `CHAR_FIELD3'.
4342         (FIELD1_TO_PRIVATE_LEADING_BYTE): Changed to 0xc0.
4343         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Changed to 0x50.
4344         (CHAR_FIELD2): New inline function.
4345         (CHAR_FIELD3): New inline function.
4346         (MULE_CHAR_PRIVATE_OFFSET): New macro.
4347         (MIN_CHAR_OFFICIAL_TYPE9N): Shifted to `MULE_CHAR_PRIVATE_OFFSET'.
4348         (MIN_CHAR_PRIVATE_TYPE9N): Likewise.
4349         (MIN_CHAR_PRIVATE_TYPE9NX9N): Likewise.
4350         (MIN_CHAR_OFFICIAL_TYPE9NX9N): Likewise.
4351         (MIN_CHAR_COMPOSITION): Likewise.
4352         (CHAR_LEADING_BYTE): Modified for character representation change.
4353         (MAKE_CHAR): Likewise.
4354
4355         * lisp.h (Vcharset_latin_iso8859_1): New variable.
4356         (Vcharset_greek_iso8859_7): Likewise.
4357         (Vcharset_cyrillic_iso8859_5): Likewise.
4358         (Vcharset_hebrew_iso8859_8): Likewise.
4359         (Vcharset_thai_tis620): Likewise.
4360         (Vcharset_katakana_jisx0201): Likewise.
4361
4362 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
4363
4364         * XEmacs 21.4.3 "Academic Rigor" is released.
4365
4366 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
4367
4368         * regex.c: Define DECLARE_NOTHING when "lisp.h" is not included.
4369
4370 2001-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
4371
4372         * buffer.c (Vcase_fold_search): Remove obsolete
4373           comment about non ASCII case-fold-search.  This
4374           bug has been fixed by case-table changes.
4375
4376 2001-05-11  Stephen J. Turnbull  <stephen@xemacs.org>
4377
4378         * event-msw.c: Restore include of events-mod.h.
4379
4380 2001-04-22   zhaoway  <zw@debian.org>
4381
4382         * event-stream.c (is_scrollbar_event): Noop returning 0 if
4383         !HAVE_SCROLLBARS.
4384
4385 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
4386
4387         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
4388
4389 2001-05-08  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>
4390
4391         * mule-charset.c (Fmake_charset): Add missing else.
4392
4393 2001-04-23  Ben Wing  <ben@xemacs.org>
4394
4395         * event-msw.c (FAKE_MOD_QUIT):
4396         * event-msw.c (mswindows_dequeue_dispatch_event):
4397         * event-msw.c (mswindows_wnd_proc):
4398         * event-msw.c (emacs_mswindows_quit_p):
4399         Get critical quit working.
4400
4401 2001-05-05  Ben Wing  <ben@xemacs.org>
4402
4403         * console-msw.h:
4404         * device-msw.c:
4405         * device-msw.c (mswindows_get_default_margin):
4406         * frame-msw.c (mswindows_size_frame_internal):
4407         * frame-msw.c (msprinter_init_frame_1):
4408         * frame-msw.c (vars_of_frame_mswindows):
4409         Change top/bottom margin defaults to 0.5 inches.
4410
4411 2001-05-01  Martin Buchholz  <martin@xemacs.org>
4412
4413         Fix link error with gcc 3.0 on Linux.
4414         * terminfo.c (UP): Remove.
4415         * terminfo.c (BC): Remove.
4416         * terminfo.c (PC): Remove.
4417         They weren't used, and in any case, these symbols should be
4418         defined in the *library*.
4419
4420 2001-05-03  Martin Buchholz  <martin@xemacs.org>
4421
4422         * s/aix4.h: Fix crash with xlc -O3.
4423         Improve comment explaining how -O3 works.
4424
4425 2001-04-15  Ben Wing  <ben@xemacs.org>
4426
4427         * event-stream.c:
4428         * event-stream.c (Fnext_event):
4429         * event-stream.c (is_scrollbar_event):
4430         * event-stream.c (execute_command_event):
4431         Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
4432         crash' problem.  His fix introduces other problems.  We filter
4433         out scrollbar events specifically, making them somewhat invisible
4434         to command-building, and not appearing in `this-command-keys'.
4435         More work is still needed (see comments in event-stream.c), but
4436         this fixes all the major problems.
4437
4438 2001-04-20  Ben Wing  <ben@xemacs.org>
4439
4440         * .cvsignore: Added stuff for Windows.
4441
4442 2001-04-28  Ben Wing  <ben@xemacs.org>
4443
4444         * buffer.c (Ferase_buffer):
4445         * editfns.c (buffer_insert1):
4446         * editfns.c (Finsert_before_markers):
4447         * editfns.c (Finsert_string):
4448         * editfns.c (Finsert_char):
4449         * editfns.c (Fdelete_region):
4450         * editfns.c (Fwiden):
4451         * editfns.c (Fnarrow_to_region):
4452         remove bogus lines setting zmacs_region_stays to 0.
4453         
4454 2001-04-15  Gunnar Evermann  <ge204@eng.cam.ac.uk>
4455
4456         * process-unix.c (unix_open_network_stream): If connect() fails
4457         invalidate file descriptor after closing it.
4458
4459 2001-03-08  Mike Alexander  <mta@arbortext.com>
4460
4461         * event-msw.c (mswindows_need_event_in_modal_loop):
4462         Don't dispatch a message if we didn't get one.
4463         (mswindows_need_event):
4464         Terminate the correct process when one exits instead of the first
4465         one on Vprocess_list and look for process termination when in
4466         mswindows_protect_modal_loop.
4467
4468 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
4469
4470         * XEmacs 21.4.1 "Copyleft" is released.
4471
4472 2001-04-19  Glynn Clements  <glynn.clements@virgin.net>
4473
4474         * input-method-motif.c (XIM_delete_frame): New callback.
4475         (XIM_init_frame): Register it.
4476
4477 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
4478
4479         * XEmacs 21.4.0 "Solid Vapor" is released.
4480
4481 2001-04-15  Ben Wing  <ben@xemacs.org>
4482
4483         * cmdloop.c (call_command_loop):
4484         Fix braino in bit-rotting code.
4485         
4486 2001-04-07  Hrvoje Niksic  <hniksic@arsdigita.com>
4487
4488         * extents.c (Fset_extent_endpoints): Force creation of extent info
4489         in buffer_or_string.
4490
4491         * extents.c (process_extents_for_insertion_mapper): Correctly
4492         check for open-open zero-length extents.
4493
4494 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
4495
4496         * lisp.h: New typedefs Memory_count, Element_count.
4497         * regex.c:
4498         * regex.h:
4499         Sign-compare warning elimination: several unsigned -> signed.
4500         Based on work by Ben Wing <ben@xemacs.org>.
4501
4502 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
4503
4504         * XEmacs 21.2.47 "Zephir" is released.
4505
4506 2001-04-02  Jan Vroonhof  <jan@xemacs.org>
4507
4508         * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
4509
4510 2001-04-03  Mike Sperber <mike@xemacs.org>
4511
4512         * search.c: Revert previous patch due because of release.
4513
4514 2001-03-30  Ben Wing  <ben@xemacs.org>
4515
4516         * s\cygwin32.h:
4517         Add missing killpg prototype.
4518
4519         * elhash.c:
4520         Add a comment about fixing problems when a new entry is added
4521         while mapping.
4522
4523         * frame-msw.c (mswindows_init_frame_1):
4524         Fix compile warnings.
4525
4526         * menubar.c (vars_of_menubar):
4527         Provide `menu-accelerator-support' to indicate that we properly
4528         support %_ in menu specifications, so that package code can
4529         conditionalize on this (and remove %_ from menu specifications
4530         on older versions).
4531
4532         * event-msw.c:
4533         * scrollbar-msw.c:
4534         * scrollbar-msw.c (can_scroll):
4535         * scrollbar-msw.h:
4536         Fix handling of mouse wheel under Windows to follow standards --
4537         now scrolls window under pointer, not selected window.
4538
4539 2001-03-31  Mike Sperber <mike@xemacs.org>
4540
4541         * search.c (Freplace_match): Support FSF-style specification of
4542         match subexpression when applied to a buffer.
4543
4544 2001-03-15  Martin Buchholz  <martin@xemacs.org>
4545
4546         * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
4547         function to modify KEYMAP, so map over a copy of the hash table.
4548
4549 2001-03-21  Martin Buchholz <martin@xemacs.org>
4550
4551         * XEmacs 21.2.46 "Urania" is released.
4552
4553 2001-03-20  Dan Holmsand  <dan@eyebee.com>
4554
4555         * realpath.c (xrealpath): Make file-truename work with symlinks to
4556         /cygdrive paths on cygwin. Always lowercase drive-letters on
4557         native windows.
4558         (cygwin_readlink): Don't try to find canonical filename unless
4559         file exists.
4560
4561 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
4562
4563         * ChangeLog: Log GTK merge.
4564
4565         * dumper.c:
4566         * select-x.c:
4567         * specifier.c:
4568         * symeval.h:
4569         Revert gratuitous whitespace changes from GTK merge.
4570
4571         * emacs.c: Document end of complex #ifdef @ l. 1495.
4572
4573
4574 2001-03-12  Andy Piper  <andy@xemacs.org>
4575
4576         * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
4577         have to do likewise.
4578
4579 2001-03-12  Andy Piper  <andy@xemacs.org>
4580
4581         * sysdep.c: we only support mingw now.
4582
4583 2001-03-09  Andy Piper  <andy@xemacs.org>
4584
4585         * unexcw.c (copy_executable_and_dump_data_section): making approx
4586         overrun a warning only.
4587
4588 2001-03-10  William M. Perry  <wmperry@aventail.com>
4589
4590         * faces.c (complex_vars_of_faces): Rewrote the font mucking to
4591         satisfy Stephen's identical-after-cpp plea.
4592
4593 2001-03-02  Ben Wing  <ben@xemacs.org>
4594
4595         * cmds.c:
4596         * cmds.c (Fforward_char):
4597         * syntax.c:
4598         * window.c:
4599
4600         Augment documentation of the most common motion commands to make
4601         note of the shifted-motion support.
4602         
4603 2001-03-02  Ben Wing  <ben@xemacs.org>
4604
4605         * nt.c (mswindows_fstat):
4606         * nt.c (mswindows_stat):
4607         * search.c (boyer_moore):
4608         Fix compile warnings under Windows.
4609         
4610         * sysdep.c (sys_readdir):
4611         Fix buggy filename-conversion code under Mule.
4612
4613 2001-03-09  William M. Perry  <wmperry@aventail.com>
4614
4615         * Makefile.in.in:
4616         * config.h.in:
4617         * console.c:
4618         * console.h:
4619         * device.c:
4620         * device.h:
4621         * dragdrop.c:
4622         * emacs.c:
4623         * event-stream.c:
4624         * events.c:
4625         * events.h:
4626         * faces.c:
4627         * frame.h:
4628         * general-slots.h:
4629         * glyphs.c:
4630         * gutter.c:
4631         * inline.c:
4632         * lisp.h:
4633         * lrecord.h:
4634         * make-src-depend:
4635         * redisplay-output.c:
4636         * redisplay.c:
4637         * symsinit.h:
4638         * sysfile.h:
4639         * toolbar.c:
4640         * window.c:
4641         The Great GTK Merge.
4642
4643         * ChangeLog.GTK:
4644         * console-gtk.c:
4645         * console-gtk.h:
4646         * device-gtk.c:
4647         * emacs-marshals.c:
4648         * emacs-widget-accessors.c:
4649         * event-gtk.c:
4650         * frame-gtk.c:
4651         * gccache-gtk.c:
4652         * gccache-gtk.h:
4653         * glade.c:
4654         * glyphs-gtk.c:
4655         * glyphs-gtk.h:
4656         * gtk-glue.c:
4657         * gtk-xemacs.c:
4658         * gtk-xemacs.h:
4659         * gui-gtk.c:
4660         * gui-gtk.h:
4661         * menubar-gtk.c:
4662         * native-gtk-toolbar.c:
4663         * objects-gtk.c:
4664         * objects-gtk.h:
4665         * redisplay-gtk.c:
4666         * scrollbar-gtk.c:
4667         * scrollbar-gtk.h:
4668         * select-gtk.c:
4669         * toolbar-gtk.c:
4670         * ui-byhand.c:
4671         * ui-gtk.c:
4672         * ui-gtk.h:
4673         The Great GTK Merge: new files.
4674
4675 2001-02-26  Ben Wing  <ben@xemacs.org>
4676
4677         Reapplied Lstream change.
4678
4679 2001-02-26  Ben Wing  <ben@xemacs.org>
4680
4681         Undid the last change, since it is more controversial than I
4682         thought.  It should be back in at some point soon.
4683         
4684 2001-02-25  Ben Wing  <ben@xemacs.org>
4685
4686         * buffer.c:
4687         * callproc.c (Fold_call_process_internal):
4688         * event-msw.c (ntpipe_slurp_reader):
4689         * event-msw.c (ntpipe_shove_writer):
4690         * event-msw.c (winsock_reader):
4691         * event-msw.c (winsock_writer):
4692         * file-coding.c:
4693         * file-coding.c (detect_eol_type):
4694         * file-coding.c (detect_coding_type):
4695         * file-coding.c (determine_real_coding_system):
4696         * file-coding.c (Fdetect_coding_region):
4697         * file-coding.c (decoding_reader):
4698         * file-coding.c (decoding_writer):
4699         * file-coding.c (mule_decode):
4700         * file-coding.c (Fdecode_coding_region):
4701         * file-coding.c (encoding_reader):
4702         * file-coding.c (encoding_writer):
4703         * file-coding.c (mule_encode):
4704         * file-coding.c (Fencode_coding_region):
4705         * file-coding.c (detect_coding_sjis):
4706         * file-coding.c (decode_coding_sjis):
4707         * file-coding.c (encode_coding_sjis):
4708         * file-coding.c (detect_coding_big5):
4709         * file-coding.c (decode_coding_big5):
4710         * file-coding.c (encode_coding_big5):
4711         * file-coding.c (detect_coding_ucs4):
4712         * file-coding.c (decode_coding_ucs4):
4713         * file-coding.c (encode_coding_ucs4):
4714         * file-coding.c (detect_coding_utf8):
4715         * file-coding.c (decode_coding_utf8):
4716         * file-coding.c (encode_coding_utf8):
4717         * file-coding.c (detect_coding_iso2022):
4718         * file-coding.c (decode_coding_iso2022):
4719         * file-coding.c (encode_coding_iso2022):
4720         * file-coding.c (decode_coding_no_conversion):
4721         * file-coding.c (encode_coding_no_conversion):
4722         * glyphs-x.c (write_lisp_string_to_temp_file):
4723         * gpmevent.c (tty_get_foreign_selection):
4724         * lisp.h:
4725         * lstream.c:
4726         * lstream.c (Lstream_flush_out):
4727         * lstream.c (Lstream_adding):
4728         * lstream.c (Lstream_write_1):
4729         * lstream.c (Lstream_write):
4730         * lstream.c (Lstream_raw_read):
4731         * lstream.c (Lstream_read_more):
4732         * lstream.c (Lstream_read):
4733         * lstream.c (Lstream_unread):
4734         * lstream.c (Lstream_fputc):
4735         * lstream.c (stdio_reader):
4736         * lstream.c (stdio_writer):
4737         * lstream.c (filedesc_reader):
4738         * lstream.c (filedesc_writer):
4739         * lstream.c (lisp_string_reader):
4740         * lstream.c (struct fixed_buffer_stream):
4741         * lstream.c (make_fixed_buffer_input_stream):
4742         * lstream.c (make_fixed_buffer_output_stream):
4743         * lstream.c (fixed_buffer_reader):
4744         * lstream.c (fixed_buffer_writer):
4745         * lstream.c (struct resizing_buffer_stream):
4746         * lstream.c (resizing_buffer_writer):
4747         * lstream.c (dynarr_writer):
4748         * lstream.c (lisp_buffer_reader):
4749         * lstream.c (lisp_buffer_writer):
4750         * lstream.h:
4751         * lstream.h (lstream_implementation):
4752         * lstream.h (struct lstream):
4753         * md5.c (Fmd5):
4754         * process-nt.c (nt_send_process):
4755         * process-unix.c (unix_send_process):
4756         
4757         Correct Lstream lossage due to mixing of signed and unsigned
4758         quantities.  All Lstream uses of size_t and ssize_t are now a
4759         single signed data type Lstream_data_count.  This fixes problems
4760         under Windows with sending large quantities of data to a process,
4761         and may well fix other subtle bugs.
4762
4763 2001-02-23  Martin Buchholz <martin@xemacs.org>
4764
4765         * XEmacs 21.2.45 "Thelxepeia" is released.
4766
4767 2001-02-21  Martin Buchholz  <martin@xemacs.org>
4768
4769         * lisp-union.h (XSETINT): 
4770         (XSETCHAR):
4771         (XSETOBJ): 
4772         Reverse previous change of 2001-02-06.
4773
4774 2001-02-20  Matt Tucker  <tuck@whistlingfish.net>
4775
4776         Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
4777         buffers.
4778         * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
4779         * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
4780         Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
4781         * regex.c (POS_AS_IN_BUFFER): removed
4782         * regex.c (re_search_2):
4783         * regex.c (re_match_2):
4784         Don't use an offset of 1 when calculating buffer positions, since
4785         `BI_BUF_BEGV' does it already.
4786
4787 2001-02-18  Wim Dumon  <wim@easics.be>
4788
4789         * insdel.c (prepare_to_modify_buffer): Also check for
4790         supersession when clash-detection is enabled. 
4791
4792 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
4793
4794         * regex.c (re_match_2_internal):
4795         Convert temp characters from 'const unsigned char' to 're_char'.
4796         Fix crashing bug with extended characters under mule.
4797         * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
4798         syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
4799         font-lock, pdump, and new syntax-table code.
4800         * syntax.c (find_start_of_comment):
4801         (find_end_of_comment):
4802         (forward-comment):
4803         Fix crashing bugs involving moving beyond end of buffer.
4804         * syntax.c (find_start_of_comment):
4805         Fixed logic to allow proper detection of cases where the same
4806         character is used to end both a two-char comment start and a
4807         two-char comment end sequence. Fixes `(forward-comment -1)'.
4808         * syntax.c (find_start_of_comment):
4809         Return position just past last comment-end character for all cases
4810         (previously was only done for two-char comment-end sequences).
4811         * syntax.c (forward-comment):
4812         Take value returned from `find_end_of_comment', rather than
4813         incrementing it.
4814         * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
4815         Properly deal with BUFFERP (syntax_cache.object)
4816
4817 2001-02-17  Martin Buchholz  <martin@xemacs.org>
4818
4819         * alloc.c (Fgarbage_collect): 
4820         * alloc.c (make_bit_vector_from_byte_vector):
4821         -Wsign-compare-correctness.
4822
4823 2001-02-16  Martin Buchholz  <martin@xemacs.org>
4824
4825         * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
4826         (XSETCHAR): Likewise.
4827         (XSETOBJ): Likewise.
4828
4829 2001-02-15  Martin Buchholz  <martin@xemacs.org>
4830
4831         * mule-canna.c (canna-func-delete_previous): 
4832         Rename to canna-func-delete-previous.
4833
4834 2001-02-14  Martin Buchholz  <martin@xemacs.org>
4835
4836         * mule-ccl.c (ccl_driver): Warning suppression.  Use countof.
4837
4838 2001-02-13  Matt Tucker  <tuck@whistlingfish.net>
4839
4840         * font-lock.c (find_context): Fix C++ compile errors introduced by
4841         recent patch
4842
4843 2001-02-13  Martin Buchholz  <martin@xemacs.org>
4844
4845         * s/aix4.h: Later versions of IBM C compiler need a bug workaround
4846         pragma, but earlier ones barf on the same pragma.
4847
4848 2001-02-06  Mike Sperber <mike@xemacs.org>
4849
4850         * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
4851         `configure-mule-lisp-directory'.
4852
4853 2001-02-12  Martin Buchholz  <martin@xemacs.org>
4854
4855         Make sure dump-id.c is compiled in the same way as other .c's.
4856         Fixes pdump compilation failure with HP's cc, which defaults to K&R.
4857         * dump-id.h: Remove.
4858         * emacs.c: Move dump-id.h into dumper.h.
4859         * dumper.h: Move dump-id.h into dumper.h.
4860         * Makefile.in.in:
4861         Use standard .c.o rule for building dump-id.o.
4862         Remove preprocessor flags from link command.
4863         Add dump-id.o to ${otherobjs} if PDUMP.
4864
4865 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
4866
4867         Port FSF 20.7 syntax table improvements.
4868         * syntax.c.
4869         * syntax.h.
4870
4871         Fixups for new syntax table stuff.
4872         * dired.c: Include syntax.c.
4873         (Fdirectory_files): Initialize regex_match_object and
4874         regex_emacs_buffer.
4875         * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
4876         and Fget_char_property.
4877
4878         Use ported FSF 20.7 syntax table improvements.
4879         * font-lock.c.
4880         * regex.c.
4881         * search.c.
4882         
4883 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4884
4885         * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
4886         Unixware's enum boolean from sys/types.h.
4887
4888 2001-02-10  Martin Buchholz  <martin@xemacs.org>
4889
4890         Fix support for building with latest Purify.
4891         * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
4892         (PURIFY_FLAGS): Likewise.
4893
4894 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4895
4896         * fileio.c (lisp_string_set_file_times): New.
4897         * fileio.c (Fcopy_file): Use it.
4898         Fixes bug:
4899         (copy-file filename non-ascii-filename t t)
4900         ==> No such file or directory, non-ascii-filename
4901
4902 2001-02-10  Martin Buchholz  <martin@xemacs.org>
4903
4904         * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
4905         USHRT_MAX seems clearer than ~0 anyways.
4906
4907 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4908
4909         dumper improvements.  Inspired by Olivier.
4910         * dumper.c (pdump_max_align): New.
4911         * dumper.c (pdump_add_entry): Use pdump_max_align.
4912         * dumper.c (pdump_get_entry_list): Likewise.
4913         * dumper.c (pdump_scan_by_alignment): Likewise.
4914         Don't iterate through unnecessary alignments.
4915         * dumper.c (pdump_file_get): No need to align result of malloc().
4916         * dumper.c (pdump_mallocadr): Remove.  
4917         The result of malloc() is guaranteed to be maximally aligned.
4918         * dumper.c: s/elmt/elt/g;
4919         * dumper.c (pdump_object_table): Allocate dynamically, not statically.
4920         * dumper.c (pdump_alert_undump_object): Likewise.
4921         * dumper.c (pdump_align_table): 
4922         Don't support alignments > 64.
4923         Store ALIGNOF's, not shift counts, in table.
4924
4925 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4926
4927         * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
4928         * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
4929         * systime.h: Use HAVE_UTIME.
4930         * sysdep.c (struct utimbuf): Remove.
4931         * sysdep.c (set_file_times): Prefer utime() to utimes().
4932         * config.h.in (HAVE_UTIME): New.
4933         * config.h.in (HAVE_UTIME_H): Remove.
4934         * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
4935
4936 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4937
4938         * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
4939
4940 2001-02-08  Martin Buchholz  <martin@xemacs.org>
4941
4942         * s/irix6-0.h: Use the standard system memmove, not bcopy.
4943
4944 2001-02-08  Martin Buchholz <martin@xemacs.org>
4945
4946         * XEmacs 21.2.44 "Thalia" is released.
4947
4948 2001-02-06  Martin Buchholz  <martin@xemacs.org>
4949
4950         Fixes crashes in kill-emacs on some systems.
4951         * process-unix.c (unix_kill_child_process):
4952         It's OK for kill() to fail with ESRCH.
4953
4954 2001-02-07  Martin Buchholz  <martin@xemacs.org>
4955
4956         Contortions to make .gdbinit tricks work on most systems.
4957         * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
4958         * alloc.c (dbg_valmask): Make non-const.
4959         * alloc.c (dbg_typemask): Make non-const.
4960         * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
4961         * alloc.c (dbg_valbits): Make non-const.
4962         * alloc.c (dbg_gctypebits): Make non-const.
4963         * .gdbinit (decode_object): Make it work with AIX cc.
4964
4965 2001-02-06  Martin Buchholz  <martin@xemacs.org>
4966
4967         * elhash.c (make_general_lisp_hash_table):
4968         Use simpler and more efficient calloc to clear entries.
4969
4970 2001-02-07  Martin Buchholz  <martin@xemacs.org>
4971
4972         * window.c (window_scroll): Work around an AIX C compiler bug.
4973         Fixes 'scroll-up' does nothing problem with xlC.
4974
4975 2001-02-05  Martin Buchholz  <martin@xemacs.org>
4976
4977         * .gdbinit: Remove obsolete comment.
4978
4979 2001-01-31  Mike Alexander  <mta@arbortext.com>
4980
4981         * select.c (Fown_selection_internal): Set owned_p for device
4982         method correctly.
4983
4984 2001-02-01  Martin Buchholz  <martin@xemacs.org>
4985
4986         Port to g++ 2.97.
4987         "not" cannot be used as a macro name as it is an operator in C++
4988         * config.h.in: Stop #defining `not'.
4989         * chartab.c (check_category_char): not ==> not_p
4990         * chartab.h: Likewise.
4991         * regex.c (re_match_2_internal): Likewise.
4992
4993 2001-02-02  Martin Buchholz  <martin@xemacs.org>
4994
4995         * lisp-disunion.h: Fix up comments.
4996
4997 2001-01-31  Martin Buchholz  <martin@xemacs.org>
4998
4999         * keymap.c (define_key_check_and_coerce_keysym):
5000         (syms_of_keymap):
5001         Support mouse-6 and mouse-7 bindings in the obvious way.
5002
5003 2001-02-01  Martin Buchholz  <martin@xemacs.org>
5004
5005         * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
5006
5007 2001-01-30  Martin Buchholz  <martin@xemacs.org>
5008
5009         Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
5010         Previous patch missed DEFVAR_INT_MAGIC.
5011         Make sure future DEFVAR_foo use correct types.
5012         * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
5013         * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
5014         * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
5015         * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
5016         * (DEFVAR_INT): Likewise.
5017         * redisplay.c (vertical_clip): Should be of type Fixnum.
5018         * redisplay.c (horizontal_clip): Likewise.
5019         * lisp.h (dump_add_opaque_int): New.
5020         (dump_add_opaque_fixnum): New.
5021
5022 2001-01-29  Andy Piper  <andy@xemacs.org>
5023
5024         * glyphs-widget.c (check_valid_int_or_function): allow symbols
5025         since they can be eval'ed
5026
5027 2001-01-29  Martin Buchholz  <martin@xemacs.org>
5028
5029         * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
5030         Oops, XEmacs redefines `class'.  Use `typename' instead.
5031
5032 2001-01-28  Martin Buchholz  <martin@xemacs.org>
5033
5034         * dumper.c: Fix C++ compile errors.
5035
5036 2001-01-29  Martin Buchholz  <martin@xemacs.org>
5037
5038         * tparam.c: Use correct prototypes.
5039
5040 2001-01-28  Martin Buchholz  <martin@xemacs.org>
5041
5042         * sysproc.h: #include util.h for NetBSD's openpty.
5043
5044 2001-01-27  Martin Buchholz  <martin@xemacs.org>
5045
5046         More 64-bit correctness.
5047         The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
5048         Use a typedef `fixnum' for the type used for DEFVAR_INT.
5049         Fix up comments.
5050         This finally finishes the 64-bit SGI port.
5051         Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
5052         * symbols.c: Fix up comments and type casts.
5053         * symbols.c (do_symval_forwarding): s/int/Fixnum/g
5054         * symbols.c (store_symval_forwarding): s/int/Fixnum/g
5055         * symeval.h (Fixnum): New type.
5056         * symeval.h (symbol_value_type): Fix up comment.
5057
5058         * commands.h:
5059         * nt.c:
5060         * emacs.c:
5061         * data.c:
5062         * redisplay.c:
5063         * abbrev.c:
5064         * dired-msw.c:
5065         * event-Xt.c:
5066         * eldap.c:
5067         * window.c:
5068         * sound.c:
5069         * event-stream.c:
5070         * eval.c:
5071         * buffer.c:
5072         * mule-canna.c: A million DEFVAR_INTs here...
5073         * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
5074         * extents.c:
5075         * cmdloop.c:
5076         * lisp.h:
5077         * select-x.c:
5078         * console-x.h:
5079         * event-msw.c:
5080         * mule-wnnfns.c:
5081         * hpplay.c:
5082         * ralloc.c:
5083         * alloc.c:
5084         * keymap.c:
5085         * profile.c:
5086         s/int/Fixnum/g in DEFVAR_INT declarations.
5087
5088 2001-01-26  Martin Buchholz  <martin@xemacs.org>
5089
5090         Port pdump to SGI alignment-sensitive environment.
5091         Lisp Object sizeof methods now return aligned sizes.  Rely on that.
5092         Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
5093         properly aligned.
5094         Define and use aligned reading and writing macros.
5095         Use buffered stdio instead of posix i/o for faster dumping.
5096         Eliminate kludgy 256 byte space for header.
5097         Read and write from dump file using structs for alignment safety.
5098         * dumper.c (pdump_align_stream): New.
5099         * dumper.c (PDUMP_ALIGN_OUTPUT): New.
5100         * dumper.c (PDUMP_READ_ALIGNED): New.
5101         * dumper.c (PDUMP_WRITE_ALIGNED): New.
5102         * dumper.c (pdump_static_Lisp_Object): New struct.
5103         * dumper.c (pdump_static_pointer): New struct.
5104         * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
5105         * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
5106         * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
5107         * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
5108
5109         * dumper.c (pdump_backtrace):
5110         * dumper.c (pdump_get_indirect_count):
5111         * dumper.c (pdump_register_object):
5112         * dumper.c (pdump_register_struct):
5113         * dumper.c (pdump_reloc_one):
5114         * dumper.c (pdump_scan_by_alignment):
5115         * dumper.c (pdump_dump_from_root_struct_ptrs):
5116         * dumper.c (pdump_dump_opaques):
5117         * dumper.c (pdump_dump_rtables):
5118         * dumper.c (pdump_dump_from_root_objects):
5119         * dumper.c (pdump):
5120         * dumper.c (pdump_load_finish):
5121         Use aligned reading and writing.
5122
5123         * dumper.c (pdump_free): Make static.
5124         * dumper.c (pdump_hFile): Likewise.
5125         * dumper.c (pdump_hMap): Likewise.
5126
5127 2001-01-26  Martin Buchholz <martin@xemacs.org>
5128
5129         * XEmacs 21.2.43 "Terspichore" is released.
5130
5131 2001-01-25  Martin Buchholz  <martin@xemacs.org>
5132
5133         Type fiddling for window_config.saved_windows_count
5134         * window.c (struct window_config): 
5135         Make saved_windows_count member unsigned.
5136         * window.c (sizeof_window_config_for_n_windows): 
5137         Make parameter unsigned.
5138         * window.c (mark_window_config):
5139         * window.c (window_config_equal):
5140         * window.c (free_window_configuration):
5141         * window.c (Fset_window_configuration):
5142         * window.c (count_windows):
5143         * window.c (Fcurrent_window_configuration):
5144         * window.c (reinit_vars_of_window):
5145         Update all callers and users.
5146
5147 2001-01-25  Martin Buchholz  <martin@xemacs.org>
5148
5149         Alignment correctness for flexible arrays.
5150         * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
5151         Make alignment-correct. Add interesting comments.
5152         * alloc.c (size_vector):
5153         * alloc.c (make_vector_internal):
5154         * alloc.c (make_bit_vector_internal):
5155         * alloc.c (sweep_bit_vectors_1):
5156         * fns.c (size_bit_vector):
5157         Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
5158         * window.c (sizeof_window_config_for_n_windows): 
5159         Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
5160
5161 2001-01-24  Martin Buchholz  <martin@xemacs.org>
5162
5163         * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
5164
5165 2001-01-23  Andy Piper  <andy@xemacs.org>
5166
5167         * select.c (Fown_selection_internal): pass owned_p
5168
5169         * select-msw.c (mswindows_own_selection): New Signature.
5170
5171         * console.h (struct console_methods): add owned_p to
5172         _own_selection.
5173
5174         * select-x.c (x_own_selection): pass owned_p
5175         (hack_motif_clipboard_selection): use owned_p
5176         (vars_of_select_x): new variable -
5177         x_selection_strict_motif_ownership.
5178
5179 2001-01-23  Martin Buchholz  <martin@xemacs.org>
5180
5181         * specifier.h (specifier_data_offset): Remove pointless parens.
5182         * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
5183
5184 2001-01-24  Martin Buchholz  <martin@xemacs.org>
5185
5186         Make Lisp_Object sizeof methods be alignment-correct.
5187         pdump must restore objects to the same alignment as the C compiler
5188         assumes.  It really matters on SGIs.
5189         * lstream.c (aligned_sizeof_lstream): New.
5190         (sizeof_lstream): Use aligned_sizeof_lstream.
5191         (Lstream_new): Likewise.
5192         * opaque.c (aligned_sizeof_opaque): New.
5193         (sizeof_opaque): Use aligned_sizeof_opaque.
5194         (make_opaque): Likewise.
5195         * specifier.c (aligned_sizeof_specifier): New.
5196         (sizeof_specifier): Use aligned_sizeof_specifier.
5197         (make_specifier_internal): Likewise.
5198
5199 2001-01-23  Martin Buchholz  <martin@xemacs.org>
5200
5201         * lstream.h (struct lstream): Use max_align_t for trailing data.
5202         * specifier.h (struct Lisp_Specifier): Likewise.
5203
5204 2001-01-22  Martin Buchholz  <martin@xemacs.org>
5205
5206         * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
5207         (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
5208         (CCL_SUSPEND): Likewise.
5209         (CCL_INVALID_CMD): Likewise.
5210         (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
5211         (ccl_driver): Likewise.
5212         (CCL_WRITE_CHAR): Macro hygiene.
5213         (CCL_WRITE_STRING): Macro hygiene.
5214
5215 2001-01-22  Martin Buchholz  <martin@xemacs.org>
5216
5217         Port "portable" dumper to SunOS 4 and HP-UX.
5218         * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
5219         * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
5220         * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
5221
5222 2001-01-22  Martin Buchholz  <martin@xemacs.org>
5223
5224         * lisp.h (ALIGNOF): A better definition for C++.
5225
5226 2001-01-20  Martin Buchholz  <martin@xemacs.org>
5227
5228         Macro hygiene.
5229         Fix printf warnings: int format, long int arg.
5230         * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
5231         (PUSH_FAILURE_POINT): Use correct printf formats.
5232         (POP_FAILURE_POINT): Use correct printf formats.  
5233         Use do {...} while (0)
5234
5235 2001-01-20  Martin Buchholz <martin@xemacs.org>
5236
5237         * XEmacs 21.2.42 "Poseidon" is released.
5238
5239 2001-01-20  Martin Buchholz  <martin@xemacs.org>
5240
5241         * console-x.h: typo fix du jour.  Remove #if 0'ed code.
5242
5243 2001-01-19  Martin Buchholz  <martin@xemacs.org>
5244
5245         De-kludgify FIXED_TYPE free list frobbing.
5246         Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
5247         * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
5248         * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
5249         * alloc.c (Lisp_Free): New pseudo lisp object definition.
5250         * alloc.c (LRECORD_FREE_P): New.
5251         * alloc.c (MARK_LRECORD_AS_FREE): New.
5252         * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
5253         * alloc.c (STRUCT_FREE_P): Deleted.
5254         * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
5255         * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
5256         * alloc.c (STRING_CHARS_FREE_P): New.
5257         * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
5258         * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
5259         * alloc.c (FREE_FIXED_TYPE): Use new definitions.
5260         * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
5261         * alloc.c (resize_string): Use new definitions.
5262         * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
5263         * alloc.c (verify_string_chars_integrity): Use new definitions.
5264         * alloc.c (compact_string_chars): Use new definitions.
5265         * alloc.c: Update monster comments.
5266         * lrecord.h (lrecord_type): Add some new lrecord types for
5267         alloc.c's use.
5268
5269 2001-01-18  Martin Buchholz  <martin@xemacs.org>
5270
5271         Improve alignment hackery.
5272         * lisp.h (ALIGNOF): Better definition for the non-gcc case.
5273         (max_align_t): Moved from opaque.h - general purpose.
5274         (ALIGN_PTR): Use size_t, not long.
5275         * opaque.h (max_align_t): Move to lisp.h.
5276
5277 2001-01-18  Norbert Koch  <nk@LF.net>
5278
5279         * gui.h: Fix and add prototypes to fix build problems.
5280
5281 2001-01-18  Martin Buchholz  <martin@xemacs.org>
5282
5283         temacs is going away, so `dump-temacs' is now a bad name.
5284         * .dbxrc (dump-temacs): Rename to `dmp'.
5285         * .gdbinit (dump-temacs): Rename to `dmp'.
5286
5287 2001-01-17  Andy Piper  <andy@xemacs.org>
5288
5289         * glyphs.c (print_image_instance): comment to make martin happy.
5290
5291         * glyphs-x.c (x_redisplay_widget): update faces after a frame
5292         change.
5293
5294         * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
5295         activation.
5296         (mswindows_tab_control_redisplay): warning suppression.
5297
5298         * glyphs-widget.c (widget_update): re-write to cope with updated
5299         items.
5300         (widget_instantiate): use new gui_item functions.
5301         (tab_control_update): deleted.
5302         (progress_gauge_update): deleted.
5303         (image_instantiator_progress_guage): take out update reference.
5304         (image_instantiator_tree_view): ditto.
5305         (image_instantiator_tab_control): ditto.
5306
5307         * gui.c (widget_gui_parse_item_keywords): new function. Do things
5308         Right the new way.
5309         (gui_item_add_keyval_pair): re-write to cope with descriptors and
5310         return whether anything was changed.
5311         (update_gui_item_keywords): as it sounds.
5312
5313         * gui.h: declare widget_gui_parse_item_keywords.
5314
5315         * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
5316         (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
5317
5318 2001-01-17  Martin Buchholz <martin@xemacs.org>
5319
5320         * XEmacs 21.2.41 "Polyhymnia" is released.
5321
5322 2001-01-16  Didier Verna  <didier@xemacs.org>
5323
5324         * glyphs.c (image_instantiate): don't use fallbacks when
5325         instantiating a face's background pixmap by inheritance.
5326
5327 2001-01-14  Mike Sperber <mike@xemacs.org>
5328
5329         * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
5330         Conditionalize accordingly.
5331
5332 2001-01-16  Martin Buchholz  <martin@xemacs.org>
5333
5334         * dumper.c (pdump_file_get): Fix a compiler warning.
5335
5336 2001-01-15  Martin Buchholz  <martin@xemacs.org>
5337
5338         Make Purify happy when pdumping.
5339         * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
5340         iniitalizing all bits of new lisp object memory.
5341         * symbols.c (Fmake_local_variable): Likewise.
5342         * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
5343         * symbols.c (Fdefvaralias): Likewise.
5344         * mule-charset.c (vars_of_mule_charset): Likewise.
5345
5346 2001-01-15  Martin Buchholz  <martin@xemacs.org>
5347         Add the `-nd' flag when running pre-dump operations under the debugger.
5348         * .dbxrc (run-temacs): Add `-nd'.
5349         * .dbxrc (update-elc): Likewise.
5350         * .dbxrc (dump-temacs): Likewise.
5351         * .gdbinit (run-temacs): Likewise.
5352         * .gdbinit (check-temacs): Likewise.
5353         * .gdbinit (update-elc): Likewise.
5354         * .gdbinit (dump-temacs): Likewise.
5355
5356 2001-01-14  Martin Buchholz  <martin@xemacs.org>
5357
5358         Allow building 64-bit executables on AIX with GNU malloc, e.g.
5359         export OBJECT_MODE=64
5360         configure --pdump --use-union-type=no
5361         * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
5362         * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
5363
5364         * miscplay.c (sndcnv8U_2mono):
5365         Avoid two uses of `++' in the same expression.
5366         Suppresses a GCC warning.
5367
5368 2001-01-13  Martin Buchholz  <martin@xemacs.org>
5369
5370         Make sure future compilers don't miscompile alloc.c.
5371         * alloc.c:
5372         (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
5373         (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
5374
5375 2001-01-12  Martin Buchholz  <martin@xemacs.org>
5376
5377         * dumper.c: A little post-pdump-rename comment fixup.
5378
5379 2001-01-09  Jerry James  <james@eecs.ku.edu>
5380
5381         * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
5382
5383 2001-01-13  Martin Buchholz  <martin@xemacs.org>
5384
5385         * *.[ch]: Globally rename symbols using the following `pdump-rename'
5386         script:
5387         #!/bin/sh
5388         replace_symbol () {
5389           (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
5390         }
5391
5392         replace_symbol pdump_wire_lists pdump_weak_object_chains
5393         replace_symbol pdump_wire_list dump_add_weak_object_chain
5394
5395         replace_symbol pdump_wires pdump_root_objects
5396         replace_symbol pdump_wire dump_add_root_object
5397
5398         replace_symbol pdump_dump_wired pdump_dump_from_root_objects
5399         replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
5400
5401         replace_symbol dumpstructinfos pdump_root_struct_ptrs
5402         replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
5403         replace_symbol dumpstructinfo pdump_root_struct_ptr
5404         replace_symbol dumpstruct dump_add_root_struct_ptr
5405
5406         replace_symbol dumpopaque dump_add_opaque
5407         replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
5408         replace_symbol dumpopaqueinfos pdump_opaques
5409         replace_symbol dumpopaqueinfo pdump_opaque
5410
5411         replace_symbol nb_structdump nb_root_struct_ptrs
5412         replace_symbol nb_opaquedump nb_opaques
5413
5414         replace_symbol align_table pdump_align_table
5415         replace_symbol dump_header pdump_header
5416
5417         replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
5418         replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
5419
5420
5421 2001-01-12  Martin Buchholz  <martin@xemacs.org>
5422
5423         * s/aix4.h: Keep the C for AIX compiler from overaggressively
5424         optimizing bytecount_to_charcount().
5425
5426 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
5427
5428         * config.h.in:
5429         (HAVE_DLFCN_H): Removed.
5430         * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
5431
5432 2001-01-06  Martin Buchholz  <martin@xemacs.org>
5433
5434         Portable dumper maintainability improvements.
5435         * alloc.c (staticpro):
5436         * alloc.c (staticpro_nodump):
5437         * alloc.c (garbage_collect_1):
5438         * alloc.c (reinit_alloc_once_early):
5439         * alloc.c (init_alloc_once_early):
5440         * alloc.c: Move dumper functions to alloc.c.
5441         * dumper.c (pdump_backtrace):
5442         * dumper.c (pdump_dump_structs):
5443         * dumper.c (pdump_dump_opaques):
5444         * dumper.c (pdump_dump_rtables):
5445         * dumper.c (pdump_dump_wired):
5446         * dumper.c (pdump):
5447         * dumper.c (pdump_load_check):
5448         * dumper.c (pdump_load_finish):
5449         * dumper.c (pdump_file_unmap):
5450         * dumper.c (pdump_file_get):
5451         * dumper.c (pdump_resource_free):
5452         * dumper.c (pdump_resource_get):
5453         * dumper.c (pdump_file_free):
5454         * dumper.c (pdump_file_try):
5455         * dumper.c (pdump_load):
5456         Remove fixed size limits on staticpro(), staticpro_nodump(),
5457         dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
5458         Remove custom code for dumping lrecord_implementations_table - use
5459         dumpopaque instead.
5460         Remove (most of the) custom code for dumping staticpros - dump it
5461         like any other dynarr.
5462
5463         * alloc.h: Removed.  No longer useful, since dumper now more self-contained.
5464         * dumper.c: Moved functions from alloc.c.
5465         * alloc.c (dumpstruct): Moved to dumper.c.
5466         * alloc.c (dumpopaque): Likewise.
5467         * alloc.c (pdump_wire): Likewise.
5468         * alloc.c (pdump_wire_list): Likewise.
5469
5470         * lisp.h (Dynarr_sizeof): New.
5471         * lisp.h (Dynarr_begin): New.  Very slightly C++oid.
5472         * lisp.h (Dynarr_end): New.  Very slightly C++oid.
5473         * lisp.h (Lisp_Object_ptr_dynarr): New.  For staticpros.
5474
5475         * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
5476         * lisp.h (dumpopaque): ditto.
5477         * lisp.h (pdump_wire): ditto.
5478         * lisp.h (pdump_wire_list): ditto.
5479
5480 2001-01-09  Martin Buchholz  <martin@xemacs.org>
5481
5482         * make-src-depend (PrintPatternDeps):
5483         Use `sort' to make output independent of perl version.
5484
5485 2001-01-08  Martin Buchholz  <martin@xemacs.org>
5486
5487         Port to Netbsd 1.5.
5488         * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
5489         * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
5490
5491 2001-01-03  Didier Verna  <didier@xemacs.org>
5492
5493         * event-stream.c (emacs_handle_focus_change_preliminary): ensure
5494         that `focus_frame' is alive before thinking of calling
5495         `redisplay_redraw_cursor' on it.
5496
5497 2001-01-08  Martin Buchholz <martin@xemacs.org>
5498
5499         * XEmacs 21.2.40 is released.
5500
5501 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
5502
5503         * regex.c: Replace PREFETCH with REGEX_PREFETCH.
5504
5505 2001-01-06  Martin Buchholz  <martin@xemacs.org>
5506
5507         * alloc.c (dbg_valmask): Make const.
5508         * alloc.c (dbg_typemask): Make const.
5509         * alloc.c (dbg_USE_UNION_TYPE): Make const.
5510         * alloc.c (dbg_valbits): Make const.
5511         * alloc.c (dbg_gctypebits): Make const.
5512
5513 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
5514
5515         * redisplay-x.c (x_bevel_area):
5516         redisplay.h (struct rune):
5517         Typo fixes in comments.
5518
5519 2001-01-05  Andy Piper  <andy@xemacs.org>
5520
5521         * glyphs-x.c (x_redisplay_widget): use size changed for offset
5522         adjustment.
5523
5524         * menubar.c (menubar_visible_p_changed): don't mark frame changed.
5525
5526 2001-01-05  Martin Buchholz  <martin@xemacs.org>
5527
5528         * alloc.c (pure-bytes-used): Remove unused mendacious variable.
5529
5530         * mule-ccl.c (stack_idx_of_map_multiple):
5531         Non const global data must not be initialized!
5532         Found by MIYASHITA Hisashi.
5533
5534 2001-01-02  Andy Piper  <andy@xemacs.org>
5535
5536         * frame.c (change_frame_size): make sure frame size is always
5537         marked as changed.
5538
5539         * glyphs.c (image_instance_layout): minor code reuse.
5540
5541         * window.c (Fcurrent_window_configuration): revert previous
5542         change.
5543
5544 2001-01-02  Martin Buchholz  <martin@xemacs.org>
5545
5546         * glyphs.h:
5547         * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
5548
5549 2000-12-31  Andy Piper  <andy@xemacs.org>
5550
5551         * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
5552         when widget gets unmapped.
5553
5554         * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
5555         function. Make sure widgets losing focus don't just drop it.
5556         (handle_focus_event_1): record the widget with focus.
5557
5558 2000-12-31  Andy Piper  <andy@xemacs.org>
5559
5560         * window.c (allocate_window): use
5561         make_image_instance_cache_hash_table.
5562         (make_dummy_parent): ditto.
5563         (Fset_window_configuration): ditto.
5564
5565         * glyphs.h (INSTANTIATOR_TYPE): new macro.  declare new functions.
5566
5567         * glyphs.c (process_image_string_instantiator): use
5568         INSTANTIATOR_TYPE.
5569         (get_image_instantiator_governing_domain): ditto.
5570         (normalize_image_instantiator): ditto.
5571         (instantiate_image_instantiator): ditto.
5572         (make_image_instance_1): ditto.
5573         (image_instantiate): ditto. Key on glyph *and* instantiator type.
5574         (instantiator_eq_equal): new function for use with instance hash
5575         tables.
5576         (instantiator_eq_hash): ditto.
5577         (make_image_instance_cache_hash_table): create a suitable hash
5578         table for storing image instances.
5579
5580         * elhash.h (hash_table_weakness): new internal weakness type
5581         HASH_TABLE_KEY_CAR_VALUE_WEAK.
5582         declare new functions.
5583
5584         * elhash.c (finish_marking_weak_hash_tables): introduce yet
5585         another weakness type for glyphs.
5586         (make_standard_lisp_hash_table): new function split out from
5587         make_general_lisp_hash_table.
5588         (make_lisp_hash_table): call make_standard_lisp_hash_table.
5589         (hash_table_instantiate): ditto.
5590         (Fmake_hash_table): ditto.
5591
5592 2000-12-31  Martin Buchholz <martin@xemacs.org>
5593
5594         * XEmacs 21.2.39 is released.
5595
5596 2000-12-29  Andy Piper  <andy@xemacs.org>
5597
5598         * menubar.c (menubar_visible_p_changed): signal the frame changed.
5599
5600         * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
5601         the frame has changed so that we pick up geometry changes such as
5602         menubar visibility.
5603
5604 2000-12-28  Andy Piper  <andy@xemacs.org>
5605
5606         * lastfile.c (my_ebss): make a char array so we can pad the
5607         bss. Fixes cygwin unexec.
5608
5609         * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
5610
5611 2000-12-26  Andy Piper  <andy@xemacs.org>
5612
5613         * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
5614         comments and try and be more precise about a non-/SIGIO world.
5615         (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
5616         SIGIO.
5617
5618         * redisplay-output.c (redisplay_normalize_glyph_area): make sure
5619         we don't normalize to zero width or height.
5620
5621 2000-12-24  Andy Piper  <andy@xemacs.org>
5622
5623         * Makefile.in.in (ldflags): add -mwindows when appropriate.
5624
5625 2000-08-18  Golubev I. N.  <gin@mo.msk.ru>
5626
5627         * s/sco5.h: SCO 5 has pty support.
5628
5629 2000-07-20  Kazuyuki IENAGA <ienaga@xemacs.org>
5630
5631         * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
5632         input-method-xlib.c contains whole contents of input-method-xfs.c,
5633         so we can use input-method-xlib.c's code for USE_XFONTSET
5634         using #ifdefs.
5635         * input-method-xfs.c: removed.
5636
5637 2000-12-20  Stephen Turnbull  <stephen@xemacs.org>
5638
5639         * file-coding.h (enum coding_category_type): reorder enumerators to
5640         make autodetection safer.  Make CODING_CATEGORY_LAST an enumerator
5641         (now one greater than largest real coding_category_type enumerator).
5642         * file-coding.c (coding_category_symbol, coding_category_by_priority,
5643         coding_category_system, fcd_descriptihon_1, decode_coding_category,
5644         Fcoding_category_list, Fset_coding_priority_list,
5645         Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
5646         vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
5647
5648 2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
5649
5650         * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
5651         * redisplay-output.c (redisplay_output_window): Clear top of window
5652         when face is changed.
5653         * redisplay-x.c (x_redraw_exposed_window): Call
5654         redisplay_clear_top_of_window.
5655         * redisplay.h: Publish redisplay_clear_top_of_window.
5656
5657 2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
5658
5659         * buffer.c (Fkill_buffer): Map over all devices.
5660         * window.c (window_loop): Remove UNSHOW_BUFFER code.
5661         (list_windows): New function.
5662         (list_all_windows): Ditto.
5663         (Freplace_buffer_in_windows): Use them.
5664
5665 2000-02-02   Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
5666
5667         * database.c (berkdb_subtype): Recognize new subtype `queue'.
5668         (Fopen_database): Use `db_create' instead of `db_open'.
5669         (syms_of_database): Initialize Qqueue.
5670
5671 2000-12-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
5672
5673         * buffer.c (common_init_complex_vars_of_buffer): Initialize
5674         buffer_local_face_property.
5675         * buffer.h (struct buffer): New member buffer_local_face_property.
5676         * window.c (Fset_window_buffer):  Mark window's face as changed
5677         when buffer has buffer local face.
5678         * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
5679         * objects.c (color_after_change): Set buffer_local_face_property
5680         when locale of face specifier is buffer.
5681         * objects.c (font_after_change): Ditto.
5682         * objects.c (face_boolean_after_change): Ditto.
5683         * glyphs.c (image_after_change): Ditto.
5684
5685 2000-12-09  Dan Holmsand  <dan@eyebee.com>
5686
5687         * nt.c (mswindows_fstat): Report file permissions, volume serial
5688         number, etc. Code adapted from FSF Emacs 20.7.
5689
5690 2000-12-09  Dan Holmsand  <dan@eyebee.com>
5691
5692         * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
5693         of stat when we don't have symbolic links, to make sure
5694         mswindows_stat is called on mswindows.
5695
5696 2000-12-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
5697
5698         * alloca.c: Define malloc to xmalloc only when built with XEmacs.
5699
5700 2000-12-12  Martin Buchholz  <martin@xemacs.org>
5701
5702         * doprnt.c (emacs_doprnt_1): More printing fixes.
5703         Make printing of numbers compatible with libc and FSF Emacs.
5704         BUG was: (format "%6.3f" 1.2) ==>"1.200000"
5705         Use the system printf to do most of the hard work of formatting,
5706         instead of doprnt_1().
5707         Calculate memory to allocate for format string.
5708         Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
5709         (doprnt_1): Cleaner code and documentation.
5710
5711 2000-12-01  Jerry James  <james@eecs.ukans.edu>
5712
5713         * Makefile.in.in: Use the loop variable to install headers.
5714
5715 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
5716
5717         * window.c (Fsplit_window): Don't invalidate face cache.
5718
5719 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
5720
5721         * minibuf.c (Fall_completions): Undo the previous change
5722         which removed checking elements start with space.
5723
5724 2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
5725
5726         * mule-canna.c: Didier suppression.
5727
5728 2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
5729
5730         * mule-canna.c: rename static unsigned char buf[] to key_buffer
5731         (warning suppression).  Add English comment translations.
5732
5733 2000-12-05  Martin Buchholz  <martin@xemacs.org>
5734
5735         * unexelfsgi.c (unexec): Better test for mmap failure.
5736
5737 2000-12-05  Martin Buchholz <martin@xemacs.org>
5738
5739         * XEmacs 21.2.38 is released.
5740
5741 2000-12-05  Martin Buchholz  <martin@xemacs.org>
5742
5743         * redisplay.c (bar-cursor): Make a user variable.
5744
5745         * symsinit.h: Add init_postgresql_from_environment.
5746
5747 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
5748
5749         * regex.c: Convert to clean C.
5750
5751 2000-12-05  Dan Holmsand  <dan@eyebee.com>
5752
5753         * realpath.c:
5754         Don't #include sysfile.h. Revert to duplicating PATH_MAX
5755         initialization.
5756         (sys_readlink): renamed to system_readlink to avoid conflict with
5757         the other sys_readlink.
5758
5759 2000-12-04  Hiroaki Abe  <h-abe@pc.highway.ne.jp>
5760
5761         * dumper.c (pdump_file_get): Correct uses of pdump_fd.
5762
5763 2000-12-04  Stephen J. Turnbull  <stephen@xemacs.org>
5764
5765         * postgresql.c (init_postgresql_from_environment): new function.
5766         (vars_of_postgresql): Move code initializing Lisp variables out and
5767         into init_postgresql_from_environment.
5768         emacs.c (main_1): Call init_postgresql_from_environment if and only
5769         if running a dumped XEmacs.
5770
5771 2000-08-31  Dan Holmsand  <dan@eyebee.com>
5772
5773         * buffer.c: Make find-file-compare-truenames default to true on
5774         windows.
5775
5776         * realpath.c (win32_abs_start):
5777         (cygwin_readlink):
5778         (win32_readlink): New functions.
5779         (xrealpath): Return really real filenames on windows.
5780
5781         * fileio.c (Ffile_truename): Make file-truename work on windows.
5782
5783 2000-11-29  Didier Verna  <didier@xemacs.org>
5784
5785         * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
5786         * faces.c (update_face_cachel_data): use it.
5787         * faces.c (add_face_cachel): use it. Complete background pixmap
5788         frobbing in face cache if `update_face_cachel_data' has not done so.
5789
5790 2000-11-29  Yoshiki Hayashi  <yoshiki@xemacs.org>
5791
5792         * search.c (string_match_1): Don't set last_thing_searched
5793         when search failed.
5794
5795 2000-11-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
5796
5797         * buffer.c: Include casetab.h
5798         (common_init_complex_vars_of_buffer): Use new case-table object.
5799         * buffer.h: Include casetab.h
5800         * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
5801         (DOWNCASE_TABLE_OF): Ditto.
5802         * bufslots.h: Remove char-tables and add case-table.
5803         * casetab.c: Include casetab.h
5804         (CASE_TABLE_P): Removed.
5805         (mark_case_table): New function.
5806         (allocate_case_table): New function.
5807         (Fcase_table_p): Use new case-table.
5808         (case_table_char): New function.
5809         (Fget_case_table): Ditto.
5810         (Fput_case_table): Ditto.
5811         (Fput_case_table_pair): Ditto.
5812         (Fcopy_case_table): Ditto.
5813         (Fcurrent_case_table): Return case-table.
5814         (Fstandard_case_table): Return case-table.
5815         (Fset_case_table): Fix doc-string.
5816         (set_case_table): Use case-table
5817         (syms_of_casetab): DEFSUBR new functions.
5818         (complex_vars_of_casetab): Set up standard case-table.
5819         * casetab.h: New file.
5820         * editfns.c: Include casetab.h
5821         (Fcompare_buffer_substrings): Use case-table.
5822         * inline.c: Include casetab.h
5823         * lisp.h: Remove bogus extern.
5824         * lrecord.h (lrecord_type): Add lrecord_type_case_table.
5825         * search.c: Include casetab.h
5826         (TRANSLATE_ASCII): Removed.
5827         (TRANSLATE): Unconditionally translate character.
5828         (looking_at_1): Use case-table.
5829         (string_match_1): Ditto.
5830         (fast_string_match): Ditto.
5831         (search_command): Ditto.
5832         (search_buffer): Separate boyer_moore.  Check whether
5833         boyer_moore is possible.
5834         (simple_search): New function.
5835         (boyer_moore): Separated from search_buffer. Translate char.
5836
5837 2000-11-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
5838
5839         * regex.c (RE_TR_ASCII): Removed.
5840         (RE_TRANSLATE): Unconditionally use TRT_TABLE.
5841         (PATFETCH): Call PATFETCH_RAW.
5842         (PATFETCH_RAW): Fetch Emchar.
5843         (PATUNFETCH): Decrement charptr.
5844         (GET_BUFFER_SPACE): Rename b to buf_end.
5845         (BUF_PUSH): Ditto.
5846         (BUF_PUSH_2): Ditto.
5847         (BUF_PUSH_3): Ditto.
5848         (EXTEND_BUFFER): Ditto.
5849         (SET_LIST_BIT): Ditto.
5850         (regex_compile): Ditto.  Translate non ASCII char.
5851         (compile_range): Ditto.
5852         (re_search_2): Ditto.
5853         (re_match_2_internal): Compare Emchar.
5854         (bcmp_translate): Ditto.
5855
5856 2000-11-29  Stephen J. Turnbull  <turnbull@xemacs.org>
5857
5858         * lisp.h (basic char/int typedefs):  comment improvement.
5859
5860 2000-11-24  Stephen J. Turnbull  <turnbull@xemacs.org>
5861
5862         * emacs.c (main_1):  unconditional pdump unstomping; don't save and
5863         unstomp inhibit_site_lisp.  Improve comments.
5864
5865 2000-11-22  Stephen J. Turnbull  <turnbull@xemacs.org>
5866
5867         * mule-charset.c (Fcharset_property):  improve type checking, comments.
5868
5869 2000-11-28  Andy Piper  <andy@xemacs.org>
5870
5871         * redisplay-output.c (redisplay_output_subwindow): make sure we do
5872         clipped display for windows in the gutter also.
5873         (redisplay_display_boxes_in_window_p): change semantics of return
5874         codes to be more intuitive.
5875
5876         * gutter.h: declare display_boxes_in_gutter_p.
5877
5878         * gutter.c (display_boxes_in_gutter_p): new function for
5879         redisplay.
5880
5881 2000-11-22  Andy Piper  <andy@xemacs.org>
5882
5883         * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
5884         autodetect domain.
5885
5886 2000-11-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
5887
5888         * callproc.c (Fold_call_process_internal):
5889         * gpm.c (Freceive_gpm_event):
5890         (tty_get_foreign_selection): Might be just warning supression.
5891         * fileio.c (Fwrite_region_internal):
5892         (Fset_visited_file_modtime):
5893         * keymap.c (event_matches_key_specifier_p):
5894         Initialize GCPROed variable.
5895
5896         * menubar-x.c (command_builder_find_menu_accelerator):
5897         Initialize before use.
5898
5899 2000-11-23  Andy Piper  <andy@xemacs.org>
5900
5901         * unexcw.c (unexec): make the resulting executable executable.
5902
5903 2000-11-21  Martin Buchholz  <martin@xemacs.org>
5904
5905         * doc.c (get_doc_string):
5906         Use size_t, not int, for result of XSTRING_LENGTH.
5907
5908         * cmds.c (Fdelete_char):
5909         * cmds.c (Fpoint_at_eol):
5910         * cmds.c (Fself_insert_command):
5911         Use EMACS_INT, not int, for result of XINT.
5912         Someday, someone will want to insert more than 2**31 identical characters.
5913
5914         * cmds.c (Fdelete_char):
5915         * cmds.c (Fdelete_backward_char):
5916         * syntax.c (Fforward_word):
5917         * syntax.c (Fforward_comment):
5918         Make COUNT argument optional, for consistency with forward-char et al.
5919
5920 2000-11-22  Martin Buchholz  <martin@xemacs.org>
5921
5922         * lisp.h:
5923         * print.c (long_to_string):
5924         Return a useful value: the pointer at end of data written.
5925
5926         * doprnt.c:
5927         Use `static const char * const' for constant strings.
5928         (union printf_arg): Delete `i', `ui' members.
5929         (get_doprnt_args):
5930         (emacs_doprnt_1):
5931         Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
5932         Do all printf-ing via the `l' specifier.
5933         Use EMACS_INT instead of int.
5934         Optimize.
5935
5936 2000-11-20  Didier Verna  <didier@xemacs.org>
5937
5938         * faces.c (update_face_cachel_data): don't frob the background
5939         pixmap when the window is being created. The face is needed but
5940         does not exist yet.
5941
5942 2000-11-20  Andy Piper  <andy@xemacs.org>
5943
5944         * unexcw.c (copy_executable_and_dump_data_section): Only do bss
5945         messing with a debug environment.
5946
5947 2000-11-20  Martin Buchholz  <martin@xemacs.org>
5948
5949         * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
5950
5951 2000-11-20  Martin Buchholz  <martin@xemacs.org>
5952
5953         * casetab.c (Fcase_table_p): Fix compile error and crash.
5954
5955 2000-11-18  Philip Aston  <philipa@mail.com>
5956
5957         * s/cygwin32.h: Cygwin has SVR4-like pty support.
5958
5959 2000-11-18  Martin Buchholz  <martin@xemacs.org>
5960
5961         * fileio.c (Fexpand_file_name): GCPRO bug!  Protect `handler'.
5962         * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
5963
5964 2000-11-17  Martin Buchholz  <martin@xemacs.org>
5965
5966         * config.h.in: Define HAVE_ELF_H if elf.h exists.
5967         * unexelf.c: Use HAVE_ELF_H.
5968         * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
5969         I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
5970         Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
5971         Greg Harrington <greg_harrington@hotmail.com> provided a machine
5972         for testing.
5973         So this is an unexelfsgi.c from a different line of development.
5974
5975 2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
5976
5977         * regex.c (RE_TR_ASCII): New function.
5978         (RE_TRANSLATE): Call it.
5979
5980 2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
5981
5982         * buffer.h (TRT_TABLE_OF): Remove assert.
5983         (IN_TRT_TABLE_DOMAIN): Removed.
5984
5985 2000-11-16  Gunnar Evermann  <ge204@eng.cam.ac.uk>
5986
5987         * free-hook.c (log_gcpro):
5988         (show_gcprohist): Add support for GCPRO5.
5989
5990 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
5991
5992         * emacs.c (main_1): Improve -sd error message when --pdump=no.
5993
5994 2000-11-16  Olivier Galibert  <galibert@xemacs.org>
5995
5996         * symeval.h: Declare flush_all_buffer_local_cache.
5997
5998         * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
5999         (flush_buffer_local_cache): Added.
6000         (flush_all_buffer_local_cache): Added.
6001
6002         * lrecord.h: Remove unused XD_LO_RESET_NIL.
6003
6004         * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
6005         (pdump_dump_data): Ditto.
6006         (pdump_reloc_one): Ditto.
6007         (pdump): Remove unused pdump_qnil.  Flush buffer local caches
6008         before dumping.
6009
6010
6011 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
6012
6013         * buffer.c: Remove if 0'ed entry.
6014         * buffer.h: Rewrite TRT to use char-table.
6015         * bufslots.h: Remove mirror tables.
6016         * casetab.c: Remove mirror tables.
6017         (CASE_TABLE_P): New macro.
6018         (Fcase_table_p): Element of a case table is string or char-table.
6019         (make_mirror_trt_table): Removed.
6020         (set_case_table): Setup char-table from strings for backward
6021         compatibility.
6022         * dired.c (Fdirectory_files):
6023         * dired-msw.c: (mswindows_get_files):
6024         * lisp.h: Change prototype of re_pattern_buffer.
6025         * regex.c: (RE_TRANSLATE): New macro.
6026         (TRANSLATE_P): Ditto.
6027         Change translate to type RE_TRANSLATE_TYPE.
6028         * regex.h: Define RE_TRANSLATE_TYPE
6029         * search.c (TRANSLATE): New macro.
6030         (TRANSLATE_ASCII): New macro.
6031         Translate table is changed to Lisp_Object.
6032         (signal_failure): Inhibit return.
6033
6034 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
6035
6036         * device-msw.c:
6037         * eldap.c:
6038         * event-Xt.c:
6039         * event-stream.c:
6040         * print.c:
6041         Do UNGCPRO before return.
6042
6043 2000-11-14  Martin Buchholz <martin@xemacs.org>
6044
6045         * XEmacs 21.2.37 is released.
6046
6047 2000-11-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
6048
6049         * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
6050         Add comments about discarded return value.
6051
6052 2000-11-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
6053
6054         * callint.c:
6055         * event-stream.c: Fix comments.  Remove some #if 0'ed part.
6056
6057 2000-10-27  Andy Piper  <andy@xemacs.org>
6058
6059         * gutter.c (Fset_default_gutter_position): default left and right
6060         gutters to visible.
6061         (calculate_gutter_size): calculate resonable heuristic for left
6062         and right gutter sizes.
6063         (specifier_vars_of_gutter): change left and right gutter sizes to
6064         autodetect.
6065         (calculate_gutter_size_from_display_lines): new function.
6066         (output_gutter): check for resizing on left and right gutters.
6067         (clear_gutter): don't special case top and left gutters.
6068         (specifier_vars_of_gutter): use new signature for
6069         set_specifier_caching.
6070
6071         * glyphs-x.c (x_redisplay_widget): spelling fix.
6072         * glyphs.c (specifier_vars_of_glyphs):
6073         * menubar.c (specifier_vars_of_menubar):
6074         * redisplay.c (specifier_vars_of_redisplay):
6075         * toolbar.c (specifier_vars_of_toolbar):
6076         * window.c (specifier_vars_of_window):
6077         * scrollbar.c (specifier_vars_of_scrollbar):
6078         (complex_vars_of_scrollbar): use new signature for
6079         set_specifier_caching.
6080
6081         * specifier.c (set_specifier_caching): include recompute flag.
6082         (recompute_one_cached_specifier_in_window): always recompute if
6083         flag set.
6084         (recompute_one_cached_specifier_in_frame): ditto.
6085
6086         * specifier.h (struct specifier_caching): add recompute flag.
6087
6088 2000-10-24  Andy Piper  <andy@xemacs.org>
6089
6090         * unexcw.c (copy_executable_and_dump_data_section): add new
6091         BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
6092         5.0 happy.
6093
6094 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
6095
6096         * console-x.h (x_device): New member modifier_release_time.
6097         * event-Xt.c (x_handle_sticky_modifiers):
6098         Bound interval modifier keys are sticky.
6099         * event-stream.c (Vmodifier_keys_sticky_time): New variable.
6100         * events.h: extern it.
6101
6102 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
6103
6104         * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
6105
6106 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
6107
6108         * event-stream.c (execute_command_event): Preserve current_events
6109         and the like when event is misc-user-event.
6110         Inhibit quit during the call to maybe_echo_keys.
6111
6112 2000-10-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
6113
6114         * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
6115         symlink when buffer is killed.
6116         (inhibit_clash_detection): New variable.
6117
6118 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
6119
6120         * console.c (Fset_input_method): Trigger redisplay on tty.
6121
6122 2000-11-07  Martin Buchholz  <martin@xemacs.org>
6123
6124         * process.c (Fprocess_status): Revert to previous behavior:
6125         (process-status "nosuchprocess") ==> nil
6126
6127 2000-11-06  Martin Buchholz  <martin@xemacs.org>
6128
6129         * mule-charset.h (CHARSET_BY_LEADING_BYTE):
6130         Work around another GCC 2.95.2 optimizer bug.
6131
6132 2000-11-02  Martin Buchholz  <martin@xemacs.org>
6133
6134         * process.c (Fget_process): Use LIST_LOOP_2.
6135         (kill_buffer_processes): Use LIST_LOOP_2.
6136
6137         * minibuf.c (Fall_completions):
6138         Delete old non-functional code for FSF fourth argument.
6139
6140         * frame.c (frame_matches_frame_spec):
6141         Renamed from `frame_matches_frametype'.  Update all callers.
6142         (device_matches_device_spec):
6143         Renamed from 'device_matches_console_spec'.  Update all callers.
6144
6145         * doc.c (Fsubstitute_command_keys):
6146         Remove buffer overflow crash.  Small code cleanups.
6147
6148         * casetab.c (check_case_table): Simpler code.
6149
6150         * window.c (Freplace_buffer_in_windows):
6151         Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
6152         (and similar implementation) as Fdelete_windows_on.
6153         Update all callers.
6154
6155         * alloc.c (Fmake_list):
6156         * alloc.c (make_vector):
6157         * alloc.c (Fmake_vector):
6158         * alloc.c (make_bit_vector):
6159         * alloc.c (Fmake_bit_vector):
6160         * alloc.c (Fbit_vector):
6161         * alloc.c (Fmake_string):
6162         * alloc.c (Fpurecopy):
6163         * alloc.c (Fmemory_limit):
6164         * buffer.c:
6165         * buffer.c (Fget_buffer):
6166         * buffer.c (Fkill_buffer):
6167         * buffer.c (complex_vars_of_buffer):
6168         * bytecode.c (Fcompiled_function_stack_depth):
6169         * callint.c (Fprefix_numeric_value):
6170         * event-stream.c:
6171         * event-stream.c (Fread_key_sequence):
6172         * casetab.c:
6173         * casetab.c (Fcase_table_p):
6174         * casetab.c (check_case_table):
6175         * casetab.c (Fset_case_table):
6176         * casetab.c (Fset_standard_case_table):
6177         * chartab.c:
6178         * chartab.c (Fchar_table_type):
6179         * chartab.c (Freset_char_table):
6180         * chartab.c (Fget_char_table):
6181         * chartab.c (Fget_range_char_table):
6182         * chartab.c (Fput_char_table):
6183         * chartab.c (Fmap_char_table):
6184         * chartab.c (Fcategory_table_p):
6185         * chartab.c (Fcheck_category_at):
6186         * chartab.c (Fchar_in_category_p):
6187         * chartab.c (Fcategory_table):
6188         * chartab.c (Fcopy_category_table):
6189         * chartab.c (Fset_category_table):
6190         * chartab.c (Fcategory_designator_p):
6191         * chartab.c (Fcategory_table_value_p):
6192         * cmds.c (Fdelete_char):
6193         * cmds.c (Fdelete_backward_char):
6194         * cmds.c (Fself_insert_command):
6195         * cmds.c (Fself_insert_internal):
6196         * console.c (Fvalid_console_type_p):
6197         * console.c (Fcdfw_console):
6198         * console.c (Fconsole_type):
6199         * console.c (Fconsole_name):
6200         * console.c (Fconsole_device_list):
6201         * console.c (Fconsole_on_window_system_p):
6202         * data.c:
6203         * data.c (Feq):
6204         * data.c (Fold_eq):
6205         * data.c (Fsubr_interactive):
6206         * data.c (Fchar_to_int):
6207         * data.c (Fint_to_char):
6208         * data.c (Fsetcar):
6209         * data.c (Fsetcdr):
6210         * data.c (Fnumber_to_string):
6211         * data.c (Fstring_to_number):
6212         * data.c (Frem):
6213         * database.c (mark_database):
6214         * database.c (finalize_database):
6215         * database.c (Fdatabase_live_p):
6216         * database.c (Fdatabasep):
6217         * device-x.c (Fx_get_resource):
6218         * device.c (Fdfw_device):
6219         * dired.c:
6220         * dired.c (Ffile_name_completion):
6221         * dired.c (Ffile_name_all_completions):
6222         * dired.c (Fuser_name_completion):
6223         * dired.c (Fuser_name_completion_1):
6224         * dired.c (Fuser_name_all_completions):
6225         * doc.c (Fdocumentation):
6226         * doc.c (Fdocumentation_property):
6227         * doc.c (Fsubstitute_command_keys):
6228         * editfns.c:
6229         * editfns.c (Fchar_to_string):
6230         * editfns.c (Fstring_to_char):
6231         * editfns.c (Ftemp_directory):
6232         * editfns.c (Finsert_char):
6233         * editfns.c (Fbuffer_substring_no_properties):
6234         * editfns.c (Fnarrow_to_region):
6235         * editfns.c (Fchar_equal):
6236         * editfns.c (Fchar_Equal):
6237         * editfns.c (Ftranspose_regions):
6238         * emacs.c (Fdump_emacs):
6239         * eval.c (Fthrow):
6240         * eval.c (Fcommand_execute):
6241         * eval.c (Fautoload):
6242         * eval.c (Fbacktrace):
6243         * eval.c (Fbacktrace_frame):
6244         * events.c:
6245         * events.c (Fcopy_event):
6246         * events.c (Fcharacter_to_event):
6247         * events.c (Fevent_button):
6248         * events.c (Fevent_process):
6249         * extents.c:
6250         * extents.c (Fnext_extent_change):
6251         * extents.c (Fextent_property):
6252         * faces.c (Ffacep):
6253         * faces.c (Fmake_face):
6254         * file-coding.c:
6255         * file-coding.c (Fencode_shift_jis_char):
6256         * file-coding.c (Fencode_big5_char):
6257         * fileio.c (Ffile_name_directory):
6258         * fileio.c (Ffile_name_nondirectory):
6259         * fileio.c (Ffile_name_as_directory):
6260         * fileio.c (Fdirectory_file_name):
6261         * fileio.c (Ffile_truename):
6262         * fileio.c (Fsubstitute_in_file_name):
6263         * fileio.c (Ffile_modes):
6264         * fileio.c (Fset_file_modes):
6265         * fileio.c (Fset_default_file_modes):
6266         * fileio.c (Fverify_visited_file_modtime):
6267         * floatfns.c (Facos):
6268         * floatfns.c (Fasin):
6269         * floatfns.c (Fatan):
6270         * floatfns.c (Fcos):
6271         * floatfns.c (Fsin):
6272         * floatfns.c (Ftan):
6273         * floatfns.c (Fbessel_j0):
6274         * floatfns.c (Fbessel_j1):
6275         * floatfns.c (Fbessel_jn):
6276         * floatfns.c (Fbessel_y0):
6277         * floatfns.c (Fbessel_y1):
6278         * floatfns.c (Fbessel_yn):
6279         * floatfns.c (Ferf):
6280         * floatfns.c (Ferfc):
6281         * floatfns.c (Flog_gamma):
6282         * floatfns.c (Fexp):
6283         * floatfns.c (Fexpt):
6284         * floatfns.c (Flog):
6285         * floatfns.c (Flog10):
6286         * floatfns.c (Fsqrt):
6287         * floatfns.c (Fcube_root):
6288         * floatfns.c (Facosh):
6289         * floatfns.c (Fasinh):
6290         * floatfns.c (Fatanh):
6291         * floatfns.c (Fcosh):
6292         * floatfns.c (Fsinh):
6293         * floatfns.c (Ftanh):
6294         * floatfns.c (Fabs):
6295         * floatfns.c (Ffloat):
6296         * floatfns.c (Flogb):
6297         * floatfns.c (Fceiling):
6298         * floatfns.c (Ffloor):
6299         * floatfns.c (Fround):
6300         * floatfns.c (Ftruncate):
6301         * floatfns.c (Ffceiling):
6302         * floatfns.c (Fffloor):
6303         * floatfns.c (Ffround):
6304         * floatfns.c (Fftruncate):
6305         * fns.c (Fstring_equal):
6306         * fns.c (Fstring_lessp):
6307         * fns.c (concat2):
6308         * fns.c (concat3):
6309         * fns.c (vconcat2):
6310         * fns.c (vconcat3):
6311         * fns.c (Fsubstring):
6312         * fns.c (Fassoc):
6313         * fns.c (Fold_assoc):
6314         * fns.c (assoc_no_quit):
6315         * fns.c (Fassq):
6316         * fns.c (Fold_assq):
6317         * fns.c (assq_no_quit):
6318         * fns.c (Frassoc):
6319         * fns.c (Fold_rassoc):
6320         * fns.c (Frassq):
6321         * fns.c (Fold_rassq):
6322         * fns.c (rassq_no_quit):
6323         * fns.c (Fremassoc):
6324         * fns.c (remassoc_no_quit):
6325         * fns.c (Fremassq):
6326         * fns.c (remassq_no_quit):
6327         * fns.c (Fremrassoc):
6328         * fns.c (Fremrassq):
6329         * fns.c (remrassq_no_quit):
6330         * fns.c (Fsort):
6331         * fns.c (Fplist_get):
6332         * fns.c (Fplist_put):
6333         * fns.c (Fplist_remprop):
6334         * fns.c (Fplist_member):
6335         * fns.c (Flax_plist_get):
6336         * fns.c (Flax_plist_put):
6337         * fns.c (Flax_plist_remprop):
6338         * fns.c (Flax_plist_member):
6339         * fns.c (Fequal):
6340         * fns.c (Fold_equal):
6341         * fns.c (Frequire):
6342         * fns.c (Fbase64_encode_region):
6343         * fns.c (Fbase64_encode_string):
6344         * fns.c (Fbase64_decode_region):
6345         * frame.c:
6346         * frame.c (frame_matches_frame_spec):
6347         * frame.c (device_matches_device_spec):
6348         * frame.c (next_frame):
6349         * frame.c (previous_frame):
6350         * frame.c (Fnext_frame):
6351         * frame.c (Fprevious_frame):
6352         * frame.c (Fframe_property):
6353         * frame.c (Fset_frame_height):
6354         * frame.c (Fset_frame_size):
6355         * frame.h:
6356         * glyphs.c:
6357         * glyphs.c (if):
6358         * glyphs.c (decode_error_behavior_flag):
6359         * glyphs.c (Fmake_image_instance):
6360         * indent.c (Findent_to):
6361         * intl.c (Fignore_defer_gettext):
6362         * keymap.c (Fkeymapp):
6363         * keymap.c (Flookup_key):
6364         * lread.c:
6365         * lread.c (Fload_internal):
6366         * lread.c (Feval_buffer):
6367         * lread.c (Feval_region):
6368         * macros.c (Fexecute_kbd_macro):
6369         * marker.c (set_marker_internal):
6370         * marker.c (Fset_marker):
6371         * marker.c (set_marker_restricted):
6372         * marker.c (Fcopy_marker):
6373         * marker.c (noseeum_copy_marker):
6374         * menubar.c:
6375         * menubar.c (Fpopup_menu):
6376         * minibuf.c:
6377         * mule-charset.c (Fcharset_name):
6378         * mule-charset.c (Fchar_charset):
6379         * mule-charset.c (Fchar_octet):
6380         * mule-charset.c (Fsplit_char):
6381         * mule-wnnfns.c (Fwnn_open):
6382         * mule-wnnfns.c (Fwnn_dict_comment):
6383         * mule-wnnfns.c (Fwnn_quit_henkan):
6384         * mule-wnnfns.c (Fwnn_word_toroku):
6385         * mule-wnnfns.c (Fwnn_word_sakujo):
6386         * mule-wnnfns.c (Fwnn_word_use):
6387         * mule-wnnfns.c (Fwnn_hindo_set):
6388         * objects.c:
6389         * objects.c (Fmake_color_instance):
6390         * objects.c (Fmake_font_instance):
6391         * print.c (Fwrite_char):
6392         * process.c:
6393         * process.c (mark_process):
6394         * process.c (print_process):
6395         * process.c (get_process_from_usid):
6396         * process.c (Fprocessp):
6397         * process.c (Fprocess_live_p):
6398         * process.c (Fget_process):
6399         * process.c (Fget_buffer_process):
6400         * process.c (get_process):
6401         * process.c (Fprocess_id):
6402         * process.c (Fprocess_name):
6403         * process.c (Fprocess_command):
6404         * process.c (init_process_io_handles):
6405         * process.c (start_process_unwind):
6406         * process.c (Fstart_process_internal):
6407         * process.c (Fopen_multicast_group_internal):
6408         * process.c (Fset_process_window_size):
6409         * process.c (read_process_output):
6410         * process.c (send_process):
6411         * process.c (Fprocess_tty_name):
6412         * process.c (Fset_process_buffer):
6413         * process.c (Fprocess_buffer):
6414         * process.c (Fprocess_mark):
6415         * process.c (set_process_filter):
6416         * process.c (Fset_process_filter):
6417         * process.c (Fprocess_filter):
6418         * process.c (Fprocess_send_region):
6419         * process.c (Fprocess_send_string):
6420         * process.c (exec_sentinel):
6421         * process.c (Fset_process_sentinel):
6422         * process.c (Fprocess_sentinel):
6423         * process.c (status_notify):
6424         * process.c (Fprocess_status):
6425         * process.c (Fprocess_exit_status):
6426         * process.c (process_send_signal):
6427         * process.c (Fprocess_send_eof):
6428         * process.c (deactivate_process):
6429         * process.c (remove_process):
6430         * process.c (Fdelete_process):
6431         * process.c (kill_buffer_processes):
6432         * process.c (Fprocess_kill_without_query):
6433         * process.c (Fprocess_kill_without_query_p):
6434         * rangetab.c:
6435         * rangetab.c (Fget_range_table):
6436         * rangetab.c (Fput_range_table):
6437         * rangetab.c (Fremove_range_table):
6438         * rangetab.c (Fclear_range_table):
6439         * search.c:
6440         * search.c (Fskip_chars_forward):
6441         * search.c (Fskip_chars_backward):
6442         * search.c (Fskip_syntax_forward):
6443         * search.c (Fskip_syntax_backward):
6444         * search.c (search_command):
6445         * search.c (Freplace_match):
6446         * search.c (Fregexp_quote):
6447         * select.c (Fown_selection_internal):
6448         * select.c (Fselection_owner_p):
6449         * select.c (Fselection_exists_p):
6450         * select.c (Fget_selection_internal):
6451         * specifier.c:
6452         * symbols.c:
6453         * symbols.c (Fintern):
6454         * symbols.c (Fintern_soft):
6455         * symbols.c (Funintern):
6456         * symbols.c (Fapropos_internal):
6457         * symbols.c (Fset_default):
6458         * syntax.c:
6459         * syntax.c (Fsyntax_table_p):
6460         * syntax.c (Fcopy_syntax_table):
6461         * syntax.c (Fset_syntax_table):
6462         * syntax.c (Fchar_syntax):
6463         * syntax.c (syntax_match):
6464         * syntax.c (Fmatching_paren):
6465         * syntax.c (Fforward_word):
6466         * syntax.c (scan_lists):
6467         * syntax.c (Fscan_lists):
6468         * syntax.c (Fscan_sexps):
6469         * syntax.c (Fparse_partial_sexp):
6470         * toolbar.c (Fcheck_toolbar_button_syntax):
6471         * tooltalk.doc:
6472         * window.c:
6473         * window.c (Fwindowp):
6474         * window.c (Fwindow_live_p):
6475         * window.c (Fwindow_point):
6476         * window.c (Fdelete_window):
6477         * window.c (Fnext_window):
6478         * window.c (Fprevious_window):
6479         * window.c (Fother_window):
6480         * window.c (window_loop):
6481         * window.c (Fget_lru_window):
6482         * window.c (Fsplit_window):
6483         * window.c (Fenlarge_window):
6484         * window.c (Fenlarge_window_pixels):
6485         * window.c (Fshrink_window):
6486         * window.c (Fshrink_window_pixels):
6487         * window.c (change_window_height):
6488         * window.c (Fwindow_configuration_p):
6489         * window.c (Fcurrent_window_configuration):
6490         * window.h:
6491         * casefiddle.c (casify_object):
6492         * casefiddle.c (Fupcase):
6493         * casefiddle.c (Fdowncase):
6494         * casefiddle.c (Fcapitalize):
6495         * casefiddle.c (Fupcase_initials):
6496         * casefiddle.c (casify_region_internal):
6497         * casefiddle.c (casify_region):
6498         * casefiddle.c (Fupcase_region):
6499         * casefiddle.c (Fdowncase_region):
6500         * casefiddle.c (Fcapitalize_region):
6501         * casefiddle.c (Fupcase_initials_region):
6502         * casefiddle.c (Fupcase_word):
6503         * casefiddle.c (Fdowncase_word):
6504         * casefiddle.c (Fcapitalize_word):
6505         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
6506         Replace 0 with '\0' when working with bytes.
6507         Replace initial "(" with "\(" in docstrings.
6508
6509 2000-11-01  Martin Buchholz  <martin@xemacs.org>
6510
6511         * config.h.in: Handle alloca with Compaq C on Alpha Linux.
6512
6513         * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
6514
6515 2000-10-31  Martin Buchholz  <martin@xemacs.org>
6516
6517         * eldap.c (print_ldap): 64-bit cleaner.  Fixes warning.
6518
6519 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
6520
6521         * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
6522         correctly.
6523
6524 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
6525
6526         * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
6527         (inhibit_auto_save_session): New variable.
6528         (vars_of_fileio): Declare and initialize them.
6529         * fileio.c (Fdo_auto_save): Don't create session file if
6530         Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
6531
6532 2000-10-31  Martin Buchholz  <martin@xemacs.org>
6533
6534         * sgiplay.c (play_internal): C++ compilability.
6535         * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
6536         * callproc.c (Fold_call_process_internal):
6537         Remove unused vars `env', `first'.
6538         * scrollbar.c (update_scrollbar_instance):
6539         #### unused var `current_window'.
6540         * redisplay-tty.c: Put currently unused vars insert_mode_on,
6541         etc. within #ifdef NOT_YET.
6542         * emacs.c: #### unused vars `initial_argc', `initial_argv'.
6543         * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
6544         * specifier.c (specifier_instance):
6545         #### unused var `tag'.
6546         Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
6547
6548 2000-10-27  Martin Buchholz  <martin@xemacs.org>
6549
6550         * fns.c (Fbutlast):
6551         * fns.c (list_sort):
6552         * fns.c (Ffillarray):
6553         * fns.c (bytecode_nconc2):
6554         * fns.c (Fnconc):
6555         * fns.c (mapcar1):
6556         * fns.c (Fmapconcat):
6557         Be pedantically 64-bit correct.  For the time when someone will
6558         want to have a list with length > 2**32.
6559
6560         * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
6561         Work around MIPSpro compiler bug.
6562
6563         * process-unix.c (unix_kill_child_process): Add snarky comment.
6564         * process-unix.c (try_to_initialize_subtty):  Oops, `=' ==> `=='
6565
6566         * config.h.in: Oops, _getpt ==> _getpty
6567
6568 2000-10-26  Martin Buchholz  <martin@xemacs.org>
6569
6570         * config.h.in:
6571         * regex.c:
6572         Use void*, not char*, as return type of alloca().
6573
6574         * alloc.c (free_marker): Side effect inside assert expression!
6575
6576 2000-10-16  MIYASHITA Hisashi  <himi@m17n.org>
6577
6578         * mule-charset.c (Fset_charset_ccl_program): To check
6579         if the given ccl program is valid, use setup_ccl_program()
6580         instead of CHECK_VECTOR().
6581         (Fmake_charset): Likewise.
6582
6583 2000-10-20  Golubev I. N.  <gin@mo.msk.ru>
6584
6585         * faces.c (get_extent_fragment_face_cache_index):
6586         Fix cachel.merged_faces memory leak.
6587
6588 2000-10-14  MIYASHITA Hisashi  <himi@m17n.org>
6589
6590         * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
6591         Reset MSB of octets obtained by DECODE_SJIS
6592         because of the incompatibility with Emacs.
6593         (ccl_driver)<CCL_ENCODE_SJIS>:
6594         Set MSB of octets before passing them to
6595         ENCODE_SJIS because of the incompatibility
6596         with Emacs.
6597
6598 2000-10-18   Daiki Ueno  <ueno@unixuser.org>
6599
6600         * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
6601         (DECLARE_LRECORD): Undo the last change.
6602         (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
6603
6604 2000-10-17   Daiki Ueno  <ueno@unixuser.org>
6605
6606         * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
6607         the implementation to lrecord_implementations_table.
6608
6609 2000-10-14   Daiki Ueno  <ueno@unixuser.org>
6610
6611         * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
6612         initial value of `lrecord_type_##c_name' and
6613         `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
6614         (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
6615         [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
6616         [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
6617         [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
6618
6619 2000-10-17  Martin Buchholz  <martin@xemacs.org>
6620
6621         * miscplay.c (sndcnv8S_2mono):
6622         (sndcnv2monounsigned):
6623         (sndcnvULaw_2linear):
6624         (sndcnv16swap):
6625         Remove implementation-defined behavior.
6626
6627 2000-10-12  Martin Buchholz  <martin@xemacs.org>
6628
6629         * input-method-xlib.c: Warning suppression.
6630
6631 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
6632
6633         * mule-ccl.c: Sync up with Emacs 21.0.90.
6634         (ccl_driver)<CCL_TranslateCharacter>: Disabled.
6635         Do nothing.
6636         (ccl_driver)<CCL_TranslateCharacterConstTbl>:
6637         Likewise.
6638         (ccl_driver[WriteMultibyteChar2]): Bug fix.
6639         Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
6640         MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
6641         leading char belongs to official 2-dimensional charset.
6642         (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
6643         write the given character as is.  Otherwise,
6644         if it is a multibyte char, convert it by
6645         non_ascii_set_charptr_emchar, then write it.
6646         (CCL_WRITE_STRING): Likewise.
6647         (ccl_get_compiled_code): New function.
6648         (setup_ccl_program): When ccl_prog is invalid,
6649         return -1.
6650         (Fregister_code_conversion_map): New function.
6651         (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
6652
6653         * mule-ccl.h: Sync up with Emacs 21.0.90.
6654         (Fregister_ccl_program): export it.
6655
6656         * redisplay-msw.c (separate_textual_runs):
6657         If ccl program is not valid, don't do ccl conversion.
6658
6659         * redisplay-x.c (separate_textual_runs): Ditto.
6660
6661         * file-coding.c (Fmake_coding_system):
6662         When type is ccl and value is vector, register it
6663         with a proper symbol.  And checks whether the
6664         given ccl program is valid.
6665         (mule_decode): When calling ccl_driver, if src indicates
6666         NULL pointer, set an empty string instead.
6667         (mule_encode): Likewise.
6668
6669 2000-10-11  Martin Buchholz  <martin@xemacs.org>
6670
6671         The following large batch of changes gets us back to a state of
6672         C++ compilability.  Extbyte is now a char, which means that
6673         Extbyte * and Bufbyte * cannot be freely interchanged - a win!
6674
6675         * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
6676
6677         * sound.c (Fplay_sound): Type correctness.
6678
6679         * select-x.c (hack_motif_clipboard_selection): Type correctness.
6680         (x_get_window_property): Type correctness.
6681         (receive_incremental_selection): unsigned char ==> Extbyte
6682         (selection_data_to_lisp_data): unsigned char ==> Extbyte
6683         (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
6684         (Fx_store_cutbuffer_internal): Type correctness.
6685
6686         * process-unix.c (try_to_initialize_subtty): Type correctness.
6687
6688         * objects-x.c (x_print_color_instance): Type correctness.
6689         (x_print_font_instance): Type correctness.
6690         (x_list_fonts): SExtbyte ==> Extbyte.
6691         (valid_x_font_name_p): SExtbyte ==> Extbyte.
6692         (x_find_charset_font): SExtbyte ==> Extbyte.
6693         Use TO_INTERNAL_FORMAT.  build_string ==> make_string.
6694         (truename_via_XListFonts): SExtbyte ==> Extbyte.
6695         (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
6696         Use bufbyte_strcmp.
6697
6698         * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
6699         (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
6700         (BYTE_ASCII_P): Use bit ops for char-signedness safety.
6701         (BYTE_C0_P): Use bit ops for char-signedness safety.
6702         (BYTE_C1_P): Use bit ops for char-signedness safety.
6703         (CHARSET_BY_LEADING_BYTE):
6704         (CHARSET_BY_ATTRIBUTES):
6705         Always use inline function.
6706         Use type_checking_assert.
6707         Hide chlook.
6708
6709         * mule-charset.c (non_ascii_charptr_copy_char):
6710         Modify to work with both ASCII and non-ASCII characters.
6711         Improve docs and variable names.
6712         Replace over-clever fall-through switch with a simple loop.
6713         (Lstream_get_emchar_1):
6714         Replace over-clever fall-through switch with a simple loop.
6715
6716         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
6717         Warning suppression.
6718
6719         * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
6720         the return value of Lstream_getc, which could be EOF as well.
6721
6722         * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
6723
6724         * lisp.h: Make Extbyte a char, not unsigned char, so that external
6725         APIs can be used on Extbytes without casts.  Risky!
6726         (SExtbyte): Remove.
6727         (UExtbyte): Remove.
6728
6729         * input-method-xlib.c (XIM_init_device):
6730         Use Xlib.h instead of IntrinsicP.h.
6731         Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
6732         which will break in X11R7.
6733         Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
6734         to call XRegisterIMInstantiateCallback with correct types.
6735
6736         * gui-x.c (button_item_to_widget_value): Type correctness.
6737
6738         * glyphs.c (bitmap_to_lisp_data):  Type correctness.
6739
6740         * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
6741         (xbm_instantiate_1): Type correctness.
6742         (BUILD_GLYPH_INST):  Type correctness.
6743
6744         * fileio.c (Fsubstitute_in_file_name): Type correctness.
6745
6746         * file-coding.c:
6747         (decode_coding_sjis):
6748         (decode_coding_big5):
6749         (decode_coding_ucs4):
6750         (decode_coding_utf8):
6751         (decode_coding_iso2022):
6752         (decode_coding_no_conversion):
6753         Make all decoding functions take an Extbyte * arg.
6754         (encode_coding_sjis):
6755         (encode_coding_big5):
6756         (encode_coding_ucs4):
6757         (encode_coding_utf8):
6758         (encode_coding_iso2022):
6759         (encode_coding_no_conversion):
6760         Make all encoding functions take a Bufbyte * arg.
6761         Use size_t instead of unsigned int for memory sizes.
6762         Only cast to unsigned char whenever dereferencing Extbyte *.
6763
6764         * doc.c (unparesseuxify_doc_string): Type correctness.
6765
6766         * console-x.c (split_up_display_spec):
6767         Rewrite without using details of internal string representation.
6768         (x_semi_canonicalize_device_connection): Type correctness.
6769
6770         * config.h.in:
6771         (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
6772         (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
6773         (HAVE_XFREE386): Removed.
6774
6775         * buffer.h (DEC_CHARPTR): `const' correctness.
6776         (bufbyte_strcmp): New.
6777         (bufbyte_memcmp): New.
6778
6779         * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
6780
6781         * buffer.h (XCHAR_OR_CHAR_INT):
6782         Always use inline function.
6783         Remove redundant type checking assert() - XINT will abort quite nicely.
6784
6785 2000-10-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
6786
6787         * search.c (Freplace_match): Set newtext to an empty string.
6788
6789 2000-10-10  Martin Buchholz  <martin@xemacs.org>
6790
6791         * s/decosf1-3.h: Remove #include of stropts.h
6792         * s/ptx.h: Remove #include of stropts.h
6793         * s/usg5-4.h: Remove #include of stropts.h
6794         * sysproc.h:
6795         * config.h.in:
6796         Use stropts.h, not sys/stropts.h.
6797         Use strtio.h, not sys/strtio.h.
6798
6799 2000-10-04  Martin Buchholz <martin@xemacs.org>
6800
6801         * XEmacs 21.2.36 is released.
6802
6803 2000-09-21  Andy Piper  <andy@xemacs.org>
6804
6805         * glyphs-x.c (x_redisplay_widget): make sure non-structural
6806         changes still involve copying the widget tree.
6807         (update_widget_face): make sure a change is register in the widget
6808         tree. Call update_tab_widget_face appropriately.
6809         (update_tab_widget_face): ditto.
6810         (x_tab_control_redisplay): make sure non-structural changes still
6811         involve copying the widget tree.
6812
6813 2000-08-31   Daiki Ueno  <ueno@unixuser.org>
6814
6815         * lread.c (locate_file): Check the path element is non-nil.
6816
6817 2000-10-02  Martin Buchholz  <martin@xemacs.org>
6818
6819         * lisp.h: Warning suppression for SCO compilers.
6820
6821         * redisplay-tty.c (reset_tty_modes): Fix crash.
6822         E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
6823
6824 2000-09-27  Martin Buchholz  <martin@xemacs.org>
6825
6826         Big signal/process handling overhaul.  Bugs fixed:
6827         M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
6828         M-x comint-kill-subjob should work for both values nil and t of
6829         process-connection-type. It was broken on most platforms.
6830         Testing on Irix and Cygwin still needed.  Other plaforms tested.
6831         * sysdep.c: Move #include of stropts.h into sysproc.h.  Use pid_t.
6832         * process-unix.c: Signal/Process handling overhaul.
6833         (pty_name): make 64 bytes, as `expect' does, for paranoia.
6834         (allocate_pty): Use all available modern methods of allocating
6835         ptys, falling back to old style BSD allocation as a last resort.
6836         Use allegedly more secure Unix98 pty allocation by default.
6837         (allocate_pty_the_old_fashioned_way): New. the last resort.
6838         (unix_create_process): Push ptem, ldterm, ttcompat where
6839         available.  Autoconfiscate.
6840         (try_to_initialize_subtty): New.
6841         (unix_kill_child_process): Proper signal handling for ptys on most
6842         platforms, using special knowledge of AIX, BSD, etc...
6843         (unix_create_process): Always disconnect_controlling_terminal() for
6844         subprocesses, whether using ptys or not.
6845         * process.h: Remove old getpt-dependent PTY code.
6846         * process.c (Fprocess_send_signal): New, obvious generic function.
6847         (decode_signal): New.
6848         (Finterrupt_process):
6849         (Fkill_process):
6850         (Fquit_process):
6851         (Fstop_process):
6852         (Fcontinue_process):
6853         (Fsignal_process): Use decode_signal.
6854         (process_send_signal):
6855         Many docstring corrections.
6856         Allow any signal to be sent to a process object.
6857         * config.h.in: Add symbols for big signal/process overhaul.
6858         * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
6859         * sysproc.h: Include process-related headers, where available:
6860         sys/stropts.h sys/strtio.h pty.h libutil.h
6861         * s/irix4-0.h:
6862         * s/irix5-0.h:
6863         * s/cygwin32.h:
6864         * s/gnu.h:
6865         * s/linux.h:
6866         * s/hpux.h:
6867         * s/aix3-1.h:
6868         Remove old S&M pty stuff.
6869         * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
6870         * systty.h: Simplify cpp hackery, improve comments.
6871         Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
6872
6873         * editfns.c (Fformat_time_string):
6874         Be a little more paranoid with the return value of ctime.
6875
6876         * fileio.c (check_executable):
6877         (check_writable):
6878         Use symbolic constants X_OK, W_OK.
6879
6880         * console-x.c (split_up_display_spec): Fix a warning.
6881
6882 2000-10-02  Martin Buchholz  <martin@xemacs.org>
6883
6884         * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
6885         * ntproc.c (sys_spawnve): make_string ==> build_string
6886         Small clarity improvements.
6887
6888 2000-09-30  Martin Buchholz  <martin@xemacs.org>
6889
6890         * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
6891
6892         * s/windowsnt.h (HAVE_STRCASECMP): Remove.
6893
6894         * config.h.in (HAVE_STRCASECMP): Remove.
6895
6896 2000-09-29  Martin Buchholz  <martin@xemacs.org>
6897
6898         * redisplay-output.c (redisplay_output_pixmap):
6899         Cleaner and possibly more 64-bit correct code.
6900
6901 2000-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
6902
6903         * dumper.c (pdump_load_finish): move restoration of
6904         `noninteractive1' to emacs.c (main_1).
6905         * emacs.c (main_1): protect LISP-visible command-line flags
6906         from pdump_load().
6907
6908 2000-09-26  Stephen J. Turnbull  <stephen@xemacs.org>
6909
6910         * Makefile.in.in (versionclean):  Use EXE_TARGET and
6911         DUMP_TARGET instead of literal program names.
6912
6913 2000-09-20  Martin Buchholz  <martin@xemacs.org>
6914
6915         * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
6916
6917 2000-09-19  Martin Buchholz  <martin@xemacs.org>
6918
6919         * *: Spelling mega-patch
6920
6921 2000-09-19  Martin Buchholz  <martin@xemacs.org>
6922
6923         * fns.c (bad_bad_turtle):
6924         Delete "Eek!" comment, since we fixed the bug to which it refers.
6925
6926 2000-09-16  Martin Buchholz  <martin@xemacs.org>
6927
6928         * alloca.c: Replace REGISTER with register.
6929
6930 2000-09-16   Daiki Ueno  <ueno@unixuser.org>
6931
6932         * file-coding.c (ucs_to_char): Use countof.
6933
6934 2000-09-16  Martin Buchholz  <martin@xemacs.org>
6935
6936         * file-coding.c: (ucs_to_char):
6937         (complex_vars_of_file_coding):
6938         Use countof instead of sizeof.
6939         Use CHECK_NATNUM instead of CHECK_INT.
6940
6941         * sysdep.c (strcasecmp): Remove.
6942         * device-x.c (ascii_strcasecmp): New.
6943         * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
6944         Avoid using non-standard non-portable strcasecmp.
6945
6946 2000-09-16  Martin Buchholz  <martin@xemacs.org>
6947
6948         * Makefile.in.in (mostlyclean): remove reference to prefix-args.
6949         * font-lock.c: remove reference to emacsfns.h.
6950         * search.c: small doc improvement.
6951         * event-Xt.c: correct file names in comments.
6952         * console-x.h Correct file names in comments.
6953         * frame.c: Correct file names in comments.
6954         * event-stream.c: remove Energize from comments.
6955
6956 2000-09-15  Martin Buchholz  <martin@xemacs.org>
6957
6958         * symeval.h (DEFERROR_STANDARD):
6959         (DEFERROR):
6960         (DEFSYMBOL):
6961         (DEFSYMBOL_NO_DUMP):
6962         (DEFSYMBOL_MULTIWORD_PREDICATE):
6963         (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
6964         (DEFKEYWORD):
6965         The construct &##name is not sensible C.
6966         Fixes compilation errors with Unixware native compiler.
6967
6968 2000-09-14  Martin Buchholz  <martin@xemacs.org>
6969
6970         * frame.c (device_matches_console_spec): no longer takes a `frame' arg
6971         (next_frame_internal): Removed.  We now just have next_frame.
6972         (next_frame):
6973         Write a simpler and cleaner one-pass algorithm.
6974         Remove called_from_delete_device arg and #ifdefed-out code.
6975         (previous_frame):
6976         Renamed from prev_frame.  Update callers.
6977         Cleaned up to have an analogous implementation to next_frame.
6978         (other_visible_frames_internal): Remove the
6979         called_from_delete_device bogus arg, and hence, remove this
6980         function.  Just use other_visible_frames().
6981
6982         * window.c (Fnext_window):
6983         Prettify docstring.
6984         Since next_frame() is guaranteed to return a frame, remove check
6985         for nil inserted in previous patch.
6986         (Fprevious_window):
6987         Prettify docstring.
6988         Make code look more like Fnext_window.
6989         (window_loop):
6990         Respect the `console' arg when iterating through windows.
6991         Fixes bug: (get-buffer-window buffer t device) not respecting
6992         the `device' arg.
6993         This function needs more work, as others have pointed out.
6994
6995         * frame.h: Rename prev_frame to previous_frame.
6996         device_matches_console_spec no longer takes a `frame' arg.
6997
6998         * s/gnu.h:
6999         * s/linux.h:
7000         * s/hpux.h:
7001         Use EMACS_BLOCK_SIGNAL instead of sigblock.
7002         From "Golubev I. N." <gin@mo.msk.ru>.
7003
7004         * make-src-depend: Fix typo.
7005
7006 2000-09-13  Martin Buchholz  <martin@xemacs.org>
7007
7008         * window.c (Fnext_window):
7009         next_frame() might return nil, not a frame.
7010         Fixes this crash:
7011         (gdb) run -eval '(progn  (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
7012
7013         * frame.c (next_frame_internal):
7014         We've passed a frame if we've passed its device.
7015         Fixes this crash:
7016         (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
7017 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
7018
7019 2000-09-11  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7020
7021         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
7022         Allow option to suppress accelerators in menu/dialog items.
7023         (populate_or_checksum_helper): Pass dialog title through above.
7024
7025 2000-09-10  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7026
7027         * event-msw.c (mswindows_key_to_emacs_keysym):
7028         Add "pause" key, fix "menu" key.
7029
7030 2000-09-09  Martin Buchholz  <martin@xemacs.org>
7031
7032         * eval.c (reinit_vars_of_eval):
7033         Increase max_lisp_eval_depth to 1000,
7034         required for thai-xtis.el to byte-compile under some circumstances.
7035
7036 2000-09-04  Martin Buchholz  <martin@xemacs.org>
7037
7038         * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
7039         From Kenichi Handa.
7040
7041 2000-09-01  Martin Buchholz  <martin@xemacs.org>
7042
7043         * make-src-depend: Make the generated Makefiles smaller.
7044
7045         * s/hpux.h (SETUP_SLAVE_PTY):
7046         Provide a %d in the format string for the errno argument.
7047
7048         * editfns.c (Ftemp_directory):
7049         Warning fix.
7050         Avoid buffer overrun on very long file name.
7051
7052         * input-method-xlib.c (XIM_init_device):
7053         6th parameter of XRegisterIMInstantiateCallback has different
7054         pointer types on different OSes, so simply cast to (void *).
7055
7056         * unexhp9k800.c: Warning fixes.  Fiddly changes.
7057
7058         * sysdll.c (dll_open):
7059         shl_load will hang hard if passed a NULL filename.
7060         Simply return NULL for compatibility with dlopen.
7061         * sysdll.c: Conform to XEmacs coding standards.
7062
7063         * sysdep.c (get_pty_max_bytes):
7064         Support pty input lines longer than 512 bytes on HP-UX 10.20.
7065
7066 2000-08-31  Martin Buchholz  <martin@xemacs.org>
7067
7068         * tooltalk.c: Add #include <syssignal.h>
7069
7070 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
7071
7072         * s/hpux.h: Don't use undefined function sigunblock().
7073
7074 2000-08-31  Martin Buchholz  <martin@xemacs.org>
7075
7076         * config.h.in: Add HAVE_BALLOON_HELP.
7077         * emacs.c: Use HAVE_BALLOON_HELP.
7078         * Makefile.in.in (x_objs):
7079         Make Balloon Help conditional on finding shape.h.
7080
7081 2000-08-23  Yoshiki Hayashi  <yoshiki@xemacs.org>
7082
7083         * syntax.c (regex_emacs_buffer_p): New variable.
7084         * syntax.h (regex_emacs_buffer_p): extern.
7085         * search.c (looking_at_1):
7086         (string_match_1):
7087         (fast_string_match):
7088         (search_buffer): Set regex_emacs_buffer_p.
7089         * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
7090         when before_dot, at_dot, after_dot.
7091
7092 2000-08-23  Andy Piper  <andy@xemacs.org>
7093
7094         * gui-x.c (popup_selection_callback): Only set action_occurred
7095         when we really have an image instance.
7096         * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
7097
7098 2000-08-23  Andy Piper  <andy@xemacs.org>
7099
7100         * gui-msw.c (mswindows_handle_gui_wm_command): set
7101         action_occurred.
7102         * gui-x.c (popup_selection_callback): ditto.
7103
7104         * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
7105         (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
7106         (struct Lisp_Image_Instance): add action_occurred flag.
7107
7108         * glyphs.c (redisplay_subwindow): use action_occurred flag.
7109         (image_instance_changed): ditto.
7110         (reset_frame_subwindow_instance_cache): only unmap windows - do
7111         not remove them from the cache also.
7112
7113         * glyphs-widget.c (tab_control_update): better debug.
7114         (progress_gauge_update): ditto.
7115         (layout_update): ditto.
7116         (layout_instantiate): ditto.
7117         (tab_control_order_only_changed): cope with null pending items.
7118
7119         * glyphs-msw.c (mswindows_tab_control_redisplay): add better
7120         debug. Force selection of an item when an action occurred. Cope
7121         with null pending_items.
7122         (mswindows_progress_gauge_redisplay): better debug.
7123         * glyphs-x.c (x_tab_control_redisplay): ditto.
7124
7125         * redisplay.c (redisplay_frame): reset the frame cache if the
7126         frame is garbaged.
7127
7128         * window.c (Fset_window_configuration): potentially re-enable
7129         frame cache reset.
7130         (window_unmap_subwindows): need to finalize instances here since
7131         it is only used in mark_window_as_deleted.
7132
7133 2000-08-22  Stephen J. Turnbull  <stephen@xemacs.org>
7134
7135         * nas.c (SndOpenDataForReading):
7136         nas.c (WaveOpenDataForReading):
7137         nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
7138         Somehow escaped from the 2000-08-14 patch.
7139
7140 2000-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
7141
7142         * nas.c:  Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
7143         of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
7144
7145 2000-08-21  Andy Piper  <andy@xemacs.org>
7146
7147         * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
7148         window if it is not already displayed.
7149
7150         * glyphs-msw.c (mswindows_map_subwindow): only map the window if
7151         it is not already displayed.
7152
7153         * window.c (Fset_window_configuration): don't reset the frame
7154         cache.
7155
7156         * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
7157         instances from the frame cache if we are actually finalizing them.
7158         (reset_frame_subwindow_instance_cache): reset frame cache only
7159         after unmapping everything.
7160         (map_subwindow): set displayed flag after mapping.
7161
7162 2000-08-21  Martin Buchholz  <martin@xemacs.org>
7163
7164         * data.c (indirect_function):
7165         Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
7166
7167         * eval.c (function_argcount):
7168         Use original function when signaling errors.
7169
7170 2000-08-18  Andy Piper  <andy@xemacs.org>
7171
7172         * frame.c (delete_frame_internal): use new
7173         free_frame_subwindow_instances name.
7174
7175         * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
7176         (add_tab_item): make return type correct.
7177         (mswindows_tab_control_instantiate): assert index of tab.
7178         (mswindows_tab_control_redisplay): Re-code to use
7179         gui_item_equal_sans_selected and gui_item_list_find_selected.
7180
7181         * glyphs-widget.c (tab_control_update): Correct comment.
7182
7183         * window.c (window_unmap_subwindows): use new
7184         unmap_subwindow_instance_cache_mapper.
7185         (window_unmap_subwindows_cache_mapper): deleted.
7186         (Fset_window_configuration): comparisons should now be with
7187         EQ. Preserve the subwindow instance cache across configuration
7188         changes.
7189         (allocate_window): ditto.
7190         (make_dummy_parent): ditto.
7191
7192         * glyphs.c (free_frame_subwindow_instances): rename from
7193         free_frame_subwindow_instance_cache. finalize all instances rather
7194         than just those in the display cache.
7195         (finalize_all_subwindow_instances): walk windows unmapping and
7196         finalizing subwindows.
7197         (unmap_subwindow_instance_cache_mapper): moved from
7198         window.c. Allow finalization as well as unmapping.
7199
7200         * gui.c (gui_item_list_find_selected): new function.
7201
7202         * gui.h (gui_item_list_find_selected): declare.
7203
7204         * glyphs-x.c (x_tab_control_redisplay): pick tab
7205         explicitly. Re-code to use gui_item_equal_sans_selected and
7206         gui_item_list_find_selected.
7207
7208         * glyphs-x.h: add lwlib-utils.h
7209
7210         * buffer.c (Frecord_buffer): undo previous change.
7211
7212 2000-08-09  Vin Shelton  <acs@xemacs.org>
7213
7214         * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
7215         possible.  Create temporary files more securely.  The patch was
7216         generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
7217         <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch.  See
7218         http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
7219         for details.
7220
7221 2000-08-07  Ben Wing  <ben@xemacs.org>
7222
7223         * getloadavg.c: remove duplicate (and windows-breaking)
7224         includes of fcntl.h and sys/file.h.
7225
7226         * nt.c: remove duplicate getloadavg() definition.
7227
7228         * sysdll.h (Qdll_filename_encoding): add missing stand-in
7229         encodings.
7230
7231 2000-08-07  Gunnar Evermann  <ge204@eng.cam.ac.uk>
7232
7233         * eval.c (function_argcount): If function needs to be autoloaded
7234         actually use the loaded definition.
7235         GCPRO function.
7236
7237 2000-08-05  Ben Wing  <ben@xemacs.org>
7238
7239         * getloadavg.c: add prototype for getloadavg().  remove
7240         duplicate WIN32_NATIVE/CYGWIN code (already in the middle
7241         of the code).  remove duplicate header includes.
7242
7243         * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
7244
7245         * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
7246         don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
7247         useful load average.
7248
7249         * alloc.c (reinit_alloc_once_early): removed references to
7250         VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
7251         the lisp vars are the only things referencing the malloc_sbrk_*
7252         vars, and they were already if 0'd out.  these vars only exist
7253         in the older malloc.c, which is basically unused, and they're
7254         only for informational purposes.
7255
7256         * m\*.h: removed useless VIRT_ADDR_VARIES.
7257
7258         * m\powerpc.h: removed stray NO_ARG_ARRAY.
7259
7260 2000-04-26  IKEYAMA Tomonori  <tomonori@suiyokai.org>
7261
7262         * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
7263         color if the image is a mono pixmap.
7264
7265 2000-07-30  Ben Wing  <ben@xemacs.org>
7266
7267         * Makefile.in.in (release):
7268         Remove stray @.
7269
7270         * buffer.c (directory_is_current_directory):
7271         * dired-msw.c (mswindows_get_files):
7272         * dired.c:
7273         * dired.c (Fdirectory_files):
7274         * dired.c (file_name_completion_stat):
7275         * dired.c (Ffile_attributes):
7276         [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
7277         preprocessor tricks, to avoid problems on some machines
7278         (e.g. SCO).
7279
7280         * callproc.c (egetenv): GC docs.
7281
7282         * console-msw.h:
7283         * console-msw.h (struct mswindows_dialog_id):
7284         * lrecord.h (lrecord_type):
7285         New object for use with MSW dialogs.
7286
7287         * console.h (struct console_methods):
7288         New enable/disable frame methods, for proper modal dialogs.
7289
7290         * device-msw.c (msprinter_default_printer): Fix to follow
7291         proper Mule conventions.
7292
7293         * device-msw.c:
7294         * device-msw.c (signal_open_printer_error):
7295         * device-msw.c (msprinter_init_device):
7296         * device-msw.c (ensure_not_printing):
7297         * device-msw.c (plist_get_margin):
7298         * device-msw.c (Fmsprinter_select_settings):
7299         * device-msw.c (finalize_devmode):
7300         * device-msw.c (Fmsprinter_settings_despecialize):
7301         * device-msw.c (signal_enum_priner_error):
7302         * extents.c (decode_extent):
7303         * extents.c (decode_map_extents_flags):
7304         * extents.c (decode_extent_at_flag):
7305         * extents.c (Fextent_at):
7306         * extents.c (Fextents_at):
7307         * extents.c (symbol_to_glyph_layout):
7308         [[[[2]]]] Use structured errors.
7309
7310         * dialog-msw.c:
7311         * dialog-msw.c (mswindows_is_dialog_msg):
7312         * dialog-msw.c (mark_mswindows_dialog_id):
7313         * dialog-msw.c (dialog_proc):
7314         * dialog-msw.c (handle_question_dialog_box):
7315         * dialog-msw.c (syms_of_dialog_mswindows):
7316         Define new object to clean up marking; use it as a dialog identifier.
7317         Call new delete-dialog-box-hook.
7318
7319         * dialog-x.c (dbox_selection_callback):
7320         * dialog-x.c (dbox_descriptor_to_widget_value):
7321         * dialog-x.c (x_make_dialog_box_internal):
7322         Call new delete-dialog-box-hook.
7323         Return an id.
7324
7325         * dialog.c:
7326         * dialog.c (syms_of_dialog):
7327         * dialog.c (vars_of_dialog):
7328         Define new delete-dialog-box-hook, for use w/modal dialog boxes.
7329
7330         * eval.c:
7331         * eval.c (signal_call_debugger):
7332         when noninteractive, output stack traces on the console instead
7333         of in a (never-seen) buffer.
7334
7335         * eval.c (signal_type_error):
7336         * eval.c (invalid_argument_2):
7337         * lisp.h:
7338         new funs for use w/structured errors.
7339
7340         * event-Xt.c:
7341         * event-Xt.c (x_to_emacs_keysym):
7342         * event-Xt.c (describe_event):
7343         * event-Xt.c (emacs_Xt_event_handler):
7344         * event-Xt.c (vars_of_event_Xt):
7345         * event-msw.c:
7346         * event-msw.c (mswindows_wnd_proc):
7347         * event-msw.c (vars_of_event_mswindows):
7348         rename {x,mswindows}-debug-events to debug-{}-events for
7349         consistency with other debug-foo variables.
7350
7351         * event-stream.c:
7352         document next-event more clearly.
7353
7354         * fileio.c (Ffile_name_directory):
7355         * fileio.c (Ffile_name_nondirectory):
7356         * fileio.c (Funhandled_file_name_directory):
7357         * fileio.c (file_name_as_directory):
7358         * fileio.c (Ffile_name_as_directory):
7359         * fileio.c (directory_file_name):
7360         * fileio.c (Fdirectory_file_name):
7361         * fileio.c (Fmake_temp_name):
7362         * fileio.c (Ffile_truename):
7363         * fileio.c (Fsubstitute_in_file_name):
7364         * fileio.c (expand_and_dir_to_file):
7365         * fileio.c (barf_or_query_if_file_exists):
7366         * fileio.c (check_executable):
7367         * fileio.c (Ffile_exists_p):
7368         * fileio.c (Ffile_writable_p):
7369         * fileio.c (Ffile_directory_p):
7370         * fileio.c (Ffile_regular_p):
7371         * fileio.c (Ffile_modes):
7372         * fileio.c (Ffile_newer_than_file_p):
7373         * fileio.c (Fverify_visited_file_modtime):
7374         * fileio.c (Fset_visited_file_modtime):
7375         * fileio.c (auto_save_1):
7376         (1). (2).
7377         fix up gcpro's.
7378
7379         * frame-msw.c:
7380         * frame-msw.c (mswindows_init_frame_1):
7381         * frame-msw.c (mswindows_enable_frame):
7382         * frame-msw.c (error_frame_unsizable):
7383         * frame-msw.c (msprinter_init_frame_1):
7384         * frame-msw.c (msprinter_init_frame_3):
7385         * frame-msw.c (console_type_create_frame_mswindows):
7386         (2).
7387         implement new enable/disable frame methods.
7388
7389         * frame-x.c:
7390         * frame-x.c (x_enable_frame):
7391         * frame-x.c (console_type_create_frame_x):
7392         implement new enable/disable frame methods.
7393
7394         * frame.c:
7395         * frame.c (Fdisable_frame):
7396         * frame.c (syms_of_frame):
7397         * frame.h (struct frame):
7398         implement new enable/disable frame methods/functions.
7399
7400         * general-slots.h:
7401         add initial-focus.
7402
7403         * glyphs-msw.c (mswindows_widget_instantiate):
7404         comment that initial-focus should be implemented.
7405
7406         * glyphs-widget.c:
7407         * glyphs-widget.c (check_valid_instantiator):
7408         * glyphs-widget.c (check_valid_orientation):
7409         * glyphs-widget.c (check_valid_tab_orientation):
7410         * glyphs-widget.c (check_valid_justification):
7411         * glyphs-widget.c (check_valid_border):
7412         * glyphs-widget.c (check_valid_callback):
7413         * glyphs-widget.c (check_valid_int_or_function):
7414         * glyphs-widget.c (check_valid_string_or_vector):
7415         * glyphs-widget.c (check_valid_item_list_1):
7416         * glyphs-widget.c (widget_validate):
7417         * glyphs-widget.c (combo_box_validate):
7418         * glyphs-widget.c (widget_instantiate):
7419         * glyphs-widget.c (syms_of_glyphs_widget):
7420         * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
7421         * glyphs-widget.c (image_instantiator_combo_box):
7422         * glyphs-widget.c (image_instantiator_scrollbar):
7423         * glyphs-widget.c (image_instantiator_tab_control):
7424         * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
7425         (2).
7426         support (unimplemented) keyword initial-focus.
7427         reindent long macros.
7428
7429         * glyphs-x.c (x_redisplay_widget):
7430         * glyphs-x.c (x_button_instantiate):
7431         * glyphs-x.c (x_button_redisplay):
7432         * glyphs-x.c (x_progress_gauge_instantiate):
7433         * glyphs-x.c (x_edit_field_instantiate):
7434         * glyphs-x.c (x_combo_box_instantiate):
7435         * glyphs-x.c (x_tab_control_instantiate):
7436         * glyphs-x.c (x_label_instantiate):
7437         * gui-x.c:
7438         * gui-x.c (button_item_to_widget_value):
7439         * gui-x.c (gui_items_to_widget_values_1):
7440         * gui-x.c (gui_item_children_to_widget_values):
7441         * gui-x.c (gui_items_to_widget_values):
7442         * gui-x.h:
7443         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
7444         add new flag to gui-parsing routines to indicate whether
7445         accelerator specs should be supported.
7446
7447         * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
7448
7449         * glyphs.h (struct Lisp_Image_Instance):
7450         * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
7451         add initial-focus flag.
7452
7453         * gui.c:
7454         * gui.c (syms_of_gui):
7455         * gui.c (vars_of_gui):
7456         clean up menu-no-selection-hook.
7457
7458         * gui.h:
7459         support delete-dialog-box-hook.
7460
7461         * lread.c (Fload_internal):
7462         * lread.c (locate_file_in_directory_mapper):
7463         (1).
7464
7465         * lrecord.h:
7466         * lrecord.h (struct toolbar_button):
7467         * lrecord.h (syms_of_toolbar):
7468         document how to create a new object.
7469
7470         * menubar-msw.c (mswindows_char_is_accelerator):
7471         may be called on frames w/o menus.
7472
7473         * menubar.c (vars_of_menubar):
7474         clean up :filter docs.
7475
7476         * nt.c (readdir):
7477         * ntproc.c:
7478         (1).
7479
7480         * process-nt.c:
7481         * process-nt.c (validate_signal_number):
7482         * process-nt.c (signal_cannot_launch):
7483         * process-nt.c (nt_create_process):
7484         * process-nt.c (nt_send_process):
7485         * process-nt.c (nt_kill_child_process):
7486         * process-nt.c (nt_open_network_stream):
7487         * process-nt.c (syms_of_process_nt):
7488         (2).
7489         delete quote-handling.  call new lisp code that does it better.
7490
7491         * process-unix.c (connect_to_file_descriptor):
7492         * process-unix.c (allocate_pty):
7493         * process-unix.c (unix_send_process):
7494         * process-unix.c (unix_kill_child_process):
7495         * process-unix.c (unix_open_network_stream):
7496         * process-unix.c (unix_open_multicast_group):
7497         (1). (2).
7498
7499         * process.c:
7500         * process.c (Fstart_process_internal):
7501         (2).  need to canonicalize process path even if absolute.
7502
7503         * select-msw.c (symbol_to_ms_cf):
7504         * select-msw.c (ms_cf_to_symbol):
7505         * select-msw.c (cf_is_autofreed):
7506         * select-msw.c (mswindows_destroy_selection):
7507         * select.c:
7508         * select.c (syms_of_select):
7509         * select.h:
7510         support dibv5, fix bugs. (from Mike Alexander)
7511
7512         * select.c (Fget_selection_internal):
7513         * select.c (select_convert_out):
7514
7515         * sysdep.c:
7516         * sysdep.c (xemacs_stat):
7517         renamed.
7518
7519         * sysdep.c (mkdir):
7520         * sysdep.c (rmdir):
7521         but keep original stat() here because we provide encapsulation
7522         around these funs.
7523
7524         * sysfile.h:
7525         * sysfile.h (fstat):
7526         remove stat garbage.
7527
7528         * syswindows.h:
7529         fix X/MSW conflict.
7530         don't include tchar.h.  it's inappropriate because it makes
7531         compile-time distinctions when we want runtime distinctions.
7532         (we provide our own tchar replacements)
7533
7534         * toolbar.c:
7535         use default object printer for toolbar-button.
7536
7537         * unexcw.c:
7538         make sure we don't encapsulate.
7539
7540         * window.c (vars_of_window):
7541         emphasize that temp-buffer-show-hook is obsolete.
7542
7543 2000-08-05  Martin Buchholz  <martin@xemacs.org>
7544
7545         * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
7546         (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
7547
7548         * events.c (Fevent_timestamp_lessp):
7549         Not 64-bit clean.  Use EMACS_INT, not int.
7550
7551 2000-06-05  Andrew Begel <abegel@cs.berkeley.edu>
7552
7553         * lrecord.h (lrecord_types): Changed lrecord_type_count to an
7554         unsigned int and changed the last enum to
7555         lrecord_type_last_built_in_type.
7556         (lrecord_implementations_table): changed prototype to know how
7557         long the array is supposed to be.
7558         (lrecord_type_count): new unsigned int to keep track of the
7559         current number of lisp lrecord types.
7560         (DEFINE_EXTERNAL_LRECORD):
7561         (DECLARE_EXTERNAL_LRECORD): Added these two for external
7562         dynamic-modules to declare new lisp types. They are the same
7563         as the non-EXTERNAL forms, but declare an lrecord_type unsigned
7564         int for each new type, and increment lrecord_type_count by 1.
7565
7566         * alloc.c (lrecord_implementations_table): Changed to reference
7567         lrecord_type_last_built_in_type for the size of the array.
7568         Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
7569
7570 2000-08-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
7571
7572         * glyphs.h (check_valid_item_list): Renamed from
7573         check_valid_item_list_1.
7574
7575 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
7576
7577         * select.c (Qselect_coerce): New.
7578         * select.c (Vselection_coercion_alist): New.
7579         * select.c (syms_of_select): Declare.
7580         * select.c (get-selection-internal): Use it.
7581         Use the new select-coerce functionality.
7582
7583         * select.c (select_coerce): New.
7584         * select.h (select_coerce): Declare.
7585         New function to coerce one type of data into another.
7586
7587 2000-08-03  Martin Buchholz  <martin@xemacs.org>
7588
7589         * callproc.c (Fcall_process_internal):
7590         (Fcall_process_internal):
7591         * process-unix.c (unix_create_process):
7592         Save and restore the value of errno, so that error messages are accurate.
7593
7594 2000-08-01  Martin Buchholz  <martin@xemacs.org>
7595
7596         * elhash.c (print_hash_table):
7597         Fix printing of hash tables to also use `key-and-value' instead of `t'.
7598         Prettify docstrings and indentation.
7599
7600 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
7601
7602         * window.c (Fwindow_pixel_edges): Subtract frame border and
7603         gutter size.
7604
7605 2000-07-31  Andy Piper  <andy@xemacs.org>
7606
7607         * buffer.c (Frecord_buffer): make absolutely sure that redisplay
7608         will acknowledge the change.
7609
7610         * glyphs.h: declare tab_control_order_only_changed.
7611
7612         * glyphs-x.c (x_tab_control_redisplay): use
7613         tab_control_order_only_changed.
7614
7615         * glyphs-widget.c (tab_control_order_only_changed): new function.
7616
7617         * glyphs-msw.c (mswindows_tab_control_redisplay): use
7618         tab_control_order_only_changed.
7619
7620         * gui.c (gui_item_equal_sans_selected): new function.
7621         (gui_item_equal): use it.
7622
7623         * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
7624         :properties in favor of :items..
7625
7626         * glyphs-widget.c (check_valid_item_list): rename from
7627         check_valid_item_list_1.
7628         (check_valid_item_list_1): renamed.
7629         (combo_box_validate): deprecate :properties in favor of :items.
7630         (widget_instantiate): ditto.
7631         (tab_control_update): ditto.
7632         (image_instantiator_combo_box): ditto.
7633         (image_instantiator_tree_view): ditto.
7634         (image_instantiator_tab_control): ditto.
7635         (layout_post_instantiate): remove dead code.
7636
7637         * print.c (debug_print_no_newline): only write to debugger if in
7638         WIN32_NATIVE.
7639
7640         * elhash.c (Fmake_hash_table): update doc string.
7641
7642         * event-msw.c (mswindows_wnd_proc): don't allow processing of
7643         messages whilst in GC. This at least stops XEmacs crashing but has
7644         the potential for wierd behaviour.
7645
7646 2000-07-31  Martin Buchholz  <martin@xemacs.org>
7647
7648         * config.h.in:
7649         Make existence of s&m files optional.
7650
7651         * s/bsd386.h: Remove HAVE_GETLOADAVG.
7652         * s/freebsd.h: Remove HAVE_GETLOADAVG.
7653         * s/gnu.h: Remove HAVE_GETLOADAVG.
7654         * s/netbsd.h: Remove HAVE_GETLOADAVG.
7655         * s/sol2.h: Remove HAVE_GETLOADAVG.
7656         * lisp.h: Remove getloadavg() declaration.
7657         * fns.c:
7658         Include <sys/loadavg.h> if available.
7659         Don't declare our own getloadavg() if HAVE_GETLOADAVG.
7660         * config.h.in:  Group together getloadavg()-related macros.
7661         Use only configure-time tests to detect getloadavg().
7662
7663 2000-07-30  Martin Buchholz  <martin@xemacs.org>
7664
7665         * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
7666
7667 2000-07-25  Andy Piper  <andy@xemacs.org>
7668
7669         * syswindows.h: add tchar.h for native builds.
7670
7671         * frame.c (syms_of_frame): remove set-glyph-image.
7672
7673         * general-slots.h: add Qset_glyph_image.
7674
7675         * glyphs-widget.c (layout_update): add domain arg to
7676         set-glyph-image.
7677         (syms_of_glyphs_widget): remove set-glyph-image.
7678
7679 2000-07-23  Ben Wing  <ben@xemacs.org>
7680
7681         * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
7682         Vpopup_frame_list.
7683
7684 2000-07-22  Andy Piper  <andy@xemacs.org>
7685
7686         * symsinit.h: add syms_of_win32().
7687
7688         * gui-msw.c (syms_of_gui_mswindows): remove
7689         Fmswindows_shell_execute.
7690         (Fmswindows_shell_execute): moved to win32.c.
7691
7692         * emacs.c (main_1): add syms_of_win32 ().
7693
7694         * win32.c (init_potentially_nonexistent_functions): rewrite in
7695         compiler-friendly terms.
7696         (Fmswindows_shell_execute): move here from gui-msw.c.
7697         (syms_of_win32): new.
7698
7699         * device-msw.c (Fmswindows_printer_list): clean up args to
7700         EnumPrinters.
7701         Don't include tchar under cygwin or mingw.
7702         (msprinter_default_printer): make cygwin-friendly.
7703
7704 2000-07-21  Andy Piper  <andy@xemacs.org>
7705
7706         * glyphs-widget.c (image_instantiator_tree_view): use tab
7707         control's update function.
7708         (layout_property): new function. Retrieve items.
7709
7710         * glyphs-msw.c (mswindows_tree_view_redisplay): new
7711         function. Re-populate the tree view from the pending items.
7712
7713         * glyphs.c (instantiate_image_instantiator): Make sure the domain
7714         is designated the parent if the domain is an image instance. This
7715         is needed so that dirtiness can be cascade up the hierarchy and
7716         thus for layout children to be redisplayed correctly.
7717         (allocate_image_instance): rename glyph -> parent.
7718
7719         * redisplay.h: change redisplay_output_layout signature.
7720
7721         * redisplay-msw.c (mswindows_output_display_block): use domain
7722         arg.
7723
7724         * redisplay-x.c (x_output_display_block): use domain arg.
7725
7726 2000-07-10  Andy Piper  <andy@xemacs.org>
7727
7728         * window.c (Fset_window_configuration): add comment.
7729
7730         * redisplay-output.c (compare_runes):
7731         (redisplay_output_subwindow): redisplay rather than update subwindow.
7732         (redisplay_output_layout): ditto.
7733
7734         * redisplay-msw.c (mswindows_frame_output_end):
7735         (mswindows_frame_output_end): make defer window pos optional.
7736
7737         * lisp.h: add Flast.
7738
7739         * glyphs.h (struct image_instantiator_methods): add dest_mask top
7740         normalize method. Change update method to be for changed
7741         instantiators. Add redisplay method. Change signature of layout
7742         method.
7743         (struct Lisp_Image_Instance): add instantiator.
7744         (IMAGE_INSTANCE_INSTANTIATOR): new.
7745         (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
7746         (XIMAGE_INSTANCE_INSTANTIATOR): new.
7747         (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
7748
7749         * glyphs.c:
7750         (find_instantiator_differences): new function.
7751         (Fset_instantiator_property): new convenience function.
7752         (check_image_instance_structure): strictly check for vector
7753         instantiators.
7754         (normalize_image_instantiator): make non-static.
7755         (instantiate_image_instantiator): pass on dest_mask and use new
7756         signatures for image_instance_layout and friends.
7757         (mark_image_instance): mark the instantiator. Mark the subwindow
7758         face not the widget face.
7759         (image_instance_equal): add instantiator.
7760         (image_instance_hash): ditto.
7761         (allocate_image_instance): ditto.
7762         (Fset_image_instance_property): removed.
7763         (Fimage_instance_file_name): ditto.
7764         (Fcolorize_image_instance): ditto.
7765         (image_instance_layout): add offsets to be set.
7766         (update_image_instance): new function. update an image instance
7767         from its changed instantiator.
7768         (inherit_normalize): add dest_mask.
7769         (xbm_normalize): ditto.
7770         (xface_normalize): ditto.
7771         (xpm_normalize): ditto.
7772         (text_update): set_property -> update.
7773         (image_instantiate): use the glyph identity as a hash key, not the
7774         instantiator.
7775         (glyph_width): use new image_instance_layout signature.
7776         (glyph_ascent): ditto.
7777         (glyph_descent): ditto.
7778         (glyph_height): ditto.
7779         (glyph_query_geometry): ressurrect.
7780         (glyph_layout): ditto.
7781         (redisplay_subwindow): update -> redisplay.
7782         (syms_of_glyphs): add Fset_instantiator_property.
7783         (image_instantiator_format_create): set_property -> update.
7784
7785         * glyphs-x.c:
7786         (autodetect_normalize): add dest_maks to signature.
7787         (x_redisplay_subwindow): update -> redisplay.
7788         (x_redisplay_widget): ditto.
7789         (x_button_redisplay): ditto.
7790         (x_progress_gauge_redisplay): ditto.
7791         (x_tab_control_redisplay): ditto. Rewrite to cope with changed
7792         stacking order.
7793         (console_type_create_glyphs_x): update -> redisplay.
7794         (image_instantiator_format_create_glyphs_x): ditto.
7795
7796         * glyphs-widget.c:
7797         (check_valid_instantiator): disallow glyphs in the instantiator,
7798         they must now be vectors.
7799         (check_valid_instantiator_list): ditto.
7800         (glyph_instantiator_to_glyph): use internal symbol rather than
7801         intern.
7802         (widget_update): renamed from widget_set_property. Call cascaded
7803         update methods.
7804         (redisplay_widget): renamed from update_widget.
7805         (widget_layout): image_instance_layout now takes position as well
7806         as size.
7807         (widget_normalize): ditto.
7808         (widget_instantiate): ditto.
7809         (tab_control_query_geometry) ditto.:
7810         (tab_control_update): renamed from tab_control_set_property.
7811         (progress_gauge_update): set_property -> update.
7812         (layout_normalize): rewrite so that child instantiators are
7813         normalized also.
7814         (layout_update): new function. Create glyphs from the normalized
7815         children and cope with any other layout keywords. We do not
7816         instantiate children here that will be take care of by
7817         redisplay_output_layout.
7818         (layout_instantiate): call layout_update and not much else.
7819         (layout_post_instantiate): not sure whether this is needed
7820         anymore.
7821         (layout_query_geometry): query glyph geometry rather than
7822         image_instance geometry.
7823         (layout_layout): set offsets from pass in parameters. Use glyph
7824         geometry and layout functions rather than image instance ones.
7825         (native_layout_layout): ditto.
7826         (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
7827         (image_instantiator_widget): set_property -> update.
7828         (image_instantiator_buttons): ditto.
7829         (image_instantiator_progress_guage): ditto.
7830         (image_instantiator_tab_control): ditto.
7831         (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
7832         (image_instantiator_layout): add update method.
7833
7834         * glyphs-msw.c (bmp_normalize):
7835         (mswindows_resource_normalize): add dest_mask so that it can be
7836         proprogated by layout_normalize.
7837         (begin_defer_window_pos): make optional because it may not be the
7838         right thing to do and it introduces differences with X.
7839         (mswindows_unmap_subwindow): ditto.
7840         (mswindows_map_subwindow): ditto.
7841         (mswindows_redisplay_subwindow): renamed from
7842         mswindows_update_subwindow.
7843         (mswindows_redisplay_widget): ditto.
7844         (mswindows_button_redisplay): renamed from
7845         mswindows_button_update. Update is now what the instantiation
7846         function does for a changed instantiator.
7847         (mswindows_progress_gauge_instantiate): set the progress value
7848         here if appropriate.
7849         (mswindows_tab_control_redisplay): cope with re-ordering of the
7850         members of the tab widget by simply selecting the new top
7851         widget. This makes things appear ok if you click on a tab.
7852         (mswindows_combo_box_instantiate): image_instance_layout now takes
7853         position as well as size.
7854         (mswindows_progress_gauge_redisplay): renamed from
7855         mswindows_progress_gauge_update.
7856         (console_type_create_glyphs_mswindows): fix update -> redisplay.
7857         (image_instantiator_format_create_glyphs_mswindows): ditto.
7858
7859         * glyphs-eimage.c (jpeg_normalize):
7860         (gif_normalize):
7861         (png_normalize):
7862         (tiff_normalize): add dest_mask so that it can be proprogated by
7863         layout_normalize.
7864
7865         * elhash.c:
7866         (print_hash_table):
7867         (hash_table_weakness_validate):
7868         (decode_hash_table_weakness):
7869         (Fhash_table_weakness):
7870         (Fhash_table_type):
7871         (syms_of_elhash): use Ben's naming scheme for hashtable types..
7872
7873         * console.h (struct console_methods): move update_* to
7874         redisplay_*.
7875
7876 2000-07-20  Ben Wing  <ben@xemacs.org>
7877
7878         * *.[ch] (XSETOBJ): remove unused middle argument.
7879         lisp-disunion.h: correct wrap_object() to one argument.
7880
7881 2000-07-15  Ben Wing  <ben@xemacs.org>
7882
7883         * s/cygwin32.h:
7884         * s/cygwin32.h (CYGWIN_CONV_PATH):
7885         Add missing logb prototype for v1.1.
7886         Use post-b20 names and alias to pre-b20 names when pre-b20.
7887
7888         * s/windowsnt.h: [5].
7889
7890 2000-07-15  Ben Wing  <ben@xemacs.org>
7891
7892         * Makefile.in.in (x_objs):
7893         * Makefile.in.in (sheap_objs):
7894         * Makefile.in.in (objs):
7895         added win32.o, cosmetic cleanups.
7896
7897         * alloc.c (Fmake_byte_code):
7898         [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
7899         etc. macros which declare their own args now.
7900
7901         * alloc.c (syms_of_alloc):
7902         [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
7903
7904         * buffer.c:
7905         Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
7906
7907         * buffer.c (Fget_file_buffer):
7908         Fixed GCPRO problem.
7909
7910         * buffer.c (get_truename_buffer):
7911         Fixed comment about GC checking.
7912
7913         * buffer.c (syms_of_buffer):
7914         Undeclared those dedicated frame funs.
7915         [2].
7916
7917         * buffer.h:
7918         Define convenience macros for internal/external conversions.
7919         [[[3]]]: Define codesys aliases Qcommand_argument_encoding
7920         and Qenvironment_variable_encoding for cleaner code.
7921
7922         * bufslots.h:
7923         Remove dedicated-frame; in lisp.
7924
7925         * bytecode.c (funcall_compiled_function):
7926         [1].
7927
7928         * bytecode.c (syms_of_bytecode):
7929         [2].
7930
7931         * console-msw.c:
7932         * console-msw.c (mswindows_show_console): Rewrote.
7933
7934         * console-msw.c (Fmswindows_debugging_output): New.
7935         Sends to OutputDebugString (special MSWin debugger interface).
7936
7937         * console-msw.c (Fmswindows_message_box):
7938         Fixed stupid bugs so it works when called from kill-emacs.
7939
7940         * console-msw.c (syms_of_console_mswindows):
7941         Declare Fmswindows_debugging_output.
7942
7943         * console-msw.h:
7944         New MSWin prototypes.
7945
7946         * console-msw.h (struct mswindows_frame):
7947         New entry last-click-mods for improved button-modifier support.
7948
7949         * console-msw.h (FRAME_MSWINDOWS_POPUP):
7950         New struct entry `popup' with corresponding accessor.
7951
7952         * console-x.c:
7953         * console-x.c (split_up_display_spec):
7954         * console-x.c (get_display_arg_connection):
7955         * console-x.c (x_semi_canonicalize_console_connection):
7956         * console-x.c (x_canonicalize_device_connection):
7957         [[[6]]]: Change char to more specific type.
7958         [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
7959
7960         * console-x.c (x_semi_canonicalize_console_connection):
7961         * console-x.c (x_canonicalize_device_connection):
7962         [[[9]]]: Fix up error signalling to use new structured error system.
7963
7964         * console-x.h:
7965         [[[4]]]: Define codesys aliases:
7966         Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
7967         Qx_color_name_encoding, Qx_display_name_encoding.
7968
7969         * console.h (struct console_methods):
7970         New method make_dialog_box_internal supersedes older
7971         popup_dialog_box method.
7972
7973         * data.c:
7974         Define many new errors, part of new structured errors.
7975
7976         * data.c (init_errors_once_early):
7977         * data.c (syms_of_data):
7978         [2].
7979
7980         * device-msw.c (mswindows_init_device):
7981         [[[5]]]: Cleanup to support NT 3.51.
7982
7983         * device-msw.c (decode_devmode): Cleanup.
7984
7985         * device-msw.c (mswindows_handle_print_setup_dialog_box):
7986         * device-msw.c (mswindows_handle_print_dialog_box):
7987         * device-msw.c (mswindows_handle_page_setup_dialog_box):
7988         * device-msw.c (syms_of_device_mswindows):
7989         Delete the dialog box primitives recently introduced by Kirill and
7990         instead interface to general dialog box interface.
7991
7992         * device-x.c:
7993         * device-x.c (compute_x_app_name):
7994         * device-x.c (x_init_device):
7995         * device-x.c (Fx_valid_keysym_name_p):
7996         * device-x.c (Fx_set_font_path):
7997         [6].
7998         [7].
7999
8000         * device.h (wrap_device): New.
8001         First of its kind; meant to replace XSETDEVICE.
8002
8003         * dialog-msw.c: Many file-dialog symbols.
8004
8005         * dialog-msw.c (mswindows_register_popup_frame): New.
8006         * dialog-msw.c (mswindows_is_dialog_msg): New.
8007         For supporting kbd traversal in dialog boxes.
8008
8009         * dialog-msw.c (dialog_proc):
8010         Support hitting ESC in dialogs.
8011
8012         * dialog-msw.c (struct):
8013         Common dialog box errors.
8014
8015         * dialog-msw.c (handle_file_dialog_box): New.
8016         Add file dialog code.
8017
8018         * dialog-msw.c (handle_question_dialog_box):
8019         Redo existing code to support new question dialog syntax.
8020
8021         * dialog-msw.c (console_type_create_dialog_mswindows):
8022         We support new dialog console method.
8023
8024         * dialog-msw.c (syms_of_dialog_mswindows):
8025         * dialog-msw.c (vars_of_dialog_mswindows):
8026         New file dialog symbols, vars.
8027
8028         * dialog-x.c:
8029         * dialog-x.c (maybe_run_dbox_text_callback):
8030         * dialog-x.c (dbox_descriptor_to_widget_value):
8031         * dialog-x.c (x_make_dialog_box_internal):
8032         * dialog-x.c (console_type_create_dialog_x):
8033         Mule-ize entire file.
8034         Redo to support question dialog syntax.
8035         [6].
8036
8037         * dialog.c:
8038         * dialog.c (Fmake_dialog_box_internal):
8039         * dialog.c (syms_of_dialog):
8040         Kill old popup-dialog-box, replace with new primitive.
8041         Just call device method or signal error.
8042
8043         * eldap.c (Fldap_open):
8044         * eldap.c (Fldap_search_basic):
8045         * eldap.c (Fldap_add):
8046         * eldap.c (Fldap_modify):
8047         [1].
8048         [7].
8049
8050         * emacs.c:
8051         * emacs.c (make_arg_list_1):
8052         * emacs.c (make_arg_list):
8053         Mule-ize call to dll_init().
8054         [6].
8055         [8].
8056
8057         * emacs.c (make_argc_argv):
8058         * emacs.c (free_argc_argv):
8059         * emacs.c (init_cmdargs):
8060         * emacs.c (main_1):
8061         * emacs.c (Fkill_emacs):
8062         * emacs.c (Fdump_emacs):
8063         Update comments about what can be used in syms_* etc.
8064         Call init_win32() when necessary.
8065         Fix up MS Win dialog box in kill-buffer to actually work right.
8066         [7].
8067
8068         * eval.c:
8069         * eval.c (For):
8070         * eval.c (Fand):
8071         * eval.c (Fprogn):
8072         * eval.c (Fprog1):
8073         * eval.c (Fprog2):
8074         * eval.c (FletX):
8075         * eval.c (Flet):
8076         * eval.c (condition_case_3):
8077         * eval.c (Feval):
8078         * eval.c (function_argcount):
8079         * eval.c (funcall_lambda):
8080         [1].
8081
8082         * eval.c (type_error): New.
8083         * eval.c (maybe_type_error): New.
8084         * eval.c (continuable_type_error): New.
8085         * eval.c (maybe_continuable_type_error): New.
8086         * eval.c (type_error_with_frob): New.
8087         * eval.c (maybe_type_error_with_frob): New.
8088         * eval.c (continuable_type_error_with_frob): New.
8089         * eval.c (maybe_continuable_type_error_with_frob): New.
8090         New functions for use with structured errors.
8091
8092         * event-Xt.c:
8093         * event-Xt.c (x_event_to_emacs_event):
8094         Buttons are now modifiers too.
8095
8096         * event-Xt.c (emacs_Xt_current_event_timestamp):
8097         Implement new event method.
8098         * event-Xt.c (reinit_vars_of_event_Xt): Set it.
8099
8100         * event-msw.c:
8101         * event-msw.c (ntpipe_shove_writer): [5].
8102         * event-msw.c (mswindows_enqueue_mouse_button_event):
8103         * event-msw.c (mswindows_drain_windows_queue):
8104         * event-msw.c (mswindows_wnd_proc): [7].
8105         * event-msw.c (mswindows_current_layout_has_AltGr): [5].
8106         * event-msw.c (mswindows_modifier_state):
8107         Throughout: support new button modifiers.
8108
8109         * event-msw.c (emacs_mswindows_current_event_timestamp):
8110         Implement new event method.
8111         * event-msw.c (reinit_vars_of_event_mswindows): Set it.
8112
8113         * event-stream.c:
8114         * event-stream.c (event_stream_current_event_timestamp): New.
8115         * event-stream.c (maybe_kbd_translate): New functionality.
8116         * event-stream.c (vars_of_event_stream):
8117         Document new kbd-translate-table functionality.
8118
8119         * event-stream.c (Fcurrent_event_timestamp): New.
8120         New primitive for use in fabricated events.
8121         * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
8122
8123         * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
8124
8125         * events.c:
8126         * events.c (Fmake_event):
8127         * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
8128         [1].
8129         [9].
8130
8131         * events.c (format_event_object): fix gcc warnings.
8132
8133         * events.c (Fevent_timestamp): Document new primitives.
8134
8135         * events.c (TIMESTAMP_HALFSPACE): New.
8136
8137         * events.c (Fevent_timestamp_lessp): New.  New primitive for
8138         comparing timestamps correctly (half-space algorithm).
8139
8140         * events.c (Fevent_modifier_bits): Doc fix.
8141
8142         * events.c (Fevent_modifiers): Major doc addition.
8143         * events.c (event_x_y_pixel_internal): Typo fix.
8144         * events.c (syms_of_events): Declare new primitives.
8145
8146         * events.h:
8147         Update long comment for button modifiers, timestamps.
8148
8149         * events.h (struct event_stream):
8150         New current_event_timestamp method.
8151
8152         * extents.c:
8153         * extents.c (extent_in_region_p):
8154         * extents.c (decode_extent):
8155         * extents.c (Fset_extent_parent):
8156         * extents.c (decode_map_extents_flags):
8157         Fix gcc warnings.
8158         [9].
8159
8160         * extents.c (struct extent_at_arg):
8161         * extents.c (decode_extent_at_flag):
8162         * extents.c (extent_at_mapper):
8163         * extents.c (extent_at_bytind):
8164         * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
8165         * extents.c (Fextents_at): New primitive. [9].
8166         * extents.c (symbol_to_glyph_layout): [9].
8167         Support new primitive `extents-at'.
8168
8169
8170         * extents.c (get_text_property_bytind):
8171         extent_at_bytind has another arg.
8172         [9].
8173
8174         * extents.c (syms_of_extents): New primitive.
8175
8176         * file-coding.c (Fmake_coding_system): [1].
8177         * file-coding.c (subsidiary_coding_system): fix gcc warning
8178         * file-coding.c (syms_of_file_coding): [2].
8179
8180         * fileio.c (Fexpand_file_name):
8181         * fileio.c (Fsysnetunam):
8182         * fileio.c (Ffile_exists_p):
8183         * fileio.c (Ffile_executable_p):
8184         * fileio.c (Fverify_visited_file_modtime):
8185         Clean up GCPROing.
8186
8187         * fileio.c (syms_of_fileio): [2].
8188
8189         * filelock.c (lock_file_1):
8190         * filelock.c (current_lock_owner):
8191         * filelock.c (lock_if_free):
8192         * filelock.c (lock_file):
8193         * filelock.c (unlock_file):
8194         Clean up GCPROing.
8195
8196         * fns.c (concat): Fix gcc warning.
8197
8198         * fns.c (Fmember):
8199         * fns.c (Fold_member):
8200         * fns.c (Fmemq):
8201         * fns.c (Fold_memq):
8202         * fns.c (memq_no_quit):
8203         * fns.c (Fassoc):
8204         * fns.c (Fold_assoc):
8205         * fns.c (Fassq):
8206         * fns.c (Fold_assq):
8207         * fns.c (assq_no_quit):
8208         * fns.c (Frassoc):
8209         * fns.c (Fold_rassoc):
8210         * fns.c (Frassq):
8211         * fns.c (Fold_rassq):
8212         * fns.c (rassq_no_quit):
8213         * fns.c (Fdelete):
8214         * fns.c (Fold_delete):
8215         * fns.c (Fdelq):
8216         * fns.c (Fold_delq):
8217         * fns.c (delq_no_quit):
8218         * fns.c (Fremassoc):
8219         * fns.c (Fremassq):
8220         * fns.c (remassq_no_quit):
8221         * fns.c (Fremrassoc):
8222         * fns.c (Fremrassq):
8223         * fns.c (remrassq_no_quit):
8224         * fns.c (Freverse):
8225         * fns.c (mapcar1):
8226         [1].
8227
8228         * frame-msw.c (mswindows_init_frame_1):
8229         * frame-msw.c (mswindows_delete_frame):
8230         Register popups with dialog code so keyboard traversing works.
8231
8232         * frame-tty.c (tty_raise_frame_no_select): [1].
8233
8234         * frame-x.c:
8235         * frame-x.c (x_set_frame_text_value):
8236         * frame-x.c (x_set_frame_properties):
8237         * frame-x.c (x_create_widgets):
8238         [7].
8239
8240         * frame.c:
8241         * frame.c (Fmouse_pixel_position): Minor doc fixes.
8242
8243         * frame.h (wrap_frame): New.
8244         Macro like wrap_device.
8245
8246         * general.c:
8247         * general.c (SYMBOL):
8248         * general.c (syms_of_general):
8249         Major reorg.  This is now just a wrapper and symbols themselves
8250         are listed in general-slots.h.
8251
8252         * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
8253         * glyphs-msw.c (mswindows_resource_instantiate): [5].
8254
8255         * glyphs-msw.c (mswindows_native_layout_instantiate):
8256         Add DS_CONTROL so keyboard traversal will work.
8257
8258         * glyphs-widget.c:
8259         * glyphs-widget.c (syms_of_glyphs_widget):
8260         Move some symbols to general-slots.h.
8261
8262         * glyphs-x.c:
8263         * glyphs-x.c (xbm_instantiate_1):
8264         * glyphs-x.c (x_xbm_instantiate):
8265         * glyphs-x.c (x_xface_instantiate):
8266         * glyphs-x.c (autodetect_instantiate):
8267         * glyphs-x.c (cursor_font_instantiate):
8268         * glyphs-x.c (x_update_widget):
8269         * glyphs-x.c (x_widget_instantiate):
8270         * glyphs.c (bitmap_to_lisp_data):
8271         * glyphs.c (pixmap_to_lisp_data):
8272         [7].
8273
8274         * glyphs.c (syms_of_glyphs):
8275         [2].
8276
8277         * gui-x.c:
8278         * gui-x.c (print_widget_value):
8279         * gui-x.c (menu_separator_style_and_to_external):
8280         * gui-x.c (add_accel_and_to_external):
8281         * gui-x.c (button_item_to_widget_value):
8282         * gui-x.c (gui_items_to_widget_values_1):
8283         * gui-x.c (gui_items_to_widget_values):
8284         * gui-x.c (syms_of_gui_x):
8285         * gui-x.c (vars_of_gui_x):
8286         Mule-ize entire file.  Move menu-no-selection-hook to gui.c.
8287         [9].
8288
8289         * gui-x.h:
8290         Muleize, prototype changes matching gui-x.c.
8291
8292         * gui.c:
8293         * gui.c (separator_string_p):
8294         * gui.c (gui_item_add_keyval_pair):
8295         * gui.c (make_gui_item_from_keywords_internal):
8296         * gui.c (signal_too_long_error):
8297         * gui.c (parse_gui_item_tree_item):
8298         * gui.c (syms_of_gui):
8299         * gui.c (vars_of_gui):
8300         * gui.h:
8301         menu-no-selection-hook moved here (used by MSWin).
8302         Move some symbols to general-slots.h.
8303         [6].
8304         [9].
8305
8306         * insdel.c (get_buffer_pos_char):
8307         * insdel.c (get_buffer_range_char):
8308         Add GC comments.
8309
8310         * keymap.c (keymap_lookup_directly):
8311         * keymap.c (keymap_store):
8312         * keymap.c (ensure_meta_prefix_char_keymapp):
8313         * keymap.c (describe_map):
8314         * keymap.h:
8315         Support new button modifiers.
8316
8317         * lisp-disunion.h (wrap_object):
8318         * lisp-disunion.h (XSETOBJ):
8319         Rename make_obj to wrap_object.
8320
8321         * lisp-union.h:
8322         * lisp-union.h (make_int):
8323         * lisp-union.h (make_char):
8324         Support wrap_object.
8325
8326         * lisp.h:
8327         * lisp.h (LIST_LOOP):
8328         * lisp.h (EXTERNAL_LIST_LOOP):
8329         * lisp.h (LIST_LOOP_2):
8330         * lisp.h (EXTERNAL_LIST_LOOP_1):
8331         * lisp.h (EXTERNAL_LIST_LOOP_2):
8332         * lisp.h (EXTERNAL_LIST_LOOP_3):
8333         * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
8334         * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
8335         * lisp.h (GET_EXTERNAL_LIST_LENGTH):
8336         * lisp.h (EXTERNAL_ALIST_LOOP_5):
8337         * lisp.h (EXTERNAL_ALIST_LOOP_6):
8338         * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
8339         * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
8340         * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
8341         * lisp.h (struct Lisp_Symbol):
8342         * lisp.h (maybe_continuable_error_with_frob):
8343         Fix up section comments.
8344         Add new types for char to indicate usage.
8345         Delete symbols auto-generated from general-slots.h.
8346         Add prototypes for structured error functions.
8347         Add long comments describing looping macros and change interface
8348         so that lvalues are automatically declared.
8349         Add NO_DECLARE macro in case callers want to declare lvalues
8350         themselves.
8351
8352         * lread.c (read_syntax_error):
8353         * lread.c (continuable_read_syntax_error):
8354         * lread.c (read_structure):
8355         * lread.c (sequence_reader):
8356         * lread.c (read_list_conser):
8357         * lread.c (read_compiled_function):
8358         Rename syntax_error and continuable_syntax_error to avoid clash
8359         with same-named structured error functions.
8360
8361         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
8362         * menubar-msw.c (populate_menu_add_item):
8363         * menubar-msw.c (populate_or_checksum_helper):
8364         [5].
8365         [9].
8366
8367         * menubar-x.c:
8368         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
8369         Mule-ize whole file.
8370
8371         * menubar.c (Fnormalize_menu_item_name): Add optimization.
8372
8373         * mule-charset.c (Fmake_charset):
8374         * mule-wnnfns.c (Fwnn_set_param):
8375         [1].
8376
8377         * ntproc.c (create_child):
8378         * ntproc.c (Fwin32_set_current_locale):
8379         Add comments portending doom.
8380
8381         * objects-msw.c:
8382         * objects-msw.c (old_font_enum_callback_2):
8383         * objects-msw.c (font_enum_callback_1):
8384         * objects-msw.c (mswindows_enumerate_fonts):
8385         [5].
8386
8387         * objects-x.c:
8388         * objects-x.c (allocate_nearest_color):
8389         * objects-x.c (x_parse_nearest_color):
8390         * objects-x.c (x_initialize_color_instance):
8391         * objects-x.c (x_print_color_instance):
8392         * objects-x.c (x_finalize_color_instance):
8393         * objects-x.c (x_valid_color_name_p):
8394         * objects-x.c (x_initialize_font_instance):
8395         * objects-x.c (x_print_font_instance):
8396         * objects-x.c (valid_x_font_name_p):
8397         * objects-x.c (truename_via_FONT_prop):
8398         * objects-x.c (truename_via_random_props):
8399         * objects-x.c (truename_via_XListFonts):
8400         * objects-x.c (x_font_truename):
8401         * objects-x.c (x_font_instance_truename):
8402         * objects-x.c (x_font_instance_properties):
8403         * objects-x.c (x_list_fonts):
8404         * objects-x.c (x_find_charset_font):
8405         Mule-ize entire file.
8406         [7].
8407
8408         * objects-x.h:
8409         Mule-verify.
8410
8411         * print.c:
8412         * print.c (std_handle_out_external):
8413         * print.c (debug_print_no_newline):
8414         * print.c (syms_of_print):
8415         Output to all debugger kinds in debug-print.
8416         Fix console-output code under MSWin to actually work.
8417
8418         * process-nt.c (send_signal):
8419         * process-nt.c (nt_create_process):
8420         Use newer Unicode macros.
8421
8422         * process-unix.c (unix_create_process):
8423         * process-unix.c (unix_canonicalize_host_name):
8424         * process-unix.c (unix_open_network_stream):
8425         [7].
8426
8427         * scrollbar-x.c:
8428         Mule-verify.
8429
8430         * search.c (syms_of_search):
8431         [2].
8432
8433         * select-msw.c (mswindows_destroy_selection):
8434         Use LIST_LOOP_2.
8435
8436         * select-x.c (symbol_to_x_atom):
8437         [7].
8438
8439         * select.c (syms_of_select):
8440         [2].
8441
8442         * sound.c (Fplay_sound_file):
8443         [7].
8444
8445         * specifier.c:
8446         * specifier.c (decode_specifier_type):
8447         * specifier.c (Fvalid_specifier_locale_type_p):
8448         * specifier.c (check_valid_locale_or_locale_type):
8449         * specifier.c (decode_locale):
8450         * specifier.c (decode_locale_type):
8451         * specifier.c (decode_locale_list):
8452         * specifier.c (check_valid_domain):
8453         * specifier.c (decode_specifier_tag_set):
8454         * specifier.c (Fcanonicalize_tag_set):
8455         * specifier.c (Fdefine_specifier_tag):
8456         * specifier.c (Fspecifier_tag_predicate):
8457         * specifier.c (check_valid_inst_list):
8458         * specifier.c (check_valid_spec_list):
8459         * specifier.c (decode_how_to_add_specification):
8460         * specifier.c (check_modifiable_specifier):
8461         * specifier.c (specifier_add_spec):
8462         * specifier.c (boolean_validate):
8463         * specifier.c (display_table_validate):
8464         [9].
8465
8466         * specifier.c (syms_of_specifier):
8467         Move some symbols to general-slots.h.
8468         [2].
8469
8470         * symbols.c:
8471         * symbols.c (Fmapatoms):
8472         * symbols.c (Fapropos_internal):
8473         Add GCPROs.
8474
8475         * symbols.c (set_default_buffer_slot_variable):
8476         * symbols.c (set_default_console_slot_variable):
8477         [1].
8478
8479         * symbols.c (defsymbol_massage_name_1):
8480         * symbols.c (defkeyword_massage_name):
8481         * symbols.c (deferror_1):
8482         * symbols.c (deferror):
8483         * symbols.c (deferror_massage_name_and_message):
8484         * symeval.h:
8485         * symeval.h (DEFSYMBOL):
8486         Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
8487
8488         * symbols.c (syms_of_symbols):
8489         [2].
8490
8491         * symsinit.h:
8492         * symsinit.h (init_win32): New.
8493         Also new is syms_of_dialog_mswindows.
8494
8495         * syswindows.h:
8496         Add new Unicode macros, missing Cygwin wide-char functions,
8497         convenience conversion macros for Qmswindows_tstr, macros for
8498         encapsulating required MSWin <-> Cygwin filename conversions,
8499         prototype for dynamically-extracted (not in NT 3.51) functions.
8500
8501         * toolbar-x.c:
8502         Mule-verify.
8503
8504         * tooltalk.c (Fadd_tooltalk_message_arg):
8505         * tooltalk.c (Fadd_tooltalk_pattern_attribute):
8506         * tooltalk.c (Fadd_tooltalk_pattern_arg):
8507         [7].
8508
8509         * tooltalk.c (syms_of_tooltalk):
8510         [2].
8511
8512         * unexnt.c:
8513         * unexnt.c (unexec):
8514         Fix up headers, declaration of unexec() to be more standard.
8515
8516 2000-07-20  Martin Buchholz  <martin@xemacs.org>
8517
8518         * offix.h: Revert change to guard macros - they're used in offix.c!
8519
8520 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8521
8522         * lisp.h: Defsubred Fdelete.
8523
8524         * console-msw.h:  (msprinter_default_printer): Added.
8525
8526         * console-msw.c (msprinter_canonicalize_console_connection):
8527         (msprinter_canonicalize_device_connection): Added.
8528
8529         * device-msw.c (msprinter_default_printer):
8530         (Fmswingows_get_default_printer):
8531         (signal_enum_priner_error):
8532         (Fmswingows_printer_list): Added.
8533
8534 2000-07-19  Martin Buchholz <martin@xemacs.org>
8535
8536         * XEmacs 21.2.35 is released.
8537
8538 2000-07-19  Martin Buchholz  <martin@xemacs.org>
8539
8540         * select-x.c (x_handle_selection_request):
8541         Text selected in xemacs and pasted into xterm failed to appear.
8542         Spelling fixes and cosmetic changes.
8543
8544 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8545
8546         * event-msw.c (mswindows_drain_windows_queue): Correctly check for
8547         XEmacs frame (fix for doubling chars in dialog boxes).
8548
8549 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
8550
8551         * select.c (select_convert_in, select_convert_out):
8552         Don't call intern() every time.
8553
8554         * select.c (Qselect_convert_in, Qselect_convert_out): New.
8555         * select.c (vars_of_select): Initialise them.
8556
8557 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
8558
8559         * select.c (selection-coercible-types): New.
8560
8561         * select.c (own-selection-internal):
8562         * select.c (get-selection-internal):
8563         MULE bug fix - these should default to COMPOUND_TEXT and not
8564         STRING for MULE. I think.
8565
8566         * select.c (select_convert_out): Use selection-coercible-types
8567         to find types that we can attempt to perform coercions on.
8568
8569 2000-07-18  Martin Buchholz  <martin@xemacs.org>
8570
8571         * mule-wnnfns.c:
8572         * mule-canna.c:
8573         Add coding: cookie to identify encoding.
8574
8575         * mule-canna.c (CANNA_mode_keys): make static.
8576         Use proper prototypes, even for functions of no arguments.
8577         Remove external prototype for Fding().
8578
8579         * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
8580
8581         * select.c (syms_of_select): Add missing DEFSUBR.
8582
8583 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
8584
8585         * select.c (get_selection_internal, own_selection_internal):
8586         Make the type default to STRING, rather than placing a nil type
8587         into Vselection_alist.
8588
8589 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
8590
8591         * gpmevent.c (tty_selection_exists_p):
8592         * gpmevent.c (tty_own_selection):
8593         Updated parameter lists.
8594
8595 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
8596
8597         * select.h (selection-alist): Removed declaration.
8598
8599         * select.h (get_local_selection):
8600         * select.c (get_local_selection):
8601         Made static.
8602
8603         * select.h (convert_selection): Removed declaration.
8604         * select.c (convert_selection): Removed.
8605         This function belongs in Lisp.
8606
8607         * select.h (select_convert_in): Declare.
8608         * select.h (select_convert_out): Declare.
8609         * select.c (select_convert_in): New.
8610         * select.c (select_convert_out): New.
8611         New conversion functions for other files to call.
8612
8613         * select.h (select_notify_buffer_kill): Declare.
8614         * select.c (select_notify_buffer_kill): New.
8615         New functions that get called from kill-buffer.
8616
8617         * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
8618         X-specific lisp code.
8619
8620         * select.h: Declare some of the lisp-visible functions for
8621         external use.
8622
8623         * select.c (clean_local_selection_data): Removed. This was
8624         a disgusting function, and previously should have been in
8625         select-x.c in any case. The functionality is now provided
8626         in select-convert-from-integer (select.el).
8627
8628         * select.c (available-selection-types): Fixed stupidity where
8629         INTEGER and ATOM got added twice. Also add STRING when we see an
8630         extent.
8631
8632         * select.c (get-selection-internal): Removed symbol stripping. No
8633         longer causes conversion when data comes from the internal cache.
8634
8635         * select.c (syms_of_select): Added new functions.
8636
8637         * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
8638         error checking - previously this called abort!
8639
8640         * select-x.c (x_own_selection): Changed comment.
8641
8642         * select-x.c (x_handle_selection_request): Use select_convert_out.
8643         Don't mess with selection-alist; it's an internal variable of select.c.
8644
8645         * select-x.c (x_get_foreign_selection): Use select_convert_in.
8646
8647         * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
8648         rather than messing with selection-alist.
8649
8650         * select-msw.c (mswindows_get_foreign_selection):
8651         Use TO_INTERNAL_FORMAT rather than hacking.
8652
8653 2000-07-14  Martin Buchholz  <martin@xemacs.org>
8654
8655         * process-unix.c (unix_open_multicast_group):
8656         (unix_open_multicast_group): Remove useless casts.
8657
8658 2000-07-13  Martin Buchholz  <martin@xemacs.org>
8659
8660         * sound.c (Fplay_sound): Fix `unused variable' warning.
8661
8662         * emacs.c (main): Use correct type for _environ on SCO5.
8663
8664 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
8665
8666         * console.h (own_selection_method):
8667         * console.h (selection_exists_p_method):
8668         * console.h (available_selection_types_method): New.
8669         * console.h (register_selection_data_type_method): New.
8670         * console.h (selection_data_type_name): New.
8671
8672         * console-msw.h (mswindows_destroy_selection): Declare it.  New
8673         function & alist to track GlobalAlloc()'d handles that need
8674         releasing when the clipboard data gets replaced or emptied.
8675
8676         * event-msw.c (mswindows_wnd_proc): Call it.
8677
8678         * lisp.h, general.c (Qappend): New symbol representing a
8679         `how-to-add' mode.
8680
8681         * select.c (own-selection-internal):
8682         * select.c (selection-exists-p):
8683         * select.c (available-selection-types): New.
8684         * select.c (register-selection-data-type): New.
8685         * select.c (selection-data-type-name): New.  New functions to deal
8686         with device-specific selection data formats.
8687         * select.c (selection-converter-out-alist): Renamed.
8688         * select.c (selection-converter-in-alist): New.
8689         * select.c (selection-appender-alist): New.  Added new alists.
8690         * select.c (syms_of_select, vars_of_select): Added new symbols &
8691         variables.
8692         * select.c (get_local_selection): Split.
8693         * select.c: Removed spurious type checking - selections may now be
8694         of any type, not just strings.
8695         * select.c (own-selection-internal):
8696
8697         * select.h, select.c (convert_selection): New. Created
8698         convert_selection() function based on get_local_selection().
8699         * select.h, select.c (QCF_*): New symbols representing mswindows
8700         clipboard formats.
8701         * select.h, select.c (Qreplace_all, Qreplace_existing): New
8702         symbols representing `how-to-add' modes.
8703
8704         * select-msw.c (x_sym_p): New.
8705         * select-msw.c (symbol_to_ms_cf): New.
8706         * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
8707         symbols & clipboard formats. Can also handle string names.
8708         * select-msw.c (mswindows_own_selection):
8709         * select-msw.c (mswindows_selection_exists_p):
8710         Added `data-type' parameter. Use it.
8711         * select-msw.c (mswindows_available_selection_types): New.
8712         * select-msw.c (mswindows_register_selection_data_type): New.
8713         * select-msw.c (mswindows_selection_data_type_name): New.
8714         * select-msw.c (mswindows_own_selection):
8715         * select-msw.c (mswindows_get_foreign_selection):
8716         * select-msw.c (mswindows_selection_exists_p):  Rewrote.
8717         * select-msw.c (console_create_select_mswindows): Added new methods.
8718         * select-msw.c (mswindows_destroy_selection): New.
8719         * select-msw.c (Vhandle_alist): New list.
8720         * select-msw.c (mswindows_own_selection):
8721
8722         * select-x.c (x_own_selection):
8723         * select-x.c (x_selection_exists_p):
8724         * select-x.c: Added some comments about maybe using new
8725         functionality.
8726         * select-x.c (x_own_selection):
8727
8728         * specifier.c: Remove definition of Qappend (now in general.c)
8729         * specifier.c (syms_of_specifier): Remove Qappend.
8730
8731 2000-07-12  Martin Buchholz  <martin@xemacs.org>
8732
8733         * config.h.in: Add socklen_t.
8734
8735         * s/decosf4-0.h: No special compiler flags needed or desired.
8736         In particular, undefine _BSD for DEC OSF 4.0.
8737
8738 2000-07-07  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8739
8740         * redisplay-msw.c (msprinter_frame_output_end): Added.
8741         (console_type_create_redisplay_mswindows): Referred the above.
8742
8743         * frame.c (setup_frame_without_minibuffer): Do not create a
8744         default minibuffer frame on a printer device.
8745
8746         * frame-msw.c (apply_dc_geometry): Added.
8747         (msprinter_start_page):
8748         (msprinter_init_frame_3):
8749         (msprinter_eject_page): Use it.
8750
8751         * console-msw.h (struct msprinter_frame): Added pix_left and top,
8752         and removed residual duplex and orientation properties.
8753
8754 2000-07-11  Martin Buchholz  <martin@xemacs.org>
8755
8756         * eval.c (function_argcount): Work around a DEC CC compiler bug.
8757
8758         * unexalpha.c: Remove system prototypes from C sources!
8759
8760 2000-07-09  Adrian Aichner  <aichner@ecf.teradyne.com>
8761
8762         * eval.c: Remove references to M-x edit-options in DEFUNs for
8763         `defvar' and `defconst'.
8764
8765 2000-07-09  Martin Buchholz  <martin@xemacs.org>
8766
8767         * config.h.in: Remove SMART_INCLUDE hackery.
8768
8769         PostgreSQL hacking:
8770         * config.h.in: Don't use SMART_INCLUDE.
8771
8772         * postgresql.h: Include libpq-fe.h here.  Fix typo.
8773         * inline.c: Simply #include "postgresql.h"
8774         * postgresql.c:
8775         - Don't use SMART_INCLUDE
8776         - Use simply "const".
8777         - Use standard doc string conventions.
8778         - Use correct type for result of PQstatus.
8779
8780 2000-07-09  Martin Buchholz  <martin@xemacs.org>
8781
8782         * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
8783
8784         C++ compilation changes.
8785         * config.h.in (EXTERN_C): Define.
8786         * config.h.in (not): This is also a C++ keyword.
8787         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
8788         * cm.c: Use EXTERN_C.
8789         * redisplay-tty.c: Use EXTERN_C.
8790         * sysdep.c: Use EXTERN_C.  Remove Gould support.
8791
8792 2000-07-09  Martin Buchholz  <martin@xemacs.org>
8793
8794         * general.c: Remove duplicate definition for Qfunction.
8795
8796 2000-07-08  Ben Wing  <ben@xemacs.org>
8797
8798         * device-msw.c (msprinter_init_device):
8799         * device-msw.c (sync_printer_with_devmode):
8800         * device-msw.c (handle_devmode_changes):
8801         * device-msw.c (print_dialog_worker):
8802         * device-msw.c (Fmsprinter_apply_settings):
8803         * device-msw.c (hash_devmode):
8804         * device-msw.c (Fmsprinter_settings_despecialize):
8805         use Qmswindows_tstr, not Qctext.
8806
8807         * vm-limit.c (check_memory_limits):
8808         avoid infinite loop printing warning messages.
8809
8810 2000-07-05  Craig Lanning  <lanning@scra.org>
8811
8812         * Makefile.in.in: Add support for including the Windows resources
8813         when building with the cygwin and mingw targets.
8814
8815         * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
8816         not set or not correct.
8817         (directory_is_current_directory): Don't compile for WIN32_NATIVE.
8818         (init_initial_directory): Don't try to use $PWD on the
8819         WIN32_NATIVE target.
8820
8821         * s\cygwin32.h:
8822         [[Add -mwindows to eliminate console window.]] not required --ben
8823         (HAVE_NATIVE_SOUND): removed; now handled by configure.
8824         (MAIL_USE_POP): removed; now handled by configure.
8825
8826         * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
8827         C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
8828         (HAVE_NATIVE_SOUND): removed; now handled by configure.
8829         (MAIL_USE_POP): removed; now handled by configure.
8830         (ENCAPSULATE_STAT): from Dan Holmsand, added.
8831         (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
8832         (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
8833         constant string.
8834         (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
8835         up from <winsock.h> via systime.h.
8836         (HAVE_GETPAGESIZE): from Dan Holmsand, added.
8837         (getpagesize): from Dan Holmsand, added.
8838         Added #endif which was left dangling by Ben's mega patch; added
8839         comment to help prevent this in the future.
8840
8841         * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
8842
8843 2000-07-05  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8844
8845         * console-msw.h (struct mswindows_device): Removed unnecessary
8846         cached device geometry values.
8847         Added update_tick and an accessor macro.
8848         (Lisp_Devmode): Added lrecord declaration.
8849         (struct msprinter_device): Contain devmode as a Lisp object.
8850         Added mswindows_get_selected_frame_hwnd();
8851
8852         * console.h (struct console_methods): Indentation nitpicking.
8853
8854         * device-msw.c (mswindows_init_device): Do not initialize geometry
8855         cache. Initialize update tick.
8856         (mswindows_device_system_metrics): Ask the device for its geometry.
8857         (global_free_2_maybe):
8858         (devmode_to_hglobal):
8859         (handle_printer_changes):
8860         (ensure_not_printing):
8861         (print_dialog_worker):
8862         (Fmsprinter_print_setup_dialog):
8863         (Fmsprinter_print_dialog):
8864         (plist_get_margin):
8865         (plist_set_margin):
8866         (Fmsprinter_page_setup_dialog): Added functions.
8867         (sync_printer_with_devmode):
8868         (handle_devmode_changes):
8869         (Fmsprinter_get_settings):
8870         (Fmsprinter_select_settings):
8871         (Fmsprinter_apply_settings):
8872         (allocate_devmode):
8873         (Fmsprinter_settings_copy):
8874         (Fmsprinter_settings_despecialize):
8875         (print_devmode):
8876         (finalize_devmode):
8877         (equal_devmode):
8878         (hash_devmode): Added functions
8879         (syms_of_device_mswindows): Init devmode lrecord class.
8880
8881         * device.h: Added an exfun for find-device.
8882
8883         * event-msw.c (mswindows_wnd_proc): Do not update the cached
8884         geometry; although, recreate the device compatible DC.
8885
8886         * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
8887         (msprinter_init_frame_3):
8888         (msprinter_frame_property):
8889         (msprinter_internal_frame_property_p):
8890         (msprinter_frame_properties):
8891         (msprinter_set_frame_properties): Removed 'orientation and 'duplex
8892         print job properties (will move to device settings).
8893
8894         * lisp.h: Added symbols.
8895
8896         * general.c (syms_of_general): Declared them.
8897
8898         * hash.c (string_hash): Added.
8899
8900         * lrecord.h (lrecord_type): Added devmode lrecord type.
8901
8902 2000-07-02  Mike Sperber <mike@xemacs.org>
8903
8904         * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
8905         FreeBSD 4.0.
8906
8907 2000-06-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
8908
8909         * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
8910         integer.
8911
8912 2000-06-07  MORIOKA Tomohiko  <tomo@urania.m17n.org>
8913
8914         * data.c (Fstring_to_number): Don't recognize floating point if
8915         base is not 10.
8916
8917 2000-06-22  Martin Buchholz  <martin@xemacs.org>
8918
8919         * glyphs-widget.c (tab_control_query_geometry):
8920         (widget_query_geometry):
8921         (button_query_geometry):
8922         * glyphs.c (text_query_geometry):
8923         Enforce type correctness.
8924
8925 2000-06-18  Martin Buchholz  <martin@xemacs.org>
8926
8927         * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
8928         * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
8929
8930 2000-06-17  Martin Buchholz  <martin@xemacs.org>
8931
8932         * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
8933         conflicts with gcc's fixincluded version of FOO.h.
8934
8935         * glyphs.h (image_instance_geometry): Remove trailing `,'
8936
8937 2000-06-08  Mike Alexander  <mta@arbortext.com>
8938
8939         (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
8940         (shove_thread): Don't write the same output twice
8941         (make_ntpipe_output_stream): Increase priority of shove thread
8942         (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
8943         chance to run
8944         (ntpipe_shove_closer): Don't delete the pipe until we're done with
8945         it.
8946
8947 2000-06-12  Ben Wing  <ben@xemacs.org>
8948
8949         * s\mingw32.h (sigset):
8950         * s\windowsnt.h (sigset):
8951         rename msw_ to mswindows_ for consistency with general convention.
8952
8953 2000-06-12  Ben Wing  <ben@xemacs.org>
8954
8955         * console-msw.c:
8956         * console-msw.c (mswindows_get_console_hwnd):
8957         * console-msw.c (mswindows_ensure_console_allocated):
8958         * console-msw.c (mswindows_hide_console):
8959         * console-msw.c (mswindows_show_console):
8960         * console-msw.c (mswindows_ensure_console_buffered):
8961         * console-msw.c (mswindows_output_console_string):
8962         * console-msw.c (mswindows_windows9x_p):
8963         * console-msw.h:
8964         * device-msw.c (mswindows_get_workspace_coords):
8965         * device-msw.c (mswindows_device_system_metrics):
8966         * dialog-msw.c (mswindows_popup_dialog_box):
8967         * event-msw.c (mswindows_wnd_proc):
8968         * frame-msw.c (mswindows_size_frame_internal):
8969         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
8970         * menubar-msw.c (displayable_menu_item):
8971         * menubar-msw.c (mswindows_char_is_accelerator):
8972         * nt.c:
8973         * nt.c (mswindows_sigset):
8974         * nt.c (mswindows_sigrelse):
8975         * nt.c (mswindows_sigpause):
8976         * nt.c (mswindows_raise):
8977         * nt.c (timer_proc):
8978         * ntproc.c:
8979         * ntproc.c (find_child_console):
8980         * ntproc.c (sys_kill):
8981         * print.c:
8982         * print.c (std_handle_out_external):
8983         * process-nt.c (find_child_console):
8984         * process-nt.c (send_signal_the_95_way):
8985         * process-nt.c (ensure_console_window_exists):
8986         * process-nt.c (nt_create_process):
8987         * syssignal.h:
8988         rename msw_ to mswindows_ for consistency with general convention.
8989
8990         * emacs.c:
8991         * dumper.c:
8992         include nt.h, not syswindows.h.
8993
8994         * nt.c (mswindows_fstat):
8995         * nt.c (mswindows_stat):
8996         prefix mswindows_ instead of attempting to directly override the
8997         library functions.  fix declarations.
8998
8999         * nt.h:
9000         include syswindows.h.  move some sysdep.h stuff here.
9001
9002         * ntheap.h:
9003         include syswindows.h, not <windows.h>.
9004
9005         * ntplay.c:
9006         clean up headers.
9007
9008         * sysdep.c:
9009         clean up headers.
9010
9011         * sysdep.c (sys_fstat):
9012         * sysdep.c (sys_stat):
9013         call mswindows versions when appropriate.
9014
9015         * sysdep.h:
9016         move mswin decls to nt.h.
9017
9018         * syswindows.h:
9019         add long comment describing appropriate use of the various windows
9020         headers.
9021
9022 2000-06-11  Ben Wing  <ben@xemacs.org>
9023
9024         * device-x.c: Correct doc string for sixth arg of x-get-resource.
9025
9026 2000-06-10  Ben Wing  <ben@xemacs.org>
9027
9028         * Makefile.in.in (release):
9029         Correction to make sure xemacs.exe always dumped when correct.
9030
9031         * alloca.c:
9032         * balloon_help.c:
9033         [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
9034
9035         * buffer.c (set_buffer_internal):
9036         [[[[2]]]]: Remove HAVE_FEP code.
9037
9038         * buffer.c (init_initial_directory):
9039         [3].
9040
9041         * bytecode.c:
9042         [[[[4]]]]: limits.h standardly included in lisp.h; remove from
9043         individual files.
9044
9045         * callproc.c:
9046         * callproc.c (call_process_cleanup):
9047         * callproc.c (Fold_call_process_internal):
9048         * callproc.c (child_setup):
9049         * callproc.c (getenv_internal):
9050         * callproc.c (init_callproc):
9051         * callproc.c (vars_of_callproc):
9052         [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
9053         __CYGWIN32__ -> CYGWIN.
9054         DOS_NT -> WIN32_NATIVE.
9055         Remove MSDOS support/references, converting to WIN32_NATIVE
9056           where correct.
9057         __MINGW32__ -> MINGW.
9058         Fix windows.h includes.
9059         Remove bogus HAVE_NTGUI.
9060
9061         * config.h.in:
9062         [2].
9063
9064         * console-msw.c:
9065         mswindows_message_outputted added for use in allowing startup
9066         errors on the console to be seen.
9067
9068         * console-msw.c (msw_ensure_console_allocated):
9069         * console-msw.c (msw_output_console_string):
9070         * console-msw.c (DHEADER):
9071         * console-msw.c (DOPAQUE_DATA):
9072         * console-msw.c (DEVENT):
9073         * console-msw.c (DCONS):
9074         * console-msw.c (DCONSCDR):
9075         * console-msw.c (DSTRING):
9076         * console-msw.c (DVECTOR):
9077         * console-msw.c (DSYMBOL):
9078         * console-msw.c (DSYMNAME):
9079         Fix warnings.
9080
9081         * console-stream.c (stream_init_console):
9082         Fix text/binary problems.
9083
9084         * device-msw.c:
9085         * device-msw.c (mswindows_finish_init_device):
9086         * device-msw.c (mswindows_delete_device):
9087         [1].
9088
9089         * device.c (handle_asynch_device_change):
9090         [3].
9091
9092         * dgif_lib.c:
9093         * dgif_lib.c (DGifOpenFileName):
9094         * dgif_lib.c (DGifOpenFileHandle):
9095         * dgif_lib.c (DGifGetLine):
9096         * dgif_lib.c (DGifGetPixel):
9097         Added config.h/lisp.h, fix up includes.
9098         [1].
9099
9100         * dired-msw.c:
9101         [4].
9102
9103         * dired.c:
9104         * dired.c (file_name_completion):
9105         * dired.c (Ffile_attributes):
9106         * dired.c (syms_of_dired):
9107         [1].
9108
9109         * dumper.c:
9110         * dumper.c (pdump_file_unmap):
9111         * dumper.c (pdump_load):
9112         [1].
9113
9114         * editfns.c:
9115         * editfns.c (Ftemp_directory):
9116         * editfns.c (user_login_name):
9117         * editfns.c (Fuser_real_login_name):
9118         * editfns.c (get_home_directory):
9119         [1].
9120
9121         * elhash.c (finish_marking_weak_hash_tables):
9122         [[[[5]]]]: Fix GCC warnings.
9123
9124         * emacs.c:
9125         * emacs.c (mswindows_handle_hardware_exceptions):
9126         * emacs.c (make_arg_list_1):
9127         * emacs.c (main_1):
9128         * emacs.c (Fkill_emacs):
9129         * emacs.c (Fdump_emacs):
9130         [1].
9131         Fix problems with nested crashes, add long comment.
9132
9133         * event-Xt.c (init_event_Xt_late):
9134         [1].
9135
9136         * event-msw.c:
9137         * event-msw.c (mswindows_dde_callback):
9138         * event-msw.c (mswindows_handle_sticky_modifiers):
9139         * event-msw.c (mswindows_wnd_proc):
9140         [1].
9141         [5].
9142
9143         * events.c (character_to_event):
9144         [1].
9145
9146         * fileio.c:
9147         * fileio.c (Ffile_name_directory):
9148         * fileio.c (Ffile_name_nondirectory):
9149         * fileio.c (directory_file_name):
9150         * fileio.c (Fexpand_file_name):
9151         * fileio.c (Fsubstitute_in_file_name):
9152         * fileio.c (Ffile_name_absolute_p):
9153         * fileio.c (check_executable):
9154         * fileio.c (Ffile_readable_p):
9155         * fileio.c (Ffile_accessible_directory_p):
9156         * fileio.c (Ffile_modes):
9157         * fileio.c (Funix_sync):
9158         * fileio.c (vars_of_fileio):
9159         [1]. [4].
9160
9161         [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
9162
9163         Expand getdefdir defn.
9164         Fix bogus rename() comment.
9165
9166         [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc.  Attempt
9167         to use standard XEmacs include files, e.g. sysfile.h, rather
9168         than system-specific includes.
9169
9170         * fns.c:
9171         * fns.c (Fsubseq):
9172         [5]. [6].
9173
9174         * frame.c (vars_of_frame):
9175         [1].
9176
9177         * getloadavg.c:
9178         * getloadavg.c (getloadavg):
9179         [1]. [6].
9180         #ifdef XEMACS not defined on Cygwin.  Remove this; no need for it.
9181         (We don't use it elsewhere in the code; just add a comment.)
9182
9183         * gif_io.c:
9184         [6].
9185         Add config.h.
9186
9187         * glyphs-msw.c:
9188         * glyphs-msw.c (mswindows_resource_instantiate):
9189         [1].
9190
9191         * glyphs-x.c (x_native_layout_instantiate):
9192         [5].
9193
9194         * gui-msw.c (Fmswindows_shell_execute):
9195         [1].
9196
9197         * insdel.c:
9198         [4].
9199
9200         * lisp.h:
9201         [4]. [5].
9202
9203         * lread.c (locate_file_in_directory_mapper):
9204         [1].
9205
9206         * lstream.c:
9207         [4].
9208
9209         * mem-limits.h:
9210         * mem-limits.h (get_lim_data):
9211         [1].
9212
9213         * menubar-msw.c:
9214         [4].
9215
9216         * ndir.h:
9217         [1].
9218
9219         * nt.c:
9220         * nt.c (getwd):
9221         * nt.c (closedir):
9222         * nt.c (rva_to_section):
9223         * nt.c (mswindows_executable_type):
9224         [1]. [6].
9225         Fix closedir() defn.
9226
9227         * nt.h:
9228         [[[[8]]]]: *_OK defs moved to sysfile.h.
9229
9230         * ntproc.c:
9231         [6]. [7].
9232
9233         * objects-x.c:
9234         [4].
9235
9236         * print.c:
9237         * print.c (std_handle_out_external):
9238         [1]. [4].
9239
9240         * process-nt.c:
9241         * process-nt.c (nt_create_process):
9242         [6].
9243         try to fix process quoting somewhat.
9244
9245         * process-unix.c (unix_create_process):
9246         [1].
9247
9248         * process.c:
9249         * process.c (vars_of_process):
9250         Add Vnull_device.
9251
9252         * process.h:
9253         [1].
9254
9255         * realpath.c:
9256         * realpath.c (xrealpath):
9257         [1].
9258
9259         * redisplay-tty.c (init_tty_for_redisplay):
9260         [3].
9261
9262         * redisplay.c:
9263         [4]. [6].
9264
9265         * scrollbar-msw.c:
9266         [4].
9267
9268         * sheap.c:
9269         * sheap.c (more_static_core):
9270         * sheap.c (report_sheap_usage):
9271         [5]. [6].
9272
9273         * signal.c:
9274         * signal.c (alarm_signal):
9275         [1]. [6].
9276
9277         * sound.c:
9278         [6].
9279
9280         * strftime.c:
9281         * strftime.c (zone_name):
9282         [1]. [5].
9283
9284         * symsinit.h (init_sunpro):
9285         [1].
9286
9287         * syscommctrl.h:
9288         commctrl.h not in Cygwin b20.1.
9289
9290         * sysdep.c:
9291         * sysdep.c (endif):
9292         * sysdep.c (sys_subshell):
9293         * sysdep.c (init_baud_rate):
9294         * sysdep.c (emacs_get_tty):
9295         * sysdep.c (emacs_set_tty):
9296         * sysdep.c (tty_init_sys_modes_on_device):
9297         * sysdep.c (init_system_name):
9298         * sysdep.c (sys_open):
9299         * sysdep.c (interruptible_open):
9300         * sysdep.c (sys_fopen):
9301         * sysdep.c (sys_mkdir):
9302         * sysdep.c (sys_rename):
9303         * sysdep.c (get_process_times_1):
9304         [1]. [6].
9305
9306         * sysdep.h:
9307         [1].
9308
9309         * sysdir.h:
9310         * sysdir.h (DIRENTRY_NONEMPTY):
9311         [1]. [6].
9312
9313         * sysdll.c (dll_init):
9314         * sysdll.h:
9315         [1].
9316
9317         * sysfile.h:
9318         [1]. [6]. [8].
9319         added text/binary defs.
9320
9321         * sysfloat.h:
9322         [1].
9323
9324         * sysproc.h:
9325         * sysproc.h (EDESTADDRREQ):
9326         * sysproc.h (poll_fds_for_input):
9327         [1]. [6].
9328
9329         * syspwd.h:
9330         [6].
9331
9332         * syssignal.h:
9333         [1].
9334
9335         * systime.h:
9336         [1]. [6].
9337
9338         * systty.h:
9339         [1].
9340
9341         * syswindows.h:
9342         [1].
9343         Always define WIN32_LEAN_AND_MEAN.
9344
9345         * unexcw.c (unexec):
9346         [5].
9347
9348         * unexec.c:
9349         * unexec.c (copy_text_and_data):
9350         * unexec.c (adjust_lnnoptrs):
9351         [1].
9352
9353         * unexnt.c:
9354         * unexnt.c (_start):
9355         [1].
9356
9357 2000-06-07  Ben Wing  <ben@xemacs.org>
9358
9359         * mule-mcpath.c, mule-mcpath.h: Removed.  Old, crufty code that
9360         was used only as a model.  We've long since extracted any useful
9361         logic or code out of this. (I just did an exhaustive search.)
9362
9363         * s\msdos.h: Removed.
9364
9365         * s\windows95.h: Removed.
9366
9367 2000-06-10  Ben Wing  <ben@xemacs.org>
9368
9369         * s\cygwin32.h:
9370         [1]. [5].
9371         Don't use extern with fun defs.
9372
9373         * s\mingw32.h:
9374         [1]. [7].
9375         Remove nt\inc include.
9376         Remove getdisk, getdefdir. (The former is unused, the latter
9377         expanded in fileio.h.)
9378
9379         * s\windowsnt.h:
9380         * s\windowsnt.h (WIN32_NATIVE):
9381         * s\windowsnt.h (HAVE_STRCASECMP):
9382         [1]. [7].
9383         Add long comment about preprocessor changes.
9384         Remove getdisk, getdefdir. (The former is unused, the latter
9385         expanded in fileio.h.)
9386
9387 2000-06-10  Ben Wing  <ben@xemacs.org>
9388
9389         * m\arm.h:
9390         * m\delta.h:
9391         * m\intel386.h:
9392         * m\sequent.h:
9393         * m\template.h:
9394         * m\windowsnt.h:
9395         [1].
9396         Remove bogus/unused NO_SOCK_SIGIO.
9397
9398 2000-06-08  Hrvoje Niksic  <hniksic@iskon.hr>
9399
9400         * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
9401         not an Emchar.
9402
9403 2000-06-04  Mike Sperber <mike@xemacs.org>
9404
9405         * casetab.c (set_case_table): For `set-standard-case-table',
9406         actually deposit the new case tables where the rest of XEmacs can
9407         see them.
9408
9409 2000-06-05  Yoshiki Hayashi <yoshiki@xemacs.org>
9410
9411         * data.c (Faset): Don't cast XCHAR() to unsigned char.
9412
9413 2000-06-05  Ben Wing  <ben@xemacs.org>
9414
9415         * callproc.c (child_setup): Don't do close_load_descs() under
9416         MS Windows.  Put in a comment explaining why.
9417
9418 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
9419
9420         * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
9421         Toolkit shell" which breaks `kill-compilation' on Windows NT
9422         native, retaining STDERR handling improvements.
9423
9424 2000-06-01  Andreas Jaeger  <aj@suse.de>
9425
9426         * s/s390.h: Support for S390, based on a patch by Martin
9427         Schwidefsky <schwidefsky@de.ibm.com>.
9428
9429 2000-05-30  Andy Piper  <andy@xemacs.org>
9430
9431         * window.c (allocate_window):
9432         (make_dummy_parent):
9433         (Fset_window_configuration): use new hashtable type.
9434
9435         * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
9436         (struct image_instantiator_methods):
9437         (struct Lisp_Image_Instance): make instance geometry signed.
9438
9439         * glyphs.c (instantiate_image_instantiator):
9440         (image_instance_query_geometry):
9441         (image_instance_layout):
9442         (image_instance_layout):
9443         (query_string_geometry):
9444         (text_query_geometry):
9445         (image_instantiate):
9446         (image_instantiate):
9447         (cache_subwindow_instance_in_frame_maybe):
9448         (subwindow_query_geometry): make instance geometry signed.
9449
9450         * glyphs-widget.c (widget_query_geometry):
9451         (widget_layout):
9452         (button_query_geometry):
9453         (tree_view_query_geometry):
9454         (tab_control_query_geometry):
9455         (layout_query_geometry):
9456         (layout_layout):
9457         (native_layout_layout): make instance geometry signed.
9458
9459 2000-05-29  Olivier Galibert  <galibert@pobox.com>
9460
9461         * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
9462         constant.
9463
9464         * general.c (syms_of_general): Add Qfull_assoc symbol.
9465
9466         * data.c (finish_marking_weak_lists): Mark full-assoc lists
9467         correctly.
9468         (decode_weak_list_type): Decode full-assoc type.
9469         (encode_weak_list_type): Encode full-assoc type.
9470         (Fmake_weak_list): Update doc string.
9471
9472 2000-05-30  Andy Piper  <andy@xemacs.org>
9473
9474         * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
9475
9476         * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
9477         (decode_hash_table_weakness): ditto.
9478         (Fhash_table_weakness): ditto.
9479         (Fhash_table_type): ditto.
9480         (finish_marking_weak_hash_tables): ditto.
9481         (hash_table_weakness_validate): ditto.
9482         (syms_of_elhash): ditto.
9483
9484 2000-05-28  Martin Buchholz <martin@xemacs.org>
9485
9486         * XEmacs 21.2.34 is released.
9487
9488 2000-05-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
9489
9490         * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
9491         start cache.
9492         (updating_line_start_cache): Gone.
9493         (regenerate_window): Replace resetting of VERTICAL_CLIP by
9494         generic code to force a minimum of 1 line laid out in the
9495         CMOTION_DISP case.
9496
9497 2000-05-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
9498
9499         * glyphs.c (instantiate_image_instantiator): Check for initialized
9500         height & width no longer special cases IMAGE_NOTHING.
9501         (nothing_instantiate): Set height and width of instance.
9502
9503 2000-05-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
9504
9505         * unexelf.c (unexec): Search for ".data" section.
9506         Initialize new_data2_offset from old_data_index.
9507         Remove redundant check for ElfW.
9508
9509 2000-05-23  Andy Piper  <andy@xemacs.org>
9510
9511         * glyphs.c (get_image_instantiator_governing_domain): allow more
9512         specific domains as the governing domain rather than expecting an
9513         exact match. This fixes problems with layouts.
9514
9515 2000-05-22  Andy Piper  <andy@xemacs.org>
9516
9517         * redisplay-output.c (compare_runes): check for non-images
9518
9519         * glyphs.c (set_glyph_dirty_p): ditto.
9520         (update_glyph_cachel_data): ditto.
9521
9522         * glyphs-widget.c (layout_post_instantiate): ditto.
9523         (layout_post_instantiate): ditto.
9524
9525         * event-msw.c (mswindows_wnd_proc): warning removal.
9526
9527 2000-05-12  Craig Lanning  <CraigL@DyCon.com>
9528
9529         * s\mingw32.h: Added #undef for CLASH_DETECTION.
9530
9531         * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
9532
9533         * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
9534
9535         * nt.c (rva_to_section): mingw32 needs rva_to_section.
9536         (mswindows_executable_type): mingw32 now has enough headers for
9537         this to work.
9538
9539 2000-05-20  Andy Piper  <andy@xemacs.org>
9540
9541         * console-msw.c (mswindows_output_last_error): ; -> ,
9542
9543 2000-05-12  Andy Piper  <andy@xemacs.org>
9544
9545         * console-msw.c (FROB): compare ints with ints.
9546
9547 2000-05-11  Andy Piper  <andy@xemacs.org>
9548
9549         * glyphs-x.c (x_finalize_image_instance): make minimal build
9550         happy.
9551
9552 2000-05-20  Ben Wing  <ben@xemacs.org>
9553
9554         * event-Xt.c:
9555         * event-Xt.c (vars_of_event_Xt):
9556         move modifier-keys-are-sticky to event-stream.c.
9557
9558         * event-msw.c:
9559         * event-msw.c (mswindows_enqueue_mouse_button_event):
9560         * event-msw.c (key_needs_default_processing_p):
9561         * event-msw.c (XEMSW_LCONTROL):
9562         * event-msw.c (mswindows_handle_sticky_modifiers):
9563         * event-msw.c (FROB):
9564         * event-msw.c (clear_sticky_modifiers):
9565         * event-msw.c (output_modifier_keyboard_state):
9566         * event-msw.c (output_alt_keyboard_state):
9567         * event-msw.c (mswindows_wnd_proc):
9568         * event-msw.c (mswindows_modifier_state):
9569         * event-msw.c (emacs_mswindows_handle_magic_event):
9570         implement sticky modifiers.
9571
9572         * event-stream.c:
9573         * event-stream.c (vars_of_event_stream):
9574         move modifier-keys-are-sticky here.
9575
9576         * lisp.h:
9577         add CHECK_FUNCTION.
9578
9579         * rangetab.c:
9580         implement map-range-table.
9581
9582
9583 2000-05-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9584
9585         * redisplay-tty.c (reset_tty_modes):
9586         (tty_redisplay_shutdown): Adjust argument type to
9587         tty_frame_output_end.
9588
9589 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
9590
9591         * eval.c (Fbacktrace): Don't output a line with only right
9592         parenthesis.
9593
9594 2000-05-17  Kenji Itoh  <keit@tpj.co.jp>
9595
9596         * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
9597         (Fpq_reset_poll): Ditto.
9598
9599 2000-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
9602
9603 2000-05-16  Ben Wing  <ben@xemacs.org>
9604
9605         * buffer.c:
9606         * buffer.c (dfc_convert_to/from_internal_format):
9607         * buffer.c (reinit_vars_of_buffer):
9608         Fix conversion functions to allow reentrancy.
9609
9610         * console-msw.c:
9611         * console-msw.c (mswindows_output_last_error):
9612         New fun, generally useful -- output a human-readable
9613         version of GetLastError() on the console.
9614
9615         * console-msw.h:
9616         * console-msw.h (struct mswindows_frame):
9617         Changes for DeferWindowPos.  Declare mswindows_output_last_error().
9618
9619         * console-stream.c (stream_output_begin):
9620         * console-stream.c (stream_output_end):
9621         * console-stream.c (stream_output_vertical_divider):
9622         * console-stream.c (stream_clear_region):
9623         * console-stream.c (stream_flash):
9624         * console-stream.c (console_type_create_stream):
9625         Delete blank stream methods, not needed.
9626
9627         * console.h (struct console_methods):
9628         Split begin/end methods into window and frame.
9629
9630         * event-msw.c:
9631         * event-msw.c (mswindows_handle_paint):
9632         * event-msw.c (output_alt_keyboard_state):
9633         * event-msw.c (mswindows_wnd_proc):
9634         * event-msw.c (vars_of_event_mswindows):
9635         Comment about problems with ignored-expose.
9636         Define mswindows-debug-events; not really implemented.
9637
9638         * frame-msw.c (mswindows_init_frame_1):
9639         random cleanups.
9640
9641         * glyphs-msw.c:
9642         * glyphs-msw.c (begin_defer_window_pos):
9643         * glyphs-msw.c (mswindows_unmap_subwindow):
9644         * glyphs-msw.c (mswindows_map_subwindow):
9645         * glyphs-msw.c (mswindows_resize_subwindow):
9646         Use DeferWindowPos to reduce flashing when mapping/unmapping.
9647
9648         * glyphs.c (make_image_instance_1):
9649         Fix crash.
9650
9651         * gutter.c (Fredisplay_gutter_area):
9652         Use new begin/end methods.
9653
9654         * lisp.h (Dynarr_new2):
9655         New creation fun.
9656
9657         * redisplay-msw.c:
9658         * redisplay-msw.c (mswindows_frame_output_begin):
9659         * redisplay-msw.c (mswindows_frame_output_end):
9660         * redisplay-msw.c (console_type_create_redisplay_mswindows):
9661         New begin/end methods -- handle DeferWindowPos.
9662
9663         * redisplay-output.c (redisplay_move_cursor):
9664         * redisplay-output.c (redraw_cursor_in_window):
9665         * redisplay-output.c (redisplay_update_line):
9666         * redisplay-output.c (redisplay_output_window):
9667         New begin/end methods.
9668
9669         * redisplay-tty.c:
9670         * redisplay-tty.c (tty_frame_output_begin):
9671         * redisplay-tty.c (tty_frame_output_end):
9672         * redisplay-tty.c (console_type_create_redisplay_tty):
9673         New begin/end methods.
9674
9675         * redisplay-x.c:
9676         * redisplay-x.c (x_window_output_begin):
9677         * redisplay-x.c (x_window_output_end):
9678         * redisplay-x.c (console_type_create_redisplay_x):
9679         New begin/end methods.
9680
9681         * redisplay.c (redisplay_frame):
9682         * redisplay.c (Fredisplay_echo_area):
9683         New begin/end methods.
9684         use MAYBE_DEVMETH for clear_frame; it may not exist.
9685
9686         * window.h (WINDOW_XFRAME):
9687         WINDOW_XFOO macros -- get locale and decode struct pointer.
9688
9689
9690 2000-05-12  Ben Wing  <ben@xemacs.org>
9691
9692         * emacs.c:
9693         * emacs.c (ensure_no_quitting_from_now_on):
9694         * emacs.c (fatal_error_signal):
9695         * emacs.c (mswindows_handle_hardware_exceptions):
9696         * emacs.c (main):
9697         * emacs.c (Fkill_emacs):
9698         * emacs.c (shut_down_emacs):
9699         * emacs.c (assert_failed):
9700         various improvements in fatal error handling.
9701
9702         * eval.c:
9703         move preparing_for_armageddon to emacs.c.
9704
9705         * lisp.h:
9706         declare fatal_error_in_progress.
9707
9708         * print.c:
9709         * print.c (std_handle_out_external):
9710         * print.c (std_handle_out_va):
9711         * print.c (stderr_out):
9712         * print.c (stdout_out):
9713         use console under mswin when no standard output.
9714         don't do code conversion during fatal error.
9715
9716         * scrollbar.c (Fscrollbar_page_up):
9717         * scrollbar.c (Fscrollbar_page_down):
9718         fix missing else.  reindent.
9719
9720 2000-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
9721
9722         Emergency fix.
9723
9724         * glyphs.h (GLYPH_CACHEL_DESCENT):
9725         (GLYPH_CACHEL_DESCENT):
9726         (GLYPH_CACHEL_DESCENT):
9727         * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
9728         used in case these are inline functions.
9729         Use more absurd values to error check.
9730
9731         include window.h for error check functions.
9732
9733 2000-05-11  Ben Wing  <ben@xemacs.org>
9734
9735         * cmdloop.c (Freally_early_error_handler):
9736         Display message box under windows; otherwise, message will disappear
9737         before it can be viewed.
9738
9739         * console-msw.c:
9740         * console-msw.c (Fmswindows_message_box):
9741         * console-msw.c (FROB):
9742         * console-msw.c (syms_of_console_mswindows):
9743         Define new fun `mswindows-message-box'.
9744         #### I will merge this into `popup-dialog-box'; just give me
9745         a bit of time.
9746
9747         * general.c:
9748         * general.c (syms_of_general):
9749         Some new symbols used in `mswindows-message-box'.
9750
9751         * glyphs.c:
9752         * glyphs.c (Fset_image_instance_property):
9753         put warning in this fun.
9754
9755         * glyphs.h:
9756         * glyphs.h (GLYPH_CACHEL_WIDTH):
9757         * glyphs.h (GLYPH_CACHEL_ASCENT):
9758         * glyphs.h (GLYPH_CACHEL):
9759         * glyphs.h (GLYPH_CACHEL_GLYPH):
9760         define error-checking versions to try to catch a bug i've seen --
9761         redisplay gets in an infinite loop because the glyph width of the
9762         continuation glyph is 65535.
9763
9764         * lisp.h:
9765         Extern message-box stuff.
9766
9767         * window.c (allocate_window):
9768         * window.c (make_dummy_parent):
9769         * window.c (Fset_window_configuration):
9770         Use EQUAL not EQ for subwindow caches to make them work a bit
9771         better. (Something is still very broken.)
9772
9773
9774 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
9775
9776         * glyphs.c (image_instantiate): Suppress gcc warnings.
9777         (Fmake_image_instance): Fix doc string.
9778         * specifier.c (Fmake_specifier): Ditto.
9779
9780 2000-05-02  Yoshiki Hayashi  <yoshiki@xemacs.org>
9781
9782         * paths.h.in (PATH_LOCK): Removed.
9783         * config.h.in (LOCKDIR_USER_DEFINED): Removed.
9784         * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
9785
9786 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
9787
9788         * fns.c (Ffeaturep): Update e-mail address in doc-string.
9789         Document (featurep '(and xemacs 21.02)).
9790
9791 2000-05-09  Ben Wing  <ben@xemacs.org>
9792
9793         * buffer.c (complex_vars_of_buffer):
9794         update modeline-format doc.
9795
9796         * device.h:
9797         comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
9798
9799         * emacs.c:
9800         timeline of all released versions of Emacs, for use in creating
9801         authorship comments and in synching up.
9802
9803         * glyphs-widget.c (image_instantiator_buttons):
9804         * glyphs-widget.c (image_instantiator_edit_fields):
9805         * glyphs-widget.c (image_instantiator_combo_box):
9806         * glyphs-widget.c (image_instantiator_scrollbar):
9807         * glyphs-widget.c (image_instantiator_progress_guage):
9808         * glyphs-widget.c (image_instantiator_tree_view):
9809         * glyphs-widget.c (image_instantiator_tab_control):
9810         * glyphs-widget.c (image_instantiator_labels):
9811         * glyphs-widget.c (image_instantiator_layout):
9812         * glyphs-widget.c (image_instantiator_native_layout):
9813         rename decode_domain method to governing_domain.
9814
9815         * glyphs.c:
9816         * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
9817         * glyphs.c (add_entry_to_device_ii_format_list):
9818         make sure we don't put an entry more than once into the list.
9819         * glyphs.c (check_instance_cache_mapper):
9820         *************************************************************
9821         allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
9822         HAVE BEEN GETTING.
9823         *************************************************************
9824         * glyphs.c (get_image_instantiator_governing_domain):
9825         clean up, expand on new concept of governing domain.
9826         * glyphs.c (instantiate_image_instantiator):
9827         * glyphs.c (allocate_image_instance):
9828         use governing_domain instead of cache_domain in naming.
9829         * glyphs.c (Fvalid_image_instance_type_p): fix docs.
9830         * glyphs.c (make_image_instance_1):
9831         * glyphs.c (Fmake_image_instance):
9832         allow for any domain (not just device), and process the
9833         governing domain correctly.  very big doc fix.
9834         * glyphs.c (Fimage_instance_domain):
9835         new primitive, to retrieve the governing domain of an image instance.
9836         * glyphs.c (image_instantiate):
9837         use new governing_domain stuff.  this fixes a crash you could get
9838         by instantiating certain widget glyphs in frame locales. (should
9839         signal an error instead of crashing.)
9840         * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
9841         * glyphs.c (Fglyphp): clean up doc.
9842         * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
9843         * glyphs.c (syms_of_glyphs):
9844         declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
9845         * glyphs.c (image_instantiator_format_create): add some comments about
9846         bogus code.
9847         * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
9848         for current-display-table. (Apparently Hrjove implemented in 1998 a
9849         design I wrote up in 1996, but didn't update the doc string.)
9850
9851         * glyphs.h: clean up a doc string.
9852         * glyphs.h (governing_domain):
9853         * glyphs.h (struct image_instantiator_methods):
9854         changes for governing_domain stuff.
9855
9856         * gutter.c:
9857         * gutter.c (Fgutter_specifier_p):
9858         * gutter.c (Fgutter_size_specifier_p):
9859         * gutter.c (Fgutter_visible_specifier_p):
9860         * objects.c:
9861         * objects.c (Fcolor_specifier_p):
9862         * objects.c (Ffont_specifier_p):
9863         * objects.c (Fface_boolean_specifier_p):
9864         doc strings moved to make-*-specifier.
9865
9866         * redisplay.c (add_disp_table_entry_runes_1):
9867         * redisplay.c (generate_fstring_runes):
9868         * redisplay.c (screen):
9869         add random comments and doc strings.
9870
9871         * specifier.c:
9872         * specifier.c (Fmake_specifier):
9873         major overhaul of this doc string.
9874
9875         * specifier.c (Fvalid_specifier_domain_p):
9876         comment about the bogosity of image instances being domains.
9877         * specifier.c (decode_domain):
9878         now non-static, used in glyphs.c.
9879         * specifier.c (specifier_instance):
9880         comment about the bogosity of image instances being domains.
9881         * specifier.c (Fgeneric_specifier_p):
9882         move doc string to make-generic-specifier.
9883         * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
9884         rebackslashify.
9885
9886         * specifier.h:
9887         * specifier.h (DOMAIN_FRAME):
9888         * specifier.h (DOMAIN_LIVE_P):
9889         * specifier.h (DOMAIN_XDEVICE):
9890         rebackslashify.
9891         add comments about problems with these macros.
9892         prototype for decode_domain.
9893
9894         * toolbar.c:
9895         * toolbar.c (Ftoolbar_specifier_p):
9896         move doc string to `make-toolbar-specifier'.
9897
9898         * window.c (window_unmap_subwindows_cache_mapper):
9899         *************************************************************
9900         allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
9901         HAVE BEEN GETTING.
9902         *************************************************************
9903
9904 2000-05-09  Andy Piper  <andy@xemacs.org>
9905
9906         * glyphs.h: declare reset_frame_subwindow_instance_cache.
9907
9908         * window.c (Fset_window_configuration): reset the frame subwindow
9909         cache and re-initialize the window subwindow caches.
9910
9911         * glyphs.c (reset_frame_subwindow_instance_cache): new function.
9912
9913 2000-05-09  Ben Wing  <ben@xemacs.org>
9914
9915         * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
9916         DWORD.
9917
9918 2000-04-26  Mike Woolley  <mike@bulsara.com>
9919
9920         * ntheap.c: Changed recreate_heap to limit the amount reserved
9921         for the heap to that which is actually available. Also now
9922         displays a message box (with some dignostics) in the event that
9923         it still can't start.
9924
9925 2000-05-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
9926
9927         * callproc.c (Fold_call_process_internal): GCPRO path
9928
9929 2000-05-08  Jan Vroonhof  <jan@xemacs.org>
9930
9931         Patch by Bill Perry.
9932
9933         * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
9934         back data instead of #ifdef.
9935         (Fscrollbar_page_down): ditto.
9936
9937 2000-05-07  Ben Wing  <ben@xemacs.org>
9938
9939         * buffer.h:
9940         Kludge for defining Qmswindows_tstr.
9941
9942         * nt.c:
9943         * nt.c (open_input_file):
9944         * nt.c (open_output_file):
9945         * nt.c (rva_to_section):
9946         * nt.c (mswindows_executable_type):
9947         Move all memory-mapped-file routines here (some were in unexnt.c,
9948         which is bad because they are used by process-nt.c, and unexnt
9949         won't be around when portable dumping).  Synched the above routines
9950         with FSF 20.6.
9951
9952         * nt.h:
9953         Removed ifdef'd out bogus code.
9954         Fixed some prototypes.
9955
9956         * nt.h (file_data):
9957         * nt.h (OFFSET_TO_RVA):
9958         * nt.h (RVA_TO_OFFSET):
9959         * nt.h (RVA_TO_PTR):
9960         Moved the memory-mapped-file structures, macros and prototypes
9961         here, to parallel nt.c.  ntheap.h should really be removed
9962         entirely, and it's a non-portable-dumper specific file.
9963
9964         * ntheap.h (round_to_next):
9965         Moved the memory-mapped-file structures, macros and prototypes
9966         to nt.h.
9967
9968         * ntproc.c (compare_env):
9969         Moved rva_to_section and mswindows_executable_type to nt.c.
9970         Moved compare_env to process-nt.c.
9971         ntproc.c will die, one day.
9972
9973         * ntproc.c (sys_spawnve):
9974         Account for win32_ -> mswindows_.
9975
9976         * process-nt.c:
9977         * process-nt.c (struct nt_process_data):
9978         * process-nt.c (ensure_console_window_exists):
9979         * process-nt.c (compare_env):
9980         * process-nt.c (nt_create_process):
9981         * process-nt.c (nt_kill_process_by_pid):
9982         * process-nt.c (syms_of_process_nt):
9983         * process-nt.c (vars_of_process_nt):
9984         Introduce variable `mswindows-quote-process-args', from FSF 20.6.
9985         Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
9986         changes).  Eliminate our old `nt-quote-process-args' mechanism.
9987         Synch up nt_create_process with FSF 20.6 sys_spawnve.
9988         Move compare_env here from ntproc.c.
9989
9990         * process.c (Fprocess_send_region):
9991         Takes an optional fourth argument, BUFFER, which should fix some
9992         problems with call-process.
9993
9994         * syscommctrl.h:
9995         Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
9996
9997         * syswindows.h:
9998         Move ICC_BAR_CLASSES to syscommctrl.h.
9999         Add preliminary macros for MSWindows/Mule.  More to come.
10000
10001         * unexnt.c:
10002         * unexnt.c (unexec):
10003         open_output_file moved to nt.c.
10004
10005
10006 2000-05-05  Andy Piper  <andy@xemacs.org>
10007
10008         * window.c (window_unmap_subwindows_cache_mapper): remove the dead
10009         instance from the frame cache also since GC may catch up too late
10010         to make frame deletion sane.
10011
10012 2000-05-04  Andy Piper  <andy@xemacs.org>
10013
10014         * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
10015         (x_finalize_image_instance): ungcpro on deletion.
10016
10017         * glyphs.c (image_instantiator_format_create): give pointers a
10018         query geometry method so that the geometry is at least set.
10019
10020         * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
10021         initialize layouts if using widgets.
10022
10023 2000-05-03  Andy Piper  <andy@xemacs.org>
10024
10025         * nt.c: remove bogus reference to sysmmsystem.h
10026
10027         * gui-x.c (popup_selection_callback): fix no selection abort.
10028
10029 2000-05-02  Andy Piper  <andy@xemacs.org>
10030
10031         * glyphs-msw.c (mswindows_update_widget): cope with nil text.
10032         (mswindows_widget_instantiate): ditto.
10033
10034         * glyphs-widget.c (initialize_widget_image_instance): initialize
10035         children correctly.
10036         (widget_instantiate): cope with children and items in the same
10037         instance.
10038
10039         * glyphs.c (mark_image_instance): cope with children as a first
10040         class member.
10041         (image_instance_equal): ditto.
10042         (image_instance_hash): ditto.
10043         (image_instance_changed): ditto.
10044
10045 2000-04-30  Andy Piper  <andy@xemacs.org>
10046
10047         * glyphs.c (subwindow_query_geometry): new function. Return some
10048         defaults.
10049         (subwindow_instantiate): don't assign dimensions if none have been
10050         given.
10051         (image_instantiator_format_create): add subwindow_query_geometry.
10052         (print_image_instance): cope with layouts as widgets.
10053
10054 2000-04-29  Andy Piper  <andy@xemacs.org>
10055
10056         * frame.c (delete_frame_internal): call
10057         free_frame_subwindow_instance_cache so that all subwindows are
10058         finalized before their parent.
10059         (mark_frame): remove subwindow_cachels.
10060         (Fmake_frame): remove subwindow_cachel manipulation.
10061         (allocate_frame_core): subwindow_instance_cache is a weak list.
10062         (delete_frame_internal): set subwindow_instance_cache to nil.
10063
10064         * glyphs-msw.c (mswindows_finalize_image_instance): make double
10065         finalization safe.
10066         (mswindows_finalize_image_instance): use the device
10067         not the domain as the domain may have died already.
10068
10069         * glyphs-x.c (x_finalize_image_instance): ditto.
10070         (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
10071         HEIGHT.
10072
10073         * redisplay-output.c (redisplay_unmap_subwindows): update for
10074         subwindow instance cache as a weak list.
10075         (redisplay_unmap_subwindows_maybe): ditto.
10076         (redisplay_unmap_subwindows_except_us): ditto.
10077
10078         * glyphs.c (unmap_subwindow): error checking will check the domain
10079         so don't deal with it here. Don't use cachels anymore.
10080         (map_subwindow): ditto.
10081         (update_subwindow_cachel_data): remove old accessor names.
10082         (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
10083         (Fresize_subwindow): don't update cachel.
10084         (mark_subwindow_cachels):
10085         (update_subwindow_cachel_data):
10086         (add_subwindow_cachel):
10087         (get_subwindow_cachel_index):
10088         (update_subwindow_cachel):
10089         (reset_subwindow_cachels):
10090         (mark_subwindow_cachels_as_not_updated): deleted.
10091         (cache_subwindow_instance_in_frame_maybe): new function. Add a
10092         subwindow instance to the frame cache.
10093         (find_matching_subwindow): update for subwindow instance cache as
10094         a weak list.
10095         (update_widget_instances): ditto.
10096         (image_instance_type_to_mask):inlined.
10097         (free_frame_subwindow_instance_cache): new function. finalize all
10098         subwindows that are instantiated.
10099
10100         * glyphs.h (struct Lisp_Image_Instance): add display_data instead
10101         of cachel information.
10102         (IMAGE_INSTANCE_DISPLAY_X):
10103         (IMAGE_INSTANCE_DISPLAY_Y):
10104         (IMAGE_INSTANCE_DISPLAY_WIDTH):
10105         (IMAGE_INSTANCE_DISPLAY_HEIGHT):
10106         (XIMAGE_INSTANCE_DISPLAY_X):
10107         (XIMAGE_INSTANCE_DISPLAY_Y):
10108         (XIMAGE_INSTANCE_DISPLAY_WIDTH):
10109         (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
10110         remove subwindow_cachel structure and function references.
10111         (image_instance_type_to_mask): inline from glyphs.c
10112
10113         * redisplay.c (redisplay_frame): remove subwindow_cachel
10114         references.
10115
10116         * frame.h (struct frame): remove subwindow_cachels.
10117         (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
10118
10119         * frameslots.h: add subwindow_instance_cache.
10120
10121         * window.c (replace_window): check subwindow cache of replacement.
10122         (window_unmap_subwindows_cache_mapper):
10123         (window_unmap_subwindows): new functions. Unmap all subwindows
10124         cached on this window.
10125         (mark_window_as_deleted): unmap all subwindows.
10126
10127 2000-04-27  Andy Piper  <andy@xemacs.org>
10128
10129         * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
10130
10131         * glyphs-widget.c (widget_layout): return something.
10132         (layout_layout): return something. Fail if not initialized.
10133         (layout_query_geometry): ditto.
10134         (image_instantiator_native_layout): new function. Initialized the
10135         native layout type.
10136         (widget_instantiate): don't do layout stuff here.
10137
10138         * glyphs.c (instantiate_image_instantiator): reorded calling or
10139         instantiate and post_instantiate with layout in between.
10140         (image_instance_layout): be more selective about deciding whether
10141         the layout has been done or not.
10142
10143         * glyphs.h (struct image_instantiator_methods): return a value
10144         from layout_method.
10145
10146 2000-04-26  Andy Piper  <andy@xemacs.org>
10147
10148         * glyphs.c (allocate_image_instance): make initial width and
10149         height unspecified. Set initialized to 0.
10150
10151         * syscommctrl.h new file. Encapsulates commctrl.h.
10152
10153         * syswindows.h new file. Encapsulates windows.h.
10154
10155         * ntplay.c: use new syswindows.h and syscommctrl.h header.
10156         * nt.c: ditto.
10157         * console-msw.h: ditto.
10158
10159         * redisplay-tty.c (tty_output_display_block): remove layout references.
10160
10161         * glyphs-msw.c (mswindows_widget_instantiate): use the domain
10162         window handle rather than just the frame.
10163
10164         * glyphs.c (mark_image_instance): remove layout references.
10165         (print_image_instance): ditto.
10166         (image_instance_equal): ditto.
10167         (image_instance_hash): ditto.
10168         (decode_image_instance_type): ditto.
10169         (encode_image_instance_type): ditto.
10170         (image_instantiate): ditto.
10171         (allocate_glyph): ditto.
10172         (Fimage_instance_height): ditto.
10173         (Fimage_instance_width): ditto.
10174         (update_subwindow): ditto.
10175
10176         * redisplay-x.c (x_output_display_block): recode for layouts as
10177         widgets.
10178
10179         * redisplay-output.c (redisplay_output_layout): recode for layouts
10180         as widgets.
10181         (compare_runes): remove layout references.
10182
10183         * redisplay-msw.c (mswindows_output_display_block): recode for
10184         layouts as widgets.
10185
10186         * glyphs-widget.c (image_instantiator_layout): remove
10187         layout_possible_dest_types.
10188         (layout_possible_dest_types): deleted.
10189
10190         * glyphs.h (image_instance_type): remove layout references.
10191         (struct Lisp_Image_Instance): ditto. Add initialized flag.
10192         (IMAGE_INSTANCE_INITIALIZED): new accessor.
10193         (XIMAGE_INSTANCE_INITIALIZED): ditto.
10194
10195 2000-04-25  Andy Piper  <andy@xemacs.org>
10196
10197         * glyphs-widget.c (image_instantiator_buttons):
10198         (image_instantiator_edit_fields):
10199         (image_instantiator_combo_box):
10200         (image_instantiator_scrollbar):
10201         (image_instantiator_progress_guage):
10202         (image_instantiator_tree_view):
10203         (image_instantiator_tab_control):
10204         (image_instantiator_labels):
10205         (image_instantiator_layout): call default post_instantiate method.
10206         (widget_post_instantiate): new function. Simply lays out the
10207         widgets.
10208
10209         * glyphs.h (struct image_instantiator_methods): add
10210         post_instantiate method.
10211
10212         * glyphs.c (instantiate_image_instantiator): add post_instantiate
10213         method calls.
10214
10215 2000-04-23  Andy Piper  <andy@xemacs.org>
10216
10217         * glyphs.h (struct image_instantiator_methods): add
10218         decode_domain_method.
10219         (struct Lisp_Image_Instance): remove subwindow frame - it can be
10220         derived from the domain.
10221         (IMAGE_INSTANCE_FRAME): new accessor.
10222         (XIMAGE_INSTANCE_FRAME): ditto.
10223
10224         * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
10225         instead of _SUBWINDOW_FRAME.
10226         (finalize_image_instance): ditto.
10227         (Fimage_instance_foreground): ditto.
10228         (Fimage_instance_background): ditto.
10229         (image_instantiate): ditto.
10230         (update_subwindow_cachel): ditto.
10231         (update_subwindow): ditto.
10232         (unmap_subwindow): ditto.
10233         (map_subwindow): ditto
10234         (subwindow_instantiate): ditto.
10235         * glyphs-msw.c (mswindows_update_widget): ditto.
10236         (mswindows_progress_gauge_instantiate): ditto.
10237         (mswindows_tab_control_update): ditto.
10238         * glyphs-x.c (x_update_widget): ditto.
10239         (x_widget_instantiate): ditto.
10240         (x_tab_control_instantiate): ditto.
10241         (x_tab_control_update): ditto.
10242         * event-msw.c (mswindows_wnd_proc): ditto
10243
10244         * glyphs-widget.c (image_instantiator_layout): use
10245         subwindow_decode_domain.
10246         (image_instantiator_buttons): ditto.
10247         (image_instantiator_edit_fields): ditto.
10248         (image_instantiator_combo_box): ditto.
10249         (image_instantiator_scrollbar): ditto.
10250         (image_instantiator_progress_guage): ditto.
10251         (image_instantiator_tree_view): ditto.
10252         (image_instantiator_tab_control): ditto.
10253         (image_instantiator_labels): ditto.
10254         (image_instantiator_layout): ditto.
10255
10256         * glyphs.c: add instance error checking to many functions.
10257         (instantiate_image_instantiator): decode device from cache_domain.
10258         (image_instantiate): partially rewrite by using
10259         decode_image_instantiator_domain to determine what domain the
10260         instance needs to be cached in.
10261         (decode_image_instantiator_domain): new function. Determine what
10262         domain the image needs to be cached in.
10263         (check_window_subwindow_cache): new error checking function.
10264         (check_instance_cache_mapper): ditto.
10265         (check_image_instance_structure): ditto.
10266         (subwindow_decode_domain): new function. Encodes a window as a
10267         subwindow's cache domain.
10268         (image_instantiator_format_create): use it for text and
10269         subwindows.
10270
10271 2000-04-21  Andy Piper  <andy@xemacs.org>
10272
10273         * glyphs.c (image_instance_device): new function.
10274         (image_instance_frame): new function.
10275         (image_instance_window): new function.
10276         (image_instance_live_p): new function.
10277
10278         * window.c (mark_window_as_deleted): reset the subwindow_instance_
10279         cache to nil.
10280
10281         * glyphs.h (struct Lisp_Image_Instance): device->domain.
10282         (IMAGE_INSTANCE_DOMAIN): new accessor.
10283         (XIMAGE_INSTANCE_DOMAIN): ditto.
10284
10285         * glyphs-x.c (x_finalize_image_instance): device->domain.
10286
10287         * glyphs-msw.c (init_image_instance_geometry): device->domain.
10288         (mswindows_finalize_image_instance): ditto.
10289
10290         * glyphs-eimage.c (jpeg_instantiate): device->domain.
10291         (gif_instantiate): ditto.
10292         (png_instantiate): ditto.
10293         (tiff_instantiate): ditto.
10294
10295         * glyphs.c (instantiate_image_instantiator): use domain rather
10296         than device.
10297         (mark_image_instance): device -> domain.
10298         (print_image_instance): ditto.
10299         (finalize_image_instance): ditto.
10300         (image_instance_equal): ditto.
10301         (allocate_image_instance): ditto.
10302         (Fcolorize_image_instance): ditto.
10303         (query_string_geometry): ditto.
10304         (image_instantiate): ditto
10305         (query_string_font): ditto.
10306         (image_instantiate): ditto.
10307         (update_subwindow): ditto.
10308         (unmap_subwindow): ditto.
10309         (map_subwindow): ditto.
10310         (subwindow_instantiate): ditto.
10311
10312         * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
10313         (DOMAIN_FRAME): ditto.
10314         (DOMAIN_WINDOW): ditto.
10315         (DOMAIN_LIVE_P): ditto.
10316         (XDOMAIN_DEVICE): ditto.
10317         (XDOMAIN_FRAME): ditto.
10318         (XDOMAIN_WINDOW): ditto.
10319
10320         * specifier.c (Fvalid_specifier_domain_p): add image instances as
10321         a valid specifier domain.
10322
10323 2000-04-19  Andy Piper  <andy@xemacs.org>
10324
10325         * glyphs-widget.c (syms_of_glyphs_widget): remove
10326         widget-callback-current-channel.
10327         (vars_of_glyphs_widget): ditto.
10328         * glyphs.h: ditto
10329
10330         * gui.c (get_gui_callback): revert to previous behaviour.
10331
10332 2000-04-18  Andy Piper  <andy@xemacs.org>
10333
10334         * glyphs.h (struct Lisp_Image_Instance): add margin_width.
10335         (IMAGE_INSTANCE_MARGIN_WIDTH): new.
10336         (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
10337
10338         * glyphs.c (image_instance_equal): add margin_width.
10339         (image_instance_hash): ditto.
10340
10341         * glyphs-widget.c (widget_instantiate): deal with margin-width.
10342         (layout_query_geometry): ditto.
10343         (layout_layout): ditto.
10344         (syms_of_glyphs_widget): add margin-width.
10345         (image_instantiator_layout): allow margin-width.
10346
10347         * glyphs.c (update_widget_instances): make a normal function.
10348         (syms_of_glyphs): remove Qupdate_widget_instances.
10349         * glyphs.h: ditto.
10350
10351         * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
10352         so that we don't corrupt ideas about the last event or
10353         command. Remove widget-callback-current-channel fiddling.
10354         * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
10355
10356 2000-05-01  Martin Buchholz <martin@xemacs.org>
10357
10358         * XEmacs 21.2.33 is released.
10359
10360 2000-05-01  Yoshiki Hayashi  <yoshiki@xemacs.org>
10361
10362         * make-src-depend: Allow dots in header file name.
10363
10364 2000-05-01  Yoshiki Hayashi  <yoshiki@xmacs.org>
10365
10366         * mule-charset.h (struct charset_lookup): Add
10367         next_allocated_1_byte_leading_byte and
10368         next_allocated_2_byte_leading_byte.
10369         * mule-charset.c: Move above two variables so that those values
10370         will be dumped.
10371
10372 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
10373
10374         * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
10375         when string length is zero.
10376         (find_charsets_in_emchar_string): Ditto.
10377
10378 2000-04-29  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
10379
10380         * lisp.h: extern Qdialog and Qmenubar.
10381
10382         * gui-x.c: added events.h.
10383                 also fixed typo which made the file uncompilable.
10384
10385         * general.c: Added Qmenubar and Qdialog
10386
10387 2000-04-28  Ben Wing  <ben@xemacs.org>
10388
10389         * frame-msw.c (mswindows_init_frame_1):
10390         * frame-msw.c (mswindows_mark_frame):
10391         * event-msw.c (mswindows_enqueue_dispatch_event):
10392         * console-msw.h:
10393         * console-msw.h (struct mswindows_frame):
10394         * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
10395         there are now three hash tables for callbacks.
10396         mswindows_enqueue_dispatch_event is no longer static.
10397
10398         * dialog-x.c (maybe_run_dbox_text_callback):
10399         * dialog-x.c (dbox_descriptor_to_widget_value):
10400         switch to new cons3 form for callbacks.
10401
10402         * glyphs-msw.c (mswindows_register_gui_item):
10403         * glyphs-msw.c (mswindows_widget_instantiate):
10404         * glyphs-msw.c (add_tree_item):
10405         * glyphs-msw.c (add_tab_item):
10406         new image instance parameter, so it can be passed to callback-ex.
10407         respect :callback-ex as well as :callback.
10408
10409         * glyphs-widget.c (VALID_GUI_KEYWORDS):
10410         add :callback-ex.
10411
10412         * glyphs.c (print_image_instance):
10413         prettify, e.g. now prints widget type.
10414
10415         * gui-x.h:
10416         certain funs have new image instance parameter.
10417
10418         * gui.c:
10419         * gui.c (get_gui_callback):
10420         * gui.c (gui_item_add_keyval_pair):
10421         * gui.c (gui_item_init):
10422         * gui.c (gui_add_item_keywords_to_plist):
10423         * gui.c (mark_gui_item):
10424         * gui.c (gui_item_hash):
10425         * gui.c (gui_item_equal):
10426         * gui.c (copy_gui_item):
10427         * gui.c (syms_of_gui):
10428         recognize callback-ex in a number of places.
10429         also, fix the annoying "can't get out of yes-no dialog" bug.
10430
10431         * gui.h:
10432         * gui.h (struct Lisp_Gui_Item):
10433         recognize callback-ex in a number of places.
10434
10435         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
10436         new parameter in button_item_to_widget_value.
10437
10438         * glyphs-x.c (x_update_widget):
10439         * glyphs-x.c (x_button_instantiate):
10440         * glyphs-x.c (x_button_update):
10441         * glyphs-x.c (x_progress_gauge_instantiate):
10442         * glyphs-x.c (x_edit_field_instantiate):
10443         * glyphs-x.c (x_combo_box_instantiate):
10444         * glyphs-x.c (x_tab_control_instantiate):
10445         * glyphs-x.c (x_label_instantiate):
10446         new image instance parameter in various places.
10447
10448         * event-Xt.c:
10449         * event-Xt.c (enqueue_Xt_dispatch_event):
10450         this fun gets exported.
10451
10452         * gui-msw.c:
10453         * gui-msw.c (mswindows_handle_gui_wm_command):
10454         handle both :callback and :callback-ex, and generate our own
10455         event because it's one of the callback-ex arguments.
10456
10457         * gui-x.c:
10458         * gui-x.c (popup_selection_callback):
10459         handle both :callback and :callback-ex, and generate our own
10460         event because it's one of the callback-ex arguments.
10461         * gui-x.c (button_item_to_widget_value):
10462         * gui-x.c (gui_items_to_widget_values_1):
10463         * gui-x.c (gui_item_children_to_widget_values):
10464         * gui-x.c (gui_items_to_widget_values):
10465         new image instance parameter in various places.
10466
10467         * fns.c (Freplace_list):
10468         fix small typo in doc string.
10469
10470         * lisp.h:
10471         declare enqueue_Xt_dispatch_event.
10472
10473 2000-04-28  Ben Wing  <ben@xemacs.org>
10474
10475         * buffer.c:
10476         * buffer.c (Frecord_buffer):
10477         * buffer.c (syms_of_buffer):
10478         delete record-buffer-hook.
10479
10480         * fns.c:
10481         * fns.c (Freplace_list):
10482         * fns.c (syms_of_fns):
10483         new primitive replace-list.
10484
10485         * frameslots.h:
10486         slot for old buffer-alist.
10487
10488         * lisp.h:
10489         exfun replace-list.
10490
10491         * redisplay.c:
10492         * redisplay.c (redisplay_frame):
10493         * redisplay.c (syms_of_redisplay):
10494         * redisplay.c (vars_of_redisplay):
10495         new hook buffer-list-changed-hook.
10496         call it.
10497
10498 2000-04-27  Ben Wing  <ben@xemacs.org>
10499
10500         * extents.h: extern in_modeline_generation.
10501
10502         * redisplay.c (generate_formatted_string_db): set
10503         in_modeline_generation.
10504
10505         * extents.c (extent_changed_for_redisplay): don't mark redisplay
10506         flags if in modeline generation.  otherwise frame-modified-tick
10507         is ticked far too often.
10508         Declare in_modeline_generation.
10509
10510 2000-04-26  Ben Wing  <ben@xemacs.org>
10511
10512         * emacs.c (vars_of_emacs): document quick-build "error-checking"
10513         option.
10514         (vars_of_emacs): add quick-build as an error-checking option.
10515         A bit kludgy, but there doesn't seem much point in creating
10516         a real var for this.
10517
10518         * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
10519
10520 2000-04-14  IKEYAMA Tomonori  <tomonori@suiyokai.org>
10521
10522         * redisplay.h (struct display_line): Add a new variable,
10523         line_continuation.
10524
10525         * redisplay.c (create_text_block): Set dl->line_continuation if
10526         the line continues.
10527         (create_string_text_block): Ditto.
10528         (regenerate_window_incrementally): Use line_continuation instead
10529         of searching continuation glyph.
10530         (add_margin_runes): Call add_glyph_rune.
10531         (add_glyph_rune): Handle margin glyph.
10532
10533 2000-04-20  Martin Buchholz  <martin@xemacs.org>
10534
10535         * filelock.c (fill_in_lock_file_name):
10536         ANSIfy.
10537         Check for IS_ANY_SEP instead of '/'.
10538         (lock_file_1):
10539         Avoid generating gratuitous garbage.  Call user_login_name() directly.
10540         Never check errno without first seeing that system call failed.
10541         (unlock_file): Add GCPRO.
10542         (Flock_buffer): Fix docstring.
10543         (Ffile_locked_p): Fix docstring.  Add GCPRO.
10544
10545 2000-04-19  Martin Buchholz  <martin@xemacs.org>
10546
10547         * sysdep.c (get_pty_max_bytes):
10548         Fix hangs on DEC OSF 4.0 when (process-send-string) sends
10549         strings longer than 252 bytes.
10550
10551         * md5.c: Unconditionally include ANSI header <limits.h>
10552
10553         * glyphs-x.c (convert_EImage_to_XImage):
10554         * lisp-union.h (union Lisp_Object):
10555         Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
10556
10557 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
10558
10559         * filelock.c (current_lock_owner): Remove unused variable o, p.
10560
10561 2000-04-17  Norbert Koch  <n.koch@eai-delta.de>
10562
10563         * callint.c: Remove multiply defined symbol Qlet
10564         (syms_of_callint): ditto.
10565
10566 2000-04-14  Andy Piper  <andy@xemacs.org>
10567
10568         * general.c (syms_of_general): add last-command, this-command, let
10569         and funcall.
10570
10571         * lisp.h: declare various symbols.
10572
10573         * glyphs.h: declare Qwidget_callback_current_channel;
10574
10575         * glyphs-widget.c (syms_of_glyphs_widget): add
10576         Qgui_callback_current_channel.
10577         (vars_of_glyphs_widget): add Vgui_callback_current_channel.
10578
10579         * gui-msw.c (mswindows_handle_gui_wm_command): bind
10580         widget-callback-current-channel when invoking the interactive
10581         arg. Also bind last-command and next-command when invoking the
10582         widget updates.
10583         * gui-x.c (popup_selection_callback): ditto.
10584
10585         * gui.c (get_gui_callback): massage args so that we are always
10586         calling eval. This allows us to add our own variable bindings
10587         outside.
10588
10589         * glyphs-x.c (x_button_instantiate): use
10590         gui_items_to_widget_values since this is GC safe.
10591         (x_progress_gauge_instantiate): ditto.
10592         (x_edit_field_instantiate): ditto.
10593         (x_label_instantiate): ditto.
10594
10595         * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
10596         (emacs_Xt_event_widget_focus_out): new function
10597         (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
10598         focus.
10599         (emacs_Xt_event_add_widget_actions): new function. add focus
10600         functions as actions.
10601         (init_event_Xt_late): use it.
10602
10603 2000-04-14  Hrvoje Niksic  <hniksic@iskon.hr>
10604
10605         * event-stream.c (Fdispatch_event): Doc fix.
10606
10607 2000-03-29  SL Baur  <steve@musashimaru.m17n.org>
10608
10609         * postgresql.c: Remove all references to PQsetenv*.
10610
10611         * postgresql.h: Remove references to PGsetenvHandler object.
10612         * lrecord.h (lrecord_type): Ditto.
10613
10614 2000-04-11  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10615
10616         * glyphs-msw.h (struct mswindows_image_instance_data): Added
10617         real_heigh and real_width members, and accessor macros for these.
10618
10619         * glyphs-msw.c (init_image_instance_geometry): New function.
10620         (init_image_instance_from_dibitmap): Use it.
10621         (mswindows_resource_instantiate): Use it.
10622         (init_image_instance_from_xbm_inline): Use it.
10623         (mswindows_initialize_image_instance_mask): Use real bitmap
10624         geometry.
10625         (mswindows_create_resized_bitmap): Ditto.
10626         (mswindows_create_resized_mask): Ditto.
10627
10628         * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
10629         and bitmap to their surface size.
10630
10631 2000-04-11  Jan Vroonhof  <jan@xemacs.org>
10632
10633         * process-unix.c (unix_send_process): Guard against process MIA
10634         after Faccept_process_output.
10635
10636 2000-04-11  Ben Wing  <ben@xemacs.org>
10637
10638         * eval.c (unbind_to_hairy): fix brokenness introduced by
10639         nanosecond speed improvements.
10640
10641 2000-04-07  Raymond Toy  <toy@rtp.ericsson.se>
10642
10643         * sunplay.c (init_device): To play sounds correctly, the device
10644         apparently needs to be initialized at least once by XEmacs.  Make
10645         it so.
10646
10647 2000-04-10  IKEYAMA Tomonori  <tomonori@suiyokai.org>
10648
10649         * redisplay.c (add_margin_runes): Add text image glyph
10650           handling.
10651
10652 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
10653
10654         * lisp.h (DOESNT_RETURN): Don't declare as volatile when
10655         gcc is newer than 2.5.
10656
10657 2000-04-06  Colin Rafferty  <colin@xemacs.org>
10658
10659         * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
10660
10661         * fns.c (size_bit_vector):
10662         * alloc.c (size_vector):
10663         (make_vector_internal):
10664         (make_bit_vector_internal):
10665         (sweep_bit_vectors_1):
10666         Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
10667
10668 2000-04-06  Andy Piper  <andy@xemacs.org>
10669
10670         * gmalloc.c (malloc): undo previous change.
10671         (malloc): ditto.
10672         (free): ditto.
10673         (realloc): ditto.
10674
10675 2000-04-06  IKEYAMA Tomonori <tomonori@suiyokai.org>
10676
10677         * line-number.c (buffer_line_number): Revert to former version.
10678
10679 2000-04-06  Andy Piper  <andy@xemacs.org>
10680
10681         * gmalloc.c (malloc): add error checking.
10682         (malloc): ditto.
10683         (free): ditto.
10684         (realloc): ditto.
10685
10686         * dialog-x.c (dbox_descriptor_to_widget_value): add extra
10687         button_item_to_widget_value arg.
10688
10689         * glyphs-x.c (x_button_instantiate): add extra
10690         button_item_to_widget_value arg.
10691         (x_progress_gauge_instantiate): ditto.
10692         (x_edit_field_instantiate): ditto.
10693         (x_label_instantiate): ditto.
10694
10695         * gui-x.c (gui_items_to_widget_values_1): add extra
10696         button_item_to_widget_value arg.
10697         (button_item_to_widget_value): add extra menu_item_p arg.
10698
10699         * gui-x.h: change signature of button_item_to_widget_value.
10700
10701         * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
10702         button_item_to_widget_value arg.
10703
10704 2000-04-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
10705
10706         * buffer.h (struct buffer): auto_save_modified should be long.
10707
10708 2000-04-05  Andy Piper  <andy@xemacs.org>
10709
10710         * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
10711         type.
10712         (button_query_geometry): give a little more room so that athena
10713         buttons fit.
10714
10715 2000-04-05  Andy Piper  <andy@xemacs.org>
10716
10717         * faces.c (complex_vars_of_faces): The widget face should inherit
10718         the font of the gui-element face.
10719
10720 2000-04-04  Andy Piper  <andy@xemacs.org>
10721
10722         * glyphs-x.c (x_button_update): new function. unconditionally
10723         update a button's state when the instance is dirty.
10724         (image_instantiator_format_create_glyphs_x): add x_button_update.
10725         (x_widget_instantiate): remove old resize cruft.
10726
10727 2000-04-02  Andy Piper  <andy@xemacs.org>
10728
10729         * frame.c (change_frame_size_1): The introduction of gutters means
10730         that we need to allow 0 as a potential frame dimension.
10731
10732 2000-04-02  IKEYAMA Tomonori  <tomonori@suiyokai.org>
10733
10734         * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
10735         image glyph if allow_cursor.
10736         (add_hscroll_rune): Don't allow cursor to border glyph.
10737         (create_text_block): Ditto.
10738
10739         * redisplay-output.c (redisplay_move_cursor): Do nothing even if
10740         text not in buffer.
10741         (redisplay_output_layout): Call ensure_face_cachel_complete for
10742         text image glyph.
10743
10744
10745 2000-03-16  IKEYAMA Tomonori  <tomonori@suiyokai.org>
10746
10747         * redisplay.c (add_glyph_rune): Adding text image as text runes.
10748
10749         * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
10750         not in buffer
10751
10752         * redisplay-tty.c (tty_output_display_block): Delete the routine
10753         for text image glyph
10754         * redisplay-x.c (x_output_display_block): ditto
10755         * redisplay-msw.c (mswindows_output_display_block): ditto
10756
10757 2000-02-02  Mike Alexander  <mta@arbortext.com>
10758
10759         Note: Some of these were committed by accident as part of other
10760         patches.
10761
10762         * regex.c (regex_compile): Avoid compiler warnings.
10763
10764         * ntproc.c (sys_spawnve): Avoid compiler warnings.
10765
10766         * nt.h: Declare term_ntproc correctly.
10767
10768         * nt.c: Remove incorrect declaration of get_home_directory which
10769         is declared correctly in lisp.h.
10770
10771         * keymap.c (get_keyelt): Avoid compiler warnings.
10772         (raw_lookup_key_mapper): Avoid compiler warnings.
10773
10774         * gutter.c (gutter_was_visible): Add return statement to avoid warning.
10775
10776         * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
10777
10778         * filemode.c (mode_string): Avoid compiler warnings.
10779
10780         * file-coding.c (Fcoding_system_aliasee): Add return statement to
10781         avoid warning.
10782
10783         * events-mod.h: Undef some things that winuser.h defines differently.
10784
10785         * data.c (Faset): Avoid compiler warnings.
10786
10787         * alloc.c (Fmake_byte_code): Avoid compiler warnings.
10788
10789 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
10790
10791         * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
10792         Fall through to simple beep on error.
10793         Replace "extern" by real header file.
10794
10795         * linuxplay.c: Use nativesound.h
10796         (play_sound_data): Return error code. Be less verbose on error.
10797
10798         * sunplay.c: Use nativesound.h
10799         (play_sound_data): Return error code. Be less verbose on error.
10800
10801         * ntplay.c: Use nativesound.h
10802         (play_sound_data): Return fake error code
10803
10804         * sgiplay.c: Use nativesound.h
10805         (play_sound_data): Return error code
10806
10807         * hpplay.c: Use nativesound.h, partially implement
10808         new error code. Break compilation until finished.
10809         (play_sound_data): error code.
10810
10811         * nativesound.h (play_sound_file):
10812           (play_sound_data): Prototype in new header.
10813
10814 2000-03-31  Andy Piper  <andy@xemacs.org>
10815
10816         * glyphs-widget.c: (button_query_geometry): new function. Adjust
10817         for toggle and radio buttons.
10818         (image_instantiator_buttons): use it.
10819
10820 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
10821
10822         * scrollbar-x.c (x_update_vertical_scrollbar_callback):
10823         (x_update_horizontal_scrollbar_callback): Return if no mirror was
10824         found. Scrollbar event probably belonged to some old config.
10825
10826 2000-03-31  Andy Piper  <andy@xemacs.org>
10827
10828         * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
10829         than 1.
10830         (initialize_widget_image_instance): default layout to
10831         LAYOUT_HORIZONTAL rather than 0.
10832         (widget_instantiate): reverse the item list at the end rather than
10833         every iteration.
10834         (layout_layout): re-code for the border text at the front of the
10835         item list rather than at the end.
10836         (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
10837         provided by the user.
10838         (widget_query_geometry): comment.
10839
10840 2000-03-30  Andy Piper  <andy@xemacs.org>
10841
10842         * glyphs-widget.c (image_instantiator_layout): allow standard
10843         widget keywords in layouts.
10844
10845         * gutter.c (output_gutter): cope with nil gutter contents.
10846
10847         * frame.c (Fset_frame_properties): add gutter docs.
10848
10849 2000-03-29  Andy Piper  <andy@xemacs.org>
10850
10851         * toolbar-msw.c (TBSTYLE_FLAT): add.
10852         (mswindows_output_toolbar): minor fiddling.
10853
10854 2000-03-29  Andy Piper  <andy@xemacs.org>
10855
10856         * gutter.c (output_gutter): force gutter size recalculation if
10857         what we are trying to display won't fit.
10858         (update_gutter_geometry): new function. A per-gutter version of
10859         update_frame_gutter_geometry.
10860         (update_frame_gutter_geometry): use it.
10861         (redraw_exposed_gutter): add extra debugging output.
10862
10863 2000-03-28  Mike Alexander  <mta@arbortext.com>
10864
10865         * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
10866         (pdump_file_unmap): Implement it on Windows
10867         (pdump_file_get): Save alocated handles for pdump_file_unmap
10868
10869 2000-03-28  Andy Piper  <andy@xemacs.org>
10870
10871         * gui.c (get_gui_callback): treat Quit specially.
10872
10873 2000-03-27  Andy Piper  <andy@xemacs.org>
10874
10875         * glyphs.c (image_instantiate): be careful to check in the same
10876         way we assigned.
10877
10878 2000-03-27  Didier Verna  <didier@xemacs.org>
10879
10880         * config.h.in: define the proper SMART_INCLUDE macro.
10881         handle renaming of `foo_h_path' to `foo_h_file'.
10882
10883         * database.c: ditto.
10884
10885         * emacs.c: ditto.
10886
10887         * linuxplay.c: ditto.
10888
10889         * terminfo.c: ditto.
10890
10891         * tooltalk.h: ditto.
10892
10893 2000-03-27  Andy Piper  <andy@xemacs.org>
10894
10895         * glyphs-msw.c (mswindows_update_widget): make sure the widget
10896         gets updated whenever the face might have changed.
10897
10898 2000-03-26  Mike Alexander  <mta@arbortext.com>
10899
10900         * dumper.c (pdump_resource_free): Fix the comment.
10901
10902 2000-03-21  Olivier Galibert  <galibert@pobox.com>
10903
10904         * input-method-xlib.c (XIM_init_frame): Remove painful warning.
10905
10906 2000-03-22  Mike Alexander  <mta@arbortext.com>
10907
10908         * dumper.c: Include Windows headers on Windows
10909         (pdump_resource_free): Add a body to the function
10910         (pdump_load): exe_name -> exe_path and add some comments.
10911
10912 2000-03-25  Mike Alexander  <mta@arbortext.com>
10913
10914         * gui.c (copy_gui_item_tree): Return a value in all cases
10915
10916 2000-03-21  Didier Verna  <didier@xemacs.org>
10917
10918         * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
10919         lwlib/config.h.in.
10920         (SMART_INCLUDE): new macro.
10921         (POSTGRES_INCLUDE): new macro to include postgresql headers from
10922         the proper location.
10923
10924         * postgresql.c: use it.
10925
10926         * inline.c: ditto.
10927
10928 2000-03-24  Andy Piper  <andy@xemacs.org>
10929
10930         * gutter.c (redraw_exposed_gutters): must be "in display" when we
10931         do this.
10932
10933 2000-03-24  Andy Piper  <andy@xemacs.org>
10934
10935         * redisplay-output.c (compare_runes): use image_instance_changed
10936         to detect changes. Do not depend on glyphs_changed, only depend on
10937         dirtiness.
10938          (redisplay_output_layout): add debug messages.
10939         (compare_runes): ditto.
10940
10941         * glyphs.h: declare new functions.
10942         (struct Lisp_Image_Instance): remove percent and associated
10943         accessors.
10944
10945         * gui.h: declare new copying functions.
10946
10947         * gui.c (copy_gui_item_tree): new function.
10948         (copy_gui_item): new function.
10949         (gui_item_id_hash): revert to standard hash.
10950         (gui_item_hash): ditto.
10951         (gui_item_hash_internal): deleted.
10952         (mark_gui_item): mark value.
10953         (gui_item_add_keyval_pair): add value.
10954         (gui_item_init): ditto.
10955         (gui_add_item_keywords_to_plist): ditto.
10956         (gui_item_equal): ditto.
10957         (syms_of_gui): add Q_value.
10958
10959         * glyphs-x.c (x_progress_gauge_update): use pending items and
10960         value for setting the state.
10961         (x_update_widget): don't set items from pending here.
10962
10963         * glyphs-widget.c (update_widget): update items here.
10964         (progress_gauge_set_property): use items for storing value. Put
10965         new value in pending items.
10966
10967         * glyphs-msw.c (mswindows_progress_gauge_update): use pending
10968         items for new value. Convert percent -> value.
10969         (mswindows_tab_control_update): don't update items here.
10970
10971         * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
10972         (update_subwindow): ditto.
10973         (image_instance_changed): new function. Compare hash values and
10974         past and present widget items.
10975         (image_instantiate): We more careful about where we instantiate
10976         things.
10977         (image_instantiate): add error checking.
10978
10979         * gutter.c (syms_of_gutter): use -hook.
10980
10981 2000-03-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
10982
10983         * console-tty.c (Fset_console_tty_input_coding_system): Use
10984         Qkeyboard.
10985         (Fset_console_tty_output_coding_system): Use Qterminal.
10986         (tty_init_console): Use Qkeyboard and Qterminal.
10987
10988 2000-03-21  Ben Wing  <ben@xemacs.org>
10989
10990         * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
10991         From Mike Alexander <mta@arbortext.com>.
10992
10993 2000-03-21  Ben Wing  <ben@xemacs.org>
10994
10995         * event-msw.c (mswindows_need_event): Horrible kludge to fix
10996         process brokenness.  Proper implementation to come.
10997         * callproc.c:
10998         Rename call-process-internal to old-call-process-internal.
10999         New impl. in process.el.
11000
11001 2000-03-21  Martin Buchholz  <martin@xemacs.org>
11002
11003         * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
11004
11005 2000-03-20  Andy Piper  <andy@xemacs.org>
11006
11007         * glyphs.c (full_list_hash): make hashes of the same elements in
11008         different orders return different values.
11009
11010 2000-03-20  Martin Buchholz <martin@xemacs.org>
11011
11012         * XEmacs 21.2.32 is released.
11013
11014 2000-03-20  Martin Buchholz  <martin@xemacs.org>
11015
11016         * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
11017         (DFC_MALLOC_USE_CONVERTED_DATA):
11018         Add aliasing-safe casts to allow use with char* or unsigned char*
11019         lvalues.
11020
11021         * eldap.c (Fldap_open):
11022         (Fldap_search_basic):
11023         (Fldap_add):
11024         (Fldap_modify):
11025         Make C++-compilable.
11026         Make sure GCPRO'ed variables are initialized.
11027         Use temp variables to avoid repeated calls to Flength.
11028
11029 2000-03-16  Martin Buchholz  <martin@xemacs.org>
11030
11031         * sysfile.h:
11032         Make sure PATH_MAX is always defined.
11033         Include limits.h for PATH_MAX.
11034         Deprecate use of MAXPATHLEN.
11035
11036 2000-03-10  Martin Buchholz  <martin@xemacs.org>
11037
11038         * emacs.c: Add reinit_vars_of_fileio.
11039         * symsinit.h: Add reinit_vars_of_fileio.
11040         * fileio.c (reinit_vars_of_fileio): New.
11041         * fileio.c (Fmake_temp_name):
11042         Initialize temp_name random number from microseconds to make
11043         collisions even less likely.  Initialize always at process startup
11044         time.  (make-temp-name) used to return the same file name twice in
11045         a row when PDUMP.
11046         Random stylistic fiddling.
11047         Comment fixes.
11048
11049 2000-03-20  Andy Piper  <andy@xemacs.org>
11050
11051         * glyphs.c (image_instantiate): allow text glyphs to be
11052         instantiated in the minibuffer window.
11053
11054 2000-03-19  Andy Piper  <andy@xemacs.org>
11055
11056         * glyphs.c (image_instance_hash): be careful about which items we
11057         hash on.
11058
11059         * glyphs-widget.c (tab_control_set_property): record into pending
11060         items rather than the actual items.
11061
11062         * glyphs-x.c (x_update_widget): use pending items to update with.
11063
11064         * glyphs-msw.c (mswindows_tab_control_update): use pending items
11065         to update with.
11066
11067         * glyphs.c (mark_image_instance): mark pending items.
11068
11069         * window.c (Fset_window_configuration): record the buffer.
11070         (Fselect_window): totally revert previous change which breaks many
11071         things.
11072
11073 2000-03-18  Andy Piper  <andy@xemacs.org>
11074
11075         * glyphs-msw.c (mswindows_tab_control_update): force selected
11076         item.
11077
11078         * glyphs.c (image_instantiate): don't allow the minibuffer as a
11079         window domain cache, otherwise we get inconsistencies at
11080         startup. There is something fishy at startup which can lead to the
11081         minibuffer being the selected window when the gutter content is
11082         instantiated.
11083
11084         * gui.c (parse_gui_item_tree_list): add probably unnecessary
11085         gcpros.
11086         (parse_gui_item_tree_children): ditto.
11087         (parse_gui_item_tree_item): ditto.
11088
11089         * glyphs.c (Fupdate_widget_instances): return something.
11090
11091 2000-03-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
11092
11093         * window.c (Fselect_window): Undo 2000-03-17 change.
11094
11095 2000-03-17  SL Baur  <steve@musashimaru.m17n.org>
11096
11097         * postgresql.c (Fpq_setenv): Remove this turkey when linking
11098         against v7.0 libraries.  Insta-coredump city until the postgres
11099         folks fix it.
11100
11101 2000-03-17  Andy Piper  <andy@xemacs.org>
11102
11103         * faces.c (complex_vars_of_faces): don't give the widget face an
11104         inherited background pixmap.
11105
11106         * glyphs-msw.c (mswindows_tab_control_instantiate): select the
11107         selected item.
11108
11109         * event-stream.c (Fdispatch_non_command_events): return something.
11110
11111         * gutter.c (output_gutter): use widget face.
11112         (clear_gutter): ditto.
11113
11114         * NEWS: adjust again.
11115
11116         * window.c (Fselect_window): make sure this runs to completion to
11117         avoid oddities with Fset_window_configuration.
11118         (Fcurrent_window_configuration): in general do not save the
11119         minibuffer as the selected window.
11120
11121         * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
11122
11123 2000-03-16  Olivier Galibert  <galibert@pobox.com>
11124
11125         * emacs.c (Frunning_temacs_p): Revert previous patch.
11126         (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
11127
11128 2000-03-16  Andy Piper  <andy@xemacs.org>
11129
11130         * glyphs-x.c (x_tab_control_update): if no widget values then
11131         return.
11132
11133         * NEWS: update for new features.
11134
11135         * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
11136         synthetic event to the native system.
11137         (reinit_vars_of_event_Xt): set force_event_pending to
11138         emacs_Xt_force_event_pending.
11139
11140         * events.h (struct event_stream): add force_event_pending.
11141
11142         * specifier.c (recompute_one_cached_specifier_in_window): add
11143         comment.
11144
11145         * redisplay.c (redisplay_frame): don't call
11146         update_frame_subwindows. Reset subwindow cachels when
11147         subwindows_changed, removing this was an optimization too far.
11148
11149         * redisplay-output.c (compare_runes): reorganize so that we catch
11150         glyph changes when we want them. Set optimize_output when this
11151         would help layouts.
11152         (redisplay_output_layout): remove frame_really_changed, use
11153         optimize_output instead.
11154
11155         * redisplay-msw.c (mswindows_output_display_block): reset
11156         optimize_output after outputting a glyph.
11157         * redisplay-x.c (x_output_display_block): ditto.
11158         * redisplay-tty.c (tty_output_display_block): ditto.
11159
11160         * gutter.c: (specifier_vars_of_gutter): use new spec changed
11161         functions.
11162         (gutter_specs_changed): do specific gutter positions.
11163         (top_gutter_specs_changed): new function. Only update the
11164         specified gutter specs.
11165         (bottom_gutter_specs_changed): ditto.
11166         (left_gutter_specs_changed): ditto.
11167         (right_gutter_specs_changed): ditto.
11168
11169         * gui.c (gui_item_hash_internal): new function, does a real hash.
11170         (gui_item_id_hash): use it.
11171         (gui_item_hash): hash the eval'ed gui_item.
11172
11173         * gui-x.c (popup_selection_callback): send an eval event to call
11174         Fupdate_widget_instances.
11175
11176         * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
11177         to call Fupdate_widget_instances.
11178
11179         * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
11180         (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
11181
11182         * glyphs.c: (update_frame_subwindows): deleted.
11183         (Fupdate_widget_instances): new function for updating the dirty
11184         state of widgets that might have changed.
11185         (syms_of_glyphs): add Qupdate_widget_instances.
11186         (full_list_hash): hash a list completely.
11187         (image_instance_hash): use it for items and properties.
11188
11189         * frame-msw.c (mswindows_size_frame_internal): remove unused
11190         variable.
11191
11192         * faces.h (struct face_cachel): fix comment.
11193
11194         * event-stream.c (Fdispatch_non_command_events): new
11195         function. Process non-command events, forcing an event cycle
11196         beforehand.
11197         (syms_of_event_stream): declare.
11198         (event_stream_force_event_pending): new function. Force an event
11199         on the native event queue so that an event cycle will occur next
11200         time we check.
11201
11202         * event-msw.c:
11203         (struct ntpipe_shove_stream):
11204         (mswindows_enqueue_dispatch_event):
11205         (mswindows_dequeue_dispatch_event):
11206         (mswindows_cancel_dispatch_event):
11207         (mswindows_pump_outstanding_events):
11208         (mswindows_drain_windows_queue):
11209         (mswindows_handle_paint):
11210         (mswindows_wnd_proc):
11211         (mswindows_key_to_emacs_keysym):
11212         (get_process_input_waitable):
11213         (emacs_mswindows_delete_stream_pair): re-indent file.
11214         (mswindows_need_event): do not process further fds if the windows
11215         fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
11216         fixes the 100% cpu problem.
11217         (reinit_vars_of_event_mswindows): set force_event_pending to 0.
11218
11219 2000-03-15  Olivier Galibert  <galibert@pobox.com>
11220
11221         * alloc.h: New.
11222         * dumper.h: New.
11223         * dumper.c: New.
11224
11225         * emacs.c: Moved dump file searching to dumper.c.
11226         (Frunning_temacs_p): Fixed.
11227
11228         * alloc.c: Moved everything pdump-related to dumper.c.  Removed
11229         last_lrecord_type_index_assigned.
11230
11231 2000-02-20  Olivier Galibert  <galibert@pobox.com>
11232
11233         * symsinit.h: Added reinit parameter to init_console_stream
11234         declaration.
11235
11236         * lisp.h: Added file parameter to pdump_load declaration.
11237
11238         * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
11239         support.  Added dump file searching.
11240
11241         * config.h.in: Added EMACS_PROGNAME.
11242
11243         * console-stream.c (init_console_stream): Fix reinitialisation
11244         when running from temacs.
11245
11246         * alloc.c (pdump): Add id support.
11247         (pdump_load): Add file parameter and signature/id support.
11248
11249         * Makefile.in.in: Add full pdump support.
11250
11251 2000-03-15  SL Baur  <steve@musashimaru.m17n.org>
11252
11253         * postgresql.c: Update documentation to reflect latest code
11254         status.
11255         (print_result): Show tuple counts in printed representation when
11256         appropriate.
11257         (Fpq_put_nbytes): MULE-ize.
11258         (Fpq_get_line_async): Ditto.
11259
11260 2000-03-14  SL Baur  <steve@musashimaru.m17n.org>
11261
11262         * postgresql.c (Fpq_lo_import): Fix return value.
11263         Suggested by: Kenji Itoh <keit@tpj.co.jp>.
11264
11265 2000-03-13  Ben Wing  <ben@xemacs.org>
11266
11267         * alloc.c (pdump_load):
11268         Fix compile warning under mswin.
11269
11270 2000-03-14  SL Baur  <steve@musashimaru.m17n.org>
11271
11272         * postgresql.c: Mule-ization, bug fixes.
11273         Use PG_CODING to encapsulate coding system name changes.
11274         Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
11275         (pg-coding-system): Create.
11276
11277         (Fpq_conn_defaults): Mule-ize.
11278         (Fpq_connectdb): Mule-ize & bug fix.
11279         (Fpq_connect_start): Mule-ize.
11280         (Fpq_set_client_encoding): Mule-ize.
11281         (Fpq_finish): Document `DEAD' connection status.
11282         (Fpq_clear): Ditto.
11283         (Fpq_pgconn): Mule-ize.
11284         (Fpq_exec): Mule-ize & bug fix.
11285         (Fpq_send_query): Ditto.
11286         (Fpq_get_result): Ditto.
11287         (Fpq_res_status): Mule-ize.
11288         (Fpq_result_error_message): Mule-ize.
11289         (Fpq_ntuples): fix comments.
11290         (Fpq_fname): Mule-ize.
11291         (Fpq_fnumber): Mule-ize.
11292         (Fpq_ftype): fix comments.
11293         (Fpq_get_value): Mule-ize.
11294         (Fpq_cmd_status): Ditto.
11295         (Fpq_cmd_tuples): Ditto.
11296         (Fpq_oid_value): Ditto.
11297         (Fpq_notifies): Ditto.
11298         (Fpq_lo_import): Ditto.
11299         (Fpq_lo_export): Ditto.
11300         (Fpq_get_line): Ditto.
11301         (Fpq_put_line): Mule-ize and bug fix.
11302         (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
11303
11304 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
11305
11306         * postgresql.c (vars_of_postgresql): Mule-ize.
11307         (Fpq_conn_defaults): Ditto.
11308
11309 2000-03-12  Ben Wing  <ben@xemacs.org>
11310
11311         * alloc.c (Fmake_byte_code):
11312         * alloc.c (debug_string_purity_print):
11313         * alloc.c (pdump_backtrace):
11314         * alloc.c (pdump_get_indirect_count):
11315         * alloc.c (pdump_register_sub):
11316         * alloc.c (pdump_register_object):
11317         * alloc.c (pdump_register_struct):
11318         * alloc.c (pdump_dump_data):
11319         * alloc.c (pdump_reloc_one):
11320         Minor cleanups.
11321
11322         * console-msw.c:
11323         * console-msw.c (GetConsoleHwnd):
11324         * console-msw.c (msw_hide_console):
11325         * console-msw.c (msw_show_console):
11326         * console-msw.c (msw_ensure_console_buffered):
11327         * console-msw.c (msw_output_console_string):
11328         * console-msw.c (console_type_create_mswindows):
11329
11330         a) Added functions to manipulate the console window for use with
11331         shell support.
11332
11333         b) Added support for writing text to the console, which is now
11334         used under Windows when xemacs is not being run non-interactively,
11335         to write text that would otherwise be destined for stdout because
11336         under these circumstances, text written to stdout tends to
11337         disappear and not be seen.
11338
11339         * console-msw.h:
11340         * event-Xt.c:
11341         * event-Xt.c (x_event_to_emacs_event):
11342         * event-Xt.c (describe_event_window):
11343         * events-mod.h (XEMACS_MOD_CONTROL):
11344         * events.c:
11345         * events.c (Fmake_event):
11346         * events.c (character_to_event):
11347         * events.c (event_to_character):
11348         * events.c (format_event_object):
11349         * events.c (Fevent_modifiers):
11350         * events.h:
11351         * events.h (struct key_data):
11352         * events.h (struct button_data):
11353         * events.h (struct misc_user_data):
11354         * frame-x.c (Fcde_start_drag_internal):
11355         * frame-x.c (Foffix_start_drag_internal):
11356         * gpmevent.c (Freceive_gpm_event):
11357         * keymap.c:
11358         * keymap.c (bucky_sym_to_bucky_bit):
11359         * keymap.c (control_meta_superify):
11360         * keymap.c (make_key_description):
11361         * keymap.c (keymap_lookup_directly):
11362         * keymap.c (create_bucky_submap):
11363         * keymap.c (keymap_store):
11364         * keymap.c (define_key_check_and_coerce_keysym):
11365         * keymap.c (define_key_parser):
11366         * keymap.c (define_key_alternate_name):
11367         * keymap.c (Fdefine_key):
11368         * keymap.c (raw_lookup_key_mapper):
11369         * keymap.c (struct map_keymap_unsorted_closure):
11370         * keymap.c (map_keymap_unsorted_mapper):
11371         * keymap.c (map_keymap_sort_predicate):
11372         * keymap.c (map_keymap_sorted):
11373         * keymap.c (accessible_keymaps_mapper_1):
11374         * keymap.c (where_is_recursive_mapper):
11375         * keymap.c (describe_map_mapper):
11376         * keymap.c (describe_map_sort_predicate):
11377         * keymap.c (describe_map):
11378         * keymap.c (complex_vars_of_keymap):
11379         And a number of other files, the key modifier preprocessor
11380         constants that xemacs uses have names that conflict with constants
11381         defined under MS Windows for other purposes, so they were renamed
11382         to begin with the prefix XEMACS_. The variables that hold such
11383         modifiers were changed to consistently be of type int to fix
11384         various compile warnings.
11385
11386         * console.c (complex_vars_of_console):
11387         * device.c:
11388         * device-msw.c:
11389         * device-msw.c (mswindows_finish_init_device):
11390         * device-msw.c (msw_get_workspace_coords):
11391         * device-msw.c (mswindows_device_system_metrics):
11392         and various other files, added support for a new
11393         device property called offset-workspace which returns the position
11394         of the upper left corner of the workspace area and goes along with
11395         the existing size-workspace property.
11396
11397         * dialog-msw.c:
11398         * dialog-msw.c (push_bufbyte_string_as_unicode):
11399         * dialog-msw.c (mswindows_popup_dialog_box):
11400         Added support for XEmacs-style accelerator specifications in
11401         button text.  Note: I didn't add support for this under X Windows,
11402         and somebody needs to do this.
11403
11404         * dialog.c:
11405         * dialog.c (Fpopup_dialog_box):
11406         Documented the support for accelerators that was just mentioned.
11407
11408         editfns.c (get_home_directory): Changed behavior under Windows
11409         when HOME not defined; former behavior was irretrievably broken.
11410
11411         * emacs.c:
11412         * emacs.c (main_1):
11413         * emacs.c (main):
11414         * minibuf.c (clear_echo_area_internal):
11415         * minibuf.c (echo_area_append):
11416         * print.c:
11417         * print.c (std_handle_out_external):
11418         * print.c (std_handle_out_va):
11419         * print.c (fatal):
11420         * print.c (write_string_to_stdio_stream):
11421         * print.c (output_string):
11422         * print.c (debug_print):
11423         * print.c (debug_backtrace):
11424         * print.c (debug_short_backtrace):
11425         Cleaned up the code that prints text to stdout so that this can be
11426         changed to output into a console window instead under MS Windows,
11427         as described above.
11428
11429         * eval.c:
11430         * eval.c (DEFEND_AGAINST_THROW_RECURSION):
11431         * eval.c (internal_catch):
11432         * eval.c (unwind_to_catch):
11433         * eval.c (throw_or_bomb_out):
11434         * eval.c (condition_case_1):
11435         * eval.c (signal_1):
11436         * eval.c (check_error_state_sanity):
11437         * eval.c (call_with_suspended_errors_1):
11438         * eval.c (call_with_suspended_errors):
11439         * eval.c (reinit_vars_of_eval):
11440         Added code to catch throw loops and check for a pesky bug that may
11441         be gone now.
11442
11443         * event-msw.c:
11444         * event-msw.c (key_needs_default_processing_p):
11445         * event-msw.c (mswindows_wnd_proc):
11446         * event-msw.c (mswindows_modifier_state):
11447         * event-msw.c (emacs_mswindows_quit_p):
11448         * event-msw.c (vars_of_event_mswindows):
11449         a) Added support for using the alt key to select menu items as is
11450         standard under MS Windows.  This is controlled using the variable
11451         menu-accelerator-enabled, just like under X Windows.  There is an
11452         option on the options menu to turn this support on.  I really
11453         think that it should be on by default under Windows, but I'm not
11454         going to make this change yet.
11455
11456         b)  Added support for dynamic display size changes under Windows.
11457
11458         * event-stream.c:
11459         * event-stream.c (maybe_echo_keys):
11460         * event-stream.c (Fnext_event):
11461         * event-stream.c (command_builder_find_leaf):
11462         * event-stream.c (lookup_command_event):
11463         * event-stream.c (execute_command_event):
11464         * event-stream.c (pre_command_hook):
11465         * event-stream.c (post_command_hook):
11466         * event-stream.c (syms_of_event_stream):
11467         * event-stream.c (vars_of_event_stream):
11468         * event-stream.c (complex_vars_of_event_stream):
11469         * events.h (struct command_builder):
11470
11471         a) Tried to clean up a little bit the horribly written x-specific
11472         accelerator code that crept into this file.  I moved this code
11473         into menubar-x.c where it belongs. I also needed to move the
11474         command builder structure into the file events.h because it is
11475         accessed directly by this accelerator code.  What I didn't do, but
11476         which should be done at some point, is to properly abstract this
11477         code using device methods instead of the kludgy way that it
11478         currently hooks into the event code.
11479
11480         b) Added the lisp variables this-command-properties and
11481         last-command- properties, which should be used to synchronize two
11482         adjacent commands in preference to playing games with the variable
11483         this-command, which is typically what happens.
11484
11485         c) Added some slightly nasty code to hook into the lisp support
11486         for shifted- motion-key selection.  This is actually necessary for
11487         somewhat complicated reasons, which are described in
11488         simple.el. (NB: I think the proper thing would be to have the code
11489         that calls the pre and post command hooks also call out to generic
11490         lisp functions in simple.el, where all built-in stuff could be
11491         added.  I will think about this more.)
11492
11493         * event-unixoid.c (poll_fds_for_input):
11494         * lread.c (readchar):
11495         * redisplay-tty.c (tty_clear_frame):
11496         * redisplay-x.c (x_get_gc):
11497         * signal.c (interrupt_signal):
11498         And a whole bunch of other files: fixed up places that printed
11499         directly to stderr to instead call the function stderr_out so that
11500         the changes I made under Windows work correctly.
11501
11502         * filemode.c (mode_string):
11503         Warning fixes.
11504
11505         * frame-msw.c:
11506         * frame-msw.c (mswindows_size_frame_internal):
11507         Fixed the computation of frame size and position to keep the frame
11508         within the workspace area, rather than within the physical
11509         dimensions of the screen, so that the frame doesn't overlap window
11510         manager decorations, such as the start menu and toolbar, typically
11511         at the bottom of the screen.
11512
11513         * frame.c (vars_of_frame):
11514         Changed the default frame title format under MS Windows to consist
11515         of buffername-XEmacs, which is standard under MS Windows.  I think
11516         it might be a good idea to change this everywhere because I think
11517         it is superior to the current frame title format, but this is the
11518         kind of change that is likely to cause some people to get annoyed,
11519         so I'm not making it.
11520
11521         * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
11522
11523         * gui-msw.c (mswindows_handle_gui_wm_command):
11524         Fixed compile warnings.
11525
11526         * gui-x.c:
11527         * gui-x.c (strdup_and_add_accel):
11528         * gui-x.c (button_item_to_widget_value):
11529         * gui-x.h:
11530         Added code to automatically put an accelerator onto the beginning
11531         of menu items that don't have one as is now the standard, and is
11532         described more later.  Also fixed things so that the menu item
11533         name can be an evaluated expression, again a new standard.
11534
11535         * gui.c:
11536         * gui.c (gui_item_add_keyval_pair):
11537         * gui.c (make_gui_item_from_keywords_internal):
11538         * gui.c (gui_add_item_keywords_to_plist):
11539         * gui.c (gui_item_accelerator):
11540         * gui.c (gui_name_accelerator):
11541         * gui.c (gui_item_included_p):
11542         * gui.c (gui_item_display_flush_left):
11543         * gui.c (gui_item_display_flush_right):
11544         * gui.c (parse_gui_item_tree_item):
11545         * gui.c (parse_gui_item_tree_children):
11546         * gui.c (parse_gui_item_tree_list):
11547         Mule-ized.  Cleanup.  GCPRO addition.
11548
11549         * line-number.c (buffer_line_number):
11550         * lisp.h:
11551         * lisp.h (EMACS_INT_MAX):
11552         Added the manifest constant EMACS_INT_MIN corresponding to the
11553         existing constant EMACS_INT_MAX.  This is partially to fix compile
11554         warnings under Windows, and partly for cleanliness.
11555
11556         * menubar-msw.c:
11557         * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
11558         * menubar-msw.c (msw_translate_menu_or_dialog_item):
11559         * menubar-msw.c (displayable_menu_item):
11560         * menubar-msw.c (populate_menu_add_item):
11561         * menubar-msw.c (populate_or_checksum_helper):
11562         * menubar-msw.c (populate_menu):
11563         * menubar-msw.c (update_frame_menubar_maybe):
11564         * menubar-msw.c (prune_menubar):
11565         * menubar-msw.c (msw_char_is_accelerator):
11566         * menubar-msw.c (unsafe_handle_wm_initmenu_1):
11567         * menubar-msw.c (mswindows_handle_wm_command):
11568         * menubar-msw.c (mswindows_handle_wm_initmenupopup):
11569         * menubar-msw.c (mswindows_handle_wm_initmenu):
11570         * menubar-msw.c (mswindows_update_frame_menubars):
11571         * menubar-msw.c (mswindows_free_frame_menubars):
11572         * menubar-msw.c (mswindows_popup_menu):
11573         Fixed a bug in handling accelerators where an extra character
11574         would be displayed in the menu item.  Also generalized the
11575         function displayable_menu_item because it is now used by the
11576         dialog box code as well.  And finally, added code in the functions
11577         that create the menubar to extract a list of accelerators for the
11578         top level menubar, which is used in the event code to determine
11579         whether a particular alt-key combination should be used to invoke
11580         a menu item, or should be passed through to access the standard
11581         XEmacs keymap binding for this key combination.
11582
11583         Much needed GCPROing.
11584
11585         * menubar-x.c:
11586         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
11587         * menubar-x.c (menu_item_descriptor_to_widget_value):
11588         * menubar-x.c (restore_in_menu_callback):
11589         * menubar-x.c (x_popup_menu):
11590         * menubar-x.c (menu_move_up):
11591         * menubar-x.c (menu_move_down):
11592         * menubar-x.c (menu_move_left):
11593         * menubar-x.c (menu_move_right):
11594         * menubar-x.c (menu_select_item):
11595         * menubar-x.c (command_builder_operate_menu_accelerator):
11596         * menubar-x.c (menu_accelerator_junk_on_error):
11597         * menubar-x.c (command_builder_find_menu_accelerator):
11598         * menubar-x.c (Faccelerate_menu):
11599         * menubar.h:
11600         Moved a whole bunch of code here that was previously in
11601         event-stream.c as described above.  There is also code connected
11602         to the new standard of adding an accelerator to the beginning of
11603         menu items that don't have one as described above and below.
11604
11605         * menubar.c:
11606         * menubar.c (menu_parse_submenu_keywords):
11607         * menubar.c (Fmenu_find_real_submenu):
11608         * menubar.c (Fnormalize_menu_item_name):
11609         * menubar.c (syms_of_menubar):
11610         * menubar.c (vars_of_menubar):
11611         * menubar.c (complex_vars_of_menubar):
11612
11613         a) Cleaned up a bunch of documentation and improved it.
11614
11615         b) XEmacs now automatically adds an accelerator onto the beginning
11616         of any menu items that don't have one.  I did this because there
11617         will inevitably be some menu items on the main menubar that don't
11618         have accelerators on them because the package that adds that
11619         particular menu item hasn't yet been fixed up to have accelerators
11620         in them and it looked rather strange to have some items with and
11621         some items without accelerators, especially since even in items
11622         without accelerators, you can, at least under windows, still
11623         access the item through an accelerator corresponding to the first
11624         character in the item's name.  If people don't like this behavior,
11625         I can add a variable to turn it off optionally, but I'm not sure
11626         this is a good idea because we really do need to have accelerators
11627         on all of the menu items, and if a package doesn't like the
11628         accelerators being put on the first character, then it should put
11629         the accelerators where they belong.
11630
11631         c) I made a behavior change, which is that the descriptor that
11632         specifies the text of the menu item, which formerly was just a
11633         string, can now also be an evaluated expression.  This makes this
11634         descriptor parallel with all of the others, which could also be
11635         evaluated expressions.  This also obviates the need for the
11636         keyword :label, which was previously listed in the documentation
11637         as unimplemented, and which was for the same purpose.
11638
11639         d) GCPROing.
11640
11641         * ntproc.c:
11642         * ntproc.c (new_child):
11643         * ntproc.c (sys_spawnve):
11644         * ntproc.c (find_child_console):
11645         * ntproc.c (sys_kill):
11646         Fixed compile warnings.  By the way, this file should really go
11647         away entirely, and this will happen as soon as Kirill makes his
11648         final round of process cleanups, which affect the function
11649         call-process.
11650
11651         * process-nt.c:
11652         * process-nt.c (struct nt_process_data):
11653         * process-nt.c (find_process_from_pid):
11654         * process-nt.c (send_signal_the_nt_way):
11655         * process-nt.c (enable_child_signals):
11656         * process-nt.c (find_child_console):
11657         * process-nt.c (send_signal_the_95_way):
11658         * process-nt.c (nt_finalize_process_data):
11659         * process-nt.c (ensure_console_window_exists):
11660         * process-nt.c (nt_create_process):
11661         * process-nt.c (nt_kill_child_process):
11662         * process-nt.c (nt_kill_process_by_pid):
11663         * process-nt.c (nt_open_network_stream):
11664         * process-nt.c (vars_of_process_nt):
11665         Copied over code from Emacs 20.5 to correctly send signals to sub-
11666         processes under Windows 95.  Also added code to automatically
11667         create and hide console window when a sub-process is created under
11668         Windows 95, which obviates the need for the separate runemacs.exe
11669         executable, and finally implemented some variables that were
11670         implemented in Emacs 20.5, but previously not in XEmacs.  These
11671         include mswindows- start-process-share-console and
11672         mswindows-start-process-inherit-error-mode. (Both of these only
11673         apply to Windows 95.)
11674
11675         * regex.c (regex_compile): Fixed a compile warning.
11676
11677         * select-msw.c:
11678         * select-msw.c (mswindows_own_selection):
11679         * select-msw.c (mswindows_get_foreign_selection):
11680         * select-msw.c (mswindows_disown_selection):
11681         * select-msw.c (console_type_create_select_mswindows):
11682         * select-msw.c (syms_of_select_mswindows):
11683         Cleaned up the file and implemented the device method
11684         selection_exists_p, which had accidentally been left out.  Also
11685         removed four lisp functions that were remnants from before the
11686         time when the selection code was properly device abstracted.
11687         These functions are no longer needed because there are generic
11688         equivalents, and because they were added recently and don't exist
11689         in FSF Emacs, I don't think there's any problem with just deleting
11690         them.
11691
11692         * sysdep.c:
11693         * sysdep.c (sys_subshell):
11694         Fixed a compile warning, although in this case there's probably
11695         something wrong with this code, and it ought to be looked into
11696         more thoroughly by somebody who understands it.
11697
11698         * window.c:
11699         * window.c (Fwindow_text_area_height):
11700         * window.c (Fwindow_width):
11701         * window.c (Fwindow_full_width):
11702         * window.c (Fwindow_pixel_width):
11703         * window.c (debug_print_window):
11704         * window.c (syms_of_window):
11705         Added functions window-text-area-height and window-full-width,
11706         which are functions for returning various width and height
11707         characteristics of a window. (One of these functions is necessary
11708         for making the file dialog box work correctly, and the other one
11709         was added for completeness.)  Also added a table to the
11710         documentation for window-height which describes the entire scheme
11711         for accessing width and height characteristics of a window.
11712
11713 2000-03-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
11714
11715         * nt.c (fstat): Added a comment for another problem with
11716         non-encapsulated [f]stat(), reported by Adrian Aichner
11717         <aichner@ecf.teradyne.com>.
11718
11719 2000-03-11  Andy Piper  <andy@xemacs.org>
11720
11721         * window.c (make_dummy_parent): initialize subwindow instance
11722         cache.
11723         (Fset_window_configuration): zero extent_modiff.
11724
11725 2000-03-10  Andy Piper  <andy@xemacs.org>
11726
11727         * redisplay.c (Fredraw_frame): reset the changed_set flags so that
11728         more changes can be triggered.
11729         (Fredisplay_frame): ditto.
11730         (Fredraw_device): ditto.
11731         (Fredisplay_device): ditto.
11732         (redisplay_frame): make non-static.
11733         (redisplay_frame): call update_frame_gutter_geometry outside of
11734         display proper.
11735
11736         * gutter.h: declare update_frame_gutter_geometry.
11737
11738         * redisplay.h: declare redisplay_frame.
11739
11740         * gutter.c (update_frame_gutter_geometry): move geometry changes
11741         in update_frame_gutters here. Geometry changes can only occur
11742         outside of redisplay.
11743         (update_frame_gutters): remove geometry change code.
11744         (Fredisplay_gutter_area): make sure that we are in display when we
11745         update and that we have flushed any size changes.
11746
11747 2000-03-11  Andy Piper  <andy@xemacs.org>
11748
11749         * alloc.c (pdump_dump_data): remove i & count shadows.
11750
11751 2000-02-27  Mike Alexander  <mta@arbortext.com>
11752
11753         * sysdep.h: Declare pdump_read_file
11754
11755         * sysdep.c (pdump_read_file): New function
11756
11757         * alloc.c (pdump_load): Call pdump_read_file to get the portable
11758         dump data
11759
11760 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
11761
11762         * lrecord.h: add `lrecord_type_pgsetenv'.
11763
11764 2000-03-08  SL Baur  <steve@musashimaru.m17n.org>
11765
11766         * symsinit.h: declare (vars|syms)_of* functions.
11767         * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
11768
11769 2000-03-06  SL Baur  <steve@musashimaru.m17n.org>
11770
11771         * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
11772
11773         * inline.c: Include postgresql.h lrecord stuffs to placate buggy
11774         GCCs.
11775
11776         * emacs.c (main_1): Call postgres initialization code.
11777
11778         * postgresql.h: New file.  PostgreSQL RDBMS support.
11779         * postgresql.c: New file.
11780
11781 2000-03-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
11782
11783         * redisplay-output.c (redisplay_output_display_block): Disable
11784         redundant code.
11785
11786 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
11787
11788         * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
11789         (Fcanna_henkan_next): Ditto.
11790         (Fcanna_bunsetu_henkou): Ditto.
11791         (Fcanna_henkan_kakutei): Ditto.
11792         (Fcanna_henkan_end): Ditto.
11793         (Fcanna_henkan_quit): Ditto.
11794         (Fcanna_henkan_next): Set retun value correctly.
11795         (c2mu): Use unsigned char instead of signed char.
11796
11797 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
11798
11799         * emacs.c (main_1): Always call syms_of_gui.
11800         * inline.c: include gui.h
11801
11802 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
11803
11804         * redisplay.c (Vvisible_bell): Renamed from visible_bell and
11805         converted to Lisp_Object.
11806         (Qtop_bottom): New variable.
11807         (syms_of_redisplay): Initialize it.
11808         * redisplay.h (Vvisible_bell): Ditto.
11809         * sound.c (ding): Ditto and check if Vvisible_bell is nil.
11810         * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
11811         only flash top and bottom.
11812
11813 2000-03-08  Andy Piper  <andy@xemacs.org>
11814
11815         * buffer.c (Frename_buffer): record new buffer name the right way.
11816
11817 2000-03-08  Andy Piper  <andy@xemacs.org>
11818
11819         * glyphs.c (update_subwindow): increase hash depth so that widget
11820         items get picked up properly.
11821
11822         * redisplay-output.c (compare_runes): increase hash depth so that
11823         widget items get picked up properly.
11824
11825 2000-03-08  Andy Piper  <andy@xemacs.org>
11826
11827         * gutter.c (output_gutter): add some debug.
11828
11829         * glyphs.h (struct Lisp_Image_Instance): add display_hash.
11830         (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
11831         (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
11832
11833         * redisplay-output.c (compare_runes): use display_hash to
11834         determine if glyphs really are not the same.
11835
11836         * glyphs.c (update_subwindow): check display_hash to see if
11837         anything really needs to be updated. If not then do
11838         nothing. Record the display_hash after updating.
11839         (image_instance_equal): compare the image_instance face also.
11840
11841 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
11842
11843         * redisplay.h: Fix comment style.
11844
11845 2000-03-08  Jonathan Harris  <jhar@tardis.ed.ac.uk>
11846
11847         * consle-msw.h (struct mswindows_frame):
11848         Added new member paint_pending to indicate whether a WM_PAINT
11849         magic event has been queued for this frame.
11850
11851         * event-msw.c (mswindows_drain_windows_queue):
11852         Don't queue a WM_PAINT magic event if one is already queued.
11853         (emacs_mswindows_handle_magic_event): clear paint_pending flag.
11854
11855         * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
11856
11857 2000-03-07  Didier Verna  <didier@xemacs.org>
11858
11859         * dired.c: #include `regex.h' after `sysfile.h'.
11860
11861 2000-03-06  Martin Buchholz  <martin@xemacs.org>
11862
11863         * sound.c (init_nas_sound): Fix compiler warning.
11864
11865         * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
11866         (FREE_STRUCT_P):
11867         (MARK_STRUCT_AS_FREE):
11868         (MARK_STRUCT_AS_NOT_FREE):
11869         Make `gcc -fstrict-aliasing' work properly.
11870
11871 2000-03-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
11872
11873         * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
11874         (mswindows_delete_device): Call CoUnnitialize().
11875
11876         * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
11877
11878 2000-02-25    <CraigL@DyCon.com>
11879
11880         * process-nt.c: MinGW now has <shellapi.h>, but still needs
11881         <errno.h>.
11882
11883         * sysdep.c: This extern declaration for environ prevents MinGW
11884         from finding the variable in CRTDLL.DLL.
11885
11886         * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
11887         windows headers.
11888         (SHGFI_EXETYPE): ..
11889         (WM_MOUSEWHEEL): ..
11890         (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
11891         definitions.
11892         (MMRESULT): Removed, now defined in cygwin's windows headers.
11893         (TIMECAPS): ..
11894         (uid_t,gid_t,pid_t,ssize_t): ..
11895         (_timeb): Removed, MinGW defines both _timeb and timeb.
11896         (HAVE_H_ERRNO): Added.
11897         (HAVE_TZNAME): Added, configure is not detecting this.
11898
11899 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
11900
11901         * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
11902         * syntax.c (syntax_match): Use it.
11903
11904         * cmds.c: Import auto-fill-chars from FSF Emacs.
11905         (Vauto_fill_chars): New variables.
11906         (internal_self_insert): Check Vauto_fill_chars.
11907         (vars_of_cmds):
11908         Declare auto-fill-chars as a Lisp variable and initialize it.
11909
11910 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
11911
11912         * fileio.c (Fmake_symbolic_link):
11913         (Ffile_symlink_p):
11914         Run handlers even if local machine doesn't have symlinks.
11915
11916 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
11917
11918         * event-msw.c (mswindows_drain_windows_queue):
11919         Don't generate paint magic events for non-XEmacs frames.
11920
11921 2000-03-05  Andy Piper  <andy@xemacs.org>
11922
11923         * redisplay.c (redisplay_frame): generate_displayable_area and
11924         friends assumes that we are not in GC, we therefore have to make
11925         sure that this doesn't happen.
11926
11927         * gutter.c (calculate_gutter_size): generate_displayable_area
11928         assumes that we are not in GC, we therefore have to make sure that
11929         this doesn't happen.
11930
11931 2000-03-05  Martin Buchholz  <martin@xemacs.org>
11932
11933         * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
11934
11935 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
11936
11937         * redisplay.c (regenerate_window): Make sure we set a sane value
11938         for end_pos even if we jump out of the loop.
11939         (regenerate_window): Answer Ben's question :-).
11940         (start_end_of_last_line): Add may_error argument.
11941         (start_of_last_line):
11942         (end_of_last_line): Pass may_error = 0.
11943         (end_of_last_line_may_error): New function.
11944         (pixel_to_glyph_translation): Use it, so we don't crash in
11945         event_to_glyph.
11946
11947 2000-03-04  Andy Piper  <andy@xemacs.org>
11948
11949         * window.h (struct window): add gutter_extent_modiff.
11950
11951         * window.c (allocate_window): zero out gutter_extent_modiff.
11952
11953         * redisplay.h: declare sync_display_line_structs.
11954
11955         * redisplay.c (add_glyph_rune): add a better comment.
11956
11957         * redisplay-output.c (sync_display_line_structs): made non-static.
11958         (compare_runes): remove unneccesary glyph cachel access.
11959
11960         * gutter.h: declare gutter_extent_signal_changed_region_maybe.
11961
11962         * gutter.c (output_gutter): don't output the gutter if extent
11963         changes only involve extents in buffers. use 4 sets of display
11964         lines.
11965         (gutter_extent_signal_changed_region_maybe): new function. Mark
11966         extents in gutters as changed.
11967         (update_frame_gutters): use 4 sets of display lines.
11968         (reset_gutter_display_lines): ditto.
11969         (free_frame_gutters): ditto.
11970         (redraw_exposed_gutter): force output of gutters.
11971
11972         * frame.h (struct frame): add 4 sets of gutter display lines.
11973
11974         * extents.c: (extent_changed_for_redisplay): signal changes to
11975         extents in strings in the gutter as well as extents in buffers.
11976
11977 2000-03-02  Andy Piper  <andy@xemacs.org>
11978
11979         * gutter.c (specifier_vars_of_gutter): cosmetic changes.
11980
11981         * frame.c (Fmake_frame): make sure the gutters get initialized
11982         after the frame is visible.
11983         (set_frame_selected_window): re-arrange compilation macros a
11984         little.
11985         (change_frame_size_1): mark gutters changed.
11986
11987         * device.c (Fset_device_class): mark gutters changed.
11988
11989 2000-03-01  Andy Piper  <andy@xemacs.org>
11990
11991         * window.c (window_top_frame_gutter_height): deleted.
11992         (window_bottom_frame_gutter_height): ditto.
11993         (window_left_frame_gutter_height): ditto.
11994         (window_right_frame_gutter_height): ditto.
11995         (window_top_gutter_height): don't use them.
11996         (window_bottom_gutter_height): ditto.
11997         (window_left_gutter_width): ditto.
11998         (window_right_gutter_width): ditto.
11999         (Fsplit_window): ditto.
12000         (Fwindow_pixel_edges): don't use border dimensions here.
12001
12002         * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
12003         (update_scrollbar_instance): ditto.
12004
12005         * redisplay.c (generate_modeline): don't take gutters into account.
12006         (generate_modeline): ditto.
12007         (redisplay_frame): small gutter display optimization.
12008
12009         * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
12010
12011         * redisplay-msw.c (mswindows_output_vertical_divider): don't take
12012         gutters into account.
12013
12014         * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
12015         for window position and type.
12016
12017         * gutter.c (get_gutter_coords): fix for frame gutters.
12018         (update_frame_gutters): update frame geometry if the gutters have
12019         changed.
12020         (init_frame_gutters): record current gutter geometries.
12021
12022         * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
12023         var.
12024         (mswindows_widget_instantiate): ditto.
12025
12026         * frame.h (struct frame): add current_gutter_bounds.
12027
12028         * frame.c (change_frame_size_1): position window and minibuffer
12029         appropriately taking into account the frame gutters.
12030
12031         * frame-x.c: (x_initialize_frame_size): take into account the
12032         frame gutters.
12033
12034 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
12035
12036         * emacs.c (data-directory):  Xref `locate-data-file' in docstring.
12037
12038 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
12039
12040         * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
12041
12042 1999-12-30  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
12043
12044         * file-coding.c (reset_decoding_stream): Clear previous
12045         detection state when autodetect.
12046
12047 2000-02-29  Didier Verna  <didier@xemacs.org>
12048
12049         * extents.c (set_extent_glyph_1): don't require extents to be
12050         attached.
12051
12052 2000-02-27  Andy Piper  <andy@xemacs.org>
12053
12054         * gutter.c (Fset_default_gutter_position): don't default left and
12055         right gutter visibility to t.
12056         (Fset_default_gutter_position): run
12057         default-gutter-position-changed-hook.
12058         (syms_of_gutter): add default-gutter-position-changed-hook.
12059
12060 2000-02-26  Andy Piper  <andy@xemacs.org>
12061
12062         * specifier.c (Fmake_specifier): add gutter references.
12063
12064         * gutter.h (RAW_WINDOW_GUTTER): new macro.
12065
12066         * lisp.h: declare Fvalid_plist_p.
12067
12068         * gutter.c (gutter_geometry_changed_in_window): mark the modeline
12069         as changed.
12070         (default_gutter_visible_p_changed_in_window): invalidate gutter as
12071         well as its visibility so that it gets reconstructed.
12072         (construct_window_gutter_spec): new function. Construct a string
12073         to be displayed in the gutter from a plist of strings. Take care
12074         to only use elements that are declared as visible.
12075         (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
12076         WINDOW_GUTTER.
12077         (gutter_validate): allow plists of strings in the specifier.
12078         (gutter_specs_changed): construct the real_gutter from the gutter
12079         specs using construct_window_gutter_spec.
12080         (gutter_visible_validate): gutter-visible is a new specifier type.
12081         (Fgutter_visible_specifier_p): new function for the new specifier.
12082         (syms_of_gutter): declare gutter-visible and
12083         Fgutter_visible_specifier_p.
12084         (specifier_type_create_gutter): intitalize new gutter-visible
12085         specifier.
12086         (reinit_specifier_type_create_gutter): ditto.
12087         (specifier_vars_of_gutter): use new specifier type for gutter
12088         visibility.
12089         (init_frame_gutters): construct real_gutter correctly.
12090         (Fgutter_specifier_p): beef up documentation.
12091         (Fgutter_size_specifier_p): ditto.
12092
12093         * winslots.h: add real_gutter slots.
12094
12095 2000-02-25  Andy Piper  <andy@xemacs.org>
12096
12097         * device-msw.c: Be kind to older cygwin versions. From Raymond
12098         Toy <toy@rtp.ericsson.se>.
12099
12100         * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
12101         earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
12102
12103 2000-02-25  Martin Buchholz  <martin@xemacs.org>
12104
12105         * elhash.c (MARK_OBJ): Practice macro hygiene.
12106
12107 2000-02-24  Martin Buchholz  <martin@xemacs.org>
12108
12109         * miscplay.c: s/__inline__/inline/g;
12110         * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
12111         (get_device_compdc): INLINE ==> static inline
12112         * *.[ch]: Change INLINE to INLINE_HEADER globally.
12113         find -name '*.h' | \
12114         xargs global-replace \
12115         's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
12116
12117 2000-02-25  Andy Piper  <andy@xemacs.org>
12118
12119         * window.c (window_top_frame_gutter_height): new function.
12120         (window_top_window_gutter_height): ditto.
12121         (window_top_gutter_height): use them.
12122         (window_bottom_frame_gutter_height): new function.
12123         (window_bottom_window_gutter_height): ditto.
12124         (window_bottom_gutter_height): use them.
12125         (window_left_window_gutter_width): new function.
12126         (window_left_frame_gutter_width): ditto.
12127         (window_left_gutter_width): use them.
12128         (window_right_window_gutter_width): new function.
12129         (window_right_frame_gutter_width): ditto.
12130         (window_right_gutter_width): use them.
12131         (window_pixel_height): new function. calulate window pixel height
12132         with frame gutter involvement.
12133         (Fsplit_window): calculate new sizes taking frame gutters into
12134         account.
12135         (window_char_height_to_pixel_height): don't include frame gutters.
12136         (window_char_height): use window_pixel_height.
12137         (window_pixheight): rename from window_pixel_height.
12138         (change_window_height): use it.
12139         (window_pixel_height_to_char_height): don't include frame gutters.
12140         (window_char_width_to_pixel_width): ditto.
12141
12142 2000-02-25  Andy Piper  <andy@xemacs.org>
12143
12144         * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
12145         if it is.
12146
12147 2000-02-24  Martin Buchholz  <martin@xemacs.org>
12148
12149         * alloc.c (staticpro):
12150         (staticpro_nodump):
12151         (dumpstruct):
12152         (dumpopaque):
12153         (pdump_wire):
12154         (pdump_wire_list):
12155         (compact_string_chars):
12156         (pdump_dump_wired):
12157         Convert:  if (foo) abort();  ==>  assert (! foo);
12158
12159         * eldap.c (Fldap_search_basic):
12160         (Fldap_add):
12161         (Fldap_modify):
12162         (Fldap_delete):
12163         Fix compiler warnings, and possible crashes if (random) return
12164         value were to be used.
12165
12166 2000-02-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12167
12168         * device-msw.c: Workaround ResetDC failure.
12169
12170         * frame-msw.c (msprinter_init_frame_3): Added an assertion before
12171         applying a devmode.
12172
12173         * redisplay-msw.c (get_frame_dc): Added start_page_p.
12174         (mswindows_text_width): Do not start printer page.
12175
12176         * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
12177
12178         * glyphs-msw.c: Added image methods to msprinter console and
12179         msprinter-specific image instantiation.
12180
12181 2000-02-20  Mike Alexander  <mta@arbortext.com>
12182
12183         * select-msw.c (Fmswindows_set_clipboard): GC protect more things
12184         to avoid crashes when selection-sets-clipboard is on
12185         (mswindows_own_selection): ditto
12186
12187 2000-02-19  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12188
12189         * glyphs-msw.c:
12190         * redisplay-msw.c (get_frame_dc):
12191         (get_frame_compdc):
12192         * console-msw.h:
12193         * device-msw.c (mswindows_init_device):
12194         (mswindows_delete_device):
12195         (msprinter_init_device):
12196         (msprinter_delete_device):
12197         * frame-msw.c (mswindows_init_frame_1):
12198         (mswindows_delete_frame):
12199         (msprinter_init_frame_3):
12200         (msprinter_delete_frame): Move compatible DC to device object from
12201         frame object, for both mswindows and msprinter. Only one at a time
12202         is needed, it is a real waste to have one per frame!
12203
12204 2000-02-23  Andy Piper  <andy@xemacs.org>
12205
12206         * glyphs.c: add dynamic width and height elements.
12207         (image_instance_equal): ditto.
12208
12209         * glyphs-widget.c (widget_query_geometry): calculate width and
12210         height dynamically if required.
12211         (initialize_widget_image_instance): initialize dynamic dimensions.
12212         (widget_instantiate): pick-up dynamic dimensions.
12213
12214         * glyphs.h (struct Lisp_Image_Instance): add width and height for
12215         dynamic determination. Add appropriate macros.
12216
12217         * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
12218         dimensions safe.
12219         (WINDOW_GUTTER_SIZE): ditto.
12220         (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
12221
12222         * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
12223         inline.
12224         (get_frame_dc): ditto.
12225
12226         * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
12227         here.
12228
12229 2000-02-23  Martin Buchholz <martin@xemacs.org>
12230
12231         * XEmacs 21.2.31 is released.
12232
12233 2000-02-22  Ben Wing <ben@xemacs.org>
12234
12235         * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
12236
12237 2000-02-22  Andy Piper  <andy@xemacs.org>
12238
12239         * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
12240
12241 2000-02-21  Mike Sperber <mike@xemacs.org>
12242
12243         * .dbxrc:
12244         * .gdbinit:
12245         * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
12246         variables.
12247
12248 2000-02-21  Mike Sperber <mike@xemacs.org>
12249
12250         * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
12251
12252 2000-02-21  Martin Buchholz <martin@xemacs.org>
12253
12254         * XEmacs 21.2.30 is released.
12255
12256 2000-02-20  Martin Buchholz  <martin@xemacs.org>
12257
12258         Performance hacking.
12259         * *.c (syms_of_*):
12260         Add INIT_LRECORD_IMPLEMENTATION macros, paired with
12261         DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
12262         * emacs.c (main_1):
12263         * lisp.h (DEFUN):
12264         * console.c (DEFVAR_CONSOLE_LOCAL_1):
12265         * buffer.c (DEFVAR_BUFFER_LOCAL_1):
12266         * symeval.h (DEFVAR_SYMVAL_FWD):
12267         * symbols.c (guts_of_unbound_marker):
12268         Make all c_readonly objects also lisp_readonly and marked for life.
12269         * lrecord.h (struct lrecord_implementation):
12270         Document flags better.
12271         * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
12272         * lrecord.h (DECLARE_LRECORD):
12273         * lrecord.h (XSETRECORD):
12274         * lrecord.h (RECORDP):
12275         * lrecord.h (RECORD_TYPEP):
12276         * lrecord.h (RECORD_MARKER): New.
12277         * lrecord.h (error_check_*):
12278         * lrecord.h (CONCHECK_NONRECORD):
12279         * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
12280         * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
12281         * lrecord.h (set_lheader_implementation):
12282         * lrecord.h (enum lrecord_type): New.
12283         * symeval.h (SYMBOL_VALUE_MAGIC_P):
12284         * alloc.c (disksave_object_finalization_1):
12285         * alloc.c (mark_object):
12286         * alloc.c (lrecord_type_index):
12287         * alloc.c (tick_lcrecord_stats):
12288         * alloc.c (Fgarbage_collect):
12289         * alloc.c (init_alloc_once_early):
12290         * alloc.c (pdump_load):
12291         * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
12292         * alloc.c (lrecord_type_index): Delete.
12293         Make lisp object type indexes be constant.
12294           Makes (byte-compile) 5% faster.
12295         Put all marker functions into their own array.
12296           Makes (garbage-collect) 5% faster.
12297         Optimize SYMBOL_VALUE_MAGIC_P.
12298           Makes (byte-compile) 2-3% faster.
12299         * config.h.in (gc_checking_assert): New.
12300         * alloc.c: Use gc_checking_assert().
12301         * .dbxrc: Make compatible with new object type implementation.
12302         * .gdbinit: Make compatible with new object type implementation.
12303         * alloc.c: Delete all symbols defined only for debugging, such as
12304         Lisp_Type_Vector and lrecord_charset.
12305
12306 2000-02-21  Andy Piper  <andy@xemacs.org>
12307
12308         * gui-msw.c (Fmswindows_shell_execute): fix file location
12309         problems.
12310
12311         * buffer.c (Fkill_buffer): remove buffer from alist buffer
12312         unshowing so that set_window_buffer doesn't undo
12313         kill_buffer_hook's hard work.
12314
12315         * glyphs-widget.c (tab_control_query_geometry): don't count the
12316         first item when calculating geometry.
12317
12318         * glyphs.c (map_subwindow): remove redundant code.
12319         (update_frame_subwindows): be more circumspect about when to
12320         update subwindows.
12321
12322         * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
12323         when items haven't changed. Update faces if faces have changed as
12324         well as just the widget face.
12325         (x_tab_control_update): Update faces if faces have changed as well
12326         as just the widget face.
12327
12328 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12329
12330         * device-msw.c: (mswindows_delete_device): Remove redundant DDE
12331         registration.
12332         (build_syscolor_string): Use mswindows_color_to_string to try to
12333         get a named color.
12334         (mswindows_device_system_metrics): Reverse the foreground and
12335         background colors so that they match the documentation.
12336
12337         * objects-msw.c: (mswindows_X_color_map): tweak some values so
12338         they match the default Windows palette.
12339         (mswindows_color_to_string): New function.
12340
12341 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12342
12343         * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
12344
12345 2000-02-18  Olivier Galibert  <galibert@pobox.com>
12346
12347         * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
12348         WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
12349
12350         * symbols.c (init_symbols_once_early): Removed obsolete
12351         DATA_SEG_BITS related kludge.
12352         (defvar_magic): Ditto.
12353
12354         * malloc.c: Removed obsolete DATA_SEG_BITS
12355         * ralloc.c: Ditto.
12356         * mem-limits.h: Ditto.
12357
12358         * Makefile.in.in: Removed obsolete HAVE_SHM
12359         * emacs.c: Ditto.
12360
12361 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12362
12363         *  device-msw.c (mswindows_delete_device): Free DDE string
12364         handles.
12365
12366 2000-02-16  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12367
12368         * keymap.c (get_keyelt):
12369         * unexnt.c (unexec):
12370         * vm-limit.c (memory_warnings):
12371         * ntheap.c (recreate_heap):
12372         * ntheap.h (UNINIT_PTR):
12373         * select-msw.c (Fmswindows_get_clipboard):
12374         (Fmswindows_set_clipboard):
12375         * objects-msw.h (MSWINDOWS_BAD_HFONT):
12376         * objects-msw.c:
12377         * menubar-msw.c (displayable_menu_item):
12378         * glyphs-msw.c:
12379         * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
12380         * sysdep.c (sys_subshell):
12381         * process-nt.c (nt_create_process):
12382         * nt.c (normalize_filename):
12383         (dostounix_filename):
12384         (unixtodos_filename):
12385         * ntproc.c (win32_executable_type):
12386         * ntplay.c (play_sound_data_1):
12387         (play_sound_file):
12388         * editfns.c (get_home_directory):
12389         * event-msw.c (struct winsock_stream):
12390         (mswindows_dde_callback):
12391         * device-msw.c (msprinter_init_device):
12392         (msprinter_get_devmode_copy): Frobbed syntax frivolities.
12393
12394         * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
12395         mswindows_clear_toolbar were swapped!
12396
12397         * objects-msw.c:(colormap_t):
12398         (fontmap_t):
12399         * emacs.c (struct standard_args): Fixed const jumble.
12400
12401         * glyphs-widget.c (update_widget): Fixed comparison notation.
12402
12403         * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
12404
12405         * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
12406         __declspec(noreturn) syntax.
12407
12408 2000-02-19  Martin Buchholz  <martin@xemacs.org>
12409
12410         * eldap.c (Fldap_open):
12411         (Fldap_search_basic):
12412         (Fldap_add):
12413         (Fldap_modify):
12414         Use new coding system conversion macros.
12415
12416 2000-01-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
12417
12418         * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
12419
12420 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12421
12422         * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
12423         (Fldap_add, Fldap_modify, Fldap_delete): New functions
12424
12425         * eldap.c (Qadd, Qreplace): New constant symbols
12426         (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
12427         interruptions by XEmacs signals
12428         Remove unnecessary calls to slow_down_interrupts and
12429         speed_up_interrupts
12430         (Fldap_search_basic): Renamed from Fldap_search_internal
12431         Added new optional parameter VERBOSE that triggers the
12432         display of progress messages
12433         Remove unnecessary calls to slow_down_interrupts and
12434         speed_up_interrupts
12435         LDAP result code analysis rewritten
12436         (Fldap_add, Fldap_modify, Fldap_delete): New functions
12437         (syms_of_eldap): Define the new symbols and functions
12438
12439
12440 2000-02-17  Martin Buchholz  <martin@xemacs.org>
12441
12442         * realpath.c: Determine PATH_MAX maximally portably.
12443
12444         * insdel.c (bytecount_to_charcount): Optimize.
12445         The function used to be optimized for entirely ASCII sequences.
12446         Now it is optimized for successive characters from the same
12447         charset.  This also wins big for _mostly_ ASCII sequences.
12448
12449         * fileio.c (Ffile_truename): convert return from realpath() using
12450         Qfile_name, not Qbinary.  Fixes obvious bug with non-ASCII symlinks.
12451         - Rewrite GCPROing slightly.
12452
12453         * sysdep.c (sys_open): Do filename conversion, like all other
12454         sys_* functions.  Fixes bug:
12455         (let ((file-name-coding-system 'iso-8859-2))
12456            (write-region x y latin2-name))
12457         ==> writes filename using internal encoding.
12458
12459 2000-02-18  Martin Buchholz  <martin@xemacs.org>
12460
12461         * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
12462         * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
12463         * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
12464         * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
12465         * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
12466         * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
12467         * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
12468         (CONST_IF_NOT_DEBUG): Delete.
12469         * alloc.c (this_one_is_unmarkable): Delete.
12470         (mark_object): Don't check for this_one_is_unmarkable. Use the
12471         c_readonly flag instead.
12472         * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
12473
12474 2000-02-18  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12475
12476         * event-msw.c (mswindows_drain_windows_queue):
12477         (emacs_mswindows_handle_magic_event): Remove attempt to optimise
12478         away redundant repaint events.
12479
12480 2000-02-17  Andy Piper  <andy@xemacs.org>
12481
12482         * redisplay.h: declare mark_redisplay_structs.
12483
12484         * redisplay.c (redisplay_window):
12485         (redisplay_frame): don't check subwindows_state_changed.
12486         (mark_redisplay): mark gutters here.
12487
12488         * glyphs.c: (instantiate_image_instantiator): always layout if we
12489         haven't done so already.
12490         (allocate_image_instance): don't mark as dirty.
12491         (update_subwindow): bind inhibit_quit.
12492
12493         * gutter.c (mark_gutters): new function.
12494
12495         * glyphs-x.c (x_update_widget): Always resize to get round a
12496         widget bug.
12497
12498         * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
12499         breaking absolutely everything.
12500
12501         * gutter.h: declare mark_gutters.
12502
12503 2000-02-16  Martin Buchholz <martin@xemacs.org>
12504
12505         * XEmacs 21.2.29 is released.
12506
12507 2000-02-15  Olivier Galibert  <galibert@pobox.com>
12508
12509         * fns.c (size_bit_vector): Fix computation of the size.
12510
12511 2000-02-15  Martin Buchholz  <martin@xemacs.org>
12512
12513         * *.[ch]: Change CONST to const globally.
12514         find -name '*.[ch]' | \
12515         xargs global-replace \
12516         's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
12517         - Remove vestigial references to CONST_IS_LOSING
12518
12519 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12520
12521         * event-msw.c (mswindows_drain_windows_queue): Remove hack to
12522         bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
12523         events instead of dispatching them directly.
12524         (mswindows_handle_paint): New function to do repainting.
12525         (mswindows_wnd_proc):
12526         (emacs_mswindows_handle_magic_event): Call above function.
12527
12528 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12529
12530         * objects-msw.c (mswindows_create_font_variant): Return the new
12531         font handle.
12532         (initialize_font_instance): Get font metrics from the underlined
12533         variant of the font to cope with the case where the underlined
12534         font has a bigger descent.
12535
12536 2000-02-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
12537
12538         * gui.c (gui_item_accelerator): Return the first underlined
12539         character in item name.
12540
12541 2000-02-11  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12542
12543         * lisp.h: Added Qprinter.
12544
12545         * general.c (syms_of_general): Initialized it.
12546
12547         * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
12548         (get_frame_dc):
12549         (get_frame_compdc): Made inline.
12550
12551         * console.h (struct console_methods): Added eject_page method.
12552
12553         * frame.h: Added FRAME_DISPLAY_P and friends.
12554         Aligned backslahes in many macros in more readable fashion.
12555         Added page_number to struct frame, and an accessor macro
12556         for it.
12557
12558         * defice.h: Added DEVICE_DISPLAY_P and friends.
12559
12560         * device.c (Fdevice_printer_p): Used these.
12561
12562         * frame.c (allocate_frame_core): Initialize page number.
12563         (Fprint_job_page_number):
12564         (Fprint_job_eject_page): Implemented.
12565
12566         * frame-msw.c (msprinter_eject_page): Added method.
12567         (msprinter_start_page): Added.
12568
12569         * window.c (Fwindow_truncated_p): Fixed docstring.
12570         (Fwindow_last_line_visible_height): Implemented.
12571
12572 2000-02-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
12573
12574         * frame.c (change_frame_size_1): Undo 2000-02-03 change.
12575
12576 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
12577
12578         * syntax.c (scan_words): Always advance at least one character.
12579
12580 2000-02-13  Andy Piper  <andy@xemacs.org>
12581
12582         * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
12583         to make sure the glyph is in the cachels.
12584
12585         * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
12586         global image instance flag.
12587         (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
12588         (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
12589
12590         * glyphs.c (allocate_image_instance): set dirty bits correctly.
12591         (Fset_image_instance_property): mark layout as changed.
12592         (invalidate_glyph_geometry_maybe): mark layout as changed.
12593         (glyph_width): use new NEEDS_LAYOUT macro.
12594         (glyph_ascent): ditto.
12595         (glyph_descent): ditto.
12596         (glyph_height): ditto.
12597         (image_instance_layout): mark layout as clean after laying out.
12598         (update_subwindow): don't mark layout as clean here.
12599
12600         * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
12601         should no longer be needed.
12602
12603         * glyphs-x.c (x_update_widget): sanitize asserts.
12604         (x_finalize_image_instance): sanitize assignment to widgets.
12605
12606         * glyphs-widget.c (widget_instantiate): don't need to clear the
12607         layout flag here.
12608
12609 2000-02-13  Martin Buchholz  <martin@xemacs.org>
12610
12611         * sysdep.c (getcwd): Use standard prototype.
12612         * sysdep.h (getcwd): Use standard prototype.
12613
12614         * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
12615         (sequence, start, end).
12616         Remove redundant type checking.
12617         (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
12618         view of `caller-protects') to avoid a crash where the real fix was
12619         found elsewhere.
12620
12621 2000-02-12  Martin Buchholz  <martin@xemacs.org>
12622
12623         * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
12624
12625         * s/sol2.h: Remove feature macro initialization.
12626
12627         * alloc.c (alloc_lcrecord): Add more type checking assertions.
12628         (vector_hash): New.  Code from internal_hash.
12629         * lrecord.h:
12630         Fix up allocation subsystem comments.
12631
12632         * config.h.in: Add __EXTENSIONS__ for Solaris.
12633
12634         * systime.h (EMACS_GETTIMEOFDAY): New.
12635         (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
12636         Remove Solaris-specific code.
12637         Use void* for the (ignored) second arg for gettimeofday().
12638
12639         * elhash.c (hash_table_hash): Implement it, finally.
12640         * elhash.c:  Use hashcode_t.
12641
12642         * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
12643         * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
12644
12645         * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
12646         * fns.c (size_bit_vector):
12647         * alloc.c (size_vector):
12648         (make_vector_internal):
12649         (make_bit_vector_internal):
12650         (sweep_bit_vectors_1):
12651         Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
12652
12653 2000-02-10  Martin Buchholz  <martin@xemacs.org>
12654
12655         * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
12656         Include strings.h to avoid warnings for bzero and strcasecmp.
12657
12658 2000-02-10  Olivier Galibert  <galibert@pobox.com>
12659
12660         * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
12661         * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
12662
12663         * fns.c (size_bit_vector): New.  Declare bit vectors as a
12664         sequence.
12665
12666 2000-02-10  Olivier Galibert  <galibert@pobox.com>
12667
12668         * symeval.h (struct symbol_value_magic): Remove "next" kludge and
12669         use a value field instead.
12670         (symbol_value_forward_forward): Use value field.
12671         (DEFVAR_SYMVAL_FWD): Use value field.
12672         (DEFVAR_SYMVAL_FWD_INT): Added.  Dumps the int with dumpopaque.
12673         (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
12674         (DEFVAR_CONST_INT): Ditto.
12675         (DEFVAR_BOOL): Ditto.
12676         (DEFVAR_CONST_BOOL): Ditto.
12677         (DEFVAR_INT_MAGIC): Ditto.
12678         (DEFVAR_BOOL_MAGIC): Ditto.
12679
12680         * symbols.c (guts_of_unbound_marker): Use value field.
12681         * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
12682         * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
12683
12684         * lisp.h: Declare dumpopaque and noninteractive1.
12685
12686         * alloc.c (dumpopaque): Added.
12687         (pdump_dump_opaquevec): Added.
12688         (pdump): Call pdump_dump_opaquevec to dump opaque data.
12689         (pdump_load): Reload opaque data.  Sync noninteractive1 with
12690         noninteractive.
12691
12692 2000-02-10  Andy Piper  <andy@xemacs.org>
12693
12694         * glyphs.c (image_instance_layout): if the size changes, mark it
12695         as such.
12696
12697         * redisplay-output.c (redisplay_output_layout): Update the
12698         subwindow here.
12699         (redisplay_output_subwindow): ditto.
12700
12701         * glyphs.c (update_subwindow): make sure we reset flags for
12702         layouts as well as everything else.
12703
12704         * glyphs-widget.c (layout_layout): don't need to set the instances
12705         dimensions here.
12706
12707 2000-02-09  Martin Buchholz  <martin@xemacs.org>
12708
12709         * device-x.c (x_init_device): Wrap calls to dll_*  in HAVE_SHLIB,
12710         not HAVE_DLOPEN, which is a lower-level thing.
12711
12712         * .cvsignore: Ignore gmon.out
12713
12714 2000-02-09  Hamish Macdonald <hamishm@lucent.com>
12715
12716         * .cvsignore: Ignore portable dumper xemacs.dmp file
12717
12718 2000-02-09  Andy Piper  <andy@xemacs.org>
12719
12720         * redisplay-output.c (redisplay_output_layout): be more clever
12721         about when we output based on the changed flags.
12722
12723         * glyphs.h (struct image_instantiator_methods): add update_method.
12724         (struct Lisp_Image_Instance): add changed flags. Declare new
12725         macros for manipulating them.
12726
12727         * glyphs.c (allocate_image_instance): renamed glyph -> parent.
12728         (image_instance_parent_glyph): find an image_instance's parent
12729         glyph or image_instance.
12730         (image_instance_layout): mark the size as changed.
12731         (set_image_instance_dirty_p): new function. mark an image
12732         instance, plus all of its parents, as dirty.
12733         (Fset_image_instance_property): use it.
12734         (Fglyph_animated_timeout_handler): use it.
12735         (update_subwindow): call update_widget and device methods for
12736         update_subwindow. Mark all changed flags as clean.
12737         (Fresize_subwindow): mark size as changed.
12738
12739         * glyphs-x.c (x_finalize_image_instance): try and detect gc
12740         failures.
12741         (x_update_subwindow): only resize subwindows here.
12742         (x_update_widget): new function. Update all changed properties of
12743         a widget.
12744         (x_resize_subwindow): deleted.
12745         (x_widget_set_property): deleted.
12746         (x_progress_gauge_set_property): deleted.
12747         (x_progress_gauge_update): new function. Implement recorded
12748         changes.
12749         (x_tab_control_update): ditto.
12750         (x_tab_control_set_property): deleted.
12751         (console_type_create_glyphs_x): declare new functions.
12752         (image_instantiator_format_create_glyphs_x): ditto.
12753
12754         * glyphs-widget.c (widget_set_property): mark text changed.
12755         (update_widget): new function. Update properties of a widget.
12756         (widget_instantiate): for layouts make sure we set their
12757         children's parent correctly.
12758         (tab_control_set_property): new function. Record changes that will
12759         take place under redisplay's control.
12760         (progress_gauge_set_property): ditto.
12761         (image_instantiator_progress_guage): declare new functions.
12762         (image_instantiator_tab_control): ditto.
12763
12764         * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
12765         now.
12766         (mswindows_update_widget): new function. Update all properties on
12767         a widget that have changed.
12768         (mswindows_button_update): new function. Update a button's set
12769         state.
12770         (mswindows_tab_control_update): new function. Update the items in
12771         a tab.
12772         (mswindows_tab_control_set_property): deleted.
12773         (mswindows_progress_gauge_update): new function. Update the
12774         progress gauge's progress.
12775         (mswindows_widget_set_property): deleted. This is all done
12776         asynchronously now.
12777         (mswindows_progress_gauge_set_property): ditto.
12778         (console_type_create_glyphs_mswindows): declare new methods.
12779         (image_instantiator_format_create_glyphs_mswindows): ditto.
12780
12781         * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
12782         (msprinter_set_frame_properties): ditto.
12783
12784         * console.h (struct console_methods): Add update_widget_method.
12785
12786 2000-02-09  Andy Piper  <andy@xemacs.org>
12787
12788         * gui-msw.c (Fmswindows_shell_execute): Make
12789         mswindows-shell-execute industrial strength.
12790
12791 2000-02-08  Martin Buchholz  <martin@xemacs.org>
12792
12793         * lrecord.h: Make macro argument `props' match member function `plist'.
12794         * fns.c (Fget):
12795         * fns.c (Fput):
12796         * fns.c (Fremprop):
12797         * fns.c (Fobject_plist):
12798         * alloc.c:
12799         * symbols.c:
12800         Object property list frobbing cleanup.
12801         - Allow any lisp object (compared with `eq'), not just symbols, as
12802           keys in object plists.
12803         - Move symbol plist frobbing into symbols.c, where it belongs.
12804         - Move string plist frobbing into alloc.c, where it belongs.
12805         - Everything's an lrecord now, so no need to test for symbolp, etc.
12806         - Fix up doc strings to refer to PROPERTY, not PROPNAME.
12807
12808         * extents.c: Reorder code to remove declarations.
12809
12810         * frame.h (store_in_alist): Remove useless declaration.
12811
12812 2000-02-07  Martin Buchholz  <martin@xemacs.org>
12813
12814         * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
12815         * config.h.in: Add HAVE_XCONVERTCASE.
12816
12817 2000-02-07  Andy Piper  <andy@xemacs.org>
12818
12819         * glyphs.c (image_instance_layout): undo 2000-01-29 change since
12820         it breaks many things.
12821
12822 2000-02-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
12823
12824         * src/syntax.h (SYNTAX_START_P): Check whether the two chars
12825         actually can start a common comment type.
12826         * src/syntax.h (SYNTAX_END_P): ditto for end.
12827
12828 2000-02-07  Martin Buchholz <martin@xemacs.org>
12829
12830         * XEmacs 21.2.28 is released.
12831
12832 2000-02-06  Martin Buchholz  <martin@xemacs.org>
12833
12834         * event-Xt.c (x_keysym_to_character): New.
12835         (maybe_define_x_key_as_self_inserting_character): New.
12836         (x_has_keysym): New.
12837         Auto-define all keys on the keyboard as self-insert-key.
12838
12839 2000-02-02  Martin Buchholz  <martin@xemacs.org>
12840
12841         * menubar.c (vars_of_menubar): A small code simplification.
12842
12843         * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
12844
12845         * ExternalShell.c:
12846         * ExternalClient.c:
12847         * EmacsShell-sub.c:
12848         * EmacsManager.c:
12849         * EmacsFrame.c:
12850         Use consistent style for specifying X resources.
12851
12852         * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
12853         This makes (dontusethis-set-symbol-value-handler) actually usable.
12854
12855         * lrecord.h (lrecord_decription_type):
12856         * alloc.c (pdump_register_sub):
12857         (pdump_dump_data):
12858         (pdump_reloc_one):
12859         Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
12860         Comply with XEmacs coding style.
12861         All lrecord descriptions updated to use XD_LISP_OBJECT with 2
12862         args, and XD_LISP_OBJECT_ARRAY with 3 args.
12863
12864         * keymap.c (Faccessible_keymaps):
12865         Make (accessible-keymaps map "\C-h") do the Right Thing.
12866         Make (accessible-keymaps map []) do the Right Thing.
12867         Make (accessible-keymaps map "") do the Right Thing.
12868         (check_keymap_definition_loop): New function.
12869         (keymap_store_internal): Keep luser from shooting self in foot,
12870           via (define-key ctl-x-4-map "p" global-map).
12871         Remove fullness slot from struct Lisp_Keymap, since hash tables
12872         are now reliable.
12873         (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
12874
12875 2000-01-30  Martin Buchholz  <martin@xemacs.org>
12876
12877         * redisplay.c (init_redisplay): Fix small memory leak.
12878         * elhash.h:
12879         * elhash.c (pdump_reorganize_hash_table):
12880         Rename from reorganize_hash_table. Change prototype.
12881         Reuse the original memory for hentries.  Save 100k.
12882         * alloc.c (PDUMP_READ): new macro.
12883         * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
12884         * alloc.c: No need to #ifndef before #undef.
12885
12886         * print.c: Allow debug_print() to print readably by modifying
12887         debug_print_readably.  Use consistent variable names.
12888
12889         * .dbxrc: Try to get things to work even if stopped in a function
12890         without source available by explicitly specifying source files.
12891 2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12892
12893         * unexnt.c (_start): Removed bogus code which caused loading heap
12894         from differrent executable file.
12895         Removed bogus assignment to _fmode, which caused inconsistencies.
12896
12897 2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12898
12899         * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
12900         Have spawnve encapsulation regard DONT_ENCAPSULATE.
12901         Do not preliminary `#define signal sigset'.
12902
12903         * systime.h: Do not prototype environ on windows nt and cygwin,
12904         this conflicts with system header.
12905
12906         * syssignal.h: Use correct define for WINDOWSNT
12907
12908         * sysdep.h: Do not prototype environ on windows nt, this conflicts
12909         with system header.
12910
12911         * sysdep.c (near start of file): Fixed commentary and rearranged
12912         ifdefs in readable order.
12913         (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
12914         (start_of_text):
12915         (end_of_text):
12916         (end_of_data): Do not compile in if using PDUMP.
12917
12918         * symsinit.h: Prototyped vars_of_nt().
12919
12920         * ntproc.c (windows9x_p): Added, instead of os_subtype.
12921         (find_child_console): Use it.
12922         (sys_kill): Use it.
12923
12924         * ntheap.h: Do not extern os_subtype.
12925
12926         * ntheap.c (cache_system_info): Do not cache unneeded:
12927         nt_major_version, nt_minor_version and os_subtype.
12928         (recreate_heap): Do not compile in when PDUMPing.
12929
12930         * nt.c (geteuid and friends): Use the new varibale
12931         nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
12932         (init_user_info): Removed the above mentioned hackery.
12933         (fstat, stat): Do not compile in if using MSVC 5.0 and above -
12934         stat has been fixed in the C runtime.
12935         (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
12936
12937         * file-coding.c (struct file_coding_dump): Do not define
12938         ucs_to_mule_table in the struct if not MULE.
12939         (struct struct lrecord_description fcd_description_1): Do not dump
12940         the above.
12941
12942         * emacs.c (main_1): Call vars_of_nt().
12943         (right before Fdump_emacs_data): Don't need lastfile if using both
12944         portabe dumper and system malloc.
12945
12946         * alloc.c (Fmemory_limit): Conditionalized out.
12947         (pdump): Use OPEN_BINARY for the portable dump file.
12948         (pdump_load): Ditto.
12949
12950 2000-02-02  Mike Alexander  <mta@arbortext.com>
12951
12952         * nt.c (convert_time): Set tm_isdst before calling mktime and
12953         avoid calling it at all if the compiler supports 64 bit integers.
12954         Also initialize utc_base_ft before using it.
12955
12956 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
12957
12958         * frame.c (change_frame_size_1): Take f->internal_border_width
12959         into consideration when calculating the width of the frame.
12960
12961 2000-02-01  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12962
12963         * window.c (frame_min_height):
12964         (frame_size_valid_p):
12965         (frame_pixsize_valid_p): Added.
12966         (check_frame_size): Generalized.
12967
12968         * window.h: Prototyped the above.
12969
12970         * lisp.h:
12971         * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
12972         Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
12973         Deleted Vwin32_* and Vbinary_process_* unused variables.
12974
12975         * device-msw.c (msprinter_init_device): Do not get printer font
12976         list; Added DEVMODE functions.
12977
12978         * frame-msw.c: Added lots of printer code.
12979
12980         * faces.c: Moved 'left-margin and 'right-margin defsymbols to
12981         general.c.
12982
12983         * console-msw.h: Added more msprinter device private slots.
12984
12985 2000-02-01  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12986
12987         * event-msw.c (key_needs_default_processing_p): Added.
12988         (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
12989
12990 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12991
12992         * glyphs.c (image_instance_layout): Mark image instance as clean
12993         after layout.
12994         (glyph_dirty_p): Removed redundant function.
12995         (invalidate_glyph_geometry_maybe): Added.
12996         (update_glyph_cachel_data): Call it.
12997
12998         * glyphs.h: Prototyped it.
12999
13000         * redisplay.c (add_glyph_rune): Call it.
13001         (redisplay_window): Reset glyphs cachels when frame faces have
13002         changed, thus forcing recomputation of built-in border glyphs.
13003
13004 2000-01-30  Martin Buchholz  <martin@xemacs.org>
13005
13006         * Makefile.in.in: Make portable dumper and purify play well together.
13007         Add imperfect, but better than nothing, support for pdump.
13008         Remove xemacs.dmp when temacs is re-generated.
13009         Don't ignore errors when dumping xemacs.
13010
13011         * symbols.c (maybe_call_magic_handler): Remove one magic number.
13012
13013 2000-01-28  Andy Piper  <andy@xemacs.org>
13014
13015         * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
13016         (setup_normal_frame): ditto.
13017         (setup_frame_without_minibuffer): ditto.
13018         (setup_minibuffer_frame): ditto.
13019         (delete_frame_internal): ditto.
13020         (Fmake_frame_invisible): ditto.
13021         (Ficonify_frame): ditto.
13022
13023         * window.h: change Fset_window_buffer signature.
13024
13025         * window.c (Fsplit_window): Use new Fset_window_buffer signature.
13026         (Fset_window_buffer): allow recording of buffer if the window is
13027         the selected window.
13028         (window_loop): Use new Fset_window signature.
13029
13030 2000-01-23  Daniel Pittman  <daniel@danann.net>
13031
13032         * config.h.in: Added template for `HAVE_ATHENA_3D'
13033
13034 2000-01-29  Andy Piper  <andy@xemacs.org>
13035
13036         * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
13037
13038         * gutter.c (output_gutter): Don't output if the window isn't live.
13039
13040 2000-01-28  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13041
13042         * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
13043         of 01/12/00: Moved SetFocus back here where it belongs.
13044
13045 2000-01-23  Andy Piper  <andy@xemacs.org>
13046
13047         * s/cygwin32.h: declare printer things.
13048
13049 2000-01-26  Andy Piper  <andy@xemacs.org>
13050
13051         * select.c (Fown_selection_internal): GCPRO bug fix from Mike
13052         Alexander.
13053
13054 2000-01-24  Andy Piper  <andy@xemacs.org>
13055
13056         * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
13057         (mswindows_button_instantiate): Make sure glyph is a pixmap.
13058
13059         * glyphs-widget.c (widget_instantiate): Avoid shadows.
13060
13061         * frame-msw.c (msprinter_init_frame_3): Nuke warning.
13062
13063         * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
13064
13065         * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
13066         (mswindows_output_display_block): Avoid local shadows.
13067
13068         * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
13069         (mswindows_enqueue_mouse_button_event): ditto.
13070         (mswindows_handle_gui_wm_command): remove declaration.
13071
13072         * console-msw.c (mswindows_canonicalize_console_connection): Avoid
13073         warnings.
13074
13075         * console-msw.h: Avoid shadows.
13076         (mswindows_get_toolbar_button_text):
13077         (emacs_mswindows_create_stream_pair):
13078         (emacs_mswindows_delete_stream_pair):
13079         (mswindows_handle_toolbar_wm_command): declare.
13080
13081         * device-msw.c (build_syscolor_string): Avoid shadows.
13082
13083 2000-01-23  Andy Piper  <andy@xemacs.org>
13084
13085         * glyphs-widget.c (widget_instantiate): reverse the items for
13086         layouts so that children are in the expected order.
13087
13088 2000-01-28  Martin Buchholz  <martin@xemacs.org>
13089
13090         * ralloc.c: safe_bcopy ==> memmove
13091         * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
13092         * s/msdos.h: Remove BCOPY macros.
13093         * insdel.c (gap_right): Remove BCOPY conditional code.
13094         * insdel.c (gap_left): Remove BCOPY conditional code.
13095         XEmacs demands a working ANSI C compiler - hence memmove.
13096
13097         * regex.c (regex_compile): Remove accidental use of trigraphs.
13098
13099 2000-01-27  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13100
13101         * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
13102         event timestamp.
13103
13104 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13105
13106         * event-msw.c (mswindows_drain_windows_queue): Added the
13107         parameter.
13108         (mswindows_need_event): Commented the call to
13109         mswindows_drain_windows_queue().
13110         (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
13111         only.
13112
13113         * console-msw.h: Moved a few function prototypes here from
13114         event-msw.c.
13115
13116         * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
13117         parameter from unsigned short to unsigned long.
13118         (Fmswindows_shell_execute): Added return value.
13119
13120 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
13121
13122         * sysdep.c (init_system_name):
13123           process-unix.c (unix_canonicalized_host_name):
13124         Don't call freeaddrinfo() if getaddrinfo() fails.
13125
13126         * process-unix.c (unix_open_unix_network_stream):
13127         Moved the code to get a port # into address loop.
13128
13129 2000-01-27  Martin Buchholz  <martin@xemacs.org>
13130
13131         * buffer.c (reinit_vars_of_buffer):
13132         The right place to initialize conversion_in_dynarr and
13133         conversion_out_dynarr.
13134
13135         * alloc.c (pdump): Use the real open() till sys_open() is functional.
13136
13137         * process-unix.c (unix_canonicalize_host_name): Muleize.
13138         (unix_open_network_stream): Muleize.
13139
13140         * buffer.h: Fix up prototypes for ralloc.c functions.
13141
13142 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
13143         * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
13144         * sysdep.c: In init_system_name(), add code to use getaddrinfo()
13145                 instead of gethostbyname()
13146         * process-unix.c: In unix_canonicalize_host_name() and
13147                 unix_open_network_stream(), add code to use getaddrinfo()
13148                 instead of gethostbyname().
13149
13150 2000-01-27  Daniel Pittman <daniel@danann.net>
13151
13152         * device-x.c (x_init_device): Warn at run-time if using Athena 3d
13153         libs when built with flat Athena.
13154
13155 2000-01-27  Martin Buchholz  <martin@xemacs.org>
13156
13157         * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
13158         Use coding standards for function prototypes.
13159
13160 2000-01-25  Martin Buchholz  <martin@xemacs.org>
13161
13162         * dialog-msw.c (push_lisp_string_as_unicode):
13163         * doc.c (unparesseuxify_doc_string):
13164         * dired.c (Fuser_name_completion_1):
13165         * dired.c (Fuser_name_all_completions):
13166         * dired.c (free_user_cache):
13167         * dired.c (user_name_completion):
13168         * console-x.c (get_display_arg_connection):
13169         * minibuf.c (clear_echo_area_internal):
13170         * minibuf.c (echo_area_append):
13171         * eldap.c (Fldap_open):
13172         * eldap.c (Fldap_search_internal):
13173         * frame-x.c (x_set_frame_text_value):
13174         * frame-x.c (x_set_frame_properties):
13175         * frame-x.c (x_create_widgets):
13176         * redisplay-tty.c (term_get_fkeys_1):
13177         * objects-x.c (x_parse_nearest_color):
13178         * objects-x.c (x_valid_color_name_p):
13179         * objects-x.c (x_initialize_font_instance):
13180         * objects-x.c (x_list_fonts):
13181         * objects-x.c (x_find_charset_font):
13182         * tooltalk.c (Fadd_tooltalk_message_arg):
13183         * tooltalk.c (Fadd_tooltalk_pattern_attribute):
13184         * tooltalk.c (Fadd_tooltalk_pattern_arg):
13185         * process-unix.c (unix_create_process):
13186         * ntproc.c (sys_spawnve):
13187         * sound.c (Fplay_sound_file):
13188         * sound.c (Fplay_sound):
13189         * buffer.c (init_initial_directory):
13190         * buffer.c (init_buffer):
13191         * editfns.c (init_editfns):
13192         * editfns.c (Ftemp_directory):
13193         * editfns.c (Fuser_full_name):
13194         * editfns.c (uncache_home_directory):
13195         * editfns.c (get_home_directory):
13196         * editfns.c (Fuser_home_directory):
13197         * editfns.c (Fformat_time_string):
13198         * editfns.c (Fcurrent_time_string):
13199         * gui-x.c (button_item_to_widget_value):
13200         * database.c (Fopen_database):
13201         * event-Xt.c (x_to_emacs_keysym):
13202         * event-Xt.c (x_event_to_emacs_event):
13203         * event-Xt.c (describe_event_window):
13204         * event-msw.c (mswindows_wnd_proc):
13205         * glyphs-eimage.c (jpeg_instantiate):
13206         * glyphs-eimage.c (gif_instantiate):
13207         * glyphs-eimage.c (png_instantiate):
13208         * glyphs-eimage.c (tiff_instantiate):
13209         * glyphs-x.c (xbm_instantiate_1):
13210         * glyphs-x.c (x_xbm_instantiate):
13211         * glyphs-x.c (x_xface_instantiate):
13212         * glyphs-x.c (autodetect_instantiate):
13213         * glyphs-x.c (cursor_font_instantiate):
13214         * glyphs-x.c (x_widget_instantiate):
13215         * glyphs-x.c (x_widget_set_property):
13216         * glyphs-x.c (x_widget_property):
13217         * glyphs-x.c (BUILD_GLYPH_INST):
13218         * print.c (write_string_to_stdio_stream):
13219         * print.c (output_string):
13220         * print.c (Falternate_debugging_output):
13221         * print.c (Fexternal_debugging_output):
13222         * glyphs-msw.c (extract_xpm_color_names):
13223         * glyphs-msw.c (mswindows_xpm_instantiate):
13224         * glyphs-msw.c (bmp_instantiate):
13225         * glyphs-msw.c (resource_name_to_resource):
13226         * glyphs-msw.c (mswindows_resource_instantiate):
13227         * glyphs-msw.c (xbm_instantiate_1):
13228         * glyphs-msw.c (mswindows_xbm_instantiate):
13229         * glyphs-msw.c (mswindows_xface_instantiate):
13230         * glyphs-msw.c (mswindows_widget_instantiate):
13231         * glyphs-msw.c (add_tree_item):
13232         * glyphs-msw.c (add_tab_item):
13233         * glyphs-msw.c (mswindows_combo_box_instantiate):
13234         * glyphs-msw.c (mswindows_widget_property):
13235         * glyphs-msw.c (mswindows_combo_box_property):
13236         * glyphs-msw.c (mswindows_widget_set_property):
13237         * console.c (stuff_buffered_input):
13238         * objects-msw.c (mswindows_initialize_color_instance):
13239         * objects-msw.c (mswindows_valid_color_name_p):
13240         * objects-msw.c (mswindows_list_fonts):
13241         * objects-msw.c (mswindows_font_instance_truename):
13242         * bytecode.c (optimize_compiled_function):
13243         * select-x.c (symbol_to_x_atom):
13244         * select-x.c (x_atom_to_symbol):
13245         * select-x.c (hack_motif_clipboard_selection):
13246         * select-x.c (selection_data_to_lisp_data):
13247         * select-x.c (lisp_data_to_selection_data):
13248         * select-x.c (Fx_get_cutbuffer_internal):
13249         * select-x.c (Fx_store_cutbuffer_internal):
13250         * buffer.h (TO_EXTERNAL_FORMAT): New function.
13251         * buffer.h (TO_INTERNAL_FORMAT): New function.
13252         * emacs.c (make_arg_list_1):
13253         * emacs.c (make_argc_argv):
13254         * emacs.c (main_1):
13255         * emacs.c (Fdump_emacs):
13256         * emacs.c (split_string_by_emchar_1):
13257         * file-coding.h:
13258         * lisp.h:
13259         * lstream.h:
13260         * symsinit.h:
13261         * device-x.c (x_init_device):
13262         * device-x.c (Fx_valid_keysym_name_p):
13263         * device-x.c (Fx_get_font_path):
13264         * device-x.c (Fx_set_font_path):
13265         * glyphs.c (bitmap_to_lisp_data):
13266         * glyphs.c (pixmap_to_lisp_data):
13267         * alloc.c (make_ext_string): Use coding system arguments.  Update
13268         all callers.
13269         * alloc.c (build_string):
13270         * callproc.c (child_setup):
13271         * callproc.c (init_callproc):
13272         * fileio.c (lisp_strerror):
13273         * fileio.c (directory_file_name):
13274         * fileio.c (Fexpand_file_name):
13275         * fileio.c (Ffile_truename):
13276         * fileio.c (Fsysnetunam):
13277         * fileio.c (Fdo_auto_save):
13278         * sysdep.c (sys_readdir):
13279         * tests.c: New file.  Allow adding C tests.
13280         Replace GET_* macros with a more comprehensible and flexible
13281         interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
13282         Modify all calls.
13283         Any coding system can be used to do format conversion.
13284         Eliminate enum external_data_format.
13285         Eliminate convert_to_external_format.
13286         Eliminate convert_to_internal_format.
13287         Make sure file-name, keyboard, terminal, and ctext are always
13288         defined as coding systems or aliases.  Make
13289         file-name-coding-system, terminal-coding-system, and
13290         keyboard-coding-system magical variables that are equivalent to
13291         defining the corresponding coding system aliases.
13292
13293         * file-coding.c (Fcoding_system_canonical_name_p): New function.
13294         * file-coding.c (Fcoding_system_alias_p): New function.
13295         * file-coding.c (Fcoding_system_aliasee): New function.
13296         * file-coding.c (append_suffix_to_symbol): New function.
13297         * file-coding.c (dangling_coding_system_alias_p): New function.
13298         * file-coding.c (Ffind_coding_system):
13299         * file-coding.c (Fcopy_coding_system):
13300         * file-coding.c (encode_coding_no_conversion):
13301         * file-coding.c (syms_of_file_coding):
13302         * file-coding.c (vars_of_file_coding):
13303         Rewrite coding system alias code.
13304         Allow nested aliases, like symbolic links.
13305         Allow redefinition of coding system aliases.
13306         Prevent existence of dangling coding system aliases.
13307
13308         * dired.c (Fuser_name_completion_1):
13309         * dired.c (Fuser_name_all_completions):
13310         A crash would happen if user did QUIT in the middle of building
13311         user_name_cache.  Remove redundant code in mainline and unwind_protect.
13312
13313         * lisp.h:
13314         * dynarr.c (Dynarr_min_size): Make static.  Increase value to 8.
13315
13316         * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
13317         an unsigned char *.  Update all callers.
13318
13319 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13320
13321         * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
13322
13323 2000-01-25  Martin Buchholz  <martin@xemacs.org>
13324
13325         * elhash.c (hentry_description): Use more portable definition.
13326         (resize_hash_table): Initialize new hentries using
13327         xnew_array_and_zero, thereby simplifying the code.
13328
13329         * mule-charset.c (make_charset): Make sure entire object is
13330         initialized, to avoid Purify warnings.
13331
13332         * alloc.c (resize_string): Fix unlikely crash with big strings.
13333
13334 2000-01-24  Martin Buchholz  <martin@xemacs.org>
13335
13336         * realpath.c (xrealpath):
13337         Don't call getwd().
13338
13339 2000-01-25  Martin Buchholz  <martin@xemacs.org>
13340
13341         * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
13342
13343 1999-12-28  Max Matveev  <max@melbourne.sgi.com>
13344
13345         * unexelfsgi.c (unexec): Change the way we decide which segment
13346         should be extended.
13347
13348         Assumption that .bss section should be outside the PT_LOADable
13349         segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
13350         it's present) is inside the 'data' segment. This would fail the
13351         test which was used to find a segment to grow and cover new
13352         heap. Instead of this assumption, I created another one - on IRIX
13353         the segment to grow should start below .bss and it's address
13354         should extent above the end of .bss. Once this segment is
13355         identified, it's grown to accommodate the new heap and new
13356         zero-length .bss section is added at the end of .data2.
13357
13358 2000-01-25  Martin Buchholz  <martin@xemacs.org>
13359
13360         * eval.c (Feval): Wrong number of arguments should use original
13361         function, not the indirect_function version of it.
13362
13363 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
13364
13365         * glyphs-x.c (x_button_instantiate): Don't add image if
13366         it is not a pixmap.
13367         (x_locate_pixmap_file): Call Fexpand_file_name when file name
13368         is relative.
13369
13370 2000-01-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
13371
13372         * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
13373         declaration.
13374         (DEFVAR_INT_MAGIC): Ditto.
13375         (DEFVAR_BOOL_MAGIC): Ditto.
13376         * glyphs.h: Reindent backslash.
13377
13378 2000-01-24  Martin Buchholz  <martin@xemacs.org>
13379
13380         * glyphs-widget.c (layout_query_geometry):
13381         (layout_layout): Use correct types for gheight, gwidth.
13382
13383 2000-01-24  Martin Buchholz  <martin@xemacs.org>
13384
13385         * EmacsManager.c (QueryGeometry): Purified.
13386
13387 2000-01-23  Martin Buchholz  <martin@xemacs.org>
13388
13389         * alloc.c (make_float): Make sure entire object is initialized, to
13390         avoid Purify warnings.
13391         (pdump_register_sub): Remove useless assignment.
13392         (pdump): Use xmalloc, not malloc.
13393         (pdump_load): Use xmalloc, not malloc.
13394
13395 2000-01-23  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13396
13397         * callproc.c:
13398         * dired-msw.c:
13399         * fileio.c:
13400         * process-nt.c:
13401         * redisplay-msw.c:
13402         * sysdep.c: Removed redundant #include <windows.h>
13403
13404 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13405
13406         * frame.c (delete_frame_internal): Do not delete device when its
13407         implementation so declares.
13408         (delete_frame_internal): Set device selected frame to nil when
13409         last frame goes away.
13410
13411         * device-msw.c (msprinter_device_system_metrics): Implemented.
13412         (mswindows_device_system_metrics): Added 'device-dpi property.
13413
13414         * device.c: (Fdevice_printer_p): Added.
13415         Added 'offset-workspace device metric.
13416
13417         * console.h (device_metrics): Declared DM_offset_workspace.
13418
13419 2000-01-23  Martin Buchholz  <martin@xemacs.org>
13420
13421         * fileio.c (Ffile_truename): Remove pointless and confusing
13422         initialization of elen.
13423
13424         * glyphs-widget.c: Compiler warning fixes.
13425
13426 2000-01-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
13427
13428         * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
13429         instead of a Lisp_Object as argument to make it consistent with
13430         the other LIVE_P macros.
13431         (CHECK_LIVE_PROCESS): New macro.
13432
13433         * process.c: Declare Qprocess_live_p.
13434         (Fprocess_live_p): New function.
13435         (create_process): Use PROCESS_LIVE_P.
13436         (read_process_output): Ditto.
13437         (set_process_filter): Ditto.
13438         (Fdelete_process): Ditto.
13439         (kill_buffer_processes): Ditto
13440         (process_send_signal): Use CHECK_LIVE_PROCESS.
13441         (Fprocess_input_coding_system): Check whether process is still
13442         alive (fix PR#1061).
13443         (Fprocess_output_coding_system): Ditto.
13444         (Fprocess_coding_system): Ditto.
13445         (Fset_process_input_coding_system): Ditto.
13446         (Fset_process_output_coding_system): Ditto.
13447
13448 2000-01-23  Andy Piper  <andy@xemacs.org>
13449
13450         * glyphs.h (struct Lisp_Image_Instance): change format by unifying
13451         layout and widget.
13452
13453         * glyphs.c (mark_image_instance): take into account changed
13454         image_instance format.
13455         (image_instance_equal): ditto.
13456         (image_instance_hash): ditto.
13457
13458         * glyphs-widget.c (widget_instantiate): Incorporate layout
13459         instantiation here. Delay layout of the layout until later.
13460         (layout_instantiate): deleted.
13461         (layout_query_geometry): new function. get the geometry of a
13462         layout.
13463         (layout_layout): layout a layout dynamically.
13464         (image_instantiator_widget): New function - splitting up
13465         image_instantiator_format_create_glyphs_widget for netwinder
13466         compilation.
13467         (image_instantiator_buttons):
13468         (image_instantiator_edit_fields):
13469         (image_instantiator_combo_box):
13470         (image_instantiator_scrollbar):
13471         (image_instantiator_progress_guage):
13472         (image_instantiator_tree_view):
13473         (image_instantiator_tab_control):
13474         (image_instantiator_labels):
13475         (image_instantiator_layout): ditto.
13476         (image_instantiator_format_create_glyphs_widget): Call preceding
13477         functions.
13478
13479 2000-01-22  Martin Buchholz  <martin@xemacs.org>
13480
13481         * process.c (Fset_process_coding_system):
13482         * device-x.c (Fx_keysym_hash_table):
13483         Docstring fixes.
13484
13485         * lstream.c (Lstream_write): Return documented value, not 0.
13486
13487         * fileio.c (directory_file_name):
13488         (Fsubstitute_in_file_name):
13489         (Fsubstitute_insert_file_contents_internal):
13490         (Fwrite_region_internal):
13491         * emacs.c:
13492         * sysdep.c:
13493         * getloadavg.c:
13494         * systty.h:
13495         Remove vestigial APOLLO-conditional code.
13496
13497 2000-01-21  Martin Buchholz  <martin@xemacs.org>
13498
13499         * getpagesize.h: Add guard macros.
13500         * libsst.h: Add guard macros.
13501         * libst.h: Add guard macros.
13502         * line-number.h: Add guard macros.
13503         * ndir.h: Add guard macros.
13504         * sysfloat.h: Add guard macros.
13505         * sysfile.h: Add guard macros.
13506         * sysproc.h: Add guard macros.
13507         * syswait.h: Add guard macros.
13508         * xintrinsic.h: Add guard macros.
13509         * xintrinsicp.h: Add guard macros.
13510         * xmmanager.h: Add guard macros.
13511         * xmmanagerp.h: Add guard macros.
13512         * xmprimitive.h: Add guard macros.
13513         * xmu.h: Add guard macros.
13514         * gpmevent.h: Add copyright statement. Add guard macros.
13515         * miscplay.h: Add guard macros.
13516         * *.h: Use consistent C-standards-approved guard macro names.
13517
13518         * opaque.c (make_opaque): Switch parameter order.
13519         * opaque.h (make_opaque): Switch parameter order.
13520         Update all callers.
13521         * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
13522
13523         * config.h.in (type_checking_assert): Added.
13524         (bufpos_checking_assert): Added.
13525
13526 2000-01-21  Martin Buchholz  <martin@xemacs.org>
13527
13528         * alloc.c: Harmless pdump changes.
13529         - Use countof().
13530         - spell alignment correctly.
13531         * sysdep.c: Use countof()
13532
13533 2000-01-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13534
13535         * console.c (create_console): Use CONMETH_OR_GIVEN when calling
13536         initially_selected_for_input() console method, default to 0.
13537         (semi_canonicalize_console_connection): Try to delegate to
13538         canonicalize_console_connection if no such console method.
13539         (canonicalize_console_connection): Vice versa.
13540         (print_console): Do not print nil connection.
13541
13542         * console.h (XDEVIMPF_IS_A_PRINTER): Added.
13543         (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
13544         (XDEVIMPF_FRAMELESS_OK): Added.
13545         (CONSOLE_INHERITS_METHOD): Added.
13546
13547         * console-msw.c (mswindows_canonicalize_console_connection):
13548         Added.
13549         (mswindows_canonicalize_device_connection): Added.
13550
13551         * console-msw.h (struct msprinter_device): Added this struct and
13552         accessor macros.
13553         (mswindows_device): Made fontlist a lisp object.
13554
13555         * device.c (semi_canonicalize_device_connection):  Try to delegate
13556         to canonicalize_device_connection if no such console method.
13557         (canonicalize_device_connection): Vice versa.
13558         (print_device): Do not print nil connection.
13559
13560         * device-msw.c (mswindows_init_device): Call InitCommonControls
13561         when have widgets.
13562         (mswindows_delete_device): Removed fontlist deallocation.
13563         (mswindows_mark_device): Added.
13564
13565         * events.c (event_equal): Added abort() at unreached code.
13566         (event_hash): Ditto.
13567
13568         * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
13569         fallback tags of Windows devices.
13570
13571         * general.c (syms_of_general): Initialized Qmsprinter.
13572
13573         * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
13574         of fallback tags of Windows devices.
13575
13576         * lisp.h: Declared Qmsprinter.
13577
13578         * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
13579         of strings.
13580         (mswindows_list_fonts): Ditto.
13581         (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
13582         that it can be used by both mswindows and msprinter devices.
13583         (initialize_font_instance): Added.
13584         (mswindows_initialize_font_instance): Use it.
13585         (msprinter_initialize_font_instance): Added.
13586
13587         * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
13588         and implementation flags check.
13589         (redisplay_without_hooks): Changed the call to the above.
13590         (Fredraw_device): Ditto.
13591         (Fredisplay_device): Ditto.
13592
13593         * redisplay-msw.c (get_frame_dc): Implemented.
13594         (get_frame_compdc): Implemented.
13595         (many functions): Use the two functions above to get device
13596         contexts, ether for a window or a printer.
13597
13598 2000-01-21  Olivier Galibert  <galibert@pobox.com>
13599
13600         * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
13601         initialization here.
13602         (init_symbols_once_early): Call it.
13603         * emacs.c (main_1): Call it.
13604         * symsinit.h: Declare it.
13605
13606 2000-01-19  Olivier Galibert  <galibert@pobox.com>
13607
13608         * alloc.c: Use a lrecord_header * in the backtrace instead of a
13609         Lisp_Object.
13610         (pdump_backtrace): Ditto.
13611         (pdump_register_object): Ditto.  Cleanup use of the pointers.
13612         (pdump_get_entry): Abort if trying to register a null pointer.
13613         (pdump_dump_data): Cleanup types when relocating.
13614         (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
13615         (pdump_dump_rtables): Remove bad casts.
13616         (pdump_load): Cleanup relocation w.r.t union type.  Use a
13617         Lisp_Object instead of a EMACS_INT for the hashtable
13618         reorganization.
13619
13620 2000-01-20  Martin Buchholz  <martin@xemacs.org>
13621
13622         * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
13623
13624         * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
13625
13626         * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
13627
13628         * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
13629
13630 2000-01-17  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13631
13632         * faces.h (FACE_STRIKETHRU_P): Added.
13633
13634         * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
13635         of font variants.
13636
13637         * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
13638         (mswindows_set_dc_font): New function, aware of font variants,
13639         separated from mswindows_update_dc.
13640
13641         * objects-msw.h (struct mswindows_font_instance_data): Added
13642         definition.
13643
13644         * objects-msw.c (mswindows_finalize_font_instance): Delete all
13645         cached fonts and the data structure.
13646         (mswindows_initialize_font_instance): Added creation of font data
13647         structure.
13648         (mswindows_print_font_instance): Print at least something.
13649         (mswindows_create_font_variant): Implemented.
13650         (mswindows_get_hfont): Implemented.
13651
13652 2000-01-13  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>
13653
13654         * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
13655         prototyping problem with msvc.
13656
13657         * emacs.c (main_1): added syms_of_gui_mswindows() call
13658
13659         * gui-msw.c: added "mswindows-shell-execute" lisp subr and
13660         syms_of_gui_mswindows() function
13661
13662         * symsinit.h: added the prototype for syms_of_gui_mswindows()
13663
13664 2000-01-18  Martin Buchholz <martin@xemacs.org>
13665
13666         * XEmacs 21.2.27 is released.
13667
13668 2000-01-18  Martin Buchholz  <martin@xemacs.org>
13669
13670         * glyphs-eimage.c (struct tiff_error_struct):
13671         (tiff_error_func):
13672         (tiff_warning_func):
13673         #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
13674
13675         * unexmips.c:
13676         * unexhp9k3.c:
13677         * unexfreebsd.c:
13678         * unexec.c: Remove vestigial Lucid C code.
13679         * unexalpha.c:
13680         * unexaix.c:
13681         * termcap.c:
13682         * libsst.c: Ansify.
13683         Remove declarations of errno and strerror().
13684
13685         * eval.c (Fbacktrace): Small Purify-cation.  Fix docstring.
13686
13687         * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
13688
13689 2000-01-16  Martin Buchholz  <martin@xemacs.org>
13690
13691         * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
13692         Optimize.
13693
13694 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
13695
13696         * md5.c:
13697         * file-coding.c:
13698         * file-coding.h:
13699         Change enum eol_type to eol_type_t.
13700
13701 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
13702
13703         * gui.c (get_gui_callback): Check cons before accessing car.
13704
13705 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
13706
13707         * specifier.h (XSPECIFIER_TYPE): Add error checking version.
13708         (XSETSPECIFIER_TYPE): Ditto.
13709
13710 2000-01-17  Didier Verna  <didier@xemacs.org>
13711
13712         * redisplay.c (generate_fstring_runes): compute string size in
13713         characters, not bytes.
13714
13715 2000-01-09  Hrvoje Niksic  <hniksic@iskon.hr>
13716
13717         * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
13718
13719 2000-01-14  Hrvoje Niksic  <hniksic@iskon.hr>
13720
13721         * print.c (print_error_message): Call print_prepare().
13722
13723 2000-01-14  Martin Buchholz  <martin@xemacs.org>
13724
13725         * .dbxrc: Renamed from dbxrc.
13726
13727         * events.c (event_to_character):
13728         Use `assert (foo)' instead of `if (!foo) abort()'
13729
13730         * .gdbinit (xtype): Add documentation.
13731         * .gdbinit (check-temacs): New function.
13732         * .gdbinit (check-xemacs): New function.
13733         * dbxrc (check-xemacs): New function.
13734         * dbxrc (check-xemacs): New function.
13735
13736 2000-01-14  Andy Piper  <andy@xemacs.org>
13737
13738         * glyphs-widget.c (widget_query_geometry): Make sure that we
13739         calculate default dimensions correctly.
13740
13741 2000-01-13  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13742
13743         * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
13744
13745         * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
13746         pdump_wire'd variable.
13747
13748         * emacs.c: (main_1): Conditionalized calls to
13749         reinit_vars_of_scrollbar_x and reinit_vars_of_module.
13750
13751 2000-01-13  Martin Buchholz  <martin@xemacs.org>
13752
13753         * window.c (Fset_window_configuration):
13754         * sysdep.c (_start):
13755         * input-method-motif.c (res):
13756         * event-Xt.c (Xt_process_to_emacs_event):
13757         Simple compiler warning fixes.
13758
13759         * bytecode.c (funcall_compiled_function): Use the original
13760         function symbol on the backtrace list in preference to the
13761         compiled_function object in error messages.
13762
13763 2000-01-13  Andy Piper  <andy@xemacs.org>
13764
13765         * glyphs-x.c (update_widget_face): Make sure we update the widget
13766         background as well as foreground.
13767
13768 2000-01-13  Andy Piper  <andy@xemacs.org>
13769
13770         * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
13771         fields to subwindow.
13772         (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
13773         (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
13774         (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
13775         (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
13776
13777         * glyphs-widget.c (check_valid_tab_orientation): new function.
13778         (initialize_widget_image_instance): zero orientation and
13779         justification.
13780         (widget_instantiate): pick up orientation.
13781         (tab_control_query_geometry): return appropriate values for
13782         vertical tabs.
13783
13784         * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
13785         appropriate creation flags for left, right and bottom tabs.
13786
13787         * s/cygwin32.h: add tab definitions.
13788
13789 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13790
13791         * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
13792         frame upon hiding a subwindow.
13793         (mswindows_button_instantiate): Changed the push button style to
13794         BS_PUSHBUTTON.
13795         (mswindows_button_instantiate): Removed button BS_NOTIFY
13796         style.
13797         (mswindows_button_instantiate): Removed redundant check for
13798         a disabled gui item.
13799         (mswindows_button_instantiate): Made use of WS_TABSTOP
13800         consistent: "operable" controls (edit, button, tree, scroll) have
13801         this style, "display-only" ones (static, progress gauge) do
13802         not. This style is currently ignored by XEmacs though. Also,
13803         removed the WS_EX_CONTROLPARENT style - it is not for children,
13804         it is for their parents!
13805         (mswindows_edit_field_instantiate): Ditto.
13806         (mswindows_progress_gauge_instantiate): Ditto.
13807         (mswindows_tree_view_instantiate): Ditto.
13808         (mswindows_tab_control_instantiate): Ditto.
13809         (mswindows_scrollbar_instantiate): Ditto.
13810         (mswindows_combo_box_instantiate): Ditto.
13811         (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
13812         style to the "clip" window.
13813         (mswindows_button_instantiate): Removed compilation warning by
13814         equally typing terms of the ?: operator.
13815
13816 2000-01-12  Didier Verna  <didier@xemacs.org>
13817
13818         * redisplay.c (generate_fstring_runes): new parameter holding the
13819         last modeline-format extent.
13820         (add_glyph_to_fstring_db_runes): new parameter holding the glyph
13821         extent, fill the glyph block with it.
13822         (generate_fstring_runes): handle these parameters.
13823         (generate_formatted_string_db): ditto.
13824
13825         * keymap.c (get_relevant_keymaps): retreive the keymaps from the
13826         glyphs'extents in the modeline.
13827
13828 1999-01-11  Mike Woolley  <mike@bulsara.com>
13829
13830         * ntheap.c: Reduced the reserved heap space from 1Gb down to
13831         256Mb, as a workaround for the non-starting problem many people
13832         have experienced.
13833
13834 2000-01-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
13835
13836         * console-tty.c (Fset_console_tty_output_coding_system):
13837         Force redrawing tty frame.
13838
13839 2000-01-10  Didier Verna  <didier@xemacs.org>
13840
13841         * redisplay.c (generate_fstring_runes): fix size computation bug.
13842
13843 2000-01-09  William M. Perry <wmperry@aventail.com>
13844
13845         * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
13846
13847 2000-01-09  Andy Piper  <andy@xemacs.org>
13848
13849         * glyphs-msw.c: index -> i to avoid shadows.
13850         (xbm_create_bitmap_from_data): make static.
13851         (check_valid_string_or_int): deleted.
13852         (mswindows_control_wnd_proc): message -> msg to avoid shadows.
13853
13854         * glyphs-x.c (x_update_subwindow): remove unused args.
13855
13856         * glyphs.c (glyph_image_instance): return the thing. Don't set the
13857         back pointer - this is done in allocate_image_instance.
13858         (query_string_font): return Qnil to make the compiler happy.
13859         (unmap_subwindow): set to ~0 to make the compiler happy.
13860         (glyph_query_geometry): comment out until used.
13861         (glyph_layout): ditto.
13862
13863 2000-01-09  Hrvoje Niksic  <hniksic@iskon.hr>
13864
13865         * insdel.c (signal_after_change): Remove extraneous unbind_to().