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