47b908323810b74feef6c18b6e1bbedc7ffe5996
[chise/xemacs-chise.git-] / src / ChangeLog
1 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
2
3         * mule-charset.c: Update `utf-2000-version' to 0.8 (Kami).
4
5 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
6
7         * char-ucs.h (MAKE_CHAR): Fix problem in 2-dimension charset.
8
9 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
10
11         * mule-charset.c (latin_iso8859_2_to_ucs NULL): Add pseudo
12         definition for non-UTF-2000 Mule.
13         (latin_iso8859_3_to_ucs): Likewise.
14         (latin_iso8859_4_to_ucs): Likewise.
15         (latin_iso8859_9_to_ucs): Likewise.
16         (latin_jisx0201_to_ucs): Likewise.
17         (MIN_CHAR_THAI): Likewise.
18         (MAX_CHAR_THAI): Likewise.
19         (MIN_CHAR_GREEK): Likewise.
20         (MAX_CHAR_GREEK): Likewise.
21         (MIN_CHAR_HEBREW): Likewise.
22         (MAX_CHAR_HEBREW): Likewise.
23         (MIN_CHAR_HALFWIDTH_KATAKANA): Likewise.
24         (MAX_CHAR_HALFWIDTH_KATAKANA): Likewise.
25         (MIN_CHAR_CYRILLIC): Likewise.
26         (MAX_CHAR_CYRILLIC): Likewise.
27
28 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
29
30         * char-ucs.h (breakup_char_1): Use
31         `Vdefault_coded_charset_priority_list' for hebrew-iso8859-8,
32         thai-tis620 and katakana-jisx0201 area.
33
34 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
35
36         * char-ucs.h (breakup_char_1): Use
37         `Vdefault_coded_charset_priority_list' for cyrillic-iso8859-5
38         area.
39
40         * text-coding.c (reset_encoding_stream): Fixed.
41         (char_encode_ucs4): Delete `& 255'.
42
43         * char-ucs.h (breakup_char_1): Use
44         `Vdefault_coded_charset_priority_list' for greek-iso8859-7 area.
45
46 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
47
48         * file-coding.c (Fmake_coding_system): Don't set up
49         `codesys->fixed.size'.
50         (encode_coding_no_conversion): Don't refer
51         `str->codesys->fixed.size'.
52
53 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
54
55         * mule-charset.c, char-ucs.h (latin_a_char_to_charset): Deleted.
56         (latin_a_char_to_byte1): Deleted.
57         (latin_a_char_to_byte2): Deleted.
58
59 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
60
61         * mule-charset.c (make_charset): Add new argument `ucs_min',
62         `ucs_max' and `code_offset'.
63         (charset_get_byte1): New implementation [delete specific charset
64         depended implementations].
65         (Fmake_charset): Modify for `make_charset'.
66         (Fmake_reverse_direction_charset): Likewise.
67         (complex_vars_of_mule_charset): Likewise.
68
69         * char-ucs.h (struct Lisp_Charset): Add `ucs_min', `ucs_max' and
70         `code_offset'.
71         (CHARSET_UCS_MIN): New macro.
72         (CHARSET_UCS_MAX): New macro.
73         (CHARSET_CODE_OFFSET): New macro.
74         (MAKE_CHAR): Delete charset depended definitions [except
75         katakana-jisx0201].
76
77 1999-09-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
78
79         * char-ucs.h (breakup_char_1): Use
80         `Vdefault_coded_charset_priority_list' for C0-Controls,
81         Basic-Latin, C1-Controls and Latin-1-Supplement area.
82
83 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
84
85         * char-ucs.h (charset_get_byte1): New function.
86         (XCHARSET_GET_BYTE1): Deleted.
87         (charset_get_byte2): New function.
88         (XCHARSET_GET_BYTE2): Deleted.
89         (Vdefault_coded_charset_priority_list): New external variable.
90         (breakup_char_1): Use `charset_get_byte1', `charset_get_byte2' and
91         `Vdefault_preferred_coded_charset_list'.
92
93         * mule-charset.c (charset_get_byte1): New function.
94         (charset_get_byte2): New function.
95         (Vdefault_coded_charset_priority_list): New variable.
96         (vars_of_mule_charset): Add new variable
97         `default-coded-charset-priority-list'.
98
99 1999-09-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
100
101         * char-ucs.h (XCHARSET_GET_BYTE1): New inline function.
102         (XCHARSET_GET_BYTE2): New inline function.
103         (breakup_char_1): Use `XCHARSET_GET_BYTE1' and
104         `XCHARSET_GET_BYTE2'.
105
106 1999-09-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
107
108         * mule-charset.c (make_charset): Initialize
109         `CHARSET_TO_BYTE1_TABLE(cs)' and `CHARSET_TO_BYTE2_TABLE(cs)' by
110         NULL if table is not defined.
111
112 1999-09-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
113
114         * text-coding.c (char_encode_shift_jis): Use
115         `XCHARSET_TO_BYTE1_TABLE' for `Vcharset_latin_jisx0201' instead of
116         `ucs_to_latin_jisx0201'.
117
118         * mule-charset.c (ucs_to_latin_jisx0201): Deleted.
119         (ucs_to_latin_iso8859_2): Deleted.
120         (ucs_to_latin_iso8859_3): Deleted.
121         (ucs_to_latin_iso8859_4): Deleted.
122         (ucs_to_latin_iso8859_9): Deleted.
123         (ucs_to_latin_viscii_lower): Deleted.
124         (ucs_to_latin_viscii_upper): Deleted.
125         (ucs_to_latin_tcvn5712): Deleted.
126         (make_charset): Add new argument `decoding_table'; set up
127         `CHARSET_DECODING_TABLE(cs)' in UTF-2000; set up
128         `CHARSET_TO_BYTE1_TABLE(cs)' for 94-set and 96-set if
129         `decoding_table' is defined in UTF-2000.
130         (Fmake_charset): Modify for `make_charset'.
131         (Fmake_reverse_direction_charset): Likewise.
132         (complex_vars_of_mule_charset): Likewise; delete `GENERATE_94_SET'
133         and `GENERATE_96_SET'.
134
135         * char-ucs.h (latin_jisx0201_to_ucs): Deleted.
136         (ucs_to_latin_jisx0201): Deleted.
137         (latin_iso8859_2_to_ucs): Deleted.
138         (ucs_to_latin_iso8859_2): Deleted.
139         (latin_iso8859_3_to_ucs): Deleted.
140         (ucs_to_latin_iso8859_3): Deleted.
141         (latin_iso8859_4_to_ucs): Deleted.
142         (ucs_to_latin_iso8859_4): Deleted.
143         (latin_iso8859_9_to_ucs): Deleted.
144         (ucs_to_latin_iso8859_9): Deleted.
145         (latin_viscii_lower_to_ucs): Deleted.
146         (ucs_to_latin_viscii_lower): Deleted.
147         (latin_viscii_upper_to_ucs): Deleted.
148         (ucs_to_latin_viscii_upper): Deleted.
149         (struct Lisp_Charset): Renamed `encoding_table' to
150         `to_byte1_table'; add `to_byte2_table'.
151         (CHARSET_DECODING_TABLE): New macro.
152         (CHARSET_TO_BYTE1_TABLE): New macro.
153         (CHARSET_TO_BYTE2_TABLE): New macro.
154         (XCHARSET_DECODING_TABLE): New macro.
155         (XCHARSET_TO_BYTE1_TABLE): New macro.
156         (XCHARSET_TO_BYTE2_TABLE): New macro.
157         (MAKE_CHAR): Use `XCHARSET_DECODING_TABLE'; don't use `*_to_ucs'
158         tables.
159         (breakup_char_1): Use `XCHARSET_TO_BYTE1_TABLE' if it is defined;
160         don't use `ucs_to_*' tables.
161
162 1999-09-11  MORIOKA Tomohiko  <tomo@urania.m17n.org>
163
164         * text-coding.c (Fmake_coding_system): Don't set up
165         `codesys->fixed.size'.
166         (encode_coding_no_conversion): Use `if' instead of `switch'.
167
168         * file-coding.h (struct Lisp_Coding_System): Delete `fixed.size'.
169
170 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
171
172         * mule-charset.c (make_charset): Delete argument `rep_bytes'.
173         (Fmake_charset): Modify for `make_charset'.
174         (Fmake_reverse_direction_charset): Likewise.
175         (complex_vars_of_mule_charset): Likewise.
176
177 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
178
179         * text-coding.c (char_encode_shift_jis): Use table
180         `ucs_to_latin_jisx0201' and BREAKUP_CHAR.
181
182 1999-09-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
183
184         * text-coding.c (text_encode_generic): Use `if' instead of
185         `switch'.
186         (decode_coding_sjis): Use `MAKE_CHAR' and `DECODE_ADD_UCS_CHAR' to
187         decode JIS-Latin.
188
189 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
190
191         * text-coding.c (encode_coding_sjis): Deleted.
192         (char_encode_shift_jis): New function.
193         (char_finish_shift_jis): New function.
194         (reset_encoding_stream): Set up `encode_char' and `finish' for
195         `CODESYS_UCS4' and `CODESYS_SHIFT_JIS'.
196         (mule_encode): Use generic encoder for `CODESYS_SHIFT_JIS'.
197         (char_encode_utf8): Treat `eol_type'.
198
199 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
200
201         * file-coding.c (decode_coding_iso2022): Use
202         `DECODE_ADD_UCS_CHAR'; don't use `XCHARSET_REP_BYTES'.
203
204 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
205
206         * mule-charset.c (vars_of_mule_charset): Update `utf-2000-version'
207         to 0.7 (Hirano).
208
209 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
210
211         * char-lb.h (CHAR_COLUMNS): New macro.
212
213 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
214
215         * text-coding.c (char_encode_ucs4): New function.
216         (char_finish_ucs4): New function.
217         (encode_coding_ucs4): Deleted.
218         (mule_encode): Use generic encoder for `CODESYS_UCS4'.
219         (text_encode_generic): Delete local variable `charset' and `half'.
220         (ucs_to_mule_table): Deleted.
221         (mule_to_ucs_table): Deleted.
222         (Fset_ucs_char): Deleted.
223         (ucs_to_char): Deleted.
224         (Fucs_char): Deleted.
225         (Fset_char_ucs): Deleted.
226         (Fchar_ucs): Deleted.
227         (decode_ucs4): Deleted.
228         (mule_char_to_ucs4): Deleted.
229         (encode_ucs4): Deleted.
230         (decode_coding_ucs4): Use `DECODE_ADD_UCS_CHAR'.
231         (decode_coding_utf8): Likewise.
232         (decode_coding_iso2022): Likewise; don't use `XCHARSET_REP_BYTES'.
233         (char_encode_iso2022): Fixed.
234         (syms_of_file_coding): Delete `Fset_ucs_char', `Fucs_char',
235         `Fset_char_ucs' and `Fchar_ucs'.
236         (complex_vars_of_file_coding): Don't initialize
237         `ucs_to_mule_table'.
238
239         * objects-tty.c (tty_initialize_font_instance): Don't use
240         `XCHARSET_COLUMNS'.
241
242         * mule-charset.c (make_charset): Don't set up CHARSET_REP_BYTES in
243         UTF-2000.
244
245         * redisplay-tty.c (tty_output_display_block): Use `CHAR_COLUMNS'
246         instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
247
248         * insdel.c (bufbyte_string_displayed_columns): Use `CHAR_COLUMNS'
249         instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
250         (emchar_string_displayed_columns): Likewise.
251
252         * indent.c (column_at_point): Use `CHAR_COLUMNS' instead of
253         `XCHARSET_COLUMNS' and `CHAR_CHARSET'.
254         (string_column_at_point): Likewise.
255         (Fmove_to_column): Likewise.
256
257         * char-ucs.h (struct Lisp_Charset): Delete `rep_bytes'; add
258         `encoding_table' and `decoding_table'.
259         (CHARSET_REP_BYTES): Deleted.
260         (XCHARSET_REP_BYTES): Deleted.
261         (XCHARSET_COLUMNS): Deleted.
262         (CHAR_COLUMNS): New macro.
263         (lookup_composite_char): Deleted unconditionally.
264         (composite_char_string): Likewise.
265
266 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
267
268         * char-ucs.h (Emchar_to_byte_table): New type.
269         (get_byte_from_character_table): New function interface.
270         (Vcharset_latin_jisx0201): New variable.
271         (latin_jisx0201_to_ucs): New variable.
272         (ucs_to_latin_jisx0201): New variable.
273         (Vcharset_latin_iso8859_2): New variable.
274         (latin_iso8859_2_to_ucs): New variable.
275         (ucs_to_latin_iso8859_2): New variable.
276         (Vcharset_latin_iso8859_3): New variable.
277         (latin_iso8859_3_to_ucs): New variable.
278         (ucs_to_latin_iso8859_3): New variable.
279         (Vcharset_latin_iso8859_4): New variable.
280         (latin_iso8859_4_to_ucs): New variable.
281         (ucs_to_latin_iso8859_4): New variable.
282         (Vcharset_latin_iso8859_9): New variable.
283         (latin_iso8859_9_to_ucs): New variable.
284         (ucs_to_latin_iso8859_9): New variable.
285         (Vcharset_latin_viscii_lower): New variable.
286         (latin_viscii_lower_to_ucs): New variable.
287         (ucs_to_latin_viscii_lower): New variable.
288         (Vcharset_latin_viscii_upper): New variable.
289         (latin_viscii_upper_to_ucs): New variable.
290         (ucs_to_latin_viscii_upper): New variable.
291         (CHARSET_ID_OFFSET_94): Changed from 0x60 to 0x55.
292         (LEADING_BYTE_LATIN_VISCII_LOWER): New macro.
293         (LEADING_BYTE_LATIN_VISCII_UPPER): New macro.
294         (MAKE_CHAR): Map `latin-iso8859-2', `latin-iso8859-3',
295         `latin-iso8859-4', `latin-iso8859-9', `latin-jisx0201',
296         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' to BMP.
297         (breakup_char_1): Use `ucs_to_latin_iso8859_2',
298         `ucs_to_latin_iso8859_3', `ucs_to_latin_iso8859_4',
299         `ucs_to_latin_iso8859_9', `ucs_to_latin_viscii_lower',
300         `ucs_to_latin_viscii_upper' and `ucs_to_latin_jisx0201' tables.
301
302         * mule-charset.c (Vcharset_latin_viscii_lower): New variable.
303         (Vcharset_latin_viscii_upper): New variable.
304         (make_byte_from_character_table): New function.
305         (put_byte_from_character_table): New function.
306         (get_byte_from_character_table): New function.
307         (CHAR96): New macro.
308         (ucs_to_latin_jisx0201): New variable.
309         (latin_jisx0201_to_ucs): New variable.
310         (ucs_to_latin_iso8859_2): New variable.
311         (latin_iso8859_2_to_ucs): New variable.
312         (ucs_to_latin_iso8859_3): New variable.
313         (latin_iso8859_3_to_ucs): New variable.
314         (ucs_to_latin_iso8859_4): New variable.
315         (latin_iso8859_4_to_ucs): New variable.
316         (ucs_to_latin_iso8859_9): New variable.
317         (latin_iso8859_9_to_ucs): New variable.
318         (ucs_to_latin_viscii_lower): New variable.
319         (latin_viscii_lower_to_ucs): New variable.
320         (ucs_to_latin_viscii_upper): New variable.
321         (latin_viscii_upper_to_ucs): New variable.
322         (ucs_to_latin_tcvn5712): New variable.
323         (latin_tcvn5712_to_ucs): New variable.
324         (Qlatin_viscii_lower): New variable.
325         (Qlatin_viscii_upper): New variable.
326         (syms_of_mule_charset): Set up new symbol
327         `vietnamese-viscii-lower' and `vietnamese-viscii-upper'.
328         (complex_vars_of_mule_charset): Set up new charset
329         `vietnamese-viscii-lower' and `vietnamese-viscii-upper'; new macro
330         `GENERATE_94_SET' and `GENERATE_96_SET'; use them to generate
331         `ucs_to_<CHARSET>' tables.
332
333 1999-09-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
334
335         * text-coding.c: New file.
336
337 1999-09-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
338
339         * mule-charset.c (Fmake_char): Fix problem of 256-set.
340
341         * char-ucs.h (Vcharset_ucs_bmp): New variable.
342         (MAKE_CHAR): Modify for `ucs-bmp'.
343         (breakup_char_1): Return `ucs-bmp' and code point of BMP for
344         non-MULE characters of BMP.
345
346 1999-09-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
347
348         * mule-charset.c (vars_of_mule_charset):
349         Update `utf-2000-version' to 0.6.
350
351 1999-09-05  MORIOKA Tomohiko  <tomo@urania.m17n.org>
352
353         * lstream.h:
354         - Include multibyte.h instead of character.h for `BYTE_ASCII_P'.
355         - Include character.h for `CHAR_ASCII_P'.
356
357         * mb-multibyte.h (CHAR_MULTIBYTE_P): Moved from mule-charset.h.
358
359         * mule-charset.h (CHAR_MULTIBYTE_P): Moved to mb-multibyte.h.
360         (CHAR_ASCII_P): Don't use `CHAR_MULTIBYTE_P'.
361
362         * mb-multibyte.h (BYTE_ASCII_P): Moved from char-ucs.h.
363         (BYTE_C0_P): Likewise.
364         (BYTE_C1_P): Likewise.
365         (Lstream_get_emchar_1): Likewise.
366         (Lstream_fput_emchar): Likewise.
367         (Lstream_funget_emchar): Likewise.
368         (copy_internal_to_external): Likewise.
369         (copy_external_to_internal): Likewise.
370
371         * char-ucs.h (BYTE_ASCII_P): Moved to mb-multibyte.h.
372         (BYTE_C0_P): Likewise.
373         (BYTE_C1_P): Likewise.
374         (Lstream_get_emchar_1): Likewise.
375         (Lstream_fput_emchar): Likewise.
376         (Lstream_funget_emchar): Likewise.
377         (copy_internal_to_external): Likewise.
378         (copy_external_to_internal): Likewise.
379
380         * mb-1byte.h (BYTE_ASCII_P): Moved from buffer.h.
381         (REP_BYTES_BY_FIRST_BYTE): Likewise.
382
383         * buffer.h (REP_BYTES_BY_FIRST_BYTE): Moved to mb-1byte.h.
384         (BYTE_ASCII_P): Moved to mb-1byte.h.
385
386 1999-09-04  MORIOKA Tomohiko  <tomo@urania.m17n.org>
387
388         * mb-utf-8.h, mb-lb.h: Include mb-multibyte.h.
389
390         * multibyte.h: Include mb-1byte.h in unibyte-XEmacs.
391         (MAX_EMCHAR_LEN): Moved to mb-1byte.h.
392         (VALID_CHARPTR_P): Moved to mb-*byte.h.
393         (VALIDATE_CHARPTR_BACKWARD): Likewise.
394         (VALIDATE_CHARPTR_FORWARD): Likewise.
395         (simple_charptr_emchar): Moved to mb-multibyte.h.
396         (simple_set_charptr_emchar): Likewise.
397         (simple_charptr_copy_char): Likewise.
398         (non_ascii_charptr_emchar): Likewise.
399         (non_ascii_set_charptr_emchar): Likewise.
400         (non_ascii_charptr_copy_char): Likewise.
401         (charptr_emchar): Moved to mb-*byte.h.
402         (set_charptr_emchar): Likewise.
403         (charptr_copy_char): Likewise.
404
405         * mb-1byte.h, mb-multibyte.h: New files.
406
407 1999-09-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
408
409         * mb-utf-8.h (MULTIBYTE): New macro.
410         (MAX_EMCHAR_LEN): Moved from buffer.h.
411         (REP_BYTES_BY_FIRST_BYTE): Moved from char-ucs.h.
412
413         * char-ucs.h (REP_BYTES_BY_FIRST_BYTE): Moved to mb-utf-8.h.
414
415         * mb-lb.h, multibyte.h: New files.
416
417         * char-1byte.h (Charset_ID): Moved from buffer.h.
418         (MIN_LEADING_BYTE): Likewise.
419         (LEADING_BYTE_ASCII): Likewise.
420         (NUM_LEADING_BYTES): Likewise.
421         (CHARSETP): Likewise.
422         (CHARSET_BY_LEADING_BYTE): Likewise.
423         (XCHARSET_LEADING_BYTE): Likewise.
424         (XCHARSET_GRAPHIC): Likewise.
425         (XCHARSET_COLUMNS): Likewise.
426         (XCHARSET_DIMENSION): Likewise.
427         (CHAR_CHARSET): Likewise.
428         (CHAR_LEADING_BYTE): Likewise.
429         (BREAKUP_CHAR): Likewise.
430         (Vcharset_ascii): Likewise.
431
432         * buffer.h: Include multibyte.h unconditionally.
433         (VALID_CHARPTR_P): Moved to multibyte.h.
434         (ASSERT_VALID_CHARPTR): Likewise.
435         (REAL_INC_CHARPTR): Likewise.
436         (REAL_INC_CHARBYTIND): Likewise.
437         (REAL_DEC_CHARPTR): Likewise.
438         (INC_CHARPTR): Likewise.
439         (INC_CHARBYTIND): Likewise.
440         (DEC_CHARPTR): Likewise.
441         (VALIDATE_CHARPTR_BACKWARD): Likewise.
442         (VALIDATE_CHARPTR_FORWARD): Likewise.
443         (charptr_n_addr): Likewise.
444         (MAX_EMCHAR_LEN): Moved to mb-*.h.
445         (simple_charptr_emchar): Moved to multibyte.h.
446         (simple_set_charptr_emchar): Likewise.
447         (simple_charptr_copy_char): Likewise.
448         (non_ascii_charptr_emchar): Likewise.
449         (non_ascii_set_charptr_emchar): Likewise.
450         (non_ascii_charptr_copy_char): Likewise.
451         (charptr_emchar): Likewise.
452         (set_charptr_emchar): Likewise.
453         (charptr_copy_char): Likewise.
454         (charptr_emchar_n): Likewise.
455         (Charset_ID): Moved to char-1byte.h.
456         (Vcharset_ascii): Likewise.
457         (CHAR_CHARSET): Likewise.
458         (CHAR_LEADING_BYTE): Likewise.
459         (LEADING_BYTE_ASCII): Likewise.
460         (NUM_LEADING_BYTES): Likewise.
461         (MIN_LEADING_BYTE): Likewise.
462         (CHARSETP): Likewise.
463         (CHARSET_BY_LEADING_BYTE): Likewise.
464         (XCHARSET_LEADING_BYTE): Likewise.
465         (XCHARSET_GRAPHIC): Likewise.
466         (XCHARSET_COLUMNS): Likewise.
467         (XCHARSET_DIMENSION): Likewise.
468         (BREAKUP_CHAR): Likewise.
469
470 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
471
472         * character.h: Add document about interface for characters.
473
474         * char-ucs.h (CHAR_ASCII_P): Modify name of argument.
475         (MAKE_CHAR): Delete comment about
476         `FIELD2_TO_OFFICIAL_LEADING_BYTE' and
477         `FIELD2_TO_PRIVATE_LEADING_BYTE'.
478         (BREAKUP_CHAR): Modify name of arguments.
479         (CHAR_CHARSET): Modify name of argument.
480
481         * buffer.h: Delete document about Emchar accessors.
482
483 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
484
485         * character.h (CHAR_INTP): Moved from buffer.h
486         (CHAR_OR_CHAR_INTP): Likewise.
487         (XCHAR_OR_CHAR_INT): Likewise.
488         (CHECK_CHAR_COERCE_INT): Likewise.
489
490         * buffer.h (CHAR_INTP): Moved to character.h
491         (CHAR_OR_CHAR_INTP): Likewise.
492         (XCHAR_OR_CHAR_INT): Likewise.
493         (CHECK_CHAR_COERCE_INT): Likewise.
494
495 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
496
497         * character.h:
498         - Move definitions about UCS-2000 (UCS-4) to char-ucs.h.
499         - Include char-1byte.h, char-lb.h or char-ucs.h.
500
501         * mb-utf-8.h (CHAR_ASCII_P): Moved to char-ucs.h.
502
503         * buffer.h: Include character unconditionally.
504         (valid_char_p): Moved to char-*.h.
505         (non_ascii_valid_char_p): Moved to char-lb.h.
506
507         * char-1byte.h, char-lb.h, char-ucs.h: New files.
508
509 1999-09-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
510
511         * mule-ccl.c (ccl_driver): Don't define `CCL_WriteMultibyteChar2'
512         in UTF-2000 because it is not ported yet and not to use
513         `FIELD2_TO_OFFICIAL_LEADING_BYTE', `MIN_LEADING_BYTE_OFFICIAL_2',
514         `FIELD1_TO_OFFICIAL_LEADING_BYTE' and
515         `FIELD1_TO_PRIVATE_LEADING_BYTE'.
516
517         * mb-utf-8.h (CHAR_MULTIBYTE_P): Moved from character.h.
518         (CHAR_ASCII_P): Moved from character.h.
519
520         * character.h (CHAR_MULTIBYTE_P): Moved to mb-utf-8.h.
521         (CHAR_ASCII_P): Likewise.
522         (CHAR_FIELD1_MASK): Deleted.
523         (CHAR_FIELD2_MASK): Deleted.
524         (CHAR_FIELD3_MASK): Deleted.
525         (MAX_CHAR_BASIC_LATIN): New macro.
526         (CHAR_FIELD1): Deleted.
527         (CHAR_FIELD2_INTERNAL): Deleted.
528         (CHAR_FIELD3_INTERNAL): Deleted.
529         (FIELD1_TO_PRIVATE_LEADING_BYTE): Deleted.
530         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Deleted.
531         (FIELD2_TO_PRIVATE_LEADING_BYTE): Deleted.
532         (FIELD2_TO_OFFICIAL_LEADING_BYTE): Deleted.
533         (MIN_CHAR_FIELD1_OFFICIAL): Deleted.
534         (MAX_CHAR_FIELD1_OFFICIAL): Deleted.
535         (MIN_CHAR_FIELD2_PRIVATE): Deleted.
536         (MAX_CHAR_FIELD2_PRIVATE): Deleted.
537         (MIN_CHAR_FIELD1_PRIVATE): Deleted.
538         (MAX_CHAR_FIELD1_PRIVATE): Deleted.
539         (MULE_CHAR_PRIVATE_OFFSET): Deleted.
540         (MIN_CHAR_PRIVATE_TYPE9N): Deleted.
541         (MAX_CHAR_PRIVATE_TYPE9N): Deleted.
542         (MIN_CHAR_PRIVATE_TYPE9NX9N): Deleted.
543         (MIN_CHAR_OFFICIAL_TYPE9NX9N): Deleted.
544         (MIN_CHAR_COMPOSITION): Deleted.
545         (breakup_char_1): Use `MAX_CHAR_BASIC_LATIN' instead of
546         `CHAR_ASCII_P'; use `0x7f' instead of `CHAR_FIELD3_INTERNAL'.
547
548 1999-09-02  MORIOKA Tomohiko  <tomo@m17n.org>
549
550         * buffer.h: Include mb-utf-8.h in UTF-2000.
551
552         * character.h (BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h.
553
554         * mb-utf-8.h: New file.
555
556 1999-09-02  MORIOKA Tomohiko  <tomo@etl.go.jp>
557
558         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use `Charset_ID'
559         instead of `int'.
560
561         * mule-charset.h, buffer.h (Charset_ID): New type.
562
563 1999-09-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
564
565         * mule-canna.c (c2mu): Use `MAKE_CHAR',
566         `Vcharset_japanese_jisx0212' and `Vcharset_japanese_jisx0208'
567         instead of `MULE_CHAR_PRIVATE_OFFSET',
568         `LEADING_BYTE_JAPANESE_JISX0212', `LEADING_BYTE_JAPANESE_JISX0208'
569         and `FIELD1_TO_OFFICIAL_LEADING_BYTE'.
570         (m2c): Use `BREAKUP_CHAR' and `XCHARSET_FINAL'.
571
572         * character.h (Vcharset_japanese_jisx0212): New variable
573         definition.
574
575 1999-09-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
576
577         * mule-charset.c (Vcharset_ucs_bmp): New variable in UTF-2000.
578         (charset_by_attributes): Delete array about direction.
579         (latin_a_char_to_charset): New variable in UTF-2000.
580         (latin_a_char_to_byte1): New variable in UTF-2000.
581         (latin_a_char_to_byte2): New variable in UTF-2000.
582         (Qucs_bmp): New variable.
583         (next_allocated_1_byte_leading_byte): Use `Charset_ID' instead of
584         `Bufbyte'.
585         (next_allocated_2_byte_leading_byte): Likewise.
586         (non_ascii_set_charptr_emchar): Likewise.
587         (make_charset): Likewise; add `CHARSET_TYPE_128X128' and
588         `CHARSET_TYPE_256X256' in UTF-2000; modify for
589         `charset_by_attributes'.
590         (get_unallocated_leading_byte): Use `Charset_ID' instead of `int'.
591         (char-charset): Use `CHAR_CHARSET' instead of `CHAR_LEADING_BYTE'
592         and `CHARSET_BY_LEADING_BYTE'.
593         (syms_of_mule_charset): Set up `ucs-bmp'; move setting of
594         `utf-2000-version' to `vars_of_mule_charset'.
595         (vars_of_mule_charset): Modify for `charset_by_attributes'; don't
596         define `leading-code-private-11' in UTF-2000; move setting of
597         `utf-2000-version' from `syms_of_mule_charset'.
598         (complex_vars_of_mule_charset): Set up charset `ucs-bmp' in
599         UTF-2000.
600
601         * character.h (Charset_ID): New type.
602         (LEADING_BYTE_UCS_BMP): New macro.
603         (LEADING_BYTE_CONTROL_1): Changed from 0x8F to 0x81.
604         (CHARSET_ID_OFFSET_94): New macro.
605         (MIN_CHARSET_ID_PRIVATE_94): New macro.
606         (MAX_CHARSET_ID_PRIVATE_94): New macro.
607         (LEADING_BYTE_ASCII): Changed to use CHARSET_ID_OFFSET_94 and
608         final-byte.
609         (LEADING_BYTE_KATAKANA_JISX0201): Likewise.
610         (LEADING_BYTE_LATIN_JISX0201): Likewise.
611         (CHARSET_ID_OFFSET_96): New macro.
612         (LEADING_BYTE_LATIN_ISO8859_1): Changed to use
613         CHARSET_ID_OFFSET_96 and final-byte.
614         (LEADING_BYTE_LATIN_ISO8859_2): Likewise.
615         (LEADING_BYTE_LATIN_ISO8859_3): Likewise.
616         (LEADING_BYTE_LATIN_ISO8859_4): Likewise.
617         (LEADING_BYTE_GREEK_ISO8859_7): Likewise.
618         (LEADING_BYTE_ARABIC_ISO8859_6): Likewise.
619         (LEADING_BYTE_HEBREW_ISO8859_8): Likewise.
620         (LEADING_BYTE_CYRILLIC_ISO8859_5): Likewise.
621         (LEADING_BYTE_LATIN_ISO8859_9): Likewise.
622         (LEADING_BYTE_THAI_TIS620): Likewise.
623         (MIN_LEADING_BYTE_PRIVATE_1): Changed from 0x0D0 to 0xD0.
624         (MAX_LEADING_BYTE_PRIVATE_1): Changed from 0x11f to 0xDF.
625         (CHARSET_ID_OFFSET_94x94): New macro.
626         (LEADING_BYTE_CHINESE_BIG5_1): Changed to use
627         CHARSET_ID_OFFSET_94x94 and final-byte.
628         (LEADING_BYTE_CHINESE_BIG5_2): Likewise.
629         (MIN_LEADING_BYTE_PRIVATE_2): Likewise.
630         (MAX_LEADING_BYTE_PRIVATE_2): Likewise.
631         (LEADING_BYTE_JAPANESE_JISX0208_1978): Likewise.
632         (LEADING_BYTE_CHINESE_GB2312): Likewise.
633         (LEADING_BYTE_JAPANESE_JISX0208): Likewise.
634         (LEADING_BYTE_KOREAN_KSC5601): Likewise.
635         (LEADING_BYTE_JAPANESE_JISX0212): Likewise.
636         (LEADING_BYTE_CHINESE_CCITT_GB): Likewise.
637         (LEADING_BYTE_CHINESE_CNS11643_*): Likewise.
638         (LEADING_BYTE_KOREAN_KPS9566): Likewise.
639         (CHARSET_TYPE_128X128): New macro.
640         (CHARSET_TYPE_256X256): New macro.
641         (XCHARSET_PRIVATE_P): Delete unconditionally.
642         (charset_by_attributes): Delete array about direction.
643         (CHARSET_BY_LEADING_BYTE): Use `Charset_ID' instead of `int'.
644         (CHARSET_BY_ATTRIBUTES): Modify for `charset_by_attributes'.
645         (MIN_CHAR_94): New macro.
646         (MAX_CHAR_94): New macro.
647         (MIN_CHAR_96): New macro.
648         (MAX_CHAR_96): New macro.
649         (MIN_CHAR_94x94): New macro.
650         (MAX_CHAR_94x94): New macro.
651         (MIN_CHAR_96x96): New macro.
652         (MAX_CHAR_96x96): New macro.
653         (FIELD1_TO_PRIVATE_LEADING_BYTE): Use `CHARSET_ID_OFFSET_94x94'.
654         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Likewise.
655         (FIELD2_TO_PRIVATE_LEADING_BYTE): Use `(MIN_LEADING_BYTE_PRIVATE_1
656         - 32)'.
657         (FIELD2_TO_OFFICIAL_LEADING_BYTE): Use `LEADING_BYTE_ASCII'.
658         (MIN_CHAR_FIELD2_OFFICIAL): Deleted.
659         (MAX_CHAR_FIELD2_OFFICIAL): Deleted.
660         (MIN_CHAR_OFFICIAL_TYPE9N): Deleted.
661         (MAX_CHAR_PRIVATE_TYPE9N): Changed.
662         (MAKE_CHAR): Use `XCHARSET_FINAL' instead of
663         `XCHARSET_LEADING_BYTE' to make code-point.
664         (latin_a_char_to_charset): New variable.
665         (latin_a_char_to_byte1): New variable.
666         (latin_a_char_to_byte2): New variable.
667         (breakup_char_1): Use `latin_a_char_to_{charset|byte1|byte2}' for
668         Latin Extended-A; use `CHARSET_BY_ATTRIBUTES' instead of
669         `CHARSET_BY_LEADING_BYTE' to get charset for ISO-2022 characters.
670
671         * insdel.c (find_charsets_in_bufbyte_string): Use `Charset_ID'
672         instead of `unsigned char'; use `MIN_LEADING_BYTE' instead of 128.
673         (find_charsets_in_emchar_string): Likewise.
674         (vars_of_insdel): Don't define local variable `i' in UTF-2000.
675
676         * file-coding.c (Fdecode_big5_char): Use `Charset_ID' instead of
677         `int'.
678         (decode_coding_iso2022): Likewise.
679
680         * toolbar-x.c (x_output_toolbar_button): Use `Charset_ID' instead
681         of `unsigned char'.
682
683         * redisplay.c (redisplay_text_width_emchar_string): Use
684         `Charset_ID' instead of `unsigned char'.
685         (redisplay_frame_text_width_string): Likewise.
686
687         * glyphs.c (glyph_height_internal): Use `Charset_ID' instead of
688         `unsigned char'.
689
690         * faces.h, faces.c (ensure_face_cachel_complete): Use `Charset_ID'
691         instead of `unsigned char'.
692         (face_cachel_charset_font_metric_info): Likewise.
693
694         * chartab.c (print_char_table): Use `Charset_ID' instead of `int'.
695         (get_non_ascii_char_table_value): Likewise.
696         (get_char_table): Likewise.
697         (put_char_table): Likewise.
698         (map_over_other_charset): Likewise.
699         (map_char_table): Likewise.
700
701         * buffer.h (find_charsets_in_bufbyte_string): Use `Charset_ID'
702         instead of `unsigned char'.
703
704 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
705
706         * character.h (PRE_LEADING_BYTE_PRIVATE_1): Deleted.
707         (PRE_LEADING_BYTE_PRIVATE_2): Deleted.
708
709         * mule-charset.c (leading_code_private_11): Don't define in
710         UTF-2000.
711
712         * mule-ccl.c (ccl_driver): Don't define `CCL_ReadMultibyteChar2'
713         in UTF-2000 because it is not ported yet and not to use
714         `PRE_LEADING_BYTE_PRIVATE_1' and `PRE_LEADING_BYTE_PRIVATE_2'.
715
716 1999-08-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
717
718         * character.h (LEADING_BYTE_COMPOSITE): Deleted.
719
720 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
721
722         * regex.c (re_compile_fastmap): Don't use `LEADING_BYTE_PREFIX_P'
723         in UTF-2000.
724
725         * chartab.h (CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use int instead
726         of unsigned char to store leading-byte.
727
728         * chartab.c (get_non_ascii_char_table_value): Don't use
729         `BREAKUP_CHAR_1_UNSAFE' in UTF-2000.
730
731         * file-coding.c (encode_coding_big5): Delete bogus implementation
732         in UTF2000.
733
734         * character.h (LEADING_BYTE_*): Delete definition for
735         non-UTF-2000.
736         (LEADING_BYTE_PRIVATE_P): Deleted unconditionally.
737         (LEADING_BYTE_PREFIX_P): Deleted.
738         (PRIVATE_LEADING_BYTE_PREFIX): Deleted.
739         (BUFBYTE_FIRST_BYTE_P): Delete definition for non-UTF-2000.
740         (BUFBYTE_LEADING_BYTE_P): Deleted.
741         (CHARSET_PRIVATE_P): Deleted unconditionally.
742         (rep_bytes_by_first_byte): Deleted unconditionally.
743         (REP_BYTES_BY_FIRST_BYTE): Delete definition for non-UTF-2000.
744         (FIELD1_TO_PRIVATE_LEADING_BYTE): Likewise.
745         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Likewise.
746         (FIELD2_TO_PRIVATE_LEADING_BYTE): Likewise.
747         (CHAR_FIELD2): Deleted.
748         (CHAR_FIELD3): Deleted.
749         (MAKE_CHAR): Delete definition for non-UTF-2000.
750         (BREAKUP_CHAR_1_UNSAFE): Deleted.
751         (breakup_char_1): New implementation.
752         (CHAR_CHARSET): Use `BREAKUP_CHAR'.
753         (CHAR_LEADING_BYTE): Use `CHAR_CHARSET'.
754
755 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
756
757         * character.h (REP_BYTES_BY_FIRST_BYTE): Change order of
758         condition.
759
760 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
761
762         * character.h (LEADING_BYTE_PRIVATE_P): Don't define in UTF2000.
763         (CHARSET_PRIVATE_P): Likewise.
764         (XCHARSET_PRIVATE_P): Likewise.
765         (MAKE_CHAR): Don't use XCHARSET_PRIVATE_P in UTF2000.
766
767         * file-coding.c (encode_coding_ucs4): Delete bogus implement in
768         UTF2000.
769         (decode_coding_iso2022): Don't use XCHARSET_PRIVATE_P in UTF2000.
770
771 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
772
773         * character.h (LEADING_BYTE_*): Changed in UTF2000.
774         (NUM_LEADING_BYTES): Changed from 128 to 256.
775         (FIELD1_TO_PRIVATE_LEADING_BYTE): Change value to 0x80 in UTF2000.
776         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Change value to 0x80 in
777         UTF2000.
778         (FIELD2_TO_PRIVATE_LEADING_BYTE): Change value to 0x80 in UTF2000.
779
780         * mule-charset.c (Vcharset_chinese_cns11643_3): New variable in
781         UTF2000.
782         (Vcharset_chinese_cns11643_4): New variable in UTF2000.
783         (Vcharset_chinese_cns11643_5): New variable in UTF2000.
784         (Vcharset_chinese_cns11643_6): New variable in UTF2000.
785         (Vcharset_chinese_cns11643_7): New variable in UTF2000.
786         (Qchinese_cns11643_3): New variable in UTF2000.
787         (Qchinese_cns11643_4): New variable in UTF2000.
788         (Qchinese_cns11643_5): New variable in UTF2000.
789         (Qchinese_cns11643_6): New variable in UTF2000.
790         (Qchinese_cns11643_7): New variable in UTF2000.
791         (syms_of_mule_charset): Define `chinese-cns11643-3',
792         `chinese-cns11643-4', `chinese-cns11643-5', `chinese-cns11643-6'
793         and `chinese-cns11643-7' in UTF2000.
794         (vars_of_mule_charset): Initialize
795         next_allocated_2_byte_leading_byte by LEADING_BYTE_CHINESE_BIG5_2
796         + 1 in UTF2000.
797         (complex_vars_of_mule_charset): Setup charset
798         `chinese-cns11643-3', `chinese-cns11643-4', `chinese-cns11643-5',
799         `chinese-cns11643-6' and `chinese-cns11643-7' in UTF2000.
800
801 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
802
803         * mule-charset.c: Move setting for `leading-code-private-11' from
804         `syms_of_mule_charset' to `vars_of_mule_charset'.
805
806 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
807
808         * mule-charset.h (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE'
809         and `NUM_LEADING_BYTES' in assert.
810
811 1999-08-27  MORIOKA Tomohiko  <tomo@etl.go.jp>
812
813         * character.h (charset_by_leading_byte): Use `NUM_LEADING_BYTES'
814         instead of 128.
815         (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' and
816         `NUM_LEADING_BYTES' instead of 128.
817
818 1999-08-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
819
820         * mule-charset.h (charset_by_leading_byte): Use
821         `NUM_LEADING_BYTES' instead of 128.
822         (CHARSET_BY_LEADING_BYTE): Use `MIN_LEADING_BYTE' instead of 128.
823
824         * mule-charset.c (charset_by_leading_byte): Use
825         `NUM_LEADING_BYTES' instead of 128.
826         (make_charset): Use `MIN_LEADING_BYTE' instead of 128.
827
828         * faces.h (FACE_CACHEL_FONT): Use `MIN_LEADING_BYTE' instead of
829         128.
830
831 1999-08-25  MORIOKA Tomohiko  <tomo@etl.go.jp>
832
833         * mule-charset.c (syms_of_mule_charset): Update to
834         0.4 (Shin-Imamiya).
835
836 1999-07-13 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
837
838         * file-coding.c (encode_coding_sjis): New implementation for
839         UTF2000.  (decode_coding_sjis): Ditto.
840
841 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
842
843         * mule-charset.c, character.h (Bytecount rep_bytes_by_first_byte):
844         Don't define in UTF2000.
845
846         * character.h: Include mule-charset.h if CHAR_IS_UCS4 is not
847         defined.
848
849         * redisplay-msw.c, objects-tty.c, objects-msw.c, mule-wnnfns.c,
850         mule-ccl.c, lstream.h, buffer.h: Include character.h in every
851         MULE.
852
853 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
854
855         * config.h.in (CHAR_IS_UCS4): New macro.
856
857         * mule-charset.c (rep_bytes_by_first_byte): Modify for
858         conventional MULE representation.
859         (syms_of_mule_charset): Update to 0.3 (Imamiya).
860
861         * mule-charset.h: Reverted to original.
862
863         * redisplay-msw.c, objects-tty.c, objects-msw.c, mule-wnnfns.c,
864         mule-ccl.c, lstream.h, buffer.h: Use "character.h" instead of
865         "mule-charset.h" if CHAR_IS_UCS4 is defined.
866
867         * character.h: New file.
868
869         * file-coding.c (Fmake_coding_system): Set 1 to
870         `codesys->fixed.size' if TYPE is `no-conversion' and UTF2000 is
871         defined.
872         (encode_coding_no_conversion): New implementation for UTF2000.
873
874         * file-coding.h (struct Lisp_Coding_System): Add new member
875         `fixed.size'.
876
877 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
878
879         * file-coding.c (decode_coding_iso2022): Code-point arguments of
880         `MAKE_CHAR' must be smaller than 0x80 in UTF2000.
881         (encode_coding_iso2022): New implementation for UTF2000.
882
883 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
884
885         * mule-canna.c (c2mu): New implementation for UTF2000.
886         (m2c): Likewise.
887
888 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
889
890         * file-coding.c (encode_coding_no_conversion): Modify for UTF2000.
891
892 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
893
894         * file-coding.c (reset_encoding_stream): Set 0 to
895         `str->iso2022.current_char_boundary' in UTF2000.
896         (encode_utf8): Don't define in UTF2000.
897         (encode_coding_utf8): New implementation for UTF-8 representation
898         of UTF2000.
899         (complex_vars_of_file_coding): Define coding-system `utf-8'.
900
901 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
902
903         * mule.c (vars_of_mule): Provide `utf-2000' in UTF2000.
904
905         * mule-charset.h (BUFBYTE_FIRST_BYTE_P): Modify for UTF-8 in
906         UTF2000.
907         (REP_BYTES_BY_FIRST_BYTE): Likewise.
908
909         * buffer.h (non_ascii_valid_char_p): Don't define in UTF2000.
910
911         * mule-charset.c (non_ascii_set_charptr_emchar): Don't define
912         local variables `lb', `c1', `c2' and `charset' in UTF2000; encode
913         as UTF-8 in UTF2000.
914         (non_ascii_charptr_emchar): Decode as UTF-8 in UTF2000.
915         (non_ascii_valid_char_p): Don't define in UTF2000.
916         (non_ascii_charptr_copy_char): Add case 5 and 6 in UTF2000.
917         (Lstream_get_emchar_1): Likewise.
918         (utf-2000-version): New variable in UTF2000.
919
920         * lread.c (read_escape): Add new reader `u'.
921
922         * insdel.c (three_to_one_table): Don't define in UTF2000.
923         (bufpos_to_bytind_func): Use `buf->text->mule_size' instead of
924         `buf->text->mule_shifter' and `buf->text->mule_three_p' in
925         UTF2000.
926         (bytind_to_bufpos_func): Likewise.
927         (buffer_mule_signal_inserted_region): Likewise.
928         (vars_of_insdel): Don't initialize `three_to_one_table'.
929         (init_buffer_text): Use `buf->text->mule_size' instead of
930         `buf->text->mule_shifter' and `buf->text->mule_three_p' in
931         UTF2000.
932
933         * file-coding.c (DECODE_ADD_BINARY_CHAR): New implementation for
934         UTF-8 representation in UTF2000.
935         (DECODE_ADD_UCS_CHAR): New macro in UTF2000.
936         (decode_ucs4): Use `DECODE_ADD_UCS_CHAR' in UTF2000.
937         (decode_coding_iso2022): Don't define local variable `lb' in
938         UTF2000; don't use LEADING_BYTE in UTF2000; use
939         `DECODE_ADD_UCS_CHAR' in UTF2000.
940         (convert_to_external_format): Decode as UTF-8 in UTF2000.
941
942         * config.h.in (UTF2000): New macro.
943
944         * buffer.h (struct buffer_text): Add new member `mule_size' and
945         don't add `mule_shifter' and `mule_three_p' in UTF2000.
946         (valid_char_p): Return always 1 in UTF2000.
947         (MAX_EMCHAR_LEN): 6 in UTF2000.
948         (three_to_one_table): Don't define in UTF2000.
949         (real_bufpos_to_bytind): Modify for UTF-8 representation in
950         UTF2000.
951         (real_bytind_to_bufpos): Likewise.
952
953         * alloc.c (Fmake_string): Add case 5 and 6 for UTF2000.
954
955 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
956
957         * mule-charset.c (rep_bytes_by_first_byte): Modified for character
958         representation change.
959         (Vutf_2000_version): New variable.
960         (leading_code_private_11): New variable.
961         (syms_of_mule_charset): Add new variables `utf-2000-version' and
962         `leading-code-private-11'.
963
964         * mule-charset.h (LEADING_BYTE_CHINESE_CCITT_GB): New macro.
965         (LEADING_BYTE_CHINESE_BIG5_1): Changed to 0x96 temporally.
966         (LEADING_BYTE_CHINESE_CNS11643_1): Changed to 0x97.
967         (LEADING_BYTE_CHINESE_CNS11643_2): Changed to 0x98.
968         (LEADING_BYTE_CHINESE_CNS11643_3): New macro.
969         (LEADING_BYTE_CHINESE_CNS11643_4): Likewise.
970         (LEADING_BYTE_CHINESE_CNS11643_5): Likewise.
971         (LEADING_BYTE_CHINESE_CNS11643_6): Likewise.
972         (LEADING_BYTE_CHINESE_CNS11643_7): Likewise [but not used].
973         (LEADING_BYTE_CHINESE_BIG5_2): Changed to 0x9D temporally.
974         (LEADING_BYTE_KOREAN_KPS9566): New macro [but not used].
975         (CHAR_FIELD1_MASK): Changed to (0x7F << 14).
976         (MIN_CHAR_GREEK): New macro.
977         (MAX_CHAR_GREEK): New macro.
978         (MIN_CHAR_CYRILLIC): New macro.
979         (MAX_CHAR_CYRILLIC): New macro.
980         (MIN_CHAR_HEBREW): New macro.
981         (MAX_CHAR_HEBREW): New macro.
982         (MIN_CHAR_THAI): New macro.
983         (MAX_CHAR_THAI): New macro.
984         (MIN_CHAR_HALFWIDTH_KATAKANA): New macro.
985         (MAX_CHAR_HALFWIDTH_KATAKANA): New macro.
986         (CHAR_FIELD2_INTERNAL): New macro [renamed from `CHAR_FIELD2'.
987         (CHAR_FIELD3_INTERNAL): New macro [renamed from `CHAR_FIELD3'.
988         (FIELD1_TO_PRIVATE_LEADING_BYTE): Changed to 0xc0.
989         (FIELD1_TO_OFFICIAL_LEADING_BYTE): Changed to 0x50.
990         (CHAR_FIELD2): New inline function.
991         (CHAR_FIELD3): New inline function.
992         (MULE_CHAR_PRIVATE_OFFSET): New macro.
993         (MIN_CHAR_OFFICIAL_TYPE9N): Shifted to `MULE_CHAR_PRIVATE_OFFSET'.
994         (MIN_CHAR_PRIVATE_TYPE9N): Likewise.
995         (MIN_CHAR_PRIVATE_TYPE9NX9N): Likewise.
996         (MIN_CHAR_OFFICIAL_TYPE9NX9N): Likewise.
997         (MIN_CHAR_COMPOSITION): Likewise.
998         (CHAR_LEADING_BYTE): Modified for character representation change.
999         (MAKE_CHAR): Likewise.
1000
1001         * lisp.h (Vcharset_latin_iso8859_1): New variable.
1002         (Vcharset_greek_iso8859_7): Likewise.
1003         (Vcharset_cyrillic_iso8859_5): Likewise.
1004         (Vcharset_hebrew_iso8859_8): Likewise.
1005         (Vcharset_thai_tis620): Likewise.
1006         (Vcharset_katakana_jisx0201): Likewise.
1007
1008 1999-08-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
1009
1010         * file-coding.c (determine_real_coding_system): Treat `coding:'
1011         cookie.
1012
1013 1999-08-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
1014
1015         * file-coding.c (struct decoding_stream): New member `counter'.
1016         (reset_decoding_stream): Initialize `counter'.
1017         (decode_coding_ucs4): Use `counter'.
1018         (decode_coding_utf8): Likewise.
1019
1020 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
1021
1022         * XEmacs 21.2.19 is released
1023
1024 1999-07-27  Jeff Miller  <jmiller@smart.net>
1025
1026         * add a "#ifdef HAVE_MENUBARS"  wrapper to gui.c around 
1027           menubar_show_keybindings.
1028
1029 1999-07-23  SL Baur  <steve@miho>
1030
1031         * mule-charset.c (syms_of_mule_charset): Delete duplicated
1032         definition of Qccl_program.
1033
1034         * mule-ccl.h: Make a global declaration of it here.
1035
1036 1999-07-20  Bob Weiner  <weiner@beopen.com>
1037
1038         * s/sco7.h: Added from rr@sco.com.
1039
1040 1999-06-25  MORIOKA Tomohiko  <tomo@etl.go.jp>
1041
1042         * mule-ccl.c (ccl_driver): Fix `CCL_WriteMultibyteChar2'.
1043
1044 1999-06-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
1045
1046         * file-coding.c (mule_decode): Setup `str->ccl.last_block'.
1047         (mule_encode): Likewise.
1048
1049         * mule-ccl.c (Qccl_program): New variable.
1050         (CCL_SUSPEND): New macro.
1051         (CCL_INVALID_CMD): New macro.
1052         (CCL_READ_CHAR): Don't regard as invalid command while processing
1053         the last block even if input is empty; use
1054         `CCL_STAT_SUSPEND_BY_SRC' instead of `CCL_STAT_SUSPEND'.
1055         (vars_of_mule_ccl): Setup `Qccl_program' and `Qccl_program_idx'.
1056
1057         * mule-ccl.h (CCL_STAT_SUCCESS): Moved from mule-ccl.c.
1058         (CCL_STAT_SUSPEND_BY_SRC): Imported from Emacs 20.3.10.
1059         (CCL_STAT_SUSPEND_BY_DST): Likewise.
1060         (CCL_STAT_INVALID_CMD): Moved from mule-ccl.c; change value from 2.
1061         (CCL_STAT_QUIT): Moved from mule-ccl.c; change value from 3.
1062
1063 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
1064
1065         * mule-ccl.h (struct ccl_program): New member stack_idx.
1066
1067         * mule-ccl.c (ccl_prog_stack_struct): Declare it as static.
1068         (ccl_driver): Setup stack_idx and ccl_prog correctly.  Update them
1069         before returing.
1070         (setup_ccl_program): Initialize ccl->stack_idx to 0.
1071
1072 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
1073
1074         * mule-ccl.c (CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the
1075         definitions.
1076
1077 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
1078
1079         * mule-ccl.c (CCL_READ_CHAR): If eof is encounterd while
1080         processing the last block, don't just finish but processes eol
1081         block of the current CCL program.
1082         (ccl_driver): Add a new jump label ccl_repeat for the above
1083         change.
1084
1085 1998-04-15  Kenichi Handa  <handa@etl.go.jp>
1086
1087         * mule-ccl.c: Typo in comments fixed.
1088         (Qccl_program_idx): New variables.
1089         (CCL_ReadMultibyteChar2): Macro name changed from
1090         CCL_ReadMultibyteCharacter.
1091         (CCL_WriteMultibyteChar2): Macro name changed from
1092         CCL_WriteMultibyteChar2.
1093         (ccl_driver): Adjusted for the above changes.
1094         (resolve_symbol_ccl_program): New function.
1095         (Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
1096         program.  If CCL-PRGRAM is a vector, convert symbols in it to ID
1097         numbers by resolve_symbol_ccl_program.
1098         (Fccl_execute_on_string): Likewise.
1099         (Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
1100         convert symbols in it to ID numbers by resolve_symbol_ccl_program.
1101
1102 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
1103
1104         * mule-ccl.h: (struct ccl_program): New member private_state.
1105
1106         * mule-ccl.c
1107         (CCL_Call): Fix the comment.
1108         (CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter): New
1109         macros for CCL Commands.
1110         (EXCMD): New macro.
1111         (ccl_driver): New case lable `CCL_Extention'.
1112         (setup_ccl_program): Initialize the member `private_state' of CCL.
1113
1114 1999-07-08  Katsumi Yamaoka <yamaoka@jpl.org>
1115
1116         * keymap.c (copy_keymap_internal): Inherit the default binding.
1117
1118 1999-07-14  Kazuyuki IENAGA <kazz@imasy.or.jp>
1119
1120         * event-Xt.c (handle_focus_event_1): Re-enable Motif/XIM to get
1121         focus the event (XIM_focus_event).
1122         (emacs_Xt_handle_magic_event): No side effect on Motif/XIM because 
1123         XIM_SetGeometry does nothing in input_method_motif.c, but re-unify
1124         the interface for future use (XIM_SetGeometry).
1125         * redisplay-x.c (x_output_string): Re-enable Motif/XIM to set spot 
1126         location (XIM_SetSpotLocation).
1127         (x_output_eol_cursor): Ditto.
1128
1129 1999-07-17  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1130
1131         * gdbinit (pobj): change lrecord_foo to &lrecord_foo to match
1132         Olivier's change to lrecord.h of 1999-04-22
1133
1134 1999-07-20  Robert Pluim  <rpluim@bigfoot.com>
1135
1136         * gutter.c (redraw_exposed_gutter): Change type of pos from
1137         enum toolbar_pos -> enum gutter_pos, since former is only defined
1138         if toolbar support is.
1139
1140 1999-07-19  Andy Piper  <andy@xemacs.org>
1141
1142         * glyphs-x.c (x_resize_subwindow): cope with widgets as well as
1143         subwindows.
1144
1145         * gutter.c (gutter_validate): new function for the gutter specifier.
1146         (specifier_type_create_gutter): declare specifier validator.
1147
1148         * buffer.h (INC_CHARBYTIND): add for no error checking version.
1149
1150 1999-07-18  Andy Piper  <andy@xemacs.org>
1151
1152         * redisplay.c (add_emchar_rune): use XSTRING_DATA not string_data.
1153
1154         * glyphs-msw.c (console_type_create_glyphs_mswindows): add
1155         resize_subwindow.
1156         (mswindows_resize_subwindow): new function.
1157
1158         * gutter.c (redraw_exposed_gutter): only reset the
1159         current_display_lines if non-zero.
1160         (Fgutter_pixel_height): new function.
1161         (Fgutter_pixel_width): new function.
1162
1163         * event-msw.c (mswindows_wnd_proc): set the mask of the parameter
1164         we want to retrive from the tab control.
1165
1166 1999-07-17  Andy Piper  <andy@xemacs.org>
1167
1168         * window.c (change_window_height): mark gutters changed when we're
1169         done.
1170
1171         * gutter.c (specifier_vars_of_gutter): make defaults more
1172         sensible.
1173
1174         * gutter.h (WINDOW_REAL_GUTTER_BORDER_WIDTH): adjust to be 0 for 0
1175         height gutter.
1176         (DEFAULT_GUTTER_WIDTH): change.
1177         (DEFAULT_GUTTER_BORDER_WIDTH): change.
1178
1179 1999-07-18  Andy Piper  <andy@xemacs.org>
1180
1181         * redisplay.c (add_emchar_rune): use XSTRING_DATA not string_data.
1182
1183 1999-07-16  Andy Piper  <andy@xemacs.org>
1184
1185         * frame.c (Fmake_frame): call init_frame_gutters().
1186
1187         * redisplay.c (add_emchar_rune): use string functions if we are
1188         working with a string.
1189         (position_redisplay_data_type): add string element.
1190
1191 1999-07-15  Andy Piper  <andy@xemacs.org>
1192
1193         * winslots.h: add real_gutter_size slots to hold the actual gutter
1194         size. This is important for autodetected sizes.
1195
1196         * gutter.c (calculate_gutter_size): calculate size for gutters
1197         that have 'autodetect size.
1198
1199         * redisplay-msw.c (mswindows_output_vertical_divider): adjust
1200         extent of divider for gutters.
1201
1202         * redisplay-x.c (x_output_vertical_divider): adjust extent of
1203         divider for gutters.
1204
1205         * scrollbar.c (update_scrollbar_instance): adjust scrollbar
1206         position to take into account the gutters.
1207
1208         * redisplay.c (generate_modeline): adjust modeline position to
1209         take into account the gutters.
1210
1211 1999-07-14  Andy Piper  <andy@xemacs.org>
1212
1213         * gutter.c (frame_topmost_window): new function.
1214         (frame_bottommost_window): ditto.
1215         (frame_leftmost_window): ditto.
1216         (frame_rightmost_window): ditto.
1217
1218 1999-07-13  Andy Piper  <andy@xemacs.org>
1219
1220         * redisplay.c (calculate_display_line_boundaries): use text
1221         boundaries so that gutters get handled properly.
1222
1223 1999-07-12  Andy Piper  <andy@xemacs.org>
1224
1225         * glyphs-x.c (x_widget_instantiate): set the font Motif-style if
1226         we're using Motif.
1227
1228         * redisplay-output.c (redisplay_clear_to_window_end): generalised
1229         from redisplay-x.c
1230
1231         * redisplay-x.c (redisplay_clear_to_window_end): moved to
1232         redisplay.c
1233         
1234         * redisplay-msw.c (redisplay_clear_to_window_end): deleted.
1235
1236         * gutter.c: new file - implements gutters. All new functions are
1237         semantically equivalent to the toolbar functions.
1238         (gutter_was_visible): new function.
1239         (get_gutter_coords): ditto.
1240         (output_gutter): ditto.
1241         (clear_gutter): ditto.
1242         (update_frame_gutters): ditto.
1243         (redraw_exposed_gutter): ditto.
1244         (redraw_exposed_gutters): ditto.
1245         (free_frame_gutters): ditto.
1246         (init_frame_gutters): ditto.
1247         (decode_gutter_position): ditto.
1248         (Fset_default_gutter_position): ditto.
1249         (Fset_default_gutter_position): ditto.
1250         (Fdefault_gutter_position): ditto.
1251         (gutter_after_change): ditto.
1252         (Fgutter_specifier_p): ditto.
1253         (recompute_overlaying_specifier): ditto.
1254         (gutter_specs_changed): ditto.
1255         (default_gutter_specs_changed): ditto.
1256         (gutter_geometry_changed_in_window): ditto.
1257         (default_gutter_size_changed_in_window): ditto.
1258         (default_gutter_border_width_changed_in_window): ditto.
1259         (default_gutter_visible_p_changed_in_window): ditto.
1260         (syms_of_gutter): ditto.
1261         (vars_of_gutter): ditto.
1262         (specifier_type_create_gutter): ditto.
1263         (specifier_vars_of_gutter): ditto.
1264
1265         * gutter.h: new file. Contains gutter constants and sizing macros
1266         similar to those for the toolbar.
1267
1268         * winslots.h: add gutter variables.
1269
1270         * window.h: declare window_is_* functions.
1271
1272         * window.c (window_is_lowest): make non-static.
1273         (window_is_highest): ditto.
1274         (window_top_toolbar_height): deleted.
1275         (window_bottom_toolbar_height): deleted.
1276         (window_left_toolbar_width): deleted.
1277         (window_right_toolbar_width): deleted.
1278         (window_top_gutter_height): add gutter sizing.
1279         (window_bottom_gutter_height): ditto.
1280         (window_left_gutter_width): ditto.
1281         (window_right_gutter_width): ditto.
1282
1283         * symsinit.h: declarations for gutters vars etc.
1284
1285         * search.c (bi_find_next_emchar_in_string): new function.
1286
1287         * scrollbar.c (update_scrollbar_instance): remove reference to
1288         window_bottom_toolbar_height which did nothing.
1289
1290         * redisplay.h (struct display_line): add face indices for
1291         overriding defaults in output_display_line.
1292         Add gutter_changed flags and declarations.
1293
1294         * redisplay.c (create_string_text_block): new function, similar to
1295         create_text_block but for strings. Display tables etc are used
1296         from the currently selected window.
1297         (generate_string_display_line): ditto. Similar to
1298         generate_display_line.
1299         (generate_displayable_area): generate display lines for a given
1300         area on a frame. Input is the string, with associated extents, to
1301         display.
1302         (redisplay_frame): add gutter_changed check.
1303         (redisplay_device): ditto.
1304         (redisplay_without_hooks): ditto.
1305
1306         * redisplay-x.c (bevel_modeline): moved to redisplay.c.
1307         (x_redraw_exposed_area): redraw exposed gutters.
1308         (x_bevel_area): new redisplay device method.
1309         (x_type_create_redisplay_mswindows): add bevel_area device method.
1310         (x_output_display_block): fiddly Martin-style cleanup.
1311         (x_output_vertical_divider): use bevel_area.
1312
1313         * redisplay-output.c (output_display_line): check display_lines
1314         for face information before using defaults.
1315         (bevel_modeline): new function, calls bevel_area with appropriate
1316         values.
1317
1318         * redisplay-msw.c (bevel_modeline): moved to redisplay.c.
1319         (mswindows_redraw_exposed_area): redraw exposed gutters.
1320         (mswindows_bevel_area): new redisplay device method.
1321         (console_type_create_redisplay_mswindows): add bevel_area device
1322         method.
1323
1324         * indent.c (string_column_at_point): add column_at_point but for
1325         strings.
1326
1327         * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
1328         instantiate widgets that we have a toolkit for.
1329
1330         * general.c: add Qgutter.
1331
1332         * frame.h (struct frame): add display lines for gutters and
1333         visibility flags.
1334
1335         * frame.c (set_frame_selected_window): mark gutters changed.
1336
1337         * emacs.c (main_1): add gutter initialisation.
1338
1339         * device.h (struct device): add gutter_changed flag and macros to
1340         manipulate it.
1341
1342         * console.h (struct console_methods): new bevel area redisplay
1343         method.
1344
1345         * buffer.h (REAL_INC_CHARBYTIND): new macro for strings as
1346         REAL_INC_BYTIND is for buffers.
1347         (INC_CHARPTR): ditto.
1348
1349         * Makefile.in.in (objs): add gutter.o
1350
1351 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
1352
1353         * XEmacs 21.2.18 is released
1354
1355 1999-07-08  SL Baur  <steve@mule.m17n.org>
1356
1357         * event-Xt.c (handle_focus_event_1): Guard FRAME_X_XIC with
1358         XIM_XLIB.
1359         (emacs_Xt_handle_magic_event): Ditto.
1360         * redisplay-x.c (x_output_string): Ditto.
1361         (x_output_eol_cursor): Ditto.
1362
1363 1999-06-30  Kazuyuki IENAGA <kazz@imasy.or.jp>
1364
1365         *  event-Xt.c, input-method-xlib.c, redisplay-x.c: Avoid the
1366         problem that when XIM is destroyed or missed with some reason,
1367         xemacs will die.  Now xim=xlib waits the XIM will be ready and
1368         endures the case of XIM end up.
1369
1370 1999-07-03  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1371
1372         * tooltalk.c (init_tooltalk): save signal actions for SIGQUIT,
1373         SIGINT and SIGCHLD before calling tt_open and restore the
1374         afterwards. This fixes e.g. the zombie subprocesses on Solaris
1375
1376 1999-07-06  SL Baur  <steve@xemacs.org>
1377
1378         * s/linux.h: gcc-2.8 changes for powerpc
1379         From Justin Vallon <vallon@mindspring.com>
1380
1381 1999-07-05  Didier Verna  <verna@inf.enst.fr>
1382
1383         * indent.c: new symbol Qcoerce.
1384         (Fmove_to_column): use it + doc string update.
1385
1386 1999-07-04  Andy Piper  <andy@xemacs.org>
1387
1388         * console.c: undo earlier Fprovide changes.
1389         * fns.c: ditto.
1390         * console.h: ditto.
1391
1392         * console-tty.c (image_instantiator_format_create_glyphs_tty): new
1393         function. validate appropriate image formats for tty.
1394
1395         * glyphs.h (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT_NO_SYM):
1396         initialize consoles parameter.
1397         (struct image_instantiator_methods): add consoles parameter.
1398         (IIFORMAT_VALID_CONSOLE): new function. validate the format on the
1399         console.
1400         (INITIALIZE_DEVICE_IIFORMAT): validate the format on the given
1401         console.
1402
1403         * glyphs-msw.c: declare instantiators for later use.
1404         (image_instantiator_format_create_glyphs_mswindows): validate xpm
1405         and friends on the mswindows console.
1406         * glyphs-x.c: ditto.
1407
1408         * glyphs.c (valid_image_instantiator_format_p): disallow glyphs
1409         that have not been registered on the supplied device.
1410         (Fvalid_image_instantiator_format_p): add locale argument.
1411         (instantiate_image_instantiator): valid image instantiator on the
1412         device.
1413
1414         * symsinit.h: add image_instantiator_format_create_glyphs_tty()
1415         declaration.
1416
1417         * emacs.c (main_1): add call to
1418         image_instantiator_format_create_glyphs_tty().
1419
1420 1999-06-29  Olivier Galibert  <galibert@pobox.com>
1421
1422         * lisp.h: Add #include <stddef.h>.
1423
1424         * sysdep.c: Remove #include <stddef.h>.
1425         * symbols.c: Remove #include <stddef.h>.
1426         * sheap.c: Remove #include <stddef.h>.
1427         * opaque.c: Remove #include <stddef.h>.
1428         * nt.c: Remove #include <stddef.h>.
1429         * mule-charset.c: Remove #include <stddef.h>.
1430         * marker.c: Remove #include <stddef.h>.
1431         * file-coding.c: Remove #include <stddef.h>.
1432         * extents.c: Remove #include <stddef.h>.
1433         * elhash.c: Remove #include <stddef.h>.
1434         * data.c: Remove #include <stddef.h>.
1435         * chartab.c: Remove #include <stddef.h>.
1436         * bytecode.c: Remove #include <stddef.h>.
1437         * alloc.c: Remove #include <stddef.h>.  Fix vector description
1438
1439 1999-06-30  SL Baur  <steve@miho.m17n.org>
1440
1441         * editfns.c: Document "%s" format spec.
1442         Suggested by Bob Weiner <weiner@altrasoft.com>
1443
1444 1999-06-29  Andy Piper  <andy@xemacs.org>
1445
1446         * event-msw.c: fix definition booboo.
1447
1448 1999-06-28  Andy Piper  <andy@xemacs.org>
1449
1450         * glyphs-x.c: change tree -> tree-view, progress ->
1451         progress_gauge, edit -> edit-field, tab -> tab-control, combo ->
1452         combo-box.
1453         (complex_vars_of_glyphs_x): provide-on-console the implemented
1454         widget types.
1455
1456         * glyphs-msw.c: ditto.
1457         (complex_vars_of_glyphs_mswindows): ditto.
1458
1459         * lisp.h: add Fprovide_on_console.
1460
1461         * fns.c (Ffeaturep): add extra optional console argument.
1462         (Fprovide_on_console): like Fprovide but provides only on the
1463         specified console-type.
1464         (Frequire): check console-features as well as global features.
1465
1466         * console.c (Fconsole_features): new function. return features for
1467         this console.
1468         (syms_of_console): add Fconsole_features.
1469
1470         * console.h (CONMETH_FEATURES): new function for accessing features.
1471         (CONSOLE_FEATURES): ditto.
1472         (struct console_methods): add features slot.
1473         (INITIALIZE_CONSOLE_TYPE): initialize features slot.
1474
1475 1999-06-28  Andy Piper  <andy@xemacs.org>
1476
1477         * event-Xt.c (handle_focus_event_1): conditionally compile for
1478         X11R5.
1479
1480         * s/cygwin32.h: fix me website address.
1481
1482         * event-msw.c: add NMHDR for pre b20 cygwin builds.
1483
1484         * gui-x.c (button_item_to_widget_value): only add callback if it
1485         is non-nil.
1486
1487         * glyphs-x.c: add progress, edit and combo instantiators.
1488         (x_widget_set_property): new function. uses lwlib to set widget
1489         values.
1490         (x_widget_property): new function. uses lwlib to get widget
1491         values.
1492         (x_button_instantiate): support images in buttons.
1493         (x_button_property): new function. use lwlib to get the selected
1494         state.
1495         (x_progress_instantiate): new function for instantiating progress
1496         gauges.
1497         (x_progress_set_property): new function. sets the progress gauge
1498         position.
1499         (x_edit_instantiate): new function. for instantiating edit fields.
1500         (x_combo_instantiate): new function. for instantiating combo
1501         boxes.
1502         (image_instantiator_format_create_glyphs_x): add new device ii
1503         formats.
1504
1505         * glyphs-msw.c (mswindows_tab_instantiate): remove redundant var.
1506
1507         * console.h (CONSOLE_FEATURES): new features accesor.
1508
1509         * conslots.h (MARKED_SLOT): add features entry.
1510
1511 1999-06-25  Andy Piper  <andy@xemacs.org>
1512
1513         * menubar-x.c (menu_item_descriptor_to_widget_value_1): use new
1514         gui functions.
1515
1516         * menubar-msw.c: move MAX_MENUITEM_LENGTH to gui.h
1517
1518         * gui.h (struct Lisp_Gui_Item): add accelerator.
1519
1520         * gui.c (gui_item_add_keyval_pair): deal with accelerators.
1521         (gui_item_init): ditto.
1522         (gui_add_item_keywords_to_plist): ditto.
1523         (mark_gui_item): ditto.
1524         (gui_item_hash): ditto.
1525         (gui_item_accelerator): new function.
1526         (gui_name_accelerator): new function stolen from gui-x.c
1527
1528         * gui-x.c (popup_selection_callback): always define. mark
1529         subwindows changed after calling a callback.
1530         (menu_name_to_accelerator): deleted.
1531         (button_item_to_widget_value): forward gui_item things to gui_item
1532         functions.
1533
1534         * glyphs-x.h (struct x_subwindow_data): add data for widgets. add
1535         appropriate accesors.
1536
1537         * glyphs-x.c: declare new glyph formats.
1538         (x_finalize_image_instance): unmanage and destroy widgets if they
1539         exist.
1540         (x_unmap_subwindow): handle widgets specially.
1541         (x_map_subwindow): ditto. offset display of widgets by offset of
1542         text widget within container.
1543         (x_update_subwindow): new function. call lw_modify_all_widgets
1544         when we are a widget.
1545         (x_widget_instantiate): new function for generically creating
1546         widgets-glyphs. toolkit specifics forwarded to lwlib.
1547         (x_button_instantiate): new function for instantiating
1548         widgets-glyph buttons.
1549         (console_type_create_glyphs_x): register update_subwindow.
1550         (image_instantiator_format_create_glyphs_x): register widget and
1551         button types.
1552
1553         * event-msw.c (mswindows_wnd_proc): remove redundant variable.
1554
1555         * event-Xt.c (x_event_to_emacs_event): call handle_focus_event_1
1556         when we get a button press in case we do not have the focus.
1557         (handle_focus_event_1): set the keyboard focus to the text widget
1558         if we do not have it.
1559
1560         * dialog-x.c (dbox_descriptor_to_widget_value): use new gui_item
1561         functions.
1562
1563 1999-06-24  SL Baur  <steve@miho.m17n.org>
1564
1565         * syntax.c (scan_words): Restore non-Mule code.
1566         (word_constituent_p): Restore.
1567
1568 1999-06-23  Olivier Galibert  <galibert@pobox.com>
1569
1570         * config.h.in: Add missing #undef *_USER_DEFINED.
1571
1572 1999-06-23  SL Baur  <steve@miho.m17n.org>
1573
1574         * lisp.h (set_bit_vector_bit): Force promotion to unsigned long
1575         int (fixes a 64-bit problem).
1576
1577         * chartab.c (word_boundary_p): Use EQ not == for lisp_object
1578         comparison.
1579
1580 1999-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
1581
1582         * paths.h.in (PATH_DOC): Made doc-directory configurable.
1583
1584 1999-06-22  Olivier Galibert  <galibert@pobox.com>
1585
1586         * lrecord.h: Added basic external description system.
1587
1588         * symbols.c: Added symbol, symbol-value-buffer-local,
1589         symbol-value-lisp-magic and symbol-value-varalias description.
1590         * mule-charset.c: Added charset description.
1591         * marker.c: Added marker description.
1592         * keymap.c: Added keymap description.
1593         * glyphs.c: Added glyph description.
1594         * floatfns.c: Added float description.
1595         * file-coding.c: Added coding-system description.
1596         * extents.c: Added extent description.
1597         * elhash.c: Added hash-table description.
1598         * data.c: Added weak-list desciption.
1599         * chartab.c: Added char-table-entry and char-table description.
1600         * bytecode.c: Added compiled-function description.
1601         * alloc.c: Added cons, vector and string description.
1602
1603 1999-06-22  Olivier Galibert  <galibert@pobox.com>
1604
1605         * lrecord.h (struct lrecord_header): Reduced size to 4 bytes.
1606         Updated everything to the removal of the "flags" substructure.
1607
1608         * lisp.h (subr_lheader_initializer): Updated.
1609         * symeval.h (symbol_value_forward_lheader_initializer): Updated.
1610
1611 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
1612
1613         * syntax.c (word_constituent_p): Deleted.
1614         (scan_words): Use `WORD_BOUNDARY_P'.
1615
1616         * chartab.c (Vword_combining_categories): New variable.
1617         (Vword_separating_categories): Likewise.
1618         (CATEGORYP): New macro.
1619         (CATEGORY_SET): Likewise.
1620         (CATEGORY_MEMBER): Likewise.
1621         (word_boundary_p): New function.
1622         (complex_vars_of_chartab): Set up new variable
1623         `word-combining-categories' and `word-separating-categories'.
1624
1625 1999-06-18  Olivier Galibert  <galibert@pobox.com>
1626
1627         * lrecord.h: Added description as a placehold in the lrecord
1628         implementation structures.  Added the parameter to all constructor
1629         defines.
1630
1631         * alloc.c: Added placeholders.
1632         * buffer.c: Ditto.
1633         * bytecode.c: Ditto.
1634         * chartab.c: Ditto.
1635         * console.c: Ditto.
1636         * data.c: Ditto.
1637         * database.c: Ditto.
1638         * device.c: Ditto.
1639         * eldap.c: Ditto.
1640         * elhash.c: Ditto.
1641         * eval.c: Ditto.
1642         * event-stream.c: Ditto.
1643         * events.c: Ditto.
1644         * extents.c: Ditto.
1645         * faces.c: Ditto.
1646         * file-coding.c: Ditto.
1647         * floatfns.c: Ditto.
1648         * fns.c: Ditto.
1649         * frame.c: Ditto.
1650         * glyphs.c: Ditto.
1651         * gui-x.c: Ditto.
1652         * keymap.c: Ditto.
1653         * lstream.c: Ditto.
1654         * marker.c: Ditto.
1655         * mule-charset.c: Ditto.
1656         * objects.c: Ditto.
1657         * opaque.c: Ditto.
1658         * process.c: Ditto.
1659         * rangetab.c: Ditto.
1660         * specifier.c: Ditto.
1661         * symbols.c: Ditto.
1662         * toolbar.c: Ditto.
1663         * tooltalk.c: Ditto.
1664         * window.c: Ditto.
1665
1666 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
1667
1668         * XEmacs 21.2.17 is released
1669
1670 1999-06-13  Oscar Figueiredo  <oscar@xemacs.org>
1671
1672         * config.h.in (HAVE_LDAP_SET_OPTION): New define
1673         (HAVE_LDAP_GET_LDERRNO): Ditto
1674         (HAVE_LDAP_RESULT2ERROR): Ditto
1675         (HAVE_LDAP_PARSE_RESULT): Ditto
1676         (HAVE_UMICH_LDAP): Removed
1677         (HAVE_NS_LDAP): Removed
1678
1679         * eldap.h (struct Lisp_LDAP): Removed the `livep' member as
1680         suggested by Olivier Galibert
1681         (CHECK_LIVE_LDAP): Test on `ld' instead of `livep'
1682
1683         * eldap.c: Take the removal of `livep' into account in all the
1684         necessary functions
1685         (signal_ldap_error): Take two additional parameters
1686         Added new finer compilation conditions in order to use
1687         ldap_parse_result or ldap_result2error if available
1688         (Fldap_open): Conform to this new API
1689         (Fldap_search_internal): Ditto
1690
1691 1999-06-17  SL Baur  <steve@miho.m17n.org>
1692
1693         * data.c (struct int_or_double): Should use EMACS_INT not int.
1694
1695 1999-06-16  Norbert Koch  <n.koch@eai-delta.de>
1696
1697         * redisplay-msw.c: Run 'ccl_driver' with 'CCL_MODE_ENCODING' as in
1698         redisplay-x.c
1699
1700 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
1701
1702         * redisplay-x.c (separate_textual_runs): Run `ccl_driver' with
1703         `CCL_MODE_ENCODING'.
1704
1705         * file-coding.c (mule_decode): Run `ccl_driver' with
1706         `CCL_MODE_DECODING'.
1707         (mule_encode): Run `ccl_driver' with `CCL_MODE_ENCODING'.
1708
1709         * mule-ccl.c (CCL_WRITE_CHAR): Refer `conversion_mode'.
1710         (ccl_driver): Add new argument `conversion_mode'.
1711         (Fccl_execute): Run `ccl_driver' with `CCL_MODE_ENCODING'.
1712         (Fccl_execute_on_string): Likewise [perhaps it is better to add
1713         new optional argument].
1714
1715         * mule-ccl.h (CCL_MODE_ENCODING): New macro.
1716         (CCL_MODE_DECODING): New macro.
1717         (ccl_driver): Add new argument `conversion_mode'.
1718
1719 1999-06-15  SL Baur  <steve@miho.m17n.org>
1720
1721         * mule-charset.c (Fsplit_char): New subr.
1722         (Fchar_octet): delete.
1723         (syms_of_mule_charset): DEFSUBR it.
1724
1725 1999-06-13  Andy Piper  <andy@xemacs.org>
1726
1727         * menubar.h: update declarations involving gui_items.
1728
1729         * lisp.h: declare Lisp_Gui_Item.
1730
1731         * glyphs.h (struct Lisp_Image_Instance): update type of gui_item.
1732
1733         * glyphs.c (mark_image_instance): modify for new lisp-based gui_items.
1734         (print_image_instance): ditto.
1735         (image_instance_equal): ditto.
1736         (image_instance_hash): ditto.
1737
1738         * event-msw.c (mswindows_need_event): assert badly_p status.
1739         (mswindows_wnd_proc): modify WM_NOTIFY handling to cope with
1740         callbacks in tree-view and tab-control widgets.
1741         (emacs_mswindows_next_event): modify use of
1742         mswindows_dequeue_dispatch_event.
1743
1744         * dialog-msw.c (mswindows_popup_dialog_box): modify for new
1745         lisp-based gui_items.
1746
1747         * glyphs-msw.c (mswindows_update_subwindow): update use of
1748         gui_items.
1749         (mswindows_register_gui_item): new function.
1750         (mswindows_register_gui_item): fix to use lisp gui_items.
1751         (mswindows_widget_instantiate): ditto.
1752         (mswindows_button_instantiate): ditto.
1753         (add_tree_item): new function to recursively add tree view
1754         elements.
1755         (add_tree_item_list): ditto.
1756         (mswindows_tree_instantiate): new function. instantiate tree view
1757         controls.
1758         (add_tab_item): new function to add tabs to a tab control.
1759         (mswindows_tab_instantiate): new function. instantiate tab
1760         controls.
1761         (image_instantiator_format_create_glyphs_mswindows): add tree view
1762         and tab controls.
1763         (vars_of_glyphs_mswindows): ditto.
1764
1765         * glyphs-widget.c (check_valid_item_list_1): allow nested lists in
1766         item lists.
1767         (check_valid_item_list): ditto.
1768         (initialize_widget_image_instance): fix to use new lisp gui_item.
1769         (widget_instantiate_1): allow the setting of default textwidth in
1770         characters.
1771         (widget_instantiate): change to use new widget_instantiate_1
1772         signature.
1773         (combo_instantiate): ditto.
1774         (static_instantiate): ditto.
1775         (tab_instantiate): new function for tab widgets.
1776         (image_instantiator_format_create_glyphs_widget): add tab and tree
1777         view widgets.
1778
1779         * menubar-msw.c (displayable_menu_item): convert to use lisp
1780         gui_items.
1781         (populate_menu_add_item): ditto.
1782         (populate_or_checksum_helper): ditto.
1783
1784         * menubar.c (menu_parse_submenu_keywords): convert to use lisp
1785         gui_items.
1786         (Fmenu_find_real_submenu): ditto.
1787
1788         * gui.h (struct Lisp_Gui_Item): make gui_item a lisp oebjct.
1789
1790         * gui.c (gui_item_add_keyval_pair): gui_items are now lisp
1791         objects, convert functions that use them accordingly.
1792         (gui_item_init): ditto.
1793         (gui_item_active_p): ditto.
1794         (gui_item_selected_p): ditto.
1795         (gui_item_included_p): ditto.
1796         (gui_item_display_flush_left): ditto.
1797         (gui_item_display_flush_right): ditto.
1798         (mark_gui_item): ditto.
1799         (allocate_gui_item): new function to create a gui_item.
1800         (make_gui_item_from_keywords_internal): ditto. create and return a
1801         gui_item as well as setting keywords.
1802         (gui_parse_item_keywords): ditto.
1803         (gui_parse_item_keywords_no_errors): ditto.
1804         (gui_add_item_keywords_to_plist): new function, not yet used.
1805         (gui_item_hash): new function.
1806         (gui_item_id_hash): use gui_item_hash.
1807         (gui_item_equal): new function.
1808         (print_gui_item): new function.
1809
1810 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
1811
1812         * XEmacs 21.2.16 is released
1813
1814 1999-06-10  Andy Piper  <andy@xemacs.org>
1815
1816         * select-msw.c (mswindows_own_selection): only set the clipboard
1817         if asked.
1818         (mswindows_get_foreign_selection): only get the clipboard if
1819         asked.
1820         (mswindows_disown_selection): only disown the clipboard if asked.
1821
1822 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
1823
1824         * file-coding.c (coding_system_from_mask): Use `raw-text' instead
1825         of `no-conversion'.
1826         (complex_vars_of_mule_coding): Use `raw-text' as the coding-system
1827         of coding-category `no-conversion'.
1828
1829 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
1830
1831         * file-coding.c (Qraw_text): New variable.
1832         (syms_of_mule_coding): Add new symbol `raw-text'.
1833         (complex_vars_of_mule_coding): Add new coding-system `raw-text';
1834         define coding-system `binary' independently; define coding-system
1835         `no-conversion' as an alias for `raw-text'.
1836
1837         * file-coding.h (Qraw_text): New variable.
1838
1839 1999-06-08  SL Baur  <steve@xemacs.org>
1840
1841         * s/decosf4-0.h: Explicitly #undef SYSTEM_MALLOC.
1842
1843 1999-06-06  Hrvoje Niksic  <hniksic@srce.hr>
1844
1845         * fns.c (MIME_LINE_LENGTH): Default to 72, as in mimencode and
1846         base64.el.
1847         (base64_decode_1): Signal errors instead of returning -1.
1848
1849 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
1850
1851         * mule-charset.c (Fmake_char): Update docstring.
1852
1853 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
1854
1855         * fns.c (Fstring_lessp): Actually increment the Bufbyte pointers.
1856
1857 1999-06-05  Hrvoje Niksic  <hniksic@srce.hr>
1858
1859         * fns.c (base64_decode_1): Allow and ignore any non-base64
1860         characters in input.
1861
1862 1999-05-27  Olivier Galibert  <galibert@pobox.com>
1863
1864         * emacs.c (Fdump_emacs): Add clear_message() lost with the removal
1865         of report_pure_usage().
1866
1867 1999-06-04  Hrvoje Niksic  <hniksic@srce.hr>
1868
1869         * fns.c (Fstring_lessp): Remove O(n^2) under Mule.
1870
1871 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
1872
1873         * XEmacs 21.2.15 is released
1874
1875 1999-06-01  Hirokazu FUKUI  <fukui@atesoft.advantest.co.jp>
1876
1877         * frame.c (Fset_mouse_position):
1878         (Fset_mouse_pixel_position):
1879         * window.c (Fsplit_window):
1880         (Fmove_to_window_line):
1881         Fix crash when invoking functions with an already-deleted window
1882         argument.
1883
1884         * indent.c (vertical_motion_1):
1885         (vmotion_pixels):
1886         (Fvertical_motion_pixels):
1887         * window.c (Fwindow_displayed_text_pixel_height):
1888         Fix error message when invoking functions with an already-deleted
1889         window argument.
1890
1891 1999-06-01  Jan Vroonhof  <vroonhof@math.ethz.ch>
1892
1893         * sysdep.c (request_sigio_on_device): Guard against glibc
1894         2.1's stub streams implementation.
1895
1896 1999-06-03  SL Baur  <steve@xemacs.org>
1897
1898         * config.h.in:
1899         * emacs.c:  Implement x.y.z version numbers
1900         From Jan Vroonhof <vroonhof@math.ethz.ch>
1901
1902 1999-05-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
1903
1904         * mule-charset.c (complex_vars_of_mule_charset): Registry of
1905         japanese-jisx0208-1978 should not match with "jisx0208.1983" nor
1906         "jisc6226.1983".
1907
1908 1999-06-03  SL Baur  <steve@xemacs.org>
1909
1910         * frame-x.c:
1911         * device-x.c: rename session option to wmcommand.
1912         From Oliver Graf <ograf@rhein-zeitung.de>
1913
1914 1999-05-27  Hrvoje Niksic  <hniksic@srce.hr>
1915
1916         * fns.c (Fsubstring): Don't traverse the same region twice with
1917         charcount_to_bytecount().
1918
1919 1999-06-03  SL Baur  <steve@steve1.m17n.org>
1920
1921         * m/alpha.h (SYSTEM_MALLOC): Fix indented preprocessor directive
1922         garbage.
1923
1924         * s/decosf4-0.h: Defining ORDINARY_LINK here is redundant (and it
1925         doesn't really work as is implied by the commentary).
1926         Don't define SYSTEM_MALLOC so the old GNU malloc can be used.
1927
1928 1999-06-02  SL Baur  <steve@steve1.m17n.org>
1929
1930         * symsinit.h: Declare vars_of_ntproc.
1931         * emacs.c (main_1): Call it.
1932
1933         * ntproc.c (syms_of_ntproc): Move variable initializations from
1934         here ...
1935         (vars_of_ntproc): ... to here [new function].
1936
1937         * file-coding.c (syms_of_file_coding): Rename.
1938         (vars_of_file_coding): Ditto.
1939         (complex_vars_of_file_coding): Ditto.
1940
1941         * symsinit.h: Rename *_mule_coding to *_file_coding.
1942
1943         * emacs.c (main_1): Call them by the proper name.
1944
1945         * device-msw.c (syms_of_device_mswindows): Move variable
1946         initializations from here ...
1947         (vars_of_device_mswindows): ... to here.
1948
1949         * chartab.c (vars_of_chartab): New function.
1950
1951         * symsinit.h: New function, vars_of_chartab.
1952
1953         * emacs.c (main_1): Call it.
1954
1955         * mule-canna.c (syms_of_mule_canna): Move CANNA initialization ...
1956         (vars_of_mule_canna): ... to here.
1957
1958         * mule-ccl.c (vars_of_mule_ccl): New function.  Move variable
1959         initializations out of syms_of_mule_ccl.
1960
1961         * symsinit.h: Declare new function vars_of_mule_ccl.
1962
1963         * emacs.c (main_1): Call it.
1964
1965 1999-05-27  Hrvoje Niksic  <hniksic@srce.hr>
1966
1967         * fns.c (base64_decode_1): Ignore whitespace.
1968
1969 1999-05-27  Hrvoje Niksic  <hniksic@srce.hr>
1970
1971         * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and
1972         ARG2.
1973
1974 1999-05-21  Andy Piper  <andy@xemacs.org>
1975
1976         * xselect.c: deleted.
1977
1978         * symsinit.h: declare select initialisation.
1979
1980         * select.h: new file. declare commonly used select functions and
1981         variables.
1982
1983         * select.c: new file. generalised from xselect.c.
1984         (clean_local_selection_data): moved from xselect.c.
1985         (get_local_selection): ditto. device specific pieces called via a
1986         devmeth.
1987         (handle_selection_clear): ditto.
1988         (Fown_selection_internal): renamed and generalised from
1989         Fx_own_selection_internal. moved from xselect.c.
1990         (Fdisown_selection_internal): ditto.
1991         (Fselection_owner_p): ditto.
1992         (Fselection_exists_p): ditto.
1993         (Fget_selection_internal): ditto.
1994         (syms_of_select): new function. QXXXX values moved from xselect.c
1995         (vars_of_select): new function. selection_converter_alist,
1996         lost_selection_hooks moved and renamed from xselect.c
1997
1998         * select-x.c: renamed from xselect.c.
1999         (x_own_selection): converted to device specific. non-X-specific
2000         bits moved to select.c.
2001         (x_get_foreign_selection): ditto.
2002         (x_disown_selection): ditto.
2003         (x_selection_exists_p): ditto.
2004         (console_type_create_select_x): new function.
2005
2006         * select-msw.c (mswindows_own_selection): new device method to set
2007         the clipboard when we 'own' the selection.
2008         (mswindows_get_foreign_selection): new device method to get the
2009         clipboard.
2010         (mswindows_disown_selection): new device method to delete the
2011         selection when we 'disown' it.
2012         (console_type_create_select_mswindows): new function.
2013
2014         * emacs.c (main_1): add select to things to initialise.
2015
2016         * console.h (struct console_methods): new console methods for
2017         selection.
2018
2019         * Makefile.in.in (x_objs): xselect.c renamed to select-x.c
2020
2021 1999-05-20  Hrvoje Niksic  <hniksic@srce.hr>
2022
2023         * print.c (long_to_string): Install a faster version.
2024
2025 1999-05-16  Andy Piper  <andy@xemacs.org>
2026
2027         * ntproc.c (syms_of_ntproc): default
2028         win32-start-process-share-console to t.
2029
2030 1999-05-14  Hrvoje Niksic  <hniksic@srce.hr>
2031
2032         * config.h.in: Do it here.
2033
2034         * bytecode.c: Don't define ERROR_CHECK_TYPECHECK here.
2035
2036 1999-05-14  Andy Piper  <andy@xemacs.org>
2037
2038         * toolbar-msw.c (mswindows_output_toolbar): hash on something
2039         hashable.
2040
2041 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
2042
2043         * XEmacs 21.2.14 is released
2044
2045 1999-05-12  Andy Piper  <andy@xemacs.org>
2046
2047         * ntproc.c (sys_spawnve): kludge argv[0] in a MS compatible way.
2048
2049 1999-05-11  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2050
2051         * emacs.c (Frun_emacs_from_temacs): (re)alloc natgs+2 entries for
2052         run_temacs_argv array -- fixes random memory corruption crash
2053
2054 1999-05-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
2055
2056         * window.c (Fcurrent_window_configuration):
2057         Save minibuffer height;
2058
2059         * window.c (set_window_configuration): use it.
2060
2061 1999-05-10  Robert Pluim  <rpluim@bigfoot.com>
2062
2063         * lisp.h (NNUNGCPRO): fix typo in name of DEBUG_GCPRO version
2064
2065 1999-04-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
2066
2067         * redisplay.c (redisplay_window): Do not put data
2068         in the line start cache if it is not guaranteed to be correct
2069
2070 1999-04-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
2071
2072         * window.c (struct window_config): Removed frame
2073         size members.
2074         (window_config_equal): No longer compare frame sizes.
2075         (Fset_window_configuration): Resize old top window to fit in the
2076         current frame directly, no longer use a fake frame resize.
2077         (Fcurrent_window_configuration): No longer save frame size
2078
2079 1999-05-11  Andy Piper  <andy@xemacs.org>
2080
2081         * ntproc.c (sys_spawnve): actually assign argv[0] instead of the
2082         first character.
2083
2084 1999-05-10  Hrvoje Niksic  <hniksic@srce.hr>
2085
2086         * sysdep.c (init_system_name): If gethostname gives a proper
2087         domain name, don't look further for one.
2088
2089 1999-05-09  Hrvoje Niksic  <hniksic@srce.hr>
2090
2091         * symbols.c (Fintern): Avoid frequent XSYMBOL (foo).
2092         (Fintern_soft): Accept a symbol argument.
2093
2094 1999-05-06  Hrvoje Niksic  <hniksic@srce.hr>
2095
2096         * symbols.c (Fintern): ...do it here.
2097
2098         * lread.c (read_atom): Don't handle keywords here.
2099
2100 1999-05-06  Hrvoje Niksic  <hniksic@srce.hr>
2101
2102         * symbols.c (reject_constant_symbols): Just use SYMBOL_IS_KEYWORD.
2103
2104 1999-05-03  Olivier Galibert  <galibert@pobox.com>
2105
2106         * lisp.h (SYMBOL_IS_KEYWORD): A symbol can be a keyword only if it
2107         is interned in the main obarray.
2108
2109 1999-04-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2110
2111         * menubar-x.c (pre_activate_callback): set accelerator field in
2112         "No menu" entries to nil. Avoid crash in
2113         command_builder_operate_menu_accelerator
2114
2115 1999-05-03  Olivier Galibert  <galibert@pobox.com>
2116
2117         * symeval.h (symbol_value_forward_lheader_initializer): Ditto.
2118
2119         * lisp.h (DEFUN): Fix lrecord header initialisation.
2120
2121 1999-05-02  Andy Piper  <andy@xemacs.org>
2122
2123         * objects-msw.c (mswindows_font_instance_truename): add a ';'.
2124
2125         * ntproc.c (sys_kill): cast using MS mandated defines.
2126
2127 1999-04-29  Andy Piper  <andy@xemacs.org>
2128
2129         * m/intel386.h: remove redundant definitions.
2130
2131         * s/mingw32.h: new header for mingw32.
2132
2133         * unexnt.c: (open_input_file): function moved to nt.c.
2134         (close_file_data): ditto.
2135         (rva_to_section): function moved to ntproc.
2136
2137         * symsinit.h: declare syms_of_ntproc();
2138
2139         * objects-msw.c (mswindows_font_instance_truename): new function.
2140
2141         * ntproc.c: remove many warnings.
2142         (_sys_read_ahead): moved from nt.c and made static.
2143         (rva_to_section): moved from unexnt.c but not defined under
2144         mingw32.
2145         (win32_executable_type): implement what we can for mingw32
2146         headers.
2147         (sys_spawnve): fix bad MULE/GCPRO bug in filename handling.
2148
2149         * ntheap.h: remove declarations of functions that are now static.
2150
2151         * ntheap.c: support static heap.
2152
2153         * nt.h: conditionalise X_OK definition.
2154
2155         * nt.c: eliminate many warnings and support mingw32.
2156         (open_input_file): function moved from unexnt.c and made static
2157         (close_file_data): ditto.
2158         (_sys_read_ahead): moved to ntproc.c
2159
2160         * emacs.c: make sure syms_of_ntptroc gets called under windows.
2161
2162         * console-msw.h: support mingw32.
2163         * getloadavg.c: ditto.
2164         * ntplay.c: ditto.
2165         * sysdep.c: ditto.
2166         * sysdir.h: ditto.
2167         * systime.h: ditto.
2168         * systty.h: ditto.
2169
2170         * config.h.in: dont turn on DEBUG_ENCAPSULATION by default because
2171         some systems don't have all of the encapsulated system calls.
2172
2173         * callproc.c: warning elimination.
2174         * dired-msw.c: ditto.
2175         * process-nt.c: ditto.
2176         * realpath.c: ditto.
2177
2178         * Makefile.in.in: tweak : and ; for building under mswindows.
2179
2180 1999-04-26  Michael Harnois  <mharnois@willinet.net>
2181
2182         * eldap.c (allocate_ldap): Adapt to the new semantics of
2183         alloc_lcrecord_type().
2184
2185 1999-03-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
2186
2187         * file-coding.c (DECODE_HANDLE_END_OF_CONVERSION): fixed.
2188
2189 1998-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2190
2191         * Delete mule-coding.c and mule-coding.h because they are not
2192         used.
2193
2194 1999-04-22  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2195
2196         * objects.c (print_font_instance): Check for NILP(f->device),
2197         i.e. Vthe_null_font_instance.
2198         (font_instance_truename_internal): ditto.
2199         (Ffont_instance_properties): ditto.
2200
2201 1999-04-22  Olivier Galibert  <galibert@pobox.com>
2202
2203         * lrecord.h (DECLARE_LRECORD): lrecord_implementation isn't an
2204         array anymore.
2205
2206 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
2207
2208         * Makefile.in.in (tests): Don't mention tests explicitly -- makes
2209         it easier to add new ones.
2210
2211 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
2212
2213         * symbols.c (reject_constant_symbols): Ditto.
2214         (init_symbols_once_early): Ditto.
2215
2216         * print.c (print_symbol): Don't use ->obarray.
2217
2218         * symbols.c (Funintern): Ditto.
2219
2220         * alloc.c (Fmake_symbol): Don't set ->obarray.
2221
2222         * lisp.h (struct Lisp_Symbol): Removed .obarray field.
2223
2224         * symbols.c (init_symbols_once_early): Removed
2225         Vpure_uninterned_symbol_table.
2226         (Fintern): Don't store to ->obarray field.
2227
2228 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
2229
2230         * data.c (vars_of_data): Default debug_issue_ebola_notices to 0.
2231         (eq_with_ebola_notice): Remove abracadabra support.
2232
2233 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2234
2235         * eldap.c (Fldap_search_internal): Add a new parameter `withdn' to
2236         retrieve the distinguished names of entries
2237
2238 1999-03-08  Martin Buchholz  <martin@xemacs.org>
2239
2240         * lread.c (read_escape): Make hex escapes read only two hex digits.
2241
2242 1999-04-05  Olivier Galibert  <galibert@pobox.com>
2243
2244         * Makefile.in.in: Remove puresize-adjust.h and recursive makes.
2245         * make-src-depend: Remove puresize-adjust.h.
2246         * src-headers: Remove puresize-adjust.h.
2247         * config.h.in: Kill everything purespace/gung-ho related.
2248
2249         * dbxrc: Make gung-ho mandatory.
2250         * gdbinit: Ditto.
2251
2252         * lrecord.h: Make gung-ho mandatory.  Remove pure flag and add
2253         c_readonly and lisp_readonly.  Remove implementation arrays.
2254         (C_READONLY_RECORD_HEADER_P): Added.
2255         (LISP_READONLY_RECORD_HEADER_P): Added.
2256         (SET_C_READONLY_RECORD_HEADER): Added.
2257         (SET_LISP_READONLY_RECORD_HEADER): Added.
2258
2259         * lisp.h: Kill everything purespace/non gung-ho related.
2260         (CHECK_C_WRITEABLE): Added.
2261         (CHECK_LISP_WRITEABLE): Added.
2262         (C_READONLY): Added.
2263         (LISP_READONLY): Added.
2264
2265         * lisp-union.h: Make gung-ho mandatory.
2266         * lisp-disunion.h: Ditto.
2267
2268         * alloc.c: Kill everything purespace/non  gung-ho related. Fix all
2269         set_lheader_implementation calls.
2270         (c_readonly): Added.
2271         (lisp_readonly): Added.
2272         (make_string_nocopy): Added.
2273         (Fpurecopy):  Changed to do  nothing.   Kept the old documentation
2274         for reference purposes for the next patches.
2275         (sweep_lcrecords_1): Don't free C readonly lcrecords.
2276         (sweep_bit_vectors_1): Don't free C readonly bitvectors.
2277         (SWEEP_FIXED_TYPE_BLOCK): Don't free C readonly lrecords.
2278
2279         * fns.c: Make gung-ho mandatory.
2280         (Fput): CHECK_IMPURE -> CHECK_LISP_WRITEABLE.
2281         (Fremprop): Ditto.
2282         (Ffillarray): Ditto.
2283
2284         * data.c: Make gung-ho mandatory.
2285         (pure_write_error): Removed.
2286         (c_write_error): Added.
2287         (lisp_write_error): Added.
2288         (Fsetcar): CHECK_IMPURE -> CHECK_LISP_WRITEABLE.
2289         (Fsetcdr): Ditto.
2290         (Faset): Ditto.
2291
2292         * symbols.c: Make gung-ho mandatory.  make_pure_pname ->
2293                   make_string or make_string_nocopy.  Fix various
2294                   alloc_lcrecord_type.
2295
2296         * lread.c: Remove everything purespace related.
2297         (Flocate_file_clear_hashing): purified -> c_readonly.
2298         (locate_file): Ditto.
2299         (read_atom): make_pure_pname -> make_string.
2300
2301         * emacs.c (Frun_emacs_from_temacs): Remove purespace stats
2302                   reporting.
2303         (Fdump_emacs): Ditto.
2304
2305         * print.c (print_internal): Make gung-ho mandatory.
2306         * ntheap.c (sbrk): Ditto.
2307         * mem-limits.h (EXCEEDS_LISP_PTR): Ditto
2308         * symeval.h (symbol_value_forward_lheader_initializer): Ditto.
2309
2310         * sheap.c (more_static_core): Remove puresize-adjust.h from
2311                   message.
2312
2313         * syntax.c (complex_vars_of_syntax): make_pure_string ->
2314                   make_string_nocopy.
2315         * keymap.c (make_keymap): Fix alloc_lcrecord_type.
2316         (vars_of_keymap): make_pure_string -> make_string_nocopy.
2317         * events.c (deinitialize_event): Fix set_lheader_implementation.
2318         (zero_event): Ditto.
2319         * specifier.c (make_specifier_internal): Fix alloc_lcrecord.
2320         * menubar-x.c (set_frame_menubar): Fix alloc_lcrecord_type.
2321         * mule-charset.c (make_charset): Ditto.
2322         * console.c (allocate_console): Ditto.
2323         (complex_vars_of_console): Ditto.
2324         * file-coding.c (allocate_coding_system): Ditto.
2325         * device.c (allocate_device): Ditto
2326         * gui-x.c (gcpro_popup_callbacks): Ditto.
2327         * extents.c (allocate_extent_auxiliary): Ditto.
2328         (allocate_extent_info): Ditto.
2329         (copy_extent): Ditto.
2330         * glyphs.c (allocate_image_instance): Ditto.
2331         (allocate_glyph): Ditto.
2332         * frame.c (allocate_frame_core): Ditto.
2333         * database.c (allocate_database): Ditto.
2334         * tooltalk.c (make_tooltalk_message): Ditto.
2335         (make_tooltalk_pattern): Ditto.
2336         * rangetab.c (Fmake_range_table): Ditto.
2337         (Fcopy_range_table): Ditto.
2338         * process.c (make_process_internal): Ditto.
2339         * chartab.c (Fmake_char_table): Ditto.
2340         (make_char_table_entry): Ditto.
2341         (copy_char_table_entry): Ditto.
2342         (Fcopy_char_table): Ditto.
2343         * elhash.c (make_general_lisp_hash_table): Ditto.
2344         (Fcopy_hash_table): Ditto.
2345         * buffer.c (allocate_buffer): Ditto.
2346         (complex_vars_of_buffer): Ditto.
2347         * event-stream.c (allocate_command_builder): Ditto.
2348         * objects.c (Fmake_color_instance): Ditto.
2349         (Fmake_font_instance): Ditto.
2350         (vars_of_objects): Ditto.
2351         * toolbar.c (update_toolbar_button): Ditto.
2352         * window.c (allocate_window): Ditto.
2353         (make_dummy_parent): Ditto.
2354         (Fcurrent_window_configuration): Fix alloc_lcrecord.
2355         (vars_of_window): Fix make_lcrecord_list.
2356         * faces.c (allocate_face): Fix alloc_lcrecord_type. pure_list ->
2357                   Flist.
2358         * lstream.c (Lstream_new): Fix make_lcrecord_list.
2359         * opaque.c (make_opaque): Fix alloc_lrecord.
2360         (make_opaque_list): Fix alloc_lrecord_type.
2361
2362 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
2363
2364         * process.c (Fstart_process_internal): Ditto.
2365
2366         * ntproc.c (sys_spawnve): Use Vlisp_EXEC_SUFFIXES when calling
2367         locate_file().
2368
2369         * glyphs-x.c (x_locate_pixmap_file): Ditto.
2370
2371         * glyphs-msw.c (mswindows_locate_pixmap_file): Fix call to
2372         locate_file().
2373
2374         * emodules.c (vars_of_module): New variable Vmodule_extensions.
2375         (emodules_load): Use it when calling locate_file().
2376
2377         * emacs.c (main_1): Use Vlisp_EXEC_SUFFIXES when calling
2378         locate_file().
2379
2380         * callproc.c: Vlisp_EXEC_SUFFIXES: New variable.
2381         (vars_of_callproc): Initialize it.
2382         (Fcall_process_internal): Use it when calling locate_file().
2383
2384         * alloc.c (disksave_object_finalization): Use
2385         Flocate_file_clear_hashing().
2386
2387         * lread.c (Flocate_file_clear_hashing): Clear all hasing when
2388         given `t' as argument.
2389
2390 1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
2391
2392         * lread.c (locate_file): Expand `pathel' when appropriate.
2393         (Flocate_file_clear_hashing): Expand path elements.
2394         (Flocate_file_clear_hashing): Use Vlocate_file_hash_table.
2395
2396         * dired.c (make_directory_hash_table): Create the hash-table only
2397         if the directory open is successful.
2398
2399         * lread.c (decode_mode_1): New function.
2400         (decode_mode): Ditto.
2401         (Flocate_file): Use them.
2402         (Flocate_file): Expand FILENAME.
2403         (locate_file_map_suffixes): New function.
2404         (locate_file_in_directory_mapper): New function.
2405         (locate_file_in_directory): Use locate_file_in_directory_mapper()
2406         and locate_file_map_suffixes().
2407         (locate_file_construct_suffixed_files): Use
2408         locate_file_map_suffixes().
2409         (locate_file_without_hash): Don't GCPRO path.
2410         (Flocate_file_clear_hashing): Use EXTERNAL_LIST_LOOP.
2411         (syms_of_lread): Remove Qlocate_file_hash_table.
2412         (locate_file_find_directory_hash_table): Use
2413         Vlocate_file_hash_table.
2414         (locate_file_refresh_hashing): Ditto.
2415
2416         * lread.c: Renamed read_objects to Vread_objects.
2417
2418 1999-04-16  Olivier Galibert  <galibert@pobox.com>
2419
2420         * mule-charset.c: Generally resync with fsf 20.3 charset
2421         interface.
2422         (make_charset): Add long and short name.  Use id instead of
2423         leading byte.
2424         (Fmake_charset): Ditto.
2425         (Fmake_reverse_direction_charset): Ditto.
2426         (Fcharset_property): Ditto.
2427         (Fcharset_short_name): Added.
2428         (Fcharset_long_name): Added.
2429         (Fcharset_description): Renamed from charset-doc-string.
2430         (syms_of_mule_charset): Synced symbols.
2431         (complex_vars_of_mule_charset): Synced charsets.
2432
2433         * mule-charset.h: Removed leading byte (uses id instead), added
2434         short and long name.
2435
2436 1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
2437
2438         * file-coding.c (Fdefine_coding_system_alias): New function.
2439
2440 1999-04-08  Olivier Galibert  <galibert@pobox.com>
2441
2442         * mule-charset.c (complex_vars_of_mule_charset): Allow all iso8859
2443         and -ascii fonts for displaying ascii instead of iso8859-1 only.
2444
2445 1998-12-14  Hrvoje Niksic  <hniksic@srce.hr>
2446
2447         * extents.c (set_extent_glyph_1): Make sure that the glyph we
2448         attach to the extent is valid.
2449
2450 1998-12-12  Hrvoje Niksic  <hniksic@srce.hr>
2451
2452         * dired.c (user_name_completion): Mule-ize.
2453         (user_name_completion): Use xmalloc/xrealloc/xfree.
2454         (user_name_completion): Use DO_REALLOC.
2455         (user_name_completion): Cut down the number of static variables;
2456         use a structure.
2457         (user_name_completion): Username completion is always
2458         case-sensitive.
2459
2460 1998-12-06  Hrvoje Niksic  <hniksic@srce.hr>
2461
2462         * fns.c (base64_decode_1): Remove COUNTER.
2463         (base64_decode_1): Accept CRLF in addition to CR.
2464         (base64_decode_1): Disallow a stray character after final EOF; the
2465         check was probably a remnant of buggy recode code.
2466
2467 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
2468
2469         * fns.c (init_provide_once): Provide `base64'.
2470
2471 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
2472
2473         * fns.c (XMALLOC_UNBIND): Include SPECCOUNT argument, for clarity.
2474         (Fbase64_encode_region): If buffer is read-only, bail out early.
2475         (Fbase64_decode_region): Ditto.
2476         (Fbase64_encode_region): Initialize SPECCOUNT to pacify the
2477         compiler.
2478         (Fbase64_encode_string): Ditto.
2479         (Fbase64_decode_region): Ditto.
2480         (Fbase64_decode_string): Ditto.
2481
2482 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
2483
2484         * dired.c (Fdirectory_files): Remove redundant code.
2485
2486 1999-03-05  Philip Aston  <philipa@parallax.co.uk>
2487
2488         * frame-msw.c Make raise-frame restore minimised windows.
2489
2490 1999-03-05  Philip Aston  <philipa@parallax.co.uk>
2491
2492         * device-msw.c: Fix DEFVAR format - Death to phantom quote, and
2493         add magic newline.
2494
2495 1999-03-05  Philip Aston  <philipa@parallax.co.uk>
2496
2497         * toolbar-msw.c Consider captions when deciding whether to rebuild
2498         toolbar. This fixes the initial toolbar display for those of us
2499         who don't like captions. These patches applied by Andy Piper.
2500
2501 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
2502
2503         * XEmacs 21.2.13 is released
2504
2505 1999-03-12  SL Baur  <steve@xemacs.org>
2506
2507         * file-coding.c: Guard ucs table initialization with ifdef MULE.
2508
2509 1999-03-10  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
2510
2511         * file-coding.c:  docstring and comment improvements.
2512         (decode_ucs4)  flag possible data loss with comment.
2513
2514 1999-03-10  Martin Buchholz  <martin@xemacs.org>
2515
2516         * file-coding.c (Fset_ucs_char): add CHECK_INT, CHECK_CHAR
2517         (ucs_to_char):
2518         (Fucs_char):
2519         (Fset_char_ucs):
2520         (decode_coding_ucs4):
2521         (encode_coding_ucs4):
2522         (detect_coding_utf8):
2523         (decode_coding_utf8):
2524         (encode_utf8):
2525         (encode_coding_utf8):
2526         Add CHECK_* macros where needed to avoid crashes.
2527         #ifdef out all composite character support using
2528         #ifdef ENABLE_COMPOSITE_CHARS
2529         Use normal XEmacs coding standards.
2530         Fix docstrings.
2531         Remove CODING_STREAM_COMPOSE, CODING_STREAM_DECOMPOSE.
2532
2533 1998-09-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2534
2535         * file-coding.c (make-coding-system): Add description about
2536         `ucs-4' and `utf-8'.
2537         (detection_state): Modify to implement ucs-4 and utf-8.
2538         (detect_coding_type): Likewise.
2539         (detect_coding_ucs4): New implementation.
2540         (detect_coding_utf8): New implementation.
2541         (encode_utf8): fixed.
2542         (syms_of_mule_coding): Rename `ucs4' and `utf8' to `ucs-4' and
2543         `utf-8'.
2544
2545 1998-09-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2546
2547         * file-coding.c (mule_char_to_ucs4): Encode 94x94 chars in ISO
2548         2022 registry to private area.
2549
2550 1998-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2551
2552         * file-coding.c (encode_utf8): New function.
2553         (encode_coding_utf8): New implementation.
2554
2555 1998-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2556
2557         * file-coding.c (ucs_to_mule_table): New variable; abolish
2558         `Vucs_to_mule_table'
2559         (mule_to_ucs_table): renamed from `Vmule_to_ucs_table'.
2560         (set-ucs-char): New function.
2561         (ucs_to_char): New function.
2562         (ucs-char): New function.
2563         (set-char-ucs): New function.
2564         (char-ucs): New function.
2565         (decode_ucs4): Use `ucs_to_char'.
2566         (complex_vars_of_mule_coding): Abolish `ucs-to-mule-table' and
2567         `mule-to-ucs-table'.
2568
2569 1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2570
2571         * chartab.h: EXFUN `Fget_char_table'.
2572
2573         * file-coding.c (encode_ucs4): New function.
2574         (encode_coding_ucs4): Use `encode_ucs4'.
2575
2576 1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2577
2578         * file-coding.c (decode_coding_ucs4): New implementation.
2579
2580 1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2581
2582         * file-coding.c (decode_coding_ucs4): fixed.
2583
2584         * file-coding.c (Vmule_to_ucs_table): New variable.
2585         (mule_char_to_ucs4): New function.
2586         (encode_coding_ucs4): New implementation.
2587         (complex_vars_of_mule_coding): Define variable
2588         `mule-to-ucs-table'.
2589
2590 1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2591
2592         * file-coding.c (decode_coding_utf8): New implementation.
2593
2594 1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2595
2596         * file-coding.c (decode_coding_utf8): fixed.
2597
2598 1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2599
2600         * file-coding.c (Vucs_to_mule_table): New variable.
2601         (decode_ucs4): Refer `Vucs_to_mule_table'.
2602         (complex_vars_of_mule_coding): Define variable
2603         `ucs-to-mule-table'.
2604
2605 1998-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2606
2607         * file-coding.c (detect_coding_ucs4): New function (not
2608         implemented yet).
2609         (decode_coding_ucs4): New function.
2610         (encode_coding_ucs4): New function (not implemented yet).
2611         (detect_coding_utf8): New function (not implemented yet).
2612         (decode_coding_utf8): New function.
2613         (encode_coding_utf8): New function (not implemented yet).
2614         (make-coding-system): New type `ucs4' and `utf8'.
2615         (coding-system-type): Likewise.
2616         (detection_state): Add `ucs4' and `utf8'.
2617         (detect_coding_type): Likewise.
2618         (mule_decode): Use `decode_coding_ucs4' and `decode_coding_utf8'.
2619         (mule_encode): Use `encode_coding_ucs4' and `encode_coding_utf8'.
2620         (decode_ucs4): New function (very incomplete).
2621         (syms_of_mule_coding): Add `ucs4' and `utf8'.
2622
2623         * file-coding.h: Add definitions for UCS-4 and UTF-8.
2624
2625 1999-03-08  Martin Buchholz  <martin@xemacs.org>
2626
2627         * mule-charset.c:
2628         (non_ascii_valid_char_p):
2629         (lookup_composite_char):
2630         (composite_char_string):
2631         (make-composite-char):
2632         (composite-char-string):
2633         (syms_of_mule_charset):
2634         (complex_vars_of_mule_charset):
2635         * mule-charset.h (LEADING_BYTE_COMPOSITE):
2636         (CHAR_LEADING_BYTE):
2637         (MAKE_CHAR):
2638         * file-coding.h (CODING_STATE_COMPOSITE):
2639         (CODING_STATE_ISO2022_LOCK):
2640         (iso_esc_flag):
2641         (LEADING_BYTE_COMPOSITE):
2642         * file-coding.c (struct iso2022_decoder):
2643         (decoding_closer):
2644         (reset_iso2022):
2645         (parse_iso2022_esc):
2646         (encode_coding_iso2022):
2647         #ifdef out all composite character support using
2648         #ifdef ENABLE_COMPOSITE_CHARS
2649
2650         * alloc.c: Define lrecord_coding_system only if ! FILE_CODING
2651
2652 1999-03-04  Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp>
2653
2654         * fns.c (Fbase64_encode_string): Calculate `allength' in the same
2655         way of `Fbase64_encode_region'.
2656
2657 1999-02-18  Katsumi Yamaoka   <yamaoka@jpl.org>
2658
2659         * fns.c (base64_encode_1): Don't add a newline at the tail.
2660
2661 1999-03-08  Andy Piper  <andy@xemacs.org>
2662
2663         * menubar-msw.c (displayable_menu_item): correct off-by-one &
2664         handling.
2665
2666 1999-03-07  Martin Buchholz  <martin@xemacs.org>
2667
2668         * console-stream.h (struct stream_console):
2669         * event-unixoid.c (event_stream_unixoid_select_console):
2670         (event_stream_unixoid_unselect_console):
2671         * print.c (Fexternal_debugging_output):
2672         * sysdep.c (reset_one_device):
2673         * console-stream.c (stream_init_console):
2674         (stream_delete_console):
2675         (allocate_stream_console_struct): move into stream_init_console.
2676         (free_stream_console_struct): move into stream_delete_console.
2677         Use `fd' only for file descriptors.
2678         Therefore, rename members of struct stream_console.
2679
2680         * systime.h: Unix98 says sys/time.h should define select(), but
2681         some systems define that in unistd.h.  So include that file always.
2682
2683         * glyphs.h (MAYBE_IIFORMAT_METH): Don't use leading `_'.  Avoid
2684         multiple evaluation of first arg.  Do proper do {} while (0) wrapping.
2685         (HAS_IIFORMAT_METH_P): Prevent macro from being used in
2686         non-boolean context
2687         (MAYBE_IIFORMAT_DEVMETH): Use standard internal macro naming convention.
2688
2689         * EmacsShell.c:
2690         * balloon_help.c:
2691         Add #include <stdio.h>.
2692         Some versions of assert.h use printf() without #include'ing stdio.h
2693
2694         * free-hook.c (blocktype): Add gcpro5_type to blocktype.
2695         (log_gcpro): Remove unused variable FRAME.
2696         (show_gcprohist): Ansify.
2697         Comment the #endif's
2698
2699         * frame-x.c (x_delete_frame): Don't use FRAME_X_SHELL_WIDGET(f)
2700         after it's just been XtDestroy'ed!
2701
2702 1999-02-18  Martin Buchholz  <martin@xemacs.org>
2703
2704         * opaque.c (print_opaque):
2705         (sizeof_opaque):
2706         (equal_opaque):
2707         (hash_opaque):
2708         Egcs 1.1.1 seems to have a bug where
2709         INTP (p->size_or_chain)
2710         will crash XEmacs.  Fix by introducing intermediate variable.
2711
2712         * sound.c (Fdevice_sound_enabled_p): Fix compiler warning.
2713
2714         * dired.c (Fdirectory_files):
2715         (Ffile_name_completion):
2716         (Ffile_name_all_completions):
2717         (file_name_completion):
2718         - Use `directory' instead of `dirname' to sync with FSF Emacs and
2719         avoid compiler warnings.
2720         - Fix up docstrings so that C variables match documentation.
2721
2722 1999-03-05  Martin Buchholz  <martin@xemacs.org>
2723
2724         * alloc.c: (garbage_collect_1): Reorg code to make scope of local
2725         variables as small as possible to help out the compiler and the maintainer.
2726
2727         * alloc.c: (disksave_object_finalization):
2728         Set all the *-load-path variables to
2729         nil, not just load-path itself.  This gets the locate-file hash
2730         tables garbage collected BEFORE dump, and has the side effect of
2731         preventing crashes on OSF4.0+egcs.
2732
2733         * alloc.c:
2734         * gdbinit:
2735         * dbxrc:
2736         - Clean up gdb/dbx debugging support.
2737         - Storing an EMACS_INT in an enum is not 64-bit clean!
2738         - So change the enum to a set of separate variables.
2739         - Add test cases to help debug the debugging support!
2740         - Add `lisp-shadows' and `run-temacs' targets for dbx.
2741         - Both dbx and gdb have been tested now.
2742
2743 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2744
2745         * XEmacs 21.2.12 is released
2746
2747 1999-02-16  Kazuyuki IENAGA  <ienaga@jsys.co.jp>
2748
2749         * device-x.c: Support to find best visual without flashing.
2750
2751 1999-03-02  Paul Keusemann  <pkeusem@visi.com>
2752
2753         * database.c (berkdb_map): Add flags argument to cursor call (must
2754           be 0 according to docs) required for Berkeley DB 2.6.4 and later.
2755
2756 1999-03-03  Martin Buchholz  <martin@xemacs.org>
2757
2758         * hash.c:
2759         * hash.h:
2760         General cleanup.  Get free-hook.c working again.
2761         Remove unused functions:
2762         make_strings_hash_table, copy_hash, expand_hash_table.
2763
2764         * malloc.c:
2765         * mem-limits.h:
2766         Always use new ANSI-style function prototypes.
2767
2768         * unexalpha.c (unexec): Never use implicit int.
2769
2770         * sgiplay.c (close_sound_file):
2771         (play_sound_file):
2772         (restore_audio_port):
2773         (play_sound_data):
2774         (audio_initialize):
2775         (play_internal):
2776         (drain_audio_port):
2777         (write_mulaw_8_chunk):
2778         (write_linear_chunk):
2779         (write_linear_32_chunk):
2780         (initialize_audio_port):
2781         (open_audio_port):
2782         (set_channels):
2783         (set_output_format):
2784         (adjust_audio_volume):
2785         (get_current_volumes):
2786         (parse_snd_header):
2787         Always use new ANSI-style function prototypes.
2788         Use unistd.h for missing prototypes.
2789
2790         * unexelfsgi.c (round_up):
2791         (find_section):
2792         (unexec): Always use new ANSI-style function prototypes
2793
2794         * elhash.c (struct Lisp_Hash_Table): rename golden to golden_ratio
2795
2796         * console.h (struct console_methods): Always use full ANSI prototypes
2797
2798         * emacs.c (__sti__iflPNGFile_c___): Always use full ANSI prototypes
2799
2800 1999-03-02  Andy Piper  <andy@xemacs.org>
2801
2802         * event-stream.c (init_event_stream): make sure native mswindows
2803         gets an appropriate event loop.
2804
2805 1999-02-22  Andy Piper  <andy@xemacs.org>
2806
2807         * frame-msw.c (mswindows_make_frame_visible): use SW_SHOW rather
2808         than SW_SHOWNORMAL to prevent resizing of maximised frames.
2809         (mswindows_raise_frame): remove comment.
2810
2811 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
2812
2813         * XEmacs 21.2.11 is released
2814
2815 1999-02-25  SL Baur  <steve@xemacs.org>
2816
2817         * mule-charset.c (Qleading_byte): New variable to implement
2818         charset-leading-byte function.
2819         (Fcharset_property): Use it.
2820         (syms_of_mule_charset): Initialize it.
2821         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
2822
2823 1999-02-17  Kazuo Oishi <oishi@ae.agr.yamaguchi-u.ac.jp>
2824
2825         * glyphs-x.c (cononvert_EImage_to_XImage): correct
2826         bytes per pixel counting.
2827
2828 1999-02-15  Andy Piper  <andy@xemacs.org>
2829
2830         * s/cygwin32.h (BROKEN_SIGIO): don't define this as it causes
2831         major lockups.
2832
2833 1999-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2834
2835         * fns.c (Fbase64_encode_string): New optional argument
2836         `NO_LINE_BREAK'.
2837
2838 1999-02-16  Martin Buchholz  <martin@xemacs.org>
2839
2840         * gdbinit:  Fix up commands to run temacs.  Add lisp-shadows command.
2841         * alloc.c (xcalloc):  undef xcalloc, just like xmalloc
2842
2843 1999-02-10  Martin Buchholz  <martin@xemacs.org>
2844
2845         * s/bsdos4.h: New file.  Port to BSDI BSD/OS 4.0.
2846         * xintrinsic.h:  Redo CONST support for X11 R4 compatibility.
2847
2848 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2849
2850         * XEmacs 21.2.10 is released
2851
2852 1999-02-02  Gleb Arshinov  <gleb@cs.stanford.edu>
2853
2854         * process-nt.c (nt_send_process):
2855         Fix for process-send-region/process-send-string breaking when size
2856         of the input > 128 chars: change maximum chunk size for process
2857         stream from 512 to 128, thus guaranteeing that ntpipe_shove_writer
2858         succeeds.
2859
2860 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
2861
2862         * XEmacs 21.2.9 is released
2863
2864 1999-01-30  Martin Buchholz  <martin@xemacs.org>
2865
2866         * bytecode.c (funcall_compiled_function): Call
2867         UNBIND_TO_GCPRO instead of UNBIND_TO_GCPRO_VARIABLES_ONLY.
2868
2869         * backtrace.h (UNBIND_TO_GCPRO_VARIABLES_ONLY):
2870         #ifdef 0 out unused macro.
2871
2872 1999-01-27  Martin Buchholz  <martin@xemacs.org>
2873
2874         * gui.c (gui_parse_item_keywords_internal): Make static.
2875
2876 1999-01-21  Andy Piper  <andy@xemacs.org>
2877
2878         * glyphs-msw.c: add xface support.
2879         (mswindows_xface_instantiate): new function copied from glyphs-x.c
2880         (image_instantiator_format_create_glyphs_mswindows): do device
2881         specific initialisation for xfaces.
2882         (xbm_create_bitmap_from_data): line data must be padded to a word
2883         boundary.
2884
2885         * glyphs-x.c (xface_validate): moved to glyphs.c
2886         (xface_normalize): ditto.
2887         (xface_possible_dest_types): ditto.
2888         (image_instantiator_format_create_glyphs_x): do device specific
2889         initialisation for xfaces.
2890
2891         * glyphs.h: declare xface symbol.
2892
2893         * glyphs.c: move generic xface support here.
2894         (xface_validate): moved from glyphs-x.c
2895         (xface_normalize): ditto.
2896         (xface_possible_dest_types): ditto.
2897         (image_instantiator_format_create): xface declarations moved from
2898         glyphs-x.c.
2899
2900 1999-01-14  Adrian Aichner  <aichner@ecf.teradyne.com>
2901
2902         * event-stream.c (vars_of_event_stream): Fixing documentation.
2903
2904 1999-01-17  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2905
2906         * glyphs-eimage.c (gif_instantiate): Correct handling of
2907         interlaced gifs to avoid writing past the end of the eimage
2908         buffer.
2909
2910 1999-01-13  Hrvoje Niksic  <hniksic@srce.hr>
2911
2912         * search.c (Freplace_match): Handle single backslash at end of
2913         NEWTEXT correctly.
2914
2915 1999-01-12  William M. Perry  <wmperry@aventail.com>
2916
2917         * eldap.c (Fldap_open): slow down interrupts around ldap_open to
2918           avoid connection errors.
2919
2920 1999-01-12  Andy Piper  <andy@xemacs.org>
2921
2922         * redisplay-output.c (redisplay_update_line): backout change that
2923         shouldn't have gone ine.
2924
2925 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2926
2927         * eldap.c (vars_of_ldap): Do no provide `ldap' here since it may
2928         collide with ldap.el
2929
2930 1999-01-11  Andy Piper  <andy@xemacs.org>
2931
2932         * redisplay.h (DISPLAY_LINE_HEIGHT): new macro.
2933         (DISPLAY_LINE_YPOS): new macro.
2934
2935         * redisplay-msw.c (mswindows_output_string): use it.
2936         (mswindows_output_pixmap): ditto.
2937         (mswindows_output_display_block): ditto.
2938
2939         * redisplay-output.c (redisplay_output_display_block): new
2940         function. just call the devmeth, maybe insert some generic code
2941         here later.
2942         (compare_display_blocks): use it.
2943         (output_display_line): ditto.
2944         (redisplay_unmap_subwindows_maybe): new function. potentially
2945         unmap subwindows in the given area.
2946
2947         * glyphs.c (reset_subwindow_cachels): unmap subwindows that we are
2948         resetting.
2949
2950 1999-01-10  J. Kean Johnston  <jkj@sco.com>
2951
2952         * Makefile.in.in: Set value of moduledir
2953         - Changed DUMPENV to include $(MODULEPATH)
2954         - Added install rule to install header files for use by ellcc.
2955
2956         * config.h.in: Added INHIBIT_SITE_MODULES
2957         - Added HAVE__DLERROR
2958         - Added HAVE_DLFCN_H
2959         - Added DLSYM_NEEDS_UNDERSCORE
2960
2961         * dll.c: Removed.
2962
2963         * emodules.c: New file containing dynamic loading code.
2964
2965         * emodules.h: New file.
2966
2967         * emacs.c: Added variables Vmodule_directory,
2968         Vsite_module_directory, Vconfigure_module_directory and
2969         Vconfigure_site_module_directory.
2970         - (main_1): Added new variable inhibit_site_modules and command
2971         line options `-no-site-modules' and `--no-site-modules'.
2972         - (main_1): Call syms_of_module() instead of syms_of_dll().
2973         - (main_1): Call vars_of_module().
2974         - (vars_of_emacs): Introduce inhibit-site-modules,
2975         module-directory, configure-module-directory,
2976         site-module-directory, and configure-site-module-directory to the
2977         Lisp reader.
2978
2979         * lisp.h: Declare load_module and list_modules, as well as
2980         Vmodule_directory, Vsite_module_directory,
2981         Vconfigure_module_directory and Vconfigure_site_module_directory.
2982
2983         * paths.h.in: Added PATH_MODULESEARCH and PATH_SITE_MODULES.
2984         - Added correct support for site-lisp directory.
2985
2986         * symbols.c (defsubr): Modified to allow modules to add new subrs
2987         after dump time.
2988         - (defsubr_macro): Same.
2989         - (defvar_magick): Only use purespace when not initialized, so
2990         that loaded modules can still add symbols.
2991
2992         * symsinit.h: Add definitions for syms_of_module(),
2993         vars_of_module().  Removed syms_of_dll().
2994
2995         * sysdll.c: Include dlfcn.h if HAVE_DLFCN_H is defined.
2996         - (dll_variable): Take DLSYM_NEEDS_UNDERSCORE into account.
2997         - (dll_error): use _dlerror() if HAVE__DLERROR is defined.
2998
2999         * s/sco5-shr.h (C_SWITCH_SYSTEM): Correct for modern gcc and
3000         explicitly pass -belf for native cc.
3001
3002         * s/sco5.h (LIB_GCC): Use -print-libgcc-file-name instead of
3003         hard-coding the library name.
3004
3005 1999-01-01    <martin@xemacs.org>
3006
3007         * device-x.c (Fx_set_font_path):
3008         Add proper cast to permit compilation under C++.
3009
3010         * buffer.c (directory_is_current_directory):
3011         Add proper casts to permit compilation under C++.
3012
3013 1998-12-30  Damon Lipparelli  <lipp@primus.com>
3014
3015         * event-msw.c (mswindows_wnd_proc):
3016           Fixed failure when building with MSVC 5.
3017
3018 1998-12-29  Martin Buchholz  <martin@xemacs.org>
3019
3020         * file-coding.c (decode_coding_iso2022):
3021         - Prevent crash when decoding ISO7/Lock detected files
3022         - the usual martin fiddling
3023
3024 1998-12-29  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3025
3026         * event-msw.c:
3027           glyphs-msw.c:
3028           Fixed failures when building with MSVC.
3029         * unexnt.c (dump_bss_and_heap):
3030           Removed compiler warning by removing bss_data variable.
3031
3032 1998-12-18  Jim Radford  <radford@robby.caltech.edu>
3033
3034         * device-x.c (Fx_set_font_path, Fx_get_font_path): New functions
3035         so that packages that distribute their own fonts can access them.
3036
3037 1998-12-28  Andy Piper  <andy@xemacs.org>
3038
3039         * glyphs-msw.c (mswindows_button_instantiate): cope with buttons
3040         that have an image provided.
3041
3042         * glyphs.h: add Q_image decl.
3043
3044         * glyphs-widget.c new functionality allowing images in
3045         widgets.
3046         (check_valid_glyph_or_image): new function to validate
3047         glyphs passed in through :image.
3048         (widget_normalize): new function. convert :image parameters into
3049         real glyphs if not already so.
3050         (widget_instantiate_1): mess with size parameters to be similar to
3051         :image if provided.
3052         (syms_of_glyphs_widget): new keyword :image.
3053         (image_instantiator_format_create_glyphs_widget): normalize
3054         buttons and allow :image.
3055
3056 1998-12-27  Andy Piper  <andy@xemacs.org>
3057
3058         * frame-msw.c (mswindows_init_frame_1): warning elimination.
3059
3060         * glyphs-widget.c (check_valid_anything): no-op function.
3061         (check_valid_callback): check callbacks in gui_items.
3062         (check_valid_symbol): as it sounds.
3063         (check_valid_string_or_vector): ditto.
3064         (widget_validate): modified for descriptors that are vectors or
3065         sequences of keyword/val pairs.
3066         (widget_instantiate_1): ditto.
3067         (image_instantiator_format_create_glyphs_widget): allow gui_item
3068         keywords in the instantiator.
3069
3070         * gui.c (gui_parse_item_keywords_internal): renamed from
3071         gui_parse_item_keywords but taking error behaviour.
3072         (gui_parse_item_keywords): use it.
3073         (gui_parse_item_keywords_no_errors): ditto.
3074         (gui_item_add_keyval_pair): add Error_behavior flag and only
3075         signal invalid keywords if required.
3076
3077         * gui.h: new gui signatures.
3078
3079         * menubar.c (menu_parse_submenu_keywords): use new
3080         gui_item_add_keyval_pair signature.
3081
3082         * s/cygwin32.h: modify PTY_ITERATION to eliminate warnings.
3083
3084 1998-12-28  Martin Buchholz <martin@xemacs.org>
3085
3086         * XEmacs 21.2.8 is released.
3087
3088 1998-12-28  Martin Buchholz  <martin@xemacs.org>
3089
3090         * editfns.c (get_home_directory):
3091         (user-home-directory): Simplify.
3092
3093
3094         * callproc.c (child_setup):
3095         - Environment variables were being passed to inferior processes
3096           using internal encoding.
3097         - Convert to external encoding.
3098         - Rename local var `tem' to better name `tail'.
3099         - Use Flength instead of `manual' calculation.
3100
3101         * buffer.c (kill-buffer):
3102         (record-buffer):
3103         (set-buffer-major-mode):
3104         (current-buffer):
3105         - Fix up parameter names to correspond to docstrings.
3106         - Don't use `bufname' when a buffer will do as well.
3107         - Remove one unneeded GCPRO.
3108
3109         * buffer.h (initial_directory):
3110         * buffer.c (init_initial_directory):
3111         - use correct conversions between internal and external format.
3112         (directory_is_current_directory): new function
3113         (init_buffer): convert initial_directory to internal format.
3114         - solve crashes when current working directory is non-ASCII.
3115
3116         * alloc.c (xmalloc):
3117         (xcalloc):
3118         (xrealloc):
3119         - remove stupid casts, since XEmacs requires an ANSI C system.
3120         (lrecord_type_index): replace abort() with more readable assert().
3121
3122         (reset_lcrecord_stats): remove.
3123         (sweep_lcrecords_1):
3124         - replace call to reset_lcrecord_stats() with call to xzero().
3125
3126 1998-12-27  Martin Buchholz  <martin@xemacs.org>
3127
3128         * process-unix.c (unix_create_process):
3129         - Fix crash invoking program with non-ASCII name.
3130           Try invoking xemacs with SHELL=/bin/sh, then M-x shell.
3131         - Remove unused variable `env'.
3132         - Rename `temp' to better name `save_errno'.
3133         - Reorganize code for clarity.  But still too chicken to nuke the
3134           BSD 4.2 support.
3135
3136 1998-12-24  Martin Buchholz <martin@xemacs.org>
3137
3138         * XEmacs 21.2.7 is released.
3139
3140 1998-12-23  Martin Buchholz  <martin@xemacs.org>
3141
3142         * glyphs.c (decode_device_ii_format):
3143         - Fix indentation.
3144         - Use GET_C_STRING_FILENAME_DATA_ALLOCA with char *, not Extbyte *.
3145
3146         * glyphs-x.c (x_subwindow_instantiate):
3147         - A image instance mask was being assigned to a image instance type!
3148         - X_SUBWINDOW_INSTANCE_DATA (ii) is not an lvalue in C++.
3149
3150         * glyphs-msw.c (mswindows_initialize_dibitmap_image_instance):
3151         Fix indentation.
3152         * glyphs-x.h: Make indentation consistent.
3153
3154         * emacs.c (Fdump_emacs): Remove Steve Martin merge artifacts.
3155
3156         * glyphs-widget.c (check_valid_glyph): Warning suppression.
3157         - Make it static
3158         - #ifdef it out, since it's not actually used yet (FIX THIS!)
3159
3160         * glyphs-widget.c:
3161         * glyphs.h:
3162         Move declarations of decode_device_ii_format and
3163         decode_image_instantiator_format into glyphs.h where they belong.
3164
3165 1998-12-22  Martin Buchholz  <martin@xemacs.org>
3166
3167         * frame-x.c (x_delete_frame): Revert part of my changes at the
3168         suggestion of Gunnar Evermann - unfortunately no one really
3169         understands this code.
3170
3171         * callproc.c (init_callproc): code cleanup.
3172
3173         * free-hook.c (malloc):
3174         (check_malloc):
3175         (__free_hook):
3176         (__malloc_hook):
3177         (__realloc_hook):
3178         (block_input_malloc):
3179         (block_input_realloc):
3180         * device-x.c (x_delete_device):
3181         * emacs.c (voodoo_free_hook):
3182         * events.c (print_event):
3183         (CHECK_EVENT_TYPE):
3184         (CHECK_EVENT_TYPE2):
3185         (CHECK_EVENT_TYPE3):
3186         Use proper prototypes.
3187         Make C_E_T macros a little faster.
3188         Pedantic fiddly little changes.  You really don't care.
3189
3190 1998-12-22  Andy Piper  <andy@xemacs.org>
3191
3192         * redisplay-output.c (redisplay_clear_region): make sure that
3193         fg/bg colors get set even when we are in the border area.
3194
3195 1998-12-13  Martin Buchholz  <martin@xemacs.org>
3196
3197         * console-msw.c: Function definitions follow coding standards
3198         - This prevents e.g. find-tag on Lisp_Event finding DEVENT
3199
3200 1998-12-11  Martin Buchholz  <martin@xemacs.org>
3201
3202         * events.h (struct timeout_data):
3203         * event-tty.c (tty_timeout_to_emacs_event):
3204         * event-msw.c (mswindows_wm_timer_callback):
3205         * event-Xt.c (Xt_timeout_to_emacs_event):
3206         * event-msw.c (mswindows_cancel_dispatch_event):
3207         Make sure Lisp_Objects inside events are initialized to Qnil, not
3208         Qnull_pointer, which is now illegal.
3209
3210 1998-12-10  Martin Buchholz  <martin@xemacs.org>
3211
3212         * lisp.h: Fix up prototypes to match alloc.c
3213
3214 1998-12-08  Martin Buchholz  <martin@xemacs.org>
3215
3216         * windowsnt.h: Remove `support' for using index and rindex
3217
3218         * filelock.c (current_lock_owner):
3219         - Change uses of index -> strchr, rindex -> strrchr
3220
3221 1998-12-07  Martin Buchholz  <martin@xemacs.org>
3222
3223         * sysdep.c (set_descriptor_non_blocking):
3224         Since O_NONBLOCK is now always #defined, make use of fcntl
3225         conditional on F_SETFL being defined.
3226
3227         * console-msw.c (DHEADgER):
3228         (DOPAQUE_DATA):
3229         (DEVENT):
3230         (DCONS):
3231         (DCONSCDR):
3232         (DSTRING):
3233         (DVECTOR):
3234         (DSYMBOL):
3235         (DSYMNAME):
3236         - max_align_t should not be visible to the user of the
3237           XOPAQUE_DATA macro.
3238         - use Bufbyte instead of char
3239         - parens around (FOOP (obj)) are always redundant.
3240           If they were necessary, we should fix the macro instead.
3241         - Always use string_data(foo) instead of foo->data.
3242
3243
3244 1998-12-06  Martin Buchholz  <martin@xemacs.org>
3245
3246         * frame-msw.c (mswindows_init_frame_1):
3247         - use make_lisp_hash_table, not Fmake_hash_table
3248         - include elhash.h
3249
3250         * lisp.h:
3251         * alloc.c (make_vector): remove travesty
3252         (Fmake_vector):
3253         (make_pure_vector):
3254         (pure_cons):
3255         (make_bit_vector_internal):
3256         (make_bit_vector):
3257         (make_bit_vector_from_byte_vector):
3258         (Fmake_bit_vector):
3259         - make vector_equal a little faster.
3260         - Don't use variable name `new'.
3261         - Use size_t instead of EMACS_INT.
3262         - usual Martin-style pointless bit-twiddling.
3263
3264         * fns.c (mapcar1):
3265         (Fmapconcat):
3266         (Fmapcar):
3267         (Fmapvector):
3268         Make mapcar faster.  In particular, make
3269           (mapc #'identity long-string)
3270         MUCH faster under Mule.
3271         * tests/automated/lisp-tests.el: Test 'em!
3272
3273         * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
3274         bytecode.
3275
3276 1998-12-01  Martin Buchholz  <martin@xemacs.org>
3277
3278         * menubar-x.c (menu_item_descriptor_to_widget_value_1): Always use
3279         Qnil, not NULL, to initialize `null' Lisp_Objects.
3280
3281 1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
3282
3283         * specifier.c (display_table_validate): Update.
3284
3285         * redisplay.c (create_text_block): Use them.
3286
3287         * glyphs.c (display_table_entry): New function.
3288         (get_display_tables): Ditto.
3289
3290 1998-12-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
3291
3292         * eldap.c (toplevel): Mention that eldap.c compiles with
3293         OpenLDAP libs
3294         (Fldap_open): Use `GET_C_STRING_OS_DATA_ALLOCA'
3295         (Fldap_search_internal): Ditto
3296
3297 1998-12-11  Martin Buchholz  <martin@xemacs.org>
3298
3299         * event-msw.c (mswindows_cancel_dispatch_event):
3300         Gratuitous code prettification
3301
3302
3303 1998-12-07  Hrvoje Niksic  <hniksic@srce.hr>
3304
3305         * fns.c (Fnconc): Fix use of wrong_type_argument().
3306
3307         * floatfns.c (Ffloat): Fix docstring.
3308         (Ffloat): Fix use of wrong_type_argument().
3309         (Fabs): Ditto.
3310         (extract_float): Ditto.
3311         (Fceiling): Ditto.
3312         (Fround): Ditto.
3313         (Ftruncate): Ditto.
3314
3315 1998-12-06  Martin Buchholz  <martin@xemacs.org>
3316
3317         * frame-msw.c (mswindows_init_frame_1):
3318         - use make_lisp_hash_table, not Fmake_hash_table
3319         - include elhash.h
3320
3321         * lisp.h:
3322         * alloc.c (make_vector): remove travesty
3323         (Fmake_vector):
3324         (make_pure_vector):
3325         (pure_cons):
3326         (make_bit_vector_internal):
3327         (make_bit_vector):
3328         (make_bit_vector_from_byte_vector):
3329         (Fmake_bit_vector):
3330         - make vector_equal a little faster.
3331         - Don't use variable name `new'.
3332         - Use size_t instead of EMACS_INT.
3333         - usual Martin-style pointless bit-twiddling.
3334
3335         * fns.c (mapcar1):
3336         (Fmapconcat):
3337         (Fmapcar):
3338         (Fmapvector):
3339         Make mapcar faster.  In particular, make
3340           (mapc #'identity long-string)
3341         MUCH faster under Mule.
3342         * tests/automated/lisp-tests.el: Test 'em!
3343
3344         * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
3345         bytecode.
3346
3347 1998-12-02  Didier Verna  <verna@inf.enst.fr>
3348
3349         * menubar-x.c (menu_item_descriptor_to_widget_value_1): set the
3350         accelerator field to nil for labels.
3351
3352 1998-12-16  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3353
3354         * menubar-msw.c (displayable_menu_item):
3355           Escape occurrences of '&' and support occurrences of the
3356          '%_' accelerator indicator in menus.
3357
3358 1998-11-26  Didier Verna  <verna@inf.enst.fr>
3359
3360         * dired.c (Fdirectory_files): use make_string instead of
3361         make_ext_string on the filename. The conversion external->internal
3362         format is already done in sys_readdir.
3363
3364 1998-12-15  Gunnar Evermann  <ge204@eng.cam.ac.uk>
3365
3366         * glyphs.c (normalize_image_instantiator): GCPRO instantiator
3367
3368 1998-12-16  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3369
3370         * event-msw.c
3371           (Belatedly) added Kirill to list of file's authors.
3372           emacs_mswindows_quit_p: Don't process WM_PAINT messages in
3373           quit checking. WM_PAINT messages cause redisplay, but
3374           windows' states are not necessarily stable when this function
3375           gets called.
3376
3377 1998-12-17  Andy Piper  <andy@xemacs.org>
3378
3379         * strftime.c (zone_name): CONSTify.
3380
3381 1998-12-15  Andy Piper  <andy@xemacs.org>
3382
3383         * glyphs-msw.c (mswindows_combo_instantiate): ditto.
3384         (mswindows_widget_property): return Qunbound when no property available.
3385         (mswindows_button_property): ditto.
3386         (mswindows_combo_property): ditto.
3387         (mswindows_widget_set_property): ditto.
3388
3389         * glyphs-widget.c (check_valid_item_list): use properties.
3390
3391         * glyphs.h (struct Lisp_Image_Instance): we have properties now.
3392
3393         * glyphs.c (Fset_image_instance_property): allow setting of arbitrary properties.
3394         (Fimage_instance_property): ditto.
3395         * glyphs-widget.c (widget_property): ditto.
3396         (widget_set_property): ditto.
3397
3398         * frame-msw.c (mswindows_set_frame_pointer): SetCursor() as well
3399         as setting the class cursor so that GC actually changes the
3400         cursor.
3401
3402         * config.h: don't undef MAIL_USE_POP.
3403
3404 1998-12-13  Andy Piper  <andy@xemacs.org>
3405
3406         * glyphs-msw.c
3407         (image_instantiator_format_create_glyphs_mswindows): line ->
3408         label.
3409         (mswindows_label_instantiate): ditto. Play with window flags.
3410         (image_instantiator_format_create_glyphs_mswindows): ditto.
3411         (vars_of_glyphs_mswindows): provide Qlabel as we support it now.
3412
3413         * glyphs-widget.c (widget_instantiate_1): re-jig autosizing to
3414         cope with lines and labels.
3415         (static_instantiate): use widget_instantiate_1.
3416         line -> label.
3417         (image_instantiator_format_create_glyphs_widget): ditto.
3418
3419 1998-12-10  Andy Piper  <andy@xemacs.org>
3420
3421         * Makefile.in.in (objs): add gui.o
3422
3423 1998-12-10  Andy Piper  <andy@xemacs.org>
3424
3425         * gui.c: adjust defines of HAVE_POPUPS so that we can build with
3426         no window system.
3427
3428 1998-12-09  Andy Piper  <andy@xemacs.org>
3429
3430         * glyphs.c (finalize_image_instance): mark glyphs changed when an
3431         image instance is removed so that the subwindow cache gets reset
3432         and thus destroyed images get GC'd.
3433
3434 1998-12-08  Andy Piper  <andy@xemacs.org>
3435
3436         * gui-msw.c (mswindows_handle_gui_wm_command): call
3437         MARK_SUBWINDOWS_CHANGED.
3438
3439         * glyphs-msw.c (mswindows_finalize_image_instance): make sure
3440         subwindows really get deleted.
3441
3442         * redisplay.c: new variable subwindows_changed[_set].
3443         (redisplay_window): use it.
3444         (redisplay_frame): ditto.
3445         (redisplay_device): ditto.
3446         (redisplay_without_hooks): ditto.
3447
3448         * device.h (MARK_DEVICE_SUBWINDOWS_CHANGED): new macro for
3449         subwindows redisplay as per glyphs equivalent.
3450         * redisplay.h: ditto.
3451         (MARK_SUBWINDOWS_CHANGED): ditto.
3452         (RESET_CHANGED_SET_FLAGS): ditto.
3453         * frame.h (MARK_FRAME_SUBWINDOWS_CHANGED): ditto.
3454
3455 1998-12-07  Andy Piper  <andy@xemacs.org>
3456
3457         * frame.c (Fmake_frame): reset subwindow cachels on non-stream
3458         frames.
3459
3460         * redisplay.c (redisplay_frame): invalidate subwindow cachels.
3461
3462         * event-msw.c (mswindows_wnd_proc): catch the various WM_CTLCOLOR*
3463         messages and paint widget glyphs as appropriate with their face fg
3464         & bg.
3465
3466 1998-12-06  Andy Piper  <andy@xemacs.org>
3467
3468         * glyphs-msw.c (vars_of_glyphs_mswindows): provide widget types
3469         here rather than in glyphs-widget - do this because we only want
3470         to provide what is really available.
3471
3472         * glyphs.c (Fimage_instance_property): new function to get the
3473         properties of image instances. wires through to console specific
3474         methods and then to widget specific methods.
3475         (Fset_image_instance_property): ditto but for setting widget properties.
3476         (check_valid_face): make extern so that it can be used elsewhere.
3477
3478         * glyphs-widget.c (widget_property): new function. gets the
3479         properties of widgets in general and wires the function through to
3480         widget specific ones.
3481         (widget_set_property): ditto but for setting widget properties.
3482
3483         * glyphs-msw.c (mswindows_combo_instantiate): Add functionality to
3484         add items to the list. Play with window styles a bit to get the
3485         desired effect.
3486         (mswindows_widget_property): break out specific widget properties.
3487         (mswindows_button_property): new function. gets the checked state
3488         of a button.
3489         (mswindows_combo_property): new function. gets the current
3490         selection in the combo box.
3491         (mswindows_widget_set_property): new function. sets specific
3492         properties of specific widgets.
3493
3494         * glyphs-widget.c (check_valid_item_list): new function. check
3495         that items for a combo-box are just a list of strings.
3496         (combo_validate): new function. check there is an item list.
3497         (widget_instantiate_1): new function. renamed from
3498         widget_instantiate so that we can do slightly different things for
3499         other widgets.
3500         (widget_instantiate): call widget_instantiate_1.
3501         (combo_instantiate): new function to instantiate combo boxes,
3502         defaults height to the pixel height of the number of items in the
3503         box.
3504         (syms_of_glyphs_widget): move widget keywords here.
3505         (image_instantiator_format_create_glyphs_widget): use new combo
3506         functions.
3507
3508 1998-12-04  Andy Piper  <andy@xemacs.org>
3509
3510         * event-msw.c (mswindows_wnd_proc): mule-ize.
3511
3512         * glyphs.c (pixmap_to_lisp_data): mule-ize.
3513
3514         * glyphs-msw.c (extract_xpm_color_names): mule-ize.
3515         (resource_name_to_resource): ditto.
3516         (mswindows_resource_instantiate): ditto.
3517         (mswindows_widget_instantiate): ditto.
3518         (mswindows_widget_set_property): ditto.
3519
3520         * redisplay-output.c (redisplay_output_subwindow): don't show
3521         subwindows if they are obscured at the edge of the frame, emacs
3522         gets into some sort of redisplay loop otherwise.
3523
3524         * gui.h: prototype gui_item_selected_p.
3525
3526         * gui.c (gui_item_selected_p): new function to determine the
3527         selected state of a gui_item.
3528
3529         * frame.h (struct frame): add subwindows_changed flag.
3530
3531         * redisplay.c (redisplay_frame): call update_frame_subwindows ().
3532
3533         * glyphs.c (update_subwindow): new function to update a
3534         subwindow's state.
3535         (update_frame_subwindows): new function to update all the
3536         subwindows on a frame.
3537
3538         * console.h (struct console_methods): add update_subwindow.
3539
3540         * glyphs-msw.c (mswindows_widget_property): return selected state
3541         for selected property.
3542         (mswindows_update_subwindow): new function. updates widget glyphs
3543         in redisplay as per menubars or toolbars e.g. selected state.
3544         (console_type_create_glyphs_mswindows): add update_subwindow.
3545
3546 1998-12-03  Andy Piper  <andy@xemacs.org>
3547
3548         * console-tty.c (syms_of_console_tty): MULE -> FILE_CODING since
3549         tty coding system things are such.
3550
3551         * glyphs-widget.c (widget_face_font_info): new function for
3552         pulling out height and width metrics for a widget's face.
3553         (widget_text_to_pixel_conversion): calculate pixel sizes of text
3554         for widgets.
3555
3556         * event-msw.c (mswindows_drain_windows_queue): translate messages
3557         that are destined for subwindows. This makes edit fields interact
3558         with the keyboard correctly.
3559         nuke warnings by #ifndef'ing out stuff not required by msg select().
3560
3561         * glyphs.h (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT_NO_SYM): new
3562         macro defining the iiforma without the symbol required by widget.
3563         (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT): use it.
3564
3565         * general.c (syms_of_general): add Qwidget, Qselected.
3566
3567         * faces.c (complex_vars_of_faces): add widget face inheriting from
3568         gui-element face.
3569
3570 1998-11-09  Andy Piper  <andy@xemacs.org>
3571
3572         * window.h (struct window): add a cache of subwindows on a
3573         per-window basis.
3574
3575         * window.c (mark_window): mark the subwindow_instance_cache.
3576         (allocate_window): initialise the subwindow instance_cache.
3577
3578         * toolbar-x.c (x_output_toolbar): call redisplay_clear_region
3579         instead of the devmeth.
3580         (x_clear_toolbar): ditto.
3581
3582         * redisplay-x.c (x_output_display_block): call
3583         redisplay_output_subwindow for subwindows and widgets.
3584
3585         * redisplay-tty.c (tty_output_display_block): add IMAGE_WIDGET to
3586         types to do nothing for.
3587
3588         * lisp.h: declare new widget/subwindow symbols.
3589
3590         * glyphs.c (image_instantiate): cache subwindows on a per-window
3591         basis.
3592         (subwindow_possible_dest_types): new function for subwindow dest
3593         types.
3594         (subwindow_instantiate): generic instantiation of a
3595         subwindow. specialised by device multi-methods.
3596         (Fsubwindowp): moved from glyphs-x.c. adapted for glyph-based
3597         subwindows.
3598         (Fimage_instance_subwindow_id): ditto.
3599         (Fresize_subwindow): ditto.
3600         (Fforce_subwindow_map): ditto.
3601
3602         * glyphs-x.c (x_print_image_instance): remove subwindow
3603         stuff. Handled genrically in glyphs.c.
3604         (x_image_instance_equal): ditto.
3605         (x_image_instance_hash): ditto.
3606         (x_finalize_image_instance): delete subwindows when required.
3607         (mark_subwindow) (print_subwindow) (finalize_subwindow)
3608         (subwindow_hash) (Fmake_subwindow): deleted because of new,
3609         glyph-based, subwindow implementation.
3610         (Fsubwindow_height) (Fsubwindow_width) (Fsubwindow_xid): aliased
3611         in glyphs.el
3612         (Fsubwindowp) (Fresize_subwindow) (Fforce_subwindow_map): moved to
3613         glyphs.c.
3614         (x_unmap_subwindow): new function to unmap X subwindows.
3615         (x_map_subwindow): new function to map X subwindows.
3616         (x_subwindow_instantiate): new function to instantiate X
3617         subwindows.
3618         (x_resize_subwindow): new function to resize X subwindows.
3619         (console_type_create_glyphs_x): add subwindow functions.
3620         (image_instantiator_format_create_glyphs_x): add device
3621         multi-methods for xpm, xbm and subwindow.
3622
3623         * glyphs.el (subwindow-xid): old alias for new subwindow functions.
3624         (subwindow-width): ditto.
3625         (subwindow-height): ditto.
3626
3627         * glyphs-msw.c (mswindows_widget_instantiate): new function for
3628         generally instantiating ms subwindows. Used by
3629         mswindows_*_instantiate.
3630         (mswindows_edit_instantiate): instantiate an edit field on a
3631         mswindows frame.
3632
3633 1998-11-04  Andy Piper  <andy@xemacs.org>
3634
3635         * symsinit.h: declare new functions.
3636
3637         * redisplay.h: declare new functions.
3638
3639         * redisplay-x.c (x_output_display_block): call
3640         redisplay_clear_region rather than x_clear_region.
3641         (x_output_string): ditto.
3642         (x_output_pixmap): ditto.
3643         (x_clear_to_window_end): ditto.
3644         (x_output_eol_cursor): ditto.
3645         (x_clear_region): only do X specific things. other duties handled
3646         in redisplay_clear_region.
3647
3648         * redisplay-tty.c (tty_clear_region): do tty specific things - some
3649         duties moved to redisplay_clear_region.
3650
3651         * redisplay-output.c (clear_left_border): use
3652         redisplay_clear_region instead of device method.
3653         (clear_right_border): ditto.
3654         (output_display_line): ditto.
3655         (redisplay_output_subwindow): ditto.
3656         (redisplay_clear_top_of_window): ditto.
3657         (redisplay_clear_region): perform duties previously handled by
3658         device methods. call the appropriate device method at the
3659         end. unmap subwindows if necessary.
3660
3661         * redisplay-msw.c (mswindows_output_string): use
3662         redisplay_clear_region instead of mswindows_clear_region.
3663         (mswindows_clear_to_window_end): ditto.
3664         (mswindows_output_display_block): output subwindows when required.
3665         (mswindows_clear_region): only do mswindows specific things,
3666         everything else is now handled in redisplay_clear_region.
3667
3668         * gui.h: add item id hash defines and declare function prototypes.
3669
3670         * gui.c (mark_gui_item): new function for marking gui_items.
3671         (gui_item_hash): generic hash function for generating command ids
3672         for gui_items.
3673
3674         * gui-msw.c: new file.
3675         (mswindows_handle_gui_wm_command): new function to handle widget
3676         callbacks.
3677
3678         * glyphs.h (MAYBE_IIFORMAT_DEVMETH): new function for device
3679         multi-methods.
3680         (IIFORMAT_HAS_SHARED_METHOD): ditto.
3681         (DEFINE_DEVICE_IIFORMAT): ditto.
3682         (INITIALIZE_DEVICE_IIFORMAT): ditto.
3683         (struct Lisp_Image_Instance): add widget and subwindow data plus
3684         appropriate access functions.
3685
3686         * glyphs.c (decode_device_ii_format): new function for decoding
3687         image instantiator functions based on a device type as well as an
3688         image format.
3689         (decode_image_instantiator_format): just call
3690         decode_device_ii_format with nil device.
3691         (add_entry_to_device_ii_format_list): new function for per device
3692         method instances.
3693         (add_entry_to_image_instantiator_format_list): just call
3694         add_entry_to_device_ii_format_list with nil device.
3695         (check_valid_vector): new function.
3696         (instantiate_image_instantiator): instantiate using per-format
3697         method and then per-format-per-device method (device
3698         multi-methods). signal an error if neither is possible.
3699         (mark_image_instance): cope with subwindows and widgets.
3700         (print_image_instance): ditto.
3701         (image_instance_equal): ditto.
3702         (image_instance_hash): ditto.
3703         (allocate_glyph): ditto.
3704         (glyph_width): ditto.
3705         (glyph_height_internal): ditto.
3706         (xpm_instantiate): removed because of device multi-methods.
3707         (mark_subwindow_cachels): new cachel functions for caching
3708         instantiated subwindows on a per-frame basis. mostly copied from
3709         glyph cachel functions.
3710         (update_subwindow_cachel_data): ditto.
3711         (add_subwindow_cachel): ditto.
3712         (get_subwindow_cachel_index): ditto.
3713         (reset_subwindow_cachels): ditto.
3714         (mark_subwindow_cachels_as_not_updated): ditto.
3715         (unmap_subwindow): generic unmapping of subwindows based on cachel
3716         data.
3717         (map_subwindow): ditto.
3718         (initialize_subwindow_image_instance): generic initialisation of
3719         subwindow data.
3720         (syms_of_glyphs): add widget keywords.
3721
3722         * glyphs-x.h (struct x_subwindow_data): convert Lisp_Subwindow to
3723         x_subwindow_data.
3724
3725 1998-11-04  Andy Piper  <andy@xemacs.org>
3726
3727         * glyphs-widget.c: new file for instantiating widget type glyphs.
3728         (widget_possible_dest_types): new general dest type function for
3729         widgets.
3730         (widget_validate): ditto.
3731         (initialize_widget_image_instance): ditto
3732         (widget_instantiate): ditto. Sets up fg/bg, gui_item parsing
3733         before handing on control to device multi-methods.
3734         (syms_of_glyphs_widget): new function.
3735         (image_instantiator_format_create_glyphs_widget): new function,
3736         added placeholders for button, edit, combo, scrollbar
3737         (vars_of_glyphs_widget): new function.
3738
3739         * glyphs-msw.h (WIDGET_INSTANCE_MSWINDOWS_HANDLE): new define for
3740         storing window ids of widgets.
3741
3742         * glyphs-msw.c (mswindows_finalize_image_instance): cope with
3743         deletion of widget and subwindow glyphs.
3744         (mswindows_unmap_subwindow): new device function for unmapping
3745         subwindows on a msw frame.
3746         (mswindows_map_subwindow): ditto.
3747         (mswindows_register_image_instance): register instantiated widgets
3748         with the widget hastable.
3749         (mswindows_button_instantiate): instantiate a button type widget
3750         on an msw frame.
3751         (mswindows_subwindow_instantiate): instanttiate a subwindow on a
3752         mswindows frame.
3753         (image_instantiator_format_create_glyphs_mswindows): add device
3754         multi-methods for xbm, xpm, subwindow, edit and button.
3755
3756         * frame.h (struct frame): add subwindow_cachels dynarr for caching
3757         information about subwindows visible on the current frame. used by
3758         redisplay_clear_region to unmap subwindows as required.
3759
3760         * frame.c (mark_frame): mark subwindow_cachels.
3761         (allocate_frame_core): instantiate subwindow_cachels.
3762
3763         * frame-msw.c (mswindows_init_frame_1): instntiate and mark the
3764         widget hashtable.
3765
3766         * event-msw.c (mswindows_wnd_proc): add call to
3767         mswindows_handle_gui_wm_command to handle widget callbacks.
3768
3769         * emacs.c (main_1): add calls to glyphs-widget initialisation
3770         routines.
3771
3772         * console.h (struct console_methods): add
3773         unmap/map_subwindow_method for use be redisplay_clear_region to
3774         map and unmap subwindows. Remove xpm and xbm stuff - now dealt
3775         with by image instantiator multi-methods. Add
3776         resize_subwindow_method.
3777
3778         * console-stream.c (stream_clear_region): change signature to
3779         match new generic clear region function.
3780
3781         * Makefile.in.in: add glyphs-widget.o to list of objects.
3782
3783         * console-msw.h (struct mswindows_frame): add widget hashtable for
3784         wiring command ids to callbacks.
3785
3786 1998-12-16  Andy Piper  <andy@xemacs.org>
3787
3788         * XEmacs 21.2.6 is released
3789
3790 1998-12-08  Hrvoje Niksic  <hniksic@srce.hr>
3791
3792         * md5.c (Fmd5): Correctly initiate string input stream.
3793
3794         * Makefile.in.in (tests): Add md5-tests.el.
3795
3796 1998-12-06  Martin Buchholz  <martin@xemacs.org>
3797
3798         * lisp.h:
3799         * alloc.c (make_vector): remove travesty
3800         (Fmake_vector):
3801         (make_pure_vector):
3802         (pure_cons):
3803         (make_bit_vector_internal):
3804         (make_bit_vector):
3805         (make_bit_vector_from_byte_vector):
3806         (Fmake_bit_vector):
3807         - make vector_equal a little faster.
3808         - Don't use variable name `new'.
3809         - Use size_t instead of EMACS_INT.
3810         - usual Martin-style pointless bit-twiddling.
3811
3812         * fns.c (mapcar1):
3813         (Fmapconcat):
3814         (Fmapcar):
3815         (Fmapvector):
3816         Make mapcar faster.  In particular, make
3817           (mapc #'identity long-string)
3818         MUCH faster under Mule.
3819         * tests/automated/lisp-tests.el: Test 'em!
3820
3821 1998-12-06  Martin Buchholz  <martin@xemacs.org>
3822
3823         * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
3824         bytecode.
3825
3826 1998-12-13  Martin Buchholz  <martin@xemacs.org>
3827
3828         * console-msw.c: Function definitions follow coding standards
3829         - This prevents e.g. find-tag on Lisp_Event finding DEVENT
3830
3831 1998-12-11  Martin Buchholz  <martin@xemacs.org>
3832
3833         * events.h (struct timeout_data):
3834         * event-tty.c (tty_timeout_to_emacs_event):
3835         * event-msw.c (mswindows_wm_timer_callback):
3836         * event-Xt.c (Xt_timeout_to_emacs_event):
3837         * event-msw.c (mswindows_cancel_dispatch_event):
3838         Make sure Lisp_Objects inside events are initialized to Qnil, not
3839         Qnull_pointer, which is now illegal.
3840
3841 1998-12-10  Martin Buchholz  <martin@xemacs.org>
3842
3843         * lisp.h: Fix up prototypes to match alloc.c
3844
3845 1998-12-09  Andy Piper  <andy@xemacs.org>
3846
3847         * glyphs-msw.c (init_image_instance_from_xbm_inline): don't use
3848         XSETINT for assigning lisp objects.
3849
3850 1998-12-07  Martin Buchholz  <martin@xemacs.org>
3851
3852         * opaque.h:
3853         * console-msw.c (DHEADER):
3854         (DOPAQUE_DATA):
3855         (DEVENT):
3856         (DCONS):
3857         (DCONSCDR):
3858         (DSTRING):
3859         (DVECTOR):
3860         (DSYMBOL):
3861         (DSYMNAME):
3862         - max_align_t should not be visible to the user of the
3863           XOPAQUE_DATA macro.
3864         - use Bufbyte instead of char
3865         - parens around (FOOP (obj)) are always redundant.
3866           If they were necessary, we should fix the macro instead.
3867         - Always use string_data(foo) instead of foo->data.
3868
3869 1998-12-07  Martin Buchholz  <martin@xemacs.org>
3870
3871         * sysdep.c (set_descriptor_non_blocking):
3872         Since O_NONBLOCK is now always #defined, make use of fcntl
3873         conditional on F_SETFL being defined.
3874
3875 1998-12-09  Andy Piper  <andy@xemacs.org>
3876
3877         * menubar-msw.c (mswindows_handle_wm_command): add back in checks
3878         that got removed in the merge
3879
3880 1998-11-30  Greg Klanderman  <greg@alphatech.com>
3881
3882         * dired.c (vars_of_dired): bugfix for previous conditionalization
3883         of user-name-completion on non- Windows NT.
3884
3885 1998-12-08  Martin Buchholz  <martin@xemacs.org>
3886
3887         * windowsnt.h: Remove `support' for using index and rindex
3888
3889         * filelock.c (current_lock_owner):
3890         - Change uses of index -> strchr, rindex -> strrchr
3891
3892 1998-12-06  Martin Buchholz  <martin@xemacs.org>
3893
3894         * frame-msw.c (mswindows_init_frame_1):
3895         - use make_lisp_hash_table, not Fmake_hash_table
3896         - include elhash.h
3897
3898 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
3899
3900         * XEmacs 21.2.5 is released
3901
3902 1998-11-30  Martin Buchholz  <martin@xemacs.org>
3903
3904         * xselect.c (receive_incremental_selection):
3905         * xselect.c (x_get_window_property):
3906         * xmu.c (XmuReadBitmapDataFromFile):
3907         * xmu.c (XmuCursorNameToIndex):
3908         * xgccache.c (describe_gc_cache):
3909         * xgccache.c (gc_cache_lookup):
3910         * xgccache.c (free_gc_cache):
3911         * xgccache.c (make_gc_cache):
3912         * window.h:
3913         * window.c (map_windows_1):
3914         * window.c (Fother_window_for_scrolling):
3915         * window.c (window_scroll):
3916         * window.c (change_window_height):
3917         * window.c (Fsplit_window):
3918         * window.c (window_left_gutter_width):
3919         * window.c (window_modeline_height):
3920         * window.c (invalidate_vertical_divider_cache_in_window):
3921         * window.c (window_needs_vertical_divider_1):
3922         * window.c (update_mirror_internal):
3923         * window.c (SET_LAST_FACECHANGE):
3924         * widget.c (Fwidget_plist_member):
3925         * unexec.c (copy_text_and_data):
3926         * unexcw.c (copy_executable_and_dump_data_section):
3927         * tooltalk.doc:
3928         * tooltalk.c (struct Lisp_Tooltalk_Pattern):
3929         * tooltalk.c (struct Lisp_Tooltalk_Message):
3930         * toolbar.h (struct toolbar_button):
3931         * toolbar.c (default_toolbar_visible_p_changed_in_window):
3932         * toolbar.c (recompute_overlaying_specifier):
3933         * toolbar.c (toolbar_validate):
3934         * toolbar.c (toolbar_button_at_pixpos):
3935         * toolbar.c (get_toolbar_coords):
3936         * toolbar.c (update_frame_toolbars):
3937         * toolbar-x.c:
3938         * toolbar-msw.c (mswindows_handle_toolbar_wm_command):
3939         * toolbar-msw.c (mswindows_find_toolbar_pos):
3940         * toolbar-msw.c (mswindows_output_toolbar):
3941         * toolbar-msw.c (mswindows_clear_toolbar):
3942         * toolbar-msw.c:
3943         * systty.h:
3944         * syssignal.h:
3945         * sysproc.h:
3946         * sysfile.h:
3947         * sysdll.c:
3948         * sysdep.h:
3949         * sysdep.c (rmdir):
3950         * sysdep.c (sys_fopen):
3951         * sysdep.c (sys_open):
3952         * sysdep.c (tty_init_sys_modes_on_device):
3953         * sysdep.c (get_eof_char):
3954         * sysdep.c (child_setup_tty):
3955         * sysdep.c (set_descriptor_non_blocking):
3956         * syntax.h:
3957         * syntax.c (scan_words):
3958         * syntax.c:
3959         * symsinit.h:
3960         * symeval.h (struct symbol_value_varalias):
3961         * symeval.h (struct symbol_value_forward):
3962         * symbols.c (syms_of_symbols):
3963         * symbols.c (init_symbols_once_early):
3964         * symbols.c (Fbuilt_in_variable_type):
3965         * symbols.c (Fsymbol_value_in_buffer):
3966         * symbols.c (default_value):
3967         * symbols.c (Fset):
3968         * symbols.c (find_symbol_value_quickly):
3969         * symbols.c (store_symval_forwarding):
3970         * symbols.c (set_default_console_slot_variable):
3971         * symbols.c (set_default_buffer_slot_variable):
3972         * symbols.c (verify_ok_for_buffer_local):
3973         * symbols.c (symbol_is_constant):
3974         * symbols.c (oblookup):
3975         * symbols.c (Funintern):
3976         * symbols.c (Fintern):
3977         * symbols.c (check_obarray):
3978         * sunplay.c:
3979         * specifier.h (struct specifier_methods):
3980         * specifier.h:
3981         * specifier.c (specifier_instance):
3982         * specifier.c (specifier_instance_from_inst_list):
3983         * specifier.c (decode_locale_type):
3984         * specifier.c (specifier_equal):
3985         * specifier.c (finalize_specifier):
3986         * specifier.c (prune_specifiers):
3987         * specifier.c (kill_specifier_buffer_locals):
3988         * sound.c (init_native_sound):
3989         * sound.c:
3990         * signal.c (alarm):
3991         * search.c (Fmatch_data):
3992         * search.c (match_limit):
3993         * search.c (Freplace_match):
3994         * search.c (skip_chars):
3995         * search.c (scan_buffer):
3996         * search.c:
3997         * scrollbar.c (specifier_vars_of_scrollbar):
3998         * scrollbar.c (Fscrollbar_set_hscroll):
3999         * scrollbar.c (vertical_scrollbar_changed_in_window):
4000         * scrollbar.c (release_window_mirror_scrollbars):
4001         * scrollbar.c (free_scrollbar_instance):
4002         * scrollbar-x.c:
4003         * scrollbar-msw.c:
4004         * s/msdos.h (O_BINARY):
4005         * s/linux.h:
4006         * s/freebsd.h (LIBS_TERMCAP):
4007         * regex.c (re_match_2_internal):
4008         * regex.c (compile_extended_range):
4009         * regex.c (POP_FAILURE_POINT):
4010         * regex.c (PUSH_FAILURE_POINT):
4011         * redisplay.h (RESET_CHANGED_SET_FLAGS):
4012         * redisplay.h:
4013         * redisplay.h (struct display_line):
4014         * redisplay.h (struct rune):
4015         * redisplay.c (vars_of_redisplay):
4016         * redisplay.c (redisplay_variable_changed):
4017         * redisplay.c (UPDATE_CACHE_RETURN):
4018         * redisplay.c (validate_line_start_cache):
4019         * redisplay.c (mark_redisplay_structs):
4020         * redisplay.c (mark_glyph_block_dynarr):
4021         * redisplay.c (window_line_number):
4022         * redisplay.c (redisplay_frame):
4023         * redisplay.c (redisplay_window):
4024         * redisplay.c (generate_modeline):
4025         * redisplay.c (create_right_glyph_block):
4026         * redisplay.c (create_left_glyph_block):
4027         * redisplay.c (create_text_block):
4028         * redisplay.c:
4029         * redisplay-x.c (x_output_hline):
4030         * redisplay-x.c (x_output_vertical_divider):
4031         * redisplay-tty.c (tty_output_display_block):
4032         * redisplay-output.c (output_display_line):
4033         * redisplay-output.c:
4034         * redisplay-msw.c (mswindows_output_vertical_divider):
4035         * redisplay-msw.c (mswindows_ring_bell):
4036         * redisplay-msw.c (mswindows_output_cursor):
4037         * redisplay-msw.c:
4038         * rangetab.c:
4039         * ralloc.c:
4040         * puresize.h (RAW_PURESIZE):
4041         * profile.c (syms_of_profile):
4042         * profile.c (Fstart_profiling):
4043         * profile.c (sigprof_handler):
4044         * profile.c:
4045         * procimpl.h:
4046         * process.c (vars_of_process):
4047         * process.c (read_process_output):
4048         * process.c (get_process):
4049         * process.c:
4050         * process-unix.c (unix_open_multicast_group):
4051         * process-unix.c (unix_get_tty_name):
4052         * process-unix.c (unix_send_process):
4053         * process-unix.c (unix_reap_exited_processes):
4054         * process-unix.c (unix_create_process):
4055         * process-unix.c (unix_init_process_io_handles):
4056         * process-unix.c (allocate_pty):
4057         * process-unix.c:
4058         * process-nt.c (nt_open_network_stream):
4059         * process-nt.c (nt_update_status_if_terminated):
4060         * process-nt.c (nt_finalize_process_data):
4061         * process-nt.c:
4062         * print.c (debug_short_backtrace):
4063         * print.c (debug_backtrace):
4064         * print.c (print_symbol):
4065         * print.c (print_internal):
4066         * print.c (print_cons):
4067         * print.c (Fwrite_char):
4068         * print.c (print_prepare):
4069         * print.c (canonicalize_printcharfun):
4070         * print.c (output_string):
4071         * print.c:
4072         * opaque.h:
4073         * opaque.c (allocate_managed_opaque):
4074         * opaque.c:
4075         * offix.c (DndSetData):
4076         * objects.c (face_boolean_create):
4077         * objects.c (font_instantiate):
4078         * objects.c (font_create):
4079         * objects.c (color_create):
4080         * objects.c (finalize_font_instance):
4081         * objects.c (finalize_color_instance):
4082         * objects.c:
4083         * objects-x.c (x_font_instance_truename):
4084         * objects-x.c:
4085         * objects-x.c (x_initialize_font_instance):
4086         * objects-x.c (allocate_nearest_color):
4087         * objects-tty.c (tty_initialize_font_instance):
4088         * objects-tty.c (tty_initialize_color_instance):
4089         * objects-msw.c (mswindows_initialize_color_instance):
4090         * ntproc.c (syms_of_ntproc):
4091         * ntproc.c (Fwin32_set_process_priority):
4092         * ntproc.c (sys_spawnve):
4093         * ntproc.c:
4094         * ntheap.c (get_data_end):
4095         * nt.c (period):
4096         * nt.c:
4097         * nt.c (stat):
4098         * nt.c (generate_inode_val):
4099         * nt.c (sys_rename):
4100         * nas.c:
4101         * mule-wnnfns.c (Fwnn_hinsi_number):
4102         * mule-wnnfns.c (Fwnn_yuragi):
4103         * mule-wnnfns.c (Fwnn_common_learn):
4104         * mule-wnnfns.c (Fwnn_suffix_learn):
4105         * mule-wnnfns.c (Fwnn_prefix_learn):
4106         * mule-wnnfns.c (Fwnn_okuri_learn):
4107         * mule-wnnfns.c (Fwnn_complex_conv):
4108         * mule-wnnfns.c (Fwnn_last_is_first):
4109         * mule-wnnfns.c (Fwnn_bmodify_dict_add):
4110         * mule-wnnfns.c (Fwnn_notrans_dict_add):
4111         * mule-wnnfns.c (Fwnn_fiusr_dict_add):
4112         * mule-wnnfns.c (Fwnn_fisys_dict_add):
4113         * mule-wnnfns.c (Fwnn_hinsi_list):
4114         * mule-wnnfns.c (Fwnn_fuzokugo_set):
4115         * mule-wnnfns.c (Fwnn_dict_search):
4116         * mule-wnnfns.c (Fwnn_word_toroku):
4117         * mule-wnnfns.c (Fwnn_hindo_update):
4118         * mule-wnnfns.c (Fwnn_bunsetu_henkou):
4119         * mule-wnnfns.c (Fwnn_kakutei):
4120         * mule-wnnfns.c (Fwnn_begin_henkan):
4121         * mule-wnnfns.c (Fwnn_dict_comment):
4122         * mule-wnnfns.c (Fwnn_dict_add):
4123         * mule-wnnfns.c (Fwnn_open):
4124         * mule-mcpath.c (mc_getcwd):
4125         * mule-coding.c (vars_of_mule_coding):
4126         * mule-coding.c (convert_to_external_format):
4127         * mule-coding.c (encoding_marker):
4128         * mule-coding.c (decoding_marker):
4129         * mule-coding.c (Fcopy_coding_system):
4130         * mule-coding.c (Fmake_coding_system):
4131         * mule-coding.c (Fcoding_system_list):
4132         * mule-coding.c (Ffind_coding_system):
4133         * mule-coding.c (symbol_to_eol_type):
4134         * mule-coding.c:
4135         * mule-charset.c (complex_vars_of_mule_charset):
4136         * mule-charset.c (vars_of_mule_charset):
4137         * mule-charset.c (Fset_charset_ccl_program):
4138         * mule-charset.c (struct charset_list_closure):
4139         * mule-charset.c (Ffind_charset):
4140         * mule-charset.c (make_charset):
4141         * mule-charset.c (non_ascii_valid_char_p):
4142         * mule-charset.c:
4143         * mule-ccl.c (ccl_driver):
4144         * mule-canna.c (c2mu):
4145         * mule-canna.c (Fcanna_henkan_begin):
4146         * mule-canna.c (Fcanna_parse):
4147         * mule-canna.c (Fcanna_store_yomi):
4148         * mule-canna.c (Fcanna_touroku_string):
4149         * mule-canna.c (Fcanna_initialize):
4150         * minibuf.c:
4151         * menubar.c (menu_parse_submenu_keywords):
4152         * menubar-x.c (make_dummy_xbutton_event):
4153         * menubar-x.c (set_frame_menubar):
4154         * menubar-x.c (menu_item_descriptor_to_widget_value_1):
4155         * menubar-x.c:
4156         * menubar-msw.h:
4157         * menubar-msw.c (mswindows_popup_menu):
4158         * menubar-msw.c (mswindows_update_frame_menubars):
4159         * menubar-msw.c (mswindows_handle_wm_command):
4160         * menubar-msw.c (unsafe_handle_wm_initmenu_1):
4161         * menubar-msw.c (unsafe_handle_wm_initmenupopup_1):
4162         * menubar-msw.c (update_frame_menubar_maybe):
4163         * menubar-msw.c (populate_or_checksum_helper):
4164         * menubar-msw.c (empty_menu):
4165         * menubar-msw.c:
4166         * md5.c:
4167         * marker.c (set_marker_internal):
4168         * marker.c (print_marker):
4169         * malloc.c:
4170         * make-src-depend:
4171         * lstream.c (lisp_buffer_rewinder):
4172         * lstream.c (mark_lstream):
4173         * lrecord.h:
4174         * lrecord.h (struct lrecord_header):
4175         * lread.c (readevalloop):
4176         * lread.c (locate_file):
4177         * lread.c (locate_file_in_directory):
4178         * lread.c (Flocate_file):
4179         * lread.c (load_force_doc_string_unwind):
4180         * lread.c (ebolify_bytecode_constants):
4181         * lread.c:
4182         * lisp.h:
4183         * lisp-union.h:
4184         * lisp-disunion.h:
4185         * linuxplay.c (linux_play_data_or_file):
4186         * linuxplay.c (audio_init):
4187         * line-number.c:
4188         * keymap.h:
4189         * keymap.c (describe_map):
4190         * keymap.c (describe_map_mapper):
4191         * keymap.c (Fdescribe_bindings_internal):
4192         * keymap.c (Fsingle_key_description):
4193         * keymap.c (map_keymap_sorted):
4194         * keymap.c (get_relevant_keymaps):
4195         * keymap.c (Flookup_key):
4196         * keymap.c (raw_lookup_key_mapper):
4197         * keymap.c (Fdefine_key):
4198         * keymap.c (Fevent_matches_key_specifier_p):
4199         * keymap.c (key_desc_list_to_event):
4200         * keymap.c (define_key_parser):
4201         * keymap.c (define_key_check_and_coerce_keysym):
4202         * keymap.c (keymap_submaps):
4203         * keymap.c (keymap_store_internal):
4204         * keymap.c (keymap_delete_inverse_internal):
4205         * keymap.c (keymap_store_inverse_internal):
4206         * keymap.c (print_keymap):
4207         * keymap.c (Lisp_Keymap):
4208         * keymap.c:
4209         * intl.c:
4210         * insdel.c (convert_bufbyte_string_into_emchar_dynarr):
4211         * insdel.c (make_gap):
4212         * input-method-xlib.c (get_XIM_input):
4213         * input-method-xlib.c (XIM_init_frame):
4214         * imgproc.c:
4215         * hash.h:
4216         * hash.c:
4217         * gui.c:
4218         * gui-x.c (button_item_to_widget_value):
4219         * gui-x.c (popup_selection_callback):
4220         * glyphs.h (struct image_instantiator_methods):
4221         * glyphs.c (mark_glyph_cachels):
4222         * glyphs.c (Fglyph_type):
4223         * glyphs.c (image_instantiate):
4224         * glyphs.c (image_create):
4225         * glyphs.c (make_image_instance_1):
4226         * glyphs.c (finalize_image_instance):
4227         * glyphs.c:
4228         * glyphs-x.c (finalize_subwindow):
4229         * glyphs-x.c (xface_validate):
4230         * glyphs-x.c (x_locate_pixmap_file):
4231         * glyphs-x.c (convert_EImage_to_XImage):
4232         * glyphs-msw.c:
4233         * glyphs-msw.c (mswindows_resource_instantiate):
4234         * glyphs-msw.c (xpm_to_eimage):
4235         * glyphs-msw.c (convert_EImage_to_DIBitmap):
4236         * glyphs-eimage.c (tiff_instantiate):
4237         * glyphs-eimage.c (png_instantiate):
4238         * glyphs-eimage.c (struct png_error_struct):
4239         * glyphs-eimage.c (gif_memory_storage):
4240         * glyphs-eimage.c:
4241         * gifrlib.h:
4242         * getloadavg.c (getloadavg):
4243         * getloadavg.c:
4244         * gdbinit:
4245         * free-hook.c (log_gcpro):
4246         * free-hook.c (check_malloc):
4247         * free-hook.c (check_free):
4248         * free-hook.c (ROUND_UP_TO_PAGE):
4249         * free-hook.c:
4250         * frame.h (struct frame):
4251         * frame.h:
4252         * frame.c (change_frame_size_1):
4253         * frame.c (allocate_frame_core):
4254         * frame.c:
4255         * frame-x.c (x_focus_on_frame):
4256         * frame-x.c (x_init_frame_2):
4257         * frame-x.c (x_popup_frame):
4258         * frame-x.c (xemacs_XtPopup):
4259         * frame-x.c:
4260         * frame-x.c (Foffix_start_drag_internal):
4261         * frame-x.c (x_cde_destroy_callback):
4262         * frame-x.c (x_wm_hack_wm_protocols):
4263         * frame-tty.c (tty_frame_visible_p):
4264         * frame-msw.c (mswindows_make_frame_invisible):
4265         * frame-msw.c (mswindows_after_init_frame):
4266         * frame-msw.c (mswindows_init_frame_1):
4267         * fns.c (syms_of_fns):
4268         * fns.c (Fbase64_decode_string):
4269         * fns.c (Fnconc):
4270         * fns.c (Ffillarray):
4271         * fns.c (Fobject_plist):
4272         * fns.c (Fget):
4273         * fns.c (Fcanonicalize_lax_plist):
4274         * fns.c (Fcanonicalize_plist):
4275         * fns.c (Fplist_remprop):
4276         * fns.c (Fplist_get):
4277         * fns.c (advance_plist_pointers):
4278         * fns.c (internal_plist_put):
4279         * fns.c (Fnreverse):
4280         * fns.c (Fremassq):
4281         * fns.c (Felt):
4282         * fns.c (Fsubstring):
4283         * fns.c (Fbvconcat):
4284         * fns.c (Flength):
4285         * fns.c (length_with_bytecode_hack):
4286         * fns.c (print_bit_vector):
4287         * fns.c:
4288         * floatfns.c (Ffloor):
4289         * floatfns.c:
4290         * floatfns.c (in_float_error):
4291         * fileio.c (Ffile_modes):
4292         * fileio.c (Fexpand_file_name):
4293         * fileio.c (Fmake_temp_name):
4294         * fileio.c (Ffile_name_nondirectory):
4295         * fileio.c (Ffile_name_directory):
4296         * file-coding.h:
4297         * file-coding.c (vars_of_mule_coding):
4298         * file-coding.c (convert_to_external_format):
4299         * file-coding.c (encoding_marker):
4300         * file-coding.c (decoding_marker):
4301         * file-coding.c (Fcopy_coding_system):
4302         * file-coding.c (Fmake_coding_system):
4303         * file-coding.c (struct coding_system_list_closure):
4304         * file-coding.c (Ffind_coding_system):
4305         * file-coding.c (symbol_to_eol_type):
4306         * file-coding.c:
4307         * faces.h (struct face_cachel):
4308         * faces.c (vars_of_faces):
4309         * faces.c (face_property_was_changed):
4310         * faces.c (mark_face_cachels):
4311         * faces.c (temporary_faces_list):
4312         * faces.c (struct face_list_closure):
4313         * faces.c:
4314         * extents.h (struct extent):
4315         * extents.c (vars_of_extents):
4316         * extents.c (struct copy_string_extents_1_arg):
4317         * extents.c (add_string_extents_mapper):
4318         * extents.c (Fextent_property):
4319         * extents.c (Fset_extent_property):
4320         * extents.c (symbol_to_glyph_layout):
4321         * extents.c (properties_equal):
4322         * extents.c (print_extent):
4323         * extents.c (print_extent_1):
4324         * extents.c (extent_in_region_p):
4325         * extents.c (gap_array_make_gap):
4326         * extents.c:
4327         * events.h (struct Lisp_Event):
4328         * events.h:
4329         * events.c (Fevent_properties):
4330         * events.c (format_event_object):
4331         * events.c (Fmake_event):
4332         * events.c (event_equal):
4333         * events.c (print_event):
4334         * events.c (mark_event):
4335         * event-stream.c ((read-char)
4336         * event-stream.c (vars_of_event_stream):
4337         * event-stream.c (syms_of_event_stream):
4338         * event-stream.c (Fset_recent_keys_ring_size):
4339         * event-stream.c (Fsit_for):
4340         * event-stream.c (Fnext_event):
4341         * event-stream.c (execute_help_form):
4342         * event-stream.c (maybe_kbd_translate):
4343         * event-stream.c:
4344         * event-msw.c (vars_of_event_mswindows):
4345         * event-msw.c (mswindows_wnd_proc):
4346         * event-msw.c (mswindows_need_event):
4347         * event-msw.c (mswindows_drain_windows_queue):
4348         * event-msw.c (mswindows_pump_outstanding_events):
4349         * event-msw.c:
4350         * event-msw.c (slurp_thread):
4351         * event-msw.c (struct ntpipe_slurp_stream):
4352         * event-msw.c (HANDLE_TO_USID):
4353         * event-Xt.c (emacs_Xt_handle_magic_event):
4354         * event-Xt.c (x_event_to_emacs_event):
4355         * event-Xt.c (x_reset_modifier_mapping):
4356         * event-Xt.c (x_reset_key_mapping):
4357         * event-Xt.c:
4358         * eval.c (syms_of_eval):
4359         * eval.c (warn_when_safe):
4360         * eval.c (warn_when_safe_lispobj):
4361         * eval.c (Fbacktrace_frame):
4362         * eval.c (Fbacktrace):
4363         * eval.c (top_level_set):
4364         * eval.c (unbind_to_hairy):
4365         * eval.c (specbind_magic):
4366         * eval.c (specbind_unwind_wasnt_local):
4367         * eval.c (call2_trapping_errors):
4368         * eval.c (call1_trapping_errors):
4369         * eval.c (catch_them_squirmers_call2):
4370         * eval.c (call0_trapping_errors):
4371         * eval.c (run_hook_trapping_errors):
4372         * eval.c (catch_them_squirmers_eval_in_buffer):
4373         * eval.c (call4_in_buffer):
4374         * eval.c (call3_in_buffer):
4375         * eval.c (call2_in_buffer):
4376         * eval.c (call1_in_buffer):
4377         * eval.c (call0_in_buffer):
4378         * eval.c (run_hook):
4379         * eval.c (run_hook_with_args_in_buffer):
4380         * eval.c (Fapply):
4381         * eval.c (Feval):
4382         * eval.c (do_autoload):
4383         * eval.c (un_autoload):
4384         * eval.c (Fautoload):
4385         * eval.c (Finteractive_p):
4386         * eval.c (Fcommand_execute):
4387         * eval.c (signal_quit):
4388         * eval.c (call_with_suspended_errors):
4389         * eval.c (signal_error):
4390         * eval.c (return_from_signal):
4391         * eval.c (Fcall_with_condition_handler):
4392         * eval.c (run_condition_case_handlers):
4393         * eval.c (condition_case_1):
4394         * eval.c (Funwind_protect):
4395         * eval.c (unwind_to_catch):
4396         * eval.c (internal_catch):
4397         * eval.c (Fmacroexpand_internal):
4398         * eval.c (Fuser_variable_p):
4399         * eval.c (Fdefconst):
4400         * eval.c (Fdefvar):
4401         * eval.c (Ffunction):
4402         * eval.c (signal_call_debugger):
4403         * eval.c (call_debugger):
4404         * eval.c:
4405         * emacs.c (main):
4406         * emacs.c (sort_args):
4407         * emacs.c (main_1):
4408         * elhash.h:
4409         * elhash.c:
4410         * editfns.c (Fencode_time):
4411         * editfns.c (Fdecode_time):
4412         * editfns.c (Fuser_full_name):
4413         * editfns.c:
4414         * editfns.c (save_excursion_restore):
4415         * ecrt0.c:
4416         * dynarr.c:
4417         * doprnt.c (emacs_doprnt_1):
4418         * doc.c (verify_doc_mapper):
4419         * doc.c (Fsnarf_documentation):
4420         * doc.c (Fdocumentation):
4421         * dll.c:
4422         * dired.c (user_name_completion):
4423         * dired.c (Fdirectory_files):
4424         * dialog-x.c:
4425         * dialog-msw.c:
4426         * dgif_lib.c (FreeSavedImages):
4427         * dgif_lib.c (DGifGetImageDesc):
4428         * device.h:
4429         * device.h (struct device):
4430         * device.c (Fselect_device):
4431         * device.c (allocate_device):
4432         * device.c:
4433         * device-x.c (Fx_keysym_on_keyboard_p):
4434         * device-x.c (Fx_valid_keysym_name_p):
4435         * device-x.c (x_IO_error_handler):
4436         * device-x.c (x_delete_device):
4437         * device-x.c (x_finish_init_device):
4438         * device-x.c (x_init_device):
4439         * device-x.c:
4440         * device-msw.c (mswindows_init_device):
4441         * dbxrc:
4442         * database.c (vars_of_database):
4443         * database.c (Fput_database):
4444         * database.c (Fopen_database):
4445         * database.c (berkdb_remove):
4446         * database.c (berkdb_put):
4447         * database.c (Fdatabasep):
4448         * database.c (print_database):
4449         * database.c:
4450         * data.c (vars_of_data):
4451         * data.c (syms_of_data):
4452         * data.c (init_errors_once_early):
4453         * data.c (prune_weak_lists):
4454         * data.c (finish_marking_weak_lists):
4455         * data.c (print_weak_list):
4456         * data.c (Fmod):
4457         * data.c (Fstring_to_number):
4458         * data.c (Fnumber_to_string):
4459         * data.c (Findirect_function):
4460         * data.c (Fsetcdr):
4461         * data.c (Ffloatp):
4462         * data.c (Fsubr_interactive):
4463         * data.c (Farrayp):
4464         * data.c (Fkeywordp):
4465         * data.c (Fnull):
4466         * data.c:
4467         * console.h (CONSOLE_NAME):
4468         * console.h:
4469         * console.c (vars_of_console):
4470         * console.c (Fselect_console):
4471         * console.c:
4472         * console-x.h (DEVICE_X_COLORMAP):
4473         * console-x.h (struct x_device):
4474         * console-x.c (x_device_to_console_connection):
4475         * console-tty.h (CONSOLE_TTY_FINAL_CURSOR_Y):
4476         * console-tty.c (tty_init_console):
4477         * console-tty.c:
4478         * console-msw.h (struct mswindows_frame):
4479         * conslots.h:
4480         * config.h.in:
4481         * cmds.c (internal_self_insert):
4482         * cmds.c (Fforward_line):
4483         * cmds.c (Fforward_char):
4484         * cmds.c:
4485         * cmdloop.c:
4486         * chartab.c (mark_char_table_entry):
4487         * chartab.c:
4488         * casefiddle.c (casify_word):
4489         * callproc.c (child_setup):
4490         * callproc.c (Fcall_process_internal):
4491         * callproc.c:
4492         * callint.c (Fcall_interactively):
4493         * bytecode.h:
4494         * bytecode.c (execute_rare_opcode):
4495         * bytecode.c (execute_optimized_program):
4496         * bytecode.c:
4497         * bufslots.h:
4498         * buffer.h (BUFFER_REALLOC):
4499         * buffer.h (GET_CHARPTR_INT_DATA_ALLOCA):
4500         * buffer.h (GET_CHARPTR_EXT_DATA_ALLOCA):
4501         * buffer.h:
4502         * buffer.h (MAP_INDIRECT_BUFFERS):
4503         * buffer.h (CHECK_LIVE_BUFFER):
4504         * buffer.c (init_initial_directory):
4505         * buffer.c (complex_vars_of_buffer):
4506         * buffer.c (vars_of_buffer):
4507         * buffer.c (finish_init_buffer):
4508         * buffer.c (Fget_file_buffer):
4509         * buffer.c (Fbuffer_list):
4510         * buffer.c (mark_buffer):
4511         * balloon_help.c (balloon_help_move_to_pointer):
4512         * balloon_help.c (show_help):
4513         * balloon_help.c:
4514         * backtrace.h:
4515         * alloc.c (garbage_collect_1):
4516         * alloc.c (sweep_strings):
4517         * alloc.c (sweep_compiled_functions):
4518         * alloc.c (sweep_bit_vectors_1):
4519         * alloc.c (sweep_vectors_1):
4520         * alloc.c (sweep_lcrecords_1):
4521         * alloc.c (tick_lcrecord_stats):
4522         * alloc.c (pure_string_sizeof):
4523         * alloc.c (mark_conses_in_list):
4524         * alloc.c (mark_object):
4525         * alloc.c (report_pure_usage):
4526         * alloc.c (make_pure_float):
4527         * alloc.c (make_pure_string):
4528         * alloc.c (free_managed_lcrecord):
4529         * alloc.c (mark_string):
4530         * alloc.c (noseeum_make_marker):
4531         * alloc.c (allocate_event):
4532         * alloc.c (Fbit_vector):
4533         * alloc.c (Fvector):
4534         * alloc.c (make_float):
4535         * alloc.c (Fmake_list):
4536         * alloc.c (Flist):
4537         * alloc.c (FREE_FIXED_TYPE_WHEN_NOT_IN_GC):
4538         * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST):
4539         * alloc.c (DECLARE_FIXED_TYPE_ALLOC):
4540         * alloc.c (dbg_constants):
4541         * alloc.c (gc_record_type_p):
4542         * alloc.c (free_lcrecord):
4543         * alloc.c (xmalloc):
4544         * alloc.c (NOSEEUM_INCREMENT_CONS_COUNTER):
4545         * abbrev.c:
4546         * Makefile.in.in (mostlyclean):
4547         * Makefile.in.in (external_client_xlib_objs_nonshared):
4548         * Makefile.in.in (temacs_link_args):
4549         * Makefile.in.in (release):
4550         * Makefile.in.in (dnd_objs):
4551         * Makefile.in.in (objs):
4552         * Makefile.in.in (PROGNAME):
4553         * EmacsShell.c: cast strings to (XtPointer)
4554         * EmacsFrame.c: cast strings to (XtPointer)
4555         - mega patch
4556         - rewrite basic lisp functions for speed
4557         - rewrite bytecode interpreter for speed
4558         - rewrite list looping constructs for speed and safety using
4559           tortoise/hare.
4560         - use size_t where appropriate.
4561         - new hashtable implementation
4562         - cleanup implementation of opaques
4563         - opaques can now be purecopy'ed
4564         - move some cl functionality into C for speed.
4565         - remove last remaining VMS support
4566         - spelling fixes
4567         - improve gdb/dbx debugger support
4568         - move pure.c back into alloc.c for performance
4569         - enable report_pure_usage() if --memory-usage-stats
4570         - remove remnants of Energize support (EMACS_BTL, cadillac...)
4571         - don't use symbols with leading `_' or embedded `__'
4572         - globally cleanup duplicated semicolons `;;'
4573         - I give in on %p vs %lx - we use printf("%lx",(long) p)
4574           globally.
4575         - globally replace O_NDELAY with O_NONBLOCK.
4576         - globally replace CDISABLE with _POSIX_VDISABLE.
4577         - use O_RDONLY and O_RDWR instead of magic `0' and `2'.
4578         - define (and maybe use!) STDERR_FILENO and friends.
4579         - add support for macros defined in C
4580         - `when', `unless', `not' and `defalias' now defined in C,
4581           so that they are universally available.
4582         - rename defvar_mumble to defvar_magic
4583         - rename RETURN__ to RETURN_SANS_WARNINGS
4584         - use consistent style of initial caps in error messages
4585         - implement last, butlast, nbutlast, copy-list in C.
4586         - provide typedefs for all struct Lisp_foo types
4587         - Lisp_Objects must be initialized to Qnil rather than 0.
4588         - make sure XEmacs runs (slowly) with always_gc == 1;
4589         - fast and safe LOOP_* macros
4590         - change calls to XSETOBJ to XSETFOO
4591         - replace calls to XSETINT by make_int()
4592         - plug up memory leaks
4593         - use style markobj (foo), not silly ((markobj) (foo))
4594         - use XFLOAT_DATA (obj) instead of float_data (XFLOAT (obj))
4595
4596 1998-12-02  P. E. Jareth Hein  <jareth@camelot.co.jp>
4597
4598         * unexec.c: Changed a #ifndef statement to fix XEmacs on BSDI 3.0
4599
4600 1998-11-28  SL Baur  <steve@altair.xemacs.org>
4601
4602         * XEmacs 21.2-beta4 is released.
4603
4604 1998-11-27  SL Baur  <steve@altair.xemacs.org>
4605
4606         * mule-charset.c (complex_vars_of_mule_charset): Fix graphic
4607         property in control-1 charset.
4608         From Julian Bradfield <jcb@daimi.au.dk>
4609
4610 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
4611
4612         * gui-x.c (button_item_to_widget_value): Ignore :key-sequence
4613         keyword.
4614         Add stub for :label.
4615
4616         * gui.c (gui_item_add_keyval_pair): ditto.
4617
4618         * menubar-x.c (menu_item_descriptor_to_widget_value_1): Ignore
4619         :key-sequence keyword.
4620         Add stub for:label.
4621         Support :active for submenus like the Windows code and FSF Emacs.
4622
4623 1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
4624
4625         * dired.c (make_directory_hash_table): make_string() is OK because
4626         readdir() Mule-encapsulates.
4627
4628 1998-11-26  Hrvoje Niksic  <hniksic@srce.hr>
4629
4630         * fns.c (Fbase64_encode_string): Fix docstring.
4631         (Fbase64_decode_string): Ditto.
4632
4633 1998-11-26  Hrvoje Niksic  <hniksic@srce.hr>
4634
4635         * editfns.c (Ftranslate_region): Use
4636         convert_bufbyte_string_into_emchar_string().
4637
4638 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
4639
4640         * editfns.c (Ftranslate_region): Accept vectors and char-tables as
4641         well as strings.
4642         (Ftranslate_region): Turn table into an array of Emchars for
4643         larger regions.
4644
4645 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
4646
4647         * chartab.c (Freset_char_table): Fix wrong placement of #endif.
4648
4649 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
4650
4651         * chartab.c (Freset_char_table): Don't blindly fill chartables of
4652         type `char' with nils.
4653
4654         * chartab.c (canonicalize_char_table_value): Coerce ints to chars
4655         for tables of type `char'.
4656
4657 1998-11-26  Didier Verna  <verna@inf.enst.fr>
4658
4659         * input-method-xlib.c (Initialize_Locale): don't call
4660         XtSetLanguageProc. We've done the whole work here.
4661         * input-method-xfs.c (Initialize_Locale): ditto.
4662         * input-method-motif.c (Initialize_Locale): ditto.
4663
4664 1998-11-26  Didier Verna  <verna@inf.enst.fr>
4665
4666         * process-unix.c (unix_create_process): handle properly
4667         Vfile_name_coding_system for converting the program and directory
4668         names.
4669
4670 1998-11-27  SL Baur  <steve@altair.xemacs.org>
4671
4672         * m/arm.h: New file.
4673         From James LewisMoss <dres@ioa.com>
4674
4675 1998-11-27  Takeshi Hagiwara  <hagiwara@ie.niigata-u.ac.jp>
4676
4677         * m/mips-nec.h:
4678         Fix the realpath() problem of UnixWare2.1.3.
4679         Patches for NEC's sysv4.2 machine.
4680
4681 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
4682
4683         * dired.c (Fdirectory_files): Remove redundant code.
4684
4685 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
4686
4687         * fns.c (free_malloced_ptr): New function.
4688         (XMALLOC_OR_ALLOCA): New macro.
4689         (XMALLOC_UNBIND): Ditto.
4690         (Fbase64_encode_region): Use malloc() for large blocks; arrange it
4691         to be freed in case of non-local exit.
4692         (Fbase64_encode_string): Ditto.
4693         (Fbase64_decode_region): Ditto.
4694         (Fbase64_decode_string): Ditto.
4695         (STORE_BYTE): New macro.
4696         (base64_decode_1): Use it.
4697
4698 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
4699
4700         * fns.c (base64_value_to_char): Base64 stuff.
4701
4702 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
4703
4704         * editfns.c (Fbuffer_substring): New function.
4705
4706         * lisp.h: Declare make_string_from_buffer_no_extents().
4707
4708         * insdel.c (make_string_from_buffer_1): New function.
4709         (make_string_from_buffer_no_extents): Ditto.
4710
4711 1998-11-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4712
4713         * linuxplay.c: Including <fcntl.h> instead of <sys/fcntl.h> makes
4714         sound work on AIX with OSS installed.  Linux should still work.
4715
4716 1998-11-03  Andy Piper  <andyp@parallax.co.uk>
4717
4718         * config.h.in: name change for cygwin/version.h
4719
4720         * configure.in: check for cygwin/version.h now.
4721
4722         * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
4723         CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
4724         move cygwin32/version.h to cygwin/version.h
4725
4726 1998-11-03  Olivier Galibert  <galibert@pobox.com>
4727
4728         * lisp.h  (struct  Lisp_Bit_Vector): Fix declaration of  bits from
4729         int to long.
4730
4731 1998-10-22  Andy Piper  <andyp@parallax.co.uk>
4732
4733         * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
4734         CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
4735         enable BROKEN_SIGIO under b20 to make QUIT work.
4736
4737 1998-10-22  Andy Piper  <andyp@parallax.co.uk>
4738
4739         * frame-msw.c (mswindows_size_frame_internal): force frame sizing
4740         to fit within the constraints of the screen size. I.e. make the
4741         frame small enough to fit and move it if some of it will be
4742         off-screen.
4743
4744 1998-10-19  Greg Klanderman  <greg@alphatech.com>
4745
4746         * dired.c: conditionalize inclusion of user-name-completion
4747         primitives on non-Windows NT.  The needed functions don't exist on NT.
4748
4749 1998-11-24  SL Baur  <steve@altair.xemacs.org>
4750
4751         * gifrlib.h: Clean up types for 64 bit compile.
4752         * dgif_lib.c (DGifInitRead): Ditto.
4753         (MakeSavedImage): Ditto.
4754         * emacs.c (decode_path): Ditto.
4755         From Steve Carney <carney@pa.dec.com>
4756
4757 1998-10-16  William M. Perry  <wmperry@aventail.com>
4758
4759         * glyphs-msw.c (bitmap_table): Fixed typo in builtin bitmaps
4760           (cehckboxes instead of checkboxes).
4761
4762 1998-10-15  SL Baur  <steve@altair.xemacs.org>
4763
4764         * XEmacs 21.2-beta3 is released.
4765
4766 1998-10-13  Raymond Toy  <toy@rtp.ericsson.se>
4767
4768         * runemacs.c (WinMain): If the basename is "rungnuclient.exe", run
4769         gnuclient.  Otherwise, we run xemacs as we always did.  This gets
4770         rid of the annoying DOS window when running gnuclient.
4771
4772 1998-10-13  Andy Piper  <andyp@parallax.co.uk>
4773
4774         * dragdrop.c (vars_of_dragdrop): rename HAVE_MSWINDOWS ->
4775         HAVE_MS_WINDOWS typo.
4776
4777 1998-10-13  SL Baur  <steve@altair.xemacs.org>
4778
4779         * process-unix.c (unix_send_process): Set closed flag on writable
4780         pipe after SIGPIPE is received and before we call deactivate_process.
4781
4782 1998-10-03  Gunnar Evermann  <ge204@eng.cam.ac.uk>
4783
4784         * window.c (Fset_window_start): respect narrowing when
4785         checking wheter start is at the beginning of a line.
4786         (Fset_window_buffer): Ditto
4787         Fixes repeatable crash in VM.
4788
4789 1998-10-09  SL Baur  <steve@altair.xemacs.org>
4790
4791         * window.c (specifier_vars_of_window): Set default vertical
4792         divider width to 1 on ttys.
4793
4794 1998-10-08  Martin Buchholz  <martin@xemacs.org>
4795
4796         * alloc.c:
4797         * unexec.c:
4798         * malloc.c:
4799         Add <stddef.h> to get ptrdiff_t declaration
4800
4801 1998-10-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
4802
4803         * scrollbar-msw.c: Use the same vertical scrollbar drag hack as
4804           is used for Motif or Lucid scrollbars under X.
4805
4806 1998-10-08  Pierre Wendling  <pw@ebc.vbe.dec.com>
4807
4808         * m/alpha.h (UNEXEC): quoted to avoid bad expansion when running
4809         `configure'
4810
4811 1998-10-06  Takeshi Hagiwara  <hagiwara@ie.niigata-u.ac.jp>
4812
4813         * frame-x.c (x_delete_frame): Fix an argument of XtDestroyWidget.
4814
4815 1998-10-05  Andy Piper  <andyp@parallax.co.uk>
4816
4817         * s/cygwin32.h: more cygwin b20 reorganisation.
4818
4819 1998-10-01  Raymond Toy  <toy@rtp.ericsson.se>
4820
4821         * nas.c: Added necessary support functions to be able to handle
4822         WAVE files in memory, just like the support for SND files in
4823         memory.
4824
4825 1998-09-30  SL Baur  <steve@altair.xemacs.org>
4826
4827         * callproc.c (child_setup): Fix spelling typo.
4828
4829 1998-09-29  SL Baur  <steve@altair.xemacs.org>
4830
4831         * XEmacs 21.2-beta2 is released.
4832
4833 1998-09-27  P. E. Jareth Hein  <jareth@camelot.co.jp>
4834
4835         * regex.c (re_match_2_internal): Add in code to reset lowest_active_reg
4836         to prevent memory corruption in the case of jumping out of a series of
4837         nested match patterns. This is a rather brute force approach, though.
4838
4839 1998-09-02  Andy Piper  <andyp@parallax.co.uk>
4840
4841         * config.h.in: ditto.
4842
4843         * s/cygwin32.h: rearrange declarations to cope with cygwin
4844         b20. Include cygwin32/version.h if it exists.
4845
4846 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
4847
4848         * device-msw.c (mswindows_init_device): Call new
4849           mswindows_enumerate_fonts() function in objects-msw.c instead
4850           of font_enum_callback_1() to enumerate fonts.
4851
4852           font_enum_callback_1() and _2() moved to objects-msw.c.
4853
4854         * faces.c (complex_vars_of_faces): Make the mswindows default
4855           face font fully specified and provide some fallbacks.
4856
4857         * objects-msw.c: font_enum_callback_1() and _2() moved here
4858           from objects-msw.c. Obtain the enumerated font's character
4859           sets by table lookup instead of using the locale-specific
4860           string provided by Windows.
4861
4862           New public non-method mswindows_enumerate_fonts() that fills
4863           in the supplied mswindows device's font list.
4864
4865           mswindows_initialize_font_instance: Use the supplied name
4866           variable instead of f->name when signalling errors. Match font
4867           weights and character sets using lookup tables which handle
4868           spaces instead of by frobbing.
4869
4870 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
4871
4872         * process-nt.c: Define an arbitrary limit, FRAGMENT_CODE_SIZE,
4873           on the size of code fragments passed to run_in_other_process.
4874
4875           run_in_other_process(): Use FRAGMENT_CODE_SIZE to determine
4876           the amount of memory to allocate in the other process.
4877
4878           Removed sigkill_code_end(), sigint_code_end() and
4879           sig_enable_code_end() since they are now redundant.
4880
4881           send_signal() and enable_child_signals(): Don't try to work
4882           out the end of the code fragments passed to
4883           run_in_other_process()
4884
4885 1998-09-10  Kazuyuki IENAGA  <ienaga@jsys.co.jp>
4886
4887         * src/s/freebsd.h: Added __ELF__ and compiler/liker flags for
4888         FreeBSD-current.
4889
4890         * src/unexelf.c: Partially synched with FSF's 20.3.
4891
4892 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
4893
4894         * insdel.c (signal_after_change): Map across indirect buffers
4895         here, and not in the upper-level functions.
4896         (signal_first_change): Don't check for Armageddon.
4897         (signal_before_change): Map across indirect buffers here.
4898         (prepare_to_modify_buffer): ...and here.
4899
4900 1998-09-09  Hrvoje Niksic  <hniksic@srce.hr>
4901
4902         * insdel.c (signal_after_change): Add return value.
4903         (buffer_insert_string_1): Use it.
4904         (buffer_delete_range): Ditto.
4905         (buffer_replace_char): Ditto.
4906         (cancel_multiple_change): Map the indirect buffers.
4907
4908 1998-09-06  Hrvoje Niksic  <hniksic@srce.hr>
4909
4910         * insdel.c (init_buffer_text): Remove INDIRECT_P parameter.
4911         (uninit_buffer_text): Ditto.
4912
4913         * buffer.c (Fmake_indirect_buffer): Implement stricter
4914         error-checking.
4915
4916 1998-09-04  Hrvoje Niksic  <hniksic@srce.hr>
4917
4918         * insdel.c (change_function_restore): Reverse order of
4919         function-call and assignment.
4920         (first_change_hook_restore): Ditto.
4921
4922         * extents.c (mark_extent_auxiliary): Mark them.
4923         (Fset_extent_property): Set them.
4924         (Fextent_property): Get them.
4925         (Fextent_properties): Ditto.
4926         (vars_of_extents): Set their default.
4927
4928         * extents.h (struct extent_auxiliary): Add before_change_functions
4929         and after_change_functions.
4930
4931         * insdel.c (signal_before_change): Use it.
4932         (signal_after_change): Ditto.
4933
4934         * extents.c (report_extent_modification): New function.
4935
4936         * insdel.c (signal_before_change): Don't check for Armageddon.
4937         (signal_after_change): Ditto.
4938
4939 1998-09-11  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
4940
4941         * redisplay.c (redisplay_window): make sure a new starting point
4942         is chosen if it somehow got moved from the beginning of the line
4943         -- this can happen because Fwiden was called recently.
4944
4945         * window.c (Fset_window_start): set start_at_line_beg correctly
4946         (Fset_window_buffer): Ditto
4947
4948 1998-09-06  Hrvoje Niksic  <hniksic@srce.hr>
4949
4950         * insdel.c (init_buffer_text): Remove INDIRECT_P parameter.
4951         (uninit_buffer_text): Ditto.
4952
4953         * buffer.c (Fmake_indirect_buffer): Implement stricter
4954         error-checking.
4955
4956 1998-05-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
4957
4958         * emacs.c (main_1): Removed references to *vars_of_filelock.
4959
4960         * lisp.h: Added Fsystem_name.
4961
4962         * filelock.c: Replaced by version from FSF 20.2. Now implements
4963         locking by using symlinks which is NFS safe. However keep the
4964         GCPRO's in lock_file and the calls to callx_in_buffer like our old
4965         version (and of course use ansi C, acessor macros, etc).
4966
4967 1998-09-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
4968
4969         * process-unix.c (unix_create_process): Reset SIGHUP handler to
4970         SIG_DFL. We now try to conserve any inherted SIG_IGN settings
4971         in init_signals_very_early. However these should not be passed
4972         on to children attached to the new pty.
4973
4974 1998-08-28  Andy Piper  <andyp@parallax.co.uk>
4975
4976         * glyphs-eimage.c (png_instantiate_unwind): clean up eimage after use.
4977
4978 1998-09-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
4979
4980         * fileio.c (file-name-directory, file_name_as_directory):
4981           Don't call CORRECT_DIR_SEPS, even when #defined WINDOWSNT.
4982
4983 1998-09-02  Andy Piper  <andyp@parallax.co.uk>
4984
4985         * emacs.c (main_1): init_ralloc() if initialised and we have REL_ALLOC
4986
4987         * ralloc.c: uncomment __morecore.
4988
4989 1998-09-92  Jonathan Harris  <jhar@tardis.ed.ac.uk>
4990
4991         * event-msw.c(winsock_writer): Supply a dummy 4th argument to
4992           WriteFile() to fix a winsock 1.x bug on Win95.
4993
4994 1998-08-28  Hrvoje Niksic  <hniksic@srce.hr>
4995
4996         * event-Xt.c (emacs_Xt_mapping_action): Check for device being
4997         deleted.
4998         (x_event_to_emacs_event): Ditto.
4999         (emacs_Xt_handle_focus_event): Ditto.
5000         (emacs_Xt_handle_magic_event): Ditto.
5001
5002         * console-x.h (struct x_device): New flag being_deleted.
5003         (DEVICE_X_BEING_DELETED): New macro.
5004
5005         * device-x.c (x_IO_error_handler): Throw to top-level instead of
5006         returning.  Before doing that, set the being_deleted flag on the
5007         device.
5008
5009 1998-08-27  Hrvoje Niksic  <hniksic@srce.hr>
5010
5011         * device-x.c (x-seppuku-on-epipe): Removed.
5012
5013 1998-08-26  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
5014
5015         * frame-x.c (x_delete_frame): Flush the X output buffer after
5016         calling XtDestroyWidget to ensure that the windows are really
5017         killed right now.
5018
5019 1998-08-26  Hrvoje Niksic  <hniksic@srce.hr>
5020
5021         * menubar-x.c (my_run_hook): New unused function.
5022         (pre_activate_callback): Use run_hook for Qactivate_menubar_hook,
5023         since we ignore the results of the contained functions anyway.
5024
5025 1998-08-26  P. E. Jareth Hein  <jareth@camelot.co.jp>
5026
5027         * glyphs-eimage.c (gif_instantiate): Fix a crash in handling
5028         interlaced GIF files that are smaller than 4 lines high...
5029
5030 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
5031
5032         * buffer.c (map_over_sharing_buffers): Deleted.
5033
5034         * insdel.c (MAP_INDIRECT_BUFFERS): Move to buffer.h.
5035
5036         * buffer.c (Fkill_buffer): Keep indirect_children updated while
5037         killing them.
5038
5039 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
5040
5041         * insdel.c (buffer_insert_string_1): Advance the point bytind in
5042         all the buffers.
5043         (buffer_delete_range): Ditto.
5044
5045         * marker.c (init_buffer_markers): Set point-marker to the value of
5046         point in an indirect buffer.
5047
5048 1998-08-30  Hrvoje Niksic  <hniksic@srce.hr>
5049
5050         * undo.c (undo_prelude): Test last-undo-buffer against base
5051         buffer.
5052
5053         * insdel.c (MAP_INDIRECT_BUFFERS): Use it.
5054
5055         * buffer.h (BUFFER_BASE_BUFFER): New macro.
5056
5057 1998-08-30  Hrvoje Niksic  <hniksic@srce.hr>
5058
5059         * insdel.c (init_buffer_text): Initialize it here.
5060
5061         * line-number.c: Address line_number_cache through buffer->text.
5062
5063         * buffer.c (mark_buffer): Mark line number cache.
5064
5065         * bufslots.h (line_number_cache): Move to struct buffer_text.
5066
5067         * insdel.c (buffer_insert_string_1): Propagate signals and changes
5068         across the children buffers.
5069         (buffer_delete_range): Ditto.
5070         (buffer_replace_char): Ditto.
5071         (gap_left): Ditto.
5072         (gap_right): Ditto.
5073
5074         * insdel.c (MAP_INDIRECT_BUFFERS): New macro.
5075
5076         * buffer.c (Fmake_indirect_buffer): Uncomment.
5077
5078 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
5079
5080         * macros.c (Fend_kbd_macro): Remove trailing period from error
5081         message.
5082         (Fexecute_kbd_macro): Ditto.
5083
5084 1998-08-21  Greg Klanderman  <greg@alphatech.com>
5085
5086         * dired.c (Fuser_name_completion): remove optional 2nd argument.
5087         (Fuser_name_completion_1): new function to return uniqueness
5088         indication in addition to the user name completion.
5089         (user_name_completion): change type of `uniq' argument.
5090
5091 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5092
5093         * lread.c (vars_of_lread): Removed `source-directory' variable.
5094
5095 1998-08-22  Hrvoje Niksic  <hniksic@srce.hr>
5096
5097         * fileio.c (Ffile_readable_p): Apply the DOS/Windows logic to
5098         Cygwin.
5099
5100 1998-08-19  SL Baur  <steve@altair.xemacs.org>
5101
5102         * dired.c (vars_of_dired): Fix misapplied patch.
5103
5104 1998-08-16  Martin Buchholz  <martin@xemacs.org>
5105
5106         * fns.c (Fremrassq, remrassq_no_quit):
5107         A XCAR that should have been an XCDR turned Fremrassq into Fremassq
5108
5109 1998-07-17  Didier Verna  <verna@inf.enst.fr>
5110
5111         * redisplay-x.c (x_get_gc): returns a GC with a FillStipple fill
5112         style as foreground GC for faces that have the `dim' property.
5113         (x_output_string): when the `dim' face property is set,
5114         ensure the gray pixmap has been created, and get a proper
5115         foreground GC to draw the text.
5116
5117 1998-08-09  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5118
5119         * event-msw.c (mswindows_wnd_proc): Workaround for a Win95 bug:
5120           Manually track the state of the left and right Ctrl and Alt
5121           modifiers.
5122
5123 1998-08-07 Matt Stupple <matts@tibco.com>
5124
5125         * ntproc.c: don't wait on char_consumed at thread entry.
5126         Additionally, to get the 'process' marked as finished, ensure
5127         that the CHILD_ACTIVE macro returns false, so before exiting
5128         close char_avail and set it to NULL, and close other handles
5129         to reduce handle leak problems.
5130
5131 1998-08-09  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5132
5133         * menubar-msw.c (displayable_menu_item): take account of menu
5134           depth when deciding whether to try to display accelerators.
5135
5136 1998-08-04  Andy Piper  <andyp@parallax.co.uk>
5137
5138         * event-msw.c: use MsgWaitForMultipleObjects if there are no
5139         subprocesses.
5140
5141         * glyphs-msw.c: fix a couple of potential handle leaks.
5142
5143 1998-08-04  P. E. Jareth Hein  <jareth@camelot.co.jp>
5144
5145         * dgif_lib.c gif_io.c gifrlib.h: New files to put GIF
5146           *decoding ONLY* back into the core.
5147         * glyphs-eimage.c: Change referenced header file for GIF
5148           reading to point to the incore version.
5149
5150 1998-07-20  Martin Buchholz  <martin@xemacs.org>
5151
5152         * casefiddle.c (casify_object):
5153         Change algorithm from O(N**2) to O(N).
5154         Code cleanup.
5155         Doc string cleanup.
5156
5157 1998-07-22  Greg Klanderman  <greg@alphatech.com>
5158
5159         * dired.c (file_name_completion_unwind): don't leak the cons.
5160
5161 1998-07-20  Greg Klanderman  <greg@alphatech.com>
5162
5163         * dired.c (Fuser_name_completion): new function.
5164         (Fuser_name_all_completions): new function.
5165         (user_name_completion): new function.
5166         (syms_of_dired): 2 new DEFSUBRs.
5167         (vars_of_dired): initialize user name cache vars.
5168
5169 1998-07-29  P. E. Jareth Hein  <jareth@camelot.co.jp>
5170
5171         * glyphs-eimage.c (png_instantiate): Add proper handling for background
5172         colors taken from the default face.  Also correct a thinko in
5173         transparency (not alpha) handling.
5174
5175 1998-07-23  Martin Buchholz  <martin@xemacs.org>
5176
5177         * s/decosf4-0.h:  Use a perfectly ordinary link.  Nuke BSD crap.
5178         * unexalpha.c: ANSI C-ize.  Clean compiler warnings.
5179         * lread.c (Fload_internal):  Be very careful with printfs of
5180         size_t's
5181         * gui-x.c (menu_name_to_accelerator): tolower wants an `int'
5182         argument.
5183
5184 1998-07-27  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
5185
5186         * callint.c (Fcall_interactively): GCPRO prompt string before
5187         passing it to Fread_key_sequence
5188
5189 1998-07-27  SL Baur  <steve@altair.xemacs.org>
5190
5191         * keymap.c (vars_of_keymap): Initialize Vkey_translation_map and
5192         Vvertical_divider_map.
5193
5194         * mule-canna.c (vars_of_mule_canna): Initialize every symbol to
5195         Qnil or 0, none were initialized prior to this change.
5196
5197         Rename misnamed `V' prefixed integer variables:
5198         Vcanna_empty_info, Vcanna_through_info, Vcanna_underline,
5199         Vcanna_inhibit_hankakukana, Vcanna_henkan_length, Vcanna_henkan_revPos,
5200         Vcanna_henkan_revLen, Vcanna_ichiran_length, Vcanna_ichiran_revPos,
5201         Vcanna_ichiran_revLen.
5202
5203         Rename misnamed `V' prefixed integer variables and initialize
5204         properly in the vars_of routine.
5205         Vcanna_mode_AlphaMode, Vcanna_mode_EmptyMode, Vcanna_mode_KigoMode,
5206         Vcanna_mode_YomiMode, Vcanna_mode_JishuMode, Vcanna_mode_TankouhoMode,
5207         Vcanna_mode_IchiranMode, Vcanna_mode_YesNoMode, Vcanna_mode_OnOffMode,
5208         Vcanna_mode_AdjustBunsetsuMode, Vcanna_mode_ChikujiYomiMode,
5209         Vcanna_mode_ChikujiTanMode, Vcanna_mode_HenkanMode,
5210         Vcanna_mode_HenkanNyuryokuMode, Vcanna_mode_ZenHiraHenkanMode,
5211         Vcanna_mode_HanHiraHenkanMode, Vcanna_mode_ZenKataHenkanMode,
5212         Vcanna_mode_HanKataHenkanMode, Vcanna_mode_HanKataHenkanMode,
5213         Vcanna_mode_ZenAlphaHenkanMode, Vcanna_mode_HanAlphaHenkanMode,
5214         Vcanna_mode_ZenHiraKakuteiMode, Vcanna_mode_HanHiraKakuteiMode,
5215         Vcanna_mode_ZenKataKakuteiMode, Vcanna_mode_HanKataKakuteiMode,
5216         Vcanna_mode_ZenAlphaKakuteiMode, Vcanna_mode_HanAlphaKakuteiMode,
5217         Vcanna_mode_HexMode, Vcanna_mode_BushuMode, Vcanna_mode_ExtendMode,
5218         Vcanna_mode_RussianMode, Vcanna_mode_GreekMode, Vcanna_mode_LineMode,
5219         Vcanna_mode_ChangingServerMode, Vcanna_mode_HenkanMethodMode,
5220         Vcanna_mode_DeleteDicMode, Vcanna_mode_TourokuMode,
5221         Vcanna_mode_TourokuEmptyMode, Vcanna_mode_TourokuHinshiMode,
5222         Vcanna_mode_TourokuDicMode, Vcanna_mode_QuotedInsertMode,
5223         Vcanna_mode_BubunMuhenkanMode, Vcanna_mode_MountDicMode,
5224         Vcanna_fn_SelfInsert, Vcanna_fn_FunctionalInsert,
5225         Vcanna_fn_QuotedInsert, Vcanna_fn_JapaneseMode, Vcanna_fn_AlphaMode,
5226         Vcanna_fn_HenkanNyuryokuMode, Vcanna_fn_Forward, Vcanna_fn_Backward,
5227         Vcanna_fn_Next, Vcanna_fn_Prev, Vcanna_fn_BeginningOfLine,
5228         Vcanna_fn_EndOfLine, Vcanna_fn_DeleteNext, Vcanna_fn_DeletePrevious,
5229         Vcanna_fn_KillToEndOfLine, Vcanna_fn_Henkan, Vcanna_fn_Kakutei,
5230         Vcanna_fn_Extend, Vcanna_fn_Shrink, Vcanna_fn_AdjustBunsetsu,
5231         Vcanna_fn_Quit, Vcanna_fn_ConvertAsHex, Vcanna_fn_ConvertAsBushu,
5232         Vcanna_fn_KouhoIchiran, Vcanna_fn_BubunMuhenkan, Vcanna_fn_Zenkaku,
5233         Vcanna_fn_Hankaku, Vcanna_fn_ExtendMode, Vcanna_fn_ToUpper,
5234         Vcanna_fn_Capitalize, Vcanna_fn_ToLower, Vcanna_fn_Hiragana,
5235         Vcanna_fn_Katakana, Vcanna_fn_Romaji, Vcanna_fn_BaseHiragana,
5236         Vcanna_fn_BaseKatakana, Vcanna_fn_BaseEisu, Vcanna_fn_BaseZenkaku,
5237         Vcanna_fn_BaseHankaku, Vcanna_fn_BaseKana, Vcanna_fn_BaseKakutei,
5238         Vcanna_fn_BaseHenkan, Vcanna_fn_BaseHiraKataToggle,
5239         Vcanna_fn_BaseZenHanToggle, Vcanna_fn_BaseKanaEisuToggle,
5240         Vcanna_fn_BaseKakuteiHenkanToggle, Vcanna_fn_BaseRotateForward,
5241         Vcanna_fn_BaseRotateBackward, Vcanna_fn_Touroku, Vcanna_fn_HexMode,
5242         Vcanna_fn_BushuMode, Vcanna_fn_KigouMode, Vcanna_fn_Mark,
5243         Vcanna_fn_TemporalMode, Vcanna_key_Nfer, Vcanna_key_Xfer,
5244         Vcanna_key_Up, Vcanna_key_Left, Vcanna_key_Right, Vcanna_key_Down,
5245         Vcanna_key_Insert, Vcanna_key_Rollup, Vcanna_key_Rolldown,
5246         Vcanna_key_Home, Vcanna_key_Help, Vcanna_key_KP_Key,
5247         Vcanna_key_Shift_Nfer, Vcanna_key_Shift_Xfer, Vcanna_key_Shift_Up,
5248         Vcanna_key_Shift_Left, Vcanna_key_Shift_Right, Vcanna_key_Shift_Down,
5249         Vcanna_key_Cntrl_Nfer, Vcanna_key_Cntrl_Xfer, Vcanna_key_Cntrl_Up,
5250         Vcanna_key_Cntrl_Left, Vcanna_key_Cntrl_Right, Vcanna_key_Cntrl_Down
5251
5252 1998-07-16  Jan Vroonhof  <vroonhof@math.ethz.ch>
5253
5254         * event-Xt.c (x_to_emacs_keysym): Return nil for modifier keysyms.
5255         (x_event_to_emacs_event): Let x_to_emacs_keysym check for modifier
5256         keys thus no longer considering all keysyms on a key.
5257
5258 1998-07-19  SL Baur  <steve@altair.xemacs.org>
5259
5260         * XEmacs 21.2-beta1 is released.
5261
5262 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5263
5264         * eldap.c (Fldap_search_internal): When converting the list of
5265         attributes to search Copy the final 0 from Lisp strings to C
5266         strings.
5267         Check base, not Vldap_default_base as a a string
5268
5269 1998-07-13  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5270
5271         * nt.c: Remove Vstdio_str; already defined in console-stream.c.
5272
5273         * unexnt.c: Unconditionally define bss_start and bss_size, and
5274           ensure that they don't go in the .bss section.
5275
5276 1998-07-17  Olivier Galibert  <galibert@pobox.com>
5277
5278         * glyphs-x.c (convert_EImage_to_XImage):  Fix previous patch (conv
5279         byte order is dependant  of  the local  byte order).
5280         From Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
5281
5282 1998-07-18  SL Baur  <steve@altair.xemacs.org>
5283
5284         * glyphs-msw.c (mswindows_resource_normalize): Qresource ->
5285         Qmswindows_resource.
5286         From Jonathan Harris <jhar@tardis.ed.ac.uk>
5287
5288 1998-07-12  SL Baur  <steve@altair.xemacs.org>
5289
5290         * general.c (syms_of_general): Add defsymbol for Qresource.
5291
5292         * glyphs-msw.c (vars_of_glyphs_mswindows): Rename Qresource to
5293         Qmswindows_resource.
5294         (TopLevel): Rename 'resource image format to 'mswindows_resource.
5295         (mswindows_resource_validate): Rename.
5296         (mswindows_resource_normalize): Rename.
5297         (mswindows_resource_possible_dest_types): Rename.
5298         (mswindows_resource_instantiate): Rename.
5299         (image_instantiator_format_create_glyphs_mswindows): Replace
5300         `resource' with `mswindows.resource'.
5301
5302         * XEmacs 21.0-pre5 is released.
5303
5304 1998-07-10  SL Baur  <steve@altair.xemacs.org>
5305
5306         * mule-wnnfns.c (Fwnn_open): Correctly trap on misdefined Wnn
5307         server type in environment.
5308         Use alloca-ed strings instead of tiny fixed size ones.
5309
5310 1998-07-09  SL Baur  <steve@altair.xemacs.org>
5311
5312         * XEmacs 21.0-pre4 is released.
5313
5314 1998-07-01  James N. Potts  <jnpotts@plutonium.net>
5315
5316         * fileio.c: (expand_file_name): under win32: Don't treat names
5317         as UNC names if a drive letter has been specified.  If a drive
5318         has been specified, strip out extra directory-seperators that
5319         reportedly cause problems under Win95.
5320
5321 1998-07-09  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5322
5323         * windowsnt.h: Define DUMP_SEPARATE_SECTION when building with
5324           MSVC >= 5.0. Put emacs init and zero-init data in a special
5325           section of the executable when this is defined.
5326
5327         * unexnt.c, ntheap.h:
5328           Removed unused find_section() and get_section_size().
5329
5330         * unexnt.c:
5331           Fix up the executable's checksum after dumping otherwise the
5332           profiler complains.
5333           When DUMP_SEPARATE_SECTION is defined, don't need to dump
5334           zero-init data separately from init data. Dump emacs data
5335           into a special section of the executable.
5336           When DUMP_SEPARATE_SECTION not defined, dump .bss up to
5337           my_ebss instead of up to the end of bss.
5338
5339 1998-07-09  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5340
5341         * filelock.c: Removed Vconfigure_lock_directory - already
5342           defined in emacs.c.
5343
5344         * frame-msw.c: Removed Qinitially_unmapped and Qpopup - already
5345           defined in frame.c and general.c respectively.
5346
5347         * glyphs-msw.c: Removed Qresource - already defined in
5348           general.c.
5349
5350 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5351
5352         * eldap.c (Fldap_search_internal): Docstring fixes
5353
5354 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5355
5356         * nt.c (init_environment): Removed unused PRELOAD_WINSOCK,
5357           EMACSDOC and TERM variables. Added EMACSDEBUGPATHS,
5358           EMACSPACKAGEPATH and INFOPATH variables.
5359           Removed unused get_emacs_configuration function.
5360
5361         * s/windowsnt.h: Don't define EMACS_CONFIGURATION here because
5362           it is now defined at build-time by the makefile.
5363
5364 1998-07-01  James N. Potts  <jnpotts@plutonium.net>
5365
5366         * fileio.c: (expand_file_name): under win32: Don't treat names as
5367         UNC names if a drive letter has been specified.  If a drive has
5368         been specified, strip out extra directory-seperators that
5369         reportedly cause problems under Win95.
5370
5371 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
5372
5373         * faces.c (complex_vars_of_faces): for the gui-element face don't
5374         fallback to the default face, instead provide reasonable default
5375         fallbacks that were previously hardcoded elsewhere.
5376
5377 1998-07-06  Olivier Galibert  <galibert@pobox.com>
5378
5379         * glyphs-x.c (convert_EImage_to_XImage): Fix pixel writing problem
5380         when the X server endianness is different than the client's one.
5381
5382 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
5383
5384         * eval.c (run_hook_with_args_in_buffer): Check
5385           default (non-buffer-local) value of hook for
5386           nil before treating it as a function.  Don't initialize
5387           the `globals' variable twice.
5388
5389 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5390
5391         * fileio.c: Don't do directory seperator canonicalisation in
5392           substitute-in-file-name because we don't know that the
5393           filename refers to a local file.
5394
5395 1998-06-24  Adrian Aichner  <aichner@ecf.teradyne.com>
5396
5397         * process-nt.c (nt_create_process): Try appending the standard
5398           executable file extensions to the filename if none supplied.
5399
5400 1998-06-29  SL Baur  <steve@altair.xemacs.org>
5401
5402         * fileio.c (Fsubstitute_in_file_name): Enable double slash notation
5403         for cygwin32.
5404         From Keisuke Mori <ksk@ntts.com>
5405
5406 1998-06-24  Andy Piper  <andyp@parallax.co.uk>
5407
5408         * toolbar-msw.c (mswindows_output_toolbar): only enable masked
5409         images if we have masks. This handles the xbm case (have masks)
5410         and avoids overuse of resources in the xpm case (generally no masks).
5411         Don't output small toolbars.
5412
5413 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
5414
5415         * eval.c (run_hook_with_args_in_buffer): Don't treat
5416           the default value of a buffer local hook as a list of
5417           hooks unless it is both a cons and the car of that cons
5418           is not Qlambda.
5419
5420 1998-06-29  SL Baur  <steve@altair.xemacs.org>
5421
5422         * extents.c: Email address for Ben Wing is ben@xemacs.org.
5423         * process-unix.c: Ditto.
5424         * mule-coding.h: Ditto.
5425         * mule-coding.c: Ditto.
5426         * mule-charset.c: Ditto.
5427         * mule-charset.h: Ditto.
5428         * file-coding.c: Ditto.
5429         * file-coding.h: Ditto.
5430
5431 1998-06-22  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5432
5433         * event-msw.c: Guard against recursion when freeing
5434           FRAME_MSWINDOWS_TARGET_RECT struture in WM_SIZE processing.
5435
5436         * frame-msw.c: Don't set WS_VISIBLE attribute on first frame.
5437           Call ShowWindow twice in init_frame_3 to get round runemacs
5438           weirdness.
5439
5440 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
5441
5442         * scrollbar.c (vertical_scrollbar_changed_in_window): Ditto.
5443
5444         * winslots.h: Rename.
5445
5446         * window.c (specifier_vars_of_window): Renamed
5447         vertical-divider-draggable-p to vertical-divider-always-visible-p,
5448         as suggested by Ben Wing.
5449         (specifier_vars_of_window): Fix docstrings.
5450
5451 1998-06-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5452
5453         * unexaix.c: Line number information works correctly again.
5454
5455 1998-06-22  Olivier Galibert  <galibert@pobox.com>
5456
5457         * emacs.c (__sti__iflPNGFile_c___): Added. See comment. Cry.
5458
5459 1998-06-21  Martin Buchholz  <martin@xemacs.org>
5460
5461         * editfns.c (get_home_directory): ANSIfy.
5462         XEmacs is compilable under C *and* C++.
5463         It's XEmacs, not Xemacs!
5464
5465 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5466
5467         * console-msw.h: added a list of fonts to device data.
5468
5469         * device-msw.c: enumerate list of available fonts in
5470           mswindows_init_device. Free list in mswindows_delete_device.
5471
5472         * objects-msw.c: Added helper function match_font used by
5473           mswindows_initialize_font_instance and mswindows_list_fonts.
5474           Allow a charset to be specified in a font string, even if
5475           previous fields havn't been specified.
5476
5477 1998-06-23  Greg Klanderman  <greg@alphatech.com>
5478
5479         * indent.c (column_at_point): column cache bugfix.
5480         Set last_known_column_point to the buffer position for
5481         which the column was requested, not buffer's point.
5482
5483         * redisplay.c (decode_mode_spec): for current-column, show
5484         window's point's column, not buffer's point's column.
5485
5486 1998-06-23  Andy Piper  <andyp@parallax.co.uk>
5487
5488         * menubar-msw.c (mswindows_handle_wm_command): use
5489         enqueue_misc_user event rather than
5490         mswindows_enqueue_msic_user_event to fix customize problems. Add some
5491         checks that X does.
5492
5493         * console-msw.h: declare mswindows_enqueue_magic_event.
5494
5495         * event-msw.c (mswindows_enqueue_magic_event): make global.
5496
5497 1998-06-24  Hrvoje Niksic  <hniksic@srce.hr>
5498
5499         * line-number.c (LINE_NUMBER_FAR): Reverted to 16384.
5500         (buffer_line_number): Use EMACS_INT_MAX instead of random LOTS.
5501         (add_position_to_cache): Use EMACS_INT instead of int.
5502
5503 1998-06-21  Olivier Galibert  <galibert@pobox.com>
5504
5505         * lisp-disunion.h (XMARKBIT): Have XMARKBIT return something
5506         suitable for an int used as a boolean (btw, C sucks.).
5507
5508 1998-06-18  Andy Piper  <andyp@parallax.co.uk>
5509
5510         * object-msw.c: remove warnings.
5511
5512         * device-msw.c: #define wrongly named cygwin structure elements.
5513
5514         * s/cygwin32.h: define DEMI_BOLD
5515
5516 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5517
5518         * redisplay-msw.c: new function mswindows_apply_face_effects.
5519           This is called by output_string and output_cursor to display
5520           underline and strikeout on faces.
5521
5522 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5523
5524         * console-msw.h: added a list of fonts to device data.
5525
5526         * device-msw.c: enumerate list of available fonts in
5527           mswindows_init_device. Free list in mswindows_delete_device.
5528
5529         * objects-msw.c: Added helper function match_font used by
5530           mswindows_initialize_font_instance and mswindows_list_fonts.
5531           Allow a charset to be specified in a font string, even if
5532           previous fields havn't been specified.
5533
5534 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
5535
5536         * objects-msw.c:
5537           Removed compilation warnings from mswindows_string_to_color.
5538           mswindows_list_fonts returns a more general bogus font.
5539           New lisp-visible function mswindows-color-list.
5540
5541 1998-06-19  David Bush <david.bush@adn.alcatel.com>
5542
5543         * editfns.c (Fuser_login_name): Modify to user new function
5544         user_login_name.
5545         (user_login_name): C only function to avoid Lisp object overhead
5546         Returns "unknown" instead of nil in Cygwin environment
5547
5548         * fileio.c (Fexpand_file_name): Treat "~" and "~user" as
5549         equivalent for current user in Cygwin environment. Use new
5550         function user_login_name to get username.
5551
5552         * lisp.h: Declare user_login_name
5553
5554 1998-06-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5555
5556         * unexaix.c (make_hdr): Fixed bias computations so debugging info
5557         works again.
5558         Some other insignificant nitpicks.
5559
5560 1998-06-18  Andy Piper  <andyp@parallax.co.uk>
5561
5562         * toolbar-msw.c (mswindows_output_toolbar): specify ILC_MASK when
5563         creating the image list and make sure he bk color is transparent.
5564
5565 1998-06-18  Jan Vroonhof  <vroonhof@math.ethz.ch>
5566
5567         * event-Xt.c (emacs_Xt_remove_timeout): Also remove timeout from
5568         completed_timeouts. The timer could have expired.
5569
5570 1998-06-17  Andy Piper  <andyp@parallax.co.uk>
5571
5572         * console-msw.h: move XEMACS_RECT_WH inside frame
5573         parameters. define macors to access it.
5574
5575         * frame-msw.c (mswindows_init_frame_1): use new target_rect
5576         parameter to intialise desired sizing. (mswindows_init_frame_2):
5577         enable and size the frame to something sensible when we get
5578         here. (mswindows_set_frame_properites): use new
5579         mswindows_size_frame_internal function and size frame if frame
5580         parameters not just if init is finished - WM_SIZE happens too
5581         early for some specs. (mswindows_size_frame_internal): new
5582         function abstracted from mswindows_set_frame_properties.
5583         (Vmswindows_use_system_frame_size_defaults):
5584         new variable controls whether to allow the system to pick frame
5585         size defaults, defaults to nil.
5586
5587         * event-msw.c: in WM_SIZE use mswindows_size_frame_internal rather
5588         than duplicated code.
5589
5590 1998-06-15  Colin Rafferty <colin@xemacs.org>
5591
5592         * Makefile.in.in: Made EXTW_LINK expand properly.
5593
5594 1998-06-12  Martin Buchholz  <martin@xemacs.org>
5595
5596         * redisplay.c (vars_of_redisplay): default value of
5597         column-number-start-at-one should be NIL!
5598
5599 1998-06-11  Martin Buchholz  <martin@xemacs.org>
5600
5601         * casefiddle.c:
5602         (upcase-initials "fooBar") ==> "FooBar" instead of "Foobar"
5603
5604 1998-06-05  Hrvoje Niksic  <hniksic@srce.hr>
5605
5606         * eldap.c (Fldap_search_internal): Use build_ext_string instead of
5607         build_string to avoid crashes under Mule.
5608
5609 1998-06-13  Andy Piper  <andyp@parallax.co.uk>
5610
5611         * ntplay.c (play_sound_data_1): don't delete the sound data until
5612         the next sound is played and the previous one finished.
5613
5614 1998-06-10  Samuel Mikes  <smikes@alumni.hmc.edu>
5615
5616         * fileio.c (directory-sep-char): Escape backslashes.
5617
5618 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
5619
5620         * event-stream.c: Fix docstring reference.
5621
5622 1998-06-12  Hrvoje Niksic  <hniksic@srce.hr>
5623
5624         * alloc.c (make_float): Remove useless initialization of `next'
5625         field.
5626         (make_pure_float): Ditto.
5627
5628         * lisp.h (struct Lisp_Float): Rename `next' to `__unused__next'.
5629
5630 1998-06-08  Kirill M. Katsnelson  <kkm@kis.ru>
5631
5632         * fileio.c (Fmake_directory_internal): Remove conditionals
5633         on WINDOWSNT when calling mkdir.
5634
5635         * ntproc.c: Deleted the following unused functions:
5636         register_child, reap_subprocess, sys_wait.
5637
5638         * nt.c (sys_rename): Ifzeroed this implementation.
5639         Deleted the following unused functions:
5640         sys_access, sys_chdir, sys_chmod, sys_creat, sys_link, sys_mkdir,
5641         sys_mktemp, sys_rmdir, sys_unlink, sys_close, sys_dup, sys_dup2,
5642         sys_read, sys_write.
5643         Merger sys_fopen and sys_open with sysdep.c implementation.
5644
5645         * sysdep.c: Removed MS-DOS code.
5646         (sys_rename): Deal with Microsoft rename weirdness.
5647         (sys_open): Implemented for Windows.
5648         (sys_fopen): Ditto.
5649         (sys_mkdir): Ditto.
5650
5651 1998-06-08  Kirill M. Katsnelson  <kkm@kis.ru>
5652
5653         * buffer.c (complex_vars_of_buffer): Removed %t description from
5654         the docstring.
5655
5656 1998-06-04  Rick Rankin  <Rick_Rankin-P15254@email.mot.com>
5657
5658         * scrollbar-msw.c: initialize the cbSize element of the
5659         SCROLLINFO struct before calling SetScrollInfo. WinNT seems
5660         to ignore the value of cbSize, but Win95 (and I presume Win98)
5661         appear to want it set to sizeof(SCROLLINFO).
5662
5663 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
5664
5665         * event-stream.c: Defined Qcancel_mode_internal.
5666         (syms_of_event_stream): defsymbol'ed it.
5667
5668         * events.h: Externed it.
5669
5670         * event-msw.c (mswindows_wnd_proc, WM_CANCELMODE): Added this handler.
5671
5672 1998-06-04  Oliver Graf <ograf@fga.de>
5673
5674         * frame-x.c (x_cde_destroy_callback): free the data
5675         (cde-start-drag-internal) corrected root position, 21.1 needs this
5676         hardcoded in Button events
5677         (offix-start-drag-internal) corrected root position
5678
5679 1998-06-03  Kirill M. Katsnelson  <kkm@kis.ru>
5680
5681         * process-nt.c (signal_cannot_launch): Use signal_simple_error()
5682         instead of error().
5683
5684 1998-06-03  Kirill M. Katsnelson  <kkm@kis.ru>
5685
5686         * dialog-msw.c (button_width): Removed `inline' from the function
5687         declaration.
5688
5689 1998-06-03  Rick Rankin  <Rick_Rankin-P15254@email.mot.com>
5690
5691         * frame-msw.c: add WS_VISIBLE flag to the first frame created.
5692         Note that adding this flag to subsequent frames causes problems.
5693
5694 1998-06-03  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
5695
5696         * glyphs-eimage.c (png_instantiate) move 'struct
5697         png_memory_storage tbr' out of nested block to avoid dangling
5698         reference
5699
5700 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
5701
5702         * faces.h:
5703         * faces.c: rename 3d-object -> gui-element. add toolbar face which
5704         inherits from gui-element.
5705
5706         * glyphs-msw.c: use DIBitmaps for xbm bitmaps to be consistent
5707         with existing code, generate masks correctly.
5708
5709 1998-06-03  P. E. Jareth Hein  <jareth@camelot-soft.com>
5710
5711         * glyphs-eimage.c: Changed included header for gifs to use
5712         Gifreader instead of giflib.
5713
5714         * glyphs-x.c: removed the image-related functions that were
5715         moved into glyphs-eimage.
5716
5717 1998-06-02  David Bush  <david.bush@adnb.alcatel.com>
5718
5719         * glyphs.c (bitmap_to_lisp_data) Define XFree to be free
5720         if built without X Windows support.
5721
5722 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
5723
5724         * fns.c (Fconcat): Synch docstring with new reality.
5725
5726 1998-06-03  SL Baur  <steve@altair.xemacs.org>
5727
5728         * frame.c: Remove reference to msdos.h (which is going away).
5729         Suggested by Hrvoje Niksic and Kirill Katsnelson.
5730
5731 1998-06-02  P. E. Jareth Hein  <jareth@camelot-soft.com>
5732
5733         * glyphs-eimage.c (jpeg_instantiate): Fix handling of
5734         grayscale images/
5735
5736
5737 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
5738
5739         * events.h: Fixed commentary about misc-user scrollbar events.
5740
5741         * scrollbar-x.c (x_update_vertical_scrollbar_callback): Use frame
5742         object as an event channel, instead of window object.
5743         (x_update_horizontal_scrollbar_callback): Ditto.
5744
5745 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
5746
5747         * ntplay.c (play_sound_data_1) new function. convert alloca data
5748         to malloc if necessary.
5749         (play_sound_file): if the file is not in our path then convert to
5750         data and play.
5751
5752 1998-06-01  SL Baur  <steve@altair.xemacs.org>
5753
5754         * mule-mcpath.c (mc_chdir): Reverse parameters in call to memcpy.
5755         * msdos.c (Frecent_doskeys): Ditto.
5756
5757         * unexalpha.c (unexec): Reverse parameters in call to memcpy.
5758         Suggested by Reggie Perry <perry@zso.dec.com>
5759
5760         * buffer.h: Eliminate size in declaration.
5761
5762 1998-06-01  Olivier Galibert  <galibert@pobox.com>
5763
5764         * unexelfsgi.c (unexec): Cleanup n/nn and remove useless kludge.
5765
5766 1998-06-01  Kirill M. Katsnelson  <kkm@kis.ru>
5767
5768         * gui.c (gui_item_init): Changed the default value for config member
5769         from Qunbound to Qnil.
5770
5771 1998-06-01  Greg Klanderman  <greg@alphatech.com>
5772
5773         * indent.c (vmotion_pixels): Don't #define abs().
5774
5775 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
5776
5777         * s/windowsnt.h: Defined popen and pclose to be _popen and _pclose
5778         respectively.
5779
5780 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
5781
5782         * glyphs.h: add xbm declarations.
5783
5784         * console.h: add xbm_instantiate_method device method.
5785
5786         * glyphs.c (check_valid_xbm_inline) (xbm_validate)
5787         (bitmap_to_lisp_data) (xbm_mask_file_munging) (xbm_normalize)
5788         (xbm_possible_dest_types): moved here from glyphs-x.c. use
5789         locate_pixmap_file device method and read_bitmap_data_from_file
5790         instead of XmuReadBitmapDataFromFile.
5791         (xbm_instatntiate): make a device method.
5792
5793         * glyphs-x.c: see glyphs.c changes. (read_bitmap_data_from_file)
5794         new function that just calls XmuReadBitmapDataFromFile.
5795         (x_xbm_instatntiate): device method from xbm_instantiate.
5796
5797         * glyphs-msw.c (read_bitmap_data) (NextInt)
5798         (read_bitmap_data_from_file): new functions copied from Xmu
5799         sources.
5800         (xbm_create_bitmap_from_data) from Ben <ben@666.com> convert
5801         inline data to an mswindows bitmap.
5802         (init_image_instance_from_xbm_inline) (xbm_instantiate_1)
5803         (mswindows_xbm_instantiate): mswindows-ized versions of the X
5804         functions.
5805
5806 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
5807
5808         * window.c (specifier_vars_of_window): Renamed `has_modeline-p' to
5809         `modeline-visible-p'.
5810         Declared specifier lisp variables at the beginning oh the file
5811         as static.
5812
5813         * procimpl.h (struct process_methods): Changed semantics of
5814         create_process method so it accepts lisp strings instead of
5815         char pointers.
5816
5817         * process.c (Fstart_process_internal): Moved building of
5818         unix style argv from here to process-unix.c, ...
5819
5820         * process-unix.c (unix_create_process): ... right here.
5821
5822         * process-nt.c (nt_create_process): Changed this function to
5823         support new semantics, so avoided a GC problem.
5824
5825         * events.c (Fmake_event): Document misc-user events properties.
5826         (Fmake_event): Do not allow arbitrary objects for channel property
5827         of misc-user events.
5828         (Fmake_event): Change misc-user event validation: it is function
5829         which is required, not button.
5830
5831         * event-msw.c (mswindows_user_event_p): Recognize misc user events as
5832         user events.
5833         (mswindows_enqueue_misc_user_event): Added function.
5834         (mswindows_bump_queue): Removed function.
5835         (mswindows_enqueue_magic_event): Support NULL HWND parameter.
5836         (mswindows_wnd_proc, WM_CLOSE): Use mswindows_enqueue_misc_user_event().
5837         (mswindows_wnd_proc, WM_EXITSIZEMOVE): Ditto.
5838         (emacs_mswindows_handle_magic_event): Handle XM_BUMPQUEUE, by doing
5839         really nothing, which is my personal favorite thing.
5840
5841         * console-msw.h: Removed prototype for mswindows_bump_queue().
5842         Added prototype for mswindows_enqueue_misc_user_event().
5843
5844         * menubar-msw.c (mswindows_handle_wm_command): Use
5845         mswindows_enqueue_misc_user_event().
5846
5847         * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
5848
5849         * dialog-msw.c (dialog_proc): Ditto.
5850
5851         * scrollbar-msw.c (mswindows_handle_scrollbar_event): Ditto.
5852          (mswindows_handle_scrollbar_event): Use frame, not window, for misc
5853         user events channel.
5854
5855 1998-05-29  Greg Klanderman  <greg@alphatech.com>
5856
5857         * window.c (Fwindow_displayed_text_pixel_height): was relying on
5858         incorrect semantics of vmotion_pixels which has been fixed.  don't
5859         use it anymore as it can't easily be used.
5860
5861         * indent.c (vmotion_pixels): fix off by one bug moving up.  also
5862         the motion was reported incorrectly if you tried to go past end of
5863         buffer.
5864
5865 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
5866
5867         * toolbar.h: Removed misleading commentary, as Martin suggested.
5868
5869 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
5870
5871         * lisp.h: Extern Qactivate_menubar_hook.
5872
5873         * menubar-msw.c (unsafe_handle_wm_initmenu_1): Pass correct value to
5874         run_hook ().
5875
5876 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
5877
5878         * glyphs-msw.c: use BPLINE macro.
5879
5880         * select-msw.c (mswindows-selection-exists-p)
5881         (mswindows-delete-selection): doc string fixes.
5882
5883         * toolbar-msw.c (mswindows_output_toolbar): make disabled buttons
5884         unpressable. warning elimination.
5885
5886 1998-05-28  Martin Buchholz  <martin@xemacs.org>
5887
5888         * alloc.c (dbg_constants):
5889         * dbxrc:
5890         * gdbinit:
5891         Remove toolbar_data debugging code, since that lrecord has
5892         also been removed.
5893
5894 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
5895
5896         * alloc.c: zap cached value of (user-home-directory), so that
5897           it's not undumped.
5898
5899         * buffer.c: From init_buffer(), separated out code that
5900           determined the initial directory for the *scratch* buffer, and
5901           put them into a function called "init_initial_directory()".
5902           The initial directory is now available as a global "char *"
5903           called initial_directory.
5904
5905         * buffer.h: Added extern entries for initial_directory[] and
5906           init_initial_directory().
5907
5908         * editfns.c: added new elisp function "user-home-directory",
5909         which basically returns getenv("HOME"), but attempts to use
5910         other values if $HOME isn't set.This may have to be tweaked in
5911         the future as, under Unix, "/" is used if $HOME isn't set (this
5912         probably should be set to the current directory).  To support
5913         this, a new C function, "get_home_directory()", now exists,
5914         which returns the "home directory", as a "char *" string.
5915
5916         * emacs.c: Rearrange NT initialization order so that
5917         environment/registry variables will be properly entered into
5918         Vprocess_enviroment.
5919
5920         * fileio.c: replaced egetenv("HOME") with calls to the new
5921           get_home_directory().
5922
5923         * lisp.h: Added function prototypes for uncache_home_directory()
5924           and get_home_directory(), along with lisp prototypes for
5925           Fuser_home_directory() and friends.
5926
5927         * nt.c: replaced getenv("HOME") with calls to the new
5928           get_home_directory().
5929
5930         * sysfile.h: for WINDOWSNT, #include <direct.h>, to suppress
5931           warnings about getcwd(), etc. not having prototypes.
5932
5933 1998-05-28  Kirill M. Katsnelson  <kkm@kis.ru>
5934
5935         * process-nt.c (send_signal): Emulate SIGHUP.
5936         (validate_signal_number): Ditto.
5937
5938         * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Unconditionally
5939         remove MOD_SHIFT from ASCII characters.
5940         (mswindows_wnd_proc, WM_KEYDOWN): Do not activate the menubar when
5941         F10 is pressed.
5942
5943 1998-05-24  Oliver Graf <ograf@fga.de>
5944
5945         * frame-x.c (cde-start-drag-internal): added filename and multi-
5946         data transfers
5947         (x_cde_convert_callback) dito
5948
5949 1998-05-26  Oliver Graf <ograf@fga.de>
5950
5951         * frame-x.c: include event-mod.h also with CDE
5952         (x_cde_convert_callback) made the thing working
5953         (cde-start-drag-internal) also debugging
5954
5955 1998-05-25  Hans Guenter Weigand  <hgweigand@wiesbaden.netsurf.de>
5956
5957         * m/sparc.h:
5958         * getloadavg.c:
5959         * malloc.c:
5960         * unexec.c:
5961         * mem-limits.h:
5962           - add __OpenBSD__ where __NetBSD__ was found.
5963           - TODO: replace platform-specific conditional compilation by
5964             feature tests in configure.in.
5965
5966 1998-05-15  Greg Klanderman  <greg@alphatech.com>
5967
5968         * window.c (Fwindow_displayed_text_pixel_height): New function.
5969         (syms_of_window): DEFSUBR it.
5970
5971         * indent.c (Fvertical_motion_pixels): New function - request
5972         movement in pixels.
5973         (vmotion_pixels): helper.
5974         (syms_of_indent): DEFSUBR.
5975         * lisp.h: declaration for vmotion_pixels().
5976
5977         * indent.c (Fvertical_motion): Add optional third argument PIXELS,
5978         to request returning motion in pixels.
5979         (Fvertical_motion_pixels): Remove, functionality merged into
5980         Fvertical_motion.
5981         * window.c (window_scroll): call Fvertical_motion with 3 arguments.
5982         (Fmove_to_window_line): ditto.
5983         * lisp.h: Change declaration for Fvertical_motion.
5984
5985         * window.c: rename window-text-pixel-{height,width,edges} to
5986         window-text-area-pixel-*.
5987
5988 1998-05-26  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
5989
5990         * tooltalk.c (vars_of_tooltalk) added staticpro for
5991         Tooltalk_Message_plist_str and Tooltalk_Pattern_plist_str
5992
5993 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
5994
5995         * faces.c: create a new 3d_object_face, make modeline and
5996         vertical_divider faces fallback to this rather than the default.
5997
5998 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
5999
6000         * s/cygwin32.h: define charsets for cygwin.
6001
6002 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
6003
6004         * toolbar-msw.c (mswindows_output_toolbar): fix up button sizes
6005         and coordinates. resize bitmaps if we have already settled on a
6006         different size.
6007
6008         * glyphs-msw.c (xpm_to_eimage): add ';' for mswindows compiler.
6009
6010 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
6011
6012         * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
6013
6014         * menubar-msw.c (mswindows_handle_wm_command): Ditto.
6015
6016         * gui.h: Ditto.
6017
6018         * gui-x.c (popup_selection_callback): Ditto.
6019
6020         * dialog-msw.c (dialog_proc): get_callback -> get_gui_callback.
6021
6022         * gui.c (get_callback): Renamed to get_gui_callback.
6023
6024 1998-05-17  Martin Buchholz  <martin@xemacs.org>
6025
6026         * glyphs.h: order rearrangement.
6027
6028         * device-tty.c (tty_asynch_device_change): Warning suppression.
6029         * device-x.c (x_device_system_metrics): Warning suppression.
6030         Make Doc strings consistent with coding standards.
6031
6032 1998-05-24  Martin Buchholz  <martin@xemacs.org>
6033
6034         * general.c: multiple definition of `Qicon'.  general.c seems
6035           like a good home for Qicon.
6036
6037 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
6038
6039         * This patch is to fix compilation warnings under Windows.
6040
6041         * s/windowsnt.h: Encapsulate getpid with sys_getpid.
6042         Added prototypes for FSF inherited functions, with which XEmacs is
6043         sprinkled thoroughly.
6044         Removed some #if 0 code. Bracketed some more definitions, probably
6045         related to Visual C versions prior to 4 (we do not support them).
6046
6047         * sysfloat.h (logb): Finally, get logb() prototyped.
6048
6049         * sysfile.h: Added Windows specific includes.
6050         Removed old Windows specific code bracketed with #if 0.
6051
6052         * sysdep.h: Added prototype for xrealpath().
6053
6054         * sysdep.c (sys_getpid): Added function, to support '95 negative pids.
6055
6056         * symsinit.h: Added prototypes for syms_of_dired_mswindows,
6057         vars_of_dired_mswindows and init_ntproc (Grrr).
6058
6059         * realpath.c: Added Windows specific include files.
6060         (xrealpath): Conditionalized declaration of some auto variables on
6061         S_IFLNK, to avoid warnings.
6062
6063         * ntproc.c: Disabled some compiler warnings. This file is going to
6064         die, so I have not cleaned it up much.
6065         (set_process_dir): Const parameter.
6066         (Fwin32_short_file_name): Down CHECK_* macros to one argument.
6067         (Fwin32_long_file_name): Ditto.
6068         (Fwin32_set_process_priority): Ditto. Why didn't I remove these
6069         three functions?
6070
6071         * nt.h: Added prototypes for set_process_dir and convert_time.
6072
6073         * nt.c: More include files.
6074         (getpwnam): Consted char* argument.
6075         (get_emacs_configuration): Const return value.
6076         (opendir): Const argument.
6077         (stat): Casted converstion long->short.
6078         (stat): Removed ad hoc and questionable support for non-MSC compile.
6079         (sys_pipe): Removed unused auto variable.
6080         (_sys_read_ahead): Removed calls to DebPrint.
6081         (sys_read): Ditto, in 2 places.
6082         (term_ntproc): Added unused int parameter to signal handler, to
6083         avoid a warning when compiling a call to signal().
6084         (msw_sigset): Properly return old signandler or NULL instead of void.
6085
6086         * floatfns.c (Flogb): Casted arguments to unary minus to signed.
6087
6088         * gmalloc.c (morecore): Ditto.
6089         (_free_internal): Ditto.
6090
6091         * lread.c (parse_integer): Ditto.
6092
6093         * dired-msw.c: Added several include files.
6094
6095         * cmdloop.c (Fcommand_loop_1): Added Microsoft C to the Big List
6096         of Compilers to Shut Up.
6097
6098         * callproc.c: Added #includes to suppress warnings under Windows.
6099         (init_callproc): Removed #if0'ed code and unused variables.
6100
6101 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
6102
6103         * device-msw.c (mswindows_device_system_metrics): do planes in a
6104         way consistent with X.
6105
6106         * glyphs-msw.c (mswindows_initialize_image_instance_mask): don't
6107         use SetPixel, use DIBits functions.
6108         (xpm_to_eimage): frob colors more closely like xpm deos.
6109
6110         * toolbar-msw.c: only resize bitmaps when shrinking. Adjust look
6111         to be closer to X version.
6112
6113         * event-msw.c: use tooltip string directly.
6114
6115         * redisplay-msw.c: reinstate Kirill's bg pixmap change.
6116
6117         * objects-msw.c: frob rgb colors that only Kyle uses.
6118
6119         * dialog-msw.c (button_width): INLINE -> inline.
6120
6121 1998-05-23  SL Baur  <steve@altair.xemacs.org>
6122
6123         * getloadavg.c (getloadavg): Fix typo.
6124
6125 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
6126
6127         * objects-msw.c (mswindows_initialize_font_instance): Added support
6128         for font character sets.
6129         Replaced 'XXX' with '####' in comments throughout the file.
6130
6131 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
6132
6133         * emacs.c (main_1): Added calls to vars_of_dialog_mswindows() and
6134         console_type_create_dialog_mswindows(), to initialize Windows dialog
6135         support.
6136
6137         * symsinit.h: Prototyped the above functions.
6138
6139         * dialog-x.c (x_popup_dialog_box): Moved dialog descriptor consistency
6140         checks to dialog.c...
6141
6142         * dialog.c (Fpopup_dialog_box): ...right here. Added more checks: a
6143         device must support dialog boxes, and the descriptor must supply at
6144         least one button.
6145
6146         * dialog-msw.c: New file, dialogs for Windows.
6147
6148 1998-05-21  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6149
6150         * eldap.c (ldap_search_unwind): Return Qnil instead of nothing
6151         (Fldap_search_internal): Removed unused variable `err'
6152
6153         * eldap.h: Moved Lisp_LDAP declaration here instead of using a
6154         forward declaration
6155
6156 1998-05-17  Martin Buchholz  <martin@xemacs.org>
6157
6158         * eldap.h: eldap.[ch] should never be used unless HAVE_LDAP is
6159         defined.  Therefore there is no need to handle the case when
6160         HAVE_LDAP is undefined.  Similarily, there is no reason to have
6161         any code wrapped within `#ifdef emacs', since this code is only
6162         useful within an emacs.  This simplifies the code significantly.
6163
6164         * inline.c: Include eldap.h only if HAVE_LDAP.
6165         * inline.c: Don't bother including TT_C_H_PATH, since tooltalk.h
6166         already does that.
6167
6168 1998-05-21  Kirill M. Katsnelson  <kkm@kis.ru>
6169
6170         * unexnt.c (copy_executable_and_dump_data_section): Suppress
6171         printing dump stats when building without DEBUG_XEMACS.
6172         (dump_bss_and_heap): Ditto.
6173
6174 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
6175
6176         * gnuclient.c: don't suppress window system if there is no display
6177         and we are running under mswindows. send 'mswindows device type if
6178         we are in this situation.
6179
6180 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
6181
6182         * general.c:
6183         * lisp.h: Qbitmap, Qcursor, Qicon moved here from glyphs-msw.c.
6184
6185         * glyphs-msw.c: change cursor imgae type name to resource. Fix
6186         some nits.
6187
6188 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
6189
6190         * EmacsFrame.c (Xt_StringToScrollBarPlacement):  Added support for
6191         {top,bottom}-{left,right} values in addition to
6192         {top,bottom}_{left,right}.
6193
6194 1998-05-18  Hrvoje Niksic  <hniksic@srce.hr>
6195
6196         * fileio.c (Fmake_temp_name): Remove unreached code.
6197
6198         * process-nt.c (validate_signal_number): Use
6199         signal_simple_error().
6200
6201 1998-05-19  Martin Buchholz  <martin@xemacs.org>
6202
6203         * unexhp9k800.c:
6204         * sound.c (vars_of_sound):
6205         * sysdep.c (reset_sigio_on_device):
6206         * window.c (window_bottom_gutter_height):
6207         unexhp9k800.c:258: warning: implicit declaration of function
6208         `calculate_checksum'
6209         sound.c:604: warning: implicit declaration of function `vars_of_hpplay'
6210         sysdep.c:1012: warning: unused variable `owner'
6211         window.c:993: warning: `window_right_toolbar_width' defined but not used
6212
6213 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
6214
6215         * glyphs-msw.c (mswindows_create_resized_mask)
6216         (mswindows_create_resized_bitmap): new funnctions split out from
6217         mswindows_resize_dibitmap_instance.
6218
6219         * glyphs-msw.h: declare new resize functions.
6220
6221         * toolbar-msw.c (mswindows_output_toolbar): use new bitmap resize
6222         functions so that the original bitmaps are preserved.
6223
6224         * sheap.c: fixup static heap exhausted error to avoid FAQs.
6225
6226         * redisplay-msw.c (mswindows_output_blank): fixup brush from bg
6227         color if we are trying to output 0 depth bg pixmap.
6228
6229         * scrollbar-msw.c: warning elimination.
6230
6231 1998-05-18  Martin Buchholz  <martin@xemacs.org>
6232
6233         * frame-x.c (x_update_frame_external_traits): Start preprocessor
6234         directives in column 1.
6235
6236         * search.c (skip_chars): Avoid using xzero with arrays, since some
6237         compilers get confused by the construct &array.
6238
6239 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
6240
6241         * objects-msw.h:
6242         * objects-msw.c: Changed the charset value for a new font from
6243         "don't care" to "ansi".
6244
6245         * glyphs-msw.c (convert_EImage_to_DIBitmap): Warnings fix.
6246
6247 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
6248
6249         * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Do not clear shift
6250         modifier on control chars.
6251         Use IsCharAlpha() instead of isaplha().
6252
6253 1998-05-19  Kazuyuki IENAGA <ienaga@jsys.co.jp>
6254
6255         * s/freebsd.h: FreeBSD 2.2.6 now supports setlocale(LC_ALL, "").
6256
6257 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
6258
6259         * objects-msw.c (mswindows_initialize_font_instance): Use ANSI
6260         charset when creating font.
6261         (mswindows_initialize_color_instance): Do not create brush along
6262         with a color.
6263         (mswindows_finalize_color_instance): Do not delete it then.
6264
6265         * objects-msw.h (struct mswindows_color_instance_data): Removed
6266         brush slot, and corresponding accessor macro.
6267
6268 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
6269
6270         * toolbar.c: Removed toolbar_data lrecord implementation.
6271         (mark_frame_toolbar_buttons_dirty): Replase usage of toolbar_data
6272         with toolbar_buttons (via FRAME_TOOLBAR_BUTTONS).
6273         (compute_frame_toolbar_buttons): Ditto.
6274         (CHECK_TOOLBAR): Ditto.
6275         (set_frame_toolbar): Removed allocation of toolbar_data lrecord.
6276         (update_frame_toolbars): Do not check for changed buffer
6277         here. Toolbar information is provided by cached specs in
6278         windows. The check for buffer is eliminated becuase toolbars are
6279         marked changed in set_frame_selected_window() in frame.c
6280         Added check for changed toolbars geometry.
6281         (compute_frame_toolbars_data): Removed unused second parameter;
6282         Adjusted callers of this static function throughout the file.
6283         (init_frame_toolbars): Initialize current_toolbar_size.
6284         (update_frame_toolbars): Use DEVICE_SUPPORTS_TOOLBARS_P instead of
6285         what is its current expansion, for clarity.
6286         (init_frame_toolbars): Ditto.
6287         (init_device_toolbars): Ditto.
6288         (init_global_toolbars): Ditto.
6289
6290         * toolbar.h: Removed definition of toolbar_data lrecord.
6291         Added accessor macros FRAME_TOOLBAR_BUTTONS and
6292         FRAME_CURRENT_TOOLBAR_SIZE.
6293         Added macro DEVICE_SUPPORTS_TOOLBARS_P.
6294
6295         * toolbar-x.c (x_output_toolbar): The same change as in
6296         toolbar-msw.c
6297         (x_output_toolbar): Ditto.
6298         (x_redraw_exposed_toolbar): Ditto.
6299
6300         * toolbar-msw.c (mswindows_output_toolbar): Retrieve current
6301         buttons from toolbar_buttons using FRAME_TOOLBAR_BUTTONS macro.
6302         (mswindows_output_toolbar): Ditto.
6303         (mswindows_output_toolbar): Ditto.
6304
6305         * frame.c (mark_frame): Removed marking of arrays, according to
6306         frameslots.h change.
6307         (nuke_all_frame_slots): Ditto.
6308         (set_frame_selected_window): Mark toolbars changed when
6309         last_nonminibuf_window changes.
6310
6311         * frame.h (struct frame): Moved some slots to frameslots.h.
6312         Added current_toolbar_size array.
6313         Changed references from toolbar_data to toolbar_buttons in macros
6314         FRAME_RAW_THEORETICAL_TOOLBAR_VISIBLE,
6315         FRAME_RAW_THEORETICAL_TOOLBAR_SIZE and
6316         FRAME_RAW_THEORETICAL_TOOLBAR_BORDER_WIDTH.
6317
6318         * frameslots.h: Added macro MARKED_SLOT_ARRAY a la winslots.h
6319         Moved arrays of lisp objects here from frame.h: toolbar_size,
6320         toolbar_visible_p, toolbar_border_width.
6321         Removed toolbar_data slot and added toolbar_buttons.
6322
6323 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
6324
6325         * symsinit.h: Externed syms_of_process_nt()
6326
6327         * emacs.c (main_1): Call syms_of_process_nt()
6328
6329         * process-nt.c: Quote process arguments by a call to Lisp function
6330         `nt-quote-process-args'.
6331         (syms_of_process_nt): New function.
6332         (nt_send_process): Flush data stream after each write, to avoid
6333         leaving buffered data.
6334         (nt_send_process): When blocked on process output, wait for
6335         process to slurp more for progressively increasing time intervals.
6336
6337 1998-05-17  Martin Buchholz  <martin@xemacs.org>
6338
6339         * window.c (have_undivided_common_edge): Make file-local function
6340         static.
6341         (map_windows): Return 0 if all map functions successful.
6342         Fix typos.
6343
6344         * winslots.h: Use unlikely names for local variables in macros to
6345         avoid shadowing warnings.
6346
6347 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
6348
6349         * toolbar-msw.c (mswindows_output_toolbar): hash on toolbar width
6350         so that we re-output if the toolbar size has changed.
6351
6352 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6353
6354         * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
6355
6356         * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
6357
6358         * unexaix.c: Massive cleanup and support of AIX 4.2 (and hopefully
6359         greater).
6360
6361 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
6362
6363         * glyphs-msw.c: Defined OEMRESOURCE before including windows.h to
6364         get bitmap manifest constants defined.
6365
6366         * console-msw.h: Include system files in angle brackets, not in
6367         quotes.
6368
6369         * window.c (specifier_vars_of_window): Fixed a typo in
6370         `vertical-divider-line-width' docstirng.
6371
6372 1998-05-16  Olivier Galibert  <galibert@pobox.com>
6373
6374         * line-number.c (delete_invalidate_line_number_cache): Use an
6375         EMACS_INT.
6376         (buffer_line_number): Remove dangerous, plain wrong when using
6377         64bits emacs ints, cast.
6378
6379         * insdel.c (buffer_delete_range): Use an EMACS_INT.
6380
6381         * cmds.c (Fforward_line): Use EMACS_INTs.
6382
6383         * search.c (bi_scan_buffer): Change to use EMACS_INTs.
6384         (scan_buffer): Ditto.
6385         (bi_find_next_newline_no_quit): Remove useless cast.
6386         (find_next_newline_no_quit): Ditto.
6387         (find_next_newline): Ditto.
6388         (find_before_next_newline): Use an EMACS_INT.
6389
6390         * lisp.h: Change scan_buffer to pass EMACS_INTs.
6391
6392 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
6393
6394         * menubar-msw.c (mswindows_handle_wm_command): Ditto.
6395
6396         * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
6397
6398         * gui-x.c (popup_selection_callback): Use it.
6399
6400         * gui.h (get_callback): Declare it.
6401
6402         * gui.c (get_callback): New function.
6403
6404 1998-05-15  SL Baur  <steve@altair.xemacs.org>
6405
6406         * window.c (have_undivided_common_edge): Guard scrollbar specific
6407         stuff.
6408         (window_needs_vertical_divider_1): Ditto.
6409
6410 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
6411
6412         * emacs.c (decode_path): Eliminate compiler warning.
6413         (Fdecode_path): Renamed to Fsplit_path.
6414         (Fsplit_string_by_char): New function.
6415
6416 1998-05-14  Damon Lipparelli  <lipp@primus.com>
6417
6418         * winslots.h: close comment
6419
6420 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
6421
6422         * callproc.c: Removed declared and unused variable Qbuffer_file_type.
6423
6424         * bufslots.h: Removed buffer_file_type slot.
6425
6426         * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
6427         buffer local flags.
6428         (complex_vars_of_buffer): Removed buffer-file-type variable and
6429         its default reference.
6430
6431 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
6432
6433         * faces.c (complex_vars_of_faces): Defined
6434         Vvertical_divider_face.
6435         (vars_of_faces): Staticpro it.
6436
6437         * faces.h: Externed Vvertical_divider_face.
6438
6439         * redisplay-x.c (x_output_vertical_divider): Use
6440         Vvertical_divider_face to draw the divider instead of modeline
6441         face.
6442
6443         * redisplay-msw.c (mswindows_output_vertical_divider): Draw
6444         divider face using Vvertical_divider_face background.
6445         Fix drawing spacing gaps around the divider.
6446
6447 1998-05-14  Didier Verna  <verna@inf.enst.fr>
6448
6449         * redisplay-x.c (x_output_vertical_divider): removed hard-wired
6450         values for the vertical divider line width and spacing. Use the
6451         cached values from the window structure instead.
6452         (x_divider_width): ditto.
6453
6454         * window.c (specifier_vars_of_window): new specifiers:
6455         vertical-divier -line-width and -spacing.
6456         (vertical_divider_global_width_changed): formerly known as
6457         vertical_divider_shadow_thickness_changed.
6458
6459         * winslots.h: new slots: vertical_specifier _line_width and
6460         _spacing. Plus corrected a comment typo.
6461
6462 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
6463
6464         * window.h: Declared window_divider_width().
6465
6466         * console-stream.c (stream_divider_width): Removed method.
6467         (console_type_create_stream): And declaration for it.
6468
6469         * redisplay.c (pixel_to_glyph_translation): Use
6470         window_divider_width() instead of divider_width redisplay method.
6471         (pixel_to_glyph_translation): Fix top divider edge calculation
6472         when scrollbar is on top.
6473
6474         * window.c (window_divider_width): New function, an outphaser for
6475         divider_width redisplay method.
6476         (window_right_gutter_width): Use it.
6477         (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
6478         specifiers, set fallback values differently on TTYs, and document
6479         the behavior of these on TTYs in the docstrings.
6480
6481         * scrollbar.c (update_scrollbar_instance): Use
6482         window_divider_width() instead of divider_width redisplay method.
6483
6484         * console.h (struct console_methods): Removed divider_width_method.
6485
6486         * redisplay-tty.c (tty_divider_width): Removed device method.
6487         (console_type_create_redisplay_tty): Removed definition for it.
6488         (tty_output_vertical_divider): Respect the value returned by
6489         window_divider_width thus divider line width specification.
6490
6491         * redisplay-msw.c (mswindows_divider_width): Removed device method.
6492         (console_type_create_redisplay_mswindows): Removed definition for it.
6493         (mswinodws_output_vertical_divider): Respect the value returned by
6494         window_divider_width thus divider line width specification.
6495
6496 1998-05-15  Andy Piper  <andyp@parallax.co.uk>
6497
6498         * toolbar-msw.c: guess toolbar frame size a bit more accurately.
6499
6500 1998-05-15  Andy Piper  <andyp@parallax.co.uk>
6501
6502         * glyphs-msw.c: resource loading implementation.
6503         (cursor_normalize): new function.
6504         (cursor_validate): ditto.
6505         (cursor_instantiate): ditto.
6506         (cursor_name_to_resource): ditto.
6507         (cursor_possible_dest_types): ditto.
6508         (check_valid_symbol): ditto.
6509         (check_valid_string_or_int): ditto.
6510
6511 1998-05-14  Martin Buchholz  <martin@xemacs.org>
6512
6513         * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
6514         VINTR and VQUIT.
6515
6516         * process-unix.c (process_signal_char): Use VSUSP instead of
6517         non-standard VSWTCH.  Always prefer VSUSP to VSWTCH.
6518
6519 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
6520
6521         * specifier.c (specifier_instance): Change locale precedence of
6522         instantiation so window locale has higher priority than buffer
6523         locale.
6524         (Fspecifier_instance): Reflect this in docstring.
6525         (Fadd_spec_list_to_specifier): Ditto.
6526         (Fadd_spec_to_specifier): Ditto.
6527         (Fremove_specifier): Ditto.
6528
6529 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
6530
6531         ** Dialog separation into a device method from Andy Piper
6532
6533         * emacs.c (main_1): Call console_type_create_dialog_x().
6534
6535         * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
6536         into this device method.
6537         (console_type_create_dialog_x): New function.
6538
6539         * dialog.c (Fpopup_dialog_box): New function.
6540         (syms_of_dialog): Defsubr it.
6541
6542         * console.h (struct console_methods): Declared
6543         popup_dialog_box_method().
6544
6545         * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
6546
6547 1998-05-14  Oliver Graf <ograf@fga.de>
6548
6549         * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
6550         * frame-x.c (x_cde_transfer_callback): checked for merge errors
6551
6552 1998-05-13  Oliver Graf <ograf@fga.de>
6553
6554         * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
6555
6556 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
6557
6558         * console.h (device_metrics): Removed dbcs, input-method-editor
6559         and right-to-left metrics.
6560
6561         * device.c (Fdevice_system_metric): Ditto.
6562         (Fdevice_system_metrics): Ditto.
6563         (syms_of_device): Ditto.
6564         (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
6565         again.
6566
6567 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
6568
6569         * line-number.h (mark_line_number_cache): Remove unused
6570         declaration.
6571
6572         * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
6573         (get_nearest_line_number): Simplify.
6574         (add_position_to_cache): Make the old marker point nowhere.
6575
6576 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
6577
6578         ** Renamed window-divider-map => vertical-divider-map
6579         and event-over-divider-p => event-over-vertical-divider-p,
6580         in the following files/functions:
6581         * events.h:
6582         * events.c (Fevent_over_divider_p):
6583         * keymap.c (get_relevant_keymaps):
6584         (vars_of_keymap):
6585
6586         * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
6587
6588         * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
6589
6590 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
6591
6592         * window.c (vertical_divider_changed_in_window): Renamed so.
6593         (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
6594         (window_needs_vertical_divider_1): Decide whether we need it based
6595         on the value of the above specifier. If separators are unwanted,
6596         put them only if there's no scrollbar between this window and its
6597         right neighbor.
6598         (have_undivided_common_edge): New function, helper for the above.
6599         (window_needs_vertical_divider): Return either a cached value,
6600         or clauclate and cache one.
6601         (invalidate_vertical_divider_cache_in_window): Implemented.
6602         (map_windows): Changed return type to int, return the value from
6603         MAPFUN.
6604
6605         * window.h: Prototype invalidate_vertical_divider_cache_in_window.
6606         (struct window): Added need_vertical_divider_p and
6607         need_vertical_divider_valid_p.
6608
6609         * winslots.h: Added vertical_divider_draggable_p slot.
6610
6611         * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
6612         (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
6613
6614         * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
6615
6616         * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
6617         invalidate_vertical_divider_cache_in_frame().
6618         Prototype it.
6619
6620 1998-05-14  Andy Piper  <andyp@parallax.co.uk>
6621
6622         * toolbar-msw.c: provide correct parameters to TB_SETROWS.
6623
6624         * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
6625         masks correctly and don't select 0.
6626
6627 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
6628
6629         * winslots.h: New file, declaration of some struct window and
6630         struct saved_window members.
6631
6632         * window.h (struct window): Include it, with required preprocessor
6633         magic.
6634
6635         * window.c (mark_window): Ditto.
6636         (allocate_window): Ditto.
6637         (struct saved_window): Ditto.
6638         (mark_window_config): Ditto.
6639         (saved_window_equal): Ditto.
6640         (Fset_window_configuration): Ditto.
6641
6642 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
6643
6644         * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
6645
6646 1998-05-12  Didier Verna  <verna@inf.enst.fr>
6647
6648         * redisplay-x.c (x_output_vertical_divider): draw shadows around
6649         the divider line. The shadow thickness is currently
6650         hard-wired. This will probably be turned into a specifier soon.
6651
6652 1998-05-12  Didier Verna  <verna@inf.enst.fr>
6653
6654         * console.h (struct console_methods): the divider_width console
6655         method now requires a struct window * argument.
6656
6657         * redisplay-x.c (x_divider_width): ditto. Plus remove
6658         X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
6659         (x_output_vertical_divider): give a depressed look when the shadow
6660         thickness is negative.
6661
6662         * console-stream.c (stream_divider_width): pass a struct window *
6663         argument.
6664
6665         * redisplay-tty.c (tty_divider_width): ditto.
6666
6667         * window.c (window_right_gutter_width): totdi.
6668
6669         * redisplay.c (generate_modeline): ittod.
6670
6671         * scrollbar.c (update_scrollbar_instance): ttido.
6672
6673         * redisplay-msw.c (mswindows_divider_width): ottid.
6674         WARNING: this enables to compile, but the feature is not functional.
6675
6676         * window.h (struct window): new field
6677         vertical_divider_shadow_thickness.
6678
6679         * window.c (specifier_vars_of_window): new specifier
6680         vertical-divider-shadow-thickness.
6681         (vertical_divider_shadow_thickness_changed): new function to
6682         inform redisplay that the window has changed.
6683         (mark_window): handle new field vertical_divider_shadow_thickness
6684         from struct window.
6685         (allocate_window): ditto.
6686         (saved_window_equal): toddi.
6687         (Fset_window_configuration): totid.
6688         (save_window_save): ttdio.
6689         (struct saved_window): new field vertical_divider_shadow_thickness.
6690
6691 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
6692
6693         * device-msw.c (mswindows_device_system_metrics): Support a deluge
6694         of metrics.
6695
6696 1998-05-12  Oliver Graf <ograf@fga.de>
6697
6698         * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
6699         * event-Xt.c (x_event_to_emacs_event): C++ compability
6700
6701 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
6702
6703         * emacs.c (Fdecode_path): Default SEPCHAR to value of
6704         path-separator.
6705
6706 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
6707
6708         * emacs.c (vars_of_emacs): Do it here; change the meaning of
6709         Vpath_separator.
6710
6711         * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
6712
6713 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
6714
6715         * emacs.c (decode_path_1): New function.
6716         (decode_path): Use it.
6717         (Fdecode_path): Renamed from Fdecode_path_internal; use
6718         decode_path_1.
6719
6720 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
6721
6722         * macros.c (Fzap_last_kbd_macro_event): New function.
6723         (Fend_kbd_macro): Remove REMOVE_LAST kludge.
6724
6725 1998-05-10  Andy Piper  <andyp@parallax.co.uk>
6726
6727         * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
6728         multiple bitmaps are output vertically as well as horizontally.
6729         * (mswindows_output_dibitmap): don't cope with bitmap boundaries
6730         crossing lines this is handled by
6731         mswindows_output_dibitmap_region.
6732
6733 1998-05-12  Martin Buchholz  <martin@xemacs.org>
6734
6735         * inline.c: Include eldap.h
6736
6737         * menubar-x.c (x_update_frame_menubar_internal):
6738         Remove: unused variable `container'
6739
6740 1998-05-11  Martin Buchholz  <martin@xemacs.org>
6741
6742         * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
6743         Unfortunately, the resulting temacs still cannot dump.
6744
6745         * symbols.c (symbol_is_constant):
6746         (verify_ok_for_buffer_local):
6747         -Wswitch Warning suppression - add default case to switches.
6748
6749         * redisplay.c (decode_mode_spec): Remove unused variables,
6750         Replace Fcoding_system_property (codesys, Qmnemonic) with
6751         XCODING_SYSTEM_MNEMONIC (codesys);
6752         Fcoding_system_property is for users.
6753
6754         * buffer.c:
6755         * fileio.c:
6756         * lread.c:
6757         * xselect.c:
6758         Change empty docstrings into no doc strings at all.
6759         Fix bogus FSF-format docstrings.
6760
6761         * extents.c:
6762         Standardize docstrings.
6763
6764         * floatfns.c:
6765         Explain problems with matherr.
6766
6767         * glyphs.c:  make DEFUNs etags-readable, i.e. single-line
6768
6769         * syssignal.h:
6770         if BROKEN_SIGIO, then SIGIO wants to be undefined.
6771         if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
6772         Fix the weird resultant interaction (causes windows problems)
6773
6774         * gdbinit:
6775         * dbxrc:
6776         Take new EMACSBOOTSTRAPLOADPATH into account.
6777         Update documentation strings
6778
6779         * Makefile.in.in:
6780         - Adjust for luser's CDPATH being set to something weird.
6781         - Take into account bash 2.02's tendency to print the cwd when
6782           using CDPATH.  Always use `cd ./foo' instead of `cd foo'.
6783         - fix the run-temacs target to use $(DUMPENV)
6784         - fix the run-puremacs target to use $(DUMPENV)
6785         - fix the `depend' target to properly $(RM) the right files
6786         - Generate a better TAGS file for XEmacs' lisp code using
6787           hand-crafted regexps.
6788         - Use standard coding conventions for modules/Makefile.in
6789
6790 1998-05-12  Didier Verna  <verna@inf.enst.fr>
6791
6792         * redisplay.c: removed the scrolling modeline code that didn't
6793         make it for 21.0. To be continued ...
6794
6795 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6796
6797         * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
6798         and empty string inputs.
6799
6800 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
6801
6802         * redisplay-x.c (x_output_vertical_divider): Fixed typo.
6803
6804 1998-05-10  Oliver Graf <ograf@fga.de>
6805
6806         * event-stream.c (enqueue_misc_user_event_pos): created
6807         * lisp.h (enqueue_misc_user_event_pos): prototype added
6808         * frame-x.c (x_cde_transfer_callback): debug code plus API changes
6809         * emacs.c: call vars_of_dragdrop
6810         * dragdrop.c (vars_of_dragdrop): provide dragdrop
6811
6812 1998-05-11  Oliver Graf <ograf@fga.de>
6813
6814         * frame-x.c (x_cde_transfer_callback): return at correct pos
6815         * event-Xt.c (x_event_to_emacs_event): changed format of drop
6816         object for MIME (see comment in dragdrop.c)
6817         * dragdrop.c: API change documented in comment
6818         removed provide of dragdrop [is provided by dragdrop.el]
6819
6820 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
6821
6822         * window.c (window_needs_vertical_divider): Enable vertical
6823         dividers for every non-rightmost window.
6824         (window_left_gutter_width): Left gutter consists of mythical
6825         toolbar and a virtual scrollbar.
6826         (window_right_gutter_width): The right one may have a divider
6827         also.
6828
6829         * scrollbar.c (update_scrollbar_instance): Position vertical
6830         scrollbar left to divider if the latter present.
6831
6832         * redisplay.h: Declared OVER_DIVIER constant.
6833
6834         * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
6835         case.
6836
6837         * redisplay-x.c (x_output_vertical_divider): Output divider along
6838         the right side of the window, down to window bottom. Swapped
6839         foreground and background colors so it is visible by default.
6840
6841         * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
6842         stick the divider to the right window side.
6843
6844         * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
6845         deadbox painting.
6846         (mswindows_divider_width): Ask system for user preferred value.
6847         (mswindows_output_vertical_divider): Always output the divider on
6848         the right side of a window, down to bottom.
6849
6850         * keymap.c (get_relevant_keymaps): Route mouse button events which
6851         happened over a window divider through window-divider-map.
6852         (Fkey_binding): Documented that in the docstring.
6853         Defined the variable Vwindow_divider_map.
6854
6855         * events.c (Fevent_over_divider_p): Added this function.
6856
6857         * events.h: EXFUNed it.
6858
6859 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
6860
6861         * toolbar.c (update_frame_toolbars): Re-layout frame windows if
6862         toolbar geometry is suspected to change.
6863
6864 1998-05-11  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6865
6866         * src/device-msw.c
6867         * src/event-msw.c
6868         Condition dnd and dde code on HAVE_DRAGNDROP.
6869
6870 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
6871
6872         * events.c (format_event_object): Print space as SPC etc.
6873
6874 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
6875
6876         * print.c (print_internal): In the default case, abort() if
6877         ERROR_CHECK_TYPECHECK.
6878
6879         * fileio.c (Fmake_temp_name): Doc fix.
6880
6881 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
6882
6883         * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
6884
6885         * undo.c (Fprimitive_undo): Fixed typo.
6886
6887 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
6888
6889         * fns.c (concat): Signal error on integer argument.
6890
6891 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
6892
6893         * console.h (device_metrics): Prefixed each constatnt with DM_
6894
6895         * device.c: (Fdevice_system_metric): Renamed so from plural form
6896         (metrics); Changed parameters order and added DEFAULT parameter;
6897         Unabbreviated some metric constants; Fixed and untabified doc string.
6898         (Fdevice_system_metrics): Added. Returns a plist of all provided
6899         metrics.
6900
6901         * device-msw.c (mswindows_device_system_metrics): Renamed
6902         device_metrics enum constants.
6903         Return Qunbound instead of Qnil.
6904
6905         * device-tty.c (tty_device_system_metrics): Ditto.
6906
6907         * device-x.c (x_device_system_metrics): Ditto.
6908
6909 1998-05-10  Andy Piper  <andyp@parallax.co.uk>
6910
6911         * redisplay-msw.c: implement background pixmaps (really!). Make
6912         sure bg color is transparent if we have bg pmaps.
6913         * (mswindows_output_string) (mswindows_clear_region): output bg
6914         pmap if required.
6915         * (mswindows_output_dibitmap_region): new function.
6916         * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
6917         the bg color rather than transparently.
6918
6919         * toolbar-msw.c: use masks if they exist.
6920
6921         * glyphs-msw.c: set up masks correctly.
6922
6923         * event-msw.c: typedef SOCKET if cygwin and not msg select().
6924
6925 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
6926
6927         * regex.c (re_match_2_internal): Check for quit.
6928
6929 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
6930
6931         * frame.c (Ffocus_frame): New function.