Sync with r21-4-0-utf-2000-0_19-new-case.
[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-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
4363
4364         * XEmacs 21.4.0 "Solid Vapor" is released.
4365
4366 2001-04-15  Ben Wing  <ben@xemacs.org>
4367
4368         * cmdloop.c (call_command_loop):
4369         Fix braino in bit-rotting code.
4370         
4371 2001-04-07  Hrvoje Niksic  <hniksic@arsdigita.com>
4372
4373         * extents.c (Fset_extent_endpoints): Force creation of extent info
4374         in buffer_or_string.
4375
4376         * extents.c (process_extents_for_insertion_mapper): Correctly
4377         check for open-open zero-length extents.
4378
4379 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
4380
4381         * lisp.h: New typedefs Memory_count, Element_count.
4382         * regex.c:
4383         * regex.h:
4384         Sign-compare warning elimination: several unsigned -> signed.
4385         Based on work by Ben Wing <ben@xemacs.org>.
4386
4387 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
4388
4389         * XEmacs 21.2.47 "Zephir" is released.
4390
4391 2001-04-02  Jan Vroonhof  <jan@xemacs.org>
4392
4393         * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
4394
4395 2001-04-03  Mike Sperber <mike@xemacs.org>
4396
4397         * search.c: Revert previous patch due because of release.
4398
4399 2001-03-30  Ben Wing  <ben@xemacs.org>
4400
4401         * s\cygwin32.h:
4402         Add missing killpg prototype.
4403
4404         * elhash.c:
4405         Add a comment about fixing problems when a new entry is added
4406         while mapping.
4407
4408         * frame-msw.c (mswindows_init_frame_1):
4409         Fix compile warnings.
4410
4411         * menubar.c (vars_of_menubar):
4412         Provide `menu-accelerator-support' to indicate that we properly
4413         support %_ in menu specifications, so that package code can
4414         conditionalize on this (and remove %_ from menu specifications
4415         on older versions).
4416
4417         * event-msw.c:
4418         * scrollbar-msw.c:
4419         * scrollbar-msw.c (can_scroll):
4420         * scrollbar-msw.h:
4421         Fix handling of mouse wheel under Windows to follow standards --
4422         now scrolls window under pointer, not selected window.
4423
4424 2001-03-31  Mike Sperber <mike@xemacs.org>
4425
4426         * search.c (Freplace_match): Support FSF-style specification of
4427         match subexpression when applied to a buffer.
4428
4429 2001-03-15  Martin Buchholz  <martin@xemacs.org>
4430
4431         * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
4432         function to modify KEYMAP, so map over a copy of the hash table.
4433
4434 2001-03-21  Martin Buchholz <martin@xemacs.org>
4435
4436         * XEmacs 21.2.46 "Urania" is released.
4437
4438 2001-03-20  Dan Holmsand  <dan@eyebee.com>
4439
4440         * realpath.c (xrealpath): Make file-truename work with symlinks to
4441         /cygdrive paths on cygwin. Always lowercase drive-letters on
4442         native windows.
4443         (cygwin_readlink): Don't try to find canonical filename unless
4444         file exists.
4445
4446 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
4447
4448         * ChangeLog: Log GTK merge.
4449
4450         * dumper.c:
4451         * select-x.c:
4452         * specifier.c:
4453         * symeval.h:
4454         Revert gratuitous whitespace changes from GTK merge.
4455
4456         * emacs.c: Document end of complex #ifdef @ l. 1495.
4457
4458
4459 2001-03-12  Andy Piper  <andy@xemacs.org>
4460
4461         * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
4462         have to do likewise.
4463
4464 2001-03-12  Andy Piper  <andy@xemacs.org>
4465
4466         * sysdep.c: we only support mingw now.
4467
4468 2001-03-09  Andy Piper  <andy@xemacs.org>
4469
4470         * unexcw.c (copy_executable_and_dump_data_section): making approx
4471         overrun a warning only.
4472
4473 2001-03-10  William M. Perry  <wmperry@aventail.com>
4474
4475         * faces.c (complex_vars_of_faces): Rewrote the font mucking to
4476         satisfy Stephen's identical-after-cpp plea.
4477
4478 2001-03-02  Ben Wing  <ben@xemacs.org>
4479
4480         * cmds.c:
4481         * cmds.c (Fforward_char):
4482         * syntax.c:
4483         * window.c:
4484
4485         Augment documentation of the most common motion commands to make
4486         note of the shifted-motion support.
4487         
4488 2001-03-02  Ben Wing  <ben@xemacs.org>
4489
4490         * nt.c (mswindows_fstat):
4491         * nt.c (mswindows_stat):
4492         * search.c (boyer_moore):
4493         Fix compile warnings under Windows.
4494         
4495         * sysdep.c (sys_readdir):
4496         Fix buggy filename-conversion code under Mule.
4497
4498 2001-03-09  William M. Perry  <wmperry@aventail.com>
4499
4500         * Makefile.in.in:
4501         * config.h.in:
4502         * console.c:
4503         * console.h:
4504         * device.c:
4505         * device.h:
4506         * dragdrop.c:
4507         * emacs.c:
4508         * event-stream.c:
4509         * events.c:
4510         * events.h:
4511         * faces.c:
4512         * frame.h:
4513         * general-slots.h:
4514         * glyphs.c:
4515         * gutter.c:
4516         * inline.c:
4517         * lisp.h:
4518         * lrecord.h:
4519         * make-src-depend:
4520         * redisplay-output.c:
4521         * redisplay.c:
4522         * symsinit.h:
4523         * sysfile.h:
4524         * toolbar.c:
4525         * window.c:
4526         The Great GTK Merge.
4527
4528         * ChangeLog.GTK:
4529         * console-gtk.c:
4530         * console-gtk.h:
4531         * device-gtk.c:
4532         * emacs-marshals.c:
4533         * emacs-widget-accessors.c:
4534         * event-gtk.c:
4535         * frame-gtk.c:
4536         * gccache-gtk.c:
4537         * gccache-gtk.h:
4538         * glade.c:
4539         * glyphs-gtk.c:
4540         * glyphs-gtk.h:
4541         * gtk-glue.c:
4542         * gtk-xemacs.c:
4543         * gtk-xemacs.h:
4544         * gui-gtk.c:
4545         * gui-gtk.h:
4546         * menubar-gtk.c:
4547         * native-gtk-toolbar.c:
4548         * objects-gtk.c:
4549         * objects-gtk.h:
4550         * redisplay-gtk.c:
4551         * scrollbar-gtk.c:
4552         * scrollbar-gtk.h:
4553         * select-gtk.c:
4554         * toolbar-gtk.c:
4555         * ui-byhand.c:
4556         * ui-gtk.c:
4557         * ui-gtk.h:
4558         The Great GTK Merge: new files.
4559
4560 2001-02-26  Ben Wing  <ben@xemacs.org>
4561
4562         Reapplied Lstream change.
4563
4564 2001-02-26  Ben Wing  <ben@xemacs.org>
4565
4566         Undid the last change, since it is more controversial than I
4567         thought.  It should be back in at some point soon.
4568         
4569 2001-02-25  Ben Wing  <ben@xemacs.org>
4570
4571         * buffer.c:
4572         * callproc.c (Fold_call_process_internal):
4573         * event-msw.c (ntpipe_slurp_reader):
4574         * event-msw.c (ntpipe_shove_writer):
4575         * event-msw.c (winsock_reader):
4576         * event-msw.c (winsock_writer):
4577         * file-coding.c:
4578         * file-coding.c (detect_eol_type):
4579         * file-coding.c (detect_coding_type):
4580         * file-coding.c (determine_real_coding_system):
4581         * file-coding.c (Fdetect_coding_region):
4582         * file-coding.c (decoding_reader):
4583         * file-coding.c (decoding_writer):
4584         * file-coding.c (mule_decode):
4585         * file-coding.c (Fdecode_coding_region):
4586         * file-coding.c (encoding_reader):
4587         * file-coding.c (encoding_writer):
4588         * file-coding.c (mule_encode):
4589         * file-coding.c (Fencode_coding_region):
4590         * file-coding.c (detect_coding_sjis):
4591         * file-coding.c (decode_coding_sjis):
4592         * file-coding.c (encode_coding_sjis):
4593         * file-coding.c (detect_coding_big5):
4594         * file-coding.c (decode_coding_big5):
4595         * file-coding.c (encode_coding_big5):
4596         * file-coding.c (detect_coding_ucs4):
4597         * file-coding.c (decode_coding_ucs4):
4598         * file-coding.c (encode_coding_ucs4):
4599         * file-coding.c (detect_coding_utf8):
4600         * file-coding.c (decode_coding_utf8):
4601         * file-coding.c (encode_coding_utf8):
4602         * file-coding.c (detect_coding_iso2022):
4603         * file-coding.c (decode_coding_iso2022):
4604         * file-coding.c (encode_coding_iso2022):
4605         * file-coding.c (decode_coding_no_conversion):
4606         * file-coding.c (encode_coding_no_conversion):
4607         * glyphs-x.c (write_lisp_string_to_temp_file):
4608         * gpmevent.c (tty_get_foreign_selection):
4609         * lisp.h:
4610         * lstream.c:
4611         * lstream.c (Lstream_flush_out):
4612         * lstream.c (Lstream_adding):
4613         * lstream.c (Lstream_write_1):
4614         * lstream.c (Lstream_write):
4615         * lstream.c (Lstream_raw_read):
4616         * lstream.c (Lstream_read_more):
4617         * lstream.c (Lstream_read):
4618         * lstream.c (Lstream_unread):
4619         * lstream.c (Lstream_fputc):
4620         * lstream.c (stdio_reader):
4621         * lstream.c (stdio_writer):
4622         * lstream.c (filedesc_reader):
4623         * lstream.c (filedesc_writer):
4624         * lstream.c (lisp_string_reader):
4625         * lstream.c (struct fixed_buffer_stream):
4626         * lstream.c (make_fixed_buffer_input_stream):
4627         * lstream.c (make_fixed_buffer_output_stream):
4628         * lstream.c (fixed_buffer_reader):
4629         * lstream.c (fixed_buffer_writer):
4630         * lstream.c (struct resizing_buffer_stream):
4631         * lstream.c (resizing_buffer_writer):
4632         * lstream.c (dynarr_writer):
4633         * lstream.c (lisp_buffer_reader):
4634         * lstream.c (lisp_buffer_writer):
4635         * lstream.h:
4636         * lstream.h (lstream_implementation):
4637         * lstream.h (struct lstream):
4638         * md5.c (Fmd5):
4639         * process-nt.c (nt_send_process):
4640         * process-unix.c (unix_send_process):
4641         
4642         Correct Lstream lossage due to mixing of signed and unsigned
4643         quantities.  All Lstream uses of size_t and ssize_t are now a
4644         single signed data type Lstream_data_count.  This fixes problems
4645         under Windows with sending large quantities of data to a process,
4646         and may well fix other subtle bugs.
4647
4648 2001-02-23  Martin Buchholz <martin@xemacs.org>
4649
4650         * XEmacs 21.2.45 "Thelxepeia" is released.
4651
4652 2001-02-21  Martin Buchholz  <martin@xemacs.org>
4653
4654         * lisp-union.h (XSETINT): 
4655         (XSETCHAR):
4656         (XSETOBJ): 
4657         Reverse previous change of 2001-02-06.
4658
4659 2001-02-20  Matt Tucker  <tuck@whistlingfish.net>
4660
4661         Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
4662         buffers.
4663         * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
4664         * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
4665         Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
4666         * regex.c (POS_AS_IN_BUFFER): removed
4667         * regex.c (re_search_2):
4668         * regex.c (re_match_2):
4669         Don't use an offset of 1 when calculating buffer positions, since
4670         `BI_BUF_BEGV' does it already.
4671
4672 2001-02-18  Wim Dumon  <wim@easics.be>
4673
4674         * insdel.c (prepare_to_modify_buffer): Also check for
4675         supersession when clash-detection is enabled. 
4676
4677 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
4678
4679         * regex.c (re_match_2_internal):
4680         Convert temp characters from 'const unsigned char' to 're_char'.
4681         Fix crashing bug with extended characters under mule.
4682         * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
4683         syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
4684         font-lock, pdump, and new syntax-table code.
4685         * syntax.c (find_start_of_comment):
4686         (find_end_of_comment):
4687         (forward-comment):
4688         Fix crashing bugs involving moving beyond end of buffer.
4689         * syntax.c (find_start_of_comment):
4690         Fixed logic to allow proper detection of cases where the same
4691         character is used to end both a two-char comment start and a
4692         two-char comment end sequence. Fixes `(forward-comment -1)'.
4693         * syntax.c (find_start_of_comment):
4694         Return position just past last comment-end character for all cases
4695         (previously was only done for two-char comment-end sequences).
4696         * syntax.c (forward-comment):
4697         Take value returned from `find_end_of_comment', rather than
4698         incrementing it.
4699         * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
4700         Properly deal with BUFFERP (syntax_cache.object)
4701
4702 2001-02-17  Martin Buchholz  <martin@xemacs.org>
4703
4704         * alloc.c (Fgarbage_collect): 
4705         * alloc.c (make_bit_vector_from_byte_vector):
4706         -Wsign-compare-correctness.
4707
4708 2001-02-16  Martin Buchholz  <martin@xemacs.org>
4709
4710         * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
4711         (XSETCHAR): Likewise.
4712         (XSETOBJ): Likewise.
4713
4714 2001-02-15  Martin Buchholz  <martin@xemacs.org>
4715
4716         * mule-canna.c (canna-func-delete_previous): 
4717         Rename to canna-func-delete-previous.
4718
4719 2001-02-14  Martin Buchholz  <martin@xemacs.org>
4720
4721         * mule-ccl.c (ccl_driver): Warning suppression.  Use countof.
4722
4723 2001-02-13  Matt Tucker  <tuck@whistlingfish.net>
4724
4725         * font-lock.c (find_context): Fix C++ compile errors introduced by
4726         recent patch
4727
4728 2001-02-13  Martin Buchholz  <martin@xemacs.org>
4729
4730         * s/aix4.h: Later versions of IBM C compiler need a bug workaround
4731         pragma, but earlier ones barf on the same pragma.
4732
4733 2001-02-06  Mike Sperber <mike@xemacs.org>
4734
4735         * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
4736         `configure-mule-lisp-directory'.
4737
4738 2001-02-12  Martin Buchholz  <martin@xemacs.org>
4739
4740         Make sure dump-id.c is compiled in the same way as other .c's.
4741         Fixes pdump compilation failure with HP's cc, which defaults to K&R.
4742         * dump-id.h: Remove.
4743         * emacs.c: Move dump-id.h into dumper.h.
4744         * dumper.h: Move dump-id.h into dumper.h.
4745         * Makefile.in.in:
4746         Use standard .c.o rule for building dump-id.o.
4747         Remove preprocessor flags from link command.
4748         Add dump-id.o to ${otherobjs} if PDUMP.
4749
4750 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
4751
4752         Port FSF 20.7 syntax table improvements.
4753         * syntax.c.
4754         * syntax.h.
4755
4756         Fixups for new syntax table stuff.
4757         * dired.c: Include syntax.c.
4758         (Fdirectory_files): Initialize regex_match_object and
4759         regex_emacs_buffer.
4760         * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
4761         and Fget_char_property.
4762
4763         Use ported FSF 20.7 syntax table improvements.
4764         * font-lock.c.
4765         * regex.c.
4766         * search.c.
4767         
4768 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4769
4770         * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
4771         Unixware's enum boolean from sys/types.h.
4772
4773 2001-02-10  Martin Buchholz  <martin@xemacs.org>
4774
4775         Fix support for building with latest Purify.
4776         * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
4777         (PURIFY_FLAGS): Likewise.
4778
4779 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4780
4781         * fileio.c (lisp_string_set_file_times): New.
4782         * fileio.c (Fcopy_file): Use it.
4783         Fixes bug:
4784         (copy-file filename non-ascii-filename t t)
4785         ==> No such file or directory, non-ascii-filename
4786
4787 2001-02-10  Martin Buchholz  <martin@xemacs.org>
4788
4789         * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
4790         USHRT_MAX seems clearer than ~0 anyways.
4791
4792 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4793
4794         dumper improvements.  Inspired by Olivier.
4795         * dumper.c (pdump_max_align): New.
4796         * dumper.c (pdump_add_entry): Use pdump_max_align.
4797         * dumper.c (pdump_get_entry_list): Likewise.
4798         * dumper.c (pdump_scan_by_alignment): Likewise.
4799         Don't iterate through unnecessary alignments.
4800         * dumper.c (pdump_file_get): No need to align result of malloc().
4801         * dumper.c (pdump_mallocadr): Remove.  
4802         The result of malloc() is guaranteed to be maximally aligned.
4803         * dumper.c: s/elmt/elt/g;
4804         * dumper.c (pdump_object_table): Allocate dynamically, not statically.
4805         * dumper.c (pdump_alert_undump_object): Likewise.
4806         * dumper.c (pdump_align_table): 
4807         Don't support alignments > 64.
4808         Store ALIGNOF's, not shift counts, in table.
4809
4810 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4811
4812         * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
4813         * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
4814         * systime.h: Use HAVE_UTIME.
4815         * sysdep.c (struct utimbuf): Remove.
4816         * sysdep.c (set_file_times): Prefer utime() to utimes().
4817         * config.h.in (HAVE_UTIME): New.
4818         * config.h.in (HAVE_UTIME_H): Remove.
4819         * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
4820
4821 2001-02-09  Martin Buchholz  <martin@xemacs.org>
4822
4823         * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
4824
4825 2001-02-08  Martin Buchholz  <martin@xemacs.org>
4826
4827         * s/irix6-0.h: Use the standard system memmove, not bcopy.
4828
4829 2001-02-08  Martin Buchholz <martin@xemacs.org>
4830
4831         * XEmacs 21.2.44 "Thalia" is released.
4832
4833 2001-02-06  Martin Buchholz  <martin@xemacs.org>
4834
4835         Fixes crashes in kill-emacs on some systems.
4836         * process-unix.c (unix_kill_child_process):
4837         It's OK for kill() to fail with ESRCH.
4838
4839 2001-02-07  Martin Buchholz  <martin@xemacs.org>
4840
4841         Contortions to make .gdbinit tricks work on most systems.
4842         * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
4843         * alloc.c (dbg_valmask): Make non-const.
4844         * alloc.c (dbg_typemask): Make non-const.
4845         * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
4846         * alloc.c (dbg_valbits): Make non-const.
4847         * alloc.c (dbg_gctypebits): Make non-const.
4848         * .gdbinit (decode_object): Make it work with AIX cc.
4849
4850 2001-02-06  Martin Buchholz  <martin@xemacs.org>
4851
4852         * elhash.c (make_general_lisp_hash_table):
4853         Use simpler and more efficient calloc to clear entries.
4854
4855 2001-02-07  Martin Buchholz  <martin@xemacs.org>
4856
4857         * window.c (window_scroll): Work around an AIX C compiler bug.
4858         Fixes 'scroll-up' does nothing problem with xlC.
4859
4860 2001-02-05  Martin Buchholz  <martin@xemacs.org>
4861
4862         * .gdbinit: Remove obsolete comment.
4863
4864 2001-01-31  Mike Alexander  <mta@arbortext.com>
4865
4866         * select.c (Fown_selection_internal): Set owned_p for device
4867         method correctly.
4868
4869 2001-02-01  Martin Buchholz  <martin@xemacs.org>
4870
4871         Port to g++ 2.97.
4872         "not" cannot be used as a macro name as it is an operator in C++
4873         * config.h.in: Stop #defining `not'.
4874         * chartab.c (check_category_char): not ==> not_p
4875         * chartab.h: Likewise.
4876         * regex.c (re_match_2_internal): Likewise.
4877
4878 2001-02-02  Martin Buchholz  <martin@xemacs.org>
4879
4880         * lisp-disunion.h: Fix up comments.
4881
4882 2001-01-31  Martin Buchholz  <martin@xemacs.org>
4883
4884         * keymap.c (define_key_check_and_coerce_keysym):
4885         (syms_of_keymap):
4886         Support mouse-6 and mouse-7 bindings in the obvious way.
4887
4888 2001-02-01  Martin Buchholz  <martin@xemacs.org>
4889
4890         * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
4891
4892 2001-01-30  Martin Buchholz  <martin@xemacs.org>
4893
4894         Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
4895         Previous patch missed DEFVAR_INT_MAGIC.
4896         Make sure future DEFVAR_foo use correct types.
4897         * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
4898         * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
4899         * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
4900         * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
4901         * (DEFVAR_INT): Likewise.
4902         * redisplay.c (vertical_clip): Should be of type Fixnum.
4903         * redisplay.c (horizontal_clip): Likewise.
4904         * lisp.h (dump_add_opaque_int): New.
4905         (dump_add_opaque_fixnum): New.
4906
4907 2001-01-29  Andy Piper  <andy@xemacs.org>
4908
4909         * glyphs-widget.c (check_valid_int_or_function): allow symbols
4910         since they can be eval'ed
4911
4912 2001-01-29  Martin Buchholz  <martin@xemacs.org>
4913
4914         * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
4915         Oops, XEmacs redefines `class'.  Use `typename' instead.
4916
4917 2001-01-28  Martin Buchholz  <martin@xemacs.org>
4918
4919         * dumper.c: Fix C++ compile errors.
4920
4921 2001-01-29  Martin Buchholz  <martin@xemacs.org>
4922
4923         * tparam.c: Use correct prototypes.
4924
4925 2001-01-28  Martin Buchholz  <martin@xemacs.org>
4926
4927         * sysproc.h: #include util.h for NetBSD's openpty.
4928
4929 2001-01-27  Martin Buchholz  <martin@xemacs.org>
4930
4931         More 64-bit correctness.
4932         The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
4933         Use a typedef `fixnum' for the type used for DEFVAR_INT.
4934         Fix up comments.
4935         This finally finishes the 64-bit SGI port.
4936         Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
4937         * symbols.c: Fix up comments and type casts.
4938         * symbols.c (do_symval_forwarding): s/int/Fixnum/g
4939         * symbols.c (store_symval_forwarding): s/int/Fixnum/g
4940         * symeval.h (Fixnum): New type.
4941         * symeval.h (symbol_value_type): Fix up comment.
4942
4943         * commands.h:
4944         * nt.c:
4945         * emacs.c:
4946         * data.c:
4947         * redisplay.c:
4948         * abbrev.c:
4949         * dired-msw.c:
4950         * event-Xt.c:
4951         * eldap.c:
4952         * window.c:
4953         * sound.c:
4954         * event-stream.c:
4955         * eval.c:
4956         * buffer.c:
4957         * mule-canna.c: A million DEFVAR_INTs here...
4958         * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
4959         * extents.c:
4960         * cmdloop.c:
4961         * lisp.h:
4962         * select-x.c:
4963         * console-x.h:
4964         * event-msw.c:
4965         * mule-wnnfns.c:
4966         * hpplay.c:
4967         * ralloc.c:
4968         * alloc.c:
4969         * keymap.c:
4970         * profile.c:
4971         s/int/Fixnum/g in DEFVAR_INT declarations.
4972
4973 2001-01-26  Martin Buchholz  <martin@xemacs.org>
4974
4975         Port pdump to SGI alignment-sensitive environment.
4976         Lisp Object sizeof methods now return aligned sizes.  Rely on that.
4977         Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
4978         properly aligned.
4979         Define and use aligned reading and writing macros.
4980         Use buffered stdio instead of posix i/o for faster dumping.
4981         Eliminate kludgy 256 byte space for header.
4982         Read and write from dump file using structs for alignment safety.
4983         * dumper.c (pdump_align_stream): New.
4984         * dumper.c (PDUMP_ALIGN_OUTPUT): New.
4985         * dumper.c (PDUMP_READ_ALIGNED): New.
4986         * dumper.c (PDUMP_WRITE_ALIGNED): New.
4987         * dumper.c (pdump_static_Lisp_Object): New struct.
4988         * dumper.c (pdump_static_pointer): New struct.
4989         * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
4990         * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
4991         * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
4992         * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
4993
4994         * dumper.c (pdump_backtrace):
4995         * dumper.c (pdump_get_indirect_count):
4996         * dumper.c (pdump_register_object):
4997         * dumper.c (pdump_register_struct):
4998         * dumper.c (pdump_reloc_one):
4999         * dumper.c (pdump_scan_by_alignment):
5000         * dumper.c (pdump_dump_from_root_struct_ptrs):
5001         * dumper.c (pdump_dump_opaques):
5002         * dumper.c (pdump_dump_rtables):
5003         * dumper.c (pdump_dump_from_root_objects):
5004         * dumper.c (pdump):
5005         * dumper.c (pdump_load_finish):
5006         Use aligned reading and writing.
5007
5008         * dumper.c (pdump_free): Make static.
5009         * dumper.c (pdump_hFile): Likewise.
5010         * dumper.c (pdump_hMap): Likewise.
5011
5012 2001-01-26  Martin Buchholz <martin@xemacs.org>
5013
5014         * XEmacs 21.2.43 "Terspichore" is released.
5015
5016 2001-01-25  Martin Buchholz  <martin@xemacs.org>
5017
5018         Type fiddling for window_config.saved_windows_count
5019         * window.c (struct window_config): 
5020         Make saved_windows_count member unsigned.
5021         * window.c (sizeof_window_config_for_n_windows): 
5022         Make parameter unsigned.
5023         * window.c (mark_window_config):
5024         * window.c (window_config_equal):
5025         * window.c (free_window_configuration):
5026         * window.c (Fset_window_configuration):
5027         * window.c (count_windows):
5028         * window.c (Fcurrent_window_configuration):
5029         * window.c (reinit_vars_of_window):
5030         Update all callers and users.
5031
5032 2001-01-25  Martin Buchholz  <martin@xemacs.org>
5033
5034         Alignment correctness for flexible arrays.
5035         * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
5036         Make alignment-correct. Add interesting comments.
5037         * alloc.c (size_vector):
5038         * alloc.c (make_vector_internal):
5039         * alloc.c (make_bit_vector_internal):
5040         * alloc.c (sweep_bit_vectors_1):
5041         * fns.c (size_bit_vector):
5042         Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
5043         * window.c (sizeof_window_config_for_n_windows): 
5044         Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
5045
5046 2001-01-24  Martin Buchholz  <martin@xemacs.org>
5047
5048         * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
5049
5050 2001-01-23  Andy Piper  <andy@xemacs.org>
5051
5052         * select.c (Fown_selection_internal): pass owned_p
5053
5054         * select-msw.c (mswindows_own_selection): New Signature.
5055
5056         * console.h (struct console_methods): add owned_p to
5057         _own_selection.
5058
5059         * select-x.c (x_own_selection): pass owned_p
5060         (hack_motif_clipboard_selection): use owned_p
5061         (vars_of_select_x): new variable -
5062         x_selection_strict_motif_ownership.
5063
5064 2001-01-23  Martin Buchholz  <martin@xemacs.org>
5065
5066         * specifier.h (specifier_data_offset): Remove pointless parens.
5067         * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
5068
5069 2001-01-24  Martin Buchholz  <martin@xemacs.org>
5070
5071         Make Lisp_Object sizeof methods be alignment-correct.
5072         pdump must restore objects to the same alignment as the C compiler
5073         assumes.  It really matters on SGIs.
5074         * lstream.c (aligned_sizeof_lstream): New.
5075         (sizeof_lstream): Use aligned_sizeof_lstream.
5076         (Lstream_new): Likewise.
5077         * opaque.c (aligned_sizeof_opaque): New.
5078         (sizeof_opaque): Use aligned_sizeof_opaque.
5079         (make_opaque): Likewise.
5080         * specifier.c (aligned_sizeof_specifier): New.
5081         (sizeof_specifier): Use aligned_sizeof_specifier.
5082         (make_specifier_internal): Likewise.
5083
5084 2001-01-23  Martin Buchholz  <martin@xemacs.org>
5085
5086         * lstream.h (struct lstream): Use max_align_t for trailing data.
5087         * specifier.h (struct Lisp_Specifier): Likewise.
5088
5089 2001-01-22  Martin Buchholz  <martin@xemacs.org>
5090
5091         * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
5092         (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
5093         (CCL_SUSPEND): Likewise.
5094         (CCL_INVALID_CMD): Likewise.
5095         (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
5096         (ccl_driver): Likewise.
5097         (CCL_WRITE_CHAR): Macro hygiene.
5098         (CCL_WRITE_STRING): Macro hygiene.
5099
5100 2001-01-22  Martin Buchholz  <martin@xemacs.org>
5101
5102         Port "portable" dumper to SunOS 4 and HP-UX.
5103         * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
5104         * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
5105         * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
5106
5107 2001-01-22  Martin Buchholz  <martin@xemacs.org>
5108
5109         * lisp.h (ALIGNOF): A better definition for C++.
5110
5111 2001-01-20  Martin Buchholz  <martin@xemacs.org>
5112
5113         Macro hygiene.
5114         Fix printf warnings: int format, long int arg.
5115         * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
5116         (PUSH_FAILURE_POINT): Use correct printf formats.
5117         (POP_FAILURE_POINT): Use correct printf formats.  
5118         Use do {...} while (0)
5119
5120 2001-01-20  Martin Buchholz <martin@xemacs.org>
5121
5122         * XEmacs 21.2.42 "Poseidon" is released.
5123
5124 2001-01-20  Martin Buchholz  <martin@xemacs.org>
5125
5126         * console-x.h: typo fix du jour.  Remove #if 0'ed code.
5127
5128 2001-01-19  Martin Buchholz  <martin@xemacs.org>
5129
5130         De-kludgify FIXED_TYPE free list frobbing.
5131         Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
5132         * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
5133         * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
5134         * alloc.c (Lisp_Free): New pseudo lisp object definition.
5135         * alloc.c (LRECORD_FREE_P): New.
5136         * alloc.c (MARK_LRECORD_AS_FREE): New.
5137         * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
5138         * alloc.c (STRUCT_FREE_P): Deleted.
5139         * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
5140         * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
5141         * alloc.c (STRING_CHARS_FREE_P): New.
5142         * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
5143         * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
5144         * alloc.c (FREE_FIXED_TYPE): Use new definitions.
5145         * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
5146         * alloc.c (resize_string): Use new definitions.
5147         * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
5148         * alloc.c (verify_string_chars_integrity): Use new definitions.
5149         * alloc.c (compact_string_chars): Use new definitions.
5150         * alloc.c: Update monster comments.
5151         * lrecord.h (lrecord_type): Add some new lrecord types for
5152         alloc.c's use.
5153
5154 2001-01-18  Martin Buchholz  <martin@xemacs.org>
5155
5156         Improve alignment hackery.
5157         * lisp.h (ALIGNOF): Better definition for the non-gcc case.
5158         (max_align_t): Moved from opaque.h - general purpose.
5159         (ALIGN_PTR): Use size_t, not long.
5160         * opaque.h (max_align_t): Move to lisp.h.
5161
5162 2001-01-18  Norbert Koch  <nk@LF.net>
5163
5164         * gui.h: Fix and add prototypes to fix build problems.
5165
5166 2001-01-18  Martin Buchholz  <martin@xemacs.org>
5167
5168         temacs is going away, so `dump-temacs' is now a bad name.
5169         * .dbxrc (dump-temacs): Rename to `dmp'.
5170         * .gdbinit (dump-temacs): Rename to `dmp'.
5171
5172 2001-01-17  Andy Piper  <andy@xemacs.org>
5173
5174         * glyphs.c (print_image_instance): comment to make martin happy.
5175
5176         * glyphs-x.c (x_redisplay_widget): update faces after a frame
5177         change.
5178
5179         * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
5180         activation.
5181         (mswindows_tab_control_redisplay): warning suppression.
5182
5183         * glyphs-widget.c (widget_update): re-write to cope with updated
5184         items.
5185         (widget_instantiate): use new gui_item functions.
5186         (tab_control_update): deleted.
5187         (progress_gauge_update): deleted.
5188         (image_instantiator_progress_guage): take out update reference.
5189         (image_instantiator_tree_view): ditto.
5190         (image_instantiator_tab_control): ditto.
5191
5192         * gui.c (widget_gui_parse_item_keywords): new function. Do things
5193         Right the new way.
5194         (gui_item_add_keyval_pair): re-write to cope with descriptors and
5195         return whether anything was changed.
5196         (update_gui_item_keywords): as it sounds.
5197
5198         * gui.h: declare widget_gui_parse_item_keywords.
5199
5200         * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
5201         (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
5202
5203 2001-01-17  Martin Buchholz <martin@xemacs.org>
5204
5205         * XEmacs 21.2.41 "Polyhymnia" is released.
5206
5207 2001-01-16  Didier Verna  <didier@xemacs.org>
5208
5209         * glyphs.c (image_instantiate): don't use fallbacks when
5210         instantiating a face's background pixmap by inheritance.
5211
5212 2001-01-14  Mike Sperber <mike@xemacs.org>
5213
5214         * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
5215         Conditionalize accordingly.
5216
5217 2001-01-16  Martin Buchholz  <martin@xemacs.org>
5218
5219         * dumper.c (pdump_file_get): Fix a compiler warning.
5220
5221 2001-01-15  Martin Buchholz  <martin@xemacs.org>
5222
5223         Make Purify happy when pdumping.
5224         * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
5225         iniitalizing all bits of new lisp object memory.
5226         * symbols.c (Fmake_local_variable): Likewise.
5227         * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
5228         * symbols.c (Fdefvaralias): Likewise.
5229         * mule-charset.c (vars_of_mule_charset): Likewise.
5230
5231 2001-01-15  Martin Buchholz  <martin@xemacs.org>
5232         Add the `-nd' flag when running pre-dump operations under the debugger.
5233         * .dbxrc (run-temacs): Add `-nd'.
5234         * .dbxrc (update-elc): Likewise.
5235         * .dbxrc (dump-temacs): Likewise.
5236         * .gdbinit (run-temacs): Likewise.
5237         * .gdbinit (check-temacs): Likewise.
5238         * .gdbinit (update-elc): Likewise.
5239         * .gdbinit (dump-temacs): Likewise.
5240
5241 2001-01-14  Martin Buchholz  <martin@xemacs.org>
5242
5243         Allow building 64-bit executables on AIX with GNU malloc, e.g.
5244         export OBJECT_MODE=64
5245         configure --pdump --use-union-type=no
5246         * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
5247         * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
5248
5249         * miscplay.c (sndcnv8U_2mono):
5250         Avoid two uses of `++' in the same expression.
5251         Suppresses a GCC warning.
5252
5253 2001-01-13  Martin Buchholz  <martin@xemacs.org>
5254
5255         Make sure future compilers don't miscompile alloc.c.
5256         * alloc.c:
5257         (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
5258         (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
5259
5260 2001-01-12  Martin Buchholz  <martin@xemacs.org>
5261
5262         * dumper.c: A little post-pdump-rename comment fixup.
5263
5264 2001-01-09  Jerry James  <james@eecs.ku.edu>
5265
5266         * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
5267
5268 2001-01-13  Martin Buchholz  <martin@xemacs.org>
5269
5270         * *.[ch]: Globally rename symbols using the following `pdump-rename'
5271         script:
5272         #!/bin/sh
5273         replace_symbol () {
5274           (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
5275         }
5276
5277         replace_symbol pdump_wire_lists pdump_weak_object_chains
5278         replace_symbol pdump_wire_list dump_add_weak_object_chain
5279
5280         replace_symbol pdump_wires pdump_root_objects
5281         replace_symbol pdump_wire dump_add_root_object
5282
5283         replace_symbol pdump_dump_wired pdump_dump_from_root_objects
5284         replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
5285
5286         replace_symbol dumpstructinfos pdump_root_struct_ptrs
5287         replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
5288         replace_symbol dumpstructinfo pdump_root_struct_ptr
5289         replace_symbol dumpstruct dump_add_root_struct_ptr
5290
5291         replace_symbol dumpopaque dump_add_opaque
5292         replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
5293         replace_symbol dumpopaqueinfos pdump_opaques
5294         replace_symbol dumpopaqueinfo pdump_opaque
5295
5296         replace_symbol nb_structdump nb_root_struct_ptrs
5297         replace_symbol nb_opaquedump nb_opaques
5298
5299         replace_symbol align_table pdump_align_table
5300         replace_symbol dump_header pdump_header
5301
5302         replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
5303         replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
5304
5305
5306 2001-01-12  Martin Buchholz  <martin@xemacs.org>
5307
5308         * s/aix4.h: Keep the C for AIX compiler from overaggressively
5309         optimizing bytecount_to_charcount().
5310
5311 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
5312
5313         * config.h.in:
5314         (HAVE_DLFCN_H): Removed.
5315         * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
5316
5317 2001-01-06  Martin Buchholz  <martin@xemacs.org>
5318
5319         Portable dumper maintainability improvements.
5320         * alloc.c (staticpro):
5321         * alloc.c (staticpro_nodump):
5322         * alloc.c (garbage_collect_1):
5323         * alloc.c (reinit_alloc_once_early):
5324         * alloc.c (init_alloc_once_early):
5325         * alloc.c: Move dumper functions to alloc.c.
5326         * dumper.c (pdump_backtrace):
5327         * dumper.c (pdump_dump_structs):
5328         * dumper.c (pdump_dump_opaques):
5329         * dumper.c (pdump_dump_rtables):
5330         * dumper.c (pdump_dump_wired):
5331         * dumper.c (pdump):
5332         * dumper.c (pdump_load_check):
5333         * dumper.c (pdump_load_finish):
5334         * dumper.c (pdump_file_unmap):
5335         * dumper.c (pdump_file_get):
5336         * dumper.c (pdump_resource_free):
5337         * dumper.c (pdump_resource_get):
5338         * dumper.c (pdump_file_free):
5339         * dumper.c (pdump_file_try):
5340         * dumper.c (pdump_load):
5341         Remove fixed size limits on staticpro(), staticpro_nodump(),
5342         dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
5343         Remove custom code for dumping lrecord_implementations_table - use
5344         dumpopaque instead.
5345         Remove (most of the) custom code for dumping staticpros - dump it
5346         like any other dynarr.
5347
5348         * alloc.h: Removed.  No longer useful, since dumper now more self-contained.
5349         * dumper.c: Moved functions from alloc.c.
5350         * alloc.c (dumpstruct): Moved to dumper.c.
5351         * alloc.c (dumpopaque): Likewise.
5352         * alloc.c (pdump_wire): Likewise.
5353         * alloc.c (pdump_wire_list): Likewise.
5354
5355         * lisp.h (Dynarr_sizeof): New.
5356         * lisp.h (Dynarr_begin): New.  Very slightly C++oid.
5357         * lisp.h (Dynarr_end): New.  Very slightly C++oid.
5358         * lisp.h (Lisp_Object_ptr_dynarr): New.  For staticpros.
5359
5360         * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
5361         * lisp.h (dumpopaque): ditto.
5362         * lisp.h (pdump_wire): ditto.
5363         * lisp.h (pdump_wire_list): ditto.
5364
5365 2001-01-09  Martin Buchholz  <martin@xemacs.org>
5366
5367         * make-src-depend (PrintPatternDeps):
5368         Use `sort' to make output independent of perl version.
5369
5370 2001-01-08  Martin Buchholz  <martin@xemacs.org>
5371
5372         Port to Netbsd 1.5.
5373         * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
5374         * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
5375
5376 2001-01-03  Didier Verna  <didier@xemacs.org>
5377
5378         * event-stream.c (emacs_handle_focus_change_preliminary): ensure
5379         that `focus_frame' is alive before thinking of calling
5380         `redisplay_redraw_cursor' on it.
5381
5382 2001-01-08  Martin Buchholz <martin@xemacs.org>
5383
5384         * XEmacs 21.2.40 is released.
5385
5386 2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
5387
5388         * regex.c: Replace PREFETCH with REGEX_PREFETCH.
5389
5390 2001-01-06  Martin Buchholz  <martin@xemacs.org>
5391
5392         * alloc.c (dbg_valmask): Make const.
5393         * alloc.c (dbg_typemask): Make const.
5394         * alloc.c (dbg_USE_UNION_TYPE): Make const.
5395         * alloc.c (dbg_valbits): Make const.
5396         * alloc.c (dbg_gctypebits): Make const.
5397
5398 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
5399
5400         * redisplay-x.c (x_bevel_area):
5401         redisplay.h (struct rune):
5402         Typo fixes in comments.
5403
5404 2001-01-05  Andy Piper  <andy@xemacs.org>
5405
5406         * glyphs-x.c (x_redisplay_widget): use size changed for offset
5407         adjustment.
5408
5409         * menubar.c (menubar_visible_p_changed): don't mark frame changed.
5410
5411 2001-01-05  Martin Buchholz  <martin@xemacs.org>
5412
5413         * alloc.c (pure-bytes-used): Remove unused mendacious variable.
5414
5415         * mule-ccl.c (stack_idx_of_map_multiple):
5416         Non const global data must not be initialized!
5417         Found by MIYASHITA Hisashi.
5418
5419 2001-01-02  Andy Piper  <andy@xemacs.org>
5420
5421         * frame.c (change_frame_size): make sure frame size is always
5422         marked as changed.
5423
5424         * glyphs.c (image_instance_layout): minor code reuse.
5425
5426         * window.c (Fcurrent_window_configuration): revert previous
5427         change.
5428
5429 2001-01-02  Martin Buchholz  <martin@xemacs.org>
5430
5431         * glyphs.h:
5432         * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
5433
5434 2000-12-31  Andy Piper  <andy@xemacs.org>
5435
5436         * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
5437         when widget gets unmapped.
5438
5439         * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
5440         function. Make sure widgets losing focus don't just drop it.
5441         (handle_focus_event_1): record the widget with focus.
5442
5443 2000-12-31  Andy Piper  <andy@xemacs.org>
5444
5445         * window.c (allocate_window): use
5446         make_image_instance_cache_hash_table.
5447         (make_dummy_parent): ditto.
5448         (Fset_window_configuration): ditto.
5449
5450         * glyphs.h (INSTANTIATOR_TYPE): new macro.  declare new functions.
5451
5452         * glyphs.c (process_image_string_instantiator): use
5453         INSTANTIATOR_TYPE.
5454         (get_image_instantiator_governing_domain): ditto.
5455         (normalize_image_instantiator): ditto.
5456         (instantiate_image_instantiator): ditto.
5457         (make_image_instance_1): ditto.
5458         (image_instantiate): ditto. Key on glyph *and* instantiator type.
5459         (instantiator_eq_equal): new function for use with instance hash
5460         tables.
5461         (instantiator_eq_hash): ditto.
5462         (make_image_instance_cache_hash_table): create a suitable hash
5463         table for storing image instances.
5464
5465         * elhash.h (hash_table_weakness): new internal weakness type
5466         HASH_TABLE_KEY_CAR_VALUE_WEAK.
5467         declare new functions.
5468
5469         * elhash.c (finish_marking_weak_hash_tables): introduce yet
5470         another weakness type for glyphs.
5471         (make_standard_lisp_hash_table): new function split out from
5472         make_general_lisp_hash_table.
5473         (make_lisp_hash_table): call make_standard_lisp_hash_table.
5474         (hash_table_instantiate): ditto.
5475         (Fmake_hash_table): ditto.
5476
5477 2000-12-31  Martin Buchholz <martin@xemacs.org>
5478
5479         * XEmacs 21.2.39 is released.
5480
5481 2000-12-29  Andy Piper  <andy@xemacs.org>
5482
5483         * menubar.c (menubar_visible_p_changed): signal the frame changed.
5484
5485         * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
5486         the frame has changed so that we pick up geometry changes such as
5487         menubar visibility.
5488
5489 2000-12-28  Andy Piper  <andy@xemacs.org>
5490
5491         * lastfile.c (my_ebss): make a char array so we can pad the
5492         bss. Fixes cygwin unexec.
5493
5494         * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
5495
5496 2000-12-26  Andy Piper  <andy@xemacs.org>
5497
5498         * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
5499         comments and try and be more precise about a non-/SIGIO world.
5500         (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
5501         SIGIO.
5502
5503         * redisplay-output.c (redisplay_normalize_glyph_area): make sure
5504         we don't normalize to zero width or height.
5505
5506 2000-12-24  Andy Piper  <andy@xemacs.org>
5507
5508         * Makefile.in.in (ldflags): add -mwindows when appropriate.
5509
5510 2000-08-18  Golubev I. N.  <gin@mo.msk.ru>
5511
5512         * s/sco5.h: SCO 5 has pty support.
5513
5514 2000-07-20  Kazuyuki IENAGA <ienaga@xemacs.org>
5515
5516         * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
5517         input-method-xlib.c contains whole contents of input-method-xfs.c,
5518         so we can use input-method-xlib.c's code for USE_XFONTSET
5519         using #ifdefs.
5520         * input-method-xfs.c: removed.
5521
5522 2000-12-20  Stephen Turnbull  <stephen@xemacs.org>
5523
5524         * file-coding.h (enum coding_category_type): reorder enumerators to
5525         make autodetection safer.  Make CODING_CATEGORY_LAST an enumerator
5526         (now one greater than largest real coding_category_type enumerator).
5527         * file-coding.c (coding_category_symbol, coding_category_by_priority,
5528         coding_category_system, fcd_descriptihon_1, decode_coding_category,
5529         Fcoding_category_list, Fset_coding_priority_list,
5530         Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
5531         vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
5532
5533 2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
5534
5535         * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
5536         * redisplay-output.c (redisplay_output_window): Clear top of window
5537         when face is changed.
5538         * redisplay-x.c (x_redraw_exposed_window): Call
5539         redisplay_clear_top_of_window.
5540         * redisplay.h: Publish redisplay_clear_top_of_window.
5541
5542 2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
5543
5544         * buffer.c (Fkill_buffer): Map over all devices.
5545         * window.c (window_loop): Remove UNSHOW_BUFFER code.
5546         (list_windows): New function.
5547         (list_all_windows): Ditto.
5548         (Freplace_buffer_in_windows): Use them.
5549
5550 2000-02-02   Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
5551
5552         * database.c (berkdb_subtype): Recognize new subtype `queue'.
5553         (Fopen_database): Use `db_create' instead of `db_open'.
5554         (syms_of_database): Initialize Qqueue.
5555
5556 2000-12-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
5557
5558         * buffer.c (common_init_complex_vars_of_buffer): Initialize
5559         buffer_local_face_property.
5560         * buffer.h (struct buffer): New member buffer_local_face_property.
5561         * window.c (Fset_window_buffer):  Mark window's face as changed
5562         when buffer has buffer local face.
5563         * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
5564         * objects.c (color_after_change): Set buffer_local_face_property
5565         when locale of face specifier is buffer.
5566         * objects.c (font_after_change): Ditto.
5567         * objects.c (face_boolean_after_change): Ditto.
5568         * glyphs.c (image_after_change): Ditto.
5569
5570 2000-12-09  Dan Holmsand  <dan@eyebee.com>
5571
5572         * nt.c (mswindows_fstat): Report file permissions, volume serial
5573         number, etc. Code adapted from FSF Emacs 20.7.
5574
5575 2000-12-09  Dan Holmsand  <dan@eyebee.com>
5576
5577         * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
5578         of stat when we don't have symbolic links, to make sure
5579         mswindows_stat is called on mswindows.
5580
5581 2000-12-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
5582
5583         * alloca.c: Define malloc to xmalloc only when built with XEmacs.
5584
5585 2000-12-12  Martin Buchholz  <martin@xemacs.org>
5586
5587         * doprnt.c (emacs_doprnt_1): More printing fixes.
5588         Make printing of numbers compatible with libc and FSF Emacs.
5589         BUG was: (format "%6.3f" 1.2) ==>"1.200000"
5590         Use the system printf to do most of the hard work of formatting,
5591         instead of doprnt_1().
5592         Calculate memory to allocate for format string.
5593         Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
5594         (doprnt_1): Cleaner code and documentation.
5595
5596 2000-12-01  Jerry James  <james@eecs.ukans.edu>
5597
5598         * Makefile.in.in: Use the loop variable to install headers.
5599
5600 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
5601
5602         * window.c (Fsplit_window): Don't invalidate face cache.
5603
5604 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
5605
5606         * minibuf.c (Fall_completions): Undo the previous change
5607         which removed checking elements start with space.
5608
5609 2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
5610
5611         * mule-canna.c: Didier suppression.
5612
5613 2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
5614
5615         * mule-canna.c: rename static unsigned char buf[] to key_buffer
5616         (warning suppression).  Add English comment translations.
5617
5618 2000-12-05  Martin Buchholz  <martin@xemacs.org>
5619
5620         * unexelfsgi.c (unexec): Better test for mmap failure.
5621
5622 2000-12-05  Martin Buchholz <martin@xemacs.org>
5623
5624         * XEmacs 21.2.38 is released.
5625
5626 2000-12-05  Martin Buchholz  <martin@xemacs.org>
5627
5628         * redisplay.c (bar-cursor): Make a user variable.
5629
5630         * symsinit.h: Add init_postgresql_from_environment.
5631
5632 2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
5633
5634         * regex.c: Convert to clean C.
5635
5636 2000-12-05  Dan Holmsand  <dan@eyebee.com>
5637
5638         * realpath.c:
5639         Don't #include sysfile.h. Revert to duplicating PATH_MAX
5640         initialization.
5641         (sys_readlink): renamed to system_readlink to avoid conflict with
5642         the other sys_readlink.
5643
5644 2000-12-04  Hiroaki Abe  <h-abe@pc.highway.ne.jp>
5645
5646         * dumper.c (pdump_file_get): Correct uses of pdump_fd.
5647
5648 2000-12-04  Stephen J. Turnbull  <stephen@xemacs.org>
5649
5650         * postgresql.c (init_postgresql_from_environment): new function.
5651         (vars_of_postgresql): Move code initializing Lisp variables out and
5652         into init_postgresql_from_environment.
5653         emacs.c (main_1): Call init_postgresql_from_environment if and only
5654         if running a dumped XEmacs.
5655
5656 2000-08-31  Dan Holmsand  <dan@eyebee.com>
5657
5658         * buffer.c: Make find-file-compare-truenames default to true on
5659         windows.
5660
5661         * realpath.c (win32_abs_start):
5662         (cygwin_readlink):
5663         (win32_readlink): New functions.
5664         (xrealpath): Return really real filenames on windows.
5665
5666         * fileio.c (Ffile_truename): Make file-truename work on windows.
5667
5668 2000-11-29  Didier Verna  <didier@xemacs.org>
5669
5670         * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
5671         * faces.c (update_face_cachel_data): use it.
5672         * faces.c (add_face_cachel): use it. Complete background pixmap
5673         frobbing in face cache if `update_face_cachel_data' has not done so.
5674
5675 2000-11-29  Yoshiki Hayashi  <yoshiki@xemacs.org>
5676
5677         * search.c (string_match_1): Don't set last_thing_searched
5678         when search failed.
5679
5680 2000-11-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
5681
5682         * buffer.c: Include casetab.h
5683         (common_init_complex_vars_of_buffer): Use new case-table object.
5684         * buffer.h: Include casetab.h
5685         * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
5686         (DOWNCASE_TABLE_OF): Ditto.
5687         * bufslots.h: Remove char-tables and add case-table.
5688         * casetab.c: Include casetab.h
5689         (CASE_TABLE_P): Removed.
5690         (mark_case_table): New function.
5691         (allocate_case_table): New function.
5692         (Fcase_table_p): Use new case-table.
5693         (case_table_char): New function.
5694         (Fget_case_table): Ditto.
5695         (Fput_case_table): Ditto.
5696         (Fput_case_table_pair): Ditto.
5697         (Fcopy_case_table): Ditto.
5698         (Fcurrent_case_table): Return case-table.
5699         (Fstandard_case_table): Return case-table.
5700         (Fset_case_table): Fix doc-string.
5701         (set_case_table): Use case-table
5702         (syms_of_casetab): DEFSUBR new functions.
5703         (complex_vars_of_casetab): Set up standard case-table.
5704         * casetab.h: New file.
5705         * editfns.c: Include casetab.h
5706         (Fcompare_buffer_substrings): Use case-table.
5707         * inline.c: Include casetab.h
5708         * lisp.h: Remove bogus extern.
5709         * lrecord.h (lrecord_type): Add lrecord_type_case_table.
5710         * search.c: Include casetab.h
5711         (TRANSLATE_ASCII): Removed.
5712         (TRANSLATE): Unconditionally translate character.
5713         (looking_at_1): Use case-table.
5714         (string_match_1): Ditto.
5715         (fast_string_match): Ditto.
5716         (search_command): Ditto.
5717         (search_buffer): Separate boyer_moore.  Check whether
5718         boyer_moore is possible.
5719         (simple_search): New function.
5720         (boyer_moore): Separated from search_buffer. Translate char.
5721
5722 2000-11-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
5723
5724         * regex.c (RE_TR_ASCII): Removed.
5725         (RE_TRANSLATE): Unconditionally use TRT_TABLE.
5726         (PATFETCH): Call PATFETCH_RAW.
5727         (PATFETCH_RAW): Fetch Emchar.
5728         (PATUNFETCH): Decrement charptr.
5729         (GET_BUFFER_SPACE): Rename b to buf_end.
5730         (BUF_PUSH): Ditto.
5731         (BUF_PUSH_2): Ditto.
5732         (BUF_PUSH_3): Ditto.
5733         (EXTEND_BUFFER): Ditto.
5734         (SET_LIST_BIT): Ditto.
5735         (regex_compile): Ditto.  Translate non ASCII char.
5736         (compile_range): Ditto.
5737         (re_search_2): Ditto.
5738         (re_match_2_internal): Compare Emchar.
5739         (bcmp_translate): Ditto.
5740
5741 2000-11-29  Stephen J. Turnbull  <turnbull@xemacs.org>
5742
5743         * lisp.h (basic char/int typedefs):  comment improvement.
5744
5745 2000-11-24  Stephen J. Turnbull  <turnbull@xemacs.org>
5746
5747         * emacs.c (main_1):  unconditional pdump unstomping; don't save and
5748         unstomp inhibit_site_lisp.  Improve comments.
5749
5750 2000-11-22  Stephen J. Turnbull  <turnbull@xemacs.org>
5751
5752         * mule-charset.c (Fcharset_property):  improve type checking, comments.
5753
5754 2000-11-28  Andy Piper  <andy@xemacs.org>
5755
5756         * redisplay-output.c (redisplay_output_subwindow): make sure we do
5757         clipped display for windows in the gutter also.
5758         (redisplay_display_boxes_in_window_p): change semantics of return
5759         codes to be more intuitive.
5760
5761         * gutter.h: declare display_boxes_in_gutter_p.
5762
5763         * gutter.c (display_boxes_in_gutter_p): new function for
5764         redisplay.
5765
5766 2000-11-22  Andy Piper  <andy@xemacs.org>
5767
5768         * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
5769         autodetect domain.
5770
5771 2000-11-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
5772
5773         * callproc.c (Fold_call_process_internal):
5774         * gpm.c (Freceive_gpm_event):
5775         (tty_get_foreign_selection): Might be just warning supression.
5776         * fileio.c (Fwrite_region_internal):
5777         (Fset_visited_file_modtime):
5778         * keymap.c (event_matches_key_specifier_p):
5779         Initialize GCPROed variable.
5780
5781         * menubar-x.c (command_builder_find_menu_accelerator):
5782         Initialize before use.
5783
5784 2000-11-23  Andy Piper  <andy@xemacs.org>
5785
5786         * unexcw.c (unexec): make the resulting executable executable.
5787
5788 2000-11-21  Martin Buchholz  <martin@xemacs.org>
5789
5790         * doc.c (get_doc_string):
5791         Use size_t, not int, for result of XSTRING_LENGTH.
5792
5793         * cmds.c (Fdelete_char):
5794         * cmds.c (Fpoint_at_eol):
5795         * cmds.c (Fself_insert_command):
5796         Use EMACS_INT, not int, for result of XINT.
5797         Someday, someone will want to insert more than 2**31 identical characters.
5798
5799         * cmds.c (Fdelete_char):
5800         * cmds.c (Fdelete_backward_char):
5801         * syntax.c (Fforward_word):
5802         * syntax.c (Fforward_comment):
5803         Make COUNT argument optional, for consistency with forward-char et al.
5804
5805 2000-11-22  Martin Buchholz  <martin@xemacs.org>
5806
5807         * lisp.h:
5808         * print.c (long_to_string):
5809         Return a useful value: the pointer at end of data written.
5810
5811         * doprnt.c:
5812         Use `static const char * const' for constant strings.
5813         (union printf_arg): Delete `i', `ui' members.
5814         (get_doprnt_args):
5815         (emacs_doprnt_1):
5816         Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
5817         Do all printf-ing via the `l' specifier.
5818         Use EMACS_INT instead of int.
5819         Optimize.
5820
5821 2000-11-20  Didier Verna  <didier@xemacs.org>
5822
5823         * faces.c (update_face_cachel_data): don't frob the background
5824         pixmap when the window is being created. The face is needed but
5825         does not exist yet.
5826
5827 2000-11-20  Andy Piper  <andy@xemacs.org>
5828
5829         * unexcw.c (copy_executable_and_dump_data_section): Only do bss
5830         messing with a debug environment.
5831
5832 2000-11-20  Martin Buchholz  <martin@xemacs.org>
5833
5834         * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
5835
5836 2000-11-20  Martin Buchholz  <martin@xemacs.org>
5837
5838         * casetab.c (Fcase_table_p): Fix compile error and crash.
5839
5840 2000-11-18  Philip Aston  <philipa@mail.com>
5841
5842         * s/cygwin32.h: Cygwin has SVR4-like pty support.
5843
5844 2000-11-18  Martin Buchholz  <martin@xemacs.org>
5845
5846         * fileio.c (Fexpand_file_name): GCPRO bug!  Protect `handler'.
5847         * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
5848
5849 2000-11-17  Martin Buchholz  <martin@xemacs.org>
5850
5851         * config.h.in: Define HAVE_ELF_H if elf.h exists.
5852         * unexelf.c: Use HAVE_ELF_H.
5853         * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
5854         I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
5855         Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
5856         Greg Harrington <greg_harrington@hotmail.com> provided a machine
5857         for testing.
5858         So this is an unexelfsgi.c from a different line of development.
5859
5860 2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
5861
5862         * regex.c (RE_TR_ASCII): New function.
5863         (RE_TRANSLATE): Call it.
5864
5865 2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
5866
5867         * buffer.h (TRT_TABLE_OF): Remove assert.
5868         (IN_TRT_TABLE_DOMAIN): Removed.
5869
5870 2000-11-16  Gunnar Evermann  <ge204@eng.cam.ac.uk>
5871
5872         * free-hook.c (log_gcpro):
5873         (show_gcprohist): Add support for GCPRO5.
5874
5875 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
5876
5877         * emacs.c (main_1): Improve -sd error message when --pdump=no.
5878
5879 2000-11-16  Olivier Galibert  <galibert@xemacs.org>
5880
5881         * symeval.h: Declare flush_all_buffer_local_cache.
5882
5883         * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
5884         (flush_buffer_local_cache): Added.
5885         (flush_all_buffer_local_cache): Added.
5886
5887         * lrecord.h: Remove unused XD_LO_RESET_NIL.
5888
5889         * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
5890         (pdump_dump_data): Ditto.
5891         (pdump_reloc_one): Ditto.
5892         (pdump): Remove unused pdump_qnil.  Flush buffer local caches
5893         before dumping.
5894
5895
5896 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
5897
5898         * buffer.c: Remove if 0'ed entry.
5899         * buffer.h: Rewrite TRT to use char-table.
5900         * bufslots.h: Remove mirror tables.
5901         * casetab.c: Remove mirror tables.
5902         (CASE_TABLE_P): New macro.
5903         (Fcase_table_p): Element of a case table is string or char-table.
5904         (make_mirror_trt_table): Removed.
5905         (set_case_table): Setup char-table from strings for backward
5906         compatibility.
5907         * dired.c (Fdirectory_files):
5908         * dired-msw.c: (mswindows_get_files):
5909         * lisp.h: Change prototype of re_pattern_buffer.
5910         * regex.c: (RE_TRANSLATE): New macro.
5911         (TRANSLATE_P): Ditto.
5912         Change translate to type RE_TRANSLATE_TYPE.
5913         * regex.h: Define RE_TRANSLATE_TYPE
5914         * search.c (TRANSLATE): New macro.
5915         (TRANSLATE_ASCII): New macro.
5916         Translate table is changed to Lisp_Object.
5917         (signal_failure): Inhibit return.
5918
5919 2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
5920
5921         * device-msw.c:
5922         * eldap.c:
5923         * event-Xt.c:
5924         * event-stream.c:
5925         * print.c:
5926         Do UNGCPRO before return.
5927
5928 2000-11-14  Martin Buchholz <martin@xemacs.org>
5929
5930         * XEmacs 21.2.37 is released.
5931
5932 2000-11-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
5933
5934         * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
5935         Add comments about discarded return value.
5936
5937 2000-11-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
5938
5939         * callint.c:
5940         * event-stream.c: Fix comments.  Remove some #if 0'ed part.
5941
5942 2000-10-27  Andy Piper  <andy@xemacs.org>
5943
5944         * gutter.c (Fset_default_gutter_position): default left and right
5945         gutters to visible.
5946         (calculate_gutter_size): calculate resonable heuristic for left
5947         and right gutter sizes.
5948         (specifier_vars_of_gutter): change left and right gutter sizes to
5949         autodetect.
5950         (calculate_gutter_size_from_display_lines): new function.
5951         (output_gutter): check for resizing on left and right gutters.
5952         (clear_gutter): don't special case top and left gutters.
5953         (specifier_vars_of_gutter): use new signature for
5954         set_specifier_caching.
5955
5956         * glyphs-x.c (x_redisplay_widget): spelling fix.
5957         * glyphs.c (specifier_vars_of_glyphs):
5958         * menubar.c (specifier_vars_of_menubar):
5959         * redisplay.c (specifier_vars_of_redisplay):
5960         * toolbar.c (specifier_vars_of_toolbar):
5961         * window.c (specifier_vars_of_window):
5962         * scrollbar.c (specifier_vars_of_scrollbar):
5963         (complex_vars_of_scrollbar): use new signature for
5964         set_specifier_caching.
5965
5966         * specifier.c (set_specifier_caching): include recompute flag.
5967         (recompute_one_cached_specifier_in_window): always recompute if
5968         flag set.
5969         (recompute_one_cached_specifier_in_frame): ditto.
5970
5971         * specifier.h (struct specifier_caching): add recompute flag.
5972
5973 2000-10-24  Andy Piper  <andy@xemacs.org>
5974
5975         * unexcw.c (copy_executable_and_dump_data_section): add new
5976         BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
5977         5.0 happy.
5978
5979 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
5980
5981         * console-x.h (x_device): New member modifier_release_time.
5982         * event-Xt.c (x_handle_sticky_modifiers):
5983         Bound interval modifier keys are sticky.
5984         * event-stream.c (Vmodifier_keys_sticky_time): New variable.
5985         * events.h: extern it.
5986
5987 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
5988
5989         * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
5990
5991 2000-11-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
5992
5993         * event-stream.c (execute_command_event): Preserve current_events
5994         and the like when event is misc-user-event.
5995         Inhibit quit during the call to maybe_echo_keys.
5996
5997 2000-10-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
5998
5999         * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
6000         symlink when buffer is killed.
6001         (inhibit_clash_detection): New variable.
6002
6003 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
6004
6005         * console.c (Fset_input_method): Trigger redisplay on tty.
6006
6007 2000-11-07  Martin Buchholz  <martin@xemacs.org>
6008
6009         * process.c (Fprocess_status): Revert to previous behavior:
6010         (process-status "nosuchprocess") ==> nil
6011
6012 2000-11-06  Martin Buchholz  <martin@xemacs.org>
6013
6014         * mule-charset.h (CHARSET_BY_LEADING_BYTE):
6015         Work around another GCC 2.95.2 optimizer bug.
6016
6017 2000-11-02  Martin Buchholz  <martin@xemacs.org>
6018
6019         * process.c (Fget_process): Use LIST_LOOP_2.
6020         (kill_buffer_processes): Use LIST_LOOP_2.
6021
6022         * minibuf.c (Fall_completions):
6023         Delete old non-functional code for FSF fourth argument.
6024
6025         * frame.c (frame_matches_frame_spec):
6026         Renamed from `frame_matches_frametype'.  Update all callers.
6027         (device_matches_device_spec):
6028         Renamed from 'device_matches_console_spec'.  Update all callers.
6029
6030         * doc.c (Fsubstitute_command_keys):
6031         Remove buffer overflow crash.  Small code cleanups.
6032
6033         * casetab.c (check_case_table): Simpler code.
6034
6035         * window.c (Freplace_buffer_in_windows):
6036         Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
6037         (and similar implementation) as Fdelete_windows_on.
6038         Update all callers.
6039
6040         * alloc.c (Fmake_list):
6041         * alloc.c (make_vector):
6042         * alloc.c (Fmake_vector):
6043         * alloc.c (make_bit_vector):
6044         * alloc.c (Fmake_bit_vector):
6045         * alloc.c (Fbit_vector):
6046         * alloc.c (Fmake_string):
6047         * alloc.c (Fpurecopy):
6048         * alloc.c (Fmemory_limit):
6049         * buffer.c:
6050         * buffer.c (Fget_buffer):
6051         * buffer.c (Fkill_buffer):
6052         * buffer.c (complex_vars_of_buffer):
6053         * bytecode.c (Fcompiled_function_stack_depth):
6054         * callint.c (Fprefix_numeric_value):
6055         * event-stream.c:
6056         * event-stream.c (Fread_key_sequence):
6057         * casetab.c:
6058         * casetab.c (Fcase_table_p):
6059         * casetab.c (check_case_table):
6060         * casetab.c (Fset_case_table):
6061         * casetab.c (Fset_standard_case_table):
6062         * chartab.c:
6063         * chartab.c (Fchar_table_type):
6064         * chartab.c (Freset_char_table):
6065         * chartab.c (Fget_char_table):
6066         * chartab.c (Fget_range_char_table):
6067         * chartab.c (Fput_char_table):
6068         * chartab.c (Fmap_char_table):
6069         * chartab.c (Fcategory_table_p):
6070         * chartab.c (Fcheck_category_at):
6071         * chartab.c (Fchar_in_category_p):
6072         * chartab.c (Fcategory_table):
6073         * chartab.c (Fcopy_category_table):
6074         * chartab.c (Fset_category_table):
6075         * chartab.c (Fcategory_designator_p):
6076         * chartab.c (Fcategory_table_value_p):
6077         * cmds.c (Fdelete_char):
6078         * cmds.c (Fdelete_backward_char):
6079         * cmds.c (Fself_insert_command):
6080         * cmds.c (Fself_insert_internal):
6081         * console.c (Fvalid_console_type_p):
6082         * console.c (Fcdfw_console):
6083         * console.c (Fconsole_type):
6084         * console.c (Fconsole_name):
6085         * console.c (Fconsole_device_list):
6086         * console.c (Fconsole_on_window_system_p):
6087         * data.c:
6088         * data.c (Feq):
6089         * data.c (Fold_eq):
6090         * data.c (Fsubr_interactive):
6091         * data.c (Fchar_to_int):
6092         * data.c (Fint_to_char):
6093         * data.c (Fsetcar):
6094         * data.c (Fsetcdr):
6095         * data.c (Fnumber_to_string):
6096         * data.c (Fstring_to_number):
6097         * data.c (Frem):
6098         * database.c (mark_database):
6099         * database.c (finalize_database):
6100         * database.c (Fdatabase_live_p):
6101         * database.c (Fdatabasep):
6102         * device-x.c (Fx_get_resource):
6103         * device.c (Fdfw_device):
6104         * dired.c:
6105         * dired.c (Ffile_name_completion):
6106         * dired.c (Ffile_name_all_completions):
6107         * dired.c (Fuser_name_completion):
6108         * dired.c (Fuser_name_completion_1):
6109         * dired.c (Fuser_name_all_completions):
6110         * doc.c (Fdocumentation):
6111         * doc.c (Fdocumentation_property):
6112         * doc.c (Fsubstitute_command_keys):
6113         * editfns.c:
6114         * editfns.c (Fchar_to_string):
6115         * editfns.c (Fstring_to_char):
6116         * editfns.c (Ftemp_directory):
6117         * editfns.c (Finsert_char):
6118         * editfns.c (Fbuffer_substring_no_properties):
6119         * editfns.c (Fnarrow_to_region):
6120         * editfns.c (Fchar_equal):
6121         * editfns.c (Fchar_Equal):
6122         * editfns.c (Ftranspose_regions):
6123         * emacs.c (Fdump_emacs):
6124         * eval.c (Fthrow):
6125         * eval.c (Fcommand_execute):
6126         * eval.c (Fautoload):
6127         * eval.c (Fbacktrace):
6128         * eval.c (Fbacktrace_frame):
6129         * events.c:
6130         * events.c (Fcopy_event):
6131         * events.c (Fcharacter_to_event):
6132         * events.c (Fevent_button):
6133         * events.c (Fevent_process):
6134         * extents.c:
6135         * extents.c (Fnext_extent_change):
6136         * extents.c (Fextent_property):
6137         * faces.c (Ffacep):
6138         * faces.c (Fmake_face):
6139         * file-coding.c:
6140         * file-coding.c (Fencode_shift_jis_char):
6141         * file-coding.c (Fencode_big5_char):
6142         * fileio.c (Ffile_name_directory):
6143         * fileio.c (Ffile_name_nondirectory):
6144         * fileio.c (Ffile_name_as_directory):
6145         * fileio.c (Fdirectory_file_name):
6146         * fileio.c (Ffile_truename):
6147         * fileio.c (Fsubstitute_in_file_name):
6148         * fileio.c (Ffile_modes):
6149         * fileio.c (Fset_file_modes):
6150         * fileio.c (Fset_default_file_modes):
6151         * fileio.c (Fverify_visited_file_modtime):
6152         * floatfns.c (Facos):
6153         * floatfns.c (Fasin):
6154         * floatfns.c (Fatan):
6155         * floatfns.c (Fcos):
6156         * floatfns.c (Fsin):
6157         * floatfns.c (Ftan):
6158         * floatfns.c (Fbessel_j0):
6159         * floatfns.c (Fbessel_j1):
6160         * floatfns.c (Fbessel_jn):
6161         * floatfns.c (Fbessel_y0):
6162         * floatfns.c (Fbessel_y1):
6163         * floatfns.c (Fbessel_yn):
6164         * floatfns.c (Ferf):
6165         * floatfns.c (Ferfc):
6166         * floatfns.c (Flog_gamma):
6167         * floatfns.c (Fexp):
6168         * floatfns.c (Fexpt):
6169         * floatfns.c (Flog):
6170         * floatfns.c (Flog10):
6171         * floatfns.c (Fsqrt):
6172         * floatfns.c (Fcube_root):
6173         * floatfns.c (Facosh):
6174         * floatfns.c (Fasinh):
6175         * floatfns.c (Fatanh):
6176         * floatfns.c (Fcosh):
6177         * floatfns.c (Fsinh):
6178         * floatfns.c (Ftanh):
6179         * floatfns.c (Fabs):
6180         * floatfns.c (Ffloat):
6181         * floatfns.c (Flogb):
6182         * floatfns.c (Fceiling):
6183         * floatfns.c (Ffloor):
6184         * floatfns.c (Fround):
6185         * floatfns.c (Ftruncate):
6186         * floatfns.c (Ffceiling):
6187         * floatfns.c (Fffloor):
6188         * floatfns.c (Ffround):
6189         * floatfns.c (Fftruncate):
6190         * fns.c (Fstring_equal):
6191         * fns.c (Fstring_lessp):
6192         * fns.c (concat2):
6193         * fns.c (concat3):
6194         * fns.c (vconcat2):
6195         * fns.c (vconcat3):
6196         * fns.c (Fsubstring):
6197         * fns.c (Fassoc):
6198         * fns.c (Fold_assoc):
6199         * fns.c (assoc_no_quit):
6200         * fns.c (Fassq):
6201         * fns.c (Fold_assq):
6202         * fns.c (assq_no_quit):
6203         * fns.c (Frassoc):
6204         * fns.c (Fold_rassoc):
6205         * fns.c (Frassq):
6206         * fns.c (Fold_rassq):
6207         * fns.c (rassq_no_quit):
6208         * fns.c (Fremassoc):
6209         * fns.c (remassoc_no_quit):
6210         * fns.c (Fremassq):
6211         * fns.c (remassq_no_quit):
6212         * fns.c (Fremrassoc):
6213         * fns.c (Fremrassq):
6214         * fns.c (remrassq_no_quit):
6215         * fns.c (Fsort):
6216         * fns.c (Fplist_get):
6217         * fns.c (Fplist_put):
6218         * fns.c (Fplist_remprop):
6219         * fns.c (Fplist_member):
6220         * fns.c (Flax_plist_get):
6221         * fns.c (Flax_plist_put):
6222         * fns.c (Flax_plist_remprop):
6223         * fns.c (Flax_plist_member):
6224         * fns.c (Fequal):
6225         * fns.c (Fold_equal):
6226         * fns.c (Frequire):
6227         * fns.c (Fbase64_encode_region):
6228         * fns.c (Fbase64_encode_string):
6229         * fns.c (Fbase64_decode_region):
6230         * frame.c:
6231         * frame.c (frame_matches_frame_spec):
6232         * frame.c (device_matches_device_spec):
6233         * frame.c (next_frame):
6234         * frame.c (previous_frame):
6235         * frame.c (Fnext_frame):
6236         * frame.c (Fprevious_frame):
6237         * frame.c (Fframe_property):
6238         * frame.c (Fset_frame_height):
6239         * frame.c (Fset_frame_size):
6240         * frame.h:
6241         * glyphs.c:
6242         * glyphs.c (if):
6243         * glyphs.c (decode_error_behavior_flag):
6244         * glyphs.c (Fmake_image_instance):
6245         * indent.c (Findent_to):
6246         * intl.c (Fignore_defer_gettext):
6247         * keymap.c (Fkeymapp):
6248         * keymap.c (Flookup_key):
6249         * lread.c:
6250         * lread.c (Fload_internal):
6251         * lread.c (Feval_buffer):
6252         * lread.c (Feval_region):
6253         * macros.c (Fexecute_kbd_macro):
6254         * marker.c (set_marker_internal):
6255         * marker.c (Fset_marker):
6256         * marker.c (set_marker_restricted):
6257         * marker.c (Fcopy_marker):
6258         * marker.c (noseeum_copy_marker):
6259         * menubar.c:
6260         * menubar.c (Fpopup_menu):
6261         * minibuf.c:
6262         * mule-charset.c (Fcharset_name):
6263         * mule-charset.c (Fchar_charset):
6264         * mule-charset.c (Fchar_octet):
6265         * mule-charset.c (Fsplit_char):
6266         * mule-wnnfns.c (Fwnn_open):
6267         * mule-wnnfns.c (Fwnn_dict_comment):
6268         * mule-wnnfns.c (Fwnn_quit_henkan):
6269         * mule-wnnfns.c (Fwnn_word_toroku):
6270         * mule-wnnfns.c (Fwnn_word_sakujo):
6271         * mule-wnnfns.c (Fwnn_word_use):
6272         * mule-wnnfns.c (Fwnn_hindo_set):
6273         * objects.c:
6274         * objects.c (Fmake_color_instance):
6275         * objects.c (Fmake_font_instance):
6276         * print.c (Fwrite_char):
6277         * process.c:
6278         * process.c (mark_process):
6279         * process.c (print_process):
6280         * process.c (get_process_from_usid):
6281         * process.c (Fprocessp):
6282         * process.c (Fprocess_live_p):
6283         * process.c (Fget_process):
6284         * process.c (Fget_buffer_process):
6285         * process.c (get_process):
6286         * process.c (Fprocess_id):
6287         * process.c (Fprocess_name):
6288         * process.c (Fprocess_command):
6289         * process.c (init_process_io_handles):
6290         * process.c (start_process_unwind):
6291         * process.c (Fstart_process_internal):
6292         * process.c (Fopen_multicast_group_internal):
6293         * process.c (Fset_process_window_size):
6294         * process.c (read_process_output):
6295         * process.c (send_process):
6296         * process.c (Fprocess_tty_name):
6297         * process.c (Fset_process_buffer):
6298         * process.c (Fprocess_buffer):
6299         * process.c (Fprocess_mark):
6300         * process.c (set_process_filter):
6301         * process.c (Fset_process_filter):
6302         * process.c (Fprocess_filter):
6303         * process.c (Fprocess_send_region):
6304         * process.c (Fprocess_send_string):
6305         * process.c (exec_sentinel):
6306         * process.c (Fset_process_sentinel):
6307         * process.c (Fprocess_sentinel):
6308         * process.c (status_notify):
6309         * process.c (Fprocess_status):
6310         * process.c (Fprocess_exit_status):
6311         * process.c (process_send_signal):
6312         * process.c (Fprocess_send_eof):
6313         * process.c (deactivate_process):
6314         * process.c (remove_process):
6315         * process.c (Fdelete_process):
6316         * process.c (kill_buffer_processes):
6317         * process.c (Fprocess_kill_without_query):
6318         * process.c (Fprocess_kill_without_query_p):
6319         * rangetab.c:
6320         * rangetab.c (Fget_range_table):
6321         * rangetab.c (Fput_range_table):
6322         * rangetab.c (Fremove_range_table):
6323         * rangetab.c (Fclear_range_table):
6324         * search.c:
6325         * search.c (Fskip_chars_forward):
6326         * search.c (Fskip_chars_backward):
6327         * search.c (Fskip_syntax_forward):
6328         * search.c (Fskip_syntax_backward):
6329         * search.c (search_command):
6330         * search.c (Freplace_match):
6331         * search.c (Fregexp_quote):
6332         * select.c (Fown_selection_internal):
6333         * select.c (Fselection_owner_p):
6334         * select.c (Fselection_exists_p):
6335         * select.c (Fget_selection_internal):
6336         * specifier.c:
6337         * symbols.c:
6338         * symbols.c (Fintern):
6339         * symbols.c (Fintern_soft):
6340         * symbols.c (Funintern):
6341         * symbols.c (Fapropos_internal):
6342         * symbols.c (Fset_default):
6343         * syntax.c:
6344         * syntax.c (Fsyntax_table_p):
6345         * syntax.c (Fcopy_syntax_table):
6346         * syntax.c (Fset_syntax_table):
6347         * syntax.c (Fchar_syntax):
6348         * syntax.c (syntax_match):
6349         * syntax.c (Fmatching_paren):
6350         * syntax.c (Fforward_word):
6351         * syntax.c (scan_lists):
6352         * syntax.c (Fscan_lists):
6353         * syntax.c (Fscan_sexps):
6354         * syntax.c (Fparse_partial_sexp):
6355         * toolbar.c (Fcheck_toolbar_button_syntax):
6356         * tooltalk.doc:
6357         * window.c:
6358         * window.c (Fwindowp):
6359         * window.c (Fwindow_live_p):
6360         * window.c (Fwindow_point):
6361         * window.c (Fdelete_window):
6362         * window.c (Fnext_window):
6363         * window.c (Fprevious_window):
6364         * window.c (Fother_window):
6365         * window.c (window_loop):
6366         * window.c (Fget_lru_window):
6367         * window.c (Fsplit_window):
6368         * window.c (Fenlarge_window):
6369         * window.c (Fenlarge_window_pixels):
6370         * window.c (Fshrink_window):
6371         * window.c (Fshrink_window_pixels):
6372         * window.c (change_window_height):
6373         * window.c (Fwindow_configuration_p):
6374         * window.c (Fcurrent_window_configuration):
6375         * window.h:
6376         * casefiddle.c (casify_object):
6377         * casefiddle.c (Fupcase):
6378         * casefiddle.c (Fdowncase):
6379         * casefiddle.c (Fcapitalize):
6380         * casefiddle.c (Fupcase_initials):
6381         * casefiddle.c (casify_region_internal):
6382         * casefiddle.c (casify_region):
6383         * casefiddle.c (Fupcase_region):
6384         * casefiddle.c (Fdowncase_region):
6385         * casefiddle.c (Fcapitalize_region):
6386         * casefiddle.c (Fupcase_initials_region):
6387         * casefiddle.c (Fupcase_word):
6388         * casefiddle.c (Fdowncase_word):
6389         * casefiddle.c (Fcapitalize_word):
6390         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
6391         Replace 0 with '\0' when working with bytes.
6392         Replace initial "(" with "\(" in docstrings.
6393
6394 2000-11-01  Martin Buchholz  <martin@xemacs.org>
6395
6396         * config.h.in: Handle alloca with Compaq C on Alpha Linux.
6397
6398         * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
6399
6400 2000-10-31  Martin Buchholz  <martin@xemacs.org>
6401
6402         * eldap.c (print_ldap): 64-bit cleaner.  Fixes warning.
6403
6404 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
6405
6406         * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
6407         correctly.
6408
6409 2000-10-30  Yoshiki Hayashi  <yoshiki@xemacs.org>
6410
6411         * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
6412         (inhibit_auto_save_session): New variable.
6413         (vars_of_fileio): Declare and initialize them.
6414         * fileio.c (Fdo_auto_save): Don't create session file if
6415         Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
6416
6417 2000-10-31  Martin Buchholz  <martin@xemacs.org>
6418
6419         * sgiplay.c (play_internal): C++ compilability.
6420         * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
6421         * callproc.c (Fold_call_process_internal):
6422         Remove unused vars `env', `first'.
6423         * scrollbar.c (update_scrollbar_instance):
6424         #### unused var `current_window'.
6425         * redisplay-tty.c: Put currently unused vars insert_mode_on,
6426         etc. within #ifdef NOT_YET.
6427         * emacs.c: #### unused vars `initial_argc', `initial_argv'.
6428         * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
6429         * specifier.c (specifier_instance):
6430         #### unused var `tag'.
6431         Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
6432
6433 2000-10-27  Martin Buchholz  <martin@xemacs.org>
6434
6435         * fns.c (Fbutlast):
6436         * fns.c (list_sort):
6437         * fns.c (Ffillarray):
6438         * fns.c (bytecode_nconc2):
6439         * fns.c (Fnconc):
6440         * fns.c (mapcar1):
6441         * fns.c (Fmapconcat):
6442         Be pedantically 64-bit correct.  For the time when someone will
6443         want to have a list with length > 2**32.
6444
6445         * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
6446         Work around MIPSpro compiler bug.
6447
6448         * process-unix.c (unix_kill_child_process): Add snarky comment.
6449         * process-unix.c (try_to_initialize_subtty):  Oops, `=' ==> `=='
6450
6451         * config.h.in: Oops, _getpt ==> _getpty
6452
6453 2000-10-26  Martin Buchholz  <martin@xemacs.org>
6454
6455         * config.h.in:
6456         * regex.c:
6457         Use void*, not char*, as return type of alloca().
6458
6459         * alloc.c (free_marker): Side effect inside assert expression!
6460
6461 2000-10-16  MIYASHITA Hisashi  <himi@m17n.org>
6462
6463         * mule-charset.c (Fset_charset_ccl_program): To check
6464         if the given ccl program is valid, use setup_ccl_program()
6465         instead of CHECK_VECTOR().
6466         (Fmake_charset): Likewise.
6467
6468 2000-10-20  Golubev I. N.  <gin@mo.msk.ru>
6469
6470         * faces.c (get_extent_fragment_face_cache_index):
6471         Fix cachel.merged_faces memory leak.
6472
6473 2000-10-14  MIYASHITA Hisashi  <himi@m17n.org>
6474
6475         * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
6476         Reset MSB of octets obtained by DECODE_SJIS
6477         because of the incompatibility with Emacs.
6478         (ccl_driver)<CCL_ENCODE_SJIS>:
6479         Set MSB of octets before passing them to
6480         ENCODE_SJIS because of the incompatibility
6481         with Emacs.
6482
6483 2000-10-18   Daiki Ueno  <ueno@unixuser.org>
6484
6485         * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
6486         (DECLARE_LRECORD): Undo the last change.
6487         (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
6488
6489 2000-10-17   Daiki Ueno  <ueno@unixuser.org>
6490
6491         * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
6492         the implementation to lrecord_implementations_table.
6493
6494 2000-10-14   Daiki Ueno  <ueno@unixuser.org>
6495
6496         * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
6497         initial value of `lrecord_type_##c_name' and
6498         `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
6499         (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
6500         [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
6501         [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
6502         [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
6503
6504 2000-10-17  Martin Buchholz  <martin@xemacs.org>
6505
6506         * miscplay.c (sndcnv8S_2mono):
6507         (sndcnv2monounsigned):
6508         (sndcnvULaw_2linear):
6509         (sndcnv16swap):
6510         Remove implementation-defined behavior.
6511
6512 2000-10-12  Martin Buchholz  <martin@xemacs.org>
6513
6514         * input-method-xlib.c: Warning suppression.
6515
6516 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
6517
6518         * mule-ccl.c: Sync up with Emacs 21.0.90.
6519         (ccl_driver)<CCL_TranslateCharacter>: Disabled.
6520         Do nothing.
6521         (ccl_driver)<CCL_TranslateCharacterConstTbl>:
6522         Likewise.
6523         (ccl_driver[WriteMultibyteChar2]): Bug fix.
6524         Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
6525         MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
6526         leading char belongs to official 2-dimensional charset.
6527         (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
6528         write the given character as is.  Otherwise,
6529         if it is a multibyte char, convert it by
6530         non_ascii_set_charptr_emchar, then write it.
6531         (CCL_WRITE_STRING): Likewise.
6532         (ccl_get_compiled_code): New function.
6533         (setup_ccl_program): When ccl_prog is invalid,
6534         return -1.
6535         (Fregister_code_conversion_map): New function.
6536         (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
6537
6538         * mule-ccl.h: Sync up with Emacs 21.0.90.
6539         (Fregister_ccl_program): export it.
6540
6541         * redisplay-msw.c (separate_textual_runs):
6542         If ccl program is not valid, don't do ccl conversion.
6543
6544         * redisplay-x.c (separate_textual_runs): Ditto.
6545
6546         * file-coding.c (Fmake_coding_system):
6547         When type is ccl and value is vector, register it
6548         with a proper symbol.  And checks whether the
6549         given ccl program is valid.
6550         (mule_decode): When calling ccl_driver, if src indicates
6551         NULL pointer, set an empty string instead.
6552         (mule_encode): Likewise.
6553
6554 2000-10-11  Martin Buchholz  <martin@xemacs.org>
6555
6556         The following large batch of changes gets us back to a state of
6557         C++ compilability.  Extbyte is now a char, which means that
6558         Extbyte * and Bufbyte * cannot be freely interchanged - a win!
6559
6560         * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
6561
6562         * sound.c (Fplay_sound): Type correctness.
6563
6564         * select-x.c (hack_motif_clipboard_selection): Type correctness.
6565         (x_get_window_property): Type correctness.
6566         (receive_incremental_selection): unsigned char ==> Extbyte
6567         (selection_data_to_lisp_data): unsigned char ==> Extbyte
6568         (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
6569         (Fx_store_cutbuffer_internal): Type correctness.
6570
6571         * process-unix.c (try_to_initialize_subtty): Type correctness.
6572
6573         * objects-x.c (x_print_color_instance): Type correctness.
6574         (x_print_font_instance): Type correctness.
6575         (x_list_fonts): SExtbyte ==> Extbyte.
6576         (valid_x_font_name_p): SExtbyte ==> Extbyte.
6577         (x_find_charset_font): SExtbyte ==> Extbyte.
6578         Use TO_INTERNAL_FORMAT.  build_string ==> make_string.
6579         (truename_via_XListFonts): SExtbyte ==> Extbyte.
6580         (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
6581         Use bufbyte_strcmp.
6582
6583         * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
6584         (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
6585         (BYTE_ASCII_P): Use bit ops for char-signedness safety.
6586         (BYTE_C0_P): Use bit ops for char-signedness safety.
6587         (BYTE_C1_P): Use bit ops for char-signedness safety.
6588         (CHARSET_BY_LEADING_BYTE):
6589         (CHARSET_BY_ATTRIBUTES):
6590         Always use inline function.
6591         Use type_checking_assert.
6592         Hide chlook.
6593
6594         * mule-charset.c (non_ascii_charptr_copy_char):
6595         Modify to work with both ASCII and non-ASCII characters.
6596         Improve docs and variable names.
6597         Replace over-clever fall-through switch with a simple loop.
6598         (Lstream_get_emchar_1):
6599         Replace over-clever fall-through switch with a simple loop.
6600
6601         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
6602         Warning suppression.
6603
6604         * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
6605         the return value of Lstream_getc, which could be EOF as well.
6606
6607         * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
6608
6609         * lisp.h: Make Extbyte a char, not unsigned char, so that external
6610         APIs can be used on Extbytes without casts.  Risky!
6611         (SExtbyte): Remove.
6612         (UExtbyte): Remove.
6613
6614         * input-method-xlib.c (XIM_init_device):
6615         Use Xlib.h instead of IntrinsicP.h.
6616         Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
6617         which will break in X11R7.
6618         Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
6619         to call XRegisterIMInstantiateCallback with correct types.
6620
6621         * gui-x.c (button_item_to_widget_value): Type correctness.
6622
6623         * glyphs.c (bitmap_to_lisp_data):  Type correctness.
6624
6625         * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
6626         (xbm_instantiate_1): Type correctness.
6627         (BUILD_GLYPH_INST):  Type correctness.
6628
6629         * fileio.c (Fsubstitute_in_file_name): Type correctness.
6630
6631         * file-coding.c:
6632         (decode_coding_sjis):
6633         (decode_coding_big5):
6634         (decode_coding_ucs4):
6635         (decode_coding_utf8):
6636         (decode_coding_iso2022):
6637         (decode_coding_no_conversion):
6638         Make all decoding functions take an Extbyte * arg.
6639         (encode_coding_sjis):
6640         (encode_coding_big5):
6641         (encode_coding_ucs4):
6642         (encode_coding_utf8):
6643         (encode_coding_iso2022):
6644         (encode_coding_no_conversion):
6645         Make all encoding functions take a Bufbyte * arg.
6646         Use size_t instead of unsigned int for memory sizes.
6647         Only cast to unsigned char whenever dereferencing Extbyte *.
6648
6649         * doc.c (unparesseuxify_doc_string): Type correctness.
6650
6651         * console-x.c (split_up_display_spec):
6652         Rewrite without using details of internal string representation.
6653         (x_semi_canonicalize_device_connection): Type correctness.
6654
6655         * config.h.in:
6656         (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
6657         (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
6658         (HAVE_XFREE386): Removed.
6659
6660         * buffer.h (DEC_CHARPTR): `const' correctness.
6661         (bufbyte_strcmp): New.
6662         (bufbyte_memcmp): New.
6663
6664         * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
6665
6666         * buffer.h (XCHAR_OR_CHAR_INT):
6667         Always use inline function.
6668         Remove redundant type checking assert() - XINT will abort quite nicely.
6669
6670 2000-10-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
6671
6672         * search.c (Freplace_match): Set newtext to an empty string.
6673
6674 2000-10-10  Martin Buchholz  <martin@xemacs.org>
6675
6676         * s/decosf1-3.h: Remove #include of stropts.h
6677         * s/ptx.h: Remove #include of stropts.h
6678         * s/usg5-4.h: Remove #include of stropts.h
6679         * sysproc.h:
6680         * config.h.in:
6681         Use stropts.h, not sys/stropts.h.
6682         Use strtio.h, not sys/strtio.h.
6683
6684 2000-10-04  Martin Buchholz <martin@xemacs.org>
6685
6686         * XEmacs 21.2.36 is released.
6687
6688 2000-09-21  Andy Piper  <andy@xemacs.org>
6689
6690         * glyphs-x.c (x_redisplay_widget): make sure non-structural
6691         changes still involve copying the widget tree.
6692         (update_widget_face): make sure a change is register in the widget
6693         tree. Call update_tab_widget_face appropriately.
6694         (update_tab_widget_face): ditto.
6695         (x_tab_control_redisplay): make sure non-structural changes still
6696         involve copying the widget tree.
6697
6698 2000-08-31   Daiki Ueno  <ueno@unixuser.org>
6699
6700         * lread.c (locate_file): Check the path element is non-nil.
6701
6702 2000-10-02  Martin Buchholz  <martin@xemacs.org>
6703
6704         * lisp.h: Warning suppression for SCO compilers.
6705
6706         * redisplay-tty.c (reset_tty_modes): Fix crash.
6707         E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
6708
6709 2000-09-27  Martin Buchholz  <martin@xemacs.org>
6710
6711         Big signal/process handling overhaul.  Bugs fixed:
6712         M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
6713         M-x comint-kill-subjob should work for both values nil and t of
6714         process-connection-type. It was broken on most platforms.
6715         Testing on Irix and Cygwin still needed.  Other plaforms tested.
6716         * sysdep.c: Move #include of stropts.h into sysproc.h.  Use pid_t.
6717         * process-unix.c: Signal/Process handling overhaul.
6718         (pty_name): make 64 bytes, as `expect' does, for paranoia.
6719         (allocate_pty): Use all available modern methods of allocating
6720         ptys, falling back to old style BSD allocation as a last resort.
6721         Use allegedly more secure Unix98 pty allocation by default.
6722         (allocate_pty_the_old_fashioned_way): New. the last resort.
6723         (unix_create_process): Push ptem, ldterm, ttcompat where
6724         available.  Autoconfiscate.
6725         (try_to_initialize_subtty): New.
6726         (unix_kill_child_process): Proper signal handling for ptys on most
6727         platforms, using special knowledge of AIX, BSD, etc...
6728         (unix_create_process): Always disconnect_controlling_terminal() for
6729         subprocesses, whether using ptys or not.
6730         * process.h: Remove old getpt-dependent PTY code.
6731         * process.c (Fprocess_send_signal): New, obvious generic function.
6732         (decode_signal): New.
6733         (Finterrupt_process):
6734         (Fkill_process):
6735         (Fquit_process):
6736         (Fstop_process):
6737         (Fcontinue_process):
6738         (Fsignal_process): Use decode_signal.
6739         (process_send_signal):
6740         Many docstring corrections.
6741         Allow any signal to be sent to a process object.
6742         * config.h.in: Add symbols for big signal/process overhaul.
6743         * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
6744         * sysproc.h: Include process-related headers, where available:
6745         sys/stropts.h sys/strtio.h pty.h libutil.h
6746         * s/irix4-0.h:
6747         * s/irix5-0.h:
6748         * s/cygwin32.h:
6749         * s/gnu.h:
6750         * s/linux.h:
6751         * s/hpux.h:
6752         * s/aix3-1.h:
6753         Remove old S&M pty stuff.
6754         * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
6755         * systty.h: Simplify cpp hackery, improve comments.
6756         Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
6757
6758         * editfns.c (Fformat_time_string):
6759         Be a little more paranoid with the return value of ctime.
6760
6761         * fileio.c (check_executable):
6762         (check_writable):
6763         Use symbolic constants X_OK, W_OK.
6764
6765         * console-x.c (split_up_display_spec): Fix a warning.
6766
6767 2000-10-02  Martin Buchholz  <martin@xemacs.org>
6768
6769         * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
6770         * ntproc.c (sys_spawnve): make_string ==> build_string
6771         Small clarity improvements.
6772
6773 2000-09-30  Martin Buchholz  <martin@xemacs.org>
6774
6775         * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
6776
6777         * s/windowsnt.h (HAVE_STRCASECMP): Remove.
6778
6779         * config.h.in (HAVE_STRCASECMP): Remove.
6780
6781 2000-09-29  Martin Buchholz  <martin@xemacs.org>
6782
6783         * redisplay-output.c (redisplay_output_pixmap):
6784         Cleaner and possibly more 64-bit correct code.
6785
6786 2000-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
6787
6788         * dumper.c (pdump_load_finish): move restoration of
6789         `noninteractive1' to emacs.c (main_1).
6790         * emacs.c (main_1): protect LISP-visible command-line flags
6791         from pdump_load().
6792
6793 2000-09-26  Stephen J. Turnbull  <stephen@xemacs.org>
6794
6795         * Makefile.in.in (versionclean):  Use EXE_TARGET and
6796         DUMP_TARGET instead of literal program names.
6797
6798 2000-09-20  Martin Buchholz  <martin@xemacs.org>
6799
6800         * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
6801
6802 2000-09-19  Martin Buchholz  <martin@xemacs.org>
6803
6804         * *: Spelling mega-patch
6805
6806 2000-09-19  Martin Buchholz  <martin@xemacs.org>
6807
6808         * fns.c (bad_bad_turtle):
6809         Delete "Eek!" comment, since we fixed the bug to which it refers.
6810
6811 2000-09-16  Martin Buchholz  <martin@xemacs.org>
6812
6813         * alloca.c: Replace REGISTER with register.
6814
6815 2000-09-16   Daiki Ueno  <ueno@unixuser.org>
6816
6817         * file-coding.c (ucs_to_char): Use countof.
6818
6819 2000-09-16  Martin Buchholz  <martin@xemacs.org>
6820
6821         * file-coding.c: (ucs_to_char):
6822         (complex_vars_of_file_coding):
6823         Use countof instead of sizeof.
6824         Use CHECK_NATNUM instead of CHECK_INT.
6825
6826         * sysdep.c (strcasecmp): Remove.
6827         * device-x.c (ascii_strcasecmp): New.
6828         * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
6829         Avoid using non-standard non-portable strcasecmp.
6830
6831 2000-09-16  Martin Buchholz  <martin@xemacs.org>
6832
6833         * Makefile.in.in (mostlyclean): remove reference to prefix-args.
6834         * font-lock.c: remove reference to emacsfns.h.
6835         * search.c: small doc improvement.
6836         * event-Xt.c: correct file names in comments.
6837         * console-x.h Correct file names in comments.
6838         * frame.c: Correct file names in comments.
6839         * event-stream.c: remove Energize from comments.
6840
6841 2000-09-15  Martin Buchholz  <martin@xemacs.org>
6842
6843         * symeval.h (DEFERROR_STANDARD):
6844         (DEFERROR):
6845         (DEFSYMBOL):
6846         (DEFSYMBOL_NO_DUMP):
6847         (DEFSYMBOL_MULTIWORD_PREDICATE):
6848         (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
6849         (DEFKEYWORD):
6850         The construct &##name is not sensible C.
6851         Fixes compilation errors with Unixware native compiler.
6852
6853 2000-09-14  Martin Buchholz  <martin@xemacs.org>
6854
6855         * frame.c (device_matches_console_spec): no longer takes a `frame' arg
6856         (next_frame_internal): Removed.  We now just have next_frame.
6857         (next_frame):
6858         Write a simpler and cleaner one-pass algorithm.
6859         Remove called_from_delete_device arg and #ifdefed-out code.
6860         (previous_frame):
6861         Renamed from prev_frame.  Update callers.
6862         Cleaned up to have an analogous implementation to next_frame.
6863         (other_visible_frames_internal): Remove the
6864         called_from_delete_device bogus arg, and hence, remove this
6865         function.  Just use other_visible_frames().
6866
6867         * window.c (Fnext_window):
6868         Prettify docstring.
6869         Since next_frame() is guaranteed to return a frame, remove check
6870         for nil inserted in previous patch.
6871         (Fprevious_window):
6872         Prettify docstring.
6873         Make code look more like Fnext_window.
6874         (window_loop):
6875         Respect the `console' arg when iterating through windows.
6876         Fixes bug: (get-buffer-window buffer t device) not respecting
6877         the `device' arg.
6878         This function needs more work, as others have pointed out.
6879
6880         * frame.h: Rename prev_frame to previous_frame.
6881         device_matches_console_spec no longer takes a `frame' arg.
6882
6883         * s/gnu.h:
6884         * s/linux.h:
6885         * s/hpux.h:
6886         Use EMACS_BLOCK_SIGNAL instead of sigblock.
6887         From "Golubev I. N." <gin@mo.msk.ru>.
6888
6889         * make-src-depend: Fix typo.
6890
6891 2000-09-13  Martin Buchholz  <martin@xemacs.org>
6892
6893         * window.c (Fnext_window):
6894         next_frame() might return nil, not a frame.
6895         Fixes this crash:
6896         (gdb) run -eval '(progn  (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
6897
6898         * frame.c (next_frame_internal):
6899         We've passed a frame if we've passed its device.
6900         Fixes this crash:
6901         (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
6902 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
6903
6904 2000-09-11  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6905
6906         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
6907         Allow option to suppress accelerators in menu/dialog items.
6908         (populate_or_checksum_helper): Pass dialog title through above.
6909
6910 2000-09-10  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6911
6912         * event-msw.c (mswindows_key_to_emacs_keysym):
6913         Add "pause" key, fix "menu" key.
6914
6915 2000-09-09  Martin Buchholz  <martin@xemacs.org>
6916
6917         * eval.c (reinit_vars_of_eval):
6918         Increase max_lisp_eval_depth to 1000,
6919         required for thai-xtis.el to byte-compile under some circumstances.
6920
6921 2000-09-04  Martin Buchholz  <martin@xemacs.org>
6922
6923         * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
6924         From Kenichi Handa.
6925
6926 2000-09-01  Martin Buchholz  <martin@xemacs.org>
6927
6928         * make-src-depend: Make the generated Makefiles smaller.
6929
6930         * s/hpux.h (SETUP_SLAVE_PTY):
6931         Provide a %d in the format string for the errno argument.
6932
6933         * editfns.c (Ftemp_directory):
6934         Warning fix.
6935         Avoid buffer overrun on very long file name.
6936
6937         * input-method-xlib.c (XIM_init_device):
6938         6th parameter of XRegisterIMInstantiateCallback has different
6939         pointer types on different OSes, so simply cast to (void *).
6940
6941         * unexhp9k800.c: Warning fixes.  Fiddly changes.
6942
6943         * sysdll.c (dll_open):
6944         shl_load will hang hard if passed a NULL filename.
6945         Simply return NULL for compatibility with dlopen.
6946         * sysdll.c: Conform to XEmacs coding standards.
6947
6948         * sysdep.c (get_pty_max_bytes):
6949         Support pty input lines longer than 512 bytes on HP-UX 10.20.
6950
6951 2000-08-31  Martin Buchholz  <martin@xemacs.org>
6952
6953         * tooltalk.c: Add #include <syssignal.h>
6954
6955 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
6956
6957         * s/hpux.h: Don't use undefined function sigunblock().
6958
6959 2000-08-31  Martin Buchholz  <martin@xemacs.org>
6960
6961         * config.h.in: Add HAVE_BALLOON_HELP.
6962         * emacs.c: Use HAVE_BALLOON_HELP.
6963         * Makefile.in.in (x_objs):
6964         Make Balloon Help conditional on finding shape.h.
6965
6966 2000-08-23  Yoshiki Hayashi  <yoshiki@xemacs.org>
6967
6968         * syntax.c (regex_emacs_buffer_p): New variable.
6969         * syntax.h (regex_emacs_buffer_p): extern.
6970         * search.c (looking_at_1):
6971         (string_match_1):
6972         (fast_string_match):
6973         (search_buffer): Set regex_emacs_buffer_p.
6974         * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
6975         when before_dot, at_dot, after_dot.
6976
6977 2000-08-23  Andy Piper  <andy@xemacs.org>
6978
6979         * gui-x.c (popup_selection_callback): Only set action_occurred
6980         when we really have an image instance.
6981         * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
6982
6983 2000-08-23  Andy Piper  <andy@xemacs.org>
6984
6985         * gui-msw.c (mswindows_handle_gui_wm_command): set
6986         action_occurred.
6987         * gui-x.c (popup_selection_callback): ditto.
6988
6989         * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
6990         (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
6991         (struct Lisp_Image_Instance): add action_occurred flag.
6992
6993         * glyphs.c (redisplay_subwindow): use action_occurred flag.
6994         (image_instance_changed): ditto.
6995         (reset_frame_subwindow_instance_cache): only unmap windows - do
6996         not remove them from the cache also.
6997
6998         * glyphs-widget.c (tab_control_update): better debug.
6999         (progress_gauge_update): ditto.
7000         (layout_update): ditto.
7001         (layout_instantiate): ditto.
7002         (tab_control_order_only_changed): cope with null pending items.
7003
7004         * glyphs-msw.c (mswindows_tab_control_redisplay): add better
7005         debug. Force selection of an item when an action occurred. Cope
7006         with null pending_items.
7007         (mswindows_progress_gauge_redisplay): better debug.
7008         * glyphs-x.c (x_tab_control_redisplay): ditto.
7009
7010         * redisplay.c (redisplay_frame): reset the frame cache if the
7011         frame is garbaged.
7012
7013         * window.c (Fset_window_configuration): potentially re-enable
7014         frame cache reset.
7015         (window_unmap_subwindows): need to finalize instances here since
7016         it is only used in mark_window_as_deleted.
7017
7018 2000-08-22  Stephen J. Turnbull  <stephen@xemacs.org>
7019
7020         * nas.c (SndOpenDataForReading):
7021         nas.c (WaveOpenDataForReading):
7022         nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
7023         Somehow escaped from the 2000-08-14 patch.
7024
7025 2000-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
7026
7027         * nas.c:  Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
7028         of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
7029
7030 2000-08-21  Andy Piper  <andy@xemacs.org>
7031
7032         * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
7033         window if it is not already displayed.
7034
7035         * glyphs-msw.c (mswindows_map_subwindow): only map the window if
7036         it is not already displayed.
7037
7038         * window.c (Fset_window_configuration): don't reset the frame
7039         cache.
7040
7041         * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
7042         instances from the frame cache if we are actually finalizing them.
7043         (reset_frame_subwindow_instance_cache): reset frame cache only
7044         after unmapping everything.
7045         (map_subwindow): set displayed flag after mapping.
7046
7047 2000-08-21  Martin Buchholz  <martin@xemacs.org>
7048
7049         * data.c (indirect_function):
7050         Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
7051
7052         * eval.c (function_argcount):
7053         Use original function when signaling errors.
7054
7055 2000-08-18  Andy Piper  <andy@xemacs.org>
7056
7057         * frame.c (delete_frame_internal): use new
7058         free_frame_subwindow_instances name.
7059
7060         * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
7061         (add_tab_item): make return type correct.
7062         (mswindows_tab_control_instantiate): assert index of tab.
7063         (mswindows_tab_control_redisplay): Re-code to use
7064         gui_item_equal_sans_selected and gui_item_list_find_selected.
7065
7066         * glyphs-widget.c (tab_control_update): Correct comment.
7067
7068         * window.c (window_unmap_subwindows): use new
7069         unmap_subwindow_instance_cache_mapper.
7070         (window_unmap_subwindows_cache_mapper): deleted.
7071         (Fset_window_configuration): comparisons should now be with
7072         EQ. Preserve the subwindow instance cache across configuration
7073         changes.
7074         (allocate_window): ditto.
7075         (make_dummy_parent): ditto.
7076
7077         * glyphs.c (free_frame_subwindow_instances): rename from
7078         free_frame_subwindow_instance_cache. finalize all instances rather
7079         than just those in the display cache.
7080         (finalize_all_subwindow_instances): walk windows unmapping and
7081         finalizing subwindows.
7082         (unmap_subwindow_instance_cache_mapper): moved from
7083         window.c. Allow finalization as well as unmapping.
7084
7085         * gui.c (gui_item_list_find_selected): new function.
7086
7087         * gui.h (gui_item_list_find_selected): declare.
7088
7089         * glyphs-x.c (x_tab_control_redisplay): pick tab
7090         explicitly. Re-code to use gui_item_equal_sans_selected and
7091         gui_item_list_find_selected.
7092
7093         * glyphs-x.h: add lwlib-utils.h
7094
7095         * buffer.c (Frecord_buffer): undo previous change.
7096
7097 2000-08-09  Vin Shelton  <acs@xemacs.org>
7098
7099         * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
7100         possible.  Create temporary files more securely.  The patch was
7101         generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
7102         <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch.  See
7103         http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
7104         for details.
7105
7106 2000-08-07  Ben Wing  <ben@xemacs.org>
7107
7108         * getloadavg.c: remove duplicate (and windows-breaking)
7109         includes of fcntl.h and sys/file.h.
7110
7111         * nt.c: remove duplicate getloadavg() definition.
7112
7113         * sysdll.h (Qdll_filename_encoding): add missing stand-in
7114         encodings.
7115
7116 2000-08-07  Gunnar Evermann  <ge204@eng.cam.ac.uk>
7117
7118         * eval.c (function_argcount): If function needs to be autoloaded
7119         actually use the loaded definition.
7120         GCPRO function.
7121
7122 2000-08-05  Ben Wing  <ben@xemacs.org>
7123
7124         * getloadavg.c: add prototype for getloadavg().  remove
7125         duplicate WIN32_NATIVE/CYGWIN code (already in the middle
7126         of the code).  remove duplicate header includes.
7127
7128         * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
7129
7130         * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
7131         don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
7132         useful load average.
7133
7134         * alloc.c (reinit_alloc_once_early): removed references to
7135         VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
7136         the lisp vars are the only things referencing the malloc_sbrk_*
7137         vars, and they were already if 0'd out.  these vars only exist
7138         in the older malloc.c, which is basically unused, and they're
7139         only for informational purposes.
7140
7141         * m\*.h: removed useless VIRT_ADDR_VARIES.
7142
7143         * m\powerpc.h: removed stray NO_ARG_ARRAY.
7144
7145 2000-04-26  IKEYAMA Tomonori  <tomonori@suiyokai.org>
7146
7147         * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
7148         color if the image is a mono pixmap.
7149
7150 2000-07-30  Ben Wing  <ben@xemacs.org>
7151
7152         * Makefile.in.in (release):
7153         Remove stray @.
7154
7155         * buffer.c (directory_is_current_directory):
7156         * dired-msw.c (mswindows_get_files):
7157         * dired.c:
7158         * dired.c (Fdirectory_files):
7159         * dired.c (file_name_completion_stat):
7160         * dired.c (Ffile_attributes):
7161         [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
7162         preprocessor tricks, to avoid problems on some machines
7163         (e.g. SCO).
7164
7165         * callproc.c (egetenv): GC docs.
7166
7167         * console-msw.h:
7168         * console-msw.h (struct mswindows_dialog_id):
7169         * lrecord.h (lrecord_type):
7170         New object for use with MSW dialogs.
7171
7172         * console.h (struct console_methods):
7173         New enable/disable frame methods, for proper modal dialogs.
7174
7175         * device-msw.c (msprinter_default_printer): Fix to follow
7176         proper Mule conventions.
7177
7178         * device-msw.c:
7179         * device-msw.c (signal_open_printer_error):
7180         * device-msw.c (msprinter_init_device):
7181         * device-msw.c (ensure_not_printing):
7182         * device-msw.c (plist_get_margin):
7183         * device-msw.c (Fmsprinter_select_settings):
7184         * device-msw.c (finalize_devmode):
7185         * device-msw.c (Fmsprinter_settings_despecialize):
7186         * device-msw.c (signal_enum_priner_error):
7187         * extents.c (decode_extent):
7188         * extents.c (decode_map_extents_flags):
7189         * extents.c (decode_extent_at_flag):
7190         * extents.c (Fextent_at):
7191         * extents.c (Fextents_at):
7192         * extents.c (symbol_to_glyph_layout):
7193         [[[[2]]]] Use structured errors.
7194
7195         * dialog-msw.c:
7196         * dialog-msw.c (mswindows_is_dialog_msg):
7197         * dialog-msw.c (mark_mswindows_dialog_id):
7198         * dialog-msw.c (dialog_proc):
7199         * dialog-msw.c (handle_question_dialog_box):
7200         * dialog-msw.c (syms_of_dialog_mswindows):
7201         Define new object to clean up marking; use it as a dialog identifier.
7202         Call new delete-dialog-box-hook.
7203
7204         * dialog-x.c (dbox_selection_callback):
7205         * dialog-x.c (dbox_descriptor_to_widget_value):
7206         * dialog-x.c (x_make_dialog_box_internal):
7207         Call new delete-dialog-box-hook.
7208         Return an id.
7209
7210         * dialog.c:
7211         * dialog.c (syms_of_dialog):
7212         * dialog.c (vars_of_dialog):
7213         Define new delete-dialog-box-hook, for use w/modal dialog boxes.
7214
7215         * eval.c:
7216         * eval.c (signal_call_debugger):
7217         when noninteractive, output stack traces on the console instead
7218         of in a (never-seen) buffer.
7219
7220         * eval.c (signal_type_error):
7221         * eval.c (invalid_argument_2):
7222         * lisp.h:
7223         new funs for use w/structured errors.
7224
7225         * event-Xt.c:
7226         * event-Xt.c (x_to_emacs_keysym):
7227         * event-Xt.c (describe_event):
7228         * event-Xt.c (emacs_Xt_event_handler):
7229         * event-Xt.c (vars_of_event_Xt):
7230         * event-msw.c:
7231         * event-msw.c (mswindows_wnd_proc):
7232         * event-msw.c (vars_of_event_mswindows):
7233         rename {x,mswindows}-debug-events to debug-{}-events for
7234         consistency with other debug-foo variables.
7235
7236         * event-stream.c:
7237         document next-event more clearly.
7238
7239         * fileio.c (Ffile_name_directory):
7240         * fileio.c (Ffile_name_nondirectory):
7241         * fileio.c (Funhandled_file_name_directory):
7242         * fileio.c (file_name_as_directory):
7243         * fileio.c (Ffile_name_as_directory):
7244         * fileio.c (directory_file_name):
7245         * fileio.c (Fdirectory_file_name):
7246         * fileio.c (Fmake_temp_name):
7247         * fileio.c (Ffile_truename):
7248         * fileio.c (Fsubstitute_in_file_name):
7249         * fileio.c (expand_and_dir_to_file):
7250         * fileio.c (barf_or_query_if_file_exists):
7251         * fileio.c (check_executable):
7252         * fileio.c (Ffile_exists_p):
7253         * fileio.c (Ffile_writable_p):
7254         * fileio.c (Ffile_directory_p):
7255         * fileio.c (Ffile_regular_p):
7256         * fileio.c (Ffile_modes):
7257         * fileio.c (Ffile_newer_than_file_p):
7258         * fileio.c (Fverify_visited_file_modtime):
7259         * fileio.c (Fset_visited_file_modtime):
7260         * fileio.c (auto_save_1):
7261         (1). (2).
7262         fix up gcpro's.
7263
7264         * frame-msw.c:
7265         * frame-msw.c (mswindows_init_frame_1):
7266         * frame-msw.c (mswindows_enable_frame):
7267         * frame-msw.c (error_frame_unsizable):
7268         * frame-msw.c (msprinter_init_frame_1):
7269         * frame-msw.c (msprinter_init_frame_3):
7270         * frame-msw.c (console_type_create_frame_mswindows):
7271         (2).
7272         implement new enable/disable frame methods.
7273
7274         * frame-x.c:
7275         * frame-x.c (x_enable_frame):
7276         * frame-x.c (console_type_create_frame_x):
7277         implement new enable/disable frame methods.
7278
7279         * frame.c:
7280         * frame.c (Fdisable_frame):
7281         * frame.c (syms_of_frame):
7282         * frame.h (struct frame):
7283         implement new enable/disable frame methods/functions.
7284
7285         * general-slots.h:
7286         add initial-focus.
7287
7288         * glyphs-msw.c (mswindows_widget_instantiate):
7289         comment that initial-focus should be implemented.
7290
7291         * glyphs-widget.c:
7292         * glyphs-widget.c (check_valid_instantiator):
7293         * glyphs-widget.c (check_valid_orientation):
7294         * glyphs-widget.c (check_valid_tab_orientation):
7295         * glyphs-widget.c (check_valid_justification):
7296         * glyphs-widget.c (check_valid_border):
7297         * glyphs-widget.c (check_valid_callback):
7298         * glyphs-widget.c (check_valid_int_or_function):
7299         * glyphs-widget.c (check_valid_string_or_vector):
7300         * glyphs-widget.c (check_valid_item_list_1):
7301         * glyphs-widget.c (widget_validate):
7302         * glyphs-widget.c (combo_box_validate):
7303         * glyphs-widget.c (widget_instantiate):
7304         * glyphs-widget.c (syms_of_glyphs_widget):
7305         * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
7306         * glyphs-widget.c (image_instantiator_combo_box):
7307         * glyphs-widget.c (image_instantiator_scrollbar):
7308         * glyphs-widget.c (image_instantiator_tab_control):
7309         * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
7310         (2).
7311         support (unimplemented) keyword initial-focus.
7312         reindent long macros.
7313
7314         * glyphs-x.c (x_redisplay_widget):
7315         * glyphs-x.c (x_button_instantiate):
7316         * glyphs-x.c (x_button_redisplay):
7317         * glyphs-x.c (x_progress_gauge_instantiate):
7318         * glyphs-x.c (x_edit_field_instantiate):
7319         * glyphs-x.c (x_combo_box_instantiate):
7320         * glyphs-x.c (x_tab_control_instantiate):
7321         * glyphs-x.c (x_label_instantiate):
7322         * gui-x.c:
7323         * gui-x.c (button_item_to_widget_value):
7324         * gui-x.c (gui_items_to_widget_values_1):
7325         * gui-x.c (gui_item_children_to_widget_values):
7326         * gui-x.c (gui_items_to_widget_values):
7327         * gui-x.h:
7328         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
7329         add new flag to gui-parsing routines to indicate whether
7330         accelerator specs should be supported.
7331
7332         * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
7333
7334         * glyphs.h (struct Lisp_Image_Instance):
7335         * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
7336         add initial-focus flag.
7337
7338         * gui.c:
7339         * gui.c (syms_of_gui):
7340         * gui.c (vars_of_gui):
7341         clean up menu-no-selection-hook.
7342
7343         * gui.h:
7344         support delete-dialog-box-hook.
7345
7346         * lread.c (Fload_internal):
7347         * lread.c (locate_file_in_directory_mapper):
7348         (1).
7349
7350         * lrecord.h:
7351         * lrecord.h (struct toolbar_button):
7352         * lrecord.h (syms_of_toolbar):
7353         document how to create a new object.
7354
7355         * menubar-msw.c (mswindows_char_is_accelerator):
7356         may be called on frames w/o menus.
7357
7358         * menubar.c (vars_of_menubar):
7359         clean up :filter docs.
7360
7361         * nt.c (readdir):
7362         * ntproc.c:
7363         (1).
7364
7365         * process-nt.c:
7366         * process-nt.c (validate_signal_number):
7367         * process-nt.c (signal_cannot_launch):
7368         * process-nt.c (nt_create_process):
7369         * process-nt.c (nt_send_process):
7370         * process-nt.c (nt_kill_child_process):
7371         * process-nt.c (nt_open_network_stream):
7372         * process-nt.c (syms_of_process_nt):
7373         (2).
7374         delete quote-handling.  call new lisp code that does it better.
7375
7376         * process-unix.c (connect_to_file_descriptor):
7377         * process-unix.c (allocate_pty):
7378         * process-unix.c (unix_send_process):
7379         * process-unix.c (unix_kill_child_process):
7380         * process-unix.c (unix_open_network_stream):
7381         * process-unix.c (unix_open_multicast_group):
7382         (1). (2).
7383
7384         * process.c:
7385         * process.c (Fstart_process_internal):
7386         (2).  need to canonicalize process path even if absolute.
7387
7388         * select-msw.c (symbol_to_ms_cf):
7389         * select-msw.c (ms_cf_to_symbol):
7390         * select-msw.c (cf_is_autofreed):
7391         * select-msw.c (mswindows_destroy_selection):
7392         * select.c:
7393         * select.c (syms_of_select):
7394         * select.h:
7395         support dibv5, fix bugs. (from Mike Alexander)
7396
7397         * select.c (Fget_selection_internal):
7398         * select.c (select_convert_out):
7399
7400         * sysdep.c:
7401         * sysdep.c (xemacs_stat):
7402         renamed.
7403
7404         * sysdep.c (mkdir):
7405         * sysdep.c (rmdir):
7406         but keep original stat() here because we provide encapsulation
7407         around these funs.
7408
7409         * sysfile.h:
7410         * sysfile.h (fstat):
7411         remove stat garbage.
7412
7413         * syswindows.h:
7414         fix X/MSW conflict.
7415         don't include tchar.h.  it's inappropriate because it makes
7416         compile-time distinctions when we want runtime distinctions.
7417         (we provide our own tchar replacements)
7418
7419         * toolbar.c:
7420         use default object printer for toolbar-button.
7421
7422         * unexcw.c:
7423         make sure we don't encapsulate.
7424
7425         * window.c (vars_of_window):
7426         emphasize that temp-buffer-show-hook is obsolete.
7427
7428 2000-08-05  Martin Buchholz  <martin@xemacs.org>
7429
7430         * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
7431         (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
7432
7433         * events.c (Fevent_timestamp_lessp):
7434         Not 64-bit clean.  Use EMACS_INT, not int.
7435
7436 2000-06-05  Andrew Begel <abegel@cs.berkeley.edu>
7437
7438         * lrecord.h (lrecord_types): Changed lrecord_type_count to an
7439         unsigned int and changed the last enum to
7440         lrecord_type_last_built_in_type.
7441         (lrecord_implementations_table): changed prototype to know how
7442         long the array is supposed to be.
7443         (lrecord_type_count): new unsigned int to keep track of the
7444         current number of lisp lrecord types.
7445         (DEFINE_EXTERNAL_LRECORD):
7446         (DECLARE_EXTERNAL_LRECORD): Added these two for external
7447         dynamic-modules to declare new lisp types. They are the same
7448         as the non-EXTERNAL forms, but declare an lrecord_type unsigned
7449         int for each new type, and increment lrecord_type_count by 1.
7450
7451         * alloc.c (lrecord_implementations_table): Changed to reference
7452         lrecord_type_last_built_in_type for the size of the array.
7453         Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
7454
7455 2000-08-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
7456
7457         * glyphs.h (check_valid_item_list): Renamed from
7458         check_valid_item_list_1.
7459
7460 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
7461
7462         * select.c (Qselect_coerce): New.
7463         * select.c (Vselection_coercion_alist): New.
7464         * select.c (syms_of_select): Declare.
7465         * select.c (get-selection-internal): Use it.
7466         Use the new select-coerce functionality.
7467
7468         * select.c (select_coerce): New.
7469         * select.h (select_coerce): Declare.
7470         New function to coerce one type of data into another.
7471
7472 2000-08-03  Martin Buchholz  <martin@xemacs.org>
7473
7474         * callproc.c (Fcall_process_internal):
7475         (Fcall_process_internal):
7476         * process-unix.c (unix_create_process):
7477         Save and restore the value of errno, so that error messages are accurate.
7478
7479 2000-08-01  Martin Buchholz  <martin@xemacs.org>
7480
7481         * elhash.c (print_hash_table):
7482         Fix printing of hash tables to also use `key-and-value' instead of `t'.
7483         Prettify docstrings and indentation.
7484
7485 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
7486
7487         * window.c (Fwindow_pixel_edges): Subtract frame border and
7488         gutter size.
7489
7490 2000-07-31  Andy Piper  <andy@xemacs.org>
7491
7492         * buffer.c (Frecord_buffer): make absolutely sure that redisplay
7493         will acknowledge the change.
7494
7495         * glyphs.h: declare tab_control_order_only_changed.
7496
7497         * glyphs-x.c (x_tab_control_redisplay): use
7498         tab_control_order_only_changed.
7499
7500         * glyphs-widget.c (tab_control_order_only_changed): new function.
7501
7502         * glyphs-msw.c (mswindows_tab_control_redisplay): use
7503         tab_control_order_only_changed.
7504
7505         * gui.c (gui_item_equal_sans_selected): new function.
7506         (gui_item_equal): use it.
7507
7508         * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
7509         :properties in favor of :items..
7510
7511         * glyphs-widget.c (check_valid_item_list): rename from
7512         check_valid_item_list_1.
7513         (check_valid_item_list_1): renamed.
7514         (combo_box_validate): deprecate :properties in favor of :items.
7515         (widget_instantiate): ditto.
7516         (tab_control_update): ditto.
7517         (image_instantiator_combo_box): ditto.
7518         (image_instantiator_tree_view): ditto.
7519         (image_instantiator_tab_control): ditto.
7520         (layout_post_instantiate): remove dead code.
7521
7522         * print.c (debug_print_no_newline): only write to debugger if in
7523         WIN32_NATIVE.
7524
7525         * elhash.c (Fmake_hash_table): update doc string.
7526
7527         * event-msw.c (mswindows_wnd_proc): don't allow processing of
7528         messages whilst in GC. This at least stops XEmacs crashing but has
7529         the potential for wierd behaviour.
7530
7531 2000-07-31  Martin Buchholz  <martin@xemacs.org>
7532
7533         * config.h.in:
7534         Make existence of s&m files optional.
7535
7536         * s/bsd386.h: Remove HAVE_GETLOADAVG.
7537         * s/freebsd.h: Remove HAVE_GETLOADAVG.
7538         * s/gnu.h: Remove HAVE_GETLOADAVG.
7539         * s/netbsd.h: Remove HAVE_GETLOADAVG.
7540         * s/sol2.h: Remove HAVE_GETLOADAVG.
7541         * lisp.h: Remove getloadavg() declaration.
7542         * fns.c:
7543         Include <sys/loadavg.h> if available.
7544         Don't declare our own getloadavg() if HAVE_GETLOADAVG.
7545         * config.h.in:  Group together getloadavg()-related macros.
7546         Use only configure-time tests to detect getloadavg().
7547
7548 2000-07-30  Martin Buchholz  <martin@xemacs.org>
7549
7550         * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
7551
7552 2000-07-25  Andy Piper  <andy@xemacs.org>
7553
7554         * syswindows.h: add tchar.h for native builds.
7555
7556         * frame.c (syms_of_frame): remove set-glyph-image.
7557
7558         * general-slots.h: add Qset_glyph_image.
7559
7560         * glyphs-widget.c (layout_update): add domain arg to
7561         set-glyph-image.
7562         (syms_of_glyphs_widget): remove set-glyph-image.
7563
7564 2000-07-23  Ben Wing  <ben@xemacs.org>
7565
7566         * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
7567         Vpopup_frame_list.
7568
7569 2000-07-22  Andy Piper  <andy@xemacs.org>
7570
7571         * symsinit.h: add syms_of_win32().
7572
7573         * gui-msw.c (syms_of_gui_mswindows): remove
7574         Fmswindows_shell_execute.
7575         (Fmswindows_shell_execute): moved to win32.c.
7576
7577         * emacs.c (main_1): add syms_of_win32 ().
7578
7579         * win32.c (init_potentially_nonexistent_functions): rewrite in
7580         compiler-friendly terms.
7581         (Fmswindows_shell_execute): move here from gui-msw.c.
7582         (syms_of_win32): new.
7583
7584         * device-msw.c (Fmswindows_printer_list): clean up args to
7585         EnumPrinters.
7586         Don't include tchar under cygwin or mingw.
7587         (msprinter_default_printer): make cygwin-friendly.
7588
7589 2000-07-21  Andy Piper  <andy@xemacs.org>
7590
7591         * glyphs-widget.c (image_instantiator_tree_view): use tab
7592         control's update function.
7593         (layout_property): new function. Retrieve items.
7594
7595         * glyphs-msw.c (mswindows_tree_view_redisplay): new
7596         function. Re-populate the tree view from the pending items.
7597
7598         * glyphs.c (instantiate_image_instantiator): Make sure the domain
7599         is designated the parent if the domain is an image instance. This
7600         is needed so that dirtiness can be cascade up the hierarchy and
7601         thus for layout children to be redisplayed correctly.
7602         (allocate_image_instance): rename glyph -> parent.
7603
7604         * redisplay.h: change redisplay_output_layout signature.
7605
7606         * redisplay-msw.c (mswindows_output_display_block): use domain
7607         arg.
7608
7609         * redisplay-x.c (x_output_display_block): use domain arg.
7610
7611 2000-07-10  Andy Piper  <andy@xemacs.org>
7612
7613         * window.c (Fset_window_configuration): add comment.
7614
7615         * redisplay-output.c (compare_runes):
7616         (redisplay_output_subwindow): redisplay rather than update subwindow.
7617         (redisplay_output_layout): ditto.
7618
7619         * redisplay-msw.c (mswindows_frame_output_end):
7620         (mswindows_frame_output_end): make defer window pos optional.
7621
7622         * lisp.h: add Flast.
7623
7624         * glyphs.h (struct image_instantiator_methods): add dest_mask top
7625         normalize method. Change update method to be for changed
7626         instantiators. Add redisplay method. Change signature of layout
7627         method.
7628         (struct Lisp_Image_Instance): add instantiator.
7629         (IMAGE_INSTANCE_INSTANTIATOR): new.
7630         (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
7631         (XIMAGE_INSTANCE_INSTANTIATOR): new.
7632         (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
7633
7634         * glyphs.c:
7635         (find_instantiator_differences): new function.
7636         (Fset_instantiator_property): new convenience function.
7637         (check_image_instance_structure): strictly check for vector
7638         instantiators.
7639         (normalize_image_instantiator): make non-static.
7640         (instantiate_image_instantiator): pass on dest_mask and use new
7641         signatures for image_instance_layout and friends.
7642         (mark_image_instance): mark the instantiator. Mark the subwindow
7643         face not the widget face.
7644         (image_instance_equal): add instantiator.
7645         (image_instance_hash): ditto.
7646         (allocate_image_instance): ditto.
7647         (Fset_image_instance_property): removed.
7648         (Fimage_instance_file_name): ditto.
7649         (Fcolorize_image_instance): ditto.
7650         (image_instance_layout): add offsets to be set.
7651         (update_image_instance): new function. update an image instance
7652         from its changed instantiator.
7653         (inherit_normalize): add dest_mask.
7654         (xbm_normalize): ditto.
7655         (xface_normalize): ditto.
7656         (xpm_normalize): ditto.
7657         (text_update): set_property -> update.
7658         (image_instantiate): use the glyph identity as a hash key, not the
7659         instantiator.
7660         (glyph_width): use new image_instance_layout signature.
7661         (glyph_ascent): ditto.
7662         (glyph_descent): ditto.
7663         (glyph_height): ditto.
7664         (glyph_query_geometry): ressurrect.
7665         (glyph_layout): ditto.
7666         (redisplay_subwindow): update -> redisplay.
7667         (syms_of_glyphs): add Fset_instantiator_property.
7668         (image_instantiator_format_create): set_property -> update.
7669
7670         * glyphs-x.c:
7671         (autodetect_normalize): add dest_maks to signature.
7672         (x_redisplay_subwindow): update -> redisplay.
7673         (x_redisplay_widget): ditto.
7674         (x_button_redisplay): ditto.
7675         (x_progress_gauge_redisplay): ditto.
7676         (x_tab_control_redisplay): ditto. Rewrite to cope with changed
7677         stacking order.
7678         (console_type_create_glyphs_x): update -> redisplay.
7679         (image_instantiator_format_create_glyphs_x): ditto.
7680
7681         * glyphs-widget.c:
7682         (check_valid_instantiator): disallow glyphs in the instantiator,
7683         they must now be vectors.
7684         (check_valid_instantiator_list): ditto.
7685         (glyph_instantiator_to_glyph): use internal symbol rather than
7686         intern.
7687         (widget_update): renamed from widget_set_property. Call cascaded
7688         update methods.
7689         (redisplay_widget): renamed from update_widget.
7690         (widget_layout): image_instance_layout now takes position as well
7691         as size.
7692         (widget_normalize): ditto.
7693         (widget_instantiate): ditto.
7694         (tab_control_query_geometry) ditto.:
7695         (tab_control_update): renamed from tab_control_set_property.
7696         (progress_gauge_update): set_property -> update.
7697         (layout_normalize): rewrite so that child instantiators are
7698         normalized also.
7699         (layout_update): new function. Create glyphs from the normalized
7700         children and cope with any other layout keywords. We do not
7701         instantiate children here that will be take care of by
7702         redisplay_output_layout.
7703         (layout_instantiate): call layout_update and not much else.
7704         (layout_post_instantiate): not sure whether this is needed
7705         anymore.
7706         (layout_query_geometry): query glyph geometry rather than
7707         image_instance geometry.
7708         (layout_layout): set offsets from pass in parameters. Use glyph
7709         geometry and layout functions rather than image instance ones.
7710         (native_layout_layout): ditto.
7711         (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
7712         (image_instantiator_widget): set_property -> update.
7713         (image_instantiator_buttons): ditto.
7714         (image_instantiator_progress_guage): ditto.
7715         (image_instantiator_tab_control): ditto.
7716         (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
7717         (image_instantiator_layout): add update method.
7718
7719         * glyphs-msw.c (bmp_normalize):
7720         (mswindows_resource_normalize): add dest_mask so that it can be
7721         proprogated by layout_normalize.
7722         (begin_defer_window_pos): make optional because it may not be the
7723         right thing to do and it introduces differences with X.
7724         (mswindows_unmap_subwindow): ditto.
7725         (mswindows_map_subwindow): ditto.
7726         (mswindows_redisplay_subwindow): renamed from
7727         mswindows_update_subwindow.
7728         (mswindows_redisplay_widget): ditto.
7729         (mswindows_button_redisplay): renamed from
7730         mswindows_button_update. Update is now what the instantiation
7731         function does for a changed instantiator.
7732         (mswindows_progress_gauge_instantiate): set the progress value
7733         here if appropriate.
7734         (mswindows_tab_control_redisplay): cope with re-ordering of the
7735         members of the tab widget by simply selecting the new top
7736         widget. This makes things appear ok if you click on a tab.
7737         (mswindows_combo_box_instantiate): image_instance_layout now takes
7738         position as well as size.
7739         (mswindows_progress_gauge_redisplay): renamed from
7740         mswindows_progress_gauge_update.
7741         (console_type_create_glyphs_mswindows): fix update -> redisplay.
7742         (image_instantiator_format_create_glyphs_mswindows): ditto.
7743
7744         * glyphs-eimage.c (jpeg_normalize):
7745         (gif_normalize):
7746         (png_normalize):
7747         (tiff_normalize): add dest_mask so that it can be proprogated by
7748         layout_normalize.
7749
7750         * elhash.c:
7751         (print_hash_table):
7752         (hash_table_weakness_validate):
7753         (decode_hash_table_weakness):
7754         (Fhash_table_weakness):
7755         (Fhash_table_type):
7756         (syms_of_elhash): use Ben's naming scheme for hashtable types..
7757
7758         * console.h (struct console_methods): move update_* to
7759         redisplay_*.
7760
7761 2000-07-20  Ben Wing  <ben@xemacs.org>
7762
7763         * *.[ch] (XSETOBJ): remove unused middle argument.
7764         lisp-disunion.h: correct wrap_object() to one argument.
7765
7766 2000-07-15  Ben Wing  <ben@xemacs.org>
7767
7768         * s/cygwin32.h:
7769         * s/cygwin32.h (CYGWIN_CONV_PATH):
7770         Add missing logb prototype for v1.1.
7771         Use post-b20 names and alias to pre-b20 names when pre-b20.
7772
7773         * s/windowsnt.h: [5].
7774
7775 2000-07-15  Ben Wing  <ben@xemacs.org>
7776
7777         * Makefile.in.in (x_objs):
7778         * Makefile.in.in (sheap_objs):
7779         * Makefile.in.in (objs):
7780         added win32.o, cosmetic cleanups.
7781
7782         * alloc.c (Fmake_byte_code):
7783         [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
7784         etc. macros which declare their own args now.
7785
7786         * alloc.c (syms_of_alloc):
7787         [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
7788
7789         * buffer.c:
7790         Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
7791
7792         * buffer.c (Fget_file_buffer):
7793         Fixed GCPRO problem.
7794
7795         * buffer.c (get_truename_buffer):
7796         Fixed comment about GC checking.
7797
7798         * buffer.c (syms_of_buffer):
7799         Undeclared those dedicated frame funs.
7800         [2].
7801
7802         * buffer.h:
7803         Define convenience macros for internal/external conversions.
7804         [[[3]]]: Define codesys aliases Qcommand_argument_encoding
7805         and Qenvironment_variable_encoding for cleaner code.
7806
7807         * bufslots.h:
7808         Remove dedicated-frame; in lisp.
7809
7810         * bytecode.c (funcall_compiled_function):
7811         [1].
7812
7813         * bytecode.c (syms_of_bytecode):
7814         [2].
7815
7816         * console-msw.c:
7817         * console-msw.c (mswindows_show_console): Rewrote.
7818
7819         * console-msw.c (Fmswindows_debugging_output): New.
7820         Sends to OutputDebugString (special MSWin debugger interface).
7821
7822         * console-msw.c (Fmswindows_message_box):
7823         Fixed stupid bugs so it works when called from kill-emacs.
7824
7825         * console-msw.c (syms_of_console_mswindows):
7826         Declare Fmswindows_debugging_output.
7827
7828         * console-msw.h:
7829         New MSWin prototypes.
7830
7831         * console-msw.h (struct mswindows_frame):
7832         New entry last-click-mods for improved button-modifier support.
7833
7834         * console-msw.h (FRAME_MSWINDOWS_POPUP):
7835         New struct entry `popup' with corresponding accessor.
7836
7837         * console-x.c:
7838         * console-x.c (split_up_display_spec):
7839         * console-x.c (get_display_arg_connection):
7840         * console-x.c (x_semi_canonicalize_console_connection):
7841         * console-x.c (x_canonicalize_device_connection):
7842         [[[6]]]: Change char to more specific type.
7843         [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
7844
7845         * console-x.c (x_semi_canonicalize_console_connection):
7846         * console-x.c (x_canonicalize_device_connection):
7847         [[[9]]]: Fix up error signalling to use new structured error system.
7848
7849         * console-x.h:
7850         [[[4]]]: Define codesys aliases:
7851         Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
7852         Qx_color_name_encoding, Qx_display_name_encoding.
7853
7854         * console.h (struct console_methods):
7855         New method make_dialog_box_internal supersedes older
7856         popup_dialog_box method.
7857
7858         * data.c:
7859         Define many new errors, part of new structured errors.
7860
7861         * data.c (init_errors_once_early):
7862         * data.c (syms_of_data):
7863         [2].
7864
7865         * device-msw.c (mswindows_init_device):
7866         [[[5]]]: Cleanup to support NT 3.51.
7867
7868         * device-msw.c (decode_devmode): Cleanup.
7869
7870         * device-msw.c (mswindows_handle_print_setup_dialog_box):
7871         * device-msw.c (mswindows_handle_print_dialog_box):
7872         * device-msw.c (mswindows_handle_page_setup_dialog_box):
7873         * device-msw.c (syms_of_device_mswindows):
7874         Delete the dialog box primitives recently introduced by Kirill and
7875         instead interface to general dialog box interface.
7876
7877         * device-x.c:
7878         * device-x.c (compute_x_app_name):
7879         * device-x.c (x_init_device):
7880         * device-x.c (Fx_valid_keysym_name_p):
7881         * device-x.c (Fx_set_font_path):
7882         [6].
7883         [7].
7884
7885         * device.h (wrap_device): New.
7886         First of its kind; meant to replace XSETDEVICE.
7887
7888         * dialog-msw.c: Many file-dialog symbols.
7889
7890         * dialog-msw.c (mswindows_register_popup_frame): New.
7891         * dialog-msw.c (mswindows_is_dialog_msg): New.
7892         For supporting kbd traversal in dialog boxes.
7893
7894         * dialog-msw.c (dialog_proc):
7895         Support hitting ESC in dialogs.
7896
7897         * dialog-msw.c (struct):
7898         Common dialog box errors.
7899
7900         * dialog-msw.c (handle_file_dialog_box): New.
7901         Add file dialog code.
7902
7903         * dialog-msw.c (handle_question_dialog_box):
7904         Redo existing code to support new question dialog syntax.
7905
7906         * dialog-msw.c (console_type_create_dialog_mswindows):
7907         We support new dialog console method.
7908
7909         * dialog-msw.c (syms_of_dialog_mswindows):
7910         * dialog-msw.c (vars_of_dialog_mswindows):
7911         New file dialog symbols, vars.
7912
7913         * dialog-x.c:
7914         * dialog-x.c (maybe_run_dbox_text_callback):
7915         * dialog-x.c (dbox_descriptor_to_widget_value):
7916         * dialog-x.c (x_make_dialog_box_internal):
7917         * dialog-x.c (console_type_create_dialog_x):
7918         Mule-ize entire file.
7919         Redo to support question dialog syntax.
7920         [6].
7921
7922         * dialog.c:
7923         * dialog.c (Fmake_dialog_box_internal):
7924         * dialog.c (syms_of_dialog):
7925         Kill old popup-dialog-box, replace with new primitive.
7926         Just call device method or signal error.
7927
7928         * eldap.c (Fldap_open):
7929         * eldap.c (Fldap_search_basic):
7930         * eldap.c (Fldap_add):
7931         * eldap.c (Fldap_modify):
7932         [1].
7933         [7].
7934
7935         * emacs.c:
7936         * emacs.c (make_arg_list_1):
7937         * emacs.c (make_arg_list):
7938         Mule-ize call to dll_init().
7939         [6].
7940         [8].
7941
7942         * emacs.c (make_argc_argv):
7943         * emacs.c (free_argc_argv):
7944         * emacs.c (init_cmdargs):
7945         * emacs.c (main_1):
7946         * emacs.c (Fkill_emacs):
7947         * emacs.c (Fdump_emacs):
7948         Update comments about what can be used in syms_* etc.
7949         Call init_win32() when necessary.
7950         Fix up MS Win dialog box in kill-buffer to actually work right.
7951         [7].
7952
7953         * eval.c:
7954         * eval.c (For):
7955         * eval.c (Fand):
7956         * eval.c (Fprogn):
7957         * eval.c (Fprog1):
7958         * eval.c (Fprog2):
7959         * eval.c (FletX):
7960         * eval.c (Flet):
7961         * eval.c (condition_case_3):
7962         * eval.c (Feval):
7963         * eval.c (function_argcount):
7964         * eval.c (funcall_lambda):
7965         [1].
7966
7967         * eval.c (type_error): New.
7968         * eval.c (maybe_type_error): New.
7969         * eval.c (continuable_type_error): New.
7970         * eval.c (maybe_continuable_type_error): New.
7971         * eval.c (type_error_with_frob): New.
7972         * eval.c (maybe_type_error_with_frob): New.
7973         * eval.c (continuable_type_error_with_frob): New.
7974         * eval.c (maybe_continuable_type_error_with_frob): New.
7975         New functions for use with structured errors.
7976
7977         * event-Xt.c:
7978         * event-Xt.c (x_event_to_emacs_event):
7979         Buttons are now modifiers too.
7980
7981         * event-Xt.c (emacs_Xt_current_event_timestamp):
7982         Implement new event method.
7983         * event-Xt.c (reinit_vars_of_event_Xt): Set it.
7984
7985         * event-msw.c:
7986         * event-msw.c (ntpipe_shove_writer): [5].
7987         * event-msw.c (mswindows_enqueue_mouse_button_event):
7988         * event-msw.c (mswindows_drain_windows_queue):
7989         * event-msw.c (mswindows_wnd_proc): [7].
7990         * event-msw.c (mswindows_current_layout_has_AltGr): [5].
7991         * event-msw.c (mswindows_modifier_state):
7992         Throughout: support new button modifiers.
7993
7994         * event-msw.c (emacs_mswindows_current_event_timestamp):
7995         Implement new event method.
7996         * event-msw.c (reinit_vars_of_event_mswindows): Set it.
7997
7998         * event-stream.c:
7999         * event-stream.c (event_stream_current_event_timestamp): New.
8000         * event-stream.c (maybe_kbd_translate): New functionality.
8001         * event-stream.c (vars_of_event_stream):
8002         Document new kbd-translate-table functionality.
8003
8004         * event-stream.c (Fcurrent_event_timestamp): New.
8005         New primitive for use in fabricated events.
8006         * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
8007
8008         * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
8009
8010         * events.c:
8011         * events.c (Fmake_event):
8012         * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
8013         [1].
8014         [9].
8015
8016         * events.c (format_event_object): fix gcc warnings.
8017
8018         * events.c (Fevent_timestamp): Document new primitives.
8019
8020         * events.c (TIMESTAMP_HALFSPACE): New.
8021
8022         * events.c (Fevent_timestamp_lessp): New.  New primitive for
8023         comparing timestamps correctly (half-space algorithm).
8024
8025         * events.c (Fevent_modifier_bits): Doc fix.
8026
8027         * events.c (Fevent_modifiers): Major doc addition.
8028         * events.c (event_x_y_pixel_internal): Typo fix.
8029         * events.c (syms_of_events): Declare new primitives.
8030
8031         * events.h:
8032         Update long comment for button modifiers, timestamps.
8033
8034         * events.h (struct event_stream):
8035         New current_event_timestamp method.
8036
8037         * extents.c:
8038         * extents.c (extent_in_region_p):
8039         * extents.c (decode_extent):
8040         * extents.c (Fset_extent_parent):
8041         * extents.c (decode_map_extents_flags):
8042         Fix gcc warnings.
8043         [9].
8044
8045         * extents.c (struct extent_at_arg):
8046         * extents.c (decode_extent_at_flag):
8047         * extents.c (extent_at_mapper):
8048         * extents.c (extent_at_bytind):
8049         * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
8050         * extents.c (Fextents_at): New primitive. [9].
8051         * extents.c (symbol_to_glyph_layout): [9].
8052         Support new primitive `extents-at'.
8053
8054
8055         * extents.c (get_text_property_bytind):
8056         extent_at_bytind has another arg.
8057         [9].
8058
8059         * extents.c (syms_of_extents): New primitive.
8060
8061         * file-coding.c (Fmake_coding_system): [1].
8062         * file-coding.c (subsidiary_coding_system): fix gcc warning
8063         * file-coding.c (syms_of_file_coding): [2].
8064
8065         * fileio.c (Fexpand_file_name):
8066         * fileio.c (Fsysnetunam):
8067         * fileio.c (Ffile_exists_p):
8068         * fileio.c (Ffile_executable_p):
8069         * fileio.c (Fverify_visited_file_modtime):
8070         Clean up GCPROing.
8071
8072         * fileio.c (syms_of_fileio): [2].
8073
8074         * filelock.c (lock_file_1):
8075         * filelock.c (current_lock_owner):
8076         * filelock.c (lock_if_free):
8077         * filelock.c (lock_file):
8078         * filelock.c (unlock_file):
8079         Clean up GCPROing.
8080
8081         * fns.c (concat): Fix gcc warning.
8082
8083         * fns.c (Fmember):
8084         * fns.c (Fold_member):
8085         * fns.c (Fmemq):
8086         * fns.c (Fold_memq):
8087         * fns.c (memq_no_quit):
8088         * fns.c (Fassoc):
8089         * fns.c (Fold_assoc):
8090         * fns.c (Fassq):
8091         * fns.c (Fold_assq):
8092         * fns.c (assq_no_quit):
8093         * fns.c (Frassoc):
8094         * fns.c (Fold_rassoc):
8095         * fns.c (Frassq):
8096         * fns.c (Fold_rassq):
8097         * fns.c (rassq_no_quit):
8098         * fns.c (Fdelete):
8099         * fns.c (Fold_delete):
8100         * fns.c (Fdelq):
8101         * fns.c (Fold_delq):
8102         * fns.c (delq_no_quit):
8103         * fns.c (Fremassoc):
8104         * fns.c (Fremassq):
8105         * fns.c (remassq_no_quit):
8106         * fns.c (Fremrassoc):
8107         * fns.c (Fremrassq):
8108         * fns.c (remrassq_no_quit):
8109         * fns.c (Freverse):
8110         * fns.c (mapcar1):
8111         [1].
8112
8113         * frame-msw.c (mswindows_init_frame_1):
8114         * frame-msw.c (mswindows_delete_frame):
8115         Register popups with dialog code so keyboard traversing works.
8116
8117         * frame-tty.c (tty_raise_frame_no_select): [1].
8118
8119         * frame-x.c:
8120         * frame-x.c (x_set_frame_text_value):
8121         * frame-x.c (x_set_frame_properties):
8122         * frame-x.c (x_create_widgets):
8123         [7].
8124
8125         * frame.c:
8126         * frame.c (Fmouse_pixel_position): Minor doc fixes.
8127
8128         * frame.h (wrap_frame): New.
8129         Macro like wrap_device.
8130
8131         * general.c:
8132         * general.c (SYMBOL):
8133         * general.c (syms_of_general):
8134         Major reorg.  This is now just a wrapper and symbols themselves
8135         are listed in general-slots.h.
8136
8137         * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
8138         * glyphs-msw.c (mswindows_resource_instantiate): [5].
8139
8140         * glyphs-msw.c (mswindows_native_layout_instantiate):
8141         Add DS_CONTROL so keyboard traversal will work.
8142
8143         * glyphs-widget.c:
8144         * glyphs-widget.c (syms_of_glyphs_widget):
8145         Move some symbols to general-slots.h.
8146
8147         * glyphs-x.c:
8148         * glyphs-x.c (xbm_instantiate_1):
8149         * glyphs-x.c (x_xbm_instantiate):
8150         * glyphs-x.c (x_xface_instantiate):
8151         * glyphs-x.c (autodetect_instantiate):
8152         * glyphs-x.c (cursor_font_instantiate):
8153         * glyphs-x.c (x_update_widget):
8154         * glyphs-x.c (x_widget_instantiate):
8155         * glyphs.c (bitmap_to_lisp_data):
8156         * glyphs.c (pixmap_to_lisp_data):
8157         [7].
8158
8159         * glyphs.c (syms_of_glyphs):
8160         [2].
8161
8162         * gui-x.c:
8163         * gui-x.c (print_widget_value):
8164         * gui-x.c (menu_separator_style_and_to_external):
8165         * gui-x.c (add_accel_and_to_external):
8166         * gui-x.c (button_item_to_widget_value):
8167         * gui-x.c (gui_items_to_widget_values_1):
8168         * gui-x.c (gui_items_to_widget_values):
8169         * gui-x.c (syms_of_gui_x):
8170         * gui-x.c (vars_of_gui_x):
8171         Mule-ize entire file.  Move menu-no-selection-hook to gui.c.
8172         [9].
8173
8174         * gui-x.h:
8175         Muleize, prototype changes matching gui-x.c.
8176
8177         * gui.c:
8178         * gui.c (separator_string_p):
8179         * gui.c (gui_item_add_keyval_pair):
8180         * gui.c (make_gui_item_from_keywords_internal):
8181         * gui.c (signal_too_long_error):
8182         * gui.c (parse_gui_item_tree_item):
8183         * gui.c (syms_of_gui):
8184         * gui.c (vars_of_gui):
8185         * gui.h:
8186         menu-no-selection-hook moved here (used by MSWin).
8187         Move some symbols to general-slots.h.
8188         [6].
8189         [9].
8190
8191         * insdel.c (get_buffer_pos_char):
8192         * insdel.c (get_buffer_range_char):
8193         Add GC comments.
8194
8195         * keymap.c (keymap_lookup_directly):
8196         * keymap.c (keymap_store):
8197         * keymap.c (ensure_meta_prefix_char_keymapp):
8198         * keymap.c (describe_map):
8199         * keymap.h:
8200         Support new button modifiers.
8201
8202         * lisp-disunion.h (wrap_object):
8203         * lisp-disunion.h (XSETOBJ):
8204         Rename make_obj to wrap_object.
8205
8206         * lisp-union.h:
8207         * lisp-union.h (make_int):
8208         * lisp-union.h (make_char):
8209         Support wrap_object.
8210
8211         * lisp.h:
8212         * lisp.h (LIST_LOOP):
8213         * lisp.h (EXTERNAL_LIST_LOOP):
8214         * lisp.h (LIST_LOOP_2):
8215         * lisp.h (EXTERNAL_LIST_LOOP_1):
8216         * lisp.h (EXTERNAL_LIST_LOOP_2):
8217         * lisp.h (EXTERNAL_LIST_LOOP_3):
8218         * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
8219         * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
8220         * lisp.h (GET_EXTERNAL_LIST_LENGTH):
8221         * lisp.h (EXTERNAL_ALIST_LOOP_5):
8222         * lisp.h (EXTERNAL_ALIST_LOOP_6):
8223         * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
8224         * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
8225         * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
8226         * lisp.h (struct Lisp_Symbol):
8227         * lisp.h (maybe_continuable_error_with_frob):
8228         Fix up section comments.
8229         Add new types for char to indicate usage.
8230         Delete symbols auto-generated from general-slots.h.
8231         Add prototypes for structured error functions.
8232         Add long comments describing looping macros and change interface
8233         so that lvalues are automatically declared.
8234         Add NO_DECLARE macro in case callers want to declare lvalues
8235         themselves.
8236
8237         * lread.c (read_syntax_error):
8238         * lread.c (continuable_read_syntax_error):
8239         * lread.c (read_structure):
8240         * lread.c (sequence_reader):
8241         * lread.c (read_list_conser):
8242         * lread.c (read_compiled_function):
8243         Rename syntax_error and continuable_syntax_error to avoid clash
8244         with same-named structured error functions.
8245
8246         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
8247         * menubar-msw.c (populate_menu_add_item):
8248         * menubar-msw.c (populate_or_checksum_helper):
8249         [5].
8250         [9].
8251
8252         * menubar-x.c:
8253         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
8254         Mule-ize whole file.
8255
8256         * menubar.c (Fnormalize_menu_item_name): Add optimization.
8257
8258         * mule-charset.c (Fmake_charset):
8259         * mule-wnnfns.c (Fwnn_set_param):
8260         [1].
8261
8262         * ntproc.c (create_child):
8263         * ntproc.c (Fwin32_set_current_locale):
8264         Add comments portending doom.
8265
8266         * objects-msw.c:
8267         * objects-msw.c (old_font_enum_callback_2):
8268         * objects-msw.c (font_enum_callback_1):
8269         * objects-msw.c (mswindows_enumerate_fonts):
8270         [5].
8271
8272         * objects-x.c:
8273         * objects-x.c (allocate_nearest_color):
8274         * objects-x.c (x_parse_nearest_color):
8275         * objects-x.c (x_initialize_color_instance):
8276         * objects-x.c (x_print_color_instance):
8277         * objects-x.c (x_finalize_color_instance):
8278         * objects-x.c (x_valid_color_name_p):
8279         * objects-x.c (x_initialize_font_instance):
8280         * objects-x.c (x_print_font_instance):
8281         * objects-x.c (valid_x_font_name_p):
8282         * objects-x.c (truename_via_FONT_prop):
8283         * objects-x.c (truename_via_random_props):
8284         * objects-x.c (truename_via_XListFonts):
8285         * objects-x.c (x_font_truename):
8286         * objects-x.c (x_font_instance_truename):
8287         * objects-x.c (x_font_instance_properties):
8288         * objects-x.c (x_list_fonts):
8289         * objects-x.c (x_find_charset_font):
8290         Mule-ize entire file.
8291         [7].
8292
8293         * objects-x.h:
8294         Mule-verify.
8295
8296         * print.c:
8297         * print.c (std_handle_out_external):
8298         * print.c (debug_print_no_newline):
8299         * print.c (syms_of_print):
8300         Output to all debugger kinds in debug-print.
8301         Fix console-output code under MSWin to actually work.
8302
8303         * process-nt.c (send_signal):
8304         * process-nt.c (nt_create_process):
8305         Use newer Unicode macros.
8306
8307         * process-unix.c (unix_create_process):
8308         * process-unix.c (unix_canonicalize_host_name):
8309         * process-unix.c (unix_open_network_stream):
8310         [7].
8311
8312         * scrollbar-x.c:
8313         Mule-verify.
8314
8315         * search.c (syms_of_search):
8316         [2].
8317
8318         * select-msw.c (mswindows_destroy_selection):
8319         Use LIST_LOOP_2.
8320
8321         * select-x.c (symbol_to_x_atom):
8322         [7].
8323
8324         * select.c (syms_of_select):
8325         [2].
8326
8327         * sound.c (Fplay_sound_file):
8328         [7].
8329
8330         * specifier.c:
8331         * specifier.c (decode_specifier_type):
8332         * specifier.c (Fvalid_specifier_locale_type_p):
8333         * specifier.c (check_valid_locale_or_locale_type):
8334         * specifier.c (decode_locale):
8335         * specifier.c (decode_locale_type):
8336         * specifier.c (decode_locale_list):
8337         * specifier.c (check_valid_domain):
8338         * specifier.c (decode_specifier_tag_set):
8339         * specifier.c (Fcanonicalize_tag_set):
8340         * specifier.c (Fdefine_specifier_tag):
8341         * specifier.c (Fspecifier_tag_predicate):
8342         * specifier.c (check_valid_inst_list):
8343         * specifier.c (check_valid_spec_list):
8344         * specifier.c (decode_how_to_add_specification):
8345         * specifier.c (check_modifiable_specifier):
8346         * specifier.c (specifier_add_spec):
8347         * specifier.c (boolean_validate):
8348         * specifier.c (display_table_validate):
8349         [9].
8350
8351         * specifier.c (syms_of_specifier):
8352         Move some symbols to general-slots.h.
8353         [2].
8354
8355         * symbols.c:
8356         * symbols.c (Fmapatoms):
8357         * symbols.c (Fapropos_internal):
8358         Add GCPROs.
8359
8360         * symbols.c (set_default_buffer_slot_variable):
8361         * symbols.c (set_default_console_slot_variable):
8362         [1].
8363
8364         * symbols.c (defsymbol_massage_name_1):
8365         * symbols.c (defkeyword_massage_name):
8366         * symbols.c (deferror_1):
8367         * symbols.c (deferror):
8368         * symbols.c (deferror_massage_name_and_message):
8369         * symeval.h:
8370         * symeval.h (DEFSYMBOL):
8371         Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
8372
8373         * symbols.c (syms_of_symbols):
8374         [2].
8375
8376         * symsinit.h:
8377         * symsinit.h (init_win32): New.
8378         Also new is syms_of_dialog_mswindows.
8379
8380         * syswindows.h:
8381         Add new Unicode macros, missing Cygwin wide-char functions,
8382         convenience conversion macros for Qmswindows_tstr, macros for
8383         encapsulating required MSWin <-> Cygwin filename conversions,
8384         prototype for dynamically-extracted (not in NT 3.51) functions.
8385
8386         * toolbar-x.c:
8387         Mule-verify.
8388
8389         * tooltalk.c (Fadd_tooltalk_message_arg):
8390         * tooltalk.c (Fadd_tooltalk_pattern_attribute):
8391         * tooltalk.c (Fadd_tooltalk_pattern_arg):
8392         [7].
8393
8394         * tooltalk.c (syms_of_tooltalk):
8395         [2].
8396
8397         * unexnt.c:
8398         * unexnt.c (unexec):
8399         Fix up headers, declaration of unexec() to be more standard.
8400
8401 2000-07-20  Martin Buchholz  <martin@xemacs.org>
8402
8403         * offix.h: Revert change to guard macros - they're used in offix.c!
8404
8405 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8406
8407         * lisp.h: Defsubred Fdelete.
8408
8409         * console-msw.h:  (msprinter_default_printer): Added.
8410
8411         * console-msw.c (msprinter_canonicalize_console_connection):
8412         (msprinter_canonicalize_device_connection): Added.
8413
8414         * device-msw.c (msprinter_default_printer):
8415         (Fmswingows_get_default_printer):
8416         (signal_enum_priner_error):
8417         (Fmswingows_printer_list): Added.
8418
8419 2000-07-19  Martin Buchholz <martin@xemacs.org>
8420
8421         * XEmacs 21.2.35 is released.
8422
8423 2000-07-19  Martin Buchholz  <martin@xemacs.org>
8424
8425         * select-x.c (x_handle_selection_request):
8426         Text selected in xemacs and pasted into xterm failed to appear.
8427         Spelling fixes and cosmetic changes.
8428
8429 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8430
8431         * event-msw.c (mswindows_drain_windows_queue): Correctly check for
8432         XEmacs frame (fix for doubling chars in dialog boxes).
8433
8434 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
8435
8436         * select.c (select_convert_in, select_convert_out):
8437         Don't call intern() every time.
8438
8439         * select.c (Qselect_convert_in, Qselect_convert_out): New.
8440         * select.c (vars_of_select): Initialise them.
8441
8442 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
8443
8444         * select.c (selection-coercible-types): New.
8445
8446         * select.c (own-selection-internal):
8447         * select.c (get-selection-internal):
8448         MULE bug fix - these should default to COMPOUND_TEXT and not
8449         STRING for MULE. I think.
8450
8451         * select.c (select_convert_out): Use selection-coercible-types
8452         to find types that we can attempt to perform coercions on.
8453
8454 2000-07-18  Martin Buchholz  <martin@xemacs.org>
8455
8456         * mule-wnnfns.c:
8457         * mule-canna.c:
8458         Add coding: cookie to identify encoding.
8459
8460         * mule-canna.c (CANNA_mode_keys): make static.
8461         Use proper prototypes, even for functions of no arguments.
8462         Remove external prototype for Fding().
8463
8464         * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
8465
8466         * select.c (syms_of_select): Add missing DEFSUBR.
8467
8468 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
8469
8470         * select.c (get_selection_internal, own_selection_internal):
8471         Make the type default to STRING, rather than placing a nil type
8472         into Vselection_alist.
8473
8474 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
8475
8476         * gpmevent.c (tty_selection_exists_p):
8477         * gpmevent.c (tty_own_selection):
8478         Updated parameter lists.
8479
8480 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
8481
8482         * select.h (selection-alist): Removed declaration.
8483
8484         * select.h (get_local_selection):
8485         * select.c (get_local_selection):
8486         Made static.
8487
8488         * select.h (convert_selection): Removed declaration.
8489         * select.c (convert_selection): Removed.
8490         This function belongs in Lisp.
8491
8492         * select.h (select_convert_in): Declare.
8493         * select.h (select_convert_out): Declare.
8494         * select.c (select_convert_in): New.
8495         * select.c (select_convert_out): New.
8496         New conversion functions for other files to call.
8497
8498         * select.h (select_notify_buffer_kill): Declare.
8499         * select.c (select_notify_buffer_kill): New.
8500         New functions that get called from kill-buffer.
8501
8502         * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
8503         X-specific lisp code.
8504
8505         * select.h: Declare some of the lisp-visible functions for
8506         external use.
8507
8508         * select.c (clean_local_selection_data): Removed. This was
8509         a disgusting function, and previously should have been in
8510         select-x.c in any case. The functionality is now provided
8511         in select-convert-from-integer (select.el).
8512
8513         * select.c (available-selection-types): Fixed stupidity where
8514         INTEGER and ATOM got added twice. Also add STRING when we see an
8515         extent.
8516
8517         * select.c (get-selection-internal): Removed symbol stripping. No
8518         longer causes conversion when data comes from the internal cache.
8519
8520         * select.c (syms_of_select): Added new functions.
8521
8522         * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
8523         error checking - previously this called abort!
8524
8525         * select-x.c (x_own_selection): Changed comment.
8526
8527         * select-x.c (x_handle_selection_request): Use select_convert_out.
8528         Don't mess with selection-alist; it's an internal variable of select.c.
8529
8530         * select-x.c (x_get_foreign_selection): Use select_convert_in.
8531
8532         * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
8533         rather than messing with selection-alist.
8534
8535         * select-msw.c (mswindows_get_foreign_selection):
8536         Use TO_INTERNAL_FORMAT rather than hacking.
8537
8538 2000-07-14  Martin Buchholz  <martin@xemacs.org>
8539
8540         * process-unix.c (unix_open_multicast_group):
8541         (unix_open_multicast_group): Remove useless casts.
8542
8543 2000-07-13  Martin Buchholz  <martin@xemacs.org>
8544
8545         * sound.c (Fplay_sound): Fix `unused variable' warning.
8546
8547         * emacs.c (main): Use correct type for _environ on SCO5.
8548
8549 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
8550
8551         * console.h (own_selection_method):
8552         * console.h (selection_exists_p_method):
8553         * console.h (available_selection_types_method): New.
8554         * console.h (register_selection_data_type_method): New.
8555         * console.h (selection_data_type_name): New.
8556
8557         * console-msw.h (mswindows_destroy_selection): Declare it.  New
8558         function & alist to track GlobalAlloc()'d handles that need
8559         releasing when the clipboard data gets replaced or emptied.
8560
8561         * event-msw.c (mswindows_wnd_proc): Call it.
8562
8563         * lisp.h, general.c (Qappend): New symbol representing a
8564         `how-to-add' mode.
8565
8566         * select.c (own-selection-internal):
8567         * select.c (selection-exists-p):
8568         * select.c (available-selection-types): New.
8569         * select.c (register-selection-data-type): New.
8570         * select.c (selection-data-type-name): New.  New functions to deal
8571         with device-specific selection data formats.
8572         * select.c (selection-converter-out-alist): Renamed.
8573         * select.c (selection-converter-in-alist): New.
8574         * select.c (selection-appender-alist): New.  Added new alists.
8575         * select.c (syms_of_select, vars_of_select): Added new symbols &
8576         variables.
8577         * select.c (get_local_selection): Split.
8578         * select.c: Removed spurious type checking - selections may now be
8579         of any type, not just strings.
8580         * select.c (own-selection-internal):
8581
8582         * select.h, select.c (convert_selection): New. Created
8583         convert_selection() function based on get_local_selection().
8584         * select.h, select.c (QCF_*): New symbols representing mswindows
8585         clipboard formats.
8586         * select.h, select.c (Qreplace_all, Qreplace_existing): New
8587         symbols representing `how-to-add' modes.
8588
8589         * select-msw.c (x_sym_p): New.
8590         * select-msw.c (symbol_to_ms_cf): New.
8591         * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
8592         symbols & clipboard formats. Can also handle string names.
8593         * select-msw.c (mswindows_own_selection):
8594         * select-msw.c (mswindows_selection_exists_p):
8595         Added `data-type' parameter. Use it.
8596         * select-msw.c (mswindows_available_selection_types): New.
8597         * select-msw.c (mswindows_register_selection_data_type): New.
8598         * select-msw.c (mswindows_selection_data_type_name): New.
8599         * select-msw.c (mswindows_own_selection):
8600         * select-msw.c (mswindows_get_foreign_selection):
8601         * select-msw.c (mswindows_selection_exists_p):  Rewrote.
8602         * select-msw.c (console_create_select_mswindows): Added new methods.
8603         * select-msw.c (mswindows_destroy_selection): New.
8604         * select-msw.c (Vhandle_alist): New list.
8605         * select-msw.c (mswindows_own_selection):
8606
8607         * select-x.c (x_own_selection):
8608         * select-x.c (x_selection_exists_p):
8609         * select-x.c: Added some comments about maybe using new
8610         functionality.
8611         * select-x.c (x_own_selection):
8612
8613         * specifier.c: Remove definition of Qappend (now in general.c)
8614         * specifier.c (syms_of_specifier): Remove Qappend.
8615
8616 2000-07-12  Martin Buchholz  <martin@xemacs.org>
8617
8618         * config.h.in: Add socklen_t.
8619
8620         * s/decosf4-0.h: No special compiler flags needed or desired.
8621         In particular, undefine _BSD for DEC OSF 4.0.
8622
8623 2000-07-07  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8624
8625         * redisplay-msw.c (msprinter_frame_output_end): Added.
8626         (console_type_create_redisplay_mswindows): Referred the above.
8627
8628         * frame.c (setup_frame_without_minibuffer): Do not create a
8629         default minibuffer frame on a printer device.
8630
8631         * frame-msw.c (apply_dc_geometry): Added.
8632         (msprinter_start_page):
8633         (msprinter_init_frame_3):
8634         (msprinter_eject_page): Use it.
8635
8636         * console-msw.h (struct msprinter_frame): Added pix_left and top,
8637         and removed residual duplex and orientation properties.
8638
8639 2000-07-11  Martin Buchholz  <martin@xemacs.org>
8640
8641         * eval.c (function_argcount): Work around a DEC CC compiler bug.
8642
8643         * unexalpha.c: Remove system prototypes from C sources!
8644
8645 2000-07-09  Adrian Aichner  <aichner@ecf.teradyne.com>
8646
8647         * eval.c: Remove references to M-x edit-options in DEFUNs for
8648         `defvar' and `defconst'.
8649
8650 2000-07-09  Martin Buchholz  <martin@xemacs.org>
8651
8652         * config.h.in: Remove SMART_INCLUDE hackery.
8653
8654         PostgreSQL hacking:
8655         * config.h.in: Don't use SMART_INCLUDE.
8656
8657         * postgresql.h: Include libpq-fe.h here.  Fix typo.
8658         * inline.c: Simply #include "postgresql.h"
8659         * postgresql.c:
8660         - Don't use SMART_INCLUDE
8661         - Use simply "const".
8662         - Use standard doc string conventions.
8663         - Use correct type for result of PQstatus.
8664
8665 2000-07-09  Martin Buchholz  <martin@xemacs.org>
8666
8667         * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
8668
8669         C++ compilation changes.
8670         * config.h.in (EXTERN_C): Define.
8671         * config.h.in (not): This is also a C++ keyword.
8672         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
8673         * cm.c: Use EXTERN_C.
8674         * redisplay-tty.c: Use EXTERN_C.
8675         * sysdep.c: Use EXTERN_C.  Remove Gould support.
8676
8677 2000-07-09  Martin Buchholz  <martin@xemacs.org>
8678
8679         * general.c: Remove duplicate definition for Qfunction.
8680
8681 2000-07-08  Ben Wing  <ben@xemacs.org>
8682
8683         * device-msw.c (msprinter_init_device):
8684         * device-msw.c (sync_printer_with_devmode):
8685         * device-msw.c (handle_devmode_changes):
8686         * device-msw.c (print_dialog_worker):
8687         * device-msw.c (Fmsprinter_apply_settings):
8688         * device-msw.c (hash_devmode):
8689         * device-msw.c (Fmsprinter_settings_despecialize):
8690         use Qmswindows_tstr, not Qctext.
8691
8692         * vm-limit.c (check_memory_limits):
8693         avoid infinite loop printing warning messages.
8694
8695 2000-07-05  Craig Lanning  <lanning@scra.org>
8696
8697         * Makefile.in.in: Add support for including the Windows resources
8698         when building with the cygwin and mingw targets.
8699
8700         * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
8701         not set or not correct.
8702         (directory_is_current_directory): Don't compile for WIN32_NATIVE.
8703         (init_initial_directory): Don't try to use $PWD on the
8704         WIN32_NATIVE target.
8705
8706         * s\cygwin32.h:
8707         [[Add -mwindows to eliminate console window.]] not required --ben
8708         (HAVE_NATIVE_SOUND): removed; now handled by configure.
8709         (MAIL_USE_POP): removed; now handled by configure.
8710
8711         * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
8712         C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
8713         (HAVE_NATIVE_SOUND): removed; now handled by configure.
8714         (MAIL_USE_POP): removed; now handled by configure.
8715         (ENCAPSULATE_STAT): from Dan Holmsand, added.
8716         (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
8717         (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
8718         constant string.
8719         (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
8720         up from <winsock.h> via systime.h.
8721         (HAVE_GETPAGESIZE): from Dan Holmsand, added.
8722         (getpagesize): from Dan Holmsand, added.
8723         Added #endif which was left dangling by Ben's mega patch; added
8724         comment to help prevent this in the future.
8725
8726         * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
8727
8728 2000-07-05  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8729
8730         * console-msw.h (struct mswindows_device): Removed unnecessary
8731         cached device geometry values.
8732         Added update_tick and an accessor macro.
8733         (Lisp_Devmode): Added lrecord declaration.
8734         (struct msprinter_device): Contain devmode as a Lisp object.
8735         Added mswindows_get_selected_frame_hwnd();
8736
8737         * console.h (struct console_methods): Indentation nitpicking.
8738
8739         * device-msw.c (mswindows_init_device): Do not initialize geometry
8740         cache. Initialize update tick.
8741         (mswindows_device_system_metrics): Ask the device for its geometry.
8742         (global_free_2_maybe):
8743         (devmode_to_hglobal):
8744         (handle_printer_changes):
8745         (ensure_not_printing):
8746         (print_dialog_worker):
8747         (Fmsprinter_print_setup_dialog):
8748         (Fmsprinter_print_dialog):
8749         (plist_get_margin):
8750         (plist_set_margin):
8751         (Fmsprinter_page_setup_dialog): Added functions.
8752         (sync_printer_with_devmode):
8753         (handle_devmode_changes):
8754         (Fmsprinter_get_settings):
8755         (Fmsprinter_select_settings):
8756         (Fmsprinter_apply_settings):
8757         (allocate_devmode):
8758         (Fmsprinter_settings_copy):
8759         (Fmsprinter_settings_despecialize):
8760         (print_devmode):
8761         (finalize_devmode):
8762         (equal_devmode):
8763         (hash_devmode): Added functions
8764         (syms_of_device_mswindows): Init devmode lrecord class.
8765
8766         * device.h: Added an exfun for find-device.
8767
8768         * event-msw.c (mswindows_wnd_proc): Do not update the cached
8769         geometry; although, recreate the device compatible DC.
8770
8771         * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
8772         (msprinter_init_frame_3):
8773         (msprinter_frame_property):
8774         (msprinter_internal_frame_property_p):
8775         (msprinter_frame_properties):
8776         (msprinter_set_frame_properties): Removed 'orientation and 'duplex
8777         print job properties (will move to device settings).
8778
8779         * lisp.h: Added symbols.
8780
8781         * general.c (syms_of_general): Declared them.
8782
8783         * hash.c (string_hash): Added.
8784
8785         * lrecord.h (lrecord_type): Added devmode lrecord type.
8786
8787 2000-07-02  Mike Sperber <mike@xemacs.org>
8788
8789         * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
8790         FreeBSD 4.0.
8791
8792 2000-06-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
8793
8794         * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
8795         integer.
8796
8797 2000-06-07  MORIOKA Tomohiko  <tomo@urania.m17n.org>
8798
8799         * data.c (Fstring_to_number): Don't recognize floating point if
8800         base is not 10.
8801
8802 2000-06-22  Martin Buchholz  <martin@xemacs.org>
8803
8804         * glyphs-widget.c (tab_control_query_geometry):
8805         (widget_query_geometry):
8806         (button_query_geometry):
8807         * glyphs.c (text_query_geometry):
8808         Enforce type correctness.
8809
8810 2000-06-18  Martin Buchholz  <martin@xemacs.org>
8811
8812         * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
8813         * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
8814
8815 2000-06-17  Martin Buchholz  <martin@xemacs.org>
8816
8817         * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
8818         conflicts with gcc's fixincluded version of FOO.h.
8819
8820         * glyphs.h (image_instance_geometry): Remove trailing `,'
8821
8822 2000-06-08  Mike Alexander  <mta@arbortext.com>
8823
8824         (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
8825         (shove_thread): Don't write the same output twice
8826         (make_ntpipe_output_stream): Increase priority of shove thread
8827         (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
8828         chance to run
8829         (ntpipe_shove_closer): Don't delete the pipe until we're done with
8830         it.
8831
8832 2000-06-12  Ben Wing  <ben@xemacs.org>
8833
8834         * s\mingw32.h (sigset):
8835         * s\windowsnt.h (sigset):
8836         rename msw_ to mswindows_ for consistency with general convention.
8837
8838 2000-06-12  Ben Wing  <ben@xemacs.org>
8839
8840         * console-msw.c:
8841         * console-msw.c (mswindows_get_console_hwnd):
8842         * console-msw.c (mswindows_ensure_console_allocated):
8843         * console-msw.c (mswindows_hide_console):
8844         * console-msw.c (mswindows_show_console):
8845         * console-msw.c (mswindows_ensure_console_buffered):
8846         * console-msw.c (mswindows_output_console_string):
8847         * console-msw.c (mswindows_windows9x_p):
8848         * console-msw.h:
8849         * device-msw.c (mswindows_get_workspace_coords):
8850         * device-msw.c (mswindows_device_system_metrics):
8851         * dialog-msw.c (mswindows_popup_dialog_box):
8852         * event-msw.c (mswindows_wnd_proc):
8853         * frame-msw.c (mswindows_size_frame_internal):
8854         * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
8855         * menubar-msw.c (displayable_menu_item):
8856         * menubar-msw.c (mswindows_char_is_accelerator):
8857         * nt.c:
8858         * nt.c (mswindows_sigset):
8859         * nt.c (mswindows_sigrelse):
8860         * nt.c (mswindows_sigpause):
8861         * nt.c (mswindows_raise):
8862         * nt.c (timer_proc):
8863         * ntproc.c:
8864         * ntproc.c (find_child_console):
8865         * ntproc.c (sys_kill):
8866         * print.c:
8867         * print.c (std_handle_out_external):
8868         * process-nt.c (find_child_console):
8869         * process-nt.c (send_signal_the_95_way):
8870         * process-nt.c (ensure_console_window_exists):
8871         * process-nt.c (nt_create_process):
8872         * syssignal.h:
8873         rename msw_ to mswindows_ for consistency with general convention.
8874
8875         * emacs.c:
8876         * dumper.c:
8877         include nt.h, not syswindows.h.
8878
8879         * nt.c (mswindows_fstat):
8880         * nt.c (mswindows_stat):
8881         prefix mswindows_ instead of attempting to directly override the
8882         library functions.  fix declarations.
8883
8884         * nt.h:
8885         include syswindows.h.  move some sysdep.h stuff here.
8886
8887         * ntheap.h:
8888         include syswindows.h, not <windows.h>.
8889
8890         * ntplay.c:
8891         clean up headers.
8892
8893         * sysdep.c:
8894         clean up headers.
8895
8896         * sysdep.c (sys_fstat):
8897         * sysdep.c (sys_stat):
8898         call mswindows versions when appropriate.
8899
8900         * sysdep.h:
8901         move mswin decls to nt.h.
8902
8903         * syswindows.h:
8904         add long comment describing appropriate use of the various windows
8905         headers.
8906
8907 2000-06-11  Ben Wing  <ben@xemacs.org>
8908
8909         * device-x.c: Correct doc string for sixth arg of x-get-resource.
8910
8911 2000-06-10  Ben Wing  <ben@xemacs.org>
8912
8913         * Makefile.in.in (release):
8914         Correction to make sure xemacs.exe always dumped when correct.
8915
8916         * alloca.c:
8917         * balloon_help.c:
8918         [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
8919
8920         * buffer.c (set_buffer_internal):
8921         [[[[2]]]]: Remove HAVE_FEP code.
8922
8923         * buffer.c (init_initial_directory):
8924         [3].
8925
8926         * bytecode.c:
8927         [[[[4]]]]: limits.h standardly included in lisp.h; remove from
8928         individual files.
8929
8930         * callproc.c:
8931         * callproc.c (call_process_cleanup):
8932         * callproc.c (Fold_call_process_internal):
8933         * callproc.c (child_setup):
8934         * callproc.c (getenv_internal):
8935         * callproc.c (init_callproc):
8936         * callproc.c (vars_of_callproc):
8937         [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
8938         __CYGWIN32__ -> CYGWIN.
8939         DOS_NT -> WIN32_NATIVE.
8940         Remove MSDOS support/references, converting to WIN32_NATIVE
8941           where correct.
8942         __MINGW32__ -> MINGW.
8943         Fix windows.h includes.
8944         Remove bogus HAVE_NTGUI.
8945
8946         * config.h.in:
8947         [2].
8948
8949         * console-msw.c:
8950         mswindows_message_outputted added for use in allowing startup
8951         errors on the console to be seen.
8952
8953         * console-msw.c (msw_ensure_console_allocated):
8954         * console-msw.c (msw_output_console_string):
8955         * console-msw.c (DHEADER):
8956         * console-msw.c (DOPAQUE_DATA):
8957         * console-msw.c (DEVENT):
8958         * console-msw.c (DCONS):
8959         * console-msw.c (DCONSCDR):
8960         * console-msw.c (DSTRING):
8961         * console-msw.c (DVECTOR):
8962         * console-msw.c (DSYMBOL):
8963         * console-msw.c (DSYMNAME):
8964         Fix warnings.
8965
8966         * console-stream.c (stream_init_console):
8967         Fix text/binary problems.
8968
8969         * device-msw.c:
8970         * device-msw.c (mswindows_finish_init_device):
8971         * device-msw.c (mswindows_delete_device):
8972         [1].
8973
8974         * device.c (handle_asynch_device_change):
8975         [3].
8976
8977         * dgif_lib.c:
8978         * dgif_lib.c (DGifOpenFileName):
8979         * dgif_lib.c (DGifOpenFileHandle):
8980         * dgif_lib.c (DGifGetLine):
8981         * dgif_lib.c (DGifGetPixel):
8982         Added config.h/lisp.h, fix up includes.
8983         [1].
8984
8985         * dired-msw.c:
8986         [4].
8987
8988         * dired.c:
8989         * dired.c (file_name_completion):
8990         * dired.c (Ffile_attributes):
8991         * dired.c (syms_of_dired):
8992         [1].
8993
8994         * dumper.c:
8995         * dumper.c (pdump_file_unmap):
8996         * dumper.c (pdump_load):
8997         [1].
8998
8999         * editfns.c:
9000         * editfns.c (Ftemp_directory):
9001         * editfns.c (user_login_name):
9002         * editfns.c (Fuser_real_login_name):
9003         * editfns.c (get_home_directory):
9004         [1].
9005
9006         * elhash.c (finish_marking_weak_hash_tables):
9007         [[[[5]]]]: Fix GCC warnings.
9008
9009         * emacs.c:
9010         * emacs.c (mswindows_handle_hardware_exceptions):
9011         * emacs.c (make_arg_list_1):
9012         * emacs.c (main_1):
9013         * emacs.c (Fkill_emacs):
9014         * emacs.c (Fdump_emacs):
9015         [1].
9016         Fix problems with nested crashes, add long comment.
9017
9018         * event-Xt.c (init_event_Xt_late):
9019         [1].
9020
9021         * event-msw.c:
9022         * event-msw.c (mswindows_dde_callback):
9023         * event-msw.c (mswindows_handle_sticky_modifiers):
9024         * event-msw.c (mswindows_wnd_proc):
9025         [1].
9026         [5].
9027
9028         * events.c (character_to_event):
9029         [1].
9030
9031         * fileio.c:
9032         * fileio.c (Ffile_name_directory):
9033         * fileio.c (Ffile_name_nondirectory):
9034         * fileio.c (directory_file_name):
9035         * fileio.c (Fexpand_file_name):
9036         * fileio.c (Fsubstitute_in_file_name):
9037         * fileio.c (Ffile_name_absolute_p):
9038         * fileio.c (check_executable):
9039         * fileio.c (Ffile_readable_p):
9040         * fileio.c (Ffile_accessible_directory_p):
9041         * fileio.c (Ffile_modes):
9042         * fileio.c (Funix_sync):
9043         * fileio.c (vars_of_fileio):
9044         [1]. [4].
9045
9046         [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
9047
9048         Expand getdefdir defn.
9049         Fix bogus rename() comment.
9050
9051         [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc.  Attempt
9052         to use standard XEmacs include files, e.g. sysfile.h, rather
9053         than system-specific includes.
9054
9055         * fns.c:
9056         * fns.c (Fsubseq):
9057         [5]. [6].
9058
9059         * frame.c (vars_of_frame):
9060         [1].
9061
9062         * getloadavg.c:
9063         * getloadavg.c (getloadavg):
9064         [1]. [6].
9065         #ifdef XEMACS not defined on Cygwin.  Remove this; no need for it.
9066         (We don't use it elsewhere in the code; just add a comment.)
9067
9068         * gif_io.c:
9069         [6].
9070         Add config.h.
9071
9072         * glyphs-msw.c:
9073         * glyphs-msw.c (mswindows_resource_instantiate):
9074         [1].
9075
9076         * glyphs-x.c (x_native_layout_instantiate):
9077         [5].
9078
9079         * gui-msw.c (Fmswindows_shell_execute):
9080         [1].
9081
9082         * insdel.c:
9083         [4].
9084
9085         * lisp.h:
9086         [4]. [5].
9087
9088         * lread.c (locate_file_in_directory_mapper):
9089         [1].
9090
9091         * lstream.c:
9092         [4].
9093
9094         * mem-limits.h:
9095         * mem-limits.h (get_lim_data):
9096         [1].
9097
9098         * menubar-msw.c:
9099         [4].
9100
9101         * ndir.h:
9102         [1].
9103
9104         * nt.c:
9105         * nt.c (getwd):
9106         * nt.c (closedir):
9107         * nt.c (rva_to_section):
9108         * nt.c (mswindows_executable_type):
9109         [1]. [6].
9110         Fix closedir() defn.
9111
9112         * nt.h:
9113         [[[[8]]]]: *_OK defs moved to sysfile.h.
9114
9115         * ntproc.c:
9116         [6]. [7].
9117
9118         * objects-x.c:
9119         [4].
9120
9121         * print.c:
9122         * print.c (std_handle_out_external):
9123         [1]. [4].
9124
9125         * process-nt.c:
9126         * process-nt.c (nt_create_process):
9127         [6].
9128         try to fix process quoting somewhat.
9129
9130         * process-unix.c (unix_create_process):
9131         [1].
9132
9133         * process.c:
9134         * process.c (vars_of_process):
9135         Add Vnull_device.
9136
9137         * process.h:
9138         [1].
9139
9140         * realpath.c:
9141         * realpath.c (xrealpath):
9142         [1].
9143
9144         * redisplay-tty.c (init_tty_for_redisplay):
9145         [3].
9146
9147         * redisplay.c:
9148         [4]. [6].
9149
9150         * scrollbar-msw.c:
9151         [4].
9152
9153         * sheap.c:
9154         * sheap.c (more_static_core):
9155         * sheap.c (report_sheap_usage):
9156         [5]. [6].
9157
9158         * signal.c:
9159         * signal.c (alarm_signal):
9160         [1]. [6].
9161
9162         * sound.c:
9163         [6].
9164
9165         * strftime.c:
9166         * strftime.c (zone_name):
9167         [1]. [5].
9168
9169         * symsinit.h (init_sunpro):
9170         [1].
9171
9172         * syscommctrl.h:
9173         commctrl.h not in Cygwin b20.1.
9174
9175         * sysdep.c:
9176         * sysdep.c (endif):
9177         * sysdep.c (sys_subshell):
9178         * sysdep.c (init_baud_rate):
9179         * sysdep.c (emacs_get_tty):
9180         * sysdep.c (emacs_set_tty):
9181         * sysdep.c (tty_init_sys_modes_on_device):
9182         * sysdep.c (init_system_name):
9183         * sysdep.c (sys_open):
9184         * sysdep.c (interruptible_open):
9185         * sysdep.c (sys_fopen):
9186         * sysdep.c (sys_mkdir):
9187         * sysdep.c (sys_rename):
9188         * sysdep.c (get_process_times_1):
9189         [1]. [6].
9190
9191         * sysdep.h:
9192         [1].
9193
9194         * sysdir.h:
9195         * sysdir.h (DIRENTRY_NONEMPTY):
9196         [1]. [6].
9197
9198         * sysdll.c (dll_init):
9199         * sysdll.h:
9200         [1].
9201
9202         * sysfile.h:
9203         [1]. [6]. [8].
9204         added text/binary defs.
9205
9206         * sysfloat.h:
9207         [1].
9208
9209         * sysproc.h:
9210         * sysproc.h (EDESTADDRREQ):
9211         * sysproc.h (poll_fds_for_input):
9212         [1]. [6].
9213
9214         * syspwd.h:
9215         [6].
9216
9217         * syssignal.h:
9218         [1].
9219
9220         * systime.h:
9221         [1]. [6].
9222
9223         * systty.h:
9224         [1].
9225
9226         * syswindows.h:
9227         [1].
9228         Always define WIN32_LEAN_AND_MEAN.
9229
9230         * unexcw.c (unexec):
9231         [5].
9232
9233         * unexec.c:
9234         * unexec.c (copy_text_and_data):
9235         * unexec.c (adjust_lnnoptrs):
9236         [1].
9237
9238         * unexnt.c:
9239         * unexnt.c (_start):
9240         [1].
9241
9242 2000-06-07  Ben Wing  <ben@xemacs.org>
9243
9244         * mule-mcpath.c, mule-mcpath.h: Removed.  Old, crufty code that
9245         was used only as a model.  We've long since extracted any useful
9246         logic or code out of this. (I just did an exhaustive search.)
9247
9248         * s\msdos.h: Removed.
9249
9250         * s\windows95.h: Removed.
9251
9252 2000-06-10  Ben Wing  <ben@xemacs.org>
9253
9254         * s\cygwin32.h:
9255         [1]. [5].
9256         Don't use extern with fun defs.
9257
9258         * s\mingw32.h:
9259         [1]. [7].
9260         Remove nt\inc include.
9261         Remove getdisk, getdefdir. (The former is unused, the latter
9262         expanded in fileio.h.)
9263
9264         * s\windowsnt.h:
9265         * s\windowsnt.h (WIN32_NATIVE):
9266         * s\windowsnt.h (HAVE_STRCASECMP):
9267         [1]. [7].
9268         Add long comment about preprocessor changes.
9269         Remove getdisk, getdefdir. (The former is unused, the latter
9270         expanded in fileio.h.)
9271
9272 2000-06-10  Ben Wing  <ben@xemacs.org>
9273
9274         * m\arm.h:
9275         * m\delta.h:
9276         * m\intel386.h:
9277         * m\sequent.h:
9278         * m\template.h:
9279         * m\windowsnt.h:
9280         [1].
9281         Remove bogus/unused NO_SOCK_SIGIO.
9282
9283 2000-06-08  Hrvoje Niksic  <hniksic@iskon.hr>
9284
9285         * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
9286         not an Emchar.
9287
9288 2000-06-04  Mike Sperber <mike@xemacs.org>
9289
9290         * casetab.c (set_case_table): For `set-standard-case-table',
9291         actually deposit the new case tables where the rest of XEmacs can
9292         see them.
9293
9294 2000-06-05  Yoshiki Hayashi <yoshiki@xemacs.org>
9295
9296         * data.c (Faset): Don't cast XCHAR() to unsigned char.
9297
9298 2000-06-05  Ben Wing  <ben@xemacs.org>
9299
9300         * callproc.c (child_setup): Don't do close_load_descs() under
9301         MS Windows.  Put in a comment explaining why.
9302
9303 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
9304
9305         * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
9306         Toolkit shell" which breaks `kill-compilation' on Windows NT
9307         native, retaining STDERR handling improvements.
9308
9309 2000-06-01  Andreas Jaeger  <aj@suse.de>
9310
9311         * s/s390.h: Support for S390, based on a patch by Martin
9312         Schwidefsky <schwidefsky@de.ibm.com>.
9313
9314 2000-05-30  Andy Piper  <andy@xemacs.org>
9315
9316         * window.c (allocate_window):
9317         (make_dummy_parent):
9318         (Fset_window_configuration): use new hashtable type.
9319
9320         * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
9321         (struct image_instantiator_methods):
9322         (struct Lisp_Image_Instance): make instance geometry signed.
9323
9324         * glyphs.c (instantiate_image_instantiator):
9325         (image_instance_query_geometry):
9326         (image_instance_layout):
9327         (image_instance_layout):
9328         (query_string_geometry):
9329         (text_query_geometry):
9330         (image_instantiate):
9331         (image_instantiate):
9332         (cache_subwindow_instance_in_frame_maybe):
9333         (subwindow_query_geometry): make instance geometry signed.
9334
9335         * glyphs-widget.c (widget_query_geometry):
9336         (widget_layout):
9337         (button_query_geometry):
9338         (tree_view_query_geometry):
9339         (tab_control_query_geometry):
9340         (layout_query_geometry):
9341         (layout_layout):
9342         (native_layout_layout): make instance geometry signed.
9343
9344 2000-05-29  Olivier Galibert  <galibert@pobox.com>
9345
9346         * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
9347         constant.
9348
9349         * general.c (syms_of_general): Add Qfull_assoc symbol.
9350
9351         * data.c (finish_marking_weak_lists): Mark full-assoc lists
9352         correctly.
9353         (decode_weak_list_type): Decode full-assoc type.
9354         (encode_weak_list_type): Encode full-assoc type.
9355         (Fmake_weak_list): Update doc string.
9356
9357 2000-05-30  Andy Piper  <andy@xemacs.org>
9358
9359         * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
9360
9361         * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
9362         (decode_hash_table_weakness): ditto.
9363         (Fhash_table_weakness): ditto.
9364         (Fhash_table_type): ditto.
9365         (finish_marking_weak_hash_tables): ditto.
9366         (hash_table_weakness_validate): ditto.
9367         (syms_of_elhash): ditto.
9368
9369 2000-05-28  Martin Buchholz <martin@xemacs.org>
9370
9371         * XEmacs 21.2.34 is released.
9372
9373 2000-05-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
9374
9375         * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
9376         start cache.
9377         (updating_line_start_cache): Gone.
9378         (regenerate_window): Replace resetting of VERTICAL_CLIP by
9379         generic code to force a minimum of 1 line laid out in the
9380         CMOTION_DISP case.
9381
9382 2000-05-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
9383
9384         * glyphs.c (instantiate_image_instantiator): Check for initialized
9385         height & width no longer special cases IMAGE_NOTHING.
9386         (nothing_instantiate): Set height and width of instance.
9387
9388 2000-05-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
9389
9390         * unexelf.c (unexec): Search for ".data" section.
9391         Initialize new_data2_offset from old_data_index.
9392         Remove redundant check for ElfW.
9393
9394 2000-05-23  Andy Piper  <andy@xemacs.org>
9395
9396         * glyphs.c (get_image_instantiator_governing_domain): allow more
9397         specific domains as the governing domain rather than expecting an
9398         exact match. This fixes problems with layouts.
9399
9400 2000-05-22  Andy Piper  <andy@xemacs.org>
9401
9402         * redisplay-output.c (compare_runes): check for non-images
9403
9404         * glyphs.c (set_glyph_dirty_p): ditto.
9405         (update_glyph_cachel_data): ditto.
9406
9407         * glyphs-widget.c (layout_post_instantiate): ditto.
9408         (layout_post_instantiate): ditto.
9409
9410         * event-msw.c (mswindows_wnd_proc): warning removal.
9411
9412 2000-05-12  Craig Lanning  <CraigL@DyCon.com>
9413
9414         * s\mingw32.h: Added #undef for CLASH_DETECTION.
9415
9416         * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
9417
9418         * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
9419
9420         * nt.c (rva_to_section): mingw32 needs rva_to_section.
9421         (mswindows_executable_type): mingw32 now has enough headers for
9422         this to work.
9423
9424 2000-05-20  Andy Piper  <andy@xemacs.org>
9425
9426         * console-msw.c (mswindows_output_last_error): ; -> ,
9427
9428 2000-05-12  Andy Piper  <andy@xemacs.org>
9429
9430         * console-msw.c (FROB): compare ints with ints.
9431
9432 2000-05-11  Andy Piper  <andy@xemacs.org>
9433
9434         * glyphs-x.c (x_finalize_image_instance): make minimal build
9435         happy.
9436
9437 2000-05-20  Ben Wing  <ben@xemacs.org>
9438
9439         * event-Xt.c:
9440         * event-Xt.c (vars_of_event_Xt):
9441         move modifier-keys-are-sticky to event-stream.c.
9442
9443         * event-msw.c:
9444         * event-msw.c (mswindows_enqueue_mouse_button_event):
9445         * event-msw.c (key_needs_default_processing_p):
9446         * event-msw.c (XEMSW_LCONTROL):
9447         * event-msw.c (mswindows_handle_sticky_modifiers):
9448         * event-msw.c (FROB):
9449         * event-msw.c (clear_sticky_modifiers):
9450         * event-msw.c (output_modifier_keyboard_state):
9451         * event-msw.c (output_alt_keyboard_state):
9452         * event-msw.c (mswindows_wnd_proc):
9453         * event-msw.c (mswindows_modifier_state):
9454         * event-msw.c (emacs_mswindows_handle_magic_event):
9455         implement sticky modifiers.
9456
9457         * event-stream.c:
9458         * event-stream.c (vars_of_event_stream):
9459         move modifier-keys-are-sticky here.
9460
9461         * lisp.h:
9462         add CHECK_FUNCTION.
9463
9464         * rangetab.c:
9465         implement map-range-table.
9466
9467
9468 2000-05-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9469
9470         * redisplay-tty.c (reset_tty_modes):
9471         (tty_redisplay_shutdown): Adjust argument type to
9472         tty_frame_output_end.
9473
9474 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
9475
9476         * eval.c (Fbacktrace): Don't output a line with only right
9477         parenthesis.
9478
9479 2000-05-17  Kenji Itoh  <keit@tpj.co.jp>
9480
9481         * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
9482         (Fpq_reset_poll): Ditto.
9483
9484 2000-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
9487
9488 2000-05-16  Ben Wing  <ben@xemacs.org>
9489
9490         * buffer.c:
9491         * buffer.c (dfc_convert_to/from_internal_format):
9492         * buffer.c (reinit_vars_of_buffer):
9493         Fix conversion functions to allow reentrancy.
9494
9495         * console-msw.c:
9496         * console-msw.c (mswindows_output_last_error):
9497         New fun, generally useful -- output a human-readable
9498         version of GetLastError() on the console.
9499
9500         * console-msw.h:
9501         * console-msw.h (struct mswindows_frame):
9502         Changes for DeferWindowPos.  Declare mswindows_output_last_error().
9503
9504         * console-stream.c (stream_output_begin):
9505         * console-stream.c (stream_output_end):
9506         * console-stream.c (stream_output_vertical_divider):
9507         * console-stream.c (stream_clear_region):
9508         * console-stream.c (stream_flash):
9509         * console-stream.c (console_type_create_stream):
9510         Delete blank stream methods, not needed.
9511
9512         * console.h (struct console_methods):
9513         Split begin/end methods into window and frame.
9514
9515         * event-msw.c:
9516         * event-msw.c (mswindows_handle_paint):
9517         * event-msw.c (output_alt_keyboard_state):
9518         * event-msw.c (mswindows_wnd_proc):
9519         * event-msw.c (vars_of_event_mswindows):
9520         Comment about problems with ignored-expose.
9521         Define mswindows-debug-events; not really implemented.
9522
9523         * frame-msw.c (mswindows_init_frame_1):
9524         random cleanups.
9525
9526         * glyphs-msw.c:
9527         * glyphs-msw.c (begin_defer_window_pos):
9528         * glyphs-msw.c (mswindows_unmap_subwindow):
9529         * glyphs-msw.c (mswindows_map_subwindow):
9530         * glyphs-msw.c (mswindows_resize_subwindow):
9531         Use DeferWindowPos to reduce flashing when mapping/unmapping.
9532
9533         * glyphs.c (make_image_instance_1):
9534         Fix crash.
9535
9536         * gutter.c (Fredisplay_gutter_area):
9537         Use new begin/end methods.
9538
9539         * lisp.h (Dynarr_new2):
9540         New creation fun.
9541
9542         * redisplay-msw.c:
9543         * redisplay-msw.c (mswindows_frame_output_begin):
9544         * redisplay-msw.c (mswindows_frame_output_end):
9545         * redisplay-msw.c (console_type_create_redisplay_mswindows):
9546         New begin/end methods -- handle DeferWindowPos.
9547
9548         * redisplay-output.c (redisplay_move_cursor):
9549         * redisplay-output.c (redraw_cursor_in_window):
9550         * redisplay-output.c (redisplay_update_line):
9551         * redisplay-output.c (redisplay_output_window):
9552         New begin/end methods.
9553
9554         * redisplay-tty.c:
9555         * redisplay-tty.c (tty_frame_output_begin):
9556         * redisplay-tty.c (tty_frame_output_end):
9557         * redisplay-tty.c (console_type_create_redisplay_tty):
9558         New begin/end methods.
9559
9560         * redisplay-x.c:
9561         * redisplay-x.c (x_window_output_begin):
9562         * redisplay-x.c (x_window_output_end):
9563         * redisplay-x.c (console_type_create_redisplay_x):
9564         New begin/end methods.
9565
9566         * redisplay.c (redisplay_frame):
9567         * redisplay.c (Fredisplay_echo_area):
9568         New begin/end methods.
9569         use MAYBE_DEVMETH for clear_frame; it may not exist.
9570
9571         * window.h (WINDOW_XFRAME):
9572         WINDOW_XFOO macros -- get locale and decode struct pointer.
9573
9574
9575 2000-05-12  Ben Wing  <ben@xemacs.org>
9576
9577         * emacs.c:
9578         * emacs.c (ensure_no_quitting_from_now_on):
9579         * emacs.c (fatal_error_signal):
9580         * emacs.c (mswindows_handle_hardware_exceptions):
9581         * emacs.c (main):
9582         * emacs.c (Fkill_emacs):
9583         * emacs.c (shut_down_emacs):
9584         * emacs.c (assert_failed):
9585         various improvements in fatal error handling.
9586
9587         * eval.c:
9588         move preparing_for_armageddon to emacs.c.
9589
9590         * lisp.h:
9591         declare fatal_error_in_progress.
9592
9593         * print.c:
9594         * print.c (std_handle_out_external):
9595         * print.c (std_handle_out_va):
9596         * print.c (stderr_out):
9597         * print.c (stdout_out):
9598         use console under mswin when no standard output.
9599         don't do code conversion during fatal error.
9600
9601         * scrollbar.c (Fscrollbar_page_up):
9602         * scrollbar.c (Fscrollbar_page_down):
9603         fix missing else.  reindent.
9604
9605 2000-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
9606
9607         Emergency fix.
9608
9609         * glyphs.h (GLYPH_CACHEL_DESCENT):
9610         (GLYPH_CACHEL_DESCENT):
9611         (GLYPH_CACHEL_DESCENT):
9612         * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
9613         used in case these are inline functions.
9614         Use more absurd values to error check.
9615
9616         include window.h for error check functions.
9617
9618 2000-05-11  Ben Wing  <ben@xemacs.org>
9619
9620         * cmdloop.c (Freally_early_error_handler):
9621         Display message box under windows; otherwise, message will disappear
9622         before it can be viewed.
9623
9624         * console-msw.c:
9625         * console-msw.c (Fmswindows_message_box):
9626         * console-msw.c (FROB):
9627         * console-msw.c (syms_of_console_mswindows):
9628         Define new fun `mswindows-message-box'.
9629         #### I will merge this into `popup-dialog-box'; just give me
9630         a bit of time.
9631
9632         * general.c:
9633         * general.c (syms_of_general):
9634         Some new symbols used in `mswindows-message-box'.
9635
9636         * glyphs.c:
9637         * glyphs.c (Fset_image_instance_property):
9638         put warning in this fun.
9639
9640         * glyphs.h:
9641         * glyphs.h (GLYPH_CACHEL_WIDTH):
9642         * glyphs.h (GLYPH_CACHEL_ASCENT):
9643         * glyphs.h (GLYPH_CACHEL):
9644         * glyphs.h (GLYPH_CACHEL_GLYPH):
9645         define error-checking versions to try to catch a bug i've seen --
9646         redisplay gets in an infinite loop because the glyph width of the
9647         continuation glyph is 65535.
9648
9649         * lisp.h:
9650         Extern message-box stuff.
9651
9652         * window.c (allocate_window):
9653         * window.c (make_dummy_parent):
9654         * window.c (Fset_window_configuration):
9655         Use EQUAL not EQ for subwindow caches to make them work a bit
9656         better. (Something is still very broken.)
9657
9658
9659 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
9660
9661         * glyphs.c (image_instantiate): Suppress gcc warnings.
9662         (Fmake_image_instance): Fix doc string.
9663         * specifier.c (Fmake_specifier): Ditto.
9664
9665 2000-05-02  Yoshiki Hayashi  <yoshiki@xemacs.org>
9666
9667         * paths.h.in (PATH_LOCK): Removed.
9668         * config.h.in (LOCKDIR_USER_DEFINED): Removed.
9669         * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
9670
9671 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
9672
9673         * fns.c (Ffeaturep): Update e-mail address in doc-string.
9674         Document (featurep '(and xemacs 21.02)).
9675
9676 2000-05-09  Ben Wing  <ben@xemacs.org>
9677
9678         * buffer.c (complex_vars_of_buffer):
9679         update modeline-format doc.
9680
9681         * device.h:
9682         comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
9683
9684         * emacs.c:
9685         timeline of all released versions of Emacs, for use in creating
9686         authorship comments and in synching up.
9687
9688         * glyphs-widget.c (image_instantiator_buttons):
9689         * glyphs-widget.c (image_instantiator_edit_fields):
9690         * glyphs-widget.c (image_instantiator_combo_box):
9691         * glyphs-widget.c (image_instantiator_scrollbar):
9692         * glyphs-widget.c (image_instantiator_progress_guage):
9693         * glyphs-widget.c (image_instantiator_tree_view):
9694         * glyphs-widget.c (image_instantiator_tab_control):
9695         * glyphs-widget.c (image_instantiator_labels):
9696         * glyphs-widget.c (image_instantiator_layout):
9697         * glyphs-widget.c (image_instantiator_native_layout):
9698         rename decode_domain method to governing_domain.
9699
9700         * glyphs.c:
9701         * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
9702         * glyphs.c (add_entry_to_device_ii_format_list):
9703         make sure we don't put an entry more than once into the list.
9704         * glyphs.c (check_instance_cache_mapper):
9705         *************************************************************
9706         allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
9707         HAVE BEEN GETTING.
9708         *************************************************************
9709         * glyphs.c (get_image_instantiator_governing_domain):
9710         clean up, expand on new concept of governing domain.
9711         * glyphs.c (instantiate_image_instantiator):
9712         * glyphs.c (allocate_image_instance):
9713         use governing_domain instead of cache_domain in naming.
9714         * glyphs.c (Fvalid_image_instance_type_p): fix docs.
9715         * glyphs.c (make_image_instance_1):
9716         * glyphs.c (Fmake_image_instance):
9717         allow for any domain (not just device), and process the
9718         governing domain correctly.  very big doc fix.
9719         * glyphs.c (Fimage_instance_domain):
9720         new primitive, to retrieve the governing domain of an image instance.
9721         * glyphs.c (image_instantiate):
9722         use new governing_domain stuff.  this fixes a crash you could get
9723         by instantiating certain widget glyphs in frame locales. (should
9724         signal an error instead of crashing.)
9725         * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
9726         * glyphs.c (Fglyphp): clean up doc.
9727         * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
9728         * glyphs.c (syms_of_glyphs):
9729         declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
9730         * glyphs.c (image_instantiator_format_create): add some comments about
9731         bogus code.
9732         * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
9733         for current-display-table. (Apparently Hrjove implemented in 1998 a
9734         design I wrote up in 1996, but didn't update the doc string.)
9735
9736         * glyphs.h: clean up a doc string.
9737         * glyphs.h (governing_domain):
9738         * glyphs.h (struct image_instantiator_methods):
9739         changes for governing_domain stuff.
9740
9741         * gutter.c:
9742         * gutter.c (Fgutter_specifier_p):
9743         * gutter.c (Fgutter_size_specifier_p):
9744         * gutter.c (Fgutter_visible_specifier_p):
9745         * objects.c:
9746         * objects.c (Fcolor_specifier_p):
9747         * objects.c (Ffont_specifier_p):
9748         * objects.c (Fface_boolean_specifier_p):
9749         doc strings moved to make-*-specifier.
9750
9751         * redisplay.c (add_disp_table_entry_runes_1):
9752         * redisplay.c (generate_fstring_runes):
9753         * redisplay.c (screen):
9754         add random comments and doc strings.
9755
9756         * specifier.c:
9757         * specifier.c (Fmake_specifier):
9758         major overhaul of this doc string.
9759
9760         * specifier.c (Fvalid_specifier_domain_p):
9761         comment about the bogosity of image instances being domains.
9762         * specifier.c (decode_domain):
9763         now non-static, used in glyphs.c.
9764         * specifier.c (specifier_instance):
9765         comment about the bogosity of image instances being domains.
9766         * specifier.c (Fgeneric_specifier_p):
9767         move doc string to make-generic-specifier.
9768         * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
9769         rebackslashify.
9770
9771         * specifier.h:
9772         * specifier.h (DOMAIN_FRAME):
9773         * specifier.h (DOMAIN_LIVE_P):
9774         * specifier.h (DOMAIN_XDEVICE):
9775         rebackslashify.
9776         add comments about problems with these macros.
9777         prototype for decode_domain.
9778
9779         * toolbar.c:
9780         * toolbar.c (Ftoolbar_specifier_p):
9781         move doc string to `make-toolbar-specifier'.
9782
9783         * window.c (window_unmap_subwindows_cache_mapper):
9784         *************************************************************
9785         allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
9786         HAVE BEEN GETTING.
9787         *************************************************************
9788
9789 2000-05-09  Andy Piper  <andy@xemacs.org>
9790
9791         * glyphs.h: declare reset_frame_subwindow_instance_cache.
9792
9793         * window.c (Fset_window_configuration): reset the frame subwindow
9794         cache and re-initialize the window subwindow caches.
9795
9796         * glyphs.c (reset_frame_subwindow_instance_cache): new function.
9797
9798 2000-05-09  Ben Wing  <ben@xemacs.org>
9799
9800         * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
9801         DWORD.
9802
9803 2000-04-26  Mike Woolley  <mike@bulsara.com>
9804
9805         * ntheap.c: Changed recreate_heap to limit the amount reserved
9806         for the heap to that which is actually available. Also now
9807         displays a message box (with some dignostics) in the event that
9808         it still can't start.
9809
9810 2000-05-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
9811
9812         * callproc.c (Fold_call_process_internal): GCPRO path
9813
9814 2000-05-08  Jan Vroonhof  <jan@xemacs.org>
9815
9816         Patch by Bill Perry.
9817
9818         * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
9819         back data instead of #ifdef.
9820         (Fscrollbar_page_down): ditto.
9821
9822 2000-05-07  Ben Wing  <ben@xemacs.org>
9823
9824         * buffer.h:
9825         Kludge for defining Qmswindows_tstr.
9826
9827         * nt.c:
9828         * nt.c (open_input_file):
9829         * nt.c (open_output_file):
9830         * nt.c (rva_to_section):
9831         * nt.c (mswindows_executable_type):
9832         Move all memory-mapped-file routines here (some were in unexnt.c,
9833         which is bad because they are used by process-nt.c, and unexnt
9834         won't be around when portable dumping).  Synched the above routines
9835         with FSF 20.6.
9836
9837         * nt.h:
9838         Removed ifdef'd out bogus code.
9839         Fixed some prototypes.
9840
9841         * nt.h (file_data):
9842         * nt.h (OFFSET_TO_RVA):
9843         * nt.h (RVA_TO_OFFSET):
9844         * nt.h (RVA_TO_PTR):
9845         Moved the memory-mapped-file structures, macros and prototypes
9846         here, to parallel nt.c.  ntheap.h should really be removed
9847         entirely, and it's a non-portable-dumper specific file.
9848
9849         * ntheap.h (round_to_next):
9850         Moved the memory-mapped-file structures, macros and prototypes
9851         to nt.h.
9852
9853         * ntproc.c (compare_env):
9854         Moved rva_to_section and mswindows_executable_type to nt.c.
9855         Moved compare_env to process-nt.c.
9856         ntproc.c will die, one day.
9857
9858         * ntproc.c (sys_spawnve):
9859         Account for win32_ -> mswindows_.
9860
9861         * process-nt.c:
9862         * process-nt.c (struct nt_process_data):
9863         * process-nt.c (ensure_console_window_exists):
9864         * process-nt.c (compare_env):
9865         * process-nt.c (nt_create_process):
9866         * process-nt.c (nt_kill_process_by_pid):
9867         * process-nt.c (syms_of_process_nt):
9868         * process-nt.c (vars_of_process_nt):
9869         Introduce variable `mswindows-quote-process-args', from FSF 20.6.
9870         Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
9871         changes).  Eliminate our old `nt-quote-process-args' mechanism.
9872         Synch up nt_create_process with FSF 20.6 sys_spawnve.
9873         Move compare_env here from ntproc.c.
9874
9875         * process.c (Fprocess_send_region):
9876         Takes an optional fourth argument, BUFFER, which should fix some
9877         problems with call-process.
9878
9879         * syscommctrl.h:
9880         Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
9881
9882         * syswindows.h:
9883         Move ICC_BAR_CLASSES to syscommctrl.h.
9884         Add preliminary macros for MSWindows/Mule.  More to come.
9885
9886         * unexnt.c:
9887         * unexnt.c (unexec):
9888         open_output_file moved to nt.c.
9889
9890
9891 2000-05-05  Andy Piper  <andy@xemacs.org>
9892
9893         * window.c (window_unmap_subwindows_cache_mapper): remove the dead
9894         instance from the frame cache also since GC may catch up too late
9895         to make frame deletion sane.
9896
9897 2000-05-04  Andy Piper  <andy@xemacs.org>
9898
9899         * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
9900         (x_finalize_image_instance): ungcpro on deletion.
9901
9902         * glyphs.c (image_instantiator_format_create): give pointers a
9903         query geometry method so that the geometry is at least set.
9904
9905         * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
9906         initialize layouts if using widgets.
9907
9908 2000-05-03  Andy Piper  <andy@xemacs.org>
9909
9910         * nt.c: remove bogus reference to sysmmsystem.h
9911
9912         * gui-x.c (popup_selection_callback): fix no selection abort.
9913
9914 2000-05-02  Andy Piper  <andy@xemacs.org>
9915
9916         * glyphs-msw.c (mswindows_update_widget): cope with nil text.
9917         (mswindows_widget_instantiate): ditto.
9918
9919         * glyphs-widget.c (initialize_widget_image_instance): initialize
9920         children correctly.
9921         (widget_instantiate): cope with children and items in the same
9922         instance.
9923
9924         * glyphs.c (mark_image_instance): cope with children as a first
9925         class member.
9926         (image_instance_equal): ditto.
9927         (image_instance_hash): ditto.
9928         (image_instance_changed): ditto.
9929
9930 2000-04-30  Andy Piper  <andy@xemacs.org>
9931
9932         * glyphs.c (subwindow_query_geometry): new function. Return some
9933         defaults.
9934         (subwindow_instantiate): don't assign dimensions if none have been
9935         given.
9936         (image_instantiator_format_create): add subwindow_query_geometry.
9937         (print_image_instance): cope with layouts as widgets.
9938
9939 2000-04-29  Andy Piper  <andy@xemacs.org>
9940
9941         * frame.c (delete_frame_internal): call
9942         free_frame_subwindow_instance_cache so that all subwindows are
9943         finalized before their parent.
9944         (mark_frame): remove subwindow_cachels.
9945         (Fmake_frame): remove subwindow_cachel manipulation.
9946         (allocate_frame_core): subwindow_instance_cache is a weak list.
9947         (delete_frame_internal): set subwindow_instance_cache to nil.
9948
9949         * glyphs-msw.c (mswindows_finalize_image_instance): make double
9950         finalization safe.
9951         (mswindows_finalize_image_instance): use the device
9952         not the domain as the domain may have died already.
9953
9954         * glyphs-x.c (x_finalize_image_instance): ditto.
9955         (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
9956         HEIGHT.
9957
9958         * redisplay-output.c (redisplay_unmap_subwindows): update for
9959         subwindow instance cache as a weak list.
9960         (redisplay_unmap_subwindows_maybe): ditto.
9961         (redisplay_unmap_subwindows_except_us): ditto.
9962
9963         * glyphs.c (unmap_subwindow): error checking will check the domain
9964         so don't deal with it here. Don't use cachels anymore.
9965         (map_subwindow): ditto.
9966         (update_subwindow_cachel_data): remove old accessor names.
9967         (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
9968         (Fresize_subwindow): don't update cachel.
9969         (mark_subwindow_cachels):
9970         (update_subwindow_cachel_data):
9971         (add_subwindow_cachel):
9972         (get_subwindow_cachel_index):
9973         (update_subwindow_cachel):
9974         (reset_subwindow_cachels):
9975         (mark_subwindow_cachels_as_not_updated): deleted.
9976         (cache_subwindow_instance_in_frame_maybe): new function. Add a
9977         subwindow instance to the frame cache.
9978         (find_matching_subwindow): update for subwindow instance cache as
9979         a weak list.
9980         (update_widget_instances): ditto.
9981         (image_instance_type_to_mask):inlined.
9982         (free_frame_subwindow_instance_cache): new function. finalize all
9983         subwindows that are instantiated.
9984
9985         * glyphs.h (struct Lisp_Image_Instance): add display_data instead
9986         of cachel information.
9987         (IMAGE_INSTANCE_DISPLAY_X):
9988         (IMAGE_INSTANCE_DISPLAY_Y):
9989         (IMAGE_INSTANCE_DISPLAY_WIDTH):
9990         (IMAGE_INSTANCE_DISPLAY_HEIGHT):
9991         (XIMAGE_INSTANCE_DISPLAY_X):
9992         (XIMAGE_INSTANCE_DISPLAY_Y):
9993         (XIMAGE_INSTANCE_DISPLAY_WIDTH):
9994         (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
9995         remove subwindow_cachel structure and function references.
9996         (image_instance_type_to_mask): inline from glyphs.c
9997
9998         * redisplay.c (redisplay_frame): remove subwindow_cachel
9999         references.
10000
10001         * frame.h (struct frame): remove subwindow_cachels.
10002         (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
10003
10004         * frameslots.h: add subwindow_instance_cache.
10005
10006         * window.c (replace_window): check subwindow cache of replacement.
10007         (window_unmap_subwindows_cache_mapper):
10008         (window_unmap_subwindows): new functions. Unmap all subwindows
10009         cached on this window.
10010         (mark_window_as_deleted): unmap all subwindows.
10011
10012 2000-04-27  Andy Piper  <andy@xemacs.org>
10013
10014         * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
10015
10016         * glyphs-widget.c (widget_layout): return something.
10017         (layout_layout): return something. Fail if not initialized.
10018         (layout_query_geometry): ditto.
10019         (image_instantiator_native_layout): new function. Initialized the
10020         native layout type.
10021         (widget_instantiate): don't do layout stuff here.
10022
10023         * glyphs.c (instantiate_image_instantiator): reorded calling or
10024         instantiate and post_instantiate with layout in between.
10025         (image_instance_layout): be more selective about deciding whether
10026         the layout has been done or not.
10027
10028         * glyphs.h (struct image_instantiator_methods): return a value
10029         from layout_method.
10030
10031 2000-04-26  Andy Piper  <andy@xemacs.org>
10032
10033         * glyphs.c (allocate_image_instance): make initial width and
10034         height unspecified. Set initialized to 0.
10035
10036         * syscommctrl.h new file. Encapsulates commctrl.h.
10037
10038         * syswindows.h new file. Encapsulates windows.h.
10039
10040         * ntplay.c: use new syswindows.h and syscommctrl.h header.
10041         * nt.c: ditto.
10042         * console-msw.h: ditto.
10043
10044         * redisplay-tty.c (tty_output_display_block): remove layout references.
10045
10046         * glyphs-msw.c (mswindows_widget_instantiate): use the domain
10047         window handle rather than just the frame.
10048
10049         * glyphs.c (mark_image_instance): remove layout references.
10050         (print_image_instance): ditto.
10051         (image_instance_equal): ditto.
10052         (image_instance_hash): ditto.
10053         (decode_image_instance_type): ditto.
10054         (encode_image_instance_type): ditto.
10055         (image_instantiate): ditto.
10056         (allocate_glyph): ditto.
10057         (Fimage_instance_height): ditto.
10058         (Fimage_instance_width): ditto.
10059         (update_subwindow): ditto.
10060
10061         * redisplay-x.c (x_output_display_block): recode for layouts as
10062         widgets.
10063
10064         * redisplay-output.c (redisplay_output_layout): recode for layouts
10065         as widgets.
10066         (compare_runes): remove layout references.
10067
10068         * redisplay-msw.c (mswindows_output_display_block): recode for
10069         layouts as widgets.
10070
10071         * glyphs-widget.c (image_instantiator_layout): remove
10072         layout_possible_dest_types.
10073         (layout_possible_dest_types): deleted.
10074
10075         * glyphs.h (image_instance_type): remove layout references.
10076         (struct Lisp_Image_Instance): ditto. Add initialized flag.
10077         (IMAGE_INSTANCE_INITIALIZED): new accessor.
10078         (XIMAGE_INSTANCE_INITIALIZED): ditto.
10079
10080 2000-04-25  Andy Piper  <andy@xemacs.org>
10081
10082         * glyphs-widget.c (image_instantiator_buttons):
10083         (image_instantiator_edit_fields):
10084         (image_instantiator_combo_box):
10085         (image_instantiator_scrollbar):
10086         (image_instantiator_progress_guage):
10087         (image_instantiator_tree_view):
10088         (image_instantiator_tab_control):
10089         (image_instantiator_labels):
10090         (image_instantiator_layout): call default post_instantiate method.
10091         (widget_post_instantiate): new function. Simply lays out the
10092         widgets.
10093
10094         * glyphs.h (struct image_instantiator_methods): add
10095         post_instantiate method.
10096
10097         * glyphs.c (instantiate_image_instantiator): add post_instantiate
10098         method calls.
10099
10100 2000-04-23  Andy Piper  <andy@xemacs.org>
10101
10102         * glyphs.h (struct image_instantiator_methods): add
10103         decode_domain_method.
10104         (struct Lisp_Image_Instance): remove subwindow frame - it can be
10105         derived from the domain.
10106         (IMAGE_INSTANCE_FRAME): new accessor.
10107         (XIMAGE_INSTANCE_FRAME): ditto.
10108
10109         * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
10110         instead of _SUBWINDOW_FRAME.
10111         (finalize_image_instance): ditto.
10112         (Fimage_instance_foreground): ditto.
10113         (Fimage_instance_background): ditto.
10114         (image_instantiate): ditto.
10115         (update_subwindow_cachel): ditto.
10116         (update_subwindow): ditto.
10117         (unmap_subwindow): ditto.
10118         (map_subwindow): ditto
10119         (subwindow_instantiate): ditto.
10120         * glyphs-msw.c (mswindows_update_widget): ditto.
10121         (mswindows_progress_gauge_instantiate): ditto.
10122         (mswindows_tab_control_update): ditto.
10123         * glyphs-x.c (x_update_widget): ditto.
10124         (x_widget_instantiate): ditto.
10125         (x_tab_control_instantiate): ditto.
10126         (x_tab_control_update): ditto.
10127         * event-msw.c (mswindows_wnd_proc): ditto
10128
10129         * glyphs-widget.c (image_instantiator_layout): use
10130         subwindow_decode_domain.
10131         (image_instantiator_buttons): ditto.
10132         (image_instantiator_edit_fields): ditto.
10133         (image_instantiator_combo_box): ditto.
10134         (image_instantiator_scrollbar): ditto.
10135         (image_instantiator_progress_guage): ditto.
10136         (image_instantiator_tree_view): ditto.
10137         (image_instantiator_tab_control): ditto.
10138         (image_instantiator_labels): ditto.
10139         (image_instantiator_layout): ditto.
10140
10141         * glyphs.c: add instance error checking to many functions.
10142         (instantiate_image_instantiator): decode device from cache_domain.
10143         (image_instantiate): partially rewrite by using
10144         decode_image_instantiator_domain to determine what domain the
10145         instance needs to be cached in.
10146         (decode_image_instantiator_domain): new function. Determine what
10147         domain the image needs to be cached in.
10148         (check_window_subwindow_cache): new error checking function.
10149         (check_instance_cache_mapper): ditto.
10150         (check_image_instance_structure): ditto.
10151         (subwindow_decode_domain): new function. Encodes a window as a
10152         subwindow's cache domain.
10153         (image_instantiator_format_create): use it for text and
10154         subwindows.
10155
10156 2000-04-21  Andy Piper  <andy@xemacs.org>
10157
10158         * glyphs.c (image_instance_device): new function.
10159         (image_instance_frame): new function.
10160         (image_instance_window): new function.
10161         (image_instance_live_p): new function.
10162
10163         * window.c (mark_window_as_deleted): reset the subwindow_instance_
10164         cache to nil.
10165
10166         * glyphs.h (struct Lisp_Image_Instance): device->domain.
10167         (IMAGE_INSTANCE_DOMAIN): new accessor.
10168         (XIMAGE_INSTANCE_DOMAIN): ditto.
10169
10170         * glyphs-x.c (x_finalize_image_instance): device->domain.
10171
10172         * glyphs-msw.c (init_image_instance_geometry): device->domain.
10173         (mswindows_finalize_image_instance): ditto.
10174
10175         * glyphs-eimage.c (jpeg_instantiate): device->domain.
10176         (gif_instantiate): ditto.
10177         (png_instantiate): ditto.
10178         (tiff_instantiate): ditto.
10179
10180         * glyphs.c (instantiate_image_instantiator): use domain rather
10181         than device.
10182         (mark_image_instance): device -> domain.
10183         (print_image_instance): ditto.
10184         (finalize_image_instance): ditto.
10185         (image_instance_equal): ditto.
10186         (allocate_image_instance): ditto.
10187         (Fcolorize_image_instance): ditto.
10188         (query_string_geometry): ditto.
10189         (image_instantiate): ditto
10190         (query_string_font): ditto.
10191         (image_instantiate): ditto.
10192         (update_subwindow): ditto.
10193         (unmap_subwindow): ditto.
10194         (map_subwindow): ditto.
10195         (subwindow_instantiate): ditto.
10196
10197         * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
10198         (DOMAIN_FRAME): ditto.
10199         (DOMAIN_WINDOW): ditto.
10200         (DOMAIN_LIVE_P): ditto.
10201         (XDOMAIN_DEVICE): ditto.
10202         (XDOMAIN_FRAME): ditto.
10203         (XDOMAIN_WINDOW): ditto.
10204
10205         * specifier.c (Fvalid_specifier_domain_p): add image instances as
10206         a valid specifier domain.
10207
10208 2000-04-19  Andy Piper  <andy@xemacs.org>
10209
10210         * glyphs-widget.c (syms_of_glyphs_widget): remove
10211         widget-callback-current-channel.
10212         (vars_of_glyphs_widget): ditto.
10213         * glyphs.h: ditto
10214
10215         * gui.c (get_gui_callback): revert to previous behaviour.
10216
10217 2000-04-18  Andy Piper  <andy@xemacs.org>
10218
10219         * glyphs.h (struct Lisp_Image_Instance): add margin_width.
10220         (IMAGE_INSTANCE_MARGIN_WIDTH): new.
10221         (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
10222
10223         * glyphs.c (image_instance_equal): add margin_width.
10224         (image_instance_hash): ditto.
10225
10226         * glyphs-widget.c (widget_instantiate): deal with margin-width.
10227         (layout_query_geometry): ditto.
10228         (layout_layout): ditto.
10229         (syms_of_glyphs_widget): add margin-width.
10230         (image_instantiator_layout): allow margin-width.
10231
10232         * glyphs.c (update_widget_instances): make a normal function.
10233         (syms_of_glyphs): remove Qupdate_widget_instances.
10234         * glyphs.h: ditto.
10235
10236         * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
10237         so that we don't corrupt ideas about the last event or
10238         command. Remove widget-callback-current-channel fiddling.
10239         * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
10240
10241 2000-05-01  Martin Buchholz <martin@xemacs.org>
10242
10243         * XEmacs 21.2.33 is released.
10244
10245 2000-05-01  Yoshiki Hayashi  <yoshiki@xemacs.org>
10246
10247         * make-src-depend: Allow dots in header file name.
10248
10249 2000-05-01  Yoshiki Hayashi  <yoshiki@xmacs.org>
10250
10251         * mule-charset.h (struct charset_lookup): Add
10252         next_allocated_1_byte_leading_byte and
10253         next_allocated_2_byte_leading_byte.
10254         * mule-charset.c: Move above two variables so that those values
10255         will be dumped.
10256
10257 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
10258
10259         * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
10260         when string length is zero.
10261         (find_charsets_in_emchar_string): Ditto.
10262
10263 2000-04-29  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
10264
10265         * lisp.h: extern Qdialog and Qmenubar.
10266
10267         * gui-x.c: added events.h.
10268                 also fixed typo which made the file uncompilable.
10269
10270         * general.c: Added Qmenubar and Qdialog
10271
10272 2000-04-28  Ben Wing  <ben@xemacs.org>
10273
10274         * frame-msw.c (mswindows_init_frame_1):
10275         * frame-msw.c (mswindows_mark_frame):
10276         * event-msw.c (mswindows_enqueue_dispatch_event):
10277         * console-msw.h:
10278         * console-msw.h (struct mswindows_frame):
10279         * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
10280         there are now three hash tables for callbacks.
10281         mswindows_enqueue_dispatch_event is no longer static.
10282
10283         * dialog-x.c (maybe_run_dbox_text_callback):
10284         * dialog-x.c (dbox_descriptor_to_widget_value):
10285         switch to new cons3 form for callbacks.
10286
10287         * glyphs-msw.c (mswindows_register_gui_item):
10288         * glyphs-msw.c (mswindows_widget_instantiate):
10289         * glyphs-msw.c (add_tree_item):
10290         * glyphs-msw.c (add_tab_item):
10291         new image instance parameter, so it can be passed to callback-ex.
10292         respect :callback-ex as well as :callback.
10293
10294         * glyphs-widget.c (VALID_GUI_KEYWORDS):
10295         add :callback-ex.
10296
10297         * glyphs.c (print_image_instance):
10298         prettify, e.g. now prints widget type.
10299
10300         * gui-x.h:
10301         certain funs have new image instance parameter.
10302
10303         * gui.c:
10304         * gui.c (get_gui_callback):
10305         * gui.c (gui_item_add_keyval_pair):
10306         * gui.c (gui_item_init):
10307         * gui.c (gui_add_item_keywords_to_plist):
10308         * gui.c (mark_gui_item):
10309         * gui.c (gui_item_hash):
10310         * gui.c (gui_item_equal):
10311         * gui.c (copy_gui_item):
10312         * gui.c (syms_of_gui):
10313         recognize callback-ex in a number of places.
10314         also, fix the annoying "can't get out of yes-no dialog" bug.
10315
10316         * gui.h:
10317         * gui.h (struct Lisp_Gui_Item):
10318         recognize callback-ex in a number of places.
10319
10320         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
10321         new parameter in button_item_to_widget_value.
10322
10323         * glyphs-x.c (x_update_widget):
10324         * glyphs-x.c (x_button_instantiate):
10325         * glyphs-x.c (x_button_update):
10326         * glyphs-x.c (x_progress_gauge_instantiate):
10327         * glyphs-x.c (x_edit_field_instantiate):
10328         * glyphs-x.c (x_combo_box_instantiate):
10329         * glyphs-x.c (x_tab_control_instantiate):
10330         * glyphs-x.c (x_label_instantiate):
10331         new image instance parameter in various places.
10332
10333         * event-Xt.c:
10334         * event-Xt.c (enqueue_Xt_dispatch_event):
10335         this fun gets exported.
10336
10337         * gui-msw.c:
10338         * gui-msw.c (mswindows_handle_gui_wm_command):
10339         handle both :callback and :callback-ex, and generate our own
10340         event because it's one of the callback-ex arguments.
10341
10342         * gui-x.c:
10343         * gui-x.c (popup_selection_callback):
10344         handle both :callback and :callback-ex, and generate our own
10345         event because it's one of the callback-ex arguments.
10346         * gui-x.c (button_item_to_widget_value):
10347         * gui-x.c (gui_items_to_widget_values_1):
10348         * gui-x.c (gui_item_children_to_widget_values):
10349         * gui-x.c (gui_items_to_widget_values):
10350         new image instance parameter in various places.
10351
10352         * fns.c (Freplace_list):
10353         fix small typo in doc string.
10354
10355         * lisp.h:
10356         declare enqueue_Xt_dispatch_event.
10357
10358 2000-04-28  Ben Wing  <ben@xemacs.org>
10359
10360         * buffer.c:
10361         * buffer.c (Frecord_buffer):
10362         * buffer.c (syms_of_buffer):
10363         delete record-buffer-hook.
10364
10365         * fns.c:
10366         * fns.c (Freplace_list):
10367         * fns.c (syms_of_fns):
10368         new primitive replace-list.
10369
10370         * frameslots.h:
10371         slot for old buffer-alist.
10372
10373         * lisp.h:
10374         exfun replace-list.
10375
10376         * redisplay.c:
10377         * redisplay.c (redisplay_frame):
10378         * redisplay.c (syms_of_redisplay):
10379         * redisplay.c (vars_of_redisplay):
10380         new hook buffer-list-changed-hook.
10381         call it.
10382
10383 2000-04-27  Ben Wing  <ben@xemacs.org>
10384
10385         * extents.h: extern in_modeline_generation.
10386
10387         * redisplay.c (generate_formatted_string_db): set
10388         in_modeline_generation.
10389
10390         * extents.c (extent_changed_for_redisplay): don't mark redisplay
10391         flags if in modeline generation.  otherwise frame-modified-tick
10392         is ticked far too often.
10393         Declare in_modeline_generation.
10394
10395 2000-04-26  Ben Wing  <ben@xemacs.org>
10396
10397         * emacs.c (vars_of_emacs): document quick-build "error-checking"
10398         option.
10399         (vars_of_emacs): add quick-build as an error-checking option.
10400         A bit kludgy, but there doesn't seem much point in creating
10401         a real var for this.
10402
10403         * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
10404
10405 2000-04-14  IKEYAMA Tomonori  <tomonori@suiyokai.org>
10406
10407         * redisplay.h (struct display_line): Add a new variable,
10408         line_continuation.
10409
10410         * redisplay.c (create_text_block): Set dl->line_continuation if
10411         the line continues.
10412         (create_string_text_block): Ditto.
10413         (regenerate_window_incrementally): Use line_continuation instead
10414         of searching continuation glyph.
10415         (add_margin_runes): Call add_glyph_rune.
10416         (add_glyph_rune): Handle margin glyph.
10417
10418 2000-04-20  Martin Buchholz  <martin@xemacs.org>
10419
10420         * filelock.c (fill_in_lock_file_name):
10421         ANSIfy.
10422         Check for IS_ANY_SEP instead of '/'.
10423         (lock_file_1):
10424         Avoid generating gratuitous garbage.  Call user_login_name() directly.
10425         Never check errno without first seeing that system call failed.
10426         (unlock_file): Add GCPRO.
10427         (Flock_buffer): Fix docstring.
10428         (Ffile_locked_p): Fix docstring.  Add GCPRO.
10429
10430 2000-04-19  Martin Buchholz  <martin@xemacs.org>
10431
10432         * sysdep.c (get_pty_max_bytes):
10433         Fix hangs on DEC OSF 4.0 when (process-send-string) sends
10434         strings longer than 252 bytes.
10435
10436         * md5.c: Unconditionally include ANSI header <limits.h>
10437
10438         * glyphs-x.c (convert_EImage_to_XImage):
10439         * lisp-union.h (union Lisp_Object):
10440         Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
10441
10442 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
10443
10444         * filelock.c (current_lock_owner): Remove unused variable o, p.
10445
10446 2000-04-17  Norbert Koch  <n.koch@eai-delta.de>
10447
10448         * callint.c: Remove multiply defined symbol Qlet
10449         (syms_of_callint): ditto.
10450
10451 2000-04-14  Andy Piper  <andy@xemacs.org>
10452
10453         * general.c (syms_of_general): add last-command, this-command, let
10454         and funcall.
10455
10456         * lisp.h: declare various symbols.
10457
10458         * glyphs.h: declare Qwidget_callback_current_channel;
10459
10460         * glyphs-widget.c (syms_of_glyphs_widget): add
10461         Qgui_callback_current_channel.
10462         (vars_of_glyphs_widget): add Vgui_callback_current_channel.
10463
10464         * gui-msw.c (mswindows_handle_gui_wm_command): bind
10465         widget-callback-current-channel when invoking the interactive
10466         arg. Also bind last-command and next-command when invoking the
10467         widget updates.
10468         * gui-x.c (popup_selection_callback): ditto.
10469
10470         * gui.c (get_gui_callback): massage args so that we are always
10471         calling eval. This allows us to add our own variable bindings
10472         outside.
10473
10474         * glyphs-x.c (x_button_instantiate): use
10475         gui_items_to_widget_values since this is GC safe.
10476         (x_progress_gauge_instantiate): ditto.
10477         (x_edit_field_instantiate): ditto.
10478         (x_label_instantiate): ditto.
10479
10480         * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
10481         (emacs_Xt_event_widget_focus_out): new function
10482         (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
10483         focus.
10484         (emacs_Xt_event_add_widget_actions): new function. add focus
10485         functions as actions.
10486         (init_event_Xt_late): use it.
10487
10488 2000-04-14  Hrvoje Niksic  <hniksic@iskon.hr>
10489
10490         * event-stream.c (Fdispatch_event): Doc fix.
10491
10492 2000-03-29  SL Baur  <steve@musashimaru.m17n.org>
10493
10494         * postgresql.c: Remove all references to PQsetenv*.
10495
10496         * postgresql.h: Remove references to PGsetenvHandler object.
10497         * lrecord.h (lrecord_type): Ditto.
10498
10499 2000-04-11  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10500
10501         * glyphs-msw.h (struct mswindows_image_instance_data): Added
10502         real_heigh and real_width members, and accessor macros for these.
10503
10504         * glyphs-msw.c (init_image_instance_geometry): New function.
10505         (init_image_instance_from_dibitmap): Use it.
10506         (mswindows_resource_instantiate): Use it.
10507         (init_image_instance_from_xbm_inline): Use it.
10508         (mswindows_initialize_image_instance_mask): Use real bitmap
10509         geometry.
10510         (mswindows_create_resized_bitmap): Ditto.
10511         (mswindows_create_resized_mask): Ditto.
10512
10513         * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
10514         and bitmap to their surface size.
10515
10516 2000-04-11  Jan Vroonhof  <jan@xemacs.org>
10517
10518         * process-unix.c (unix_send_process): Guard against process MIA
10519         after Faccept_process_output.
10520
10521 2000-04-11  Ben Wing  <ben@xemacs.org>
10522
10523         * eval.c (unbind_to_hairy): fix brokenness introduced by
10524         nanosecond speed improvements.
10525
10526 2000-04-07  Raymond Toy  <toy@rtp.ericsson.se>
10527
10528         * sunplay.c (init_device): To play sounds correctly, the device
10529         apparently needs to be initialized at least once by XEmacs.  Make
10530         it so.
10531
10532 2000-04-10  IKEYAMA Tomonori  <tomonori@suiyokai.org>
10533
10534         * redisplay.c (add_margin_runes): Add text image glyph
10535           handling.
10536
10537 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
10538
10539         * lisp.h (DOESNT_RETURN): Don't declare as volatile when
10540         gcc is newer than 2.5.
10541
10542 2000-04-06  Colin Rafferty  <colin@xemacs.org>
10543
10544         * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
10545
10546         * fns.c (size_bit_vector):
10547         * alloc.c (size_vector):
10548         (make_vector_internal):
10549         (make_bit_vector_internal):
10550         (sweep_bit_vectors_1):
10551         Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
10552
10553 2000-04-06  Andy Piper  <andy@xemacs.org>
10554
10555         * gmalloc.c (malloc): undo previous change.
10556         (malloc): ditto.
10557         (free): ditto.
10558         (realloc): ditto.
10559
10560 2000-04-06  IKEYAMA Tomonori <tomonori@suiyokai.org>
10561
10562         * line-number.c (buffer_line_number): Revert to former version.
10563
10564 2000-04-06  Andy Piper  <andy@xemacs.org>
10565
10566         * gmalloc.c (malloc): add error checking.
10567         (malloc): ditto.
10568         (free): ditto.
10569         (realloc): ditto.
10570
10571         * dialog-x.c (dbox_descriptor_to_widget_value): add extra
10572         button_item_to_widget_value arg.
10573
10574         * glyphs-x.c (x_button_instantiate): add extra
10575         button_item_to_widget_value arg.
10576         (x_progress_gauge_instantiate): ditto.
10577         (x_edit_field_instantiate): ditto.
10578         (x_label_instantiate): ditto.
10579
10580         * gui-x.c (gui_items_to_widget_values_1): add extra
10581         button_item_to_widget_value arg.
10582         (button_item_to_widget_value): add extra menu_item_p arg.
10583
10584         * gui-x.h: change signature of button_item_to_widget_value.
10585
10586         * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
10587         button_item_to_widget_value arg.
10588
10589 2000-04-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
10590
10591         * buffer.h (struct buffer): auto_save_modified should be long.
10592
10593 2000-04-05  Andy Piper  <andy@xemacs.org>
10594
10595         * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
10596         type.
10597         (button_query_geometry): give a little more room so that athena
10598         buttons fit.
10599
10600 2000-04-05  Andy Piper  <andy@xemacs.org>
10601
10602         * faces.c (complex_vars_of_faces): The widget face should inherit
10603         the font of the gui-element face.
10604
10605 2000-04-04  Andy Piper  <andy@xemacs.org>
10606
10607         * glyphs-x.c (x_button_update): new function. unconditionally
10608         update a button's state when the instance is dirty.
10609         (image_instantiator_format_create_glyphs_x): add x_button_update.
10610         (x_widget_instantiate): remove old resize cruft.
10611
10612 2000-04-02  Andy Piper  <andy@xemacs.org>
10613
10614         * frame.c (change_frame_size_1): The introduction of gutters means
10615         that we need to allow 0 as a potential frame dimension.
10616
10617 2000-04-02  IKEYAMA Tomonori  <tomonori@suiyokai.org>
10618
10619         * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
10620         image glyph if allow_cursor.
10621         (add_hscroll_rune): Don't allow cursor to border glyph.
10622         (create_text_block): Ditto.
10623
10624         * redisplay-output.c (redisplay_move_cursor): Do nothing even if
10625         text not in buffer.
10626         (redisplay_output_layout): Call ensure_face_cachel_complete for
10627         text image glyph.
10628
10629
10630 2000-03-16  IKEYAMA Tomonori  <tomonori@suiyokai.org>
10631
10632         * redisplay.c (add_glyph_rune): Adding text image as text runes.
10633
10634         * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
10635         not in buffer
10636
10637         * redisplay-tty.c (tty_output_display_block): Delete the routine
10638         for text image glyph
10639         * redisplay-x.c (x_output_display_block): ditto
10640         * redisplay-msw.c (mswindows_output_display_block): ditto
10641
10642 2000-02-02  Mike Alexander  <mta@arbortext.com>
10643
10644         Note: Some of these were committed by accident as part of other
10645         patches.
10646
10647         * regex.c (regex_compile): Avoid compiler warnings.
10648
10649         * ntproc.c (sys_spawnve): Avoid compiler warnings.
10650
10651         * nt.h: Declare term_ntproc correctly.
10652
10653         * nt.c: Remove incorrect declaration of get_home_directory which
10654         is declared correctly in lisp.h.
10655
10656         * keymap.c (get_keyelt): Avoid compiler warnings.
10657         (raw_lookup_key_mapper): Avoid compiler warnings.
10658
10659         * gutter.c (gutter_was_visible): Add return statement to avoid warning.
10660
10661         * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
10662
10663         * filemode.c (mode_string): Avoid compiler warnings.
10664
10665         * file-coding.c (Fcoding_system_aliasee): Add return statement to
10666         avoid warning.
10667
10668         * events-mod.h: Undef some things that winuser.h defines differently.
10669
10670         * data.c (Faset): Avoid compiler warnings.
10671
10672         * alloc.c (Fmake_byte_code): Avoid compiler warnings.
10673
10674 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
10675
10676         * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
10677         Fall through to simple beep on error.
10678         Replace "extern" by real header file.
10679
10680         * linuxplay.c: Use nativesound.h
10681         (play_sound_data): Return error code. Be less verbose on error.
10682
10683         * sunplay.c: Use nativesound.h
10684         (play_sound_data): Return error code. Be less verbose on error.
10685
10686         * ntplay.c: Use nativesound.h
10687         (play_sound_data): Return fake error code
10688
10689         * sgiplay.c: Use nativesound.h
10690         (play_sound_data): Return error code
10691
10692         * hpplay.c: Use nativesound.h, partially implement
10693         new error code. Break compilation until finished.
10694         (play_sound_data): error code.
10695
10696         * nativesound.h (play_sound_file):
10697           (play_sound_data): Prototype in new header.
10698
10699 2000-03-31  Andy Piper  <andy@xemacs.org>
10700
10701         * glyphs-widget.c: (button_query_geometry): new function. Adjust
10702         for toggle and radio buttons.
10703         (image_instantiator_buttons): use it.
10704
10705 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
10706
10707         * scrollbar-x.c (x_update_vertical_scrollbar_callback):
10708         (x_update_horizontal_scrollbar_callback): Return if no mirror was
10709         found. Scrollbar event probably belonged to some old config.
10710
10711 2000-03-31  Andy Piper  <andy@xemacs.org>
10712
10713         * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
10714         than 1.
10715         (initialize_widget_image_instance): default layout to
10716         LAYOUT_HORIZONTAL rather than 0.
10717         (widget_instantiate): reverse the item list at the end rather than
10718         every iteration.
10719         (layout_layout): re-code for the border text at the front of the
10720         item list rather than at the end.
10721         (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
10722         provided by the user.
10723         (widget_query_geometry): comment.
10724
10725 2000-03-30  Andy Piper  <andy@xemacs.org>
10726
10727         * glyphs-widget.c (image_instantiator_layout): allow standard
10728         widget keywords in layouts.
10729
10730         * gutter.c (output_gutter): cope with nil gutter contents.
10731
10732         * frame.c (Fset_frame_properties): add gutter docs.
10733
10734 2000-03-29  Andy Piper  <andy@xemacs.org>
10735
10736         * toolbar-msw.c (TBSTYLE_FLAT): add.
10737         (mswindows_output_toolbar): minor fiddling.
10738
10739 2000-03-29  Andy Piper  <andy@xemacs.org>
10740
10741         * gutter.c (output_gutter): force gutter size recalculation if
10742         what we are trying to display won't fit.
10743         (update_gutter_geometry): new function. A per-gutter version of
10744         update_frame_gutter_geometry.
10745         (update_frame_gutter_geometry): use it.
10746         (redraw_exposed_gutter): add extra debugging output.
10747
10748 2000-03-28  Mike Alexander  <mta@arbortext.com>
10749
10750         * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
10751         (pdump_file_unmap): Implement it on Windows
10752         (pdump_file_get): Save alocated handles for pdump_file_unmap
10753
10754 2000-03-28  Andy Piper  <andy@xemacs.org>
10755
10756         * gui.c (get_gui_callback): treat Quit specially.
10757
10758 2000-03-27  Andy Piper  <andy@xemacs.org>
10759
10760         * glyphs.c (image_instantiate): be careful to check in the same
10761         way we assigned.
10762
10763 2000-03-27  Didier Verna  <didier@xemacs.org>
10764
10765         * config.h.in: define the proper SMART_INCLUDE macro.
10766         handle renaming of `foo_h_path' to `foo_h_file'.
10767
10768         * database.c: ditto.
10769
10770         * emacs.c: ditto.
10771
10772         * linuxplay.c: ditto.
10773
10774         * terminfo.c: ditto.
10775
10776         * tooltalk.h: ditto.
10777
10778 2000-03-27  Andy Piper  <andy@xemacs.org>
10779
10780         * glyphs-msw.c (mswindows_update_widget): make sure the widget
10781         gets updated whenever the face might have changed.
10782
10783 2000-03-26  Mike Alexander  <mta@arbortext.com>
10784
10785         * dumper.c (pdump_resource_free): Fix the comment.
10786
10787 2000-03-21  Olivier Galibert  <galibert@pobox.com>
10788
10789         * input-method-xlib.c (XIM_init_frame): Remove painful warning.
10790
10791 2000-03-22  Mike Alexander  <mta@arbortext.com>
10792
10793         * dumper.c: Include Windows headers on Windows
10794         (pdump_resource_free): Add a body to the function
10795         (pdump_load): exe_name -> exe_path and add some comments.
10796
10797 2000-03-25  Mike Alexander  <mta@arbortext.com>
10798
10799         * gui.c (copy_gui_item_tree): Return a value in all cases
10800
10801 2000-03-21  Didier Verna  <didier@xemacs.org>
10802
10803         * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
10804         lwlib/config.h.in.
10805         (SMART_INCLUDE): new macro.
10806         (POSTGRES_INCLUDE): new macro to include postgresql headers from
10807         the proper location.
10808
10809         * postgresql.c: use it.
10810
10811         * inline.c: ditto.
10812
10813 2000-03-24  Andy Piper  <andy@xemacs.org>
10814
10815         * gutter.c (redraw_exposed_gutters): must be "in display" when we
10816         do this.
10817
10818 2000-03-24  Andy Piper  <andy@xemacs.org>
10819
10820         * redisplay-output.c (compare_runes): use image_instance_changed
10821         to detect changes. Do not depend on glyphs_changed, only depend on
10822         dirtiness.
10823          (redisplay_output_layout): add debug messages.
10824         (compare_runes): ditto.
10825
10826         * glyphs.h: declare new functions.
10827         (struct Lisp_Image_Instance): remove percent and associated
10828         accessors.
10829
10830         * gui.h: declare new copying functions.
10831
10832         * gui.c (copy_gui_item_tree): new function.
10833         (copy_gui_item): new function.
10834         (gui_item_id_hash): revert to standard hash.
10835         (gui_item_hash): ditto.
10836         (gui_item_hash_internal): deleted.
10837         (mark_gui_item): mark value.
10838         (gui_item_add_keyval_pair): add value.
10839         (gui_item_init): ditto.
10840         (gui_add_item_keywords_to_plist): ditto.
10841         (gui_item_equal): ditto.
10842         (syms_of_gui): add Q_value.
10843
10844         * glyphs-x.c (x_progress_gauge_update): use pending items and
10845         value for setting the state.
10846         (x_update_widget): don't set items from pending here.
10847
10848         * glyphs-widget.c (update_widget): update items here.
10849         (progress_gauge_set_property): use items for storing value. Put
10850         new value in pending items.
10851
10852         * glyphs-msw.c (mswindows_progress_gauge_update): use pending
10853         items for new value. Convert percent -> value.
10854         (mswindows_tab_control_update): don't update items here.
10855
10856         * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
10857         (update_subwindow): ditto.
10858         (image_instance_changed): new function. Compare hash values and
10859         past and present widget items.
10860         (image_instantiate): We more careful about where we instantiate
10861         things.
10862         (image_instantiate): add error checking.
10863
10864         * gutter.c (syms_of_gutter): use -hook.
10865
10866 2000-03-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
10867
10868         * console-tty.c (Fset_console_tty_input_coding_system): Use
10869         Qkeyboard.
10870         (Fset_console_tty_output_coding_system): Use Qterminal.
10871         (tty_init_console): Use Qkeyboard and Qterminal.
10872
10873 2000-03-21  Ben Wing  <ben@xemacs.org>
10874
10875         * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
10876         From Mike Alexander <mta@arbortext.com>.
10877
10878 2000-03-21  Ben Wing  <ben@xemacs.org>
10879
10880         * event-msw.c (mswindows_need_event): Horrible kludge to fix
10881         process brokenness.  Proper implementation to come.
10882         * callproc.c:
10883         Rename call-process-internal to old-call-process-internal.
10884         New impl. in process.el.
10885
10886 2000-03-21  Martin Buchholz  <martin@xemacs.org>
10887
10888         * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
10889
10890 2000-03-20  Andy Piper  <andy@xemacs.org>
10891
10892         * glyphs.c (full_list_hash): make hashes of the same elements in
10893         different orders return different values.
10894
10895 2000-03-20  Martin Buchholz <martin@xemacs.org>
10896
10897         * XEmacs 21.2.32 is released.
10898
10899 2000-03-20  Martin Buchholz  <martin@xemacs.org>
10900
10901         * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
10902         (DFC_MALLOC_USE_CONVERTED_DATA):
10903         Add aliasing-safe casts to allow use with char* or unsigned char*
10904         lvalues.
10905
10906         * eldap.c (Fldap_open):
10907         (Fldap_search_basic):
10908         (Fldap_add):
10909         (Fldap_modify):
10910         Make C++-compilable.
10911         Make sure GCPRO'ed variables are initialized.
10912         Use temp variables to avoid repeated calls to Flength.
10913
10914 2000-03-16  Martin Buchholz  <martin@xemacs.org>
10915
10916         * sysfile.h:
10917         Make sure PATH_MAX is always defined.
10918         Include limits.h for PATH_MAX.
10919         Deprecate use of MAXPATHLEN.
10920
10921 2000-03-10  Martin Buchholz  <martin@xemacs.org>
10922
10923         * emacs.c: Add reinit_vars_of_fileio.
10924         * symsinit.h: Add reinit_vars_of_fileio.
10925         * fileio.c (reinit_vars_of_fileio): New.
10926         * fileio.c (Fmake_temp_name):
10927         Initialize temp_name random number from microseconds to make
10928         collisions even less likely.  Initialize always at process startup
10929         time.  (make-temp-name) used to return the same file name twice in
10930         a row when PDUMP.
10931         Random stylistic fiddling.
10932         Comment fixes.
10933
10934 2000-03-20  Andy Piper  <andy@xemacs.org>
10935
10936         * glyphs.c (image_instantiate): allow text glyphs to be
10937         instantiated in the minibuffer window.
10938
10939 2000-03-19  Andy Piper  <andy@xemacs.org>
10940
10941         * glyphs.c (image_instance_hash): be careful about which items we
10942         hash on.
10943
10944         * glyphs-widget.c (tab_control_set_property): record into pending
10945         items rather than the actual items.
10946
10947         * glyphs-x.c (x_update_widget): use pending items to update with.
10948
10949         * glyphs-msw.c (mswindows_tab_control_update): use pending items
10950         to update with.
10951
10952         * glyphs.c (mark_image_instance): mark pending items.
10953
10954         * window.c (Fset_window_configuration): record the buffer.
10955         (Fselect_window): totally revert previous change which breaks many
10956         things.
10957
10958 2000-03-18  Andy Piper  <andy@xemacs.org>
10959
10960         * glyphs-msw.c (mswindows_tab_control_update): force selected
10961         item.
10962
10963         * glyphs.c (image_instantiate): don't allow the minibuffer as a
10964         window domain cache, otherwise we get inconsistencies at
10965         startup. There is something fishy at startup which can lead to the
10966         minibuffer being the selected window when the gutter content is
10967         instantiated.
10968
10969         * gui.c (parse_gui_item_tree_list): add probably unnecessary
10970         gcpros.
10971         (parse_gui_item_tree_children): ditto.
10972         (parse_gui_item_tree_item): ditto.
10973
10974         * glyphs.c (Fupdate_widget_instances): return something.
10975
10976 2000-03-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
10977
10978         * window.c (Fselect_window): Undo 2000-03-17 change.
10979
10980 2000-03-17  SL Baur  <steve@musashimaru.m17n.org>
10981
10982         * postgresql.c (Fpq_setenv): Remove this turkey when linking
10983         against v7.0 libraries.  Insta-coredump city until the postgres
10984         folks fix it.
10985
10986 2000-03-17  Andy Piper  <andy@xemacs.org>
10987
10988         * faces.c (complex_vars_of_faces): don't give the widget face an
10989         inherited background pixmap.
10990
10991         * glyphs-msw.c (mswindows_tab_control_instantiate): select the
10992         selected item.
10993
10994         * event-stream.c (Fdispatch_non_command_events): return something.
10995
10996         * gutter.c (output_gutter): use widget face.
10997         (clear_gutter): ditto.
10998
10999         * NEWS: adjust again.
11000
11001         * window.c (Fselect_window): make sure this runs to completion to
11002         avoid oddities with Fset_window_configuration.
11003         (Fcurrent_window_configuration): in general do not save the
11004         minibuffer as the selected window.
11005
11006         * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
11007
11008 2000-03-16  Olivier Galibert  <galibert@pobox.com>
11009
11010         * emacs.c (Frunning_temacs_p): Revert previous patch.
11011         (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
11012
11013 2000-03-16  Andy Piper  <andy@xemacs.org>
11014
11015         * glyphs-x.c (x_tab_control_update): if no widget values then
11016         return.
11017
11018         * NEWS: update for new features.
11019
11020         * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
11021         synthetic event to the native system.
11022         (reinit_vars_of_event_Xt): set force_event_pending to
11023         emacs_Xt_force_event_pending.
11024
11025         * events.h (struct event_stream): add force_event_pending.
11026
11027         * specifier.c (recompute_one_cached_specifier_in_window): add
11028         comment.
11029
11030         * redisplay.c (redisplay_frame): don't call
11031         update_frame_subwindows. Reset subwindow cachels when
11032         subwindows_changed, removing this was an optimization too far.
11033
11034         * redisplay-output.c (compare_runes): reorganize so that we catch
11035         glyph changes when we want them. Set optimize_output when this
11036         would help layouts.
11037         (redisplay_output_layout): remove frame_really_changed, use
11038         optimize_output instead.
11039
11040         * redisplay-msw.c (mswindows_output_display_block): reset
11041         optimize_output after outputting a glyph.
11042         * redisplay-x.c (x_output_display_block): ditto.
11043         * redisplay-tty.c (tty_output_display_block): ditto.
11044
11045         * gutter.c: (specifier_vars_of_gutter): use new spec changed
11046         functions.
11047         (gutter_specs_changed): do specific gutter positions.
11048         (top_gutter_specs_changed): new function. Only update the
11049         specified gutter specs.
11050         (bottom_gutter_specs_changed): ditto.
11051         (left_gutter_specs_changed): ditto.
11052         (right_gutter_specs_changed): ditto.
11053
11054         * gui.c (gui_item_hash_internal): new function, does a real hash.
11055         (gui_item_id_hash): use it.
11056         (gui_item_hash): hash the eval'ed gui_item.
11057
11058         * gui-x.c (popup_selection_callback): send an eval event to call
11059         Fupdate_widget_instances.
11060
11061         * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
11062         to call Fupdate_widget_instances.
11063
11064         * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
11065         (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
11066
11067         * glyphs.c: (update_frame_subwindows): deleted.
11068         (Fupdate_widget_instances): new function for updating the dirty
11069         state of widgets that might have changed.
11070         (syms_of_glyphs): add Qupdate_widget_instances.
11071         (full_list_hash): hash a list completely.
11072         (image_instance_hash): use it for items and properties.
11073
11074         * frame-msw.c (mswindows_size_frame_internal): remove unused
11075         variable.
11076
11077         * faces.h (struct face_cachel): fix comment.
11078
11079         * event-stream.c (Fdispatch_non_command_events): new
11080         function. Process non-command events, forcing an event cycle
11081         beforehand.
11082         (syms_of_event_stream): declare.
11083         (event_stream_force_event_pending): new function. Force an event
11084         on the native event queue so that an event cycle will occur next
11085         time we check.
11086
11087         * event-msw.c:
11088         (struct ntpipe_shove_stream):
11089         (mswindows_enqueue_dispatch_event):
11090         (mswindows_dequeue_dispatch_event):
11091         (mswindows_cancel_dispatch_event):
11092         (mswindows_pump_outstanding_events):
11093         (mswindows_drain_windows_queue):
11094         (mswindows_handle_paint):
11095         (mswindows_wnd_proc):
11096         (mswindows_key_to_emacs_keysym):
11097         (get_process_input_waitable):
11098         (emacs_mswindows_delete_stream_pair): re-indent file.
11099         (mswindows_need_event): do not process further fds if the windows
11100         fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
11101         fixes the 100% cpu problem.
11102         (reinit_vars_of_event_mswindows): set force_event_pending to 0.
11103
11104 2000-03-15  Olivier Galibert  <galibert@pobox.com>
11105
11106         * alloc.h: New.
11107         * dumper.h: New.
11108         * dumper.c: New.
11109
11110         * emacs.c: Moved dump file searching to dumper.c.
11111         (Frunning_temacs_p): Fixed.
11112
11113         * alloc.c: Moved everything pdump-related to dumper.c.  Removed
11114         last_lrecord_type_index_assigned.
11115
11116 2000-02-20  Olivier Galibert  <galibert@pobox.com>
11117
11118         * symsinit.h: Added reinit parameter to init_console_stream
11119         declaration.
11120
11121         * lisp.h: Added file parameter to pdump_load declaration.
11122
11123         * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
11124         support.  Added dump file searching.
11125
11126         * config.h.in: Added EMACS_PROGNAME.
11127
11128         * console-stream.c (init_console_stream): Fix reinitialisation
11129         when running from temacs.
11130
11131         * alloc.c (pdump): Add id support.
11132         (pdump_load): Add file parameter and signature/id support.
11133
11134         * Makefile.in.in: Add full pdump support.
11135
11136 2000-03-15  SL Baur  <steve@musashimaru.m17n.org>
11137
11138         * postgresql.c: Update documentation to reflect latest code
11139         status.
11140         (print_result): Show tuple counts in printed representation when
11141         appropriate.
11142         (Fpq_put_nbytes): MULE-ize.
11143         (Fpq_get_line_async): Ditto.
11144
11145 2000-03-14  SL Baur  <steve@musashimaru.m17n.org>
11146
11147         * postgresql.c (Fpq_lo_import): Fix return value.
11148         Suggested by: Kenji Itoh <keit@tpj.co.jp>.
11149
11150 2000-03-13  Ben Wing  <ben@xemacs.org>
11151
11152         * alloc.c (pdump_load):
11153         Fix compile warning under mswin.
11154
11155 2000-03-14  SL Baur  <steve@musashimaru.m17n.org>
11156
11157         * postgresql.c: Mule-ization, bug fixes.
11158         Use PG_CODING to encapsulate coding system name changes.
11159         Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
11160         (pg-coding-system): Create.
11161
11162         (Fpq_conn_defaults): Mule-ize.
11163         (Fpq_connectdb): Mule-ize & bug fix.
11164         (Fpq_connect_start): Mule-ize.
11165         (Fpq_set_client_encoding): Mule-ize.
11166         (Fpq_finish): Document `DEAD' connection status.
11167         (Fpq_clear): Ditto.
11168         (Fpq_pgconn): Mule-ize.
11169         (Fpq_exec): Mule-ize & bug fix.
11170         (Fpq_send_query): Ditto.
11171         (Fpq_get_result): Ditto.
11172         (Fpq_res_status): Mule-ize.
11173         (Fpq_result_error_message): Mule-ize.
11174         (Fpq_ntuples): fix comments.
11175         (Fpq_fname): Mule-ize.
11176         (Fpq_fnumber): Mule-ize.
11177         (Fpq_ftype): fix comments.
11178         (Fpq_get_value): Mule-ize.
11179         (Fpq_cmd_status): Ditto.
11180         (Fpq_cmd_tuples): Ditto.
11181         (Fpq_oid_value): Ditto.
11182         (Fpq_notifies): Ditto.
11183         (Fpq_lo_import): Ditto.
11184         (Fpq_lo_export): Ditto.
11185         (Fpq_get_line): Ditto.
11186         (Fpq_put_line): Mule-ize and bug fix.
11187         (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
11188
11189 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
11190
11191         * postgresql.c (vars_of_postgresql): Mule-ize.
11192         (Fpq_conn_defaults): Ditto.
11193
11194 2000-03-12  Ben Wing  <ben@xemacs.org>
11195
11196         * alloc.c (Fmake_byte_code):
11197         * alloc.c (debug_string_purity_print):
11198         * alloc.c (pdump_backtrace):
11199         * alloc.c (pdump_get_indirect_count):
11200         * alloc.c (pdump_register_sub):
11201         * alloc.c (pdump_register_object):
11202         * alloc.c (pdump_register_struct):
11203         * alloc.c (pdump_dump_data):
11204         * alloc.c (pdump_reloc_one):
11205         Minor cleanups.
11206
11207         * console-msw.c:
11208         * console-msw.c (GetConsoleHwnd):
11209         * console-msw.c (msw_hide_console):
11210         * console-msw.c (msw_show_console):
11211         * console-msw.c (msw_ensure_console_buffered):
11212         * console-msw.c (msw_output_console_string):
11213         * console-msw.c (console_type_create_mswindows):
11214
11215         a) Added functions to manipulate the console window for use with
11216         shell support.
11217
11218         b) Added support for writing text to the console, which is now
11219         used under Windows when xemacs is not being run non-interactively,
11220         to write text that would otherwise be destined for stdout because
11221         under these circumstances, text written to stdout tends to
11222         disappear and not be seen.
11223
11224         * console-msw.h:
11225         * event-Xt.c:
11226         * event-Xt.c (x_event_to_emacs_event):
11227         * event-Xt.c (describe_event_window):
11228         * events-mod.h (XEMACS_MOD_CONTROL):
11229         * events.c:
11230         * events.c (Fmake_event):
11231         * events.c (character_to_event):
11232         * events.c (event_to_character):
11233         * events.c (format_event_object):
11234         * events.c (Fevent_modifiers):
11235         * events.h:
11236         * events.h (struct key_data):
11237         * events.h (struct button_data):
11238         * events.h (struct misc_user_data):
11239         * frame-x.c (Fcde_start_drag_internal):
11240         * frame-x.c (Foffix_start_drag_internal):
11241         * gpmevent.c (Freceive_gpm_event):
11242         * keymap.c:
11243         * keymap.c (bucky_sym_to_bucky_bit):
11244         * keymap.c (control_meta_superify):
11245         * keymap.c (make_key_description):
11246         * keymap.c (keymap_lookup_directly):
11247         * keymap.c (create_bucky_submap):
11248         * keymap.c (keymap_store):
11249         * keymap.c (define_key_check_and_coerce_keysym):
11250         * keymap.c (define_key_parser):
11251         * keymap.c (define_key_alternate_name):
11252         * keymap.c (Fdefine_key):
11253         * keymap.c (raw_lookup_key_mapper):
11254         * keymap.c (struct map_keymap_unsorted_closure):
11255         * keymap.c (map_keymap_unsorted_mapper):
11256         * keymap.c (map_keymap_sort_predicate):
11257         * keymap.c (map_keymap_sorted):
11258         * keymap.c (accessible_keymaps_mapper_1):
11259         * keymap.c (where_is_recursive_mapper):
11260         * keymap.c (describe_map_mapper):
11261         * keymap.c (describe_map_sort_predicate):
11262         * keymap.c (describe_map):
11263         * keymap.c (complex_vars_of_keymap):
11264         And a number of other files, the key modifier preprocessor
11265         constants that xemacs uses have names that conflict with constants
11266         defined under MS Windows for other purposes, so they were renamed
11267         to begin with the prefix XEMACS_. The variables that hold such
11268         modifiers were changed to consistently be of type int to fix
11269         various compile warnings.
11270
11271         * console.c (complex_vars_of_console):
11272         * device.c:
11273         * device-msw.c:
11274         * device-msw.c (mswindows_finish_init_device):
11275         * device-msw.c (msw_get_workspace_coords):
11276         * device-msw.c (mswindows_device_system_metrics):
11277         and various other files, added support for a new
11278         device property called offset-workspace which returns the position
11279         of the upper left corner of the workspace area and goes along with
11280         the existing size-workspace property.
11281
11282         * dialog-msw.c:
11283         * dialog-msw.c (push_bufbyte_string_as_unicode):
11284         * dialog-msw.c (mswindows_popup_dialog_box):
11285         Added support for XEmacs-style accelerator specifications in
11286         button text.  Note: I didn't add support for this under X Windows,
11287         and somebody needs to do this.
11288
11289         * dialog.c:
11290         * dialog.c (Fpopup_dialog_box):
11291         Documented the support for accelerators that was just mentioned.
11292
11293         editfns.c (get_home_directory): Changed behavior under Windows
11294         when HOME not defined; former behavior was irretrievably broken.
11295
11296         * emacs.c:
11297         * emacs.c (main_1):
11298         * emacs.c (main):
11299         * minibuf.c (clear_echo_area_internal):
11300         * minibuf.c (echo_area_append):
11301         * print.c:
11302         * print.c (std_handle_out_external):
11303         * print.c (std_handle_out_va):
11304         * print.c (fatal):
11305         * print.c (write_string_to_stdio_stream):
11306         * print.c (output_string):
11307         * print.c (debug_print):
11308         * print.c (debug_backtrace):
11309         * print.c (debug_short_backtrace):
11310         Cleaned up the code that prints text to stdout so that this can be
11311         changed to output into a console window instead under MS Windows,
11312         as described above.
11313
11314         * eval.c:
11315         * eval.c (DEFEND_AGAINST_THROW_RECURSION):
11316         * eval.c (internal_catch):
11317         * eval.c (unwind_to_catch):
11318         * eval.c (throw_or_bomb_out):
11319         * eval.c (condition_case_1):
11320         * eval.c (signal_1):
11321         * eval.c (check_error_state_sanity):
11322         * eval.c (call_with_suspended_errors_1):
11323         * eval.c (call_with_suspended_errors):
11324         * eval.c (reinit_vars_of_eval):
11325         Added code to catch throw loops and check for a pesky bug that may
11326         be gone now.
11327
11328         * event-msw.c:
11329         * event-msw.c (key_needs_default_processing_p):
11330         * event-msw.c (mswindows_wnd_proc):
11331         * event-msw.c (mswindows_modifier_state):
11332         * event-msw.c (emacs_mswindows_quit_p):
11333         * event-msw.c (vars_of_event_mswindows):
11334         a) Added support for using the alt key to select menu items as is
11335         standard under MS Windows.  This is controlled using the variable
11336         menu-accelerator-enabled, just like under X Windows.  There is an
11337         option on the options menu to turn this support on.  I really
11338         think that it should be on by default under Windows, but I'm not
11339         going to make this change yet.
11340
11341         b)  Added support for dynamic display size changes under Windows.
11342
11343         * event-stream.c:
11344         * event-stream.c (maybe_echo_keys):
11345         * event-stream.c (Fnext_event):
11346         * event-stream.c (command_builder_find_leaf):
11347         * event-stream.c (lookup_command_event):
11348         * event-stream.c (execute_command_event):
11349         * event-stream.c (pre_command_hook):
11350         * event-stream.c (post_command_hook):
11351         * event-stream.c (syms_of_event_stream):
11352         * event-stream.c (vars_of_event_stream):
11353         * event-stream.c (complex_vars_of_event_stream):
11354         * events.h (struct command_builder):
11355
11356         a) Tried to clean up a little bit the horribly written x-specific
11357         accelerator code that crept into this file.  I moved this code
11358         into menubar-x.c where it belongs. I also needed to move the
11359         command builder structure into the file events.h because it is
11360         accessed directly by this accelerator code.  What I didn't do, but
11361         which should be done at some point, is to properly abstract this
11362         code using device methods instead of the kludgy way that it
11363         currently hooks into the event code.
11364
11365         b) Added the lisp variables this-command-properties and
11366         last-command- properties, which should be used to synchronize two
11367         adjacent commands in preference to playing games with the variable
11368         this-command, which is typically what happens.
11369
11370         c) Added some slightly nasty code to hook into the lisp support
11371         for shifted- motion-key selection.  This is actually necessary for
11372         somewhat complicated reasons, which are described in
11373         simple.el. (NB: I think the proper thing would be to have the code
11374         that calls the pre and post command hooks also call out to generic
11375         lisp functions in simple.el, where all built-in stuff could be
11376         added.  I will think about this more.)
11377
11378         * event-unixoid.c (poll_fds_for_input):
11379         * lread.c (readchar):
11380         * redisplay-tty.c (tty_clear_frame):
11381         * redisplay-x.c (x_get_gc):
11382         * signal.c (interrupt_signal):
11383         And a whole bunch of other files: fixed up places that printed
11384         directly to stderr to instead call the function stderr_out so that
11385         the changes I made under Windows work correctly.
11386
11387         * filemode.c (mode_string):
11388         Warning fixes.
11389
11390         * frame-msw.c:
11391         * frame-msw.c (mswindows_size_frame_internal):
11392         Fixed the computation of frame size and position to keep the frame
11393         within the workspace area, rather than within the physical
11394         dimensions of the screen, so that the frame doesn't overlap window
11395         manager decorations, such as the start menu and toolbar, typically
11396         at the bottom of the screen.
11397
11398         * frame.c (vars_of_frame):
11399         Changed the default frame title format under MS Windows to consist
11400         of buffername-XEmacs, which is standard under MS Windows.  I think
11401         it might be a good idea to change this everywhere because I think
11402         it is superior to the current frame title format, but this is the
11403         kind of change that is likely to cause some people to get annoyed,
11404         so I'm not making it.
11405
11406         * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
11407
11408         * gui-msw.c (mswindows_handle_gui_wm_command):
11409         Fixed compile warnings.
11410
11411         * gui-x.c:
11412         * gui-x.c (strdup_and_add_accel):
11413         * gui-x.c (button_item_to_widget_value):
11414         * gui-x.h:
11415         Added code to automatically put an accelerator onto the beginning
11416         of menu items that don't have one as is now the standard, and is
11417         described more later.  Also fixed things so that the menu item
11418         name can be an evaluated expression, again a new standard.
11419
11420         * gui.c:
11421         * gui.c (gui_item_add_keyval_pair):
11422         * gui.c (make_gui_item_from_keywords_internal):
11423         * gui.c (gui_add_item_keywords_to_plist):
11424         * gui.c (gui_item_accelerator):
11425         * gui.c (gui_name_accelerator):
11426         * gui.c (gui_item_included_p):
11427         * gui.c (gui_item_display_flush_left):
11428         * gui.c (gui_item_display_flush_right):
11429         * gui.c (parse_gui_item_tree_item):
11430         * gui.c (parse_gui_item_tree_children):
11431         * gui.c (parse_gui_item_tree_list):
11432         Mule-ized.  Cleanup.  GCPRO addition.
11433
11434         * line-number.c (buffer_line_number):
11435         * lisp.h:
11436         * lisp.h (EMACS_INT_MAX):
11437         Added the manifest constant EMACS_INT_MIN corresponding to the
11438         existing constant EMACS_INT_MAX.  This is partially to fix compile
11439         warnings under Windows, and partly for cleanliness.
11440
11441         * menubar-msw.c:
11442         * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
11443         * menubar-msw.c (msw_translate_menu_or_dialog_item):
11444         * menubar-msw.c (displayable_menu_item):
11445         * menubar-msw.c (populate_menu_add_item):
11446         * menubar-msw.c (populate_or_checksum_helper):
11447         * menubar-msw.c (populate_menu):
11448         * menubar-msw.c (update_frame_menubar_maybe):
11449         * menubar-msw.c (prune_menubar):
11450         * menubar-msw.c (msw_char_is_accelerator):
11451         * menubar-msw.c (unsafe_handle_wm_initmenu_1):
11452         * menubar-msw.c (mswindows_handle_wm_command):
11453         * menubar-msw.c (mswindows_handle_wm_initmenupopup):
11454         * menubar-msw.c (mswindows_handle_wm_initmenu):
11455         * menubar-msw.c (mswindows_update_frame_menubars):
11456         * menubar-msw.c (mswindows_free_frame_menubars):
11457         * menubar-msw.c (mswindows_popup_menu):
11458         Fixed a bug in handling accelerators where an extra character
11459         would be displayed in the menu item.  Also generalized the
11460         function displayable_menu_item because it is now used by the
11461         dialog box code as well.  And finally, added code in the functions
11462         that create the menubar to extract a list of accelerators for the
11463         top level menubar, which is used in the event code to determine
11464         whether a particular alt-key combination should be used to invoke
11465         a menu item, or should be passed through to access the standard
11466         XEmacs keymap binding for this key combination.
11467
11468         Much needed GCPROing.
11469
11470         * menubar-x.c:
11471         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
11472         * menubar-x.c (menu_item_descriptor_to_widget_value):
11473         * menubar-x.c (restore_in_menu_callback):
11474         * menubar-x.c (x_popup_menu):
11475         * menubar-x.c (menu_move_up):
11476         * menubar-x.c (menu_move_down):
11477         * menubar-x.c (menu_move_left):
11478         * menubar-x.c (menu_move_right):
11479         * menubar-x.c (menu_select_item):
11480         * menubar-x.c (command_builder_operate_menu_accelerator):
11481         * menubar-x.c (menu_accelerator_junk_on_error):
11482         * menubar-x.c (command_builder_find_menu_accelerator):
11483         * menubar-x.c (Faccelerate_menu):
11484         * menubar.h:
11485         Moved a whole bunch of code here that was previously in
11486         event-stream.c as described above.  There is also code connected
11487         to the new standard of adding an accelerator to the beginning of
11488         menu items that don't have one as described above and below.
11489
11490         * menubar.c:
11491         * menubar.c (menu_parse_submenu_keywords):
11492         * menubar.c (Fmenu_find_real_submenu):
11493         * menubar.c (Fnormalize_menu_item_name):
11494         * menubar.c (syms_of_menubar):
11495         * menubar.c (vars_of_menubar):
11496         * menubar.c (complex_vars_of_menubar):
11497
11498         a) Cleaned up a bunch of documentation and improved it.
11499
11500         b) XEmacs now automatically adds an accelerator onto the beginning
11501         of any menu items that don't have one.  I did this because there
11502         will inevitably be some menu items on the main menubar that don't
11503         have accelerators on them because the package that adds that
11504         particular menu item hasn't yet been fixed up to have accelerators
11505         in them and it looked rather strange to have some items with and
11506         some items without accelerators, especially since even in items
11507         without accelerators, you can, at least under windows, still
11508         access the item through an accelerator corresponding to the first
11509         character in the item's name.  If people don't like this behavior,
11510         I can add a variable to turn it off optionally, but I'm not sure
11511         this is a good idea because we really do need to have accelerators
11512         on all of the menu items, and if a package doesn't like the
11513         accelerators being put on the first character, then it should put
11514         the accelerators where they belong.
11515
11516         c) I made a behavior change, which is that the descriptor that
11517         specifies the text of the menu item, which formerly was just a
11518         string, can now also be an evaluated expression.  This makes this
11519         descriptor parallel with all of the others, which could also be
11520         evaluated expressions.  This also obviates the need for the
11521         keyword :label, which was previously listed in the documentation
11522         as unimplemented, and which was for the same purpose.
11523
11524         d) GCPROing.
11525
11526         * ntproc.c:
11527         * ntproc.c (new_child):
11528         * ntproc.c (sys_spawnve):
11529         * ntproc.c (find_child_console):
11530         * ntproc.c (sys_kill):
11531         Fixed compile warnings.  By the way, this file should really go
11532         away entirely, and this will happen as soon as Kirill makes his
11533         final round of process cleanups, which affect the function
11534         call-process.
11535
11536         * process-nt.c:
11537         * process-nt.c (struct nt_process_data):
11538         * process-nt.c (find_process_from_pid):
11539         * process-nt.c (send_signal_the_nt_way):
11540         * process-nt.c (enable_child_signals):
11541         * process-nt.c (find_child_console):
11542         * process-nt.c (send_signal_the_95_way):
11543         * process-nt.c (nt_finalize_process_data):
11544         * process-nt.c (ensure_console_window_exists):
11545         * process-nt.c (nt_create_process):
11546         * process-nt.c (nt_kill_child_process):
11547         * process-nt.c (nt_kill_process_by_pid):
11548         * process-nt.c (nt_open_network_stream):
11549         * process-nt.c (vars_of_process_nt):
11550         Copied over code from Emacs 20.5 to correctly send signals to sub-
11551         processes under Windows 95.  Also added code to automatically
11552         create and hide console window when a sub-process is created under
11553         Windows 95, which obviates the need for the separate runemacs.exe
11554         executable, and finally implemented some variables that were
11555         implemented in Emacs 20.5, but previously not in XEmacs.  These
11556         include mswindows- start-process-share-console and
11557         mswindows-start-process-inherit-error-mode. (Both of these only
11558         apply to Windows 95.)
11559
11560         * regex.c (regex_compile): Fixed a compile warning.
11561
11562         * select-msw.c:
11563         * select-msw.c (mswindows_own_selection):
11564         * select-msw.c (mswindows_get_foreign_selection):
11565         * select-msw.c (mswindows_disown_selection):
11566         * select-msw.c (console_type_create_select_mswindows):
11567         * select-msw.c (syms_of_select_mswindows):
11568         Cleaned up the file and implemented the device method
11569         selection_exists_p, which had accidentally been left out.  Also
11570         removed four lisp functions that were remnants from before the
11571         time when the selection code was properly device abstracted.
11572         These functions are no longer needed because there are generic
11573         equivalents, and because they were added recently and don't exist
11574         in FSF Emacs, I don't think there's any problem with just deleting
11575         them.
11576
11577         * sysdep.c:
11578         * sysdep.c (sys_subshell):
11579         Fixed a compile warning, although in this case there's probably
11580         something wrong with this code, and it ought to be looked into
11581         more thoroughly by somebody who understands it.
11582
11583         * window.c:
11584         * window.c (Fwindow_text_area_height):
11585         * window.c (Fwindow_width):
11586         * window.c (Fwindow_full_width):
11587         * window.c (Fwindow_pixel_width):
11588         * window.c (debug_print_window):
11589         * window.c (syms_of_window):
11590         Added functions window-text-area-height and window-full-width,
11591         which are functions for returning various width and height
11592         characteristics of a window. (One of these functions is necessary
11593         for making the file dialog box work correctly, and the other one
11594         was added for completeness.)  Also added a table to the
11595         documentation for window-height which describes the entire scheme
11596         for accessing width and height characteristics of a window.
11597
11598 2000-03-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
11599
11600         * nt.c (fstat): Added a comment for another problem with
11601         non-encapsulated [f]stat(), reported by Adrian Aichner
11602         <aichner@ecf.teradyne.com>.
11603
11604 2000-03-11  Andy Piper  <andy@xemacs.org>
11605
11606         * window.c (make_dummy_parent): initialize subwindow instance
11607         cache.
11608         (Fset_window_configuration): zero extent_modiff.
11609
11610 2000-03-10  Andy Piper  <andy@xemacs.org>
11611
11612         * redisplay.c (Fredraw_frame): reset the changed_set flags so that
11613         more changes can be triggered.
11614         (Fredisplay_frame): ditto.
11615         (Fredraw_device): ditto.
11616         (Fredisplay_device): ditto.
11617         (redisplay_frame): make non-static.
11618         (redisplay_frame): call update_frame_gutter_geometry outside of
11619         display proper.
11620
11621         * gutter.h: declare update_frame_gutter_geometry.
11622
11623         * redisplay.h: declare redisplay_frame.
11624
11625         * gutter.c (update_frame_gutter_geometry): move geometry changes
11626         in update_frame_gutters here. Geometry changes can only occur
11627         outside of redisplay.
11628         (update_frame_gutters): remove geometry change code.
11629         (Fredisplay_gutter_area): make sure that we are in display when we
11630         update and that we have flushed any size changes.
11631
11632 2000-03-11  Andy Piper  <andy@xemacs.org>
11633
11634         * alloc.c (pdump_dump_data): remove i & count shadows.
11635
11636 2000-02-27  Mike Alexander  <mta@arbortext.com>
11637
11638         * sysdep.h: Declare pdump_read_file
11639
11640         * sysdep.c (pdump_read_file): New function
11641
11642         * alloc.c (pdump_load): Call pdump_read_file to get the portable
11643         dump data
11644
11645 2000-03-10  SL Baur  <steve@musashimaru.m17n.org>
11646
11647         * lrecord.h: add `lrecord_type_pgsetenv'.
11648
11649 2000-03-08  SL Baur  <steve@musashimaru.m17n.org>
11650
11651         * symsinit.h: declare (vars|syms)_of* functions.
11652         * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
11653
11654 2000-03-06  SL Baur  <steve@musashimaru.m17n.org>
11655
11656         * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
11657
11658         * inline.c: Include postgresql.h lrecord stuffs to placate buggy
11659         GCCs.
11660
11661         * emacs.c (main_1): Call postgres initialization code.
11662
11663         * postgresql.h: New file.  PostgreSQL RDBMS support.
11664         * postgresql.c: New file.
11665
11666 2000-03-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
11667
11668         * redisplay-output.c (redisplay_output_display_block): Disable
11669         redundant code.
11670
11671 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
11672
11673         * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
11674         (Fcanna_henkan_next): Ditto.
11675         (Fcanna_bunsetu_henkou): Ditto.
11676         (Fcanna_henkan_kakutei): Ditto.
11677         (Fcanna_henkan_end): Ditto.
11678         (Fcanna_henkan_quit): Ditto.
11679         (Fcanna_henkan_next): Set retun value correctly.
11680         (c2mu): Use unsigned char instead of signed char.
11681
11682 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
11683
11684         * emacs.c (main_1): Always call syms_of_gui.
11685         * inline.c: include gui.h
11686
11687 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
11688
11689         * redisplay.c (Vvisible_bell): Renamed from visible_bell and
11690         converted to Lisp_Object.
11691         (Qtop_bottom): New variable.
11692         (syms_of_redisplay): Initialize it.
11693         * redisplay.h (Vvisible_bell): Ditto.
11694         * sound.c (ding): Ditto and check if Vvisible_bell is nil.
11695         * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
11696         only flash top and bottom.
11697
11698 2000-03-08  Andy Piper  <andy@xemacs.org>
11699
11700         * buffer.c (Frename_buffer): record new buffer name the right way.
11701
11702 2000-03-08  Andy Piper  <andy@xemacs.org>
11703
11704         * glyphs.c (update_subwindow): increase hash depth so that widget
11705         items get picked up properly.
11706
11707         * redisplay-output.c (compare_runes): increase hash depth so that
11708         widget items get picked up properly.
11709
11710 2000-03-08  Andy Piper  <andy@xemacs.org>
11711
11712         * gutter.c (output_gutter): add some debug.
11713
11714         * glyphs.h (struct Lisp_Image_Instance): add display_hash.
11715         (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
11716         (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
11717
11718         * redisplay-output.c (compare_runes): use display_hash to
11719         determine if glyphs really are not the same.
11720
11721         * glyphs.c (update_subwindow): check display_hash to see if
11722         anything really needs to be updated. If not then do
11723         nothing. Record the display_hash after updating.
11724         (image_instance_equal): compare the image_instance face also.
11725
11726 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
11727
11728         * redisplay.h: Fix comment style.
11729
11730 2000-03-08  Jonathan Harris  <jhar@tardis.ed.ac.uk>
11731
11732         * consle-msw.h (struct mswindows_frame):
11733         Added new member paint_pending to indicate whether a WM_PAINT
11734         magic event has been queued for this frame.
11735
11736         * event-msw.c (mswindows_drain_windows_queue):
11737         Don't queue a WM_PAINT magic event if one is already queued.
11738         (emacs_mswindows_handle_magic_event): clear paint_pending flag.
11739
11740         * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
11741
11742 2000-03-07  Didier Verna  <didier@xemacs.org>
11743
11744         * dired.c: #include `regex.h' after `sysfile.h'.
11745
11746 2000-03-06  Martin Buchholz  <martin@xemacs.org>
11747
11748         * sound.c (init_nas_sound): Fix compiler warning.
11749
11750         * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
11751         (FREE_STRUCT_P):
11752         (MARK_STRUCT_AS_FREE):
11753         (MARK_STRUCT_AS_NOT_FREE):
11754         Make `gcc -fstrict-aliasing' work properly.
11755
11756 2000-03-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
11757
11758         * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
11759         (mswindows_delete_device): Call CoUnnitialize().
11760
11761         * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
11762
11763 2000-02-25    <CraigL@DyCon.com>
11764
11765         * process-nt.c: MinGW now has <shellapi.h>, but still needs
11766         <errno.h>.
11767
11768         * sysdep.c: This extern declaration for environ prevents MinGW
11769         from finding the variable in CRTDLL.DLL.
11770
11771         * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
11772         windows headers.
11773         (SHGFI_EXETYPE): ..
11774         (WM_MOUSEWHEEL): ..
11775         (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
11776         definitions.
11777         (MMRESULT): Removed, now defined in cygwin's windows headers.
11778         (TIMECAPS): ..
11779         (uid_t,gid_t,pid_t,ssize_t): ..
11780         (_timeb): Removed, MinGW defines both _timeb and timeb.
11781         (HAVE_H_ERRNO): Added.
11782         (HAVE_TZNAME): Added, configure is not detecting this.
11783
11784 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
11785
11786         * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
11787         * syntax.c (syntax_match): Use it.
11788
11789         * cmds.c: Import auto-fill-chars from FSF Emacs.
11790         (Vauto_fill_chars): New variables.
11791         (internal_self_insert): Check Vauto_fill_chars.
11792         (vars_of_cmds):
11793         Declare auto-fill-chars as a Lisp variable and initialize it.
11794
11795 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
11796
11797         * fileio.c (Fmake_symbolic_link):
11798         (Ffile_symlink_p):
11799         Run handlers even if local machine doesn't have symlinks.
11800
11801 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
11802
11803         * event-msw.c (mswindows_drain_windows_queue):
11804         Don't generate paint magic events for non-XEmacs frames.
11805
11806 2000-03-05  Andy Piper  <andy@xemacs.org>
11807
11808         * redisplay.c (redisplay_frame): generate_displayable_area and
11809         friends assumes that we are not in GC, we therefore have to make
11810         sure that this doesn't happen.
11811
11812         * gutter.c (calculate_gutter_size): generate_displayable_area
11813         assumes that we are not in GC, we therefore have to make sure that
11814         this doesn't happen.
11815
11816 2000-03-05  Martin Buchholz  <martin@xemacs.org>
11817
11818         * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
11819
11820 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
11821
11822         * redisplay.c (regenerate_window): Make sure we set a sane value
11823         for end_pos even if we jump out of the loop.
11824         (regenerate_window): Answer Ben's question :-).
11825         (start_end_of_last_line): Add may_error argument.
11826         (start_of_last_line):
11827         (end_of_last_line): Pass may_error = 0.
11828         (end_of_last_line_may_error): New function.
11829         (pixel_to_glyph_translation): Use it, so we don't crash in
11830         event_to_glyph.
11831
11832 2000-03-04  Andy Piper  <andy@xemacs.org>
11833
11834         * window.h (struct window): add gutter_extent_modiff.
11835
11836         * window.c (allocate_window): zero out gutter_extent_modiff.
11837
11838         * redisplay.h: declare sync_display_line_structs.
11839
11840         * redisplay.c (add_glyph_rune): add a better comment.
11841
11842         * redisplay-output.c (sync_display_line_structs): made non-static.
11843         (compare_runes): remove unneccesary glyph cachel access.
11844
11845         * gutter.h: declare gutter_extent_signal_changed_region_maybe.
11846
11847         * gutter.c (output_gutter): don't output the gutter if extent
11848         changes only involve extents in buffers. use 4 sets of display
11849         lines.
11850         (gutter_extent_signal_changed_region_maybe): new function. Mark
11851         extents in gutters as changed.
11852         (update_frame_gutters): use 4 sets of display lines.
11853         (reset_gutter_display_lines): ditto.
11854         (free_frame_gutters): ditto.
11855         (redraw_exposed_gutter): force output of gutters.
11856
11857         * frame.h (struct frame): add 4 sets of gutter display lines.
11858
11859         * extents.c: (extent_changed_for_redisplay): signal changes to
11860         extents in strings in the gutter as well as extents in buffers.
11861
11862 2000-03-02  Andy Piper  <andy@xemacs.org>
11863
11864         * gutter.c (specifier_vars_of_gutter): cosmetic changes.
11865
11866         * frame.c (Fmake_frame): make sure the gutters get initialized
11867         after the frame is visible.
11868         (set_frame_selected_window): re-arrange compilation macros a
11869         little.
11870         (change_frame_size_1): mark gutters changed.
11871
11872         * device.c (Fset_device_class): mark gutters changed.
11873
11874 2000-03-01  Andy Piper  <andy@xemacs.org>
11875
11876         * window.c (window_top_frame_gutter_height): deleted.
11877         (window_bottom_frame_gutter_height): ditto.
11878         (window_left_frame_gutter_height): ditto.
11879         (window_right_frame_gutter_height): ditto.
11880         (window_top_gutter_height): don't use them.
11881         (window_bottom_gutter_height): ditto.
11882         (window_left_gutter_width): ditto.
11883         (window_right_gutter_width): ditto.
11884         (Fsplit_window): ditto.
11885         (Fwindow_pixel_edges): don't use border dimensions here.
11886
11887         * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
11888         (update_scrollbar_instance): ditto.
11889
11890         * redisplay.c (generate_modeline): don't take gutters into account.
11891         (generate_modeline): ditto.
11892         (redisplay_frame): small gutter display optimization.
11893
11894         * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
11895
11896         * redisplay-msw.c (mswindows_output_vertical_divider): don't take
11897         gutters into account.
11898
11899         * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
11900         for window position and type.
11901
11902         * gutter.c (get_gutter_coords): fix for frame gutters.
11903         (update_frame_gutters): update frame geometry if the gutters have
11904         changed.
11905         (init_frame_gutters): record current gutter geometries.
11906
11907         * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
11908         var.
11909         (mswindows_widget_instantiate): ditto.
11910
11911         * frame.h (struct frame): add current_gutter_bounds.
11912
11913         * frame.c (change_frame_size_1): position window and minibuffer
11914         appropriately taking into account the frame gutters.
11915
11916         * frame-x.c: (x_initialize_frame_size): take into account the
11917         frame gutters.
11918
11919 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
11920
11921         * emacs.c (data-directory):  Xref `locate-data-file' in docstring.
11922
11923 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
11924
11925         * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
11926
11927 1999-12-30  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
11928
11929         * file-coding.c (reset_decoding_stream): Clear previous
11930         detection state when autodetect.
11931
11932 2000-02-29  Didier Verna  <didier@xemacs.org>
11933
11934         * extents.c (set_extent_glyph_1): don't require extents to be
11935         attached.
11936
11937 2000-02-27  Andy Piper  <andy@xemacs.org>
11938
11939         * gutter.c (Fset_default_gutter_position): don't default left and
11940         right gutter visibility to t.
11941         (Fset_default_gutter_position): run
11942         default-gutter-position-changed-hook.
11943         (syms_of_gutter): add default-gutter-position-changed-hook.
11944
11945 2000-02-26  Andy Piper  <andy@xemacs.org>
11946
11947         * specifier.c (Fmake_specifier): add gutter references.
11948
11949         * gutter.h (RAW_WINDOW_GUTTER): new macro.
11950
11951         * lisp.h: declare Fvalid_plist_p.
11952
11953         * gutter.c (gutter_geometry_changed_in_window): mark the modeline
11954         as changed.
11955         (default_gutter_visible_p_changed_in_window): invalidate gutter as
11956         well as its visibility so that it gets reconstructed.
11957         (construct_window_gutter_spec): new function. Construct a string
11958         to be displayed in the gutter from a plist of strings. Take care
11959         to only use elements that are declared as visible.
11960         (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
11961         WINDOW_GUTTER.
11962         (gutter_validate): allow plists of strings in the specifier.
11963         (gutter_specs_changed): construct the real_gutter from the gutter
11964         specs using construct_window_gutter_spec.
11965         (gutter_visible_validate): gutter-visible is a new specifier type.
11966         (Fgutter_visible_specifier_p): new function for the new specifier.
11967         (syms_of_gutter): declare gutter-visible and
11968         Fgutter_visible_specifier_p.
11969         (specifier_type_create_gutter): intitalize new gutter-visible
11970         specifier.
11971         (reinit_specifier_type_create_gutter): ditto.
11972         (specifier_vars_of_gutter): use new specifier type for gutter
11973         visibility.
11974         (init_frame_gutters): construct real_gutter correctly.
11975         (Fgutter_specifier_p): beef up documentation.
11976         (Fgutter_size_specifier_p): ditto.
11977
11978         * winslots.h: add real_gutter slots.
11979
11980 2000-02-25  Andy Piper  <andy@xemacs.org>
11981
11982         * device-msw.c: Be kind to older cygwin versions. From Raymond
11983         Toy <toy@rtp.ericsson.se>.
11984
11985         * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
11986         earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
11987
11988 2000-02-25  Martin Buchholz  <martin@xemacs.org>
11989
11990         * elhash.c (MARK_OBJ): Practice macro hygiene.
11991
11992 2000-02-24  Martin Buchholz  <martin@xemacs.org>
11993
11994         * miscplay.c: s/__inline__/inline/g;
11995         * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
11996         (get_device_compdc): INLINE ==> static inline
11997         * *.[ch]: Change INLINE to INLINE_HEADER globally.
11998         find -name '*.h' | \
11999         xargs global-replace \
12000         's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
12001
12002 2000-02-25  Andy Piper  <andy@xemacs.org>
12003
12004         * window.c (window_top_frame_gutter_height): new function.
12005         (window_top_window_gutter_height): ditto.
12006         (window_top_gutter_height): use them.
12007         (window_bottom_frame_gutter_height): new function.
12008         (window_bottom_window_gutter_height): ditto.
12009         (window_bottom_gutter_height): use them.
12010         (window_left_window_gutter_width): new function.
12011         (window_left_frame_gutter_width): ditto.
12012         (window_left_gutter_width): use them.
12013         (window_right_window_gutter_width): new function.
12014         (window_right_frame_gutter_width): ditto.
12015         (window_right_gutter_width): use them.
12016         (window_pixel_height): new function. calulate window pixel height
12017         with frame gutter involvement.
12018         (Fsplit_window): calculate new sizes taking frame gutters into
12019         account.
12020         (window_char_height_to_pixel_height): don't include frame gutters.
12021         (window_char_height): use window_pixel_height.
12022         (window_pixheight): rename from window_pixel_height.
12023         (change_window_height): use it.
12024         (window_pixel_height_to_char_height): don't include frame gutters.
12025         (window_char_width_to_pixel_width): ditto.
12026
12027 2000-02-25  Andy Piper  <andy@xemacs.org>
12028
12029         * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
12030         if it is.
12031
12032 2000-02-24  Martin Buchholz  <martin@xemacs.org>
12033
12034         * alloc.c (staticpro):
12035         (staticpro_nodump):
12036         (dumpstruct):
12037         (dumpopaque):
12038         (pdump_wire):
12039         (pdump_wire_list):
12040         (compact_string_chars):
12041         (pdump_dump_wired):
12042         Convert:  if (foo) abort();  ==>  assert (! foo);
12043
12044         * eldap.c (Fldap_search_basic):
12045         (Fldap_add):
12046         (Fldap_modify):
12047         (Fldap_delete):
12048         Fix compiler warnings, and possible crashes if (random) return
12049         value were to be used.
12050
12051 2000-02-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12052
12053         * device-msw.c: Workaround ResetDC failure.
12054
12055         * frame-msw.c (msprinter_init_frame_3): Added an assertion before
12056         applying a devmode.
12057
12058         * redisplay-msw.c (get_frame_dc): Added start_page_p.
12059         (mswindows_text_width): Do not start printer page.
12060
12061         * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
12062
12063         * glyphs-msw.c: Added image methods to msprinter console and
12064         msprinter-specific image instantiation.
12065
12066 2000-02-20  Mike Alexander  <mta@arbortext.com>
12067
12068         * select-msw.c (Fmswindows_set_clipboard): GC protect more things
12069         to avoid crashes when selection-sets-clipboard is on
12070         (mswindows_own_selection): ditto
12071
12072 2000-02-19  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12073
12074         * glyphs-msw.c:
12075         * redisplay-msw.c (get_frame_dc):
12076         (get_frame_compdc):
12077         * console-msw.h:
12078         * device-msw.c (mswindows_init_device):
12079         (mswindows_delete_device):
12080         (msprinter_init_device):
12081         (msprinter_delete_device):
12082         * frame-msw.c (mswindows_init_frame_1):
12083         (mswindows_delete_frame):
12084         (msprinter_init_frame_3):
12085         (msprinter_delete_frame): Move compatible DC to device object from
12086         frame object, for both mswindows and msprinter. Only one at a time
12087         is needed, it is a real waste to have one per frame!
12088
12089 2000-02-23  Andy Piper  <andy@xemacs.org>
12090
12091         * glyphs.c: add dynamic width and height elements.
12092         (image_instance_equal): ditto.
12093
12094         * glyphs-widget.c (widget_query_geometry): calculate width and
12095         height dynamically if required.
12096         (initialize_widget_image_instance): initialize dynamic dimensions.
12097         (widget_instantiate): pick-up dynamic dimensions.
12098
12099         * glyphs.h (struct Lisp_Image_Instance): add width and height for
12100         dynamic determination. Add appropriate macros.
12101
12102         * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
12103         dimensions safe.
12104         (WINDOW_GUTTER_SIZE): ditto.
12105         (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
12106
12107         * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
12108         inline.
12109         (get_frame_dc): ditto.
12110
12111         * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
12112         here.
12113
12114 2000-02-23  Martin Buchholz <martin@xemacs.org>
12115
12116         * XEmacs 21.2.31 is released.
12117
12118 2000-02-22  Ben Wing <ben@xemacs.org>
12119
12120         * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
12121
12122 2000-02-22  Andy Piper  <andy@xemacs.org>
12123
12124         * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
12125
12126 2000-02-21  Mike Sperber <mike@xemacs.org>
12127
12128         * .dbxrc:
12129         * .gdbinit:
12130         * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
12131         variables.
12132
12133 2000-02-21  Mike Sperber <mike@xemacs.org>
12134
12135         * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
12136
12137 2000-02-21  Martin Buchholz <martin@xemacs.org>
12138
12139         * XEmacs 21.2.30 is released.
12140
12141 2000-02-20  Martin Buchholz  <martin@xemacs.org>
12142
12143         Performance hacking.
12144         * *.c (syms_of_*):
12145         Add INIT_LRECORD_IMPLEMENTATION macros, paired with
12146         DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
12147         * emacs.c (main_1):
12148         * lisp.h (DEFUN):
12149         * console.c (DEFVAR_CONSOLE_LOCAL_1):
12150         * buffer.c (DEFVAR_BUFFER_LOCAL_1):
12151         * symeval.h (DEFVAR_SYMVAL_FWD):
12152         * symbols.c (guts_of_unbound_marker):
12153         Make all c_readonly objects also lisp_readonly and marked for life.
12154         * lrecord.h (struct lrecord_implementation):
12155         Document flags better.
12156         * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
12157         * lrecord.h (DECLARE_LRECORD):
12158         * lrecord.h (XSETRECORD):
12159         * lrecord.h (RECORDP):
12160         * lrecord.h (RECORD_TYPEP):
12161         * lrecord.h (RECORD_MARKER): New.
12162         * lrecord.h (error_check_*):
12163         * lrecord.h (CONCHECK_NONRECORD):
12164         * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
12165         * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
12166         * lrecord.h (set_lheader_implementation):
12167         * lrecord.h (enum lrecord_type): New.
12168         * symeval.h (SYMBOL_VALUE_MAGIC_P):
12169         * alloc.c (disksave_object_finalization_1):
12170         * alloc.c (mark_object):
12171         * alloc.c (lrecord_type_index):
12172         * alloc.c (tick_lcrecord_stats):
12173         * alloc.c (Fgarbage_collect):
12174         * alloc.c (init_alloc_once_early):
12175         * alloc.c (pdump_load):
12176         * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
12177         * alloc.c (lrecord_type_index): Delete.
12178         Make lisp object type indexes be constant.
12179           Makes (byte-compile) 5% faster.
12180         Put all marker functions into their own array.
12181           Makes (garbage-collect) 5% faster.
12182         Optimize SYMBOL_VALUE_MAGIC_P.
12183           Makes (byte-compile) 2-3% faster.
12184         * config.h.in (gc_checking_assert): New.
12185         * alloc.c: Use gc_checking_assert().
12186         * .dbxrc: Make compatible with new object type implementation.
12187         * .gdbinit: Make compatible with new object type implementation.
12188         * alloc.c: Delete all symbols defined only for debugging, such as
12189         Lisp_Type_Vector and lrecord_charset.
12190
12191 2000-02-21  Andy Piper  <andy@xemacs.org>
12192
12193         * gui-msw.c (Fmswindows_shell_execute): fix file location
12194         problems.
12195
12196         * buffer.c (Fkill_buffer): remove buffer from alist buffer
12197         unshowing so that set_window_buffer doesn't undo
12198         kill_buffer_hook's hard work.
12199
12200         * glyphs-widget.c (tab_control_query_geometry): don't count the
12201         first item when calculating geometry.
12202
12203         * glyphs.c (map_subwindow): remove redundant code.
12204         (update_frame_subwindows): be more circumspect about when to
12205         update subwindows.
12206
12207         * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
12208         when items haven't changed. Update faces if faces have changed as
12209         well as just the widget face.
12210         (x_tab_control_update): Update faces if faces have changed as well
12211         as just the widget face.
12212
12213 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12214
12215         * device-msw.c: (mswindows_delete_device): Remove redundant DDE
12216         registration.
12217         (build_syscolor_string): Use mswindows_color_to_string to try to
12218         get a named color.
12219         (mswindows_device_system_metrics): Reverse the foreground and
12220         background colors so that they match the documentation.
12221
12222         * objects-msw.c: (mswindows_X_color_map): tweak some values so
12223         they match the default Windows palette.
12224         (mswindows_color_to_string): New function.
12225
12226 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12227
12228         * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
12229
12230 2000-02-18  Olivier Galibert  <galibert@pobox.com>
12231
12232         * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
12233         WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
12234
12235         * symbols.c (init_symbols_once_early): Removed obsolete
12236         DATA_SEG_BITS related kludge.
12237         (defvar_magic): Ditto.
12238
12239         * malloc.c: Removed obsolete DATA_SEG_BITS
12240         * ralloc.c: Ditto.
12241         * mem-limits.h: Ditto.
12242
12243         * Makefile.in.in: Removed obsolete HAVE_SHM
12244         * emacs.c: Ditto.
12245
12246 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12247
12248         *  device-msw.c (mswindows_delete_device): Free DDE string
12249         handles.
12250
12251 2000-02-16  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12252
12253         * keymap.c (get_keyelt):
12254         * unexnt.c (unexec):
12255         * vm-limit.c (memory_warnings):
12256         * ntheap.c (recreate_heap):
12257         * ntheap.h (UNINIT_PTR):
12258         * select-msw.c (Fmswindows_get_clipboard):
12259         (Fmswindows_set_clipboard):
12260         * objects-msw.h (MSWINDOWS_BAD_HFONT):
12261         * objects-msw.c:
12262         * menubar-msw.c (displayable_menu_item):
12263         * glyphs-msw.c:
12264         * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
12265         * sysdep.c (sys_subshell):
12266         * process-nt.c (nt_create_process):
12267         * nt.c (normalize_filename):
12268         (dostounix_filename):
12269         (unixtodos_filename):
12270         * ntproc.c (win32_executable_type):
12271         * ntplay.c (play_sound_data_1):
12272         (play_sound_file):
12273         * editfns.c (get_home_directory):
12274         * event-msw.c (struct winsock_stream):
12275         (mswindows_dde_callback):
12276         * device-msw.c (msprinter_init_device):
12277         (msprinter_get_devmode_copy): Frobbed syntax frivolities.
12278
12279         * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
12280         mswindows_clear_toolbar were swapped!
12281
12282         * objects-msw.c:(colormap_t):
12283         (fontmap_t):
12284         * emacs.c (struct standard_args): Fixed const jumble.
12285
12286         * glyphs-widget.c (update_widget): Fixed comparison notation.
12287
12288         * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
12289
12290         * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
12291         __declspec(noreturn) syntax.
12292
12293 2000-02-19  Martin Buchholz  <martin@xemacs.org>
12294
12295         * eldap.c (Fldap_open):
12296         (Fldap_search_basic):
12297         (Fldap_add):
12298         (Fldap_modify):
12299         Use new coding system conversion macros.
12300
12301 2000-01-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
12302
12303         * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
12304
12305 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12306
12307         * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
12308         (Fldap_add, Fldap_modify, Fldap_delete): New functions
12309
12310         * eldap.c (Qadd, Qreplace): New constant symbols
12311         (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
12312         interruptions by XEmacs signals
12313         Remove unnecessary calls to slow_down_interrupts and
12314         speed_up_interrupts
12315         (Fldap_search_basic): Renamed from Fldap_search_internal
12316         Added new optional parameter VERBOSE that triggers the
12317         display of progress messages
12318         Remove unnecessary calls to slow_down_interrupts and
12319         speed_up_interrupts
12320         LDAP result code analysis rewritten
12321         (Fldap_add, Fldap_modify, Fldap_delete): New functions
12322         (syms_of_eldap): Define the new symbols and functions
12323
12324
12325 2000-02-17  Martin Buchholz  <martin@xemacs.org>
12326
12327         * realpath.c: Determine PATH_MAX maximally portably.
12328
12329         * insdel.c (bytecount_to_charcount): Optimize.
12330         The function used to be optimized for entirely ASCII sequences.
12331         Now it is optimized for successive characters from the same
12332         charset.  This also wins big for _mostly_ ASCII sequences.
12333
12334         * fileio.c (Ffile_truename): convert return from realpath() using
12335         Qfile_name, not Qbinary.  Fixes obvious bug with non-ASCII symlinks.
12336         - Rewrite GCPROing slightly.
12337
12338         * sysdep.c (sys_open): Do filename conversion, like all other
12339         sys_* functions.  Fixes bug:
12340         (let ((file-name-coding-system 'iso-8859-2))
12341            (write-region x y latin2-name))
12342         ==> writes filename using internal encoding.
12343
12344 2000-02-18  Martin Buchholz  <martin@xemacs.org>
12345
12346         * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
12347         * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
12348         * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
12349         * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
12350         * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
12351         * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
12352         * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
12353         (CONST_IF_NOT_DEBUG): Delete.
12354         * alloc.c (this_one_is_unmarkable): Delete.
12355         (mark_object): Don't check for this_one_is_unmarkable. Use the
12356         c_readonly flag instead.
12357         * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
12358
12359 2000-02-18  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12360
12361         * event-msw.c (mswindows_drain_windows_queue):
12362         (emacs_mswindows_handle_magic_event): Remove attempt to optimise
12363         away redundant repaint events.
12364
12365 2000-02-17  Andy Piper  <andy@xemacs.org>
12366
12367         * redisplay.h: declare mark_redisplay_structs.
12368
12369         * redisplay.c (redisplay_window):
12370         (redisplay_frame): don't check subwindows_state_changed.
12371         (mark_redisplay): mark gutters here.
12372
12373         * glyphs.c: (instantiate_image_instantiator): always layout if we
12374         haven't done so already.
12375         (allocate_image_instance): don't mark as dirty.
12376         (update_subwindow): bind inhibit_quit.
12377
12378         * gutter.c (mark_gutters): new function.
12379
12380         * glyphs-x.c (x_update_widget): Always resize to get round a
12381         widget bug.
12382
12383         * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
12384         breaking absolutely everything.
12385
12386         * gutter.h: declare mark_gutters.
12387
12388 2000-02-16  Martin Buchholz <martin@xemacs.org>
12389
12390         * XEmacs 21.2.29 is released.
12391
12392 2000-02-15  Olivier Galibert  <galibert@pobox.com>
12393
12394         * fns.c (size_bit_vector): Fix computation of the size.
12395
12396 2000-02-15  Martin Buchholz  <martin@xemacs.org>
12397
12398         * *.[ch]: Change CONST to const globally.
12399         find -name '*.[ch]' | \
12400         xargs global-replace \
12401         's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
12402         - Remove vestigial references to CONST_IS_LOSING
12403
12404 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12405
12406         * event-msw.c (mswindows_drain_windows_queue): Remove hack to
12407         bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
12408         events instead of dispatching them directly.
12409         (mswindows_handle_paint): New function to do repainting.
12410         (mswindows_wnd_proc):
12411         (emacs_mswindows_handle_magic_event): Call above function.
12412
12413 2000-02-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
12414
12415         * objects-msw.c (mswindows_create_font_variant): Return the new
12416         font handle.
12417         (initialize_font_instance): Get font metrics from the underlined
12418         variant of the font to cope with the case where the underlined
12419         font has a bigger descent.
12420
12421 2000-02-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
12422
12423         * gui.c (gui_item_accelerator): Return the first underlined
12424         character in item name.
12425
12426 2000-02-11  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12427
12428         * lisp.h: Added Qprinter.
12429
12430         * general.c (syms_of_general): Initialized it.
12431
12432         * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
12433         (get_frame_dc):
12434         (get_frame_compdc): Made inline.
12435
12436         * console.h (struct console_methods): Added eject_page method.
12437
12438         * frame.h: Added FRAME_DISPLAY_P and friends.
12439         Aligned backslahes in many macros in more readable fashion.
12440         Added page_number to struct frame, and an accessor macro
12441         for it.
12442
12443         * defice.h: Added DEVICE_DISPLAY_P and friends.
12444
12445         * device.c (Fdevice_printer_p): Used these.
12446
12447         * frame.c (allocate_frame_core): Initialize page number.
12448         (Fprint_job_page_number):
12449         (Fprint_job_eject_page): Implemented.
12450
12451         * frame-msw.c (msprinter_eject_page): Added method.
12452         (msprinter_start_page): Added.
12453
12454         * window.c (Fwindow_truncated_p): Fixed docstring.
12455         (Fwindow_last_line_visible_height): Implemented.
12456
12457 2000-02-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
12458
12459         * frame.c (change_frame_size_1): Undo 2000-02-03 change.
12460
12461 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
12462
12463         * syntax.c (scan_words): Always advance at least one character.
12464
12465 2000-02-13  Andy Piper  <andy@xemacs.org>
12466
12467         * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
12468         to make sure the glyph is in the cachels.
12469
12470         * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
12471         global image instance flag.
12472         (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
12473         (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
12474
12475         * glyphs.c (allocate_image_instance): set dirty bits correctly.
12476         (Fset_image_instance_property): mark layout as changed.
12477         (invalidate_glyph_geometry_maybe): mark layout as changed.
12478         (glyph_width): use new NEEDS_LAYOUT macro.
12479         (glyph_ascent): ditto.
12480         (glyph_descent): ditto.
12481         (glyph_height): ditto.
12482         (image_instance_layout): mark layout as clean after laying out.
12483         (update_subwindow): don't mark layout as clean here.
12484
12485         * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
12486         should no longer be needed.
12487
12488         * glyphs-x.c (x_update_widget): sanitize asserts.
12489         (x_finalize_image_instance): sanitize assignment to widgets.
12490
12491         * glyphs-widget.c (widget_instantiate): don't need to clear the
12492         layout flag here.
12493
12494 2000-02-13  Martin Buchholz  <martin@xemacs.org>
12495
12496         * sysdep.c (getcwd): Use standard prototype.
12497         * sysdep.h (getcwd): Use standard prototype.
12498
12499         * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
12500         (sequence, start, end).
12501         Remove redundant type checking.
12502         (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
12503         view of `caller-protects') to avoid a crash where the real fix was
12504         found elsewhere.
12505
12506 2000-02-12  Martin Buchholz  <martin@xemacs.org>
12507
12508         * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
12509
12510         * s/sol2.h: Remove feature macro initialization.
12511
12512         * alloc.c (alloc_lcrecord): Add more type checking assertions.
12513         (vector_hash): New.  Code from internal_hash.
12514         * lrecord.h:
12515         Fix up allocation subsystem comments.
12516
12517         * config.h.in: Add __EXTENSIONS__ for Solaris.
12518
12519         * systime.h (EMACS_GETTIMEOFDAY): New.
12520         (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
12521         Remove Solaris-specific code.
12522         Use void* for the (ignored) second arg for gettimeofday().
12523
12524         * elhash.c (hash_table_hash): Implement it, finally.
12525         * elhash.c:  Use hashcode_t.
12526
12527         * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
12528         * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
12529
12530         * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
12531         * fns.c (size_bit_vector):
12532         * alloc.c (size_vector):
12533         (make_vector_internal):
12534         (make_bit_vector_internal):
12535         (sweep_bit_vectors_1):
12536         Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
12537
12538 2000-02-10  Martin Buchholz  <martin@xemacs.org>
12539
12540         * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
12541         Include strings.h to avoid warnings for bzero and strcasecmp.
12542
12543 2000-02-10  Olivier Galibert  <galibert@pobox.com>
12544
12545         * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
12546         * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
12547
12548         * fns.c (size_bit_vector): New.  Declare bit vectors as a
12549         sequence.
12550
12551 2000-02-10  Olivier Galibert  <galibert@pobox.com>
12552
12553         * symeval.h (struct symbol_value_magic): Remove "next" kludge and
12554         use a value field instead.
12555         (symbol_value_forward_forward): Use value field.
12556         (DEFVAR_SYMVAL_FWD): Use value field.
12557         (DEFVAR_SYMVAL_FWD_INT): Added.  Dumps the int with dumpopaque.
12558         (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
12559         (DEFVAR_CONST_INT): Ditto.
12560         (DEFVAR_BOOL): Ditto.
12561         (DEFVAR_CONST_BOOL): Ditto.
12562         (DEFVAR_INT_MAGIC): Ditto.
12563         (DEFVAR_BOOL_MAGIC): Ditto.
12564
12565         * symbols.c (guts_of_unbound_marker): Use value field.
12566         * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
12567         * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
12568
12569         * lisp.h: Declare dumpopaque and noninteractive1.
12570
12571         * alloc.c (dumpopaque): Added.
12572         (pdump_dump_opaquevec): Added.
12573         (pdump): Call pdump_dump_opaquevec to dump opaque data.
12574         (pdump_load): Reload opaque data.  Sync noninteractive1 with
12575         noninteractive.
12576
12577 2000-02-10  Andy Piper  <andy@xemacs.org>
12578
12579         * glyphs.c (image_instance_layout): if the size changes, mark it
12580         as such.
12581
12582         * redisplay-output.c (redisplay_output_layout): Update the
12583         subwindow here.
12584         (redisplay_output_subwindow): ditto.
12585
12586         * glyphs.c (update_subwindow): make sure we reset flags for
12587         layouts as well as everything else.
12588
12589         * glyphs-widget.c (layout_layout): don't need to set the instances
12590         dimensions here.
12591
12592 2000-02-09  Martin Buchholz  <martin@xemacs.org>
12593
12594         * device-x.c (x_init_device): Wrap calls to dll_*  in HAVE_SHLIB,
12595         not HAVE_DLOPEN, which is a lower-level thing.
12596
12597         * .cvsignore: Ignore gmon.out
12598
12599 2000-02-09  Hamish Macdonald <hamishm@lucent.com>
12600
12601         * .cvsignore: Ignore portable dumper xemacs.dmp file
12602
12603 2000-02-09  Andy Piper  <andy@xemacs.org>
12604
12605         * redisplay-output.c (redisplay_output_layout): be more clever
12606         about when we output based on the changed flags.
12607
12608         * glyphs.h (struct image_instantiator_methods): add update_method.
12609         (struct Lisp_Image_Instance): add changed flags. Declare new
12610         macros for manipulating them.
12611
12612         * glyphs.c (allocate_image_instance): renamed glyph -> parent.
12613         (image_instance_parent_glyph): find an image_instance's parent
12614         glyph or image_instance.
12615         (image_instance_layout): mark the size as changed.
12616         (set_image_instance_dirty_p): new function. mark an image
12617         instance, plus all of its parents, as dirty.
12618         (Fset_image_instance_property): use it.
12619         (Fglyph_animated_timeout_handler): use it.
12620         (update_subwindow): call update_widget and device methods for
12621         update_subwindow. Mark all changed flags as clean.
12622         (Fresize_subwindow): mark size as changed.
12623
12624         * glyphs-x.c (x_finalize_image_instance): try and detect gc
12625         failures.
12626         (x_update_subwindow): only resize subwindows here.
12627         (x_update_widget): new function. Update all changed properties of
12628         a widget.
12629         (x_resize_subwindow): deleted.
12630         (x_widget_set_property): deleted.
12631         (x_progress_gauge_set_property): deleted.
12632         (x_progress_gauge_update): new function. Implement recorded
12633         changes.
12634         (x_tab_control_update): ditto.
12635         (x_tab_control_set_property): deleted.
12636         (console_type_create_glyphs_x): declare new functions.
12637         (image_instantiator_format_create_glyphs_x): ditto.
12638
12639         * glyphs-widget.c (widget_set_property): mark text changed.
12640         (update_widget): new function. Update properties of a widget.
12641         (widget_instantiate): for layouts make sure we set their
12642         children's parent correctly.
12643         (tab_control_set_property): new function. Record changes that will
12644         take place under redisplay's control.
12645         (progress_gauge_set_property): ditto.
12646         (image_instantiator_progress_guage): declare new functions.
12647         (image_instantiator_tab_control): ditto.
12648
12649         * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
12650         now.
12651         (mswindows_update_widget): new function. Update all properties on
12652         a widget that have changed.
12653         (mswindows_button_update): new function. Update a button's set
12654         state.
12655         (mswindows_tab_control_update): new function. Update the items in
12656         a tab.
12657         (mswindows_tab_control_set_property): deleted.
12658         (mswindows_progress_gauge_update): new function. Update the
12659         progress gauge's progress.
12660         (mswindows_widget_set_property): deleted. This is all done
12661         asynchronously now.
12662         (mswindows_progress_gauge_set_property): ditto.
12663         (console_type_create_glyphs_mswindows): declare new methods.
12664         (image_instantiator_format_create_glyphs_mswindows): ditto.
12665
12666         * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
12667         (msprinter_set_frame_properties): ditto.
12668
12669         * console.h (struct console_methods): Add update_widget_method.
12670
12671 2000-02-09  Andy Piper  <andy@xemacs.org>
12672
12673         * gui-msw.c (Fmswindows_shell_execute): Make
12674         mswindows-shell-execute industrial strength.
12675
12676 2000-02-08  Martin Buchholz  <martin@xemacs.org>
12677
12678         * lrecord.h: Make macro argument `props' match member function `plist'.
12679         * fns.c (Fget):
12680         * fns.c (Fput):
12681         * fns.c (Fremprop):
12682         * fns.c (Fobject_plist):
12683         * alloc.c:
12684         * symbols.c:
12685         Object property list frobbing cleanup.
12686         - Allow any lisp object (compared with `eq'), not just symbols, as
12687           keys in object plists.
12688         - Move symbol plist frobbing into symbols.c, where it belongs.
12689         - Move string plist frobbing into alloc.c, where it belongs.
12690         - Everything's an lrecord now, so no need to test for symbolp, etc.
12691         - Fix up doc strings to refer to PROPERTY, not PROPNAME.
12692
12693         * extents.c: Reorder code to remove declarations.
12694
12695         * frame.h (store_in_alist): Remove useless declaration.
12696
12697 2000-02-07  Martin Buchholz  <martin@xemacs.org>
12698
12699         * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
12700         * config.h.in: Add HAVE_XCONVERTCASE.
12701
12702 2000-02-07  Andy Piper  <andy@xemacs.org>
12703
12704         * glyphs.c (image_instance_layout): undo 2000-01-29 change since
12705         it breaks many things.
12706
12707 2000-02-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
12708
12709         * src/syntax.h (SYNTAX_START_P): Check whether the two chars
12710         actually can start a common comment type.
12711         * src/syntax.h (SYNTAX_END_P): ditto for end.
12712
12713 2000-02-07  Martin Buchholz <martin@xemacs.org>
12714
12715         * XEmacs 21.2.28 is released.
12716
12717 2000-02-06  Martin Buchholz  <martin@xemacs.org>
12718
12719         * event-Xt.c (x_keysym_to_character): New.
12720         (maybe_define_x_key_as_self_inserting_character): New.
12721         (x_has_keysym): New.
12722         Auto-define all keys on the keyboard as self-insert-key.
12723
12724 2000-02-02  Martin Buchholz  <martin@xemacs.org>
12725
12726         * menubar.c (vars_of_menubar): A small code simplification.
12727
12728         * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
12729
12730         * ExternalShell.c:
12731         * ExternalClient.c:
12732         * EmacsShell-sub.c:
12733         * EmacsManager.c:
12734         * EmacsFrame.c:
12735         Use consistent style for specifying X resources.
12736
12737         * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
12738         This makes (dontusethis-set-symbol-value-handler) actually usable.
12739
12740         * lrecord.h (lrecord_decription_type):
12741         * alloc.c (pdump_register_sub):
12742         (pdump_dump_data):
12743         (pdump_reloc_one):
12744         Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
12745         Comply with XEmacs coding style.
12746         All lrecord descriptions updated to use XD_LISP_OBJECT with 2
12747         args, and XD_LISP_OBJECT_ARRAY with 3 args.
12748
12749         * keymap.c (Faccessible_keymaps):
12750         Make (accessible-keymaps map "\C-h") do the Right Thing.
12751         Make (accessible-keymaps map []) do the Right Thing.
12752         Make (accessible-keymaps map "") do the Right Thing.
12753         (check_keymap_definition_loop): New function.
12754         (keymap_store_internal): Keep luser from shooting self in foot,
12755           via (define-key ctl-x-4-map "p" global-map).
12756         Remove fullness slot from struct Lisp_Keymap, since hash tables
12757         are now reliable.
12758         (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
12759
12760 2000-01-30  Martin Buchholz  <martin@xemacs.org>
12761
12762         * redisplay.c (init_redisplay): Fix small memory leak.
12763         * elhash.h:
12764         * elhash.c (pdump_reorganize_hash_table):
12765         Rename from reorganize_hash_table. Change prototype.
12766         Reuse the original memory for hentries.  Save 100k.
12767         * alloc.c (PDUMP_READ): new macro.
12768         * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
12769         * alloc.c: No need to #ifndef before #undef.
12770
12771         * print.c: Allow debug_print() to print readably by modifying
12772         debug_print_readably.  Use consistent variable names.
12773
12774         * .dbxrc: Try to get things to work even if stopped in a function
12775         without source available by explicitly specifying source files.
12776 2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12777
12778         * unexnt.c (_start): Removed bogus code which caused loading heap
12779         from differrent executable file.
12780         Removed bogus assignment to _fmode, which caused inconsistencies.
12781
12782 2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12783
12784         * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
12785         Have spawnve encapsulation regard DONT_ENCAPSULATE.
12786         Do not preliminary `#define signal sigset'.
12787
12788         * systime.h: Do not prototype environ on windows nt and cygwin,
12789         this conflicts with system header.
12790
12791         * syssignal.h: Use correct define for WINDOWSNT
12792
12793         * sysdep.h: Do not prototype environ on windows nt, this conflicts
12794         with system header.
12795
12796         * sysdep.c (near start of file): Fixed commentary and rearranged
12797         ifdefs in readable order.
12798         (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
12799         (start_of_text):
12800         (end_of_text):
12801         (end_of_data): Do not compile in if using PDUMP.
12802
12803         * symsinit.h: Prototyped vars_of_nt().
12804
12805         * ntproc.c (windows9x_p): Added, instead of os_subtype.
12806         (find_child_console): Use it.
12807         (sys_kill): Use it.
12808
12809         * ntheap.h: Do not extern os_subtype.
12810
12811         * ntheap.c (cache_system_info): Do not cache unneeded:
12812         nt_major_version, nt_minor_version and os_subtype.
12813         (recreate_heap): Do not compile in when PDUMPing.
12814
12815         * nt.c (geteuid and friends): Use the new varibale
12816         nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
12817         (init_user_info): Removed the above mentioned hackery.
12818         (fstat, stat): Do not compile in if using MSVC 5.0 and above -
12819         stat has been fixed in the C runtime.
12820         (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
12821
12822         * file-coding.c (struct file_coding_dump): Do not define
12823         ucs_to_mule_table in the struct if not MULE.
12824         (struct struct lrecord_description fcd_description_1): Do not dump
12825         the above.
12826
12827         * emacs.c (main_1): Call vars_of_nt().
12828         (right before Fdump_emacs_data): Don't need lastfile if using both
12829         portabe dumper and system malloc.
12830
12831         * alloc.c (Fmemory_limit): Conditionalized out.
12832         (pdump): Use OPEN_BINARY for the portable dump file.
12833         (pdump_load): Ditto.
12834
12835 2000-02-02  Mike Alexander  <mta@arbortext.com>
12836
12837         * nt.c (convert_time): Set tm_isdst before calling mktime and
12838         avoid calling it at all if the compiler supports 64 bit integers.
12839         Also initialize utc_base_ft before using it.
12840
12841 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
12842
12843         * frame.c (change_frame_size_1): Take f->internal_border_width
12844         into consideration when calculating the width of the frame.
12845
12846 2000-02-01  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12847
12848         * window.c (frame_min_height):
12849         (frame_size_valid_p):
12850         (frame_pixsize_valid_p): Added.
12851         (check_frame_size): Generalized.
12852
12853         * window.h: Prototyped the above.
12854
12855         * lisp.h:
12856         * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
12857         Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
12858         Deleted Vwin32_* and Vbinary_process_* unused variables.
12859
12860         * device-msw.c (msprinter_init_device): Do not get printer font
12861         list; Added DEVMODE functions.
12862
12863         * frame-msw.c: Added lots of printer code.
12864
12865         * faces.c: Moved 'left-margin and 'right-margin defsymbols to
12866         general.c.
12867
12868         * console-msw.h: Added more msprinter device private slots.
12869
12870 2000-02-01  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12871
12872         * event-msw.c (key_needs_default_processing_p): Added.
12873         (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
12874
12875 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12876
12877         * glyphs.c (image_instance_layout): Mark image instance as clean
12878         after layout.
12879         (glyph_dirty_p): Removed redundant function.
12880         (invalidate_glyph_geometry_maybe): Added.
12881         (update_glyph_cachel_data): Call it.
12882
12883         * glyphs.h: Prototyped it.
12884
12885         * redisplay.c (add_glyph_rune): Call it.
12886         (redisplay_window): Reset glyphs cachels when frame faces have
12887         changed, thus forcing recomputation of built-in border glyphs.
12888
12889 2000-01-30  Martin Buchholz  <martin@xemacs.org>
12890
12891         * Makefile.in.in: Make portable dumper and purify play well together.
12892         Add imperfect, but better than nothing, support for pdump.
12893         Remove xemacs.dmp when temacs is re-generated.
12894         Don't ignore errors when dumping xemacs.
12895
12896         * symbols.c (maybe_call_magic_handler): Remove one magic number.
12897
12898 2000-01-28  Andy Piper  <andy@xemacs.org>
12899
12900         * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
12901         (setup_normal_frame): ditto.
12902         (setup_frame_without_minibuffer): ditto.
12903         (setup_minibuffer_frame): ditto.
12904         (delete_frame_internal): ditto.
12905         (Fmake_frame_invisible): ditto.
12906         (Ficonify_frame): ditto.
12907
12908         * window.h: change Fset_window_buffer signature.
12909
12910         * window.c (Fsplit_window): Use new Fset_window_buffer signature.
12911         (Fset_window_buffer): allow recording of buffer if the window is
12912         the selected window.
12913         (window_loop): Use new Fset_window signature.
12914
12915 2000-01-23  Daniel Pittman  <daniel@danann.net>
12916
12917         * config.h.in: Added template for `HAVE_ATHENA_3D'
12918
12919 2000-01-29  Andy Piper  <andy@xemacs.org>
12920
12921         * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
12922
12923         * gutter.c (output_gutter): Don't output if the window isn't live.
12924
12925 2000-01-28  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12926
12927         * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
12928         of 01/12/00: Moved SetFocus back here where it belongs.
12929
12930 2000-01-23  Andy Piper  <andy@xemacs.org>
12931
12932         * s/cygwin32.h: declare printer things.
12933
12934 2000-01-26  Andy Piper  <andy@xemacs.org>
12935
12936         * select.c (Fown_selection_internal): GCPRO bug fix from Mike
12937         Alexander.
12938
12939 2000-01-24  Andy Piper  <andy@xemacs.org>
12940
12941         * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
12942         (mswindows_button_instantiate): Make sure glyph is a pixmap.
12943
12944         * glyphs-widget.c (widget_instantiate): Avoid shadows.
12945
12946         * frame-msw.c (msprinter_init_frame_3): Nuke warning.
12947
12948         * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
12949
12950         * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
12951         (mswindows_output_display_block): Avoid local shadows.
12952
12953         * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
12954         (mswindows_enqueue_mouse_button_event): ditto.
12955         (mswindows_handle_gui_wm_command): remove declaration.
12956
12957         * console-msw.c (mswindows_canonicalize_console_connection): Avoid
12958         warnings.
12959
12960         * console-msw.h: Avoid shadows.
12961         (mswindows_get_toolbar_button_text):
12962         (emacs_mswindows_create_stream_pair):
12963         (emacs_mswindows_delete_stream_pair):
12964         (mswindows_handle_toolbar_wm_command): declare.
12965
12966         * device-msw.c (build_syscolor_string): Avoid shadows.
12967
12968 2000-01-23  Andy Piper  <andy@xemacs.org>
12969
12970         * glyphs-widget.c (widget_instantiate): reverse the items for
12971         layouts so that children are in the expected order.
12972
12973 2000-01-28  Martin Buchholz  <martin@xemacs.org>
12974
12975         * ralloc.c: safe_bcopy ==> memmove
12976         * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
12977         * s/msdos.h: Remove BCOPY macros.
12978         * insdel.c (gap_right): Remove BCOPY conditional code.
12979         * insdel.c (gap_left): Remove BCOPY conditional code.
12980         XEmacs demands a working ANSI C compiler - hence memmove.
12981
12982         * regex.c (regex_compile): Remove accidental use of trigraphs.
12983
12984 2000-01-27  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12985
12986         * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
12987         event timestamp.
12988
12989 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
12990
12991         * event-msw.c (mswindows_drain_windows_queue): Added the
12992         parameter.
12993         (mswindows_need_event): Commented the call to
12994         mswindows_drain_windows_queue().
12995         (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
12996         only.
12997
12998         * console-msw.h: Moved a few function prototypes here from
12999         event-msw.c.
13000
13001         * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
13002         parameter from unsigned short to unsigned long.
13003         (Fmswindows_shell_execute): Added return value.
13004
13005 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
13006
13007         * sysdep.c (init_system_name):
13008           process-unix.c (unix_canonicalized_host_name):
13009         Don't call freeaddrinfo() if getaddrinfo() fails.
13010
13011         * process-unix.c (unix_open_unix_network_stream):
13012         Moved the code to get a port # into address loop.
13013
13014 2000-01-27  Martin Buchholz  <martin@xemacs.org>
13015
13016         * buffer.c (reinit_vars_of_buffer):
13017         The right place to initialize conversion_in_dynarr and
13018         conversion_out_dynarr.
13019
13020         * alloc.c (pdump): Use the real open() till sys_open() is functional.
13021
13022         * process-unix.c (unix_canonicalize_host_name): Muleize.
13023         (unix_open_network_stream): Muleize.
13024
13025         * buffer.h: Fix up prototypes for ralloc.c functions.
13026
13027 2000-01-27  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
13028         * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
13029         * sysdep.c: In init_system_name(), add code to use getaddrinfo()
13030                 instead of gethostbyname()
13031         * process-unix.c: In unix_canonicalize_host_name() and
13032                 unix_open_network_stream(), add code to use getaddrinfo()
13033                 instead of gethostbyname().
13034
13035 2000-01-27  Daniel Pittman <daniel@danann.net>
13036
13037         * device-x.c (x_init_device): Warn at run-time if using Athena 3d
13038         libs when built with flat Athena.
13039
13040 2000-01-27  Martin Buchholz  <martin@xemacs.org>
13041
13042         * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
13043         Use coding standards for function prototypes.
13044
13045 2000-01-25  Martin Buchholz  <martin@xemacs.org>
13046
13047         * dialog-msw.c (push_lisp_string_as_unicode):
13048         * doc.c (unparesseuxify_doc_string):
13049         * dired.c (Fuser_name_completion_1):
13050         * dired.c (Fuser_name_all_completions):
13051         * dired.c (free_user_cache):
13052         * dired.c (user_name_completion):
13053         * console-x.c (get_display_arg_connection):
13054         * minibuf.c (clear_echo_area_internal):
13055         * minibuf.c (echo_area_append):
13056         * eldap.c (Fldap_open):
13057         * eldap.c (Fldap_search_internal):
13058         * frame-x.c (x_set_frame_text_value):
13059         * frame-x.c (x_set_frame_properties):
13060         * frame-x.c (x_create_widgets):
13061         * redisplay-tty.c (term_get_fkeys_1):
13062         * objects-x.c (x_parse_nearest_color):
13063         * objects-x.c (x_valid_color_name_p):
13064         * objects-x.c (x_initialize_font_instance):
13065         * objects-x.c (x_list_fonts):
13066         * objects-x.c (x_find_charset_font):
13067         * tooltalk.c (Fadd_tooltalk_message_arg):
13068         * tooltalk.c (Fadd_tooltalk_pattern_attribute):
13069         * tooltalk.c (Fadd_tooltalk_pattern_arg):
13070         * process-unix.c (unix_create_process):
13071         * ntproc.c (sys_spawnve):
13072         * sound.c (Fplay_sound_file):
13073         * sound.c (Fplay_sound):
13074         * buffer.c (init_initial_directory):
13075         * buffer.c (init_buffer):
13076         * editfns.c (init_editfns):
13077         * editfns.c (Ftemp_directory):
13078         * editfns.c (Fuser_full_name):
13079         * editfns.c (uncache_home_directory):
13080         * editfns.c (get_home_directory):
13081         * editfns.c (Fuser_home_directory):
13082         * editfns.c (Fformat_time_string):
13083         * editfns.c (Fcurrent_time_string):
13084         * gui-x.c (button_item_to_widget_value):
13085         * database.c (Fopen_database):
13086         * event-Xt.c (x_to_emacs_keysym):
13087         * event-Xt.c (x_event_to_emacs_event):
13088         * event-Xt.c (describe_event_window):
13089         * event-msw.c (mswindows_wnd_proc):
13090         * glyphs-eimage.c (jpeg_instantiate):
13091         * glyphs-eimage.c (gif_instantiate):
13092         * glyphs-eimage.c (png_instantiate):
13093         * glyphs-eimage.c (tiff_instantiate):
13094         * glyphs-x.c (xbm_instantiate_1):
13095         * glyphs-x.c (x_xbm_instantiate):
13096         * glyphs-x.c (x_xface_instantiate):
13097         * glyphs-x.c (autodetect_instantiate):
13098         * glyphs-x.c (cursor_font_instantiate):
13099         * glyphs-x.c (x_widget_instantiate):
13100         * glyphs-x.c (x_widget_set_property):
13101         * glyphs-x.c (x_widget_property):
13102         * glyphs-x.c (BUILD_GLYPH_INST):
13103         * print.c (write_string_to_stdio_stream):
13104         * print.c (output_string):
13105         * print.c (Falternate_debugging_output):
13106         * print.c (Fexternal_debugging_output):
13107         * glyphs-msw.c (extract_xpm_color_names):
13108         * glyphs-msw.c (mswindows_xpm_instantiate):
13109         * glyphs-msw.c (bmp_instantiate):
13110         * glyphs-msw.c (resource_name_to_resource):
13111         * glyphs-msw.c (mswindows_resource_instantiate):
13112         * glyphs-msw.c (xbm_instantiate_1):
13113         * glyphs-msw.c (mswindows_xbm_instantiate):
13114         * glyphs-msw.c (mswindows_xface_instantiate):
13115         * glyphs-msw.c (mswindows_widget_instantiate):
13116         * glyphs-msw.c (add_tree_item):
13117         * glyphs-msw.c (add_tab_item):
13118         * glyphs-msw.c (mswindows_combo_box_instantiate):
13119         * glyphs-msw.c (mswindows_widget_property):
13120         * glyphs-msw.c (mswindows_combo_box_property):
13121         * glyphs-msw.c (mswindows_widget_set_property):
13122         * console.c (stuff_buffered_input):
13123         * objects-msw.c (mswindows_initialize_color_instance):
13124         * objects-msw.c (mswindows_valid_color_name_p):
13125         * objects-msw.c (mswindows_list_fonts):
13126         * objects-msw.c (mswindows_font_instance_truename):
13127         * bytecode.c (optimize_compiled_function):
13128         * select-x.c (symbol_to_x_atom):
13129         * select-x.c (x_atom_to_symbol):
13130         * select-x.c (hack_motif_clipboard_selection):
13131         * select-x.c (selection_data_to_lisp_data):
13132         * select-x.c (lisp_data_to_selection_data):
13133         * select-x.c (Fx_get_cutbuffer_internal):
13134         * select-x.c (Fx_store_cutbuffer_internal):
13135         * buffer.h (TO_EXTERNAL_FORMAT): New function.
13136         * buffer.h (TO_INTERNAL_FORMAT): New function.
13137         * emacs.c (make_arg_list_1):
13138         * emacs.c (make_argc_argv):
13139         * emacs.c (main_1):
13140         * emacs.c (Fdump_emacs):
13141         * emacs.c (split_string_by_emchar_1):
13142         * file-coding.h:
13143         * lisp.h:
13144         * lstream.h:
13145         * symsinit.h:
13146         * device-x.c (x_init_device):
13147         * device-x.c (Fx_valid_keysym_name_p):
13148         * device-x.c (Fx_get_font_path):
13149         * device-x.c (Fx_set_font_path):
13150         * glyphs.c (bitmap_to_lisp_data):
13151         * glyphs.c (pixmap_to_lisp_data):
13152         * alloc.c (make_ext_string): Use coding system arguments.  Update
13153         all callers.
13154         * alloc.c (build_string):
13155         * callproc.c (child_setup):
13156         * callproc.c (init_callproc):
13157         * fileio.c (lisp_strerror):
13158         * fileio.c (directory_file_name):
13159         * fileio.c (Fexpand_file_name):
13160         * fileio.c (Ffile_truename):
13161         * fileio.c (Fsysnetunam):
13162         * fileio.c (Fdo_auto_save):
13163         * sysdep.c (sys_readdir):
13164         * tests.c: New file.  Allow adding C tests.
13165         Replace GET_* macros with a more comprehensible and flexible
13166         interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
13167         Modify all calls.
13168         Any coding system can be used to do format conversion.
13169         Eliminate enum external_data_format.
13170         Eliminate convert_to_external_format.
13171         Eliminate convert_to_internal_format.
13172         Make sure file-name, keyboard, terminal, and ctext are always
13173         defined as coding systems or aliases.  Make
13174         file-name-coding-system, terminal-coding-system, and
13175         keyboard-coding-system magical variables that are equivalent to
13176         defining the corresponding coding system aliases.
13177
13178         * file-coding.c (Fcoding_system_canonical_name_p): New function.
13179         * file-coding.c (Fcoding_system_alias_p): New function.
13180         * file-coding.c (Fcoding_system_aliasee): New function.
13181         * file-coding.c (append_suffix_to_symbol): New function.
13182         * file-coding.c (dangling_coding_system_alias_p): New function.
13183         * file-coding.c (Ffind_coding_system):
13184         * file-coding.c (Fcopy_coding_system):
13185         * file-coding.c (encode_coding_no_conversion):
13186         * file-coding.c (syms_of_file_coding):
13187         * file-coding.c (vars_of_file_coding):
13188         Rewrite coding system alias code.
13189         Allow nested aliases, like symbolic links.
13190         Allow redefinition of coding system aliases.
13191         Prevent existence of dangling coding system aliases.
13192
13193         * dired.c (Fuser_name_completion_1):
13194         * dired.c (Fuser_name_all_completions):
13195         A crash would happen if user did QUIT in the middle of building
13196         user_name_cache.  Remove redundant code in mainline and unwind_protect.
13197
13198         * lisp.h:
13199         * dynarr.c (Dynarr_min_size): Make static.  Increase value to 8.
13200
13201         * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
13202         an unsigned char *.  Update all callers.
13203
13204 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13205
13206         * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
13207
13208 2000-01-25  Martin Buchholz  <martin@xemacs.org>
13209
13210         * elhash.c (hentry_description): Use more portable definition.
13211         (resize_hash_table): Initialize new hentries using
13212         xnew_array_and_zero, thereby simplifying the code.
13213
13214         * mule-charset.c (make_charset): Make sure entire object is
13215         initialized, to avoid Purify warnings.
13216
13217         * alloc.c (resize_string): Fix unlikely crash with big strings.
13218
13219 2000-01-24  Martin Buchholz  <martin@xemacs.org>
13220
13221         * realpath.c (xrealpath):
13222         Don't call getwd().
13223
13224 2000-01-25  Martin Buchholz  <martin@xemacs.org>
13225
13226         * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
13227
13228 1999-12-28  Max Matveev  <max@melbourne.sgi.com>
13229
13230         * unexelfsgi.c (unexec): Change the way we decide which segment
13231         should be extended.
13232
13233         Assumption that .bss section should be outside the PT_LOADable
13234         segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
13235         it's present) is inside the 'data' segment. This would fail the
13236         test which was used to find a segment to grow and cover new
13237         heap. Instead of this assumption, I created another one - on IRIX
13238         the segment to grow should start below .bss and it's address
13239         should extent above the end of .bss. Once this segment is
13240         identified, it's grown to accommodate the new heap and new
13241         zero-length .bss section is added at the end of .data2.
13242
13243 2000-01-25  Martin Buchholz  <martin@xemacs.org>
13244
13245         * eval.c (Feval): Wrong number of arguments should use original
13246         function, not the indirect_function version of it.
13247
13248 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
13249
13250         * glyphs-x.c (x_button_instantiate): Don't add image if
13251         it is not a pixmap.
13252         (x_locate_pixmap_file): Call Fexpand_file_name when file name
13253         is relative.
13254
13255 2000-01-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
13256
13257         * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
13258         declaration.
13259         (DEFVAR_INT_MAGIC): Ditto.
13260         (DEFVAR_BOOL_MAGIC): Ditto.
13261         * glyphs.h: Reindent backslash.
13262
13263 2000-01-24  Martin Buchholz  <martin@xemacs.org>
13264
13265         * glyphs-widget.c (layout_query_geometry):
13266         (layout_layout): Use correct types for gheight, gwidth.
13267
13268 2000-01-24  Martin Buchholz  <martin@xemacs.org>
13269
13270         * EmacsManager.c (QueryGeometry): Purified.
13271
13272 2000-01-23  Martin Buchholz  <martin@xemacs.org>
13273
13274         * alloc.c (make_float): Make sure entire object is initialized, to
13275         avoid Purify warnings.
13276         (pdump_register_sub): Remove useless assignment.
13277         (pdump): Use xmalloc, not malloc.
13278         (pdump_load): Use xmalloc, not malloc.
13279
13280 2000-01-23  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13281
13282         * callproc.c:
13283         * dired-msw.c:
13284         * fileio.c:
13285         * process-nt.c:
13286         * redisplay-msw.c:
13287         * sysdep.c: Removed redundant #include <windows.h>
13288
13289 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13290
13291         * frame.c (delete_frame_internal): Do not delete device when its
13292         implementation so declares.
13293         (delete_frame_internal): Set device selected frame to nil when
13294         last frame goes away.
13295
13296         * device-msw.c (msprinter_device_system_metrics): Implemented.
13297         (mswindows_device_system_metrics): Added 'device-dpi property.
13298
13299         * device.c: (Fdevice_printer_p): Added.
13300         Added 'offset-workspace device metric.
13301
13302         * console.h (device_metrics): Declared DM_offset_workspace.
13303
13304 2000-01-23  Martin Buchholz  <martin@xemacs.org>
13305
13306         * fileio.c (Ffile_truename): Remove pointless and confusing
13307         initialization of elen.
13308
13309         * glyphs-widget.c: Compiler warning fixes.
13310
13311 2000-01-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
13312
13313         * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
13314         instead of a Lisp_Object as argument to make it consistent with
13315         the other LIVE_P macros.
13316         (CHECK_LIVE_PROCESS): New macro.
13317
13318         * process.c: Declare Qprocess_live_p.
13319         (Fprocess_live_p): New function.
13320         (create_process): Use PROCESS_LIVE_P.
13321         (read_process_output): Ditto.
13322         (set_process_filter): Ditto.
13323         (Fdelete_process): Ditto.
13324         (kill_buffer_processes): Ditto
13325         (process_send_signal): Use CHECK_LIVE_PROCESS.
13326         (Fprocess_input_coding_system): Check whether process is still
13327         alive (fix PR#1061).
13328         (Fprocess_output_coding_system): Ditto.
13329         (Fprocess_coding_system): Ditto.
13330         (Fset_process_input_coding_system): Ditto.
13331         (Fset_process_output_coding_system): Ditto.
13332
13333 2000-01-23  Andy Piper  <andy@xemacs.org>
13334
13335         * glyphs.h (struct Lisp_Image_Instance): change format by unifying
13336         layout and widget.
13337
13338         * glyphs.c (mark_image_instance): take into account changed
13339         image_instance format.
13340         (image_instance_equal): ditto.
13341         (image_instance_hash): ditto.
13342
13343         * glyphs-widget.c (widget_instantiate): Incorporate layout
13344         instantiation here. Delay layout of the layout until later.
13345         (layout_instantiate): deleted.
13346         (layout_query_geometry): new function. get the geometry of a
13347         layout.
13348         (layout_layout): layout a layout dynamically.
13349         (image_instantiator_widget): New function - splitting up
13350         image_instantiator_format_create_glyphs_widget for netwinder
13351         compilation.
13352         (image_instantiator_buttons):
13353         (image_instantiator_edit_fields):
13354         (image_instantiator_combo_box):
13355         (image_instantiator_scrollbar):
13356         (image_instantiator_progress_guage):
13357         (image_instantiator_tree_view):
13358         (image_instantiator_tab_control):
13359         (image_instantiator_labels):
13360         (image_instantiator_layout): ditto.
13361         (image_instantiator_format_create_glyphs_widget): Call preceding
13362         functions.
13363
13364 2000-01-22  Martin Buchholz  <martin@xemacs.org>
13365
13366         * process.c (Fset_process_coding_system):
13367         * device-x.c (Fx_keysym_hash_table):
13368         Docstring fixes.
13369
13370         * lstream.c (Lstream_write): Return documented value, not 0.
13371
13372         * fileio.c (directory_file_name):
13373         (Fsubstitute_in_file_name):
13374         (Fsubstitute_insert_file_contents_internal):
13375         (Fwrite_region_internal):
13376         * emacs.c:
13377         * sysdep.c:
13378         * getloadavg.c:
13379         * systty.h:
13380         Remove vestigial APOLLO-conditional code.
13381
13382 2000-01-21  Martin Buchholz  <martin@xemacs.org>
13383
13384         * getpagesize.h: Add guard macros.
13385         * libsst.h: Add guard macros.
13386         * libst.h: Add guard macros.
13387         * line-number.h: Add guard macros.
13388         * ndir.h: Add guard macros.
13389         * sysfloat.h: Add guard macros.
13390         * sysfile.h: Add guard macros.
13391         * sysproc.h: Add guard macros.
13392         * syswait.h: Add guard macros.
13393         * xintrinsic.h: Add guard macros.
13394         * xintrinsicp.h: Add guard macros.
13395         * xmmanager.h: Add guard macros.
13396         * xmmanagerp.h: Add guard macros.
13397         * xmprimitive.h: Add guard macros.
13398         * xmu.h: Add guard macros.
13399         * gpmevent.h: Add copyright statement. Add guard macros.
13400         * miscplay.h: Add guard macros.
13401         * *.h: Use consistent C-standards-approved guard macro names.
13402
13403         * opaque.c (make_opaque): Switch parameter order.
13404         * opaque.h (make_opaque): Switch parameter order.
13405         Update all callers.
13406         * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
13407
13408         * config.h.in (type_checking_assert): Added.
13409         (bufpos_checking_assert): Added.
13410
13411 2000-01-21  Martin Buchholz  <martin@xemacs.org>
13412
13413         * alloc.c: Harmless pdump changes.
13414         - Use countof().
13415         - spell alignment correctly.
13416         * sysdep.c: Use countof()
13417
13418 2000-01-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13419
13420         * console.c (create_console): Use CONMETH_OR_GIVEN when calling
13421         initially_selected_for_input() console method, default to 0.
13422         (semi_canonicalize_console_connection): Try to delegate to
13423         canonicalize_console_connection if no such console method.
13424         (canonicalize_console_connection): Vice versa.
13425         (print_console): Do not print nil connection.
13426
13427         * console.h (XDEVIMPF_IS_A_PRINTER): Added.
13428         (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
13429         (XDEVIMPF_FRAMELESS_OK): Added.
13430         (CONSOLE_INHERITS_METHOD): Added.
13431
13432         * console-msw.c (mswindows_canonicalize_console_connection):
13433         Added.
13434         (mswindows_canonicalize_device_connection): Added.
13435
13436         * console-msw.h (struct msprinter_device): Added this struct and
13437         accessor macros.
13438         (mswindows_device): Made fontlist a lisp object.
13439
13440         * device.c (semi_canonicalize_device_connection):  Try to delegate
13441         to canonicalize_device_connection if no such console method.
13442         (canonicalize_device_connection): Vice versa.
13443         (print_device): Do not print nil connection.
13444
13445         * device-msw.c (mswindows_init_device): Call InitCommonControls
13446         when have widgets.
13447         (mswindows_delete_device): Removed fontlist deallocation.
13448         (mswindows_mark_device): Added.
13449
13450         * events.c (event_equal): Added abort() at unreached code.
13451         (event_hash): Ditto.
13452
13453         * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
13454         fallback tags of Windows devices.
13455
13456         * general.c (syms_of_general): Initialized Qmsprinter.
13457
13458         * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
13459         of fallback tags of Windows devices.
13460
13461         * lisp.h: Declared Qmsprinter.
13462
13463         * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
13464         of strings.
13465         (mswindows_list_fonts): Ditto.
13466         (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
13467         that it can be used by both mswindows and msprinter devices.
13468         (initialize_font_instance): Added.
13469         (mswindows_initialize_font_instance): Use it.
13470         (msprinter_initialize_font_instance): Added.
13471
13472         * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
13473         and implementation flags check.
13474         (redisplay_without_hooks): Changed the call to the above.
13475         (Fredraw_device): Ditto.
13476         (Fredisplay_device): Ditto.
13477
13478         * redisplay-msw.c (get_frame_dc): Implemented.
13479         (get_frame_compdc): Implemented.
13480         (many functions): Use the two functions above to get device
13481         contexts, ether for a window or a printer.
13482
13483 2000-01-21  Olivier Galibert  <galibert@pobox.com>
13484
13485         * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
13486         initialization here.
13487         (init_symbols_once_early): Call it.
13488         * emacs.c (main_1): Call it.
13489         * symsinit.h: Declare it.
13490
13491 2000-01-19  Olivier Galibert  <galibert@pobox.com>
13492
13493         * alloc.c: Use a lrecord_header * in the backtrace instead of a
13494         Lisp_Object.
13495         (pdump_backtrace): Ditto.
13496         (pdump_register_object): Ditto.  Cleanup use of the pointers.
13497         (pdump_get_entry): Abort if trying to register a null pointer.
13498         (pdump_dump_data): Cleanup types when relocating.
13499         (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
13500         (pdump_dump_rtables): Remove bad casts.
13501         (pdump_load): Cleanup relocation w.r.t union type.  Use a
13502         Lisp_Object instead of a EMACS_INT for the hashtable
13503         reorganization.
13504
13505 2000-01-20  Martin Buchholz  <martin@xemacs.org>
13506
13507         * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
13508
13509         * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
13510
13511         * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
13512
13513         * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
13514
13515 2000-01-17  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13516
13517         * faces.h (FACE_STRIKETHRU_P): Added.
13518
13519         * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
13520         of font variants.
13521
13522         * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
13523         (mswindows_set_dc_font): New function, aware of font variants,
13524         separated from mswindows_update_dc.
13525
13526         * objects-msw.h (struct mswindows_font_instance_data): Added
13527         definition.
13528
13529         * objects-msw.c (mswindows_finalize_font_instance): Delete all
13530         cached fonts and the data structure.
13531         (mswindows_initialize_font_instance): Added creation of font data
13532         structure.
13533         (mswindows_print_font_instance): Print at least something.
13534         (mswindows_create_font_variant): Implemented.
13535         (mswindows_get_hfont): Implemented.
13536
13537 2000-01-13  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>
13538
13539         * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
13540         prototyping problem with msvc.
13541
13542         * emacs.c (main_1): added syms_of_gui_mswindows() call
13543
13544         * gui-msw.c: added "mswindows-shell-execute" lisp subr and
13545         syms_of_gui_mswindows() function
13546
13547         * symsinit.h: added the prototype for syms_of_gui_mswindows()
13548
13549 2000-01-18  Martin Buchholz <martin@xemacs.org>
13550
13551         * XEmacs 21.2.27 is released.
13552
13553 2000-01-18  Martin Buchholz  <martin@xemacs.org>
13554
13555         * glyphs-eimage.c (struct tiff_error_struct):
13556         (tiff_error_func):
13557         (tiff_warning_func):
13558         #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
13559
13560         * unexmips.c:
13561         * unexhp9k3.c:
13562         * unexfreebsd.c:
13563         * unexec.c: Remove vestigial Lucid C code.
13564         * unexalpha.c:
13565         * unexaix.c:
13566         * termcap.c:
13567         * libsst.c: Ansify.
13568         Remove declarations of errno and strerror().
13569
13570         * eval.c (Fbacktrace): Small Purify-cation.  Fix docstring.
13571
13572         * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
13573
13574 2000-01-16  Martin Buchholz  <martin@xemacs.org>
13575
13576         * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
13577         Optimize.
13578
13579 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
13580
13581         * md5.c:
13582         * file-coding.c:
13583         * file-coding.h:
13584         Change enum eol_type to eol_type_t.
13585
13586 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
13587
13588         * gui.c (get_gui_callback): Check cons before accessing car.
13589
13590 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
13591
13592         * specifier.h (XSPECIFIER_TYPE): Add error checking version.
13593         (XSETSPECIFIER_TYPE): Ditto.
13594
13595 2000-01-17  Didier Verna  <didier@xemacs.org>
13596
13597         * redisplay.c (generate_fstring_runes): compute string size in
13598         characters, not bytes.
13599
13600 2000-01-09  Hrvoje Niksic  <hniksic@iskon.hr>
13601
13602         * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
13603
13604 2000-01-14  Hrvoje Niksic  <hniksic@iskon.hr>
13605
13606         * print.c (print_error_message): Call print_prepare().
13607
13608 2000-01-14  Martin Buchholz  <martin@xemacs.org>
13609
13610         * .dbxrc: Renamed from dbxrc.
13611
13612         * events.c (event_to_character):
13613         Use `assert (foo)' instead of `if (!foo) abort()'
13614
13615         * .gdbinit (xtype): Add documentation.
13616         * .gdbinit (check-temacs): New function.
13617         * .gdbinit (check-xemacs): New function.
13618         * dbxrc (check-xemacs): New function.
13619         * dbxrc (check-xemacs): New function.
13620
13621 2000-01-14  Andy Piper  <andy@xemacs.org>
13622
13623         * glyphs-widget.c (widget_query_geometry): Make sure that we
13624         calculate default dimensions correctly.
13625
13626 2000-01-13  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13627
13628         * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
13629
13630         * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
13631         pdump_wire'd variable.
13632
13633         * emacs.c: (main_1): Conditionalized calls to
13634         reinit_vars_of_scrollbar_x and reinit_vars_of_module.
13635
13636 2000-01-13  Martin Buchholz  <martin@xemacs.org>
13637
13638         * window.c (Fset_window_configuration):
13639         * sysdep.c (_start):
13640         * input-method-motif.c (res):
13641         * event-Xt.c (Xt_process_to_emacs_event):
13642         Simple compiler warning fixes.
13643
13644         * bytecode.c (funcall_compiled_function): Use the original
13645         function symbol on the backtrace list in preference to the
13646         compiled_function object in error messages.
13647
13648 2000-01-13  Andy Piper  <andy@xemacs.org>
13649
13650         * glyphs-x.c (update_widget_face): Make sure we update the widget
13651         background as well as foreground.
13652
13653 2000-01-13  Andy Piper  <andy@xemacs.org>
13654
13655         * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
13656         fields to subwindow.
13657         (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
13658         (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
13659         (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
13660         (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
13661
13662         * glyphs-widget.c (check_valid_tab_orientation): new function.
13663         (initialize_widget_image_instance): zero orientation and
13664         justification.
13665         (widget_instantiate): pick up orientation.
13666         (tab_control_query_geometry): return appropriate values for
13667         vertical tabs.
13668
13669         * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
13670         appropriate creation flags for left, right and bottom tabs.
13671
13672         * s/cygwin32.h: add tab definitions.
13673
13674 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
13675
13676         * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
13677         frame upon hiding a subwindow.
13678         (mswindows_button_instantiate): Changed the push button style to
13679         BS_PUSHBUTTON.
13680         (mswindows_button_instantiate): Removed button BS_NOTIFY
13681         style.
13682         (mswindows_button_instantiate): Removed redundant check for
13683         a disabled gui item.
13684         (mswindows_button_instantiate): Made use of WS_TABSTOP
13685         consistent: "operable" controls (edit, button, tree, scroll) have
13686         this style, "display-only" ones (static, progress gauge) do
13687         not. This style is currently ignored by XEmacs though. Also,
13688         removed the WS_EX_CONTROLPARENT style - it is not for children,
13689         it is for their parents!
13690         (mswindows_edit_field_instantiate): Ditto.
13691         (mswindows_progress_gauge_instantiate): Ditto.
13692         (mswindows_tree_view_instantiate): Ditto.
13693         (mswindows_tab_control_instantiate): Ditto.
13694         (mswindows_scrollbar_instantiate): Ditto.
13695         (mswindows_combo_box_instantiate): Ditto.
13696         (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
13697         style to the "clip" window.
13698         (mswindows_button_instantiate): Removed compilation warning by
13699         equally typing terms of the ?: operator.
13700
13701 2000-01-12  Didier Verna  <didier@xemacs.org>
13702
13703         * redisplay.c (generate_fstring_runes): new parameter holding the
13704         last modeline-format extent.
13705         (add_glyph_to_fstring_db_runes): new parameter holding the glyph
13706         extent, fill the glyph block with it.
13707         (generate_fstring_runes): handle these parameters.
13708         (generate_formatted_string_db): ditto.
13709
13710         * keymap.c (get_relevant_keymaps): retreive the keymaps from the
13711         glyphs'extents in the modeline.
13712
13713 1999-01-11  Mike Woolley  <mike@bulsara.com>
13714
13715         * ntheap.c: Reduced the reserved heap space from 1Gb down to
13716         256Mb, as a workaround for the non-starting problem many people
13717         have experienced.
13718
13719 2000-01-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
13720
13721         * console-tty.c (Fset_console_tty_output_coding_system):
13722         Force redrawing tty frame.
13723
13724 2000-01-10  Didier Verna  <didier@xemacs.org>
13725
13726         * redisplay.c (generate_fstring_runes): fix size computation bug.
13727
13728 2000-01-09  William M. Perry <wmperry@aventail.com>
13729
13730         * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
13731
13732 2000-01-09  Andy Piper  <andy@xemacs.org>
13733
13734         * glyphs-msw.c: index -> i to avoid shadows.
13735         (xbm_create_bitmap_from_data): make static.
13736         (check_valid_string_or_int): deleted.
13737         (mswindows_control_wnd_proc): message -> msg to avoid shadows.
13738
13739         * glyphs-x.c (x_update_subwindow): remove unused args.
13740
13741         * glyphs.c (glyph_image_instance): return the thing. Don't set the
13742         back pointer - this is done in allocate_image_instance.
13743         (query_string_font): return Qnil to make the compiler happy.
13744         (unmap_subwindow): set to ~0 to make the compiler happy.
13745         (glyph_query_geometry): comment out until used.
13746         (glyph_layout): ditto.
13747
13748 2000-01-09  Hrvoje Niksic  <hniksic@iskon.hr>
13749
13750         * insdel.c (signal_after_change): Remove extraneous unbind_to().