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