(syms_of_buffer): Add %z, %Z, %m and %& to the doc
[bpt/emacs.git] / src / ChangeLog
1 1999-11-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * buffer.c (syms_of_buffer): Add %z, %Z, %m and %& to the doc
4 string of mode-line-format. Remove the obsolete %t.
5
6 1999-11-22 Gerd Moellmann <gerd@gnu.org>
7
8 * dispnew.c (direct_output_for_insert): Increment glyph positions
9 for glyphs from buffer text only.
10
11 * emacs.c (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
12 (gdb_data_seg_bits): New variables.
13
14 * lisp.h (enum gdb_lisp_params): Put in #if 0, since it doesn't
15 work on systems not allowing enumerators > INT_MAX, and it
16 won't work if EMACS_INT is long long.
17
18 1999-11-22 Paul Eggert <eggert@twinsun.com>
19
20 Port to SunOS 4.1.x again. Help out with Alpha port.
21 Rename messages-locale to system-messages-locale,
22 and likewise for time-locale.
23
24 * callproc.c (strerror): Remove decl.
25 * fileio.c (strerror): Likewise.
26 * process.c (strerror): Likewise.
27 * emacs.c (strerror): Likewise.
28 (Vsystem_messages_locale): Renamed from Vmessages_locale.
29 All uses changed.
30 (Vprevious_system_messages_locale): Likewise, from
31 Vprevious_messages_locale.
32 (Vsystem_time_locale): Likewise, from Vtime_locale.
33 (Vprevious_system_time_locale): Likewise, from Vprevious_time_locale.
34 (ABORT_RETURN_TYPE): New macro.
35 (abort): Return type is now ABORT_RETURN_TYPE.
36 (main): Always invoke init_signals, even if POSIX_SIGNALS is not
37 defined.
38 (syms_of_emacs): messages-locale -> system-messages-locale,
39 previous-messages-locale -> previous-system-messages-locale,
40 time-locale -> system-time-locale,
41 previous-time-locale -> previous-system-time-locale.
42
43 * gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined.
44 (const): Do not define; that's config.h's job.
45 (<limits.h>): Include if HAVE_LIMITS_H is defined.
46 (CHAR_BIT): Move test for definedness outside of limits.h condition.
47 (<stddef.h>): Include if STDC_HEADERS is defined.
48 (FREE_RETURN_TYPE): New macro.
49 (free): Return type is now FREE_RETURN_TYPE.
50
51 * lisp.h (synchronize_system_time_locale): Renamed from
52 synchronize_time_locale. All uses changed.
53 (synchronize_system_messages_locale): Likewise, from
54 synchronize_messages_locale.
55
56 * m/alpha.h (malloc, realloc, calloc): Remove decls;
57 stdlib.h now does this.
58
59 * process.c (sys_siglist): Remove.
60
61 * s/sunos4-0.h (ABORT_RETURN_TYPE, FREE_RETURN_TYPE):
62 New macros.
63
64 * syntax.c (scan_sexps_forward): Use abort, not assert.
65
66 * sysdep.c (my_sys_siglist): New var.
67 (sys_siglist): New macro. Remove old initialized vars of same name.
68 (init_signals): Initialize sys_siglist.
69
70 * xfns.c (abort): Remove decl; stdlib.h now does this.
71
72 1999-11-18 Dave Love <fx@gnu.org>
73
74 * filelock.c: Add forward declaration for get_boot_time_1.
75
76 * dispnew.c (Finternal_show_cursor_p): Fix doc string.
77
78 1999-11-18 Gerd Moellmann <gerd@gnu.org>
79
80 * buffer.h (struct buffer_text): Add comment about moving
81 buffer text if REL_ALLOC is defined.
82
83 1999-11-18 Kenichi Handa <handa@etl.go.jp>
84
85 * lisp.h (KEY_DESCRIPTION_SIZE): New macro.
86
87 * keyboard.c (echo_char): Use KEY_DESCRIPTION_SIZE to check free
88 memory for push_key_description.
89
90 * keymap.c (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
91 allocate memory for push_key_description.
92 (describe_buffer_bindings): Likewise.
93
94 1999-11-17 Gerd Moellmann <gerd@gnu.org>
95
96 * xfns.c (Fx_show_busy_cursor): Doc-fix.
97 (Fx_hide_busy_cursor): Ditto.
98
99 1999-11-17 Marco Walther <walther@siemens-pyramid.com>
100
101 * unexsni.c (unexec): Handle .rel.dyn section.
102
103 1999-11-16 Dave Love <fx@gnu.org>
104
105 * doc.c (Fdocumentation): Remove gcpro here too.
106
107 1999-11-16 Gerd Moellmann <gerd@gnu.org>
108
109 * keyboard.c (command_loop_1): Remove no_redisplay.
110
111 1999-11-16 Richard M. Stallman <rms@caffeine.ai.mit.edu>
112
113 * print.c (PRINTPREPARE): Don't call setup_echo_area_for_printing
114 in noninteractive.
115
116 1999-11-14 Gerd Moellmann <gerd@gnu.org>
117
118 * xdisp.c (ensure_echo_area_buffers): New.
119 (with_echo_area_buffer): Use it.
120 (setup_echo_area_for_printing): Ditto.
121
122 * buffer.c (indicate-empty-lines): Doc-fix.
123
124 1999-11-12 Gerd Moellmann <gerd@gnu.org>
125
126 * term.c (term_init): If "op" isn't available, don't support color
127 because we can't switch back to the default foreground and
128 background.
129
130 * doc.c (Fdocumentation_property): Remove GCPRO because
131 Fsubstitute_command_keys gcpro's the string.
132
133 1999-11-12 Kenichi Handa <handa@etl.go.jp>
134
135 * editfns.c (Ftranslate_region): Check the buffer multibyteness.
136
137 1999-11-11 Gerd Moellmann <gerd@gnu.org>
138
139 * print.c, keymap.c, indent.c, insdel.c, keyboard.c, intervals.c,
140 lread.c, textprop.c, undo.c, emacs.c, lisp.h, intervals.h,
141 buffer.h, config.in, Makefile.in: Remove USE_TEXT_PROPERTIES.
142
143 1999-11-10 Gerd Moellmann <gerd@gnu.org>
144
145 * xfns.c (QCuser_data): Removed.
146 (syms_of_xfns): Initialization of QCuser_data removed.
147 (parse_image_spec): Don't handle :user-data specially. Allow
148 unknown keys. Remove parameter ALLOW_OTHER_KEYS.
149 (xbm_image_p, xbm_load, xpm_image_p, pbm_image_p, png_image_p)
150 (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call
151 parse_image_spec accordingly.
152
153 1999-11-09 Richard M. Stallman <rms@caffeine.ai.mit.edu>
154
155 * cmds.c (Fbeginning_of_line): Doc fix.
156 (Fend_of_line): Doc fix.
157
158 * editfns.c (Fline_beginning_position): If N is not 1,
159 pass t to Fconstrain_to_field for ESCAPE-FROM-EDGE.
160
161 * syntax.c (Fforward_word): Handle fields even if would have hit
162 an edge of the buffer. Return nil if affected by fields.
163
164 1999-11-09 Richard M. Stallman <rms@caffeine.ai.mit.edu>
165
166 * editfns.c (preceding_pos): Function deleted.
167 (text_property_stickiness): Decrement POS directly.
168 Fix a confusion that used PT instead of POS.
169
170 * editfns.c (find_field): Properly handle the case
171 of a field boundary where `field' inherits from neither side.
172
173 * editfns.c (Ffield_beginning, Ffield_end): Doc fixes.
174 (Ferase_field, Ffield_string, Ffield_string_no_properties): Doc fixes.
175
176 1999-11-08 Gerd Moellmann <gerd@gnu.org>
177
178 * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
179 BEFORE_POTENTIAL_GC before DISCARD.
180
181 1999-11-07 Gerd Moellmann <gerd@gnu.org>
182
183 * alloc.c (Fgarbage_collect): Call unmark_byte_stack.
184
185 * lisp.h: Add prototype for unmark_byte_stack.
186
187 * bytecode.c (mark_byte_stack): Use XMARKBIT and XMARK.
188 (unmark_byte_stack): Renamed from relocate_byte_pcs. Use
189 XUNMARK.
190
191 * xdisp.c (resize_mini_window): Fix computation of needed
192 mini-window height.
193
194 * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
195 compilation on USE_TEXT_PROPERTIES.
196
197 * Fbyte_code: Use block statements in cases and declare v1 and v2
198 locally there. Rearrange case statements so that thos most
199 frequently executed come first. Avoid goto's in frequently
200 executed cases.
201
202 1999-11-05 Gerd Moellmann <gerd@gnu.org>
203
204 * bytecode.c (Fbyte_code): Use BEFORE_POTENTIAL_GC and
205 AFTER_POTENTIAL_GC around internal_catch.
206
207 * alloc.c (Fgarbage_collect): Call mark_byte_stack and
208 relocate_byte_pcs.
209 (init_alloc_once, init_alloc): Set byte_stack_list to null.
210
211 * eval.c (struct catchtag): Add member byte_stack.
212 (internal_catch, Fcondition_case, internal_condition_case)
213 (internal_condition_case_1): Save value of byte_stack_list in
214 catchtag.
215 (unwind_to_catch): Restore byte_stack_list from catchtag.
216
217 * lisp.h: Add prototypes for new functions in bytecode.c.
218 Add extern declaration for byte_stack_list.
219
220 * bytecode.c (struct byte_stack): New.
221 (byte_stack_list, mark_byte_stack, relocate_byte_pcs): New
222 (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New.
223 (FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten.
224 (HANDLE_RELOCATION): Removed.
225 (Fbyte_code): Use byte_stack structures.
226
227 * filelock.c (Ffile_locked_p): Make FILENAME a required argument.
228
229 * buffer.c (syms_of_buffer): Extend documentation of
230 mode-line-format.
231
232 1999-11-04 Gerd Moellmann <gerd@gnu.org>
233
234 * editfns.c (Fdelete_field): Renamed from Ferase_field.
235
236 * minibuf.c (do_completion, Fminibuffer_complete_word): Use
237 Ferase_field instead of Fdelete_field.
238
239 1999-11-03 Gerd Moellmann <gerd@gnu.org>
240
241 * dispnew.c (Finternal_show_cursor): Change it to set the
242 cursor on/off, not toggle its state.
243 (Finternal_show_cursor_p): New.
244 (syms_of_display): Defsubr Sinternal_show_cursor_p.
245
246 1999-11-03 Dave Love <fx@gnu.org>
247
248 * charset.c (split_non_ascii_string): Define return value.
249
250 1999-11-03 Gerd Moellmann <gerd@gnu.org>
251
252 * minibuf.c (string_to_object): New.
253 (read_minibuf_noninteractive): New.
254 (read_minibuf): Call read_minibuf_noninteractive if
255 noninteractive. Use string_to_object.
256
257 * doc.c (Fdocumentation_property): Fix bug bypassing UNGCPRO.
258
259 1999-11-02 Dave Love <fx@gnu.org>
260
261 * gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1).
262
263 * process.c: Define _GNU_SOURCE before config.h to get strsignal
264 declared with glibc2.
265
266 1999-11-02 Gerd Moellmann <gerd@gnu.org>
267
268 * lisp.h (QUIT): Give it statement form.
269
270 1999-11-02 Dave Love <fx@gnu.org>
271
272 * eval.c (init_eval): Conditionalize declaration of gcpro_level.
273
274 1999-11-02 Gerd Moellmann <gerd@gnu.org>
275
276 * xfns.c (QCuser_data): New.
277 (syms_of_xfns): Initialize QCuser_data.
278 (parse_image_spec): Ignore :user-data DATA properties.
279
280 * xdisp.c (display_line): Set charpos of first glyph in blank
281 lines not corresponding to any text to -1, even if no glyphs are
282 filled in in that line.
283
284 1999-11-01 Gerd Moellmann <gerd@gnu.org>
285
286 * xfns.c (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
287 png_get_sRGB in #ifdef.
288
289 * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
290 (syms_of_display): Use the new name.
291
292 * textprop.c (verify_interval_modification): Signal text-read-only
293 instead of calling error.
294
295 * data.c (Qtext_read_only): New built-in error.
296 (syms_of_data): Initialize it.
297
298 * lisp.h: Add extern declaration for Qtext_read_only.
299
300 * syntax.c: Remove whitespace after open or in front of closing
301 parentheses.
302
303 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
304
305 * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h.
306
307 1999-10-31 Gerd Moellmann <gerd@gnu.org>
308
309 * xdisp.c (resize_mini_window): Compute needed height differently.
310
311 * fns.c (Flength): Unroll loop over lists.
312
313 * xdisp.c (append_space): Return non-zero if space was appended.
314 (display_line): Set charpos of first glyph to -1 only if that
315 glyph is the space added by append_glyph.
316
317 1999-10-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
318
319 * print.c (strout): Consider `noninteractive' and use stdout
320 only when PRINTCHARFUN is t.
321
322 * lisp.h (struct gcpro) [DEBUG_GCPRO]: New field `level'.
323 (gcpro_level): Declare it extern.
324 [DEBUG_GCPRO] (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
325 Alternate definitions that set `level' and increment `gcpro_level'.
326 [DEBUG_GCPRO] (UNGCPRO): Alternate definition that checks gcpro_level.
327
328 * eval.c [DEBUG_GCPRO] (gcpro_level): New variable.
329 (init_eval) [DEBUG_GCPRO]: Initialize it.
330 (unwind_to_catch) [DEBUG_GCPRO]: Set gcpro_level
331 from remaining gcprolist.
332
333 1999-10-29 Kenichi Handa <handa@etl.go.jp>
334
335 * coding.c (code_convert_region): Update `dst' correctly.
336
337 1999-10-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
338
339 * regex.c (POP_FAILURE_POINT): Use failure_id.integer
340 as arg to DEBUG_POP and DEBUG_PRINT.
341
342 1999-10-28 Gerd Moellmann <gerd@gnu.org>
343
344 * fns.c (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
345 (Frassoc): Rewritten.
346
347 1999-10-27 Noah Friedman <friedman@splode.com>
348
349 * s/gnu-linux.h [HAVE_DEV_PTMX]: Redefine FIRST_PTY_LETTER to 'z'.
350 Define PTY_NAME_SPRINTF.
351 Redefine PTY_TTY_NAME_SPRINTF.
352 * config.in: Add undef for HAVE_DEV_PTMX.
353
354 1999-10-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
355
356 * regex.c (POP_FAILURE_POINT): Use failure_id.integer
357 as arg to DEBUG_POP and DEBUG_PRINT.
358
359 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
360
361 * data.c (Qad_activate_internal): Renamed from Qad_activate.
362 (Ffset): Call Qad_activate_internal.
363 (syms_of_data): Initialize Qad_activate_internal.
364
365 1999-10-27 Gerd Moellmann <gerd@gnu.org>
366
367 * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing if
368 Vterminal_frame is selected and Vwindow_system is non-nil.
369
370 1999-10-26 Gerd Moellmann <gerd@gnu.org>
371
372 * xdisp.c (echo_area_display): Put previous change in #if 0.
373
374 * emacs.c (standard_args): Add `file' as synonym for `visit',
375 `execute' as synonym for `eval'.
376 (main): Add new options to usage message.
377
378 1999-10-25 Gerd Moellmann <gerd@gnu.org>
379
380 * data.c (Qhash_table): New.
381 (Ftype_of): Return it for hash tables.
382 (syms_of_data): Initialize Qhash_table.
383
384 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
385
386 * regex.c (POP_FAILURE_POINT): Extract failure_id as an integer.
387
388 1999-10-24 Ken Raeburn <raeburn@raeburn.org>
389
390 * alloc.c: Undef HIDE_LISP_IMPLEMENTATION before including
391 lisp.h.
392
393 * buffer.c (Fbuffer_list, Fget_file_buffer, get_truename_buffer,
394 Fbuffer_local_variables, Fother_buffer, record_buffer,
395 set_buffer_internal_1, Fbury_buffer, Fkill_all_local_variables,
396 swap_out_buffer_local_variables, overlays_at, overlays_in,
397 overlay_touches_p, overlay_strings, recenter_overlay_lists,
398 fix_overlays_in_range, fix_overlays_before, Foverlay_get,
399 Foverlay_put, report_overlay_modification, evaporate_overlays):
400 Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member
401 references.
402 * data.c (Fcar, Fcar_safe, Fcdr, Fcdr_safe, Fsetcar, Fsetcdr,
403 swap_in_symval_forwarding, set_internal, default_value,
404 Fset_default, Fmake_variable_buffer_local, Fmake_local_variable,
405 Fmake_variable_frame_local, Flocal_variable_p,
406 Flocal_variable_if_set_p, arithcompare, Fzerop, cons_to_long,
407 Fnumber_to_string, float_arith_driver, Fadd1, Fsub1): Likewise.
408 * dispnew.c (Fframe_or_buffer_changed_p): Likewise.
409 * emacs.c (main): Likewise.
410 * fontset.c (fs_load_font, fs_register_fontset,
411 CACHED_FONTSET_NAME, CACHED_FONTSET_REGEX, Fquery_fontset,
412 Fnew_fontset, Fset_fontset_font): Likewise.
413 * frame.c (do_switch_frame, next_frame, prev_frame,
414 other_visible_frames, Fdelete_frame, Fvisible_frame_list):
415 Likewise.
416 * keyboard.c (read_char, help_char_p, event_to_kboard,
417 kbd_buffer_get_event, timer_start_idle, timer_check,
418 make_lispy_event, apply_modifiers, reorder_modifiers,
419 Fevent_convert_list, lucid_event_type_list_p, menu_bar_items,
420 menu_bar_one_keymap, menu_item_eval_property_1, parse_menu_item,
421 tool_bar_items, read_char_x_menu_prompt, read_key_sequence,
422 Fcommand_execute, Fexecute_extended_command): Likewise.
423 * minibuf.c (read_minibuf, get_minibuffer, Ftry_completion,
424 Fall_completions): Likewise.
425 * window.c (Fset_window_margins): Likewise.
426
427 * callint.c (quotify_args): Don't explicitly use struct
428 Lisp_Cons, use Lisp_Object and XCAR/XCDR instead.
429
430 * s/netbsd.h (HAVE_GETLOADAVG): Define as 1.
431 (UNEXEC, START_FILES, LIB_STANDARD, LIB_GCC): Define ELF versions,
432 if __ELF__ is defined.
433
434 1999-10-24 Gerd Moellmann <gerd@gnu.org>
435
436 * window.c (Fnext_window): Add a QUIT in the loop.
437
438 1999-10-23 Gerd Moellmann <gerd@gnu.org>
439
440 * Makefile.in (bootstrap, bootstrap-emacs, bootstrap-temacs):
441 New targets.
442
443 1999-10-22 Dave Love <fx@gnu.org>
444
445 * emacs.c (main): Enable profiling conditional on __linux also.
446
447 1999-10-20 Gerd Moellmann <gerd@gnu.org>
448
449 * xrdb.c (x_load_resources): Set default resources for resource
450 classes instead of for the specific Emacs.
451
452 1999-10-19 Gerd Moellmann <gerd@gnu.org>
453
454 * s/freebsd.h (HAVE_GETLOADAVG): Define as 1 because config.h
455 defines it that way.
456
457 * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing
458 if selected_frame is equal to Vterminal_frame.
459
460 1999-10-19 Paul Eggert <eggert@twinsun.com>
461
462 Add support for large files, 64-bit Solaris, system locale codings.
463
464 * Makefile.in (emacs): Set the LC_ALL environment variable to "C"
465 when dumping, so that the dumped Emacs doesn't have stray locale info.
466 (dired.o): Depend on systime.h.
467 (editfns.o): Depend on coding.h.
468
469 * alloc.c, buffer.c, callproc.c, ccl.c, charset.c, coding.c, data.c,
470 dispnew.c, editfns.c, emacs.c, filelock.c, floatfns.c, hftctl.c,
471 keyboard.c, process.c, sysdep.c, unexelf.c, unexhp9k800.c,
472 unexsunos4.c, vmsfns.c, vmsgmalloc.c, w32faces.c, w32menu.c, w32term.c,
473 w32xfns.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
474 Include <config.h> before any system include files.
475
476 * alloc.c, buffer.c, ccl.c, data.c, editfns.c, emacs.c, eval.c,
477 fileio.c, filelock.c, frame.c, insdel.c, keymap.c, lread.c,
478 m/alpha.h, print.c, search.c, sysdep.c, xdisp.c, xfaces.c, xfns.c,
479 xmenu.c, xterm.c:
480 Do not include <stdlib.h>, as <config.h> does this now.
481
482 * callproc.c (Fcall_process):
483 Synchronize messages locale before invoking strerror.
484 Decode resulting string with locale-coding-system.
485
486 * coding.c (Vlocale_coding_system): New var.
487 (syms_of_coding): Adjust to above change.
488 (emacs_strerror): New function.
489
490 * coding.h (emacs_strerror, Vlocale_coding_system): New decls.
491
492 * config.in (HAVE_STDIO_EXT_H, HAVE_TM_GMTOFF, HAVE___FPENDING,
493 HAVE_FTELLO, HAVE_GETLOADAVG, HAVE_MBLEN, HAVE_MBRLEN,
494 HAVE_STRSIGNAL): New macros.
495 (BITS_PER_LONG): Default to 64 if _LP64 is defined.
496 <stdlib.h>: Include if HAVE_STDLIB_H is defined and NOT_C_CODE isn't.
497
498 * dired.c: Include "systime.h".
499 (Ffile_attributes): Do not cast s.st_size to int; this loses
500 information if int is 32 bits but st_size and EMACS_INT are larger.
501 Treat large device numbers like large inode numbers.
502
503 * dispnew.c (PENDING_OUTPUT_COUNT): Use __fpending if available.
504
505 * editfns.c: Include coding.h.
506 (emacs_strftime): Remove decl.
507 (emacs_strftimeu): New decl.
508 (emacs_memftimeu): Renamed from emacs_memftime; new arg UT.
509 Use emacs_strftimeu instead of emacs_strftime.
510 (Fformat_time_string): Convert format string using
511 Vlocale_coding_system, and convert result back. Synchronize time
512 locale before invoking lower level function. Invoke
513 emacs_memftimeu, passing ut, instead of emacs_memftime.
514
515 * emacs.c: Include <locale.h> if HAVE_SETLOCALE is defined.
516 (Vmessages_locale, Vprevious_messages_locale, Vtime_locale,
517 Vprevious_time_locale): New variables.
518 (main): Invoke setlocale early, so that initial error messages are
519 localized properly. But skip locale-setting if LC_ALL is "C".
520 Fix up locale when it's safe to do so.
521 (fixup_locale): Moved here from xterm.c.
522 (synchronize_locale, synchronize_time_locale,
523 synchronize_messages_locale): New functions.
524 (syms_of_emacs): Accommodate above changes.
525
526 * fileio.c (report_file_error): Convert strerror output according
527 to Vlocale_coding_system.
528 (Finsert_file_contents): Check for arithmetic overflow in
529 computations that depend on file size. Report IO errors
530 with emacs_strerror, not strerror.
531
532 * fns.c (Fgethash): Declare dflt parameter.
533
534 * gmalloc.c: Do not define const to nothing if HAVE_CONFIG_H
535 is defined; that's config.h's job.
536
537 * lisp.h (EMACS_INT, BITS_PER_EMACS_INT, EMACS_UINT): If _LP64,
538 default these values to long, BITS_PER_LONG, and unsigned long.
539 (VALBITS, MARKBIT, XINT): Do not assume 32-bit EMACS_INT.
540 (PNTR_COMPARISON_TYPE): Default to EMACS_UINT, not to unsigned int.
541 (code_convert_string_norecord, fixup_locale,
542 synchronize_messages_locale, synchronize_time_locale,
543 emacs_open, emacs_close, emacs_read, emacs_write): New decls.
544 All Emacs callers of open, close, read, write changed to use
545 emacs_open, emacs_close, emacs_read, emacs_write.
546
547 * lread.c (file_offset, file_tell): New macros. All uses of ftell
548 changed to file_tell.
549 (saved_doc_string_position, prev_saved_doc_string_position): Now
550 of type file_offset.
551 (init_lread): Do not fix locale here; fixup_locale now does this.
552
553 * m/amdahl.h, s/usg5-4.h:
554 (NSIG): Remove.
555 (NSIG_MINIMUM): New macro.
556
557 * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h,
558 m/ustation.h, s/gnu-linux.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h,
559 s/umips.h, s/usg5-4.h:
560 (SIGIO): Do not undef.
561 (BROKEN_SIGIO): New macro.
562
563 * m/ustation.h:
564 (SIGTSTP): Do not undef.
565 (BROKEN_SIGTSTP): New macro.
566
567 * s/gnu-linux.h:
568 (SIGPOLL, SIGURG): Do not undef.
569 (BROKEN_SIGPOLL, BROKEN_SIGURG): New macros.
570
571 * s/ptx4.h:
572 (SIGINFO): Do not undef.
573 (BROKEN_SIGINFO): New macros.
574
575 * m/delta.h, s/ptx.h, s/template.h: Doc fix.
576
577 * mktime.c, strftime.c: Update to glibc 2.1.2 version, with
578 some Emacs-related changes merged.
579
580 * print.c (float_to_string): Prepend "-" to representation of a
581 NaN if the NaN is negative.
582
583 * process.c (sys_siglist): Omit if HAVE_STRSIGNAL.
584 (wait_reading_process_input): Use emacs_strerror, not strerror.
585
586 * process.c (status_message, sigchld_handler): Synchronize locale,
587 then use strsignal istead of sys_siglist.
588 * w32proc.c (sys_wait): Likewise.
589
590 * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h,
591 s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h,
592 s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h,
593 s/usg5-2.h, s/usg5-3.h, s/xenix.h:
594 (open, close, read, write, INTERRUPTIBLE_OPEN,
595 INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove.
596
597 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): New macros.
598
599 * sysdep.c (sys_read, sys_write, read, write, sys_close, close,
600 sys_open, open): Remove.
601 (emacs_open, emacs_close, emacs_read, emacs_write): Always define;
602 the old INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, and INTERRUPTIBLE_IO
603 macros are no longer used.
604 (emacs_open): Renamed from sys_open. Merge BSD4_1 version.
605 (emacs_close): Renamed from sys_close.
606 (emacs_read): Renamed from sys_read.
607 (emacs_write): Renamed from sys_write.
608 (sys_siglist): Do not declare if HAVE_STRSIGNAL.
609 (dup2): Do not print error on failure; the real dup2 doesn't.
610 (strsignal): New function, defined if !HAVE_STRSIGNAL.
611
612 * syssignal.h (SIGINFO): Undef if defined and if BROKEN_SIGINFO
613 is defined.
614 (SIGIO, SIGPOLL, SIGTSTP, SIGURG): Likewise.
615 (NSIG): If less than NSIG_MINIMUM, define to NSIG_MINIMUM.
616 (strsignal): Declare if !HAVE_STRSIGNAL.
617
618 * unexelf.c (ElfBitsW, ELFSIZE, ElfExpandBitsW): New macros.
619 (ElfW): Define in terms of ElfExpandBitsW.
620
621 * w32proc.c (sys_siglist): Remove decl.
622
623 * xdisp.c (decode_mode_spec): 3rd arg is int, not char, to comply
624 with ANSI C.
625 (display_string): Declare face_string_pos arg.
626
627 * xfns.c (Fx_show_tip): Declare timeout param.
628
629 * xterm.c: No need to include locale.h.
630 (x_alloc_lighter_color, x_setup_relief_color):
631 Pass arg as double, not float, for compatibility with ANSI C.
632 (fixup_locale): Move to emacs.c.
633 (x_term_init): Do not setlocale or fixup locale; the main program
634 does this now.
635
636 1999-10-18 Dave Love <fx@gnu.org>
637
638 * doc.c (Fdocumentation_property): Gcpro `tem'.
639
640 1999-10-18 Kenichi Handa <handa@etl.go.jp>
641
642 * lread.c (Fload): Calculate bytes of filename correctly.
643 (openp): Likewise.
644
645 1999-10-18 Keisuke Nishida <kxn30@po.cwru.edu>
646
647 * print.c (print_preprocess): In case print-circle is nil,
648 add OBJ to Vprint_number_table only when OBJ is a symbol.
649
650 1999-10-18 Kenichi Handa <handa@etl.go.jp>
651
652 * coding.c (code_convert_string): Add record_unwind_protect to
653 assure setting inhibit_pre_post_conversion back to zero. Take
654 care of the multibyteness of the working buffer.
655
656 * coding.c (inhibit_pre_post_conversion): New variable.
657 (setup_coding_system): If inhibit_pre_post_conversion is nonzero,
658 ignore post-read-conversion and pre-write-conversion property of
659 the coding system.
660 (code_convert_region_unwind): New function.
661 (code_convert_region): Set inhibit_pre_post_conversion to 1 while
662 running pre-write-conversion and post-read-conversion.
663 (code_convert_string): Likewise.
664
665 1999-10-17 Miles Bader <miles@gnu.org>
666
667 * editfns.c: Doc fix.
668
669 1999-10-17 Miles Bader <miles@gnu.org>
670
671 * editfns.c (Fconstrain_to_field): Make sure we don't violate the
672 argument preconditions of find_before_next_newline in the case
673 where both ONLY_IN_LINE and ESCAPE_FROM_EDGE are set and OLD_POS
674 was indeed at the edge.
675
676 1999-10-17 Miles Bader <miles@gnu.org>
677
678 * minibuf.c (Fminibuffer_complete_and_exit): Supply value for new
679 ESCAPE_FROM_EDGE parameter to Ffield_beginning.
680
681 * editfns.c (text_property_eq, text_property_stickiness): Don't
682 use initializers for auto variables of type Lisp_Object.
683 (find_field): Likewise. Use braces around nested ifs.
684 (Fline_end_position): Store the raw eol in a variable, so that the
685 final expression doesn't look so ugly.
686 (Fconstrain_to_field): Doc fix.
687 (preceding_pos): Renamed from `preceeding_pos'.
688 (text_property_stickiness, find_field): Call preceding_pos,
689 not preceeding_pos.
690
691 1999-10-17 Miles Bader <miles@gnu.org>
692
693 * editfns.c (Ffield_string_no_properties): New function.
694 (text_property_stickiness, preceeding_pos): New functions.
695 (Ffield_string): Remove PROPS parameter.
696 (find_field): Add MERGE_AT_BOUNDARY parameter.
697 Rewrite to use stickiness of `field' property to resolve
698 ambiguous cases.
699 (Ffield_beginning, Ffield_end): Add ESCAPE_FROM_EDGE parameter.
700 (Fconstrain_to_field): Likewise.
701 (syms_of_editfns): Init Sfield_string_no_properties.
702 (Ffield_string, Ferase_field, Ffield_end):
703 Supply new MERGE_AT_BOUNDARY argument to find_field.
704 (Fline_beginning_position, Fline_end_position): Supply new
705 ESCAPE_FROM_EDGE parameter to Fconstrain_to_field.
706 Pass a value of Qt for the ONLY_IN_LINE argument to
707 Fconstrain_to_field (only matters if N != 1).
708 * syntax.c (Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
709 to Fconstrain_to_field.
710
711 * minibuf.c (Fminibuffer_complete_word): Use
712 Ffield_beginning to find the prompt end.
713
714 1999-10-17 Miles Bader <miles@gnu.org>
715
716 * editfns.c (Fconstrain_to_field): Add get/set-current-point
717 behavior when NEW_POS is nil.
718 (find_field): Use XSETFASTINT instead of make_number.
719 * minibuf.c (Fminibuffer_complete_and_exit): Test for an empty
720 input string by seeing where the field begins, instead of
721 looking at text-properties.
722
723 1999-10-17 Miles Bader <miles@gnu.org>
724
725 * editfns.c (Qfield): New variable.
726 (find_field, Ferase_field, Ffield_string,
727 Ffield_beginning, Ffield_end, Fconstrain_to_field): New functions.
728 (Fline_beginning_position, Fline_end_position): Constrain to any field.
729 (make_buffer_string_both): Remove minibuffer-prompt hack.
730 (syms_of_editfns): Initialize Qfield, and subr entries for
731 field functions above.
732 * minibuf.c (read_minibuf): Don't save minibuffer prompt length on
733 minibuf_save_list.
734 Don't initialize minibuffer prompt length.
735 Wrap prompt text-properties around the entire prompt.
736 Add 'prompt text-property to prompt.
737 Get final value with Ffield_string instead of make_buffer_string.
738 (read_minibuf_unwind): Don't restore minibuffer prompt length from
739 minibuf_save_list.
740 (do_completion): Get minibuffer input with Ffield_string
741 instead of Fbuffer_string.
742 Erase minibuffer input with Ferase_field instead of erase_buffer.
743 (Fminibuffer_complete_and_exit): Likewise.
744 Test whether buffer is empty by looking for the 'prompt text
745 property at the end.
746 Set prompt length by looking for the end of the prompt text property,
747 and save prompt length for later use (since there is no longer a
748 buffer variable to get it from).
749 (Fminibuffer_prompt_width, Fminibuffer_prompt_end): Functions removed.
750 (syms_of_minibuf): Remove initializations of
751 Sminibuffer_prompt_width and Sminibuffer_prompt_end.
752 * buffer.h (struct buffer): Remove prompt_end_charpos field.
753 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):
754 Don't initialize prompt_end_charpos field.
755 * syntax.c (Fforward_word): Likewise.
756 Constrain to any field.
757
758 1999-10-16 Gerd Moellmann <gerd@gnu.org>
759
760 * window.c (enum save_restore_action): New.
761 (save_restore_orig_size): Change parameter list. Add
762 functionality to check for valid orig_top and orig_height members
763 in a window tree.
764 (grow_mini_window): Call save_restore_orig_size with new parameter
765 list.
766 (shrink_mini_window): Restore old window sizes only if old
767 size information is valid in all windows in a window tree.
768
769 1999-10-15 Gerd Moellmann <gerd@gnu.org>
770
771 * xmenu.c (set_frame_menubar): Don't call
772 x_set_menu_resources_from_menu_face here.
773 (update_frame_menubar): Call x_set_menu_resources_from_menu_face.
774
775 * xfns.c (gif_load): Fix handling of interlaced GIFs.
776
777 1999-10-14 Dave Love <fx@gnu.org>
778
779 * xdisp.c (handle_fontified_prop): GCPRO `pos'.
780
781 1999-10-14 Gerd Moellmann <gerd@gnu.org>
782
783 * process.c (Fopen_network_stream): Don't loop if gethostbyname
784 fails and h_errno is TRY_AGAIN.
785
786 1999-10-13 Dave Love <fx@gnu.org>
787
788 * filelock.c (lock_file): Move gcpro of `fn'.
789
790 1999-10-10 Gerd Moellmann <gerd@gnu.org>
791
792 * keyboard.c (auto-save-interval): Fix documentation.
793
794 1999-10-09 Richard M. Stallman <rms@caffeine.ai.mit.edu>
795
796 * print.c (print): When removing objects from Vprint_number_table,
797 only scan the newly added objects.
798 (print_preprocess): If OBJ is a gensym, and print-continuous-numbering,
799 unconditionally force it to stay in the table.
800
801 1999-10-09 Gerd Moellmann <gerd@gnu.org>
802
803 * xfns.c (prepare_image_for_display): Don't try to load image if
804 loading it failed before.
805 (lookup_image, prepare_image_for_display): Remember if loading the
806 image failed.
807 (xpm_load): Add missing UNBLOCK_INPUT.
808
809 * dispextern.h (struct image): New member load_failed_p.
810
811 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
812
813 * fileio.c (Fmake_temp_name): add a reference to `make-temp-file'
814 in the docstring.
815
816 1999-10-08 Gerd Moellmann <gerd@gnu.org>
817
818 * xterm.c (XTread_socket) <ClientMessage, WM_TAKE_FOCUS>:
819 Don't call XSetInputFocus because that can generate additional
820 FocusIn events.
821
822 1999-10-07 Jeffrey C Honig <jch@bsdi.com>
823
824 * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
825
826 1999-10-07 Richard M. Stallman <rms@caffeine.ai.mit.edu>
827
828 * process.c (wait_reading_process_input): When trying to suck
829 input from one process, for accept-process-output,
830 exit that loop if we get EAGAIN or EWOULDBLOCK.
831
832 1999-10-07 Gerd Moellmann <gerd@gnu.org>
833
834 * xfaces.c (Qbitmap_spec_p): Replaces Qpixmap_spec_p.
835 (Fbitmap_spec_p): Replaces Fpixmap_spec_p.
836 (load_pixmap): Use Fbitmap_spec_p and Qbitmap_spec_p instead of
837 Fpixmap_spec_p and Qpixmap_spec_p.
838 (load_face_colors, check_lface_attrs,
839 merge_face_vector_with_property,
840 Finternal_set_lisp_face_attribute): Use Fbitmap_spec_p.
841 (syms_of_xfaces): Initialize Qbitmap_spec_p, defsubr
842 Fbitmap_spec_p.
843
844 1999-10-07 Gerd Moellmann <gerd@gnu.org>
845
846 * xdisp.c (display_menu_bar): Use MENU_FACE_ID instead of
847 MODE_LINE_FACE_ID.
848
849 * xfaces.c (toplevel) [USE_MOTIF]: Include some Motif headers.
850 (struct x_resources) [USE_X_TOOLKIT]: New.
851 (xm_apply_resources, xm_set_menu_resources_from_menu_face)
852 [USE_MOTIF]: New.
853 (xl_apply_resources, xl_set_menu_resources_from_menu_face)
854 [USE_LUCID]: New.
855 (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: New.
856 (Qmenu): New.
857 (syms_of_xfaces): Initialize Qmenu.
858 (realize_basic_faces): Realize face `menu'.
859 (resolve_face_name): New.
860 (lface_from_face_name): Use it.
861 (Finternal_set_lisp_face_attribute): Ditto.
862 (Fpixmap_spec_p): Rewritten. Extend doc string.
863
864 * xmenu.c (set_frame_menubar, xmenu_show): Call
865 x_set_menu_resources_from_menu_face.
866
867 * dispextern.h (enum face_id): Add MENU_FACE_ID.
868 (toplevel): Include X11/Intrinsic.h.
869
870 1999-10-03 Ken'ichi Handa <handa@gnu.org>
871
872 * coding.c (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GR
873 correctly.
874
875 1999-09-30 Kenichi Handa <handa@etl.go.jp>
876
877 * category.c (modify_lower_category_set): Set default value of
878 TABLE correctly.
879
880 * minibuf.c (Fminibuffer_complete_word): Calculate string byte
881 size correctly.
882
883 1999-09-29 Gerd Moellmann <gerd@gnu.org>
884
885 * editfns.c (Fpropertize): Renamed from Fproperties.
886
887 1999-09-29 Gerd Moellmann <gerd@gnu.org>
888
889 * xdisp.c (resize_mini_window): Do nothing if frame is an X
890 frame that hasn't been initialized yet.
891
892 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
893
894 * keymap.c (Fsingle_key_description): Make tem big enough.
895 (describe_buffer_bindings): Make buf big enough.
896
897 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
898
899 * intervals.c (get_local_map): Use indirect_function,
900 not Findirect_function.
901
902 1999-09-27 Dave Love <fx@gnu.org>
903
904 * cm.h: Remove unneeded declaration of ospeed.
905
906 1999-09-26 Gerd Moellmann <gerd@gnu.org>
907
908 * lisp.h (toplevel): Add prototype for
909 next_single_char_property_change.
910
911 * textprop.c (next_single_char_property_change): New.
912
913 * xdisp.c (display_prop_end, invisible_text_between_p): Use
914 next_single_char_property_change.
915
916 1999-09-25 Gerd Moellmann <gerd@gnu.org>
917
918 * editfns.c (Fproperties): New.
919 (syms_of_editfns): Defsubr it.
920
921 * xfns.c (lookup_image): Set image's timestamp because it's
922 used when we look it up.
923
924 1999-09-23 Gerd Moellmann <gerd@gnu.org>
925
926 * window.c (enlarge_window): Add window parameter instead of using
927 selected_window.
928 (Fdisplay_buffer): Call it with window parameter instead of
929 setting selected_window.
930 (Fenlarge_window, Fshrink_window): Ditto.
931 (shrink_mini_window): If there is no recorded height and position
932 info, resize mini-window to height 1.
933
934 * xfns.c (image_error): Use add_to_log.
935
936 * xfaces.c (load_pixmap): Call add_to_log without frame parameter.
937 (load_face_font_or_fontset, load_color,
938 merge_face_vector_with_property): Ditto.
939
940 * dispextern.h: Add prototype for add_to_log.
941
942 * xfaces.c (add_to_log): Move to xdisp.c.
943
944 * xdisp.c (add_to_log): Moved from xfaces.c. Remove frame
945 parameter.
946
947 1999-09-23 Gerd Moellmann <gerd@gnu.org>
948
949 * xterm.c (XTread_socket) <MotionNotify>: Change #ifdef
950 USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
951
952 * xdisp.c (resize_mini_window): Use grow_mini_window and
953 shrink_mini_window.
954
955 * window.c (window_min_size): Add parameter ignore_fixed_p.
956 (change_window_height): Call window_min_size with new parameter.
957 (shrink_window_lowest_first, save_restore_orig_size,
958 grow_mini_window, shrink_mini_window): New.
959 (make_window, replace_window): Initialize orig_top and
960 orig_height.
961 (enlarge_window): Renamed from change_window_height. Make it
962 static.
963 (Fdisplay_buffer, Fenlage_window, Fshrink_window): Call
964 enlarge_window instead of change_window_height.
965
966 * window.h (struct window): New members orig_top, orig_height.
967 (toplevel): Add prototypes for grow_mini_window and
968 shrink_mini_window. Remove prototype for change_window_height.
969
970 1999-09-21 Eli Zaretskii <eliz@gnu.org>
971
972 * frame.c (frame_name_fnn_p): Fix previous change.
973
974 1999-09-20 Gerd Moellmann <gerd@gnu.org>
975
976 * minibuf.c (toplevel): Move include of stdio.h to other includes.
977
978 * dispnew.c (direct_output_for_insert): Cast arguments to
979 safe_bcopy to char *.
980
981 * lread.c (readchar): Remove unused variables.
982 (read_filtered_event, read1, Fmapatoms): Ditto.
983 (toplevel): Include intervals.h.
984
985 * eval.c (Fsignal): Remove unused variables.
986 (Fcommandp, do_autoload): Ditto.
987
988 * lisp.h: Add prototype for safe_bcopy, fatal.
989
990 * editfns.c (init_editfns): Remove unused variables.
991 (Fgoto_char, Fchar_after, Fformat): Ditto.
992 (message_text, message_length): Put in #ifndef HAVE_MENUS.
993
994 * data.c (find_symbol_value): Remove unused variables.
995 (Faref, Fstring_to_number): Ditto.
996 (toplevel): Include stdio.h.
997 (Fnumber_to_string): Cast XINT to long for %ld.
998
999 * casefiddle.c (casify_object): Remove unused variables.
1000 (casify_region): Ditto.
1001
1002 * filelock.c (get_boot_time): Put local variable used in
1003 conditinally compiled section in #ifdef.
1004 (toplevel): Include stdio.h.
1005
1006 * keymap.c (Flookup_key, Faccessible_keymaps, describe_vector,
1007 keys_of_keymap, syms_of_keymap): Remove unused variables.
1008
1009 1999-09-20 Gerd Moellmann <gerd@gnu.org>
1010
1011 * xdisp.c (sync_frame_with_window_matrix_rows): Disable frame rows
1012 whose corresponding window rows have been disabled in
1013 try_window_id.
1014
1015 1999-09-20 Gerd Moellmann <gerd@gnu.org>
1016
1017 * xdisp.c (compute_window_start_on_continuation_line): Handle case
1018 that window start is out of range.
1019 (handle_display_prop, handle_single_display_prop): Replace
1020 marginal area specifications like `left-margin' with `(margin
1021 left-margin)'.
1022 (Qmargin): New.
1023 (syms_of_xdisp): Initialize Qmargin.
1024
1025 1999-09-19 Gerd Moellmann <gerd@gnu.org>
1026
1027 * syntax.c (update_syntax_table, find_defun_start, back_comment,
1028 describe_syntax, skip_chars): Remove unused variables.
1029 (back_comment, forw_comment): Add braces to if-statement with
1030 if-else as dependent statement.
1031
1032 * process.c (list_processes_1): Remove unused variables.
1033 (Fopen_network_stream, create_process): Add parentheses to
1034 conditional expressions.
1035 (create_process): Put declaration of sigchld in #if 0.
1036 (Fopen_network_stream): Removed unused variables.
1037 (Fopen_network_stream, wait_reading_process_input,
1038 wait_reading_process_input, send_process, send_process): Ditto.
1039 (toplevel): Add prototypes for set_waiting_for_input and
1040 keyboard_bit_set.
1041
1042 * abbrev.c (Fexpand_abbrev): Remove unused variables.
1043
1044 * textprop.c (Fset_text_properties): Remove unused variables.
1045 (text_property_list, verify_interval_modification,
1046 interval_has_all_properties): Ditto.
1047
1048 * callproc.c (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
1049 (Fcall_process): Remove unused variable.
1050
1051 * keyboard.c (Frecursive_edit): Remove unused variable.
1052 (command_loop_1, safe_run_hooks, kbd_buffer_get_event,
1053 timer_check, make_lispy_event, menu_bar_items,
1054 menu_bar_one_keymap, menu_bar_item, parse_menu_item,
1055 parse_tool_bar_item, read_char_x_menu_prompt, read_key_sequence,
1056 kbd_buffer_get_event, make_lispy_event, read_char_x_menu_prompt,
1057 read_key_sequence): Ditto. Fread_key_sequence,
1058 Fread_key_sequence_vector, Fsuspend_emacs): Ditto.
1059 (read_key_sequence) [GOBBLE_FIRST_EVENT]: Put local variables only
1060 used when GOBBLE_FIRST_EVENT is defined in #ifdef
1061 (Fexecute_extended_command): Cast XINT to long for %ld.
1062 (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
1063 (toplevel): Include sys/types.h.
1064
1065 * lisp.h (RETURN_UNGCPRO): Use do-while (0) idiom.
1066 (toplevel): Add prototypes for stuff_char, and
1067 code_convert_string_norecord.
1068
1069 1999-09-19 Gerd Moellmann <gerd@gnu.org>
1070
1071 * buffer.h: Add prototype for r_re_alloc.
1072
1073 * insdel.c (copy_text): Removed unused variables.
1074 (count_combining_after, count_combining_after, insert_1_both,
1075 insert_from_string_1, insert_from_buffer_1, check_markers): Ditto.
1076 (adjust_after_replace, replace_range): Add parentheses to logical
1077 expressions. Remove unused variables.
1078 (CHECK_BYTE_COMBINING_FOR_INSERT): Add parentheses to logical
1079 expression.
1080
1081 * alloc.c (Fgarbage_collect): Remove unused variable.
1082 (compact_strings): Add parentheses around assignments in
1083 conditional context.
1084 (toplevel): Put declaration of unused function clear_marks
1085 in #if 0 like its definition.
1086
1087 * lisp.h: Add prototype for shrink_regexp_cache,
1088 sweep_weak_hash_tables.
1089
1090 1999-09-19 Dave Love <fx@gnu.org>
1091
1092 * process.c (Fopen_network_stream): Use strerror, not gai_strerror.
1093
1094 * doc.c (read_bytecode_char): Declare arg.
1095
1096 * lisp.h: Declare Fcurrent_message, Fmake_temp_name,
1097 read_bytecode_char, Fx_hide_busy_cursor, getloadavg.
1098
1099 1999-09-18 Richard Stallman <rms@gnu.org>
1100
1101 * xdisp.c (echo_area_display): Turn off code that returned
1102 without doing anything when using a terminal frame.
1103
1104 1999-09-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1105
1106 * unexelf.c (unexec): Don't get confused by a short section
1107 just before the bss section.
1108
1109 1999-09-16 Gerd Moellmann <gerd@gnu.org>
1110
1111 * emacs.c (main): Remove unused variables.
1112 (sort_args, Fkill_emacs, Fkill_emacs): Ditto.
1113
1114 * lisp.h: Add prototype for uninterrupt_malloc, memory_warnings,
1115 init_fileio_once, syms_of_sound, init_xfns, init_fns
1116 init_sound, check_message_stack.
1117
1118 * emacs.c (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
1119
1120 * intervals.c (rotate_right, rotate_left): Add braces to avoid
1121 ambiguous else warning.
1122 (split_interval_left): Remove unused variables.
1123 (previous_interval, adjust_intervals_for_deletion,
1124 set_point_both, set_point_both, set_intervals_multibyte_1): Ditto.
1125 (icount, idepth, zero_length): Move into #if 0 section below
1126 original position where these are used.
1127
1128 * buffer.h [REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.
1129
1130 * buffer.c (Fkill_buffer): Remove unused variables.
1131 (Fkill_buffer, overlays_at, overlays_in, recenter_overlay_lists,
1132 fix_overlays_in_range, Fmove_overlay, Fprevious_overlay_change,
1133 init_buffer_once, (syms_of_buffer): Ditto.
1134
1135 * xrdb.c (get_fallback): Remove unused variable.
1136 (x_load_resources): Ditto. Put local variable used for Motif only
1137 in #ifdef USE_MOTIF.
1138
1139 1999-09-16 Gerd Moellmann <gerd@gnu.org>
1140
1141 * minibuf.c (read_minibuf): Remove unused variables.
1142 (read_minibuf, Fread_buffer, scmp, Fcompleting_read): Ditto.
1143 (do_completion): Move assignment out of conditional context.
1144 (Fdisplay_completion_list): Add parentheses to conditional expression.
1145
1146 * cm.c (toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
1147
1148 * lisp.h: Add prototype for no_switch_window.
1149
1150 * window.c (Fset_window_buffer): Remove unused variables.
1151 (Fset_window_margins): Ditto.
1152
1153 * xdisp.c (resize_mini_window): Temporarily set the selected
1154 window's or Vminibuf_scroll_window's height to "fixed" around
1155 the call the change_window_height.
1156
1157 * window.c (window_fixed_size_p): Check window's height_fixed_p
1158 flag.
1159
1160 * window.h (struct window): New member height_fixed_p.
1161
1162 * dispnew.c (direct_output_forward_char): Don't use this method
1163 if showing a message or a message was just cleared because we
1164 might need to resize the mini-window.
1165
1166 1999-09-16 Gerd Moellmann <gerd@gnu.org>
1167
1168 * frame.c (Fdelete_frame): Correct local variable pointing to
1169 selected frame after selecting new frame.
1170
1171 1999-09-15 Richard Stallman <rms@gnu.org>
1172
1173 * puresize.h (BASE_PURESIZE): Increase to 525000.
1174
1175 * filelock.c (Vtemporary_file_directory): New variable.
1176 (syms_of_filelock): Set up Lisp variable.
1177
1178 1999-09-15 Gerd Moellmann <gerd@gnu.org>
1179
1180 * term.c (OUTPUT_IF, OUTPUT1_IF): Use do-while.
1181 (encode_terminal_code): Remove unused variables.
1182 (turn_off_face): Ditto.
1183 (toplevel): Include termcap.h if HAVE_TERMCAP_H.
1184
1185 * dispnew.c (update_frame_line): If writing whole desired line,
1186 don't clear to end of line if already at the end.
1187
1188 1999-09-15 Gerd Moellmann <gerd@gnu.org>
1189
1190 * xdisp.c (resize_mini_window): Don't report changed window
1191 height if it actually hasn't changed.
1192
1193 * widget.c (set_frame_size, EmacsFrameSetCharSize): Remove
1194 unused variables.
1195 (mark_shell_size_user_specified): Put in #if 0 because not used.
1196 (create_frame_gcs): Put in #if 0 because currently unused.
1197 (first_frame_p): Ditto.
1198
1199 * xmenu.c (single_menu_item, Fx_popup_menu, Fx_popup_menu,
1200 single_submenu, update_frame_menubar, set_frame_menubar,
1201 free_frame_menubar, xmenu_show, xdialog_show): Remove unused
1202 variables.
1203
1204 * print.c (PRINTFULLP): Removed because it is no longer used and
1205 is misleading.
1206 (Ferror_message_string): Remove unused variables.
1207 (print_object): Cast argument of sprintf to long for `%ld'
1208 specifier. Remove unused variable.
1209
1210 1999-09-14 Gerd Moellmann <gerd@gnu.org>
1211
1212 * sound.c (Fplay_sound): Remove usused variables.
1213 (be2hs): Put in #if 0 because it's currently not used.
1214
1215 1999-09-14 Ken Raeburn <raeburn@gnu.org>
1216
1217 * print.c (Ferror_message_string, print_error_message,
1218 print_object): Use XCAR, XCDR and XFLOAT_DATA instead of explicit
1219 member access.
1220
1221 1999-09-14 Gerd Moellmann <gerd@gnu.org>
1222
1223 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.
1224
1225 * frame.c (Fnext_frame): Remove unused variable(s).
1226 (Fprevious_frame, Fmouse_pixel_position, frame_name_fnn_p): Ditto.
1227 (store_frame_param): Add parentheses to conditional expression.
1228 (Fmodify_frame_parameters): Remove unused variables.
1229 (Fmodify_frame_parameters, Fset_frame_size, Fset_frame_position):
1230 Ditto.
1231
1232 * xfns.c (x_set_background_color): Remove unused variable(s).
1233 (x_set_border_pixel): Ditto.
1234 (x_set_menu_bar_lines): Put local variable used only for
1235 non-toolkit case in #ifdef/#endif.
1236 (x_figure_window_size): Remove unused variable(s).
1237 (x_figure_window_size, x_window, lookup_image,
1238 xbm_read_bitmap_file_data, x_build_heuristic_mask, pbm_load,
1239 png_load, jpeg_load, gif_load, x_create_tip_frame,
1240 x_create_tip_frame, Fx_show_tip, x_set_border_pixel): Ditto.
1241
1242 * xterm.c (x_scroll_bar_handle_click): Compile only if
1243 not USE_TOOLKIT_SCROLL_BARS.
1244 (x_scroll_bar_set_handle, x_scroll_bar_note_movement): Ditto.
1245
1246 * dispextern.h: Add prototypes for gamma_correct and
1247 x_kill_gs_process.
1248
1249 * xterm.c (x_produce_glyphs): Remove unused variable(s).
1250 (x_alloc_nearest_color_for_widget, note_tool_bar_highlight,
1251 x_set_toolkit_scroll_bar_thumb): Ditto.
1252 (x_scroll_bar_create): Move local variable to the
1253 conditionally compiled section of code where it is used.
1254 (x_scroll_bar_create): Remove unused variable(s).
1255 (x_scroll_bar_remove, XTread_socket): Ditto.
1256 (XTread_socket) <ConfigureNotify>: Move variables used for
1257 non-toolkit case into conditionally compiled section of code.
1258
1259 * window.h (freeze_window_starts): Fix typo in prototype.
1260
1261 * xdisp.c (display_echo_area_1, try_window_id): Remove unused
1262 variable(s).
1263
1264 * lisp.h: Add prototype for debug_print.
1265
1266 * dispextern.h (xassert) [GLYPH_DEBUG]: Change definition
1267 to use do-while.
1268
1269 * fns.c (SXHASH_COMBINE): Add missing parentheses.
1270 (Fchar_table_range, Fset_char_table_default, mapcar1,
1271 Fyes_or_no_p, sweep_weak_hash_tables): Remove unused variable(s).
1272
1273 * lisp.h: Add prototype for getloadavg.
1274
1275 1999-09-14 Andreas Schwab <schwab@gnu.org>
1276
1277 * process.c (Fopen_network_stream): Avoid socket decriptor leak.
1278
1279 * lisp.h: Declare close_file_unwind.
1280
1281 1999-09-14 Richard Stallman <rms@gnu.org>
1282
1283 * filelock.c (get_boot_time): Make the temp name in the proper dir.
1284
1285 1999-09-13 Gerd Moellmann <gerd@gnu.org>
1286
1287 * xdisp.c (redisplay_window): Make sure start_at_line_beg
1288 is always set correctly.
1289
1290 1999-09-13 Dave Love <fx@gnu.org>
1291
1292 * xdisp.c (move_it_in_display_line_to): Make type consistent with
1293 declaration.
1294
1295 1999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
1296
1297 * xdisp.c (QCfile): Move here from xfns.c.
1298 (syms_of_xdisp): Initialize it.
1299 (message2_nolog): Change for Lisp_Object selected_frame.
1300 (message3_nolog, message_with_string, message,
1301 setup_echo_area_for_printing, truncate_echo_area,
1302 prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.
1303
1304 1999-09-13 Dave Love <fx@gnu.org>
1305
1306 * xterm.c: Don't continue #define args for benefit of old cc.
1307 (xt_action_hook): Indent #error for benefit of K&R cc.
1308
1309 1999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
1310
1311 * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
1312 (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
1313 (XRINGBELL): Removed.
1314
1315 1999-09-13 Dave Love <fx@gnu.org>
1316
1317 * xfns.c (x_put_x_image): Make type consistent with declaration.
1318
1319 * fns.c (Fmake_hash_table): Fix string continuation.
1320
1321 1999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
1322
1323 * xfns.c (QCfile): Moved to xdisp.c.
1324 (syms_of_xfns): Don't initialize QCfile.
1325 (check_x_frame): Change for Lisp_Object selected_frame.
1326 (check_x_display_info, x_get_resource_string): Ditto.
1327
1328 1999-09-13 Gerd Moellmann <gerd@gnu.org>
1329
1330 * minibuf.c (choose_minibuf_frame): Don't try to set the
1331 mini-buffer window's buffer, if the buffer is invalid.
1332
1333 * xfns.c (QCfile): Moved to xdisp.c.
1334 (syms_of_xfns): Don't initialize QCfile.
1335
1336 * xdisp.c (QCfile): Move here from xfns.c.
1337 (syms_of_xdisp): Initialize it.
1338
1339 * lisp.h (selected_frame): Add external declaration.
1340
1341 * xselect.c (x_own_selection): Change for Lisp_Object selected_frame.
1342 (Fx_store_cut_buffer_internal): Ditto.
1343 (Fx_rotate_cut_buffers_internal): Ditto.
1344
1345 * xfaces.c (frame_or_selected_frame): Change for Lisp_Object
1346 selected_frame.
1347 (Finternal_set_lisp_face_attribute): Ditto.
1348 (Finternal_get_lisp_face_attribute): Ditto.
1349 (Finternal_lisp_face_empty_p): Ditto.
1350 (Fdump_face): Ditto.
1351
1352 * term.c (OUTPUT): Change for Lisp_Object selected_frame.
1353 (OUTPUT_IF, ring_bell, set_terminal_modes, reset_terminal_modes,
1354 set_terminal_window, set_scroll_region, reassert_line_highlight,
1355 change_line_highlight, cursor_to, raw_cursor_to, clear_to_end,
1356 clear_end_of_line, clear_end_of_line_raw, clear_end_of_line_raw,
1357 encode_terminal_code, write_glyphs, term_init): Ditto.
1358
1359 * sysdep.c (reset_sys_modes): Change for Lisp_Object selected_frame.
1360 (kbd_input_ast, read_input_waiting): Ditto.
1361
1362 * minibuf.c (choose_minibuf_frame): Change for Lisp_Object
1363 selected_frame.
1364 (read_minibuf): Ditto.
1365
1366 * keyboard.c (command_loop_1): Change for Lisp_Object
1367 selected_frame.
1368 (cmd_error_internal, command_loop_1, read_char,
1369 kbd_buffer_get_event, read_avail_input,
1370 read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs,
1371 interrupt_signal, quit_throw_to_read_char): Ditto.
1372
1373 * fontset.c (Ffont_info): Change for Lisp_Object selected_frame.
1374 (Ffontset_info): DItto.
1375
1376 * emacs.c (handle_USR1_signal): Change for Lisp_Object selected_frame.
1377
1378 * dispnew.c (selected_frame): Make it a Lisp_Object.
1379 (adjust_frame_glyphs_initially): Change for Lisp_Object selected_frame.
1380 (direct_output_for_insert, direct_output_forward_char,
1381 init_display): Ditto.
1382
1383 * data.c (swap_in_symval_forwarding): Change for Lisp_Object
1384 selected_frame.
1385 (set_internal): Ditto.
1386
1387 * buffer.c (Fother_buffer): Change for Lisp_Object selected_frame.
1388 (record_buffer): Ditto.
1389
1390 * frame.c (Fmake_terminal_frame): Use SELECTED_FRAME.
1391 (do_switch_frame): Change for Lisp_Object selected_frame.
1392 (Fselected_frame): Ditto.
1393 (Fframe_first_window): Use SELECTED_FRAME.
1394 (Fframe_root_window): Change for Lisp_Object selected_frame.
1395 (Fframe_selected_window, Fset_frame_selected_window, Fnext_frame,
1396 Fprevious_frame, other_visible_frames, Fdelete_frame,
1397 Fmouse_position, Fmouse_pixel_position, Fmake_frame_visible,
1398 Fmake_frame_invisible, Ficonify_frame, Fraise_frame, Flower_frame,
1399 Fframe_parameters, Fmodify_frame_parameters, Fframe_char_height,
1400 Fframe_char_width, Fframe_pixel_height, Fframe_pixel_width,
1401 Fset_frame_height, Fset_frame_width): Ditto.
1402
1403 1999-09-13 Gerd Moellmann <gerd@gnu.org>
1404
1405 * xdisp.c (message2_nolog): Change for Lisp_Object selected_frame.
1406 (message3_nolog, message_with_string, message,
1407 setup_echo_area_for_printing, truncate_echo_area,
1408 prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.
1409
1410 * xmenu.c (Fx_popup_menu): Change for Lisp_Object selected_frame.
1411 (Fx_popup_dialog): Ditto.
1412
1413 * xfns.c (check_x_frame): Change for Lisp_Object selected_frame.
1414 (check_x_display_info, x_get_resource_string): Ditto.
1415
1416 * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
1417 (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
1418 (XRINGBELL): Removed.
1419
1420 * window.c (Fminibuffer_window): Change for Lisp_Object
1421 selected_frame.
1422 (Fwindow_at, Fprevious_window, window_loop, select_window_1,
1423 display_buffer_1, Fdisplay_buffer, temp_output_buffer_show,
1424 Fcurrent_window_configuration, init_window_once): Ditto.
1425
1426 * frame.h (SELECTED_FRAME): New.
1427
1428 1999-09-12 Ken Raeburn <raeburn@gnu.org>
1429
1430 * category.c (word_boundary_p): Use XCAR and XCDR.
1431 * ccl.c (ccl_driver, resolve_symbol_ccl_program,
1432 Fregister_code_conversion_map): Likewise.
1433 * coding.c (setup_coding_system, detect_coding_system,
1434 Ffind_operation_coding_system, Fset_coding_priority_internal):
1435 Likewise.
1436 * doc.c (get_doc_string, Fdocumentation,
1437 store_function_docstring): Likewise.
1438 * editfns.c (save_restriction_restore): Likewise.
1439 * eval.c (Fcond, Fmacroexpand, Fcondition_case, wants_debugger,
1440 skip_debugger, find_handler_clause, Fautoload, Fapply,
1441 run_hook_with_args, run_hook_list_with_args, Ffetch_bytecode):
1442 Likewise.
1443 * fileio.c (Ffind_file_name_handler, Finsert_file_contents,
1444 Fwrite_region, do_auto_save_unwind, Fdo_auto_save,
1445 Fread_file_name): Likewise.
1446 * filelock.c (unlock_all_files): Likewise.
1447 * insdel.c (Fcombine_after_change_execute): Likewise.
1448 * intervals.c (adjust_intervals_for_insertion): Likewise.
1449 * keymap.c (get_keymap_1, Fkeymap_parent, Fset_keymap_parent,
1450 Fset_keymap_parent, fix_submap_inheritance, access_keymap,
1451 store_in_keymap, Fcopy_keymap, define_as_prefix,
1452 current_minor_maps, Faccessible_keymaps,
1453 accessible_keymaps_char_table, Fkey_description,
1454 Fwhere_is_internal, where_is_internal_2, where_is_internal_1,
1455 describe_buffer_bindings, describe_map_tree, shadow_lookup,
1456 describe_map): Likewise.
1457 * lread.c (Fload, load_unwind, close_load_descs, read_vector,
1458 read_list, init_lread): Likewise.
1459 * search.c (Fmatch_data): Likewise.
1460 * sunfns.c (Fsun_menu_internal): Likewise.
1461 * syntax.c (describe_syntax): Likewise.
1462 * undo.c (record_insert, record_delete, Fundo_boundary,
1463 truncate_undo_list): Likewise.
1464 * vmsproc.c (child_sig): Likewise.
1465
1466 * editfns.c (Fformat): Use XFLOAT_DATA.
1467
1468 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1469
1470 * keyboard.c (command_loop_1): Resize mini-window to the
1471 exact size of a message displayed, if any.
1472
1473 * xdisp.c (resize_mini_window): Add parameter exact_p. Resize
1474 to exact size if exact_p is non-zero.
1475 (display_echo_area_1): Call resize_mini_window with
1476 new parameter.
1477 (redisplay_internal): Ditto.
1478 (resize_echo_area_axactly): New.
1479
1480 * minibuf.c (read_minibuf_unwind): Call resize_mini_window with
1481 new parameter.
1482
1483 * dispextern.h: Change prototype of resize_mini_window.
1484 Add prototype for resize_echo_area_axactly.
1485
1486 * xfaces.c (Fx_family_fonts): Replaces Fx_font_list.
1487 (syms_of_xfaces): Defsubr accordingly.
1488
1489 * xdisp.c (hscroll_window_tree): Choose cursor row from
1490 desired or current matrix.
1491 (redisplay_internal): Hscroll before updating.
1492
1493 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1494
1495 * syntax.c (Fforward_word): Use prompt_end_charpos instead
1496 of minibuffer_prompt_length.
1497
1498 * minibuf.c (read_minibuf): Use prompt_end_charpos instead
1499 of minibuffer_prompt_length.
1500 (read_minibuf_unwind): Ditto.
1501 (Fminibuffer_complete_and_exit): Ditto.
1502 (Fminibuffer_complete_word): Ditto.
1503 (Fminibuffer_prompt_end): Ditto.
1504
1505 * editfns.c (Fbuffer_string): Use prompt_end_charpos instead
1506 of minibuffer_prompt_length.
1507 (Fline_beginning_position): Ditto.
1508
1509 * buffer.c (Fget_buffer_create): Use prompt_end_charpos instead
1510 of minibuffer_prompt_length.
1511 (Fmake_indirect_buffer): Ditto.
1512 (Fkill_buffer): Ditto.
1513 (Ferase_buffer): Ditto.
1514
1515 * buffer.h (prompt_end_charpos): Replaces
1516 minibuffer_prompt_length.
1517
1518 * minibuf.c (read_minibuf): Return mini-buffer contents
1519 without the prompt.
1520
1521 * editfns.c (make_buffer_string_both): Take out the code
1522 to handle mini-buffer prompts.
1523 (Fbuffer_string): Handle the prompt here, instead.
1524
1525 * xfaces.c (lface_from_face_name): Resolve face aliases.
1526 (Qmode_line): Replaces Qmodeline.
1527 (realize_basic_faces): Use Qmode_line.
1528 (syms_of_xfaces): Initialize Qmode_line.
1529
1530 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1531
1532 * minibuf.c (read_minibuf): Set minibuf_prompt_width to the
1533 current column after inserting prompt.
1534 (Fminibuffer_prompt_width): Return minibuf_prompt_width.
1535
1536 * xfaces.c (Qframe_update_face_colors): New.
1537 (syms_of_xfaces): Initialize call.
1538 (update_face_from_frame_parameter): Call that function when
1539 the frame's background changes.
1540
1541 1999-09-12 Richard Stallman <rms@gnu.org>
1542
1543 * insdel.c (del_range_1): Don't treat minibuffer prompt specially.
1544
1545 1999-09-12 Ken Raeburn <raeburn@gnu.org>
1546
1547 * alloc.c (Fcons, pure_cons, Fpurecopy, Fgarbage_collect,
1548 mark_object, mark_buffer): Use XCAR and XCDR.
1549 * bytecode.c (Fbyte_code): Likewise.
1550 * callint.c (Fcall_interactively, Fprefix_numeric_value):
1551 Likewise.
1552 * callproc.c (Fcall_process, Fcall_process_region, child_setup,
1553 getenv_internal): Likewise.
1554 * dired.c (file_name_completion): Likewise.
1555 * fns.c (Fsafe_length, concat, Fcopy_alist, Fmember, Fmemq, Fassq,
1556 assq_no_quit, Fassoc, Frassq, Frassoc, Fdelq, Fdelete, Freverse,
1557 Fplist_get, Fplist_put, internal_equal, mapcar1): Likewise.
1558 * indent.c (Fcompute_motion): Likewise.
1559 * process.c (decode_status, Fprocess_status, Fprocess_exit_status,
1560 list_processes_1, Fstart_process, Fopen_network_stream,
1561 wait_reading_process_input, read_process_output_call,
1562 kill_buffer_processes, sigchld_handler, exec_sentinel_unwind,
1563 status_notify, wait_reading_process_input): Likewise.
1564 * textprop.c (PLIST_ELT_P, property_value, set_properties,
1565 extend_property_ranges): Likewise.
1566 * w32faces.c (Fpixmap_spec_p, merge_face_list): Likewise.
1567 * w32fns.c (x_window_to_frame, x_set_frame_parameters,
1568 x_report_frame_params, x_set_cursor_type, x_icon_type,
1569 x_figure_window_size, Fx_create_frame, w32_load_system_font,
1570 w32_load_font, enum_font_cb2, w32_list_bdf_fonts, w32_list_fonts,
1571 w32_list_synthesized_fonts, w32_find_ccl_program, Fx_list_fonts,
1572 Fw32_find_bdf_fonts, w32_find_bdf_fonts_in_dir,
1573 x_display_info_for_name, Fx_display_list): Likewise.
1574 * w32menu.c (menubar_id_to_frame, single_keymap_panes,
1575 Fx_popup_menu, Fx_popup_dialog): Likewise.
1576 * w32proc.c (Fw32_set_keyboard_layout): Likewise.
1577 * w32term.c (x_window_to_scroll_bar, w32_read_socket,
1578 w32_term_init, x_delete_display): Likewise.
1579 * xfns.c (x_window_to_frame, x_any_window_to_frame,
1580 x_non_menubar_window_to_frame, x_menubar_window_to_frame,
1581 x_top_window_to_frame, x_set_frame_parameters,
1582 x_report_frame_params, x_set_cursor_type, x_icon_type,
1583 x_figure_window_size, Fx_create_frame, x_display_info_for_name,
1584 Fx_display_list, x_create_tip_frame): Likewise.
1585 * xmenu.c (menubar_id_to_frame, single_keymap_panes,
1586 Fx_popup_menu, Fx_popup_dialog): Likewise.
1587 * xselect.c (x_own_selection, x_get_local_selection,
1588 x_handle_selection_request, x_handle_selection_clear,
1589 x_clear_frame_selections, wait_for_property_change_unwind,
1590 wait_for_property_change, x_handle_property_notify,
1591 copy_multiple_data, x_get_foreign_selection,
1592 lisp_data_to_selection_data, clean_local_selection_data,
1593 x_handle_selection_notify, Fx_get_selection_internal,
1594 x_disown_buffer_selections): Likewise.
1595 * xterm.c (x_window_to_scroll_bar, XTread_socket, x_list_fonts,
1596 x_load_font, x_find_ccl_program, x_term_init, x_delete_display):
1597 Likewise.
1598
1599 * alloc.c (make_float, make_pure_float, Fpurecopy): Use
1600 XFLOAT_DATA.
1601 * bytecode.c (Fbyte_code): Likewise.
1602 * floatfns.c (extract_float, Fexpt, Fabs, rounding_driver,
1603 fmod_float): Likewise.
1604
1605 1999-09-11 Richard Stallman <rms@gnu.org>
1606
1607 * xdisp.c (run_window_scroll_functions): If hook functions switch
1608 buffers, switch back after.
1609
1610 1999-09-11 Ken Raeburn <raeburn@gnu.org>
1611
1612 * charset.h (GET_TRANSLATION_TABLE): Use XCDR.
1613 * frame.h (FOR_EACH_FRAME): Use XCAR and XCDR.
1614 (PIXEL_X_FROM_CANON_X, PIXEL_Y_FROM_CANON_Y): Use XFLOAT_DATA.
1615 * keyboard.h (EVENT_HEAD, EVENT_START, EVENT_END, POSN_WINDOW,
1616 POSN_BUFFER_POSN, POSN_WINDOW_POSN, POSN_TIMESTAMP): Use XCAR and
1617 XCDR.
1618 * syntax.h (SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Use XCAR and
1619 XCDR.
1620
1621 1999-09-10 Richard Stallman <rms@gnu.org>
1622
1623 * xterm.c (XTread_socket): In XSetInputFocus, use RevertToParent,
1624 not RevertToPointerRoot.
1625 (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
1626 Fix the code to clear around the scroll bar.
1627
1628 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
1629
1630 * print.c: Support print-circle and related features.
1631 (Vprint_gensym_alist): Removed.
1632 (Vprint_circle, Vprint_continuous_numbering, print_number_index
1633 Vprint_number_table): New variables.
1634 (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): New macros.
1635 (PRINTPREPARE, PRINTFINISH): Don't set Vprint_gensym_alist.
1636 (print, print_preprocess, print_preprocess_string, print_object):
1637 New/modified functions with print-circle feature. Use
1638 Vprint_number_table instead of Vprint_gensym_alist for print-gensym.
1639 (syms_of_print): Defined new Lisp variables `print-circle',
1640 `print-continuous-numbering', `print-number-table'.
1641
1642 1999-09-10 Gerd Moellmann <gerd@gnu.org>
1643
1644 * xfns.c (x_build_heuristic_mask): Accept a list `(R G B)'
1645 as background color specification instead of an integer.
1646 (image-cache-eviction-delay): Replaces image-eviction-seconds.
1647 (Vimage_cache_eviction_delay): Replaces Vimage_eviction_seconds.
1648 (clear_image_cache, syms_of_xfns): Use it.
1649 (Qpostscript): Replaces Qghostscript.
1650 (gs_type): Use it.
1651 (gs_image_p): Ditto.
1652 (syms_of_xfns): Initialize Qpostscript.
1653
1654 1999-09-10 Richard Stallman <rms@gnu.org>
1655
1656 * buffer.c (Ferase_buffer): Don't erase the minibuffer prompt.
1657
1658 1999-09-09 Richard Stallman <rms@gnu.org>
1659
1660 * editfns.c (Fline_beginning_position): Handle minibuffer prompt here.
1661
1662 * cmds.c (Fbeginning_of_line): Don't handle minibuffer prompt here.
1663
1664 1999-09-09 Gerd Moellmann <gerd@gnu.org>
1665
1666 * fns.c (Fmakehash): Accept just one optional argument TEST.
1667
1668 * xfns.c (QCindex): New.
1669 (syms_of_xfns): Initialize QCindex.
1670 (gif_load): Use it instead of `:image'.
1671
1672 1999-09-09 Richard Stallman <rms@gnu.org>
1673
1674 * fileio.c (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.
1675 (Fwrite_region) [DOS_NT]: Handle `excl' here too.
1676
1677 1999-09-08 Gerd Moellmann <gerd@gnu.org>
1678
1679 * xdisp.c (Qwhen): Replaces QCwhen.
1680 (syms_of_xdisp): Initialized it instead of QCwhen.
1681 (handle_single_display_prop): Use it instead of QCwhen.
1682
1683 1999-09-08 Ken'ichi Handa <handa@gnu.org>
1684
1685 * charset.c (translate_char): Reset MSBs of arguments of
1686 MAKE_CHAR.
1687 (CHAR_COMPONENTS_VALID_P): Fix for ASCII.
1688
1689 1999-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1690
1691 * editfns.c (Fbufsize): Accept an extra BUFFER parameter.
1692
1693 * fns.c (Fbase64_decode_region): Don't place point outside of the
1694 current accessible portion.
1695
1696 1999-09-07 Richard Stallman <rms@gnu.org>
1697
1698 * keymap.c (fix_submap_inheritance): Do nothing if the proper
1699 parent is an ancestor of SUBMAP; otherwise, add it as the
1700 ultimate ancestor.
1701
1702 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1703
1704 * xdisp.c (handle_single_display_prop): Change conditional
1705 display property to `:when FORM . VALUE'.
1706
1707 1999-09-07 Richard Stallman <rms@gnu.org>
1708
1709 * fileio.c (Fwrite_region): Doc fix.
1710
1711 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
1712
1713 * fileio.c (Qexcl): New variable.
1714 (report_file_error): Handle EEXIST specially.
1715 (Fwrite_region): Special handling for CONFIRM = `excl'.
1716 (syms_of_fileio): Initialize Qexcl.
1717
1718 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1719
1720 * xfns.c (x_set_foreground_color): Call
1721 update_face_from_frame_parameter.
1722 (x_set_background_color): Ditto.
1723 (x_set_mouse_color): Ditto.
1724 (x_set_cursor_color): Ditto.
1725 (x_set_border_color): Ditto.
1726 (x_set_scroll_bar_foreground): Ditto.
1727 (x_set_scroll_bar_background): Ditto.
1728
1729 * xfaces.c (recompute_basic_faces): Clear face cache.
1730 (Finternal_set_lisp_face_attribute): Modify frame parameters
1731 if attributes of certain faces are changed.
1732 (update_face_from_frame_parameter): New.
1733
1734 * xfaces.c (realize_basic_faces): Realize new basic faces.
1735
1736 * dispextern.h (SCROLL_BAR_FACE_ID, BORDER_FACE_ID,
1737 CURSOR_FACE_ID, MOUSE_FACE_ID): New.
1738
1739 * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New.
1740 (syms_of_xfaces): Intialize new symbols.
1741
1742 * fns.c (Fmakehash): Take one argument, test, make all the
1743 rest keyword arguments.
1744
1745 * window.c (Fset_window_margins): Make window the first argument.
1746 (set_window_buffer): Call Fset_window_margins with window as first
1747 argument.
1748
1749 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1750
1751 * xfaces.c (Qfringe): Replaces Qmargin.
1752
1753 1999-09-07 Kenichi Handa <handa@etl.go.jp>
1754
1755 * charset.h: Lots of comments fixed.
1756 (PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string.
1757 (STRING_CHAR_AND_CHAR_LENGTH): This macro removed.
1758
1759 * charset.c : Lots of comments fixed.
1760 (SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string.
1761 (CHAR_COMPONENTS_VALID_P): Name changed from
1762 CHAR_COMPONENT_VALID_P. Caller changed.
1763
1764 1999-09-06 Richard Stallman <rms@gnu.org>
1765
1766 * insdel.c (syms_of_insdel): Define Lisp variable
1767 inhibit-modification-hooks.
1768
1769 1999-09-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1770
1771 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new
1772 unexaix.c.
1773
1774 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
1775
1776 1999-09-06 Dave Love <fx@gnu.org>
1777
1778 * unexaix.c: New version incorporating Michael Sperber's changes
1779 from XEmacs. Should solve problems on AIX 4.3.
1780
1781 * lread.c (Vbyte_boolean_vars): New variable.
1782 (defvar_bool, syms_of_lread): Use it.
1783
1784 1999-09-05 Richard Stallman <rms@gnu.org>
1785
1786 * minibuf.c (read_minibuf): Put all three properties on the
1787 same range, the whole prompt.
1788
1789 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1790
1791 * sound.c (Qplay_sound_functions): Replaces Qplay_sound_hook.
1792 (Fplay_sound, syms_of_sound): Use it.
1793 (parse_sound): Allow float volume values in the range [0, 1].
1794 (Fplay_sound): Ditto.
1795
1796 * window.c (Fset_window_vscroll): Make window the first argument,
1797 amount to scroll the second. Take non-negative vscroll as
1798 argument.
1799 (Fwindow_vscroll): Return non-negative vscroll.
1800
1801 * xfns.c (Fx_show_tip): Improve documentation.
1802
1803 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1804
1805 * buffer.c, buffer.h, dispextern.h, dispnew.c, keyboard.c,
1806 window.c, xdisp.c, xfaces.c, xterm.c, keyboard.h: Change
1807 `top-line' and `top_line' to `header-line' and `header_line'.
1808 Likewise for similar spellings.
1809
1810 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1811
1812 * xdisp.c (row_containing_pos): New.
1813 (try_window_id): Use it.
1814
1815 * alloc.c, dispextern.h, dispnew.c, frame.c, frame.h, keyboard.c,
1816 lisp.h, termhooks.h, window.c xdisp.c, xfaces.c, xfns.c, xterm.c:
1817 Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
1818 Likewise for upper-case etc.
1819
1820 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1821
1822 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
1823 Fix reference to renamed variable.
1824
1825 1999-09-04 Gerd Moellmann <gerd@gnu.org>
1826
1827 * window.c (Qwindow_size_fixed): Replaces Qfixed_window_size.
1828 (window_fixed_size_p): Use Qwindow_size_fixed instead of
1829 Qfixed_window_size.
1830 (syms_of_window): Ditto.
1831
1832 * fns.c (Fmakehash): Exchange optional test and size arguments.
1833
1834 1999-09-03 Gerd Moellmann <gerd@gnu.org>
1835
1836 * xterm.c (XTset_vertical_scroll_bar): Block input when clearing
1837 under newly created scroll bar.
1838 (expose_window): If window is not yet fully initialized, do
1839 nothing. This can happen when toolkit scroll bars are used and a
1840 window is split. Reconfiguring the scroll bars will generate an
1841 expose for a newly created window.
1842
1843 * frame.h (struct frame): New member `gamma'.
1844
1845 * xfns.c: Include math.h. Add extern declaration for atof in case
1846 we don't see one.
1847 (Qscreen_gamma): New.
1848 (struct x_frame_parm_table): Add prototypes, add
1849 x_set_screen_gamma.
1850 (gamma_correct): New function.
1851 (defined_color): Call it.
1852 (x_set_screen_gamma): New.
1853 (x_set_title): Add parameter old_value.
1854 (RES_TYPE_FLOAT): New.
1855 (x_get_arg): Handle RES_TYPE_FLOAT.
1856 (Fx_create_frame): Call x_default_parameter for `screen-gamma'.
1857 (lookup_pixel_color): Change call to x_alloc_nearest_color to
1858 new prototype.
1859 (lookup_rgb_color): Ditto.
1860 (syms_of_xfns): Initialize Qscreen_gamma.
1861
1862 * xterm.c (x_alloc_nearest_color_for_widget) [USE_X_TOOLKIT]:
1863 New. Allocate color for lwlib widgets.
1864 (x_alloc_nearest_color): Change parameter list include the
1865 frame on which to allocate colors. Gamma-correct colors.
1866 (x_alloc_lighter_color): Call x_alloc_lighter_color with new
1867 parameter list.
1868
1869 * xterm.h: Change protorype of x_alloc_nearest_color.
1870
1871 1999-09-03 Richard Stallman <rms@gnu.org>
1872
1873 * callproc.c: Delete the system-independent include of stdlib.h
1874 (leaving only the one in the WINDOWSNT conditional).
1875
1876 1999-09-03 Andrew Choi <choi@cs.hku.hk>
1877
1878 * callproc.c (call-process) [macintosh]: Call mac_run_command in
1879 sysdep.c. The Mac code is modeled after the DOS code.
1880
1881 * dispextern.h [macintosh]: Include macterm.h to define substitute X
1882 Window types and macros.
1883
1884 * frame.h: Do nothing if included a second time.
1885 (enum output_method): Add mac_output frame type.
1886 (union output_data): Add new alternative `mac'.
1887 (FRAME_MAC_P): New macro.
1888
1889 * frame.c (Fframep) [macintosh]: Handle mac frame type.
1890 (syms_of_frame_1): Initialize Qmac.
1891 (make_terminal_frame) [macintosh]: Initialize output_data.mac fields.
1892 (Fmake_terminal_frame) [macintosh]: Add an alternate error check.
1893 (Fmodify_frame_parameters) [macintosh]: Call
1894 mac_set_frame_parameter in macterm.c.
1895
1896 * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value
1897 (512) because Mac compilers limit local data of a function to 32K.
1898
1899 * make-docfiles.c: Correctly handle input files with Mac-style
1900 eol's.
1901
1902 * sysdep.c: Define numerous routines to emulate Unix system calls.
1903
1904 * xfaces.c: on MacOS, define the set of colors listed in rgb.txt
1905 file of an X Window environment.
1906
1907 * xfaces.c: on MacOS, define the Lisp functions x-display-color-p,
1908 x-display-grayscale, x-color-defined-p, and x-color-values.
1909
1910 * sysdep.c [macintosh] (stat, fstat, mkdir, rmdir, utime, access)
1911 (open, creat, unlink, read, write, rename, fopen, pause, alarm)
1912 (signal, sleep, gmtime, localtime, ctime, time, index, mktemp)
1913 (getpwuid, getpwnam, dup, dup2, isatty, getgid, getegid, getuid)
1914 (geteuid, getpid, getenv, uname, opendir, closedir, readdir, getwd.):
1915 New functions, replacing POSIX features.
1916
1917 * sysdep.c [macintosh] (Mac2UnixPathname, Unix2MacPathname, CheckAlarm)
1918 (InitMyPasswd, GetTempDirName, mystrchr, mystrtok, mystrcpy):
1919 (InitEmacsPasswdDir, run_mac_command): New subroutines.
1920
1921 * sysdep.c [macintosh] (targetTicks, alarm_signal_func, myPasswdName)
1922 (myPasswd, emacsPasswdDir, emacsPasswd, myPasswdInited, mask)
1923 (myPasswdDir, TempDirName, sys_siglist): New variables.
1924
1925 * sysdep.c [macintosh] (execvp, wait, croak, fork, kill, sigsetmask)
1926 (sigblock, request_sigio, unrequest_sigio, setpgrp, pipe, symlink)
1927 (link, lstat, readlink, umask, chmod, sbrk, fsync, ioctl):
1928 Define empty stubs so Emacs will link.
1929
1930 1999-09-03 Gerd Moellmann <gerd@gnu.org>
1931
1932 * xdisp.c: Use XCAR and XCDR instead of XCONS.
1933
1934 * window.h: New member frozen_window_start_p.
1935
1936 * window.c (foreach_window, foreach_window_1): New.
1937 (freeze_window_start, freeze_window_starts): New.
1938 (make_window): Initialize frozen_window_start_p.
1939 (replace_window): Ditto.
1940 (Fset_window_point): Remove references to deleted variables.
1941 (Fset_window_start): Ditto.
1942
1943 * xdisp.c (Vresize_mini_config, resize_mini_frame,
1944 resize_mini_initial_height): Removed.
1945 (syms_of_xdisp): Remove references to these variables.
1946 (resize_mini_window): Don't save window configuration, freeze
1947 window starts instead. Enlarge window until displaying an empty
1948 buffer, then shrink it. Make the function externally visible.
1949 (redisplay_window): Treat frozen window start like forced start,
1950 but accept point outside of the window.
1951
1952 * dispextern.h: Add function prototype for resize_mini_window.
1953
1954 * minibuf.c (read_minibuf_unwind): Resize mini-window when
1955 reaching minibuf_level 0.
1956
1957 * lisp.h: Remove extern declarations for variables deleted from
1958 xdisp.c.
1959
1960 * dispnew.c (adjust_frame_glyphs): Remove reference to
1961 Vresize_mini_config.
1962
1963 1999-09-03 Gerd Moellmann <gerd@gnu.org>
1964
1965 * xfns.c (x_set_scroll_bar_width): Change conditional compilation
1966 to USE_TOOLKIT_SCROLL_BARS.
1967
1968 * xterm.c (x_scroll_bar_create): Don't clear under scroll bar
1969 here.
1970 (XTset_vertical_scroll_bar): Clarify position computations. Clear
1971 under newly created scroll bar. Put toolkit scroll bars in the
1972 middle of the area reserved for the scroll bar.
1973
1974 1999-09-03 Kenichi Handa <handa@etl.go.jp>
1975
1976 The following changes are for the new handling of mulitbyte
1977 sequence. Now, except for a composite character, no multibyte
1978 character in string/buffer has trailing garbage bytes. For
1979 instance, the length of string "\201\300\300" is now 2, the first
1980 character is Latin-1 A-grave, the second is raw \300.
1981
1982 * charset.h (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2
1983 are negative.
1984 (MAKE_CHAR): Don't set MSBs of C1 and C2 to 0.
1985 (VALID_MULTIBYTE_CHAR_P): This macro deleted.
1986 (PARSE_COMPOSITE_SEQ): New macro.
1987 (PARSE_CHARACTER_SEQ): New macro.
1988 (PARSE_MULTIBYTE_SEQ): New macro.
1989 (CHAR_PRINTABLE_P): New macro.
1990 (STRING_CHAR): Adjusted for the change of string_to_non_ascii_char.
1991 (STRING_CHAR_AND_LENGTH): Likewise.
1992 (STRING_CHAR_AND_CHAR_LENGTH): Define it as STRING_CHAR_AND_LENGTH.
1993 (INC_POS): Use the macro PARSE_MULTIBYTE_SEQ.
1994 (DEC_POS, BUF_INC_POS, BUF_DEC_POS): Likewise,
1995
1996 * charset.c (SPLIT_COMPOSITE_SEQ): New macro.
1997 (SPLIT_CHARACTER_SEQ): New macro.
1998 (SPLIT_MULTIBYTE_SEQ): New macro.
1999 (CHAR_COMPONENT_VALID_P): New macro.
2000 (non_ascii_char_to_string): Generate a multibyte sequence as far
2001 as possible.
2002 (string_to_non_ascii_char): The 4th arg exclude_tail_garbage is
2003 deleted. Caller changed. Use the macro SPLIT_MULTIBYTE_SEQ.
2004 (split_non_ascii_string): Likewise.
2005 (multibyte_form_length): Use the macro PARSE_MULTIBYTE_SEQ.
2006 (char_printable_p): New function.
2007 (translate_char): Check character by NATNUMP instead of INTEGERP.
2008 (unibyte_char_to_multibyte): Call char_valid_p instead of
2009 VALID_MULTIBYTE_CHAR_P.
2010 (Fmake_char_internal): Check the arguments more rigidly.
2011 (Fcharset_after): Use the macro SPLIT_MULTIBYTE_SEQ.
2012 (char_valid_p): Check the validity by CHAR_COMPONENT_VALID_P.
2013 (Fmultibyte_char_to_unibyte): Check the validity of character by
2014 CHAR_VALID_P.
2015 (chars_in_text): Call multibyte_chars_in_text.
2016 (multibyte_chars_in_text): Use the macro PARSE_MULTIBYTE_SEQ.
2017 (Fcompose_string): Use the macro STRING_CHAR_AND_LENGTH instead of
2018 STRING_CHAR_AND_CHAR_LENGTH (which is obsolete now).
2019
2020 * data.c (Faset): Adjust the way to check byte-combining
2021 possibility for the new handling of multibyte sequence.
2022
2023 * editfns.c (Fsubst_char_in_region): Likewise.
2024
2025 * fns.c (count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
2026 (string_char_to_byte): Likewise.
2027 (string_byte_to_char): Likewise.
2028
2029 * indent.c (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the
2030 macro STRING_CHAR_AND_LENGTH. Caller changed.
2031
2032 * insdel.c (count_combining_composition): New function.
2033 (count_combining_before): Adjust the way to check byte-combining
2034 possibility for the new handling of multibyte sequence. Call
2035 count_combining_composition for a composite character.
2036 (count_combining_after): Likewise.
2037
2038 * print.c (print_string): Use the macro STRING_CHAR_AND_LENGTH.
2039 (print): Likewise.
2040
2041 * dispextern.h (struct it): Change the size of the member
2042 `ctl_chars'.
2043
2044 * xdisp.c (get_next_display_element): Display incomplete multibyte
2045 sequence (e.g. \222\300) by octal form.
2046
2047 1999-09-02 Gerd Moellmann <gerd@gnu.org>
2048
2049 * xterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
2050
2051 * fns.c (Fhash_table_weakness): Replaces Fhash_table_weak.
2052 (cmpfn_eql, sxhash): Use XFLOAT_DATA.
2053
2054 1999-09-02 Gerd Moellmann <gerd@gnu.org>
2055
2056 * buffer.c (set_buffer_internal): Never set
2057 windows_or_buffers_changed.
2058
2059 * xdisp.c (try_window_id): Reset first_unchanged_at_end_row
2060 if we have displayed to the bottom of the window.
2061
2062 * syntax.c (Fforward_word): Stop at a mini-buffer prompt end
2063 in both directions. Extend documentation.
2064
2065 1999-09-01 Gerd Moellmann <gerd@gnu.org>
2066
2067 * minibuf.c (read_minibuf): Flush display after setting cursor to
2068 column 0.
2069
2070 1999-08-31 Gerd Moellmann <gerd@gnu.org>
2071
2072 * s/freebsd.h (__FreeBSD_version): Don't define it if it is
2073 already defined. This avoids a warning from buffer.c.
2074
2075 1999-08-30 Gerd Moellmann <gerd@gnu.org>
2076
2077 * xterm.h (FRAME_X_FLAGS_AREA_COLS): Define it as the total width
2078 of both margins.
2079 (FRAME_X_FLAGS_AREA_WIDTH): Likewise.
2080 (FRAME_X_LEFT_FLAGS_AREA_WIDTH): New.
2081 (FRAME_X_RIGHT_FLAGS_AREA_WIDTH): New.
2082
2083 * frame.h (FRAME_WINDOW_WIDTH_ARG): Add in FRAME_FLAGS_AREA_COLS
2084 once instead of twice.
2085 (FRAME_LEFT_FLAGS_AREA_WIDTH): New.
2086
2087 * xterm.c: Remove unused bitmaps.
2088 (continued_bits, continuation_bits, overlay_bits): Change images.
2089 (x_draw_vertical_border): Use FRAME_X_RIGHT_FLAGS_AREA_WIDTH
2090 instead of FRAME_X_FLAGS_AREA_WIDTH.
2091 (x_after_update_window_line): Ditto.
2092 (x_draw_bitmap): Likewise.
2093 (x_draw_row_bitmaps): Likewise.
2094 (x_draw_glyph_string_box): Likewise.
2095 (x_draw_glyphs): Likewise.
2096 (x_scroll_run): Likewise.
2097 (expose_window_tree): Likewise.
2098 (note_mode_line_highlight): Likewise.
2099 (XTset_vertical_scroll_bar): Likewise.
2100 (x_clip_to_row): Likewise.
2101 (x_set_window_size): Likewise.
2102
2103 * xfns.c (x_figure_window_size): Use FRAME_FLAGS_AREA_COLS instead
2104 of 2 * that value.
2105
2106 * xdisp.c (window_box_width): Use FRAME_FLAGS_AREA_COLS instead of
2107 2 * that value.
2108 (window_box_left): Use FRAME_LEFT_FLAGS_AREA_WIDTH instead of
2109 FRAME_FLAGS_AREA_WIDTH.
2110
2111 * window.c (coordinates_in_window): Use
2112 FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
2113 (window_internal_width): Subtract FRAME_FLAGS_AREA_WIDTH once
2114 instead of twice.
2115
2116 * widget.c (set_frame_size): Set flags_area_extra to
2117 FRAME_FLAGS_AREA_WIDTH instead of 2 * that width.
2118 (EmacsFrameSetCharSize): Ditto.
2119
2120 * dispnew.c (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
2121 instead of FRAME_FLAGS_AREA_WIDTH.
2122
2123 * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract
2124 FRAME_FLAGS_AREA_COLS once.
2125 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Add
2126 FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
2127
2128 1999-08-30 Gerd Moellmann <gerd@gnu.org>
2129
2130 * freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers
2131 in /usr/X11R6/include which are checked for with AC_CHECK_HEADER.
2132
2133 1999-08-30 Gerd Moellmann <gerd@gnu.org>
2134
2135 * fns.c (QCweakness): Replaces QCweak.
2136 (Fmake_hash_table): Ditto.
2137 (Fmakehash): Ditto.
2138 (syms_of_fns): Ditto.
2139
2140 1999-08-29 Richard Stallman <rms@gnu.org>
2141
2142 * search.c (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.
2143
2144 * sysdep.c (read_input_waiting): Pass read_socket_hook just 4 args.
2145
2146 * syntax.h (SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED):
2147 Add support for nested comments.
2148
2149 * syntax.c (Fforward_comment, scan_lists, scan_sexps_forward):
2150 Consolidate the forward comment code into the new `forw_comment'.
2151 (forw_comment): New subroutine. Added support for nested comments.
2152 (lisp_parse_state, back_comment, Fmodify_syntax_entry)
2153 (Fparse_partial_sexp): Add support for nested comments.
2154
2155 1999-08-28 Ken Raeburn <raeburn@gnu.org>
2156
2157 * lisp.h (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change
2158 names of structure elements if HIDE_LISP_IMPLEMENTATION is
2159 defined, to help detect code that uses knowledge of the Lisp
2160 internals that it shouldn't have.
2161 (XFLOAT_DATA): New macro.
2162
2163 1999-08-25 Gerd Moellmann <gerd@gnu.org>
2164
2165 * syntax.c (Fforward_word): If in a mini-buffer and moving
2166 backwards, stop in front of the prompt to prevent accidentially
2167 moving into the read-only prompt.
2168
2169 * window.c (Frecenter): Clear frame if called with nil or no arg.
2170
2171 * xdisp.c (resize_mini_window): Don't resize if
2172 Vmax_mini_window_height is nil. Otherwise, use a default if
2173 Vmax_mini_window_height is not ot a number.
2174 (syms_of_xdisp): Extend documentation of Vmax_mini_window_height.
2175
2176 1999-08-25 Alexandre Oliva <oliva@dcc.unicamp.br>
2177
2178 * unexelf.c: Merge IRIX debugging info patch from unexsgi.c
2179 * m/iris4d.h: Use unexelf for IRIX 5.*.
2180 * m/iris5d.h: Use unexelf for IRIX 6.*.
2181 * unexsgi.c: Deleted.
2182
2183 * unexelf.c: Auto-detect .sbss section.
2184 (round_up): Make it static.
2185 (unexec): Declare alignment as Elf Word. Skip ``Program
2186 segment above .bss'' test on MIPS without .sbss.
2187 Copy sections .got and .sdata1 sections. Adjust offsets in
2188 sections .sdata, .lit4, .lit8, .got and .sdata1.
2189
2190 1999-08-25 Gerd Moellmann <gerd@gnu.org>
2191
2192 * xdisp.c (try_window_id): Remove typo.
2193
2194 1999-08-24 Gerd Moellmann <gerd@gnu.org>
2195
2196 * xdisp.c (try_window_id): Recognize case that PT == ZV and in
2197 unchanged text at the bottom when computing the cursor position.
2198 (message3_nolog): Raise frame only if minibuffer_auto_raise is
2199 set.
2200
2201 * lisp.h (PVEC_TYPE_MASK): Add the bit for hash tables.
2202
2203 1999-08-24 Gerd Moellmann <gerd@gnu.org>
2204
2205 * xfaces.c (Qmargin): Replacement for Qbitmap_area.
2206 (realize_basic_faces): Replace Qmargin for Qbitmap_area.
2207 (syms_of_xfaces): Ditto.
2208
2209 * window.c (Fset_window_point): Reset Vresize_mini_config.
2210 (Fset_window_start): Ditto.
2211 (set_window_buffer): Ditto.
2212
2213 * dispnew.c (adjust_frame_glyphs): Reset Vresize_mini_config.
2214
2215 * xdisp.c (redisplay_window): Don't ever test just_this_one_p
2216 before calling try_window.
2217 (echo_area_display): If height has changed, update other windows.
2218 (resize_mini_frame, resize_mini_initial_height): New.
2219 (resize_mini_window): Save/restore window configuration
2220 differently.
2221
2222 * lisp.h (Vresize_mini_config, resize_mini_frame,
2223 resize_mini_initial_height): Add extern declarations.
2224
2225 * xterm.c (expose_window_tree): Fix typo CANON_Y_UNIT to
2226 CANON_X_UNIT.
2227
2228 * xfns.c [HAVE_JPEG]: Work around a warning about HAVE_STDLIB_H
2229 being redefined in jconfig.h.
2230
2231 1999-08-23 Ken'ichi Handa <handa@gnu.org>
2232
2233 * coding.h: Include "ccl.h" instead of "../src/ccl.h".
2234
2235 1999-08-22 Gerd Moellmann <gerd@gnu.org>
2236
2237 * alloc.c (mark_glyph_matrix): Mark strings only.
2238
2239 * xdisp.c (redisplay_internal): Clear garbaged frames after
2240 resizing mini-window.
2241
2242 1999-08-22 Gerd Moellmann <gerd@gnu.org>
2243
2244 * xdisp.c (unwind_with_echo_area_buffer): Use
2245 set_buffer_internal_1 instead of set_buffer_internal.
2246 (with_echo_area_buffer): Ditto.
2247
2248 * buffer.c (set_buffer_internal): Set windows_or_buffers_changed
2249 only if buffer is displayed somewhere.
2250
2251 * buffer.h (BUF_COMPUTE_UNCHANGED): New.
2252
2253 * insdel.c (gap_left): Use BUF_COMPUTE_UNCHANGED.
2254 (gap_right): Ditto.
2255 (modify_region): Ditto.
2256
2257 * buffer.c (modify_overlay): Use BUF_COMPUTE_UNCHANGED.
2258
2259 * xdisp.c (Vresize_mini_config): New.
2260 (resize_mini_window): Use it to save restore original window
2261 configuration
2262 (syms_of_xdisp): Initialize it.
2263
2264 * buffer.h (struct buffer): Add prevent_redisplay_optimizations_p.
2265
2266 * dispextern.h (struct glyph_matrix): Add buffer, begv, and zv.
2267
2268 * xdisp.c (reconsider_clip_changes): New.
2269 (redisplay_internal, redisplay_window): Call it.
2270 (mark_window_display_accurate, redisplay_internal): Set current
2271 matrix' buffer, begv, zv.
2272
2273 * window.c (Fset_window_hscroll): Set
2274 prevent_redisplay_optimizations_p instead of clip_changed.
2275 (Fset_window_hscroll): Ditto.
2276 (temp_output_buffer_show): Ditto.
2277 (Fset_window_vscroll): Ditto.
2278
2279 * buffer.c (reset_buffer): Set clip_changed to 0 and
2280 prevent_redisplay_optimizations_p to 1.
2281 (Fget_buffer_create): Set prevent_redisplay_optimizations_p to 1.
2282
2283 * buffer.h (BUF_UNCHANGED_MODIFIED, UNCHANGED_MODIFIED,
2284 BUF_OVERLAY_UNCHANGED_MODIFIED, OVERLAY_UNCHANGED_MODIFIED,
2285 BUF_BEG_UNCHANGED, BEG_UNCHANGED, BUF_END_UNCHANGED,
2286 END_UNCHANGED): New.
2287 (struct buffer_text): Add beg_unchanged, end_unchanged,
2288 unchanged_modified, overlay_unchanged_modified.
2289
2290 * window.h (beg_unchanged, end_unchanged, unchanged_modified,
2291 overlay_unchanged_modified): Removed.
2292 (with_echo_area_unwind_data): Don't save beg/end_unchanged.
2293 (unwind_with_echo_area_buffer): Don't restore them.
2294 (debug_beg_unchanged, debug_end_unchanged) [GLYPH_DEBUG]: Removed.
2295 (text_outside_line_unchanged_p, redisplay_internal,
2296 try_scrolling): Use/set buffer-specific beg/end_unchanged.
2297 (redisplay_window): Let try_window_id be called if more than one
2298 window is displayed. Use/set buffer-specific beg/end_unchanged.
2299 (get_last_unchanged_at_beg_row, get_first_unchanged_at_end_row,
2300 try_window_id):
2301 Use buffer-specific beg/end_unchanged.
2302
2303 * window.h (beg_unchanged, end_unchanged, unchanged_modified,
2304 overlay_unchanged_modified): Remove extern declarations.
2305
2306 * keyboard.c (command_loop_1): Set beg/end_unchanged per
2307 buffer.
2308
2309 * insdel.c (gap_left): Compute beg/end_unchanged per buffer.
2310 (gap_right): Ditto.
2311 (adjust_after_replace): Likewise.
2312 (replace_range, del_range_2, modify_region): Likewise.
2313
2314 * dispnew.c (direct_output_for_insert): Set beg_unchanged
2315 and unchanged_modified per buffer.
2316
2317 * coding.c (code_convert_region): Compute beg/end_unchanged per
2318 buffer.
2319
2320 * buffer.c (modify_overlay): Compute beg/end_unchanged
2321 per buffer.
2322 (Fget_buffer_create): Initialize new members of the buffer
2323 structure.
2324
2325 1999-08-22 Gerd Moellmann <gerd@gnu.org>
2326
2327 * lisp.h: Add prototype for copy_hash_table and Fcopy_hash_table.
2328
2329 * fns.c (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
2330 (Qkey_value_weak): Removed.
2331 (make_hash_table): Use nil, `key', `value', t for weakness.
2332 (Fmake_hash_table): Ditto.
2333 (copy_hash_table): New.
2334 (Fcopy_hash_table): New.
2335
2336 1999-08-22 Gerd Moellmann <gerd@gnu.org>
2337
2338 * xfns.c: Call change_frame_size and do_pending_window_change with
2339 new parameter.
2340
2341 1999-08-21 Gerd Moellmann <gerd@gnu.org>
2342
2343 * xdisp.c (resize_mini_window): Do it for truncate-lines t as
2344 well.
2345 (redisplay_internal): Resize mini-window only if text might
2346 have changed.
2347 (display_echo_area): Reset displayed echo_area_buffer to nil
2348 at the end if we're displaying a nil message.
2349
2350 1999-08-21 Gerd Moellmann <gerd@gnu.org>
2351
2352 * fns.c (hash_lookup): Test with EQ before calling key comparion
2353 function.
2354 (hash_remove): Ditto.
2355 (cmpfn_eq): Removed.
2356 (cmpfn_eql): Don't test with EQ.
2357 (cmpfn_equal): Ditto.
2358 (make_hash_table): Set comparison function for `eq' to null.
2359
2360 * buffer.c, cmds.c, editfns.c, indent.c, insdel.c, buffer.h:
2361 Remove conditional compilation on NO_PROMPT_IN_BUFFER.
2362
2363 * dispextern.h (NO_PROMPT_IN_BUFFER): Removed.
2364
2365 * window.c, widget.c, process.c, keyboard.c, frame.c, xdisp.c,
2366 xterm.c: Call change_frame_size and do_pending_window_change with
2367 new parameter.
2368
2369 * dispnew.c (do_pending_window_change): Add parameter `safe'.
2370 (change_frame_size): Ditto.
2371 (change_frame_size_1): Ditto. Deley size changes if redisplaying
2372 and not called from a safe place.
2373 (window_change_signal): Call change_frame_size with new parameter.
2374
2375 * dispextern.h: Change prototypes for do_pending_window_change
2376 and change_frame_size.
2377
2378 * xfaces.c (face_at_buffer_position): Don't xassert that
2379 window's buffers equals current_buffer; this is not the
2380 case during echo area display.
2381
2382 1999-08-21 Gerd Moellmann <gerd@gnu.org>
2383
2384 * xdisp.c, minibuf.c: Remove conditional compilation on
2385 NO_PROMPT_IN_BUFFER.
2386
2387 * minibuf.c (Fminibuffer_prompt_end): New.
2388 (syms_of_minibuf): Defsubr it. Remove
2389 minibuffer-prompt-in-buffer.
2390 (Fminibuffer_prompt_width): Return 0 if not in mini-buffer.
2391 Extend documentation.
2392
2393 * xdisp.c (get_next_display_element): Display \r as ^M.
2394
2395 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Clear
2396 under scroll bar widget.
2397
2398 1999-08-21 Gerd Moellmann <gerd@gnu.org>
2399
2400 * xdisp.c (minibuffer_scroll_overlap): Removed because not used
2401 anywhere.
2402 (unwind_redisplay): Return nil.
2403 (clear_garbaged_frames): New.
2404 (redisplay_internal): Use it.
2405 (echo_area_display): Ditto.
2406 (resize_mini_window): Mew.
2407 (display_echo_area_1): Use it to resize echo area window.
2408 (redisplay_internal): Use it to resize active mini-window.
2409
2410 * dispextern.h, lisp.h: Add function prototypes.
2411
2412 * dispnew.c (set_window_cursor_after_update): Do the
2413 cursor_in_echo_area case only for a mini-window showing
2414 a message. Don't let cursor end up after the end of a row.
2415
2416 * xdisp.c (echo_area_glyphs, echo_area_message,
2417 echo_area_glyphs_length, previous_echo_glyphs,
2418 previous_echo_area_message, previous_echo_area_glyphs_length):
2419 Removed.
2420 (Vmessage_stack, echo_area_buffer, echo_buffer,
2421 display_last_displayed_message_p, Vwith_echo_area_save_vector): New.
2422 (message2_nolog): Use set_message and clear_message.
2423 (message3): Rename parameter len to nbytes to make clear what
2424 it is.
2425 (message3_nolog): Ditto. Use set_message and clear_message.
2426 (update_echo_area): Rewritten.
2427 (with_echo_area_buffer): New.
2428 (with_echo_area_buffer_unwind_data, unwind_with_area_buffer): New.
2429 (setup_echo_area_for_printing): New.
2430 (display_echo_area, display_echo_area_1): New.
2431
2432 (current_message, current_message_1): New.
2433 (push_message, restore_message, pop_message,
2434 check_message_stack): New.
2435 (truncate_echo_area): Rewritten.
2436 (truncate_message_1): New.
2437 (set_message, set_message_1, clear_message): New.
2438 (echo_area_display): Rewritten.
2439 (redisplay_internal): Check for needed echo area update
2440 differently.
2441 (redisplay_preserve_echo_area): Rewritten.
2442 (redisplay_window): Check for mini-window displaying echo area
2443 message differently.
2444 (syms_of_xdisp): Initialize Vmessage_stack and echo area buffers.
2445 Remove initialzation of removed variables.
2446 (init_xdisp): Remove references to removed variables.
2447
2448 * dispnew.c (adjust_frame_message_buffer): Removed references
2449 to echo_area_glyphs and previous_echo_glyphs.
2450 (direct_output_for_insert): Check for mini-window displaying
2451 echo area message differently.
2452 (update_frame): Likewise.
2453 (set_window_cursor_after_update): Likewise. In echo area,
2454 don't try to set cursor on rows that aren't enabled.
2455
2456 * print.c: Remove conditional compilation on `standalone'.
2457 (glyph_len, str_to_glyph_cpy, str_to_glyph_ncpy,
2458 glyph_to_str_cpy): Remove that section because GLYPHs are no
2459 longer used in that way.
2460 (PRINTDECLARE): Add multibyte.
2461 (PRINTPREPARE, PRINTFINISH): Handle printcharfun t differently.
2462 (printbufidx): Removed.
2463 (printchar, strout): Rewritten.
2464
2465 * keyboard.c (ok_to_echo_at_next_pause): Make it a pointer to
2466 a struct kboard.
2467 (echo_kboard): New.
2468 (echo_now): Set echo_kboard to the current kboard.
2469 (cancel_echoing): Set echo_kboard to null.
2470 (cmd_error_internal): Use clear_message, remove references
2471 to echo_area_glyphs and echo_area_message.
2472 (command_loop_1): Check for echo area messages differently.
2473 (read_char): Likewise.
2474 (record_menu_key): Use clear_message.
2475 (Fexecute_extended_command): Check for echo area messages
2476 differently. Use push_message, restore_message, pop_message.
2477
2478 * alloc.c (Fgarbage_collect): Use push_message, restore_message,
2479 pop_message.
2480
2481 * emacs.c (shut_down_emacs): Call check_message_stack.
2482
2483 * lisp.h: Add function prototypes and extern declarations for
2484 new functions and variables.
2485
2486 * fileio.c (Fdo_auto_save): Use push_message, restore_message,
2487 pop_message.
2488
2489 * minibuf.c (read_minibuf): Use clear_message instead of
2490 setting echo_area_glyphs.
2491 (Fminibuffer_completion_help): Ditto.
2492
2493 * editfns.c (Fcurrent_message): Rewritten.
2494
2495 * frame.c, window.h: Remove references to echo_area_glyphs
2496 and previous_echo_glyphs.
2497
2498 1999-08-21 Dave Love <fx@gnu.org>
2499
2500 * aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O.
2501 * aix4-1.h: Likewise.
2502
2503 * irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize.
2504
2505 1999-08-20 Gerd Moellmann <gerd@gnu.org>
2506
2507 * xfns.c: Remove tiff34 prefix from include.
2508
2509 1999-08-20 Dave Love <fx@gnu.org>
2510
2511 * cm.c: Revert previous change.
2512
2513 1999-08-19 Gerd Moellmann <gerd@gnu.org>
2514
2515 * xterm.c (XTset_vertical_scroll_bar): Fix previous change. Clear
2516 under scroll bar with width FRAME_SCROLL_BAR_COLS.
2517
2518 1999-08-18 Dave Love <fx@gnu.org>
2519
2520 * callproc.c, filelock.c, insdel.c, sysdep.c, xmenu.c: Use
2521 stdlib.h.
2522
2523 * doprnt.c: Use stdlib.h, unistd.h.
2524
2525 * config.in: Add HAVE_TERMCAP_H.
2526
2527 * cm.c: Use termcap.h.
2528
2529 1999-08-18 Gerd Moellmann <gerd@gnu.org>
2530
2531 * xfns.c (x_window) [USE_X_TOOLKIT]: Remove test for
2532 FRAME_X_WINDOW (f) being null at the of the function. If widgets
2533 cannot be created we will already have crashed earlier. Call
2534 lw_set_main_areas with a null menu-bar widget, so that we have
2535 a reasonable default.
2536 (Fx_create_frame): Rearranged so that Lisp errors during frame
2537 initialization cause less damage. Initialize menu bar widget
2538 here.
2539
2540 1999-08-18 Gerd Moellmann <gerd@gnu.org>
2541
2542 * dispnew.c (update_frame_line): Fix previous change. If writing
2543 whole line clear to end of frame.
2544
2545 1999-08-17 Gerd Moellmann <gerd@gnu.org>
2546
2547 * window.c (Fcoordinates_in_window_p): Return `left-bitmap-area'
2548 and `right-bitmap-area' if position is in the bitmap areas. This
2549 avoids an error when clicking on the bitmap areas. Instead, they
2550 are currently treated like clicks inside the window.
2551 (coordinates_in_window): Return 5 and 6 for bitmap areas.
2552 (Qleft_bitmap_area, Qright_bitmap_area): New.
2553 (syms_of_window): Initialize new symbols.
2554
2555 * dispnew.c (update_frame_line): If writing whole line,
2556 don't write trailing spaces unless we must.
2557
2558 * xdisp.c (unwind_redisplay): New. Resets flag redisplaying_p.
2559 (redisplay_internal): Register unwind_redisplay with
2560 register_unwind_protect.
2561 (try_window_reusing_current_matrix): If new start > old start,
2562 give up if start pos of first reusable row is not equal to new
2563 start.
2564
2565 * eval.c (Fsignal): Don't reset redisplaying_p here.
2566
2567 * xterm.c (expose_area): If row extends face to end of line,
2568 write the whole line.
2569
2570 1999-08-16 Gerd Moellmann <gerd@gnu.org>
2571
2572 * dispextern.h (struct it): Remove member
2573 show_trailing_whitespace_p.
2574
2575 * dispnew.c (direct_output_for_insert): Use
2576 Vshow_trailing_whitespace instead of former iterator member
2577 show_trailing_whitespace_p.
2578 (direct_output_forward_char): Don't do it if hightlighting
2579 trailing whitespace.
2580
2581 * xdisp.c (Qshow_trailing_whitespace): Removed.
2582 (Vshow_trailing_whitespace): Added.
2583 (init_iterator): Remove initialization code for
2584 show_trailing_whitespace_p.
2585 (redisplay_internal): Don't try cursor movement in this_line
2586 if showing trailing whitespace.
2587 (redisplay_window): Likewise for cursor movement in current
2588 matrix and try_window_id.
2589 (try_window_reusing_current_matrix): Likewise.
2590 (trailing_whitespace_p): Return 0 if trailing whitespace is
2591 in front of point.
2592 (display_line): Use Vshow_trailing_whitespace instead of
2593 former iterator member show_trailing_whitespace_p.
2594 (syms_of_xdisp): Add DEFVAR_LISP for show-trailing-whitespace.
2595
2596 1999-08-16 Gerd Moellmann <gerd@gnu.org>
2597
2598 * window.c (Fpos_visible_in_window_p): Rewritten.
2599
2600 * xfaces.c (add_to_log): Renamed from display_message.
2601 Don't display messages in echo area.
2602
2603 * xterm.c (x_draw_glyph_string_box): Use the background width
2604 of the glyph string for the width of the box.
2605
2606 1999-08-16 Stefan Monnier <monnier@cs.yale.edu>
2607
2608 * syntax.c (Fforward_comment): Set comstyle for Scomment_fence.
2609
2610 1999-08-16 Geoff Voelker <voelker@cs.washington.edu>
2611
2612 * xfns.c, w32fns.c (x_set_frame_parameters): Set foreground and
2613 background first, and then set other parameters that might
2614 depend upon their new values.
2615
2616 1999-08-15 Gerd Moellmann <gerd@gnu.org>
2617
2618 * xfaces.c (Vfont_list_limit): New.
2619 (syms_of_xfaces): Make it a user-variable.
2620 (DEFAULT_FONT_LIST_LIMIT): New.
2621 (sorted_font_list): If Vfont_list_limit is an integer > 0, list
2622 maximally that number of fonts, otherwise use
2623 DEFAULT_FONT_LIST_LIMIT.
2624 (Fx_font_family_list): Bind `font-list-limit' to higher values
2625 until we have all fonts.
2626 (Fxfont_list): Additionally return the full names of fonts and
2627 their registry and encoding.
2628
2629 * xterm.c (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
2630 Simplify clearing "under" scroll bar.
2631
2632 * window.c (Qfixed_window_size): New.
2633 (syms_of_window): Initialiaze it.
2634 (check_all_windows): Add return type void.
2635 (window_fixed_size_p): New. Return non-zero if window
2636 is fixed-size.
2637 (window_min_size_1): New.
2638 (window_min_size): Handle fixed-size windows.
2639 (size_window): New. Rewritten combination of set_window_height and
2640 set_window_width that handles fixed-size windows.
2641 (set_window_height): Call it.
2642 (set_window_width): Call it.
2643 (Fsplit_window): Give an error on attempt to split a fixed-size
2644 window.
2645 (change_window_height): Partly rewritten to handle fixed-size
2646 windows.
2647
2648 1999-08-13 Wolfgang Rupprecht <wolfgang@wsrcc.com>
2649
2650 * process.c (Fopen_network_stream): Fix previous change.
2651
2652 1999-08-13 Karl Heuer <kwzh@gnu.org>
2653
2654 * xdisp.c (line_number_display_limit_width): New var.
2655 (decode_mode_spec): Use it instead of hardcoded value.
2656 (syms_of_xdisp): Defvar it.
2657
2658 1999-08-13 Richard M. Stallman <rms@gnu.org>
2659
2660 * eval.c (run_hook_list_with_args): Gcpro `globals'.
2661 (run_hook_with_args): Likewise.
2662
2663 * window.h (struct window): New field too_small_ok.
2664
2665 * window.c (set_window_height, set_window_width):
2666 If window starts out "too small", set its too_small_ok flag.
2667 If window's too_small_ok flag is set, don't delete it
2668 unless it is so small it would cause a crash.
2669
2670 1999-08-13 Gerd Moellmann <gerd@gnu.org>
2671
2672 * window.c (MINSIZE): Removed.
2673 (window_min_size): New.
2674 (set_window_height): Use window_min_size.
2675 (change_window_height): Ditto.
2676
2677 1999-08-12 Gerd Moellmann <gerd@gnu.org>
2678
2679 * indent.c (vmotion): Don't add in mini-buffer prompt width
2680 if prompts are inserted into mini-buffer.
2681
2682 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
2683
2684 * config.in: Add HAVE_GETADDRINFO.
2685 * process.c (Fopen_network_stream): Use getaddrinfo.
2686
2687 1999-08-11 Gerd Moellmann <gerd@gnu.org>
2688
2689 * xdisp.c (get_overlay_arrow_glyph_row): Set the charpos of
2690 glyphs to -1.
2691
2692 * xdisp.c (face_before_or_after_it_pos): If position after
2693 or before iterator's current position in the buffer is out
2694 of bounds, return the iterator's original face id.
2695
2696 * dispnew.c (mirror_make_current): If desired row isn't enabled,
2697 just swap glyphs pointers between current and desired row.
2698 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Copy
2699 desired matrix method string to current matrix.
2700
2701 1999-08-11 Kenichi Handa <handa@etl.go.jp>
2702
2703 * lisp.h (CHAR_MODIFIER_MASK): New macro.
2704
2705 * lread.c (read_escape): For Control modifier, pay attention to
2706 multibyte character.
2707 (read1): Likewise. Singal error or a multibyte character which
2708 has a modifer bit. Check validity of Shift modifer.
2709
2710 * charset.c (non_ascii_char_to_string): Handle modifier bits as
2711 the same as Lisp reader.
2712
2713 1999-08-10 Richard M. Stallman <rms@gnu.org>
2714
2715 * charset.h (BCOPY_SHORT): Fix typo `unsigined'.
2716
2717 1999-08-10 Alexandre Oliva <oliva@dcc.unicamp.br>
2718
2719 * unexelf.c [__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
2720
2721 1999-08-10 Eli Zaretskii <eliz@gnu.org>
2722
2723 * msdos.c (IT_set_face): Abort if the default face is not realized
2724 and cached.
2725 (IT_write_glyphs): Reset the screen face to the default face
2726 before writing glyphs.
2727
2728 * xfaces.c (realize_default_face) [MSDOS]: Don't take default
2729 colors from the frame here.
2730 (realize_tty_face) [MSDOS]: Do it here. Update the face
2731 attributes with the actual name of the color taken from the
2732 frame.
2733
2734 * dosfns.c (msdos_stdcolor_name): Remove const from return value.
2735 * dosfns.h (msdos_stdcolor_name): Ditto for the prototype.
2736
2737 * frame.c (Fframe_parameters): Swap foreground and background
2738 colors returned in frame parameters if the frame has reverse in
2739 its parameter alist.
2740 (Fmake_terminal_frame): Make a unique copy of face_alist for
2741 each frame.
2742
2743 1999-08-07 Richard Stallman <rms@gnu.org>
2744
2745 * buffer.c (Fprevious_overlay_change): Just return
2746 the answer obtained from overlays_at.
2747
2748 * xfns.c (xpm_load) [!XpmAllocCloseColors]:
2749 Use XpmCloseness and attrs.closeness instead.
2750
2751 1999-08-06 Richard Stallman <rms@gnu.org>
2752
2753 * lread.c (Feval_buffer): New arg DO_ALLOW_PRINT.
2754
2755 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
2756
2757 * dired.c (directory_files_internal, Fdirectory_files_and_attributes,
2758 Ffile_attributes_lessp): New functions.
2759 (Fdirectory_files): Use directory_files_internal.
2760 (syms_of_dired): Initialize Fdirectory_files_and_attributes,
2761 Ffile_attributes_lessp.
2762
2763 * w32.c (stat): Check for directory ending in separator when
2764 doing readdir fast path.
2765
2766 * w32fns.c (x_set_icon_type): Support setting frame icons.
2767 * w32term.c (x_bitmap_icon): New function.
2768 (x_make_frame_visible, x_iconify_frame): Invoke x_bitmap_icon.
2769
2770 1999-08-06 Gerd Moellmann <gerd@gnu.org>
2771
2772 * xdisp.c (set_iterator_to_next): After delivering a character
2773 from a display vector, restore face and charset to what they were
2774 before the display vector was processed.
2775
2776 1999-08-06 Gerd Moellmann <gerd@gnu.org>
2777
2778 * xdisp.c (reseat_at_next_visible_line_start): New parameter
2779 on_newline_p.
2780 (set_iterator_to_next): After delivering last char
2781 from display vector, reseat on next visible line start if
2782 dpvec_char_len < 0.
2783 (next_element_from_buffer): Set dpvec_char_len to -1 for
2784 selective display.
2785
2786 1999-08-06 Gerd Moellmann <gerd@gnu.org>
2787
2788 * xdisp.c (compute_line_metrics): If first line's physical ascent
2789 is larger than its logical ascent, use the physical ascent, and
2790 make the row taller. Set row's overlapping_p flag.
2791
2792 * dispnew.c (redraw_overlapping_rows): Use flag overlapping_p.
2793 (direct_output_for_insert): Ditto.
2794
2795 * dispextern.h (struct glyph_row): Add overlapping_p.
2796
2797 * xterm.c (x_draw_phys_cursor_glyph): Redraw overlaps.
2798
2799 * dispextern.h (MATRIX_ROW_OVERLAPS_PRED_P): New.
2800 (MATRIX_ROW_OVERLAPS_SUCC_P): New.
2801
2802 * dispnew.c (direct_output_for_insert): Don't use this method if
2803 row is overlapped by others.
2804 (update_text_area): Write full line if current line is overlapped.
2805 (redraw_overlapped_rows): New.
2806 (update_window): Call it.
2807 (redraw_overlapping_rows): New.
2808 (update_window): Call it.
2809 (scrolling_window): Make sure overlapped_p flag in current rows is
2810 unchanged.
2811 (row_equal_p): Take rows overlapped_p flag into account.
2812
2813 * dispextern.h (struct glyph_row): Add flag overlapped_p.
2814
2815 * xterm.c (x_fix_overlapping_area): New.
2816 (x_redisplay_interface): Add x_fix_overlapping_area.
2817
2818 * dispnew.c (adjust_glyphs): Block input while adjusting matrices.
2819
2820 1999-08-06 Gerd Moellmann <gerd@gnu.org>
2821
2822 * xterm.c (x_draw_glyphs): Add parameter overlaps_p.
2823 (struct glyph_string): Add member for_overlaps_p.
2824 (x_get_glyph_string_clip_rect): If glyph string draws foreground
2825 of overlapping rows, clip to window bottom.
2826 (x_fill_glyph_string): Add parameter overlaps_p.
2827 (x_fill_composite_glyph_string): Ditto.
2828 (BUILD_GLYPH_STRINGS): Ditto.
2829 (BUILD_CHAR_GLYPH_STRINGS): Ditto.
2830 (x_draw_glyph_string): Don't draw anything but the foreground
2831 if glyph string draws row overlaps.
2832
2833 * dispnew.c (direct_output_for_insert): Don't use this
2834 optimization for rows that overlap others.
2835 (update_window_line): Return non-zero if display has changed.
2836 (update_text_area): Ditto.
2837 (update_window): Record if display has been changed.
2838
2839 * dispextern.h (MATRIX_ROW_OVERLAPPING_P): New.
2840
2841 * dispextern.h (struct redisplay_interface): Add
2842 fix_overlapping_area.
2843
2844 * xterm.c (x_append_glyph): Set glyph flag overlaps_vertically_p.
2845
2846 * dispextern.h (struct glyph): Add overlaps_vertically_p.
2847
2848 * xterm.c (x_produce_image_glyph): Compute iterator's physical
2849 ascent and descent.
2850 (x_produce_stretch_glyph): Ditto.
2851 (x_produce_glyphs): Ditto.
2852
2853 * xdisp.c (init_iterator): Reset physical line height info
2854 after producing special glyphs.
2855 (display_toolbar_line): Set physical line height info.
2856 (compute_line_metrics): Ditto.
2857 (display_line): Ditto.
2858 (display_string): Ditto.
2859
2860 * term.c (produce_glyphs): Set iterator's physical height
2861 information.
2862
2863 * dispnew.c (blank_row): Compute glyph row's physical height.
2864 (row_equal_p): Take physical row heights into account.
2865 (direct_output_for_insert): Ditto.
2866 (update_text_area): Ditto.
2867
2868 * dispextern.h (struct glyph_row): Add phys_ascent and
2869 phys_height.
2870 (struct it): Add phys_ascent, phys_descent, max_phys_ascent,
2871 max_phys_descent.
2872
2873 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
2874
2875 * buffer.c (switch_to_buffer_1): New subroutine, taken out from
2876 Fswitch_to_buffer.
2877 (no_switch_buffer): New function.
2878 (Fswitch_to_buffer): Call them. Don't get confused
2879 by "same-window" buffers in a dedicated frame.
2880
2881 * window.c (display-buffer): Don't get confused
2882 by "same-window" buffers in a dedicated frame.
2883
2884 1999-08-04 Andreas Schwab <schwab@gnu.org>
2885
2886 * insdel.c (insert_from_string_1): Check gap size against number
2887 of outgoing bytes, not incoming bytes.
2888
2889 1999-08-03 Tom Breton <tob@world.std.com>
2890
2891 * lread.c (read1): Added circular reading code to #N=.
2892 (SUBSTITUTE): New macro.
2893 (seen_list): New variable.
2894 (substitute_object_in_subtree): New function.
2895 (substitute_object_recurse): New function.
2896 (substitute_in_interval): New function.
2897
2898 1999-08-02 Eli Zaretskii <eliz@gnu.org>
2899
2900 * Makefile.in (frame.o, sysdep.o, xfaces.o): Depend on dosfns.h.
2901
2902 * frame.c (make_terminal_frame): Don't call init_frame_faces if
2903 noninteractive, for termcap frames as well.
2904
2905 * sysdep.c (init_sys_modes): Call init_frame_faces for termcap
2906 frames.
2907
2908 1999-08-01 Richard Stallman <rms@gnu.org>
2909
2910 * fns.c (internal_equal): Correct overlay comparison.
2911
2912 1999-07-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2913
2914 * xfns.c (x_set_internal_border_width):
2915 Call do_pending_window_change. Don't block input, don't call XFlush.
2916 (x_set_vertical_scroll_bars): Call do_pending_window_change.
2917 (x_set_scroll_bar_width, x_set_font): Likewise.
2918
2919 * frame.c (Fset_frame_height): Call do_pending_window_change.
2920 (Fset_frame_width, Fset_frame_size): Likewise.
2921
2922 * xterm.c (x_set_window_size): When calling change_frame_size,
2923 specify 1 for DELAY.
2924
2925 * widget.c (EmacsFrameSetCharSize): Don't call
2926 do_pending_window_change here.
2927
2928 1999-07-30 Dave Love <fx@gnu.org>
2929
2930 * config.in: Add HAVE_STDLIB_H.
2931
2932 1999-07-30 Richard M. Stallman <rms@gnu.org>
2933
2934 * process.c (create_process): Detect failure of `pipe'.
2935
2936 1999-07-30 Keisuke Nishida <kei@psn.net>
2937
2938 * alloc.c (allocate_vectorlike): Add missing increment.
2939
2940 * data.c (Fdefalias): Call Ffset instead of duplicating code.
2941
2942 * keymap.c (get_keymap_1, get_keyelt): Check the type of OBJECT
2943 before calling indirect_function.
2944
2945 1999-07-30 Eli Zaretskii <eliz@gnu.org>
2946
2947 * dispextern.h (load_color, lookup_derived_face): Declare
2948 prototypes.
2949
2950 * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces,
2951 it will be done later.
2952
2953 * frame.c (make_terminal_frame) [MSDOS]: Don't call
2954 init_frame_faces if non-interactive.
2955 (Fframe_parameters) [MSDOS]: Replace indexing into colornames[]
2956 array with a call to msdos_stdcolor_name. The font name is now
2957 "ms-dos", consistent with realize_tty_face.
2958
2959 * keyboard.c (cmd_error_internal): Don't kill Emacs if this is an
2960 MSDOS frame.
2961
2962 * window.c (Fset_window_configuration) [MSDOS]: Don't call
2963 x_set_toolbar_lines.
2964
2965 * xfaces.c (load_color): Remove static from definition and remove
2966 prototype.
2967 [MSDOS]: Add a DOS-specific version of load_color.
2968 (lookup_face): Replace FRAME_TERMCAP_P with !FRAME_WINDOW_P.
2969 (lookup_derived_face): New function.
2970 (realize_default_face): Support MSDOS frames.
2971 [MSDOS]: If fore/background colors are unspecified, inherit them
2972 from the frame.
2973 (realize_face): Support MSDOS frames.
2974 (realize_tty_face): Support MSDOS frames.
2975 [MSDOS]: If the face color is not in Vface_tty_color_alist, call
2976 load_color to try to find a suitable approximation. If the face
2977 is inverse-video, swap the foreground and background colors.
2978
2979 * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New
2980 functions.
2981
2982 * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
2983
2984 * msdos.h: Remove redundant declarations (most of them are now in
2985 dispextern.h).
2986
2987 * msdos.c (IT_set_face): Rewritten for the new redisplay engine.
2988 Use default frame colors if the face doesn't specify them; invert
2989 the colors if highlight is ON.
2990 (IT_write_glyphs): Rewritten for the new redisplay engine.
2991 (IT_change_line_highlight): Add (unused) parameter Y, since that's
2992 how the hook is called by term.c.
2993 (IT_copy_glyphs): New function, copies an area of the display in
2994 video RAM.
2995 (IT_insert_glyphs): Rewritten to DTRT instead of aborting, since
2996 redisplay now calls it even if char_ins_del_ok is zero.
2997 (IT_set_frame_parameters): Prototype changed. Calls the new
2998 load_color. Puts the new fore/background colors into the default
2999 face on current frame.
3000 (IT_menu_display): Rewritten to handle the new struct glyph
3001 instead of a char array.
3002 (XMenuActivate): Call lookup_derived_face to create and use
3003 special faces for the pop-up and drop-down menus.
3004
3005 1999-07-29 Gerd Moellmann <gerd@gnu.org>
3006
3007 * xterm.c (x_set_toolkit_scroll_bar_thumb): Don't call
3008 XawScrollbarSetThumb if thumb parameters haven't changed because
3009 that function apparently isn't optimized for this case.
3010
3011 1999-07-29 Eli Zaretskii <eliz@gnu.org>
3012
3013 * msdos.c (getdefdir): Don't return failure indication when
3014 _fixpath sets errno to ENOSYS.
3015
3016 1999-07-28 Gerd Moellmann <gerd@gnu.org>
3017
3018 * xdisp.c (string_char_and_length): New. Use it everywhere
3019 instead of STRING_CHAR_AND_LENGTH in xdisp.c.
3020
3021 1999-07-28 Kenichi Handa <handa@etl.go.jp>
3022
3023 * fns.c (count_combining): New function.
3024 (struct textprop_rec): New structure.
3025 (concat): Copy text properties correctly when byte combining
3026 occurs.
3027
3028 1999-07-28 Gerd Moellmann <gerd@gnu.org>
3029
3030 * xterm.c (x_setup_relief_color): Don't try smart color allocation
3031 if display is mono.
3032 (x_draw_row_bitmaps): If face has stipple, don't switch
3033 to foreground color for clearing areas, and set the fill style.
3034
3035 * xfaces.c (load_face_colors): Load background color if setting
3036 stipple, too.
3037 (prepare_face_for_display): Use FillOpaqueStippled instead of
3038 FillStippled.
3039
3040 1999-07-26 Ken'ichi Handa <handa@gnu.org>
3041
3042 * xterm.c (x_find_ccl_program): Add casting.
3043
3044 * w32fns.c (w32_find_ccl_program): Add casting.
3045
3046 1999-07-27 Gerd Moellmann <gerd@gnu.org>
3047
3048 * dispextern.h (struct glyph_row): Flag internal_border_p removed.
3049
3050 * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource
3051 because this will try to access a nonexisting widget.
3052
3053 1999-07-26 Markus Rost <rost@gnu.org>
3054
3055 * fns.c (Fgethash): Fix order of variables (patch by gerd).
3056 (Fputhash): Ditto.
3057 (Fremhash): Ditto.
3058
3059 1999-07-26 Gerd Moellmann <gerd@gnu.org>
3060
3061 * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth
3062 value to frame width and height.
3063
3064 * xterm.c (x_get_glyph_string_clip_rect): Take internal border
3065 into account for full-width windows. Don't add scroll bar width
3066 to width of clip rect.
3067 (x_draw_glyph_string_box): Add 1 to right x of full width lines.
3068 (x_set_glyph_string_background_width): Add 1 to background width.
3069 (x_draw_glyphs): Take internal border into account for full-width
3070 lines.
3071
3072 1999-07-26 Richard M. Stallman <rms@gnu.org>
3073
3074 * xfns.c (x_set_mouse_color): Always unload the old color.
3075 Don't allow nil as color value.
3076 (x_set_cursor_color, x_set_background_color, x_set_foreground_color):
3077 Always unload the old color.
3078
3079 * indent.c (Fmove_to_column): Extend end of line only if FORCE is t.
3080
3081 1999-07-26 Karl Heuer <kwzh@gnu.org>
3082
3083 * fns.c (Fy_or_n_p): Doc fix.
3084
3085 1999-07-26 Kenichi Handa <handa@etl.go.jp>
3086
3087 * ccl.h (setup_ccl_program): The type is changed to `int'.
3088
3089 * ccl.c (ccl_driver) <CCL_Call>: Now CCL program ID to call may be
3090 stored in the following CCL code. Adjusted for the change of
3091 Vccl_program_table.
3092 (resolve_symbol_ccl_program): Adjusted for the new style of
3093 embedded symbols (SYMBOL . PROP) in CCL compiled code. Return Qt
3094 is resolving failed.
3095 (ccl_get_compiled_code): New function.
3096 (setup_ccl_program): Function type changed from `void' to `int'.
3097 Resolve symbols in CCL_PROG.
3098 (Fccl_program_p): New function.
3099 (Fccl_execute): Get compiled CCL code by just calling
3100 setup_ccl_program.
3101 (Fccl_execute_on_string): Likewise.
3102 (Fregister_ccl_program): Adjusted for the change of
3103 Vccl_program_table.
3104
3105 * coding.c (setup_coding_system): Get compiled CCL code by just
3106 calling setup_ccl_program.
3107
3108 * xterm.c (x_find_ccl_program): Get compiled CCL code by just
3109 calling setup_ccl_program.
3110
3111 * w32fns.c (w32_find_ccl_program): Get compiled CCL code by just
3112 calling setup_ccl_program.
3113
3114 1999-07-23 Gerd Moellmann <gerd@gnu.org>
3115
3116 * xfaces.c (frame_update_line_height): Just use the height of the
3117 frame's fontset or font, instead of taking face fonts into
3118 account.
3119
3120 * xdisp.c (get_next_display_element): Display DEL as `^?'.
3121
3122 1999-07-23 Richard M. Stallman <rms@gnu.org>
3123
3124 * window.c (Fsplit_window): For default size, round up for left window.
3125
3126 1999-07-21 Joe Ramey <ramey@ti.com>
3127
3128 * filelock.c (lock_if_free): Return -1 if check_lock_owner
3129 has returned -1 (lockfile exists but is not a symlink?).
3130
3131 1999-07-20 Gerd Moellmann <gerd@gnu.org>
3132
3133 * xterm.c (x_draw_bar_cursor): Use scratch_cursor_gc to
3134 because of a change in cursor_gc made in 20.4.
3135
3136 1999-07-19 Gerd Moellmann <gerd@gnu.org>
3137
3138 * xterm.c (x_calc_absolute_position): Subtract menu bar height
3139 for YNegative, if using X toolkit.
3140
3141 * xfns.c (x_real_positions): Don't subtract window borders
3142 from positions returned.
3143
3144 1999-07-17 Gerd Moellmann <gerd@gnu.org>
3145
3146 * xrdb.c (x_load_resources): Set double-click time defaults
3147 for Motif list boxes from double-click-time.
3148
3149 * fns.c (Vhash_table_tests): Remvoed.
3150 (Qhash_table_test): New.
3151 (syms_of_fns): Initialize Qhash_table_test.
3152 (Fmake_hash_table): Look up user-defined tests in symbol prop
3153 `hash-table-test'.
3154 (Fdefine_hash_table_test): Store test and hash function as
3155 symbol prop `hash-table-test'.
3156 (make_hash_table): Add parameters user_test and user_hash.
3157
3158 * window.c (set_window_buffer): Set window margins for tty
3159 frames, too.
3160 (Fset_window_margins): Ditto.
3161
3162 * term.c (append_glyph): Use glyph area of iterator instead of
3163 always TEXT_AREA.
3164
3165 * dispnew.c (update_frame_1): Add left margin width to cursor
3166 hpos.
3167 (direct_output_for_insert): Ditto.
3168 (direct_output_forward_char): Ditto.
3169
3170 * dispnew.c (adjust_glyph_matrix): Set glyph matrix' top_line_p.
3171
3172 * dispextern.h (struct glyph_matrix): Add top_line_p.
3173
3174 1999-07-16 Gerd Moellmann <gerd@gnu.org>
3175
3176 * frame.h (FRAME_WINDOW_REDISPLAY_P): Removed. Use FRAME_WINDOW_P
3177 instead.
3178
3179 * fns.c (cmpfn_eq): Add hash code parameters.
3180 (cmpfn_eql): Ditto.
3181 (cmpfn_equal): Ditto, and compare hash codes before calling Fequal.
3182 (cmpfn_user_defined): Likewise.
3183
3184 1999-07-15 Gerd Moellmann <gerd@gnu.org>
3185
3186 * lisp.h (DEFAULT_REHASH_THRESHOLD): Changed to 0.8.
3187
3188 * fns.c (maybe_resize_hash_table): Correct computation of
3189 index vector size.
3190 (make_hash_table): Ditto.
3191 (Fmakehash): New.
3192
3193 * xdisp.c (echo_area_display): Don't call redraw_garbaged_frames.
3194
3195 * alloc.c (gc_sweep): Call sweep_weak_hash_tables.
3196 (survives_gc_p): Make it externally visible.
3197 (mark_object): Ditto.
3198
3199 * fns.c (remove_hash_entry): Removed.
3200 (sweep_weak_hash_tables): New.
3201
3202 * print.c (print): Print more information about hash tables.
3203
3204 * xfns.c (image_spec_hash): Removed.
3205 (lookup_image): Use sxhash instead of image_spec_hash.
3206 (image_spec_equal_p): Removed.
3207 (lookup_image): Use Fequal instead of image_spec_equal_p.
3208
3209 1999-07-14 Gerd Moellmann <gerd@gnu.org>
3210
3211 * lisp.h (P_): Moved to top of file.
3212
3213 * fns.c (make_hash_table): Set new members.
3214
3215 * alloc.c (mark_object): Mark hash table's user_hash_function.
3216 Mark index vector for weak hash tables.
3217
3218 * lisp.h (struct Lisp_Hash_Table): Add user_cmp_function,
3219 user_hash_function, cmpfn, and hashfn.
3220
3221 * fns.c (build_hash): Removed.
3222 (hash_test): Removed.
3223 (cmpfn_eq, cmpfn_eql, cmpfn_equal, cmpfn_user_defined): New.
3224 (hashfn_eq, hashfn_eql, hashfn_equal, hashfn_user_defined): New.
3225
3226 1999-07-13 Gerd Moellmann <gerd@gnu.org>
3227
3228 * alloc.c (survives_gc_p): New.
3229
3230 * print.c (print): Add hash table handling.
3231
3232 * alloc.c (mark_object): Add code to mark hash tables.
3233
3234 * lisp.h (GC_HASH_TABLE_P): New.
3235
3236 * emacs.c (main): Call init_fns.
3237
3238 * fns.c (init_fns): New.
3239
3240 * fns.c: Add hash table implementation.
3241
3242 * lisp.h (PVEC_HASH_TABLE): New.
3243 (struct Lisp_Hash_Table): New.
3244 (XHASH_TABLE): New.
3245 (XSET_HASH_TABLE): New.
3246 (HASH_TABLE_P): New.
3247 (CHECK_HASH_TABLE): New.
3248 (DEFAULT_HASH_SIZE): New.
3249 (DEFAULT_REHASH_THRESHOLD): New.
3250 (DEFAULT_REHASH_SIZE): New.
3251
3252 * xterm.c (x_draw_glyphs): Add parameters real_start and real_end.
3253 (x_write_glyphs): Compute overwritten cursor using real start
3254 and end positions of display.
3255 (x_insert_glyphs): Ditto.
3256
3257 1999-07-10 Gerd Moellmann <gerd@gnu.org>
3258
3259 * keyboard.c (read_char): Use message3_nolog to show help-echo.
3260
3261 * dispnew.c (blank_row): Add y-position as parameter. Compute
3262 visible height.
3263
3264 * xdisp.c (next_element_from_string): Give padding spaces
3265 a position of -1.
3266
3267 * dispnew.c (adjust_glyph_matrix): Some work to support
3268 marginals areas on tty frames in a future version.
3269 (allocate_matrices_for_frame_redisplay): Ditto.
3270
3271 * xdisp.c (display_line): At ZV, set glyph row's displays_text_p
3272 to zero if number of glyphs in the row is <= 1.
3273
3274 1999-07-09 Gerd Moellmann <gerd@gnu.org>
3275
3276 * dispnew.c (buffer_posn_from_coords): Take left marginal area
3277 into account.
3278
3279 * xdisp.c (handle_display_prop): Don't reset area if handing
3280 a property from a string that came from a `display' property.
3281 (handle_single_display_prop): Don't handle recursive `display'
3282 properties.
3283 (handle_single_display_prop): Handle some display property
3284 forms for terminal frames.
3285 (Qimage): Moved here from xfns.c.
3286
3287 * dispextern.h (struct it): New field string_from_display_prop_p.
3288
3289 * xterm.c (x_clip_to_row): Don't let clip_rect include top
3290 line.
3291
3292 1999-07-08 Gerd Moellmann <gerd@gnu.org>
3293
3294 * xdisp.c (handle_single_display_prop): Handle `:when FORM'.
3295
3296 * window.c (set_window_buffer): Set window's vscroll to zero.
3297
3298 * xdisp.c (QCwhen): New.
3299 (display_prop_end): New.
3300 (handle_single_display_prop): Use it.
3301 (debug_method_add): Print buffer name if tracing.
3302 (try_window_reusing_current_matrix): Compute visible height
3303 of reused rows. Fix cursor position calculation in case of
3304 top-line.
3305
3306 * dispextern.h (struct redisplay_interface): Add parameter
3307 cursor_on_p to update_window_end_hook.
3308
3309 * xterm.c (x_update_window_end): Add parameter cursor_on_p.
3310
3311 1999-07-07 Gerd Moellmann <gerd@gnu.org>
3312
3313 * xdisp.c (redisplay_internal): Ensure that redisplayinp_p
3314 doesn't become negative when decrementing it.
3315
3316 * eval.c (Fsignal): Reset redisplaying_p to zero.
3317
3318 * xdisp.c (try_window_reusing_current_matrix): Call hooks
3319 for window update.
3320 (try_window_id): Ditto.
3321
3322 * xterm.c (x_clear_end_of_line): Handle top-line correctly.
3323 (x_scroll_run): Ditto.
3324 (any_help_event_p): New.
3325 (x_initialize): Set it to zero.
3326 (XTread_socket): Clear help echo only if any_help_event_p.
3327
3328 * xdisp.c (init_iterator): Set top_line_p.
3329 (start_display): Use correct initial y if top-line is present.
3330 (make_cursor_line_fully_visible): Bug fixes for top-line.
3331 (try_scrolling): Ditto.
3332 (try_window_reusing_current_matrix): Ditto.
3333
3334 * dispextern.h (struct it): Add top_line_p.
3335
3336 * dispnew.c (shift_glyph_matrix): Move some computations out
3337 of the loop.
3338
3339 * dispnew.c (margin_glyphs_to_reserve): Use NUMBERP and
3340 XFLOATINT.
3341
3342 1999-07-06 Gerd Moellmann <gerd@gnu.org>
3343
3344 * dispnew.c (update_frame_1): When setting cursor in echo area,
3345 skip only over padding spaces at the end.
3346
3347 * xfaces.c (realize_tty_face): Set face's font_name field to
3348 "tty".
3349
3350 * term.c (update_end): Turn cursor on only if selected window's
3351 cursor_off_p flag is not set.
3352
3353 1999-07-05 Gerd Moellmann <gerd@gnu.org>
3354
3355 * term.c (TS_cursor_visible): Renamed from TS_visual_mode.
3356 (TS_cursor_normal): Renamed from TS_end_visual_mode.
3357 (TS_cursor_invisible): New.
3358 (term_init): Initialize TS_cursor_invisible.
3359 (tty_hide_cursor): New.
3360 (tty_show_cursor): New.
3361 (update_end): Show tty cursor.
3362 (update_begin): Hide tty cursor to prevent cursor flickering
3363 during redisplays triggered by timers (stealth fontification).
3364
3365 * keyboard.c (make_lispy_event) <TOOLBAR_EVENT>: Apply modifiers.
3366
3367 * xterm.c (XTread_socket) [USE_MOTIF] <KeyPress>: Catch events
3368 in scroll bars.
3369 (x_handle_toolbar_click): Set modifier bits.
3370
3371 1999-07-04 Gerd Moellmann <gerd@gnu.org>
3372
3373 * keyboard.c (kbd_store_ptr): Declare it as a volatile pointer
3374 instead of a pointer to a volatile input_event.
3375 (kbd_buffer_store_event): Remove volatile modifier from
3376 declaration of local variable `sp'.
3377 (Fdiscard_input): Don't cast when assigning kbd_store_ptr
3378 to kbd_fetch_ptr.
3379
3380 1999-07-03 Gerd Moellmann <gerd@gnu.org>
3381
3382 * xdisp.c (try_window_id): Set beg_unchanged and end_unchanged
3383 only if buffer is modified. Return quickly if changes are
3384 above window start.
3385
3386 1999-07-02 Gerd Moellmann <gerd@gnu.org>
3387
3388 * dispextern.h (HSCROLL_WINDOWS): Removed.
3389
3390 * xdisp.c (mark_window_display_accurate): Don't set
3391 w->region_showing.
3392 (redisplay_internal): Don't call redraw_garbaged_frames.
3393
3394 1999-07-01 Gerd Moellmann <gerd@gnu.org>
3395
3396 * xdisp.c (echo_area_display): Don't display truncation marks
3397 for messages because 20.4 doesn't do it either.
3398 (redisplay_window): Case same window start. Instead of giving
3399 up when cursor is partially visible, make it fully visible.
3400 (mark_window_display_accurate): Some cleanup. Record window's
3401 last cursor information.
3402 (debug_method_add): Improved.
3403 (redisplay_internal): Record last cursor info only if not
3404 consider_all_windows_p.
3405
3406 * dispnew.c (update_window): Update top line after scrolling.
3407 (blank_row): Renamed from make_empty_enabled_row.
3408 (increment_glyph_row_buffer_positions): Increment positions
3409 in buffers, only.
3410
3411 * window.c (Fcoordinates_in_window_p): Add top-line to doc
3412 string.
3413
3414 1999-06-30 Gerd Moellmann <gerd@gnu.org>
3415
3416 * dispnew.c (update_window): Check that updated row is visible.
3417
3418 * xterm.c (x_draw_row_bitmaps): Check for invisible rows at
3419 top of window differently.
3420
3421 * xdisp.c (try_window_reusing_current_matrix): Don't do it
3422 if region is showing.
3423
3424 * dispnew.c (adjust_glyph_matrix): Check w->vscroll when
3425 avoiding matrix reallocation. Set window_vscroll in matrix.
3426
3427 * dispextern.h (struct glyph_matrix): Add member window_vscroll.
3428
3429 * lwlib-Xm.c: Add function prototypes.
3430
3431 * xdisp.c (debug_method_add): New.
3432 (debug_redisplay_method): Removed.
3433 (try_window_reusing_current_matrix): Handle case where old
3434 window start is the same as new window start.
3435
3436 * dispextern.h (struct glyph_matrix) [GLYPH_DEBUG]: Make `method'
3437 an array instead of a pointer.
3438
3439 * lwlib-Xm.c (xm_update_label): Use val->name to look up
3440 a label string from resources.
3441 (xm_update_label): Add some comments.
3442
3443 * xfns.c (Fx_show_tip): Undo previous change.
3444
3445 * xterm.c (x_append_glyph): Clear glyph->u.val.
3446
3447 * dispextern.h (struct glyph): Increase size of face_id bit-field
3448 for CHAR_GLYPH to 12.
3449
3450 1999-06-29 Gerd Moellmann <gerd@gnu.org>
3451
3452 * xfaces.c (x_charset_registry): Make it externally visible.
3453
3454 1999-06-28 Gerd Moellmann <gerd@gnu.org>
3455
3456 * dispnew.c (update_window): Use mode_line_p flag of rows
3457 instead of WINDOW_WANTS_MODELINE_P.
3458
3459 * xterm.c (clear_mouse_face): Make externally visible.
3460
3461 * xfns.c (Fx_show_tip): Clear mouse face before showing tip.
3462
3463 * xterm.c (expose_line): Handle exposure of top-lines.
3464
3465 * xterm.c (XTframe_up_to_date): Don't call note_mouse_highlight
3466 if mouse_face_mouse_frame is null.
3467
3468 * xdisp.c (redisplay_window): If window is echo_area_window,
3469 and update_mode_line is set, update menubar and toolbar.
3470
3471 * dispnew.c (space_glyph): Set its charpos to -1.
3472 (update_frame_1): Ignore trailing padding spaces.
3473
3474 * xdisp.c (next_element_from_c_string): Set position of padding
3475 glyphs to -1.
3476
3477 1999-06-27 Gerd Moellmann <gerd@gnu.org>
3478
3479 * xfns.c (x_laplace_read_row): Use XQueryColors instead of
3480 XQueryColor.
3481
3482 * xdisp.c (display_menu_bar): Remove unwarranted assertion.
3483 (set_cursor_from_row): Skip over glyphs having a null object at
3484 the start of rows.
3485 (insert_left_trunc_glyphs): Use charpos < 0 to indicate truncation
3486 glyphs.
3487 (handle_invisible_prop): Compute next change only when needed.
3488 (handle_face_prop): Don't correct DEFAULT_FACE_ID if in the mode
3489 line.
3490
3491 1999-06-26 Gerd Moellmann <gerd@gnu.org>
3492
3493 * xrdb.c (x_load_resources): Don't set resource for double-click
3494 time.
3495
3496 * xdisp.c (try_window_id): Return quickly if all changes are
3497 below the window's current matrix end.
3498
3499 * dispextern.h (MATRIX_ROW_PARTIALLY_VISIBLE_P): Remove window
3500 parameter.
3501
3502 * xdisp.c (try_window_reusing_current_matrix): Set no_scrolling_p
3503 in desired not in current matrix.
3504 (try_window_reusing_current_matrix): Rotate matrices starting
3505 at start_vpos instead of 0.
3506
3507 * xterm.c (expose_window): Use window_text_bottom_y.
3508 (fast_find_position): Ditto.
3509
3510 * xdisp.c (redisplay_window): Use window_text_bottom_y.
3511 (try_window_reusing_current_matrix): Ditto.
3512 (get_last_unchanged_at_beg_row): Ditto.
3513 (init_iterator): Ditto.
3514
3515 * dispnew.c (allocate_matrices_for_window_redisplay): Allocate one
3516 more row.
3517 (check_matrix_invariants): Use window_text_bottom_y.
3518 (update_window): Ditto.
3519 (scrolling_window): Ditto.
3520
3521 * xdisp.c (window_text_bottom_y): New.
3522
3523 1999-06-25 Gerd Moellmann <gerd@gnu.org>
3524
3525 * xterm.c (XTread_socket): Set mouse_face_frame to zero after
3526 clearing mouse face.
3527 (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If
3528 event.xcrossing.focus is not set, and focus is in the menu bar,
3529 set focus frame as if event.xcrossing.focus were set.
3530
3531 1999-06-24 Gerd Moellmann <gerd@gnu.org>
3532
3533 * keyboard.c (make_lispy_event): Handle mouse on top lines.
3534 * keyboard.c (make_lispy_movement): Ditto.
3535
3536 * window.c (coordinates_in_window): Return 4 if on top line.
3537 (Fcoordinates_in_window_p): Return `top-line' if on top line.
3538
3539 * xdisp.c (window_box_height): Subtract top line height.
3540 (window_box): Add top line height to top y position if top line
3541 exists.
3542 (init_iterator): If base_face_id is TOP_LINE_FACE_ID, set row to
3543 the top line row of the window. Set initial y-position to
3544 window's top line height plus delta.
3545 (start_display): Choose start glyph row depending on whether
3546 window has a top line.
3547 (try_scrolling): Take top line height into account for aggressive
3548 scrolling.
3549 (compute_window_start_on_continuation_line): Take top line into
3550 account.
3551 (redisplay_window): Ditto. If top line height has changed,
3552 trigger a new redisplay.
3553 (try_window_reusing_current_matrix): Take top line into account.
3554 (find_last_row_displaying_text): Ditto.
3555 (get_last_unchanged_at_beg_row): DItto.
3556 (try_window_id): Ditto.
3557 (compute_line_metrics): Ditto.
3558
3559 * dispnew.c (shift_glyph_matrix): Compute visible row height
3560 taking top line of window into account.
3561 (update_window): Update top line. If scrolling_window detects
3562 that all rows are equal, only set cursor.
3563 (update_window_line): Call after_update_window_line_hook if
3564 mode_line_p flag of rows has changed.
3565 (scrolling_window): Add parameter top_line_p. Return -1 if
3566 all rows are equal.
3567 (mode_line_string): Add parameter mode_line_p. Handle strings
3568 in top lines.
3569
3570 * dispextern.h (MATRIX_TOP_LINE_ROW): New.
3571 (MATRIX_FIRST_TEXT_ROW): New.
3572 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Use row's visible_height.
3573 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P): New.
3574 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): New.
3575 (MATRIX_TOP_LINE_HEIGHT): New.
3576 (CURRENT_MODE_LINE_HEIGHT): Use estimate_mode_line_height.
3577 (CURRENT_TOP_LINE_HEIGHT): New.
3578 (DESIRED_TOP_LINE_HEIGHT): New.
3579 (WINDOW_DISPLAY_TOP_LINE_HEIGHT): New.
3580 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE): Replaces
3581 WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT.
3582 (WINDOW_DISPLAY_TEXT_HEIGHT): New.
3583
3584 * xterm.c (x_after_update_window_line): Don't draw bitmaps for top
3585 lines.
3586 (x_draw_row_bitmaps): Take top line into account when clearing
3587 bitmap area.
3588 (x_estimate_mode_line_height): Replacement for
3589 x_frame_mode_line_height.
3590 (x_get_glyph_string_clip_rect): Take top line into account.
3591 (x_clear_end_of_line): Ditto.
3592 (note_mode_line_highlight): Add parameter mode_line_p. Handle
3593 top lines.
3594 (note_mouse_highlight): Call note_mode_line_highlight for top lines.
3595 (x_erase_phys_cursor): Take top line into account.
3596
3597 * xdisp.c (window_box_height): Subtract top line height if
3598 window wants a top line.
3599 (display_mode_lines): New.
3600 (redisplay_window): Call it.
3601 (display_mode_line): Add parameters face_id and format.
3602
3603 * dispextern.h (CURRENT_TOP_LINE_HEIGHT): New.
3604 (MATRIX_TOP_LINE_HEIGHT): New.
3605
3606 * xterm.c (x_frame_mode_line_height): Add parameter face_id.
3607
3608 * term.c (estimate_mode_line_height): Renamed from
3609 frame_mode_line_height. Add parameter face_id.
3610 (estimate_mode_line_height_hook): Renamed from
3611 frame_mode_line_height_hook.
3612 (produce_special_glyphs_hook): Removed.
3613 (produce_glyphs_hook): Removed.
3614
3615 1999-06-23 Gerd Moellmann <gerd@gnu.org>
3616
3617 * dispextern.h (WINDOW_WANTS_TOP_LINE_P): New.
3618 (struct glyph_row): Add mode_line_p.
3619
3620 * xfaces.c (realize_basic_faces): Realize face `top-line'.
3621 (Qtop_line): New.
3622 (syms_of_xfaces): Initialize Qtop_line.
3623
3624 * dispextern.h (TOP_LINE_FACE_ID): New.
3625
3626 * buffer.c (init_buffer_once): Set default for
3627 top_line_format to nil.
3628 (init_buffer_once): Init top_line_format.
3629 (default-top-line-format): New.
3630 (top-line-format): New buffer-local variable.
3631
3632 * buffer.h: Add top_line_format.
3633
3634 * xdisp.c (overlay_arrow_changed_p): Removed because not used.
3635
3636 1999-06-17 Dave Love <fx@gnu.org>
3637
3638 * xfns.c: Move the PNG section before the JPEG one to avoid
3639 problems surrounding setjmp.h/png.h on GNU/Linux.
3640
3641 1999-06-17 Gerd Moellmann <gerd@gnu.org>
3642
3643 * xfns.c (x_kill_gs_process): Don't free colors.
3644
3645 1999-06-17 Dave Love <fx@gnu.org>
3646
3647 * s/gnu-linux.h: Zap spurious ~.
3648
3649 1999-06-16 Gerd Moellmann <gerd@gnu.org>
3650
3651 * xfns.c (gif_load): Improve multi-image support.
3652
3653 1999-06-15 Gerd Moellmann <gerd@gnu.org>
3654
3655 * xfns.c (gif_load): Support multi-image files.
3656
3657 * Makefile.in (LIBGIF): Use libungif.
3658
3659 * configure.in (HAVE_GIF): Use libungif instead of libgif
3660 because the former doesn't contain patented compression code.
3661
3662 * xdisp.c (compute_window_start_on_continuation_line): Don't
3663 do it if line start is too far away from window start.
3664
3665 1999-06-14 Gerd Moellmann <gerd@gnu.org>
3666
3667 * buffer.c (init_buffer_once): Set buffer_local_flags for
3668 scroll_*_aggressively.
3669 (syms_of_buffer): Add DEFVAR_PER_BUFFER for scroll-*-aggressively.
3670 (init_buffer_once): Set defaults for these variables.
3671 (syms_of_buffer): Add default-scroll-*-aggressively.
3672
3673 * buffer.h (scroll_up_aggressively): New.
3674 (scroll_down_aggressively): New.
3675
3676 * Makefile.in (LIBPNG): Add -lz -lm in case we're linking with
3677 a static PNG library.
3678
3679 * configure.in (HAVE_PNG): Add -lz -lm when checking for PNG lib
3680 in case it's a static library.
3681
3682 * Makefile.in (ctagsfiles): Split so that files starting
3683 with an `x' are found before files starting with `w32'.
3684 (ctagsfiles1): New.
3685 (ctagsfiles2): New.
3686 (TAGS): Use ctagsfiles[12] instead of ctagsfiles.
3687
3688 * xdisp.c (compute_window_start_on_continuation_line): New.
3689 (redisplay_window): Use it.
3690 (INFINITY): New.
3691 (reseat_to_string): Use it.
3692 (hscroll_window_tree): Ditto.
3693 (compute_window_start_on_continuation_line): Ditto.
3694 (redisplay_window): Don't force display with a new window start.
3695
3696 1999-06-06 Gerd Moellmann <gerd@gnu.org>
3697
3698 * xfns.c (x_report_frame_params): Don't report `outer-window-id'
3699 if widget not present.
3700
3701 * xdisp.c (prepare_menu_bars): Ignore tooltip frame.
3702
3703 1999-06-04 Gerd Moellmann <gerd@gnu.org>
3704
3705 * xfaces.c (recompute_basic_faces)[GLYPH_DEBUG]: Check return
3706 value of realize_basic_faces.
3707 (load_face_font_or_fontset): Store full font name in face.
3708 (realize_default_face): Use full font name.
3709
3710 * xlwmenu.c (make_shadow_gcs) ]emacs]: Use x_alloc_nearest_color.
3711
3712 * xterm.c (x_produce_glyphs): Set member char_to_display.
3713 (x_append_glyph): Store char_to_display in glyphs.
3714
3715 * dispextern.h (struct it): Add char_to_display.
3716
3717 * xfns.c (x_set_font): Don't call face-set-after-frame-default
3718 if faces haven't been initialized.
3719 (Fx_create_frame): Call face-set-after-frame-default after
3720 faces have been initialized, and widget has been created.
3721
3722 * puresize.h (BASE_PURESIZE): Increased.
3723
3724 1999-06-01 Gerd Moellmann <gerd@gnu.org>
3725
3726 * xfaces.c (set_lface_from_font_name): Add parameter force_p.
3727 (Finternal_set_lisp_face_attribute): If frame is t when
3728 :font attribute is set, use the selected frame.
3729 (clear_face_cache): Add parameter clear_fonts_p.
3730 (Fclear_face_cache): Add optional parameter thorougly.
3731
3732 * xfaces.c (face_numeric_value): Return -1 if symbol is not
3733 in table.
3734 (Fclear_face_cache): New.
3735 (choose_face_fontset_font): If fontset doesn't contain font
3736 pattern for the given charset, use CHARSET_ASCII.
3737 (Finternal_set_lisp_face_attribute): Fix handling of nil
3738 stipple attribute.
3739 (Finternal_set_lisp_face_attribute): Fix handling of changing
3740 font-related face attributes of the default face.
3741 (set_lface_from_font_name): Set only attributes that aren't
3742 specified.
3743
3744 1999-05-31 Gerd Moellmann <gerd@gnu.org>
3745
3746 * xfaces.c (SCALABLE_FONTS): Define this to enable scalable
3747 font support.
3748 (Vscalable_fonts_allowed) [SCALABLE_FONTS]: New.
3749 (x_face_list_fonts): Add parameter scalable_fonts_p. Handle
3750 scalable fonts depending on the setting of SCALABLE_FONTS.
3751 (first_font_matching): List more than one font to find the
3752 first non-scalable matching font.
3753 (sorted_font_list): Let x_face_list_fonts return scalable fonts
3754 depending on SCALABLE_FONTS.
3755 (better_font_p): New parameter compare_pt_p. If zero, don't
3756 compare point sizes of fonts.
3757 (exact_face_match_p) [SCALABLE_FONTS]: New.
3758 (build_scalable_font_name) [SCALABLE_FONTS]: New.
3759 (may_use_scalable_font_p) [SCALABLE_FONTS]: New.
3760 (best_matching_font) [SCALABLE_FONTS]: Handle scalable fonts.
3761 (syms_of_xfaces): Add scalable-fonts-allowed.
3762
3763 1999-05-26 Gerd Moellmann <gerd@gnu.org>
3764
3765 * xfns.c (png_load): Let PNG lib handle gamma. Construct
3766 mask only if image contains simple transparency information.
3767 Otherwise, combine image with frame background color.
3768
3769 * configure.in (--with-png, HAVE_PNG): New.
3770
3771 * config.in (HAVE_PNG): New.
3772
3773 * Makefile.in: Add PNG library.
3774
3775 * xfns.c: Add PNG support.
3776
3777 1999-05-25 Gerd Moellmann <gerd@gnu.org>
3778
3779 * xdisp.c (init_xdisp): Initialize echo_area_message and
3780 previous_echo_area_message to nil.
3781
3782 * keyboard.c (read_char): Rename local variable echo_area_message
3783 because it shadows the global one.
3784
3785 1999-05-05 Gerd Moellmann <gerd@gnu.org>
3786
3787 * xterm.c (note_mode_line_highlight): Restructured.
3788
3789 * window.c (coordinates_in_window): Handle windows that don't have
3790 a mode line because their buffer's mode-line-format is nil.
3791 Recognize the mode line under x positions that correspond to
3792 flags areas and left scroll bar.
3793
3794 1999-05-02 Dave Love <fx@gnu.org>
3795
3796 * xterm.c (note_mouse_highlight): Separate help-echo processing
3797 from check on mouse-face so that it works generally.
3798
3799 1999-04-21 Gerd Moellmann <gerd@gnu.org>
3800
3801 * sound.c (Fplay_sound): Run hook play-sound-hook.
3802 (Qplay_sound_hook): New.
3803
3804 1999-04-20 Gerd Moellmann <gerd@gnu.org>
3805
3806 * xdisp.c (update_echo_area): Handle echo_area_message.
3807
3808 1999-04-19 Gerd Moellmann <gerd@gnu.org>
3809
3810 * editfns.c (Fmessage): Use message3.
3811
3812 * print.c (printchar): Set echo_area_message to nil.
3813 (strout): Ditto.
3814
3815 * minibuf.c (read_minibuf): Reset echo message strings to nil.
3816 (Fminibuffer_completion_help): Ditto.
3817
3818 * keyboard.c (cmd_error_internal): Set echo_areA_message.
3819 (command_loop_1): Test echo_areA_message.
3820 (read_char): Ditto.
3821 (record_menu_key): Set echo_area_message to nil.
3822 (Fexecute_extended_command): Test echo_area_message.
3823 (Fexecute_extended_command): Handle echo_area_message.
3824
3825 * fileio.c (Fdo_auto_save): Handle the case that echo_area_message
3826 is set.
3827
3828 * editfns.c (Fcurrent_message): If echo_area_message is set,
3829 return a substring of that string.
3830
3831 * dispnew.c (direct_output_for_insert): Test echo_area_message
3832 in addition to echo_area_glyphs.
3833 (set_window_cursor_after_update): Ditto.
3834 (update_frame_1): Ditto.
3835
3836 * alloc.c (Fgarbage_collect): Use message3_nolog to display
3837 old Lisp message string.
3838
3839 * xdisp.c (echo_area_message): New.
3840 (previous_echo_area_message): New.
3841 (syms_of_xdisp): Initialize and staticpro new variables.
3842 (echo_area_display): Display echo_area_message if set.
3843 (message2_nolog): Set echo_area_message and
3844 previous_echo_area_message.
3845 (echo_area_display): Set previous_echo_area_message.
3846 (redisplay_internal): Display echo area if echo_area_message
3847 or previous_echo_area_message are set.
3848 (redisplay_preserve_echo_area): Test/set echo_area_message and
3849 previous_echo_area_message.
3850 (redisplay_window): Test echo_area_message.
3851 (message3_nolog): New.
3852 (message3): New.
3853
3854 * editfns.c (Fformat): Add text properties to the result string
3855 from properties of the format string and properties of string
3856 arguments.
3857
3858 * textprop.c (text_property_list): New.
3859 (add_text_properties_from_list): New.
3860 (extend_property_ranges): New.
3861
3862 1999-03-29 Gerd Moellmann <gerd@gnu.org>
3863
3864 * xfaces.c (Qraised, Qsunken, QCshadow): Removed.
3865 (QCline_width, QCstyle, Qpressed_button, Qreleased_button): New.
3866 Use these symbols for the box face attribute instead of the
3867 removed ones.
3868
3869 1999-03-12 Gerd Moellmann <gerd@gnu.org>
3870
3871 * xfaces.c (realize_tty_face): Don't set alt_char_p of face.
3872 Correct wrong test for slant.
3873
3874 1999-03-10 Gerd Moellmann <gerd@gnu.org>
3875
3876 * xfaces.c: Use `unspecified' for unspecified face attributes,
3877 use t and nil for on/off.
3878
3879 1999-03-06 Gerd Moellmann <gerd@gnu.org>
3880
3881 * buffer.c (syms_of_buffer): Extend doc string of
3882 mode-line-format.
3883
3884 * xfaces.c (x_face_list_fonts): New parameter try_alternatives_p.
3885 (first_font_matching): New.
3886 (set_lface_from_font_name): Use it if font name is a pattern.
3887 (font_field_wildcard_p): Removed.
3888
3889 * dispnew.c (shift_glyph_matrix): Add `window' parameter.
3890 Recompute visible height of rows.
3891
3892 * xterm.c (note_mouse_highlight): Reorder code for help-echo.
3893 Don't accept non-strings for help-echo from overlays.
3894
3895 1999-03-04 Dave Love <fx@gnu.org>
3896
3897 * xterm.c (note_mouse_highlight): Check overlays for help-text
3898 property.
3899 (XTread_socket): Fix compiler warning.
3900
3901 1999-03-05 Gerd Moellmann <gerd@gnu.org>
3902
3903 * xterm.c (note_mouse_highlight): Don't restrict number of
3904 overlay to 10. Call overlays_at so that it doesn't try to
3905 extend the vector.
3906
3907 * xdisp.c (compute_line_metrics): Compute glyph row's visible
3908 height.
3909
3910 * dispnew.c (row_equal_p): Compare visible row height, only.
3911 (update_text_area): Draw whole line if visible heights of
3912 rows differ.
3913 (update_window_line): Call after_update_window_line_hook
3914 if visible row height has changed.
3915
3916 * dispextern.h (MATRIX_ROW_VISIBLE_HEIGHT): Removed.
3917 (struct glyph_row): New member visible_height.
3918
3919 * xfaces.c (font_field_wildcard_p): New.
3920 (set_lface_from_font_name): Remove parameter force_p. Accept
3921 font names containing wildcards.
3922
3923 1999-03-04 Gerd Moellmann <gerd@gnu.org>
3924
3925 * xterm.c (x_after_update_window_line): Clear internal border
3926 when windows_or_buffers_changed.
3927
3928 * dispextern.h (WINDOW_WANTS_MODELINE_P): Return zero if window's
3929 buffer has a nil mode_line_format.
3930
3931 1999-03-03 Gerd Moellmann <gerd@gnu.org>
3932
3933 * xterm.c (x_setup_relief_colors): Use either background color
3934 or specified color.
3935
3936 * xfaces.c (realize_x_face): Set face->use_box_color_for_shadows_p.
3937
3938 * dispextern.h (struct face): Add use_box_color_for_shadows_p.
3939
3940 * xterm.c (x_draw_box_rect): New.
3941 (x_draw_glyph_string_box): Renamed from
3942 x_draw_glyph_string_relief. Call x_draw_box_rect.
3943
3944 * xfns.c (QCrelief): New.
3945 (syms_of_xfns): Initialize it.
3946
3947 * dispextern.h (struct glyph): Rename left_shadow_p to
3948 left_box_line_p, right_shadow_p to right_box_line_p.
3949 (MAX_RELIEF_THICKNESS): Removed.
3950 (struct it): Rename members having `relief' in their names
3951 to contain `box' instead.
3952
3953 * xfaces.c (realize_x_face): Handle new box attribute values.
3954 (QCrelief, Qbox): Removed.
3955 (QCshadow, QCcolor, Qraised, Qsunken): New.
3956 (syms_of_xfaces): Initialize new symbols.
3957
3958 1999-03-02 Gerd Moellmann <gerd@gnu.org>
3959
3960 * dispextern.h (LFACE_RELIEF_INDEX): Removed.
3961
3962 * xfaces.c (LFACE_RELIEF): Removed.
3963 (merge_face_vector_with_property): Remove handling of `:relief'.
3964 (Finternal_set_lisp_face_attribute): Ditto.
3965 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
3966 (Finternal_get_lisp_face_attribute): Ditto.
3967 (realize_default_face): Ditto.
3968 (lface_hash): Don't compute hash from relief.
3969
3970 * dispextern.h (struct face): Replace member `relief' by
3971 `box_line_width'. Add member `box'.
3972 (face_box_type): New.
3973
3974 * xterm.c (x_produce_glyphs): If face has overline, add overline
3975 thickness + 1 to ascent.
3976
3977 1999-03-01 Gerd Moellmann <gerd@gnu.org>
3978
3979 * xterm.c (x_draw_glyph_string): Draw underline, overline,
3980 strike-through, and boxes.
3981 (x_draw_glyph_string_underline): Removed.
3982
3983 * xfaces.c (QCoverline, QCstrike_through, QCbox): New.
3984 (Qoverline, Qstrike_through, Qbox): New.
3985 (syms_of_xfaces): Define these symbols.
3986 (check_lface_attrs): Add checks for overline, strike-through,
3987 and box.
3988 (Finternal_set_lisp_face_attribute): Set new attributes.
3989 (LFACE_OVERLINE, LFACE_STRIKE_THROUGH, LFACE_BOX): New.
3990 (load_color): Handle new attributes.
3991 (realize_x_face): Ditto.
3992 (merge_face_vector_with_property): Ditto.
3993 (free_face_colors): Ditto.
3994 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
3995 (Finternal_get_lisp_face_attribute): Ditto.
3996 (Finternal_lisp_face_attribute_values): Ditto.
3997
3998 * dispextern.h (lface_attribute_index): Add enumerators for
3999 overstrike, strike-through, and box.
4000 (struct face): Add members for overline, strike-through, and
4001 box.
4002
4003 1999-02-17 Dave Love <fx@gnu.org>
4004
4005 * s/gnu-linux.h s/gnu.h s/irix5-0.h s/netbsd.h s/sco4.h s/sco5.h
4006 s/template.h (NARROWPROTO): Define on the basis of relevant X cf
4007 files.
4008
4009 1999-02-16 Gerd Moellmann <gerd@gnu.org>
4010
4011 * keyboard.c (toolbar_items): Call access_keymap with third
4012 parameter 1, so that we don't get inherited toolbar item
4013 definitions.
4014
4015 * xdisp.c (redisplay_internal): In optimization 1, don't decrement
4016 the window end vpos when in empty first line of window.
4017
4018 1999-02-15 Gerd Moellmann <gerd@gnu.org>
4019
4020 * xfaces.c (set_font_frame_param): New.
4021 (Finternal_set_lisp_face_attribute): Call it.
4022
4023 Sun Feb 14 10:54:02 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4024
4025 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
4026 Accept specifications of color for underline.
4027
4028 1999-02-13 Gerd Moellmann <gerd@gnu.org>
4029
4030 * xfaces.c (Finternal_set_lisp_face_attribute): If parameter
4031 `frame' is t, operate on face defaults for new frames. If it
4032 is nil, operate on the selected frame.
4033
4034 1999-02-12 Gerd Moellmann <gerd@gnu.org>
4035
4036 * dispnew.c (check_matrix_invariants): Put it in #if 0.
4037 (update_window): Put the call to check_matrix_invariants in #if 0.
4038
4039 Sun Feb 7 09:58:49 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4040
4041 * dispextern.h: Remove all else block of UNDERLINE_COLOR.
4042 Remove definition of UNDERLINE_COLOR.
4043
4044 Mon Jan 4 04:43:41 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4045
4046 * xfaces.c (free_face_colors): Free the color for underline.
4047
4048 * xterm.c (x_draw_glyph_string_underline): Set the color for underline
4049 to the GC.
4050
4051 Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4052
4053 * dispextern.h (UNDERLINE_COLOR): Defined.
4054 (struct face): Added two new members.
4055 underline_color, underline_defaulted_p.
4056
4057 * xfaces.c (merge_face_vector_with_property):
4058 (check_lface_attrs): Accept the string value for underline.
4059 (Finternal_set_lisp_face_attribute): Likewise.
4060
4061 * xfaces.c (load_color): Change the last argument type to enum
4062 lface_attribute_index from int. And addec code for underling coloring.
4063 (load_face_colors): Pass LFACE_*_INDEX to load_color.
4064
4065 1999-02-12 Gerd Moellmann <gerd@gnu.org>
4066
4067 * xfns.c (Fx_image_header): Removed.
4068
4069 1999-02-07 Gerd Moellmann <gerd@gnu.org>
4070
4071 * xterm.c: Don't include <bitmaps/gray>.
4072 (x_term_init): Use gray_bitmap_width and gray_bitmap_height.
4073
4074 * xfns.c (Fx_image_header): Add missing `\n\'.
4075 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): New.
4076
4077 1999-02-01 Gerd Moellmann <gerd@gnu.org>
4078
4079 * xterm.c (x_scroll_bar_create): Set background pixel from
4080 specified scroll bar color.
4081 (x_scroll_bar_set_handle): Use scroll bar foreground color.
4082
4083 * xfns.c (x_set_scroll_bar_foreground): Remove all scroll bars.
4084 (x_set_scroll_bar_background): Ditto.
4085
4086 * xterm.c (x_create_toolkit_scroll_bar): Set scroll bar colors.
4087
4088 * xfns.c (x_default_scroll_bar_color_parameter): New.
4089 (Fx_create_frame): Call it.
4090
4091 1999-01-31 Gerd Moellmann <gerd@gnu.org>
4092
4093 * xfns.c (Fx_create_frame): Initialize scroll bar pixel color
4094 values in x_output structure.
4095 (Qscroll_bar_foreground, Qscroll_bar_background): New.
4096 (syms_of_xfns): Initialize these symbols.
4097
4098 * xterm.h (struct x_output): Add scroll bar pixel colors.
4099
4100 * xfns.c (x_frame_parms): Add entries for scroll bar colors.
4101 (x_set_scroll_bar_foreground): New.
4102 (x_set_scroll_bar_background): New.
4103
4104 * xlwmenu.c (all_dashes_p): Removed.
4105 (size_menu_item): Call lw_separator_p.
4106 (display_menu_item): Ditto.
4107 (display_menu): Ditto.
4108 (draw_separator): New.
4109 (display_menu_item): Call it.
4110 (separator_height): New.
4111 (size_menu_item): Call it.
4112
4113 * lwlib-Xm.c (all_dashes_p): Removed.
4114 (make_menu_in_widget): Use lw_separator_p. Set Motif separator
4115 type.
4116
4117 * lwlib.c (lw_separator_p): New.
4118
4119 * lwlib.h (enum menu_separator): New.
4120
4121 1999-01-12 Gerd Moellmann <gerd@gnu.org>
4122
4123 * xdisp.c (handle_single_display_prop): New.
4124 (handle_display_prop): Call it.
4125 (handle_raise_prop): Removed.
4126 (handle_height_prop): Removed.
4127 (handle_space_width_prop): Removed.
4128 (handle_face_prop): Remove handling of raised text.
4129 (handle_display_prop): Do it here.
4130
4131 * dispextern.h (DISPLAY_PROP_IDX): Replaces GLYPH_PROP_IDX.
4132 (RAISE_PROP_IDX): Removed.
4133 (HEIGHT_PROP_IDX): Removed.
4134 (SPACE_WIDTH_PROP_IDX): Removed.
4135
4136 * xdisp.c (Qdisplay): Replaces Qglyph.
4137 (handle_display_prop): Formerly handle_glyph_prop.
4138
4139 1999-01-11 Gerd Moellmann <gerd@gnu.org>
4140
4141 * xdisp.c (reseat_to_string): Set position in display vector to -1.
4142 (handle_stop): Set position in display vector to -1. Don't
4143 check overlay strings when set up to deliver characters from a
4144 display vector.
4145 (set_iterator_to_next): At the end of a run of characters from a
4146 display vector, check whether the display vector display replaces
4147 the display of a character.
4148
4149 1999-01-05 Gerd Moellmann <gerd@gnu.org>
4150
4151 * xfaces.c (init_frame_faces): Don't realize faces if frame's
4152 X window hasn't been created yet.
4153
4154 1998-12-06 Gerd Moellmann <gerd@gnu.org>
4155
4156 * sound.c: New.
4157
4158 1998-12-04 Gerd Moellmann <gerd@gnu.org>
4159
4160 * config.in (HAVE_SOUND): New.
4161
4162 * emacs.c (main): Call syms_of_sound and init_sound.
4163
4164 * Makefile.in (obj): Add sound.o.
4165
4166 * configure.in: Add checks for machine/soundcard.h and sys/soundcard.h.
4167
4168 * config.in (HAVE_MACHINE_SOUNDCARD_H): New.
4169 (HAVE_SYS_SOUNDCARD_H): New.
4170
4171 1998-12-03 Gerd Moellmann <gerd@gnu.org>
4172
4173 * buffer.h (struct buffer): indicate_empty_lines renamed from
4174 indicate_zv_lines.
4175
4176 * buffer.c (indicate-empty-lines): Renamed from indicate_zv_lines.
4177 (default-indicate-zv-lines): Likewise.
4178
4179 * dispextern.h (struct glyph_row): Rename indicate_zv_line_p
4180 to indicate_empty_line_p.
4181
4182 * xdisp.c (reseat_at_next_visible_line_start): Reset method
4183 to next_element_from_buffer.
4184
4185 * frame.c (make_frame): Set n_current_toolbar_items to 0.
4186
4187 * xdisp.c (handle_face_prop): Allow symbols of the form `N+'
4188 and `N-'.
4189
4190 * xfns.c (xbm_scan): New.
4191 (xbm_read_hexint): Removed.
4192 (xbm_read_bitmap_file_data): Use xbm_scan.
4193
4194 * fileio.c (Finsert_file_contents): Prevent redisplay optimizations.
4195
4196 1998-12-02 Gerd Moellmann <gerd@gnu.org>
4197
4198 * xfns.c (xbm_read_hexint): New.
4199 (xbm_read_bitmap_file_data): New.
4200 (xbm_load_image_from_file): Call xbm_read_bitmap_file_data
4201 instead of XReadBitmapFileData.
4202
4203 * xdisp.c (handle_raise_prop): Compute voffset from current font.
4204
4205 * xfaces.c (face_with_height): New.
4206
4207 * xdisp.c (eval_handler): Renamed from eval_mode_handler.
4208 (eval_form): Renamed from eval_mode_element.
4209 (handle_face_prop): Use it.
4210 (Qheight): Replaces Qsmaller.
4211 (handle_height_prop): Replaces handle_smaller_prop.
4212 (handle_face_prop): If iterator's font_height is not an
4213 integer, evaluate it to get the font height to use.
4214
4215 * dispextern.h (HEIGHT_PROP_IDX): Replaces SMALLER_PROP_IDX.
4216 (struct it): Use `font_height' instead of `smaller'.
4217
4218 1998-12-01 Gerd Moellmann <gerd@gnu.org>
4219
4220 * xdisp.c (reseat_1): New.
4221 (reseat): Call it.
4222 (move_it_vertically_backward): Ditto.
4223 (redisplay_window): Don't abort when cursor not found in recenter.
4224
4225 1998-11-30 Gerd Moellmann <gerd@gnu.org>
4226
4227 * xdisp.c (reseat_at_next_visible_line_start): When not
4228 currently delivering display elements from the current buffer,
4229 restore buffer position first.
4230 (init_from_display_pos): Don't set IT's position from the
4231 position passed to this function.
4232
4233 1998-11-28 Gerd Moellmann <gerd@gnu.org>
4234
4235 * config.in (PROTO): Removed.
4236
4237 * xterm.h: Change PROTO to P_.
4238
4239 1998-11-26 Gerd Moellmann <gerd@gnu.org>
4240
4241 * xterm.c (take_vertical_position_into_account): New.
4242 (x_produce_image_glyph): Call it.
4243 (x_produce_stretch_glyph): Ditto.
4244 (x_produce_glyphs): Ditto.
4245 (x_fill_glyph_string): Adjust base line for glyph's voffset.
4246 (x_fill_composite_glyph_string): Ditto.
4247 (x_fill_image_glyph_string): Ditto.
4248 (x_fill_stretch_glyph_string): Ditto.
4249
4250 * xdisp.c (display_line): Always compute row height from
4251 max_ascent and max_descent.
4252
4253 * dispextern.h (struct glyph): Add voffset.
4254 (struct it): Replace height by descent, max_height by max_descent.
4255
4256 * xterm.c (x_append_glyph): Set voffset
4257 (x_append_stretch_glyph): Ditto.
4258 (x_produce_image_glyph): Ditto.
4259 (x_produce_glyphs): Take voffset into account.
4260 (x_produce_image_glyph): Ditto.
4261 (x_produce_stretch_glyph): Ditto.
4262
4263 * dispextern.h (struct it): Add voffset.
4264 * xdisp.c (push_it): Save voffset.
4265 (pop_it): Restore it.
4266
4267 * xdisp.c (it_props): Add entry for `raise'.
4268 (handle_raise_prop): New.
4269
4270 * dispextern.h (RAISE_PROP_IDX): New.
4271
4272 * xdisp.c (Qraise): New.
4273 (syms_of_xdisp): Define Qraised.
4274
4275 * xterm.c (x_scroll_bar_move): Clear to the left and right
4276 of toolkit scroll bars differently.
4277 (x_scroll_bar_move): Removed.
4278 (XTset_vertical_scroll_bar): Move code from x_scroll_bar_move here.
4279
4280 * dispextern.h: Make it compilable --with-x=no.
4281 * alloc.c: Ditto.
4282 * emacs.c: Ditto.
4283 * dispnew.c: Ditto.
4284 * keyboard.c: Ditto.
4285 * term.c: Ditto.
4286 * xdisp.c: Ditto.
4287 * xfaces.c: Ditto.
4288 * xfns.c: Ditto.
4289 * xmenu.c: Ditto.
4290
4291 1998-11-25 Gerd Moellmann <gerd@gnu.org>
4292
4293 * xterm.c (XTread_socket): Cancel help-echo when leaving frame.
4294
4295 1998-11-24 Gerd Moellmann <gerd@gnu.org>
4296
4297 * xterm.c (x_set_toolkit_scroll_bar_thumb): When dragging,
4298 update slider size, only.
4299 (xm_scroll_callback): Set dragging member of the scroll bar.
4300 (xt_action_hook): Reset last_scroll_bar_part.
4301 (XTredeem_scroll_bar): Reset bar->dragging to nil.
4302
4303 * xlwmenu.c (abort_gracefully): New.
4304 (display_menu): Use it instead of abort.
4305 (size_menu): Ditto.
4306
4307 * xfns.c (Fx_hide_busy_cursor): Don't try to hide busy cursor
4308 window on newly created frames that don't have one.
4309
4310 1998-11-23 Gerd Moellmann <gerd@gnu.org>
4311
4312 * xdisp.c (restore_overlay_strings): Removed.
4313 (restore_dpvec): Removed.
4314 (init_from_display_pos): Inline both functions above.
4315
4316 * xfns.c (IMAGE_NON_NEGATIVE_INTEGER_VALUE): New.
4317 (parse_image_spec): Handle it.
4318 (xbm_format): Use it.
4319 (xpm_format): Ditto.
4320 (pbm_format): Ditto.
4321 (jpeg_format): Ditto.
4322 (tiff_format): Ditto.
4323 (gif_format): Ditto.
4324 (gs_format): Ditto.
4325
4326 * xdisp.c (set_window_cursor): Removed.
4327 (redisplay_internal): Case cursor motion in cursor line of
4328 selected window; use set_cursor_from_row.
4329
4330 1998-11-22 Gerd Moellmann <gerd@gnu.org>
4331
4332 * widget.c (EmacsFrameSetCharSize): Take widget's border width
4333 into account.
4334
4335 1998-11-21 Gerd Moellmann <gerd@gnu.org>
4336
4337 * xterm.c (expose_frame): Redraw menu bar window.
4338
4339 * xdisp.c (display_menu_bar): Record hpos instead of x-position
4340 in menu item.
4341
4342 * dispnew.c (change_frame_size_1): Use FRAME_TOP_MARGIN instead
4343 of FRAME_TOOLBAR_LINES. Use `f' instead of `frame'.
4344
4345 * widget.c (set_frame_size): Use FRAME_SCROLL_BAR_COLS
4346 to determine vertical_scroll_bar_extra.
4347 (EmacsFrameSetCharSize): Ditto.
4348 * xfns.c (x_figure_window_size): Ditto.
4349
4350 * xterm.c (x_draw_row_bitmaps): Draw in `bitmap-area' face.
4351 (x_draw_bitmap): Ditto.
4352
4353 * dispextern.h (face_id): New id BITMAP_AREA_FACE_ID.
4354 * xfaces.c (realize_basic_faces): Realize it.
4355
4356 1998-11-20 Gerd Moellmann <gerd@gnu.org>
4357
4358 * xmenu.c (xmenu_show): Add workaround for remaining button grab
4359 under LessTif Use the widget of the frame as parent for the
4360 menu, again.
4361
4362 1998-11-19 Gerd Moellmann <gerd@gnu.org>
4363
4364 * xterm.c (XTread_socket): Inhibit busy cursor for EnterNotify.
4365 When EnterNotify, don't generate a mouse movement event if
4366 notification is from a busy-cursor child window.
4367
4368 * xterm.h (struct x_output): Add busy_window, remove cursor.
4369
4370 * xfns.c (Fx_show_busy_cursor): Formerly Fx_display_busy_cursor.
4371 Use a transparent window to display the busy-cursor.
4372 (Fx_hide_busy_cursor): Formerly Fx_undisplay_busy_cursor.
4373
4374 1998-11-17 Gerd Moellmann <gerd@gnu.org>
4375
4376 * xdisp.c (check_window_end): New, for debugging.
4377 (CHECK_WINDOW_END): New.
4378 (try_window_id): Use it.
4379
4380 * xterm.c (process_expose_from_menu): Return int.
4381
4382 * keyboard.c (kbd_buffer_get_event): Set flag to prevent recording
4383 TOOLBAR_EVENT events in last_nonmenu_event.
4384
4385 1998-11-16 Gerd Moellmann <gerd@gnu.org>
4386
4387 * xdisp.c (redisplay_window): If windows_or_buffers_changed,
4388 window end isn't reliable, so set window_end_valid to nil.
4389 (redisplay_internal): If overlay arrow has changed, set
4390 windows_or_buffers_changed to redisplay thoroughly.
4391
4392 * dispnew.c (adjust_glyph_matrix): Invalidate window end, if
4393 necessary.
4394
4395 * xfns.c (file_dialog_cb): New.
4396 (Fx_file_dialog): New.
4397 * fileio.c (Fread_file_name): Call it.
4398
4399 * xrdb.c (x_load_resources): Add default resoures for file
4400 selection dialog.
4401
4402 1998-11-14 Gerd Moellmann <gerd@gnu.org>
4403
4404 * xterm.c (note_mouse_highlight): Don't highlight when popup
4405 is active.
4406
4407 * xlwmenu.c (xlwMenuResources): Change previously unused
4408 XtNmargin to 4.
4409 (size_menu): Take margin into account.
4410 (display_menu_item): Ditto.
4411 (remap_menubar): Ditto.
4412 (draw_arrow): Draw it 3D.
4413
4414 * keyboard.c (timer_check): Inhibit busy cursor around calls to
4415 timer-event-handler. This busy cursor tends to be anoying if
4416 fontifying stealthily.
4417
4418 * dispnew.c (direct_output_for_insert): Give up if current row
4419 contains trailing whitespace.
4420
4421 1998-11-13 Gerd Moellmann <gerd@gnu.org>
4422
4423 * dispextern.h (prop_idx): Add FONTIFIED_PROP_IDX.
4424
4425 * xdisp.c (handle_fontified_prop): New.
4426 (Vfontification_functions): New.
4427 (Qfontification_functions): New.
4428 (it_props): Add handle_fontified_prop.
4429
4430 1998-11-12 Gerd Moellmann <gerd@gnu.org>
4431
4432 * xmenu.c (xmenu_show): Use the frame's edit_widget as parent.
4433 Otherwise, under LessTif, after the popup has gone, all button
4434 press events come in for the frame's widget, and release events
4435 come in for the edit_widget.
4436 * xterm.c (XTread_socket): Remove workaround for that problem.
4437 (x_set_toolkit_scroll_bar_thumb): Add workaround for LessTif
4438 XmScrollBarSetValues.
4439 (SET_SAVED_MENU_EVENT): Give it statement form.
4440
4441 * lwlib-Xm.c (make_menu_in_widget): Set alignment of menu
4442 title after all widgets have been created.
4443
4444 * xfaces.c (display_message): If waiting_for_input, don't display
4445 the message.
4446
4447 * window.c (scroll_command): If not acting on current_buffer,
4448 make redisplay consider all windows.
4449
4450 * xfns.c (Fx_hide_tip): Return t if tooltip was open.
4451
4452 * xdisp.c (handle_glyph_prop): Set it->object for images to
4453 the object having the glyph property.
4454
4455 * xterm.c (x_draw_row_bitmaps): Don't draw if row is completely
4456 invisible.
4457
4458 1998-11-11 Gerd Moellmann <gerd@gnu.org>
4459
4460 * xterm.h (struct x_display_info): Add gray pixmap. * xterm.c
4461 (x_term_init): Create the gray pixmap.
4462 (x_setup_relief_color): Use it.
4463 (x_get_glyph_string_clip_rect): Draw a toolbar window over the
4464 internal border at the top of a frame.
4465 (x_init_glyph_string): Likewise.
4466 (x_draw_glyph_string_relief): Correct right x by 1 pixel for
4467 full-width lines.
4468 (XTflash): Don't flash the toolbar window.
4469
4470 * xterm.c (XTread_socket): Workaround for LessTif popup menus
4471 in case of ButtonPress events.
4472
4473 1998-11-10 Gerd Moellmann <gerd@gnu.org>
4474
4475 * xrdb.c (x_load_resources): Add grey background colors as
4476 defaults for menus, scroll bars, and dialogs.
4477
4478 * insdel.c (prepare_to_modify_buffer): Move setting
4479 windows_or_buffers_changed from modify_region here.
4480
4481 * xfns.c (Fx_show_tip): Inhibit redisplay.
4482 (Fx_hide_tip): Ditto.
4483 (Fx_image_header): New.
4484
4485 1998-11-09 Gerd Moellmann <gerd@gnu.org>
4486
4487 * dispnew.c (clear_window_matrices): Set window_end_valid to nil
4488 when clearing current window matrices.
4489
4490 1998-11-08 Gerd Moellmann <gerd@gnu.org>
4491
4492 * xdisp.c (handle_glyph_prop): Don't set an iterator's buffer
4493 position from a string position. Use the right end position
4494 if the property spans a whole overlay string.
4495
4496 1998-11-07 Gerd Moellmann <gerd@gnu.org>
4497
4498 * xmenu.c (menubar_selection_callback): Remove workaround for
4499 Lesstif not calling XmNpopdownCallback because it doesn't
4500 handle the case where users don't select any menu item.
4501
4502 * xlwmenu.c (toggle_button_width): Renamed from
4503 toggle_or_radio_button_width.
4504 (radio_button_width): New.
4505 (size_menu_item): Use new functions.
4506 (draw_shadow_rhombus): New.
4507 (draw_radio): Use radio_button_width and draw_shadow_rhombus.
4508 (draw_toggle): Use toggle_button_width.
4509
4510 * insdel.c (modify_region): Set windows_or_buffers_changed.
4511
4512 * buffer.c (set_buffer_internal): Don't set
4513 windows_or_buffers_changed.
4514
4515 * lwlib-Xm.c (xm_update_toggle): Add callback xm_generic_callback
4516 instead of xm_internal_update_other_instances.
4517
4518 * xmenu.c (HAVE_BOXES): Define if USE_X_TOOLKIT.
4519
4520 * lwlib-Xm.c (make_menu_in_widget): Do help button before managing
4521 children to get it to the right place.
4522 (make_menu_in_widget): Create toggle buttons.
4523 (update_one_menu_entry): Update toggle buttons.
4524
4525 * xmenu.c (menubar_selection_callback): Add workaround for
4526 Lesstif not calling XmNpopdownCallback.
4527
4528 * xdisp.c (eval_mode_element): New.
4529 (eval_mode_handler): New.
4530 (display_mode_element): Use eval_mode_element.
4531
4532 * xdisp.c (display_mode_element): Allow `(:eval FORM)'.
4533 Remove code looking at text props of default value.
4534
4535 * xmenu.c (HAVE_BOXES): Define if using Lucid menus.
4536
4537 * xlwmenu.c (size_menu_item): Add parameter button_width.
4538 (size_menu): Compute button_width.
4539 (toggle_or_radio_button_width): New.
4540 (draw_toggle): New.
4541 (draw_radio): New.
4542 (draw_shadow_rectangle): Add parameter `down_p'.
4543
4544 * xlwmenuP.h (_window_state): Add button_width.
4545
4546 1998-11-06 Gerd Moellmann <gerd@gnu.org>
4547
4548 * xmenu.c (single_submenu): Set button_type of menu to
4549 BUTTON_TYPE_NONE.
4550 (single_submenu): Likewise for panes and menu items.
4551 (set_frame_menubar): Set button_type of menu bar to none.
4552 (xmenu_show): Likewise.
4553 (single_submenu): Set widget values selected slot.
4554 (xmenu_show): Likewise.
4555
4556 * lwlib.c (merge_widget_value): Handle button_type.
4557 (copy_widget_value_tree): Copy button_type.
4558
4559 * lwlib.h (enum button_type): New.
4560 (_widget_value): New member button_type.
4561
4562 * xmenu.c (push_menu_item): Add parameters `type' and
4563 `selected'. Store it in menu_items.
4564 (MENU_ITEMS_ITEM_TYPE): New.
4565 (MENU_ITEMS_ITEM_SELECTED): New.
4566 (MENU_ITEMS_ITEM_LENGTH): Increase by two.
4567
4568 * xfns.c (clear_image_cache): Get the current time, before
4569 doing anything.
4570 (cache_image): Set prev pointer of next image.
4571 (clear_image_cache): Clear current matrices if any image was
4572 freed.
4573
4574 * xterm.c (XTread_socket): Set inhibit_busy_cursor.
4575
4576 * xfns.c (x_set_cursor): New.
4577 (Fx_display_busy_cursor): New.
4578 (Fx_undisplay_busy_cursor): New.
4579
4580 * xterm.h (struct x_output): Add busy_cursor.
4581
4582 * xfns.c (Vx_busy_pointer_shape): New.
4583 (x_set_mouse_color): Create busy cursor.
4584
4585 * process.c (wait_reading_process_input): Show and hide busy
4586 cursor.
4587
4588 * keyboard.c (command_loop_1): Display busy cursor.
4589
4590 * eval.c (Fsignal): Hide busy cursor.
4591
4592 * buffer.c (set_buffer_internal): Don't set
4593 windows_or_buffers_changed.
4594
4595 * xterm.c (redo_mouse_highlight): New.
4596
4597 1998-11-04 Gerd Moellmann <gerd@gnu.org>
4598
4599 * lwlib-Xm.c (make_menu_in_widget): Test for menubar widgets
4600 using XmNrowColumnType.
4601
4602 * xfns.c (x_create_x_image_and_pixmap): Add depth parameter.
4603 (x_build_heuritic_mask): New.
4604 (lookup_image): Call it.
4605
4606 * xterm.c (note_toolbar_highlight): Always set up help_echo.
4607 (previous_help_echo): New.
4608 (XTread_socket): Generate help event with nil message when
4609 leaving a region with help-echo.
4610 (note_mouse_highlight): Handle `help-echo' over text.
4611 (XTread_socket): Dispatch VisibilityNotify, CirculateNotify,
4612 CirculateRequest.
4613 (clear_mouse_face): Don't clear if tooltip is shown.
4614 (XTread_socket): Redo mouse-highlight after tooltip is gone.
4615 Avoid SET_FRAME_GARBAGED when tooltip is mapped.
4616
4617 * keyboard.c (Vshow_help_function): New.
4618 (read_char): Use it.
4619
4620 1998-11-03 Gerd Moellmann <gerd@gnu.org>
4621
4622 * xfns.c (x_create_tip_frame): New.
4623 (Fx_show_tip): New.
4624 (Fx_hide_tip): New.
4625
4626 * xterm.c (x_destroy_window): Handle case that we don't have
4627 a widget.
4628
4629 * dispextern.h (struct glyph_row): Rename no_marginal_areas_p
4630 to full_width_p. Add internal_border_p.
4631
4632 1998-11-02 Gerd Moellmann <gerd@gnu.org>
4633
4634 * xterm.c (note_mode_line_highlight): Check the charpos of
4635 the glyph under the mouse pointer before accessing text
4636 properties at that position.
4637
4638 1998-11-01 Gerd Moellmann <gerd@gnu.org>
4639
4640 * xterm.c (x_draw_image_relief): Handle toolbar_button_relief.
4641
4642 * xdisp.c (auto-raise-toolbar-buttons): New.
4643 (build_desired_toolbar_string): Handle the flag.
4644 (toolbar-button-margin): New.
4645 (toolbar-button-relief): New.
4646 (build_desired_toolbar_string): Use margin and relief.
4647
4648 * xterm.c (x_set_toolkit_scroll_bar_thumb): Remove workaround
4649 for FreeBSD.
4650 (note_mode_line_highlight): New.
4651 (note_mouse_highlight): Call it.
4652
4653 1998-10-31 Gerd Moellmann <gerd@gnu.org>
4654
4655 * s/freebsd.h (NARROWPROTO): New.
4656
4657 * xdisp.c (display_string): New parameter face_string.
4658 (display_mode_element): When displaying a symbol with a string
4659 value, use text properties from the symbol's default value, maybe.
4660
4661 * xrdb.c (x_load_resources): Add font defaults for menus and
4662 dialogs.
4663
4664 1998-10-30 Gerd Moellmann <gerd@gnu.org>
4665
4666 * xfns.c (Fx_create_frame): Try 12pt Courier font first.
4667
4668 1998-10-29 Gerd Moellmann <gerd@gnu.org>
4669
4670 * xterm.c (x_produce_glyphs): Fix bug causing glyphs to be
4671 produced for characters with codes < 32 under certain
4672 circumstances.
4673
4674 * xdisp.c (redisplay_window): Handle values of PT in front
4675 of invisible, intangible text.
4676 (try_window_id): Set overlay_arrow_seen to zero before
4677 displaying lines.
4678 (display_mode_element): Assign to glyphs written for a mode
4679 line spec `%x' as object the Lisp format string, as position
4680 the position of the `%' in that string.
4681 (display_string): If displaying a C string, optionally get
4682 the face to use from a Lisp string.
4683
4684 * xterm.c (expose_window_tree): Include mode line height.
4685
4686 * xfns.c (Fx_create_frame): Add toolbar height to frame height.
4687
4688 1998-10-27 Gerd Moellmann <gerd@gnu.org>
4689
4690 * xterm.c (note_mouse_highlight): Change mouse pointer shape
4691 over mode line.
4692
4693 1998-10-26 Gerd Moellmann <gerd@gnu.org>
4694
4695 * window.c (coordinates_in_window): Use CURRENT_MODE_LINE_HEIGHT.
4696
4697 * xdisp.c (redisplay_window): If mode line height has changed,
4698 arrange for a thorough immediate redisplay using the correct mode
4699 line height.
4700 (window_box_height): Use CURRENT_MODE_LINE_HEIGHT.
4701
4702 * dispextern.h (MATRIX_MODE_LINE_HEIGHT): New.
4703 (CURRENT_MODE_LINE_HEIGHT): New.
4704 (DESIRED_MODE_LINE_HEIGHT): New.
4705
4706 * keyboard.c (make_lispy_event): Add string and string position
4707 info to mouse-click events.
4708 (read_key_sequence): Handle `local-map' property of mode line
4709 strings.
4710
4711 * keyboard.h (POSN_STRING): New.
4712
4713 1998-10-25 Gerd Moellmann <gerd@gnu.org>
4714
4715 * dispnew.c (mode_line_string): Mew.
4716
4717 * xterm.c (xt_action_hook): New.
4718 (x_create_toolkit_scroll_bar): Add action hook.
4719 (xm_scroll_callback): Implement dragging.
4720
4721 * keyboard.c (Qend_scroll): New.
4722 (scroll_bar_parts): Add it.
4723
4724 * termhooks.h (scroll_bar_end_scroll): New.
4725
4726 * xterm.c (XTread_socket): Bug fix.
4727
4728 1998-10-24 Gerd Moellmann <gerd@gnu.org>
4729
4730 * xdisp.c (redisplay_window): Finish scroll bars after
4731 redisplaying toolbar.
4732
4733 * keyboard.c (scroll_bar_parts): Add Qtop and Qbottom.
4734 (syms_of_keyboard): Add Qbottom.
4735
4736 * termhooks.h (scroll_bar_to_top): New.
4737 (scroll_bar_to_bottom): New.
4738
4739 * xdisp.c (redisplay_window): Always resize toolbar window if
4740 auto_resize_toolbar_p is non-zero.
4741 (auto_resize_toolbar_p): Renamed from auto_resize_toolbar.
4742 (window_box): New.
4743 (window_box_height): New.
4744 (window_box_width): New.
4745 (window_box_left): New.
4746 (window_box_right): New.
4747 (window_box_edges): New.
4748
4749 1998-10-23 Gerd Moellmann <gerd@gnu.org>
4750
4751 * xterm.c (x_set_toolkit_scroll_bar_thumb): Kluge for call to
4752 XawScrollbarSetThumb in FreeBSD.
4753 (x_create_toolkit_scroll_bar): Set resource "beNiceToColormap"
4754 to true.
4755
4756 * window.c (get_phys_cursor_glyph): Return null if cursor vpos
4757 is out of range.
4758
4759 * xterm.c (x_create_toolkit_scroll_bar): Set scroll_bar_pixel.
4760 (x_term_init): Initialize it.
4761
4762 * xterm.h (struct x_display_info): Add scroll_bar_pixel.
4763
4764 * xterm.c (x_create_toolkit_scroll_bar): Set LessTif scroll bar's
4765 cursor.
4766
4767 1998-10-22 Gerd Moellmann <gerd@gnu.org>
4768
4769 * keyboard.c (make_lispy_event): Handle scroll_bar_click
4770 differently when using toolkit scroll bars.
4771
4772 * xterm.c (x_send_scroll_bar_event): New.
4773 (x_scroll_bar_to_input_event): New.
4774 (xaw3d_scroll_callback): New.
4775 (xaw3d_jump_callback): New.
4776 (xm_scroll_callback): New.
4777 (x_toolkit_scroll_p): New.
4778 (XTread_socket): Handle scroll bar client message.
4779 (x_term_init): Initialize Xatom_Scrollbar.
4780 (x_scroll_bar_create): Set cursor.
4781 (xm_scroll_callback):
4782 (x_create_toolkit_scroll_bar): New.
4783 (x_set_toolkit_scroll_bar_thumb): New.
4784 (x_scroll_bar_create): Call x_create_toolkit_scroll_bar.
4785 (XTset_vertical_scroll_bar): Call x_set_toolkit_scroll_bar_thumb.
4786
4787 * xterm.h (struct x_display_info): Add Xatom_Scrollbar.
4788
4789 1998-10-21 Gerd Moellmann <gerd@gnu.org>
4790
4791 * xterm.c (x_scroll_bar_remove): Handle toolkit scroll bars.
4792 (XTread_socket): Don't handle mouse button events for scroll bars
4793 if using toolkit scroll bars.
4794 (XTset_vertical_scroll_bar): Set thumb size and position for
4795 Athena scroll bar.
4796
4797 * xterm.h (scroll_bar): Add x_widget_low and x_widget_high.
4798
4799 * xterm.c (XTread_socket): Dispatch expose event to widget
4800 if using toolkit scroll bars.
4801 (x_scroll_bar_expose): Make no-op for toolkit scroll bars.
4802 (x_scroll_bar_create): Create and show a scroll bar widget
4803 if using toolkit scroll bars.
4804 (x_scroll_bar_move): Handle tookit scroll bars.
4805
4806 * Makefile.in (LIBW): Use Xaw3d if present.
4807
4808 * configure.in (USE_TOOLKIT_SCROLL_BARS): New.
4809 (HAVE_XAW3D): New.
4810
4811 * config.in (USE_TOOLKIT_SCROLL_BARS): New.
4812 (HAVE_XAW3D): New.
4813
4814 * xterm.c (XTset_vertical_scroll_bar): Correct position of
4815 right vertical scroll bar.
4816
4817 1998-10-20 Gerd Moellmann <gerd@gnu.org>
4818
4819 * xfns.c (xpm_load): Support reading XPM images from string
4820 buffers containing data in the same format as an XPM file.
4821 Support `:color-symbols'.
4822 (xpm_format): Add `:data'.
4823 (xpm_keyword_index): Add XPM_DATA.
4824 (syms_of_xfns): Add `:color-symbols'.
4825 (xpm_keyword_index): Add XPM_COLOR_SYMBOLS.
4826 (xpm_valid_color_symbols_p): New.
4827 (xpm_image_p): Call it.
4828
4829 * xdisp.c (build_desired_toolbar_string): Add `:algorithm'
4830 attribute to the image if item is not enabled.
4831
4832 * xfns.c (x_laplace): New.
4833 (x_laplace_read_row): New.
4834 (x_laplace_write_row): New.
4835 (lookup_image): Handle common image attributes here. New
4836 attribute `:algorithm'.
4837
4838 * xfaces.c (clear_face_cache): Call clear_image_cache.
4839
4840 * xterm.c (x_inverted_image_mask): Removed.
4841 (x_draw_image_foreground_1): New.
4842 (x_draw_image_glyph_string): Draw images with mask to a temporary
4843 pixmap to reduce flickering.
4844
4845 * xdisp.c (redisplay_toolbar): Handle auto-resize-toolbars.
4846 (display_toolbar_line): Remove parameter `margin'.
4847
4848 1998-10-19 Gerd Moellmann <gerd@gnu.org>
4849
4850 * xdisp.c (toolbar_lines_needed): New.
4851 (auto-resize-toolbars): New.
4852
4853 * xfns.c (cache_image): Correct call to xrealloc.
4854
4855 * dispnew.c (Fset_toolbar_height): Removed.
4856
4857 * xdisp.c (init_xdisp): Use FRAME_TOP_MARGIN instead of
4858 FRAME_MENU_BAR_LINES.
4859
4860 * window.c (Fdelete_other_windows): Use FRAME_TOP_MARGIN
4861 instead of FRAME_MENU_BAR_LINES.
4862 (check_frame_size): Ditto.
4863
4864 * dispnew.c (adjust_frame_glyphs_initially): Use FRAME_TOP_MARGIN
4865 instead of FRAME_MENU_BAR_LINES.
4866 (adjust_frame_glyphs_for_frame_redisplay): Ditto.
4867 (build_frame_matrix): Ditto.
4868 (change_frame_size_1): Ditto.
4869
4870 * frame.h (FRAME_TOOLBAR_LINES): New.
4871 (FRAME_TOP_MARGIN): New.
4872
4873 * window.c (struct save_window_data): Add frame_toolbar_lines.
4874 (Fset_window_configuration): Handle toolbar lines.
4875 (Fcurrent_window_configuration): Save toolbar lines.
4876
4877 * frame.c (syms_of_frame_1): Add Qtoolbar_lines.
4878
4879 * xfns.c (Fx_create_frame): Add default parameter for toolbar.
4880
4881 * frame.h (struct frame): Rename top_margin to toolbar_lines.
4882
4883 * xfns.c (x_frame_parms): Add `toolbar-lines'.
4884 (x_set_toolbar_lines): New.
4885
4886 * keyboard.c (cmd_error_internal): Bug fix.
4887
4888 * xterm.c: Remove double include of syssignal.h.
4889
4890 1998-10-18 Gerd Moellmann <gerd@gnu.org>
4891
4892 * xterm.c (x_toolbar_item): New.
4893 (x_handle_toolbar_click): Use it.
4894 (note_toolbar_highlight): Use it.
4895
4896 * keyboard.c (syms_of_keyboard): Staticpro toolbar_item_properties
4897 and toolbar_items_vectors.
4898
4899 * xterm.c (help_echo): New.
4900 (draw_glyphs_face): Add DRAW_IMAGE_RAISED and DRAW_IMAGE_SUNKEN.
4901 (x_set_glyph_string_gc): Handle them.
4902 (x_after_update_window_line): Don't do anything in pseudo-windows.
4903 (x_produce_image_glyph): Take image margin and face relief into
4904 account.
4905 (x_get_glyph_string_clip_rect): Handle pseudo-windows.
4906 (x_draw_glyph_string_background): Optimize case when face has
4907 relief.
4908 (x_setup_relief_color): Take frame instead of glyph string
4909 parameter.
4910 (x_draw_relief_rect): New.
4911 (x_draw_glyph_string_relief): Call it.
4912 (x_draw_image_glyph_string_foreground): Handle margin and image
4913 relief.
4914 (x_draw_image_glyph_string_background): Ditto.
4915 (expose_frame): Redraw toolbar window.
4916 (expose_window): Don't draw cursor for pseudo-windows.
4917 (x_y_to_hpos_vpos): Handle pseudo-windows.
4918 (frame_to_window_pixel_xy): New.
4919 (note_mouse_highlight): Call note_toolbar_highlight.
4920 (x_handle_toolbar_click): New.
4921 (note_toolbar_highlight): New.
4922 (show_mouse_face): Change int parameter `hl' to parameter of
4923 type enum draw_glyphs_face. Handle image highlighting.
4924 (XTread_socket): Return a HELP_EVENT input event if help_echo is
4925 non-nil. Use x_handle_toolbar_click.
4926
4927 * termhooks.h (event_kind): Add HELP_EVENT, TOOLBAR_EVENT.
4928
4929 * xfns.c (image_value_type): Add IMAGE_INTEGER_VALUE,
4930 IMAGE_BOOL_VALUE.
4931 (parse_image_spec): Handle them.
4932 (image_spec_value): Additional parameter found.
4933 (free_image): Remove image from the vector `images' of the
4934 image cache.
4935 (clear_image_cache): Additional parameter force_p.
4936 (Fclear_image_cache): New.
4937 (x_find_image_file): New.
4938 (xbm_load): Handle `:margin' and `:relief'. Use
4939 x_find_image_file.
4940 (xpm_load): Likewise.
4941 (pbm_load): Likewise.
4942 (jpeg_load): Likewise.
4943 (tiff_load): Likewise.
4944 (gif_load): Likewise.
4945
4946 * keyboard.c (Qhelp_echo): New symbol.
4947 (read_char): Handle `toolbar' and `help_echo' events.
4948 (kbd_buffer_get_event): Handle HELP_ECHO input event.
4949 (make_lispy_event): Handle TOOLBAR_EVENT.
4950 (toolbar_items): New.
4951 (process_toolbar_item): New.
4952 (PROP): New.
4953 (init_toolbar_items): New.
4954 (append_toolbar_item): New.
4955 (read_char_x_menu_prompt): Handle `toolbar' event.
4956 (read_key_sequence): Ditto.
4957
4958 * xfaces.c (Qtoolbar): New.
4959 (realize_basic_faces): Realize `toolbar' face.
4960 (face_at_string_position): Remove parameter modeline_p, add
4961 base_face_id.
4962
4963 * xfns.c (xbm_load_image_from_file): Don't use Xmu function
4964 to read data.
4965
4966 1998-10-17 Gerd Moellmann <gerd@gnu.org>
4967
4968 * xdisp.c (init_iterator): Replace parameter modeline_p with
4969 base_face_id.
4970 (next_element_from_string): Call get_next_display_element
4971 recursively after handling text properties.
4972 (prepare_menu_bars): Call update_toolbar.
4973 (update_toolbar): New.
4974 (build_desired_toolbar_string): New.
4975 (display_toolbar_line): New.
4976 (redisplay_toolbar): New.
4977 (toolbar_item_info): New.
4978 (redisplay_window): Call redisplay_toolbar.
4979 (Fdump_toolbar_row): New. Defined if compiled with GLYPH_DEBUG.
4980
4981 * dispnew.c (clear_current_matrices): Clear matrices of toolbar
4982 window.
4983 (clear_desired_matrices): Ditto.
4984 (adjust_frame_glyphs_for_window_redisplay): Make toolbar window.
4985 (free_glyphs): Free matrices of toolbar window.
4986 (update_frame): Update toolbar window.
4987 (change_frame_size_1): Take toolbar into account.
4988 (Fset_toolbar_height): New.
4989
4990 * dispextern.h (struct it): Remove member modeline_p, add
4991 base_face_id.
4992 (struct image): Add members relief and margin.
4993 (IMAGE_ASCENT): Include margin in height.
4994
4995 1998-10-14 Gerd Moellmann <gerd@gnu.org>
4996
4997 * xfns.c (Fclear_image_cache): New.
4998
4999 * xfaces.c (realize_basic_faces): Realize toolbar face.
5000 (face_at_string_position): Remove parameter modeline_p, add
5001 base_face_id.
5002
5003 * dispextern.h (enum face_id): Add TOOLBAR_FACE_ID.
5004
5005 1998-10-13 Gerd Moellmann <gerd@gnu.org>
5006
5007 * keyboard.c (syms_of_keyboard): Intern `:help'.
5008
5009 1998-10-12 Gerd Moellmann <gerd@gnu.org>
5010
5011 * xterm.c (note_toolbar_highlight): New.
5012 (note_mouse_highlight): Call it.
5013
5014 * window.c (window_from_coordinates): Additional parameter toolbar_p.
5015 (coordinates_in_window): Handle toolbar window.
5016
5017 * keyboard.c (toolbar_items): New.
5018 (process_toolbar_item): New.
5019 (parse_toolbar_item): New.
5020 (init_toolbar_items): New.
5021 (append_toolbar_item): New.
5022
5023 * dispextern.h (enum toolbar_item_idx): New.
5024 (enum toolbar_item_image): New.
5025
5026 * frame.h (struct frame): Add toolbar-related members.
5027
5028 * xfaces.c (face_at_string_position): Remove assertion that
5029 current_buffer == window's buffer. This is not the case when
5030 called for the toolbar window.
5031
5032 * frame.c (make_frame): Initialize toolbar members.
5033
5034 * alloc.c (mark_object): Mark toolbar data of frames.
5035
5036 * frame.h (struct frame): Add toolbar-related members
5037 toolbar_window, desired_toolbar_items, current_toolbar_items,
5038 desired_toolbar_string, current_toolbar_string,
5039 n_desired_toolbar_items, n_current_toolbar_items. Add
5040 window_height.
5041
5042 * xterm.c (x_after_update_window_line): Don't draw bitmap
5043 areas for pseudo-windows.
5044 (expose_frame): Handle toolbar window.
5045 (expose_window): Don't do cursor stuff for pseudo-windows.
5046
5047 * xdisp.c (display_menu_bar): Correct calls to init_iterator.
5048
5049 1998-10-11 Gerd Moellmann <gerd@gnu.org>
5050
5051 * frame.c (make_frame): Initialize toolbar_window.
5052
5053 * alloc.c (mark_object): Make the toolbar window.
5054
5055 * dispnew.c (update_frame): Update frame's toolbar_window.
5056 (clear_current_matrices): Likewise.
5057 (clear_desired_matrices): Likewise.
5058 (adjust_frame_glyphs_for_window_redisplay): Make toolbar_window.
5059 (free_glyphs): Free the toolbar window and its matrices.
5060
5061 * frame.h (struct frame): Add toolbar_window.
5062
5063 * xterm.c (x_draw_glyph_string_relief): Handle mouse-face
5064 with relief.
5065
5066 1998-10-10 Gerd Moellmann <gerd@gnu.org>
5067
5068 * dispnew.c (buffer_posn_from_coords): Don't screw up if
5069 window start is not in the range BEGV..ZV.
5070
5071 1998-10-09 Gerd Moellmann <gerd@gnu.org>
5072
5073 * xdisp.c (try_scrolling): Experimentally handle the case
5074 that scroll-preserve-screen-position is set to `always'.
5075
5076 * window.c (Vscroll_preserve_screen_position): Replacement for
5077 scroll_preserve_screen_position.
5078
5079 1998-10-08 Gerd Moellmann <gerd@gnu.org>
5080
5081 * dispnew.c: Don't initialize auto structs; the HP/UX compiler
5082 doesn't like it.
5083 * xdisp.c: Ditto.
5084
5085 * xdisp.c (make_cursor_line_fully_visible): Adjust this_line_y.
5086
5087 1998-10-06 Gerd Moellmann <gerd@gnu.org>
5088
5089 * minibuf.c (Fminibuffer_complete_word): Fix computation of
5090 i_byte when prompts are inserted into minibuffers.
5091
5092 * dispextern.h (FRAME_INTERNAL_BORDER_WIDTH_SAFE): New.
5093 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Use it.
5094 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y): Ditto.
5095
5096 1998-10-04 Gerd Moellmann <gerd@gnu.org>
5097
5098 * xdisp.c (make_cursor_line_fully_visible): New.
5099 (try_scrolling): New.
5100 (redisplay_window): Move scrolling code to try_scrolling.
5101 (make_cursor_line_fully_visible): Handle case of window too small
5102 to show a single line.
5103 (redisplay_window): Case forced window start---use
5104 make_cursor_line_fully_visible.
5105 (redisplay_window): Case cursor movement via current matrix.
5106 If ending up on a partially visible line, make it fully visible
5107 instead of recentering.
5108 (try_scrolling): Additional parameter scroll_smoothly.
5109
5110 * xterm.c (x_draw_bitmap): Don't XClearArea under the pixmap.
5111
5112 1998-09-28 Gerd Moellmann <gerd@gnu.org>
5113
5114 * window.c (window_scroll_pixel_based): Bug fix: vpos used
5115 instead of y-position for scroll-preserved-screen-position.
5116
5117 1998-09-07 Gerd Moellmann <gerd@gnu.org>
5118
5119 * dispnew.c (update_frame_line): If current row is not enabled,
5120 write the whole line.
5121
5122 1998-09-06 Gerd Moellmann <gerd@gnu.org>
5123
5124 * lisp.h (HAVE_FACES): Removed.
5125
5126 * dispextern.h (HAVE_FACES): Removed.
5127
5128 * config.in (HAVE_FACES): Removed.
5129
5130 * dispnew.c (HAVE_FACES): Removed.
5131
5132 * xdisp.c (HAVE_FACES): Removed.
5133
5134 * xfaces.c (HAVE_FACES): Removed.
5135
5136 1998-09-05 Gerd Moellmann <gerd@gnu.org>
5137
5138 * xdisp.c (init_iterator): If face_change_count is non-zero,
5139 free realized faces.
5140
5141 * xfaces.c (free_all_realized_faces): Make it externally visible.
5142 (Finternal_set_lisp_face_attribute): Increment
5143 windows_or_buffers_changed.
5144
5145 * dispnew.c (direct_output_for_insert): Give up if
5146 face_change_count is non-zero.
5147 (direct_output_forward_char): Ditto.
5148
5149 * xfaces.c (face_change_count): New.
5150
5151 1998-09-04 Gerd Moellmann <gerd@gnu.org>
5152
5153 * xterm.c (x_draw_bar_cursor): Don't draw if cursor hpos is out
5154 of range.
5155
5156 1998-09-03 Gerd Moellmann <gerd@gnu.org>
5157
5158 * term.c (Ftty_display_color_p): New.
5159
5160 1998-09-02 Gerd Moellmann <gerd@gnu.org>
5161
5162 * xfaces.c (Ftty_defined_colors): New.
5163
5164 * xterm.c (x_produce_glyphs): Fix computation of
5165 contains_overlapping_glyphs_p for ASCII.
5166
5167 * dispnew.c (Fshow_cursor): Don't change cursor state while
5168 redisplaying.
5169 (direct_output_for_insert): If a glyph with lbearing or rbearing
5170 is among the new glyphs, set row flag contains_overlapping_glyph_p.
5171
5172 1998-09-01 Gerd Moellmann <gerd@gnu.org>
5173
5174 * term.c (OUTPUT_IF): Make replacement text have statement form.
5175 (OUTPUT1_IF): Ditto.
5176 (TS_italic_mode, TS_end_italic_mode): Removed.
5177 (TS_bold_mode): Removed.
5178 (TS_underscore_mode, TS_end_underscore_mode): Removed.
5179 (TS_enter_bold_mode, TS_enter_dim_mode, TS_enter_blink_mode): New.
5180 (TS_enter_reverse_mode): New.
5181 (TS_enter_underline_mode, TS_exit_underline_mode): New.
5182 (TN_magic_cookie_glitch_ul): New.
5183 (TS_enter_alt_charset_mode, TS_exit_alt_charset_mode): New.
5184 (TS_exit_attribute_mode): New.
5185 (TN_max_colors, TN_max_pairs, TS_orig_pairs): New.
5186 (TS_set_foreground, TS_set_background): New.
5187 (reset_terminal_modes): Switch colors back to default.
5188 (write_glyphs): Turn face on before writing text, turn it off
5189 afterwards.
5190 (insert_glyphs): Ditto.
5191 (term_init): Initialize new terminal capability variables.
5192 (turn_on_face): Turn a face on.
5193 (turn_off_face): Turn a face off.
5194
5195 * lisp.h (MAKE_GLYPH): Remove test for frame type.
5196 (GLYPH_CHAR): Ditto.
5197 (GLYPH_FACE): Ditto.
5198
5199 * xfaces.c (Vface_tty_color_alist): New.
5200 (face-register-tty-color): New.
5201 (face-clear-tty-colors): New.
5202
5203 * dispextern.h (FACE_TTY_DEFAULT_COLOR): New.
5204 (struct it): Remove member faces_p since we now always have faces.
5205
5206 1998-08-31 Gerd Moellmann <gerd@gnu.org>
5207
5208 * dispextern.h (struct face): Add tty appearance flags.
5209
5210 * xdisp.c (init_iterator): Always handle faces.
5211 (extend_face_to_end_of_line): Handle tty frames.
5212
5213 * dispnew.c (clear_glyph_matrix): Allow a null matrix to be
5214 passed in.
5215
5216 1998-08-30 Gerd Moellmann <gerd@gnu.org>
5217
5218 * xfaces.c (realize_default_face): Use empty strings to indicate
5219 that the face should use the default foreground/background
5220 color of the terminal. Fill font-related attributes with
5221 appropriate values for tty frames.
5222
5223 * emacs.c (main): Call syms_of_xfaces before init_window_once.
5224
5225 * xfaces.c (realize_default_face): If face `default' is not
5226 yet known, create it.
5227
5228 * frame.c (make_terminal_frame): Call init_frame_faces
5229 unconditionally.
5230
5231 * xfaces.c (init_frame_faces): Make it work for tty frames.
5232 (free_frame_faces): Ditto.
5233 (clear_face_cache): Ditto.
5234 (recompute_basic_faces): Ditto.
5235 (Fframe_face_alist): Ditto.
5236 (free_realized_face): Ditto.
5237 (prepare_face_for_display): Ditto.
5238 (clear_face_gcs): Ditto.
5239 (lookup_face): Ditto.
5240 (smaller_face): Ditto.
5241 (realize_default_face): Ditto.
5242 (realize_face): Ditto.
5243 (realize_face): Dispatch to functions depending on the frame type.
5244 (realize_x_face): X way of realizing faces.
5245 (realize_tty_face): TTY way of realizing faces.
5246
5247 1998-08-29 Gerd Moellmann <gerd@gnu.org>
5248
5249 * xfaces.c (realize_face): Remove parameter unibyte_registry,
5250 compute it instead.
5251 (lookup_face): Remove local variable unibyte_registry.
5252
5253 1998-08-22 Gerd Moellmann <gerd@gnu.org>
5254
5255 * xterm.c (x_draw_glyph_string_relief): Draw top and bottom lines
5256 1 pixel longer.
5257
5258 * xdisp.c (face_before_or_after_it_pos): Fix computation
5259 of face in buffer.
5260
5261 * editfns.c (make_buffer_string_both): If prompt in buffer,
5262 prevent start > end.
5263
5264 * indent.c (Fvertical_motion): Set current_buffer to window's
5265 buffer if it isn't already.
5266
5267 1998-08-21 Gerd Moellmann <gerd@gnu.org>
5268
5269 * dispextern.h (GLYPH_DEBUG): Use default 0.
5270
5271 * xdisp.c (it_props): New member `smaller'.
5272 (init_iterator): Initialize it.
5273 (Qsmaller): New.
5274 (push_it): Save value of `smaller' value on the stack.
5275 (pop_it): Restore `smaller' from the stack.
5276 (handle_smaller_prop): New.
5277 (handle_face_prop): Use `smaller' text property to select a
5278 suitable face.
5279
5280 * dispextern.h (SMALLER_PROP_IDX): New.
5281 (struct it): Add member `smaller'.
5282
5283 * xfaces.c (smaller_face): New.
5284
5285 * frame.h (FRAME_WINDOW_WIDTH_ARG): Add bitmap area widths.
5286
5287 * dispnew.c (allocate_matrices_for_window_redisplay): Compute
5288 total pixel width of window differently.
5289
5290 * xdisp.c (init_iterator): Compute width of mode line differently.
5291
5292 * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract width
5293 of bitmap areas.
5294
5295 * window.c (Fsplit_window): Include width of bitmap areas in
5296 window width.
5297 (window_internal_width): Subtract width of bitmap areas from
5298 total width.
5299
5300 1998-08-18 Gerd Moellmann <gerd@gnu.org>
5301
5302 * xdisp.c: Functions reordered for better readability.
5303
5304 * dispnew.c (update_text_area): Handle glyphs with arbitrary
5305 lbearing.
5306 (update_window_tree): Parameter no_scrolling_p removed.
5307 (update_single_window): Ditto.
5308
5309 * xterm.c (x_get_char_font_and_encoding): Renamed to
5310 x_get_char_face_and_encoding.
5311
5312 * dispnew.c (update_text_area): Don't call get_glyph_overhangs
5313 if end of current row reached.
5314
5315 * xterm.c (x_get_glyph_face_and_encoding): New.
5316 (x_get_glyph_overhangs): Call it.
5317
5318 * xdisp.c (Qshow_trailing_whitespace): New.
5319 (Qtrailing_whitespace): New.
5320 (enum prop_handled): New.
5321 (struct props, it_props): New.
5322 (next_overlay_change): New. Works like Fnext_overlay_change
5323 but doesn't use xmalloc.
5324 (handle_stop): Restructured.
5325 (face_before_or_after_it_pos): Case iteration over a string: fix
5326 handling of face before current position.
5327
5328 1998-08-16 Gerd Moellmann <gerd@gnu.org>
5329
5330 * dispnew.c (adjust_glyph_matrix): Don't optimize matrix
5331 reallocation matrix if fonts_changed_p.
5332 (update_text_area): Handle glyphs with lbearing.
5333
5334 1998-08-14 Gerd Moellmann <gerd@gnu.org>
5335
5336 * xdisp.c (struct props): New.
5337 (it_props): New.
5338 (compute_prop_info): New.
5339 (handle_stop): New.
5340
5341 * textprop.c (validate_interval_range): Make it externally
5342 visible.
5343
5344 * dispnew.c (direct_output_for_insert): Remove calls
5345 to compute_stop_pos.
5346
5347 * dispextern.h (struct it): Remove check_charpos,
5348 next_overlay_pos. Add what_changes.
5349
5350 1998-08-10 Gerd Moellmann <gerd@gnu.org>
5351
5352 * xterm.c (note_mouse_highlight): Set BEGV_BYTE, ZV_BYTE.
5353
5354 * xfaces.c (Vx_unibyte_registry_and_encoding): Removed. Use
5355 face_default_registry instead.
5356
5357 * syntax.c (scan_sexps_forward): Set up syntax table before
5358 jumping to initial state label.
5359
5360 1998-08-09 Gerd Moellmann <gerd@gnu.org>
5361
5362 * dispnew.c (check_matrix_invariants): Handle case of row end pos
5363 >= ZV specially.
5364
5365 1998-08-08 Gerd Moellmann <gerd@gnu.org>
5366
5367 * xdisp.c (redisplay_window): Case cursor movement---if cursor
5368 ends up in partially visible row, try to scroll. Case forced
5369 window start---handle windows not tall enough to show a single
5370 line.
5371
5372 * window.h (struct window): Member dy renamed vscroll.
5373
5374 * xterm.c (x_list_fonts): Re-activate suppression of scalable
5375 fonts.
5376 (x_draw_stretch_glyph_string): Set clipping if using GC that
5377 hasn't set it yet.
5378
5379 * xdisp.c (redisplay_window): Case forced window start -
5380 don't let cursor end on partially visible row. Use desired
5381 matrix to find a suitable PT if it doesn't appear.
5382 (decode_mode_spec): Merged with 20.2.97.
5383 (try_window_reusing_current_matrix): Give up if old or
5384 new display is vscrolled.
5385 (redisplay_window): Reset vscrolling if forced window start,
5386 or if recentering.
5387
5388 1998-08-06 Gerd Moellmann <gerd@gnu.org>
5389
5390 * xfaces.c (realize_default_face): Use the fontset name instead of
5391 the alias for the family attribute of the default face because we
5392 can't easily determine a good alias from fontset-alias-alist.
5393 (face_fontset): Use Fquery_fontset to find the fontset.
5394 (font_list): Additional pattern parameter.
5395 (try_font_list): Ditto.
5396 (set_lface_from_font_name): Set face family from font foundry
5397 and family.
5398 (font_list): If family contains a hyphen, build pattern differently.
5399
5400 1998-08-05 Gerd Moellmann <gerd@gnu.org>
5401
5402 * xfaces.c (free_realized_faces): Increment windows_or_buffers_-
5403 changed instead of setting the frame garbaged.
5404
5405 * xfaces.c (lface_equal_p): Don't assume equal Lisp types for
5406 all attribute values. This is wrong if values are unspecified,
5407 i.e. nil.
5408
5409 * xdisp.c (try_window_id): Give up if window start changed.
5410
5411 * xfaces.c (make_realized_face): Store registry as Lisp object.
5412 (load_face_font_or_fontset): Compute registry of a face
5413 differently. Make it `eq' to Vx_unibyte_registry_and_encoding if
5414 possible.
5415
5416 * dispextern.h (FACE_SUITABLE_FOR_CHARSET_P): Compare registries
5417 differently.
5418
5419 * alloc.c (mark_face_cache): Mark the registry member of faces.
5420
5421 * dispextern.h (struct face): Make registry a Lisp string.
5422
5423 1998-08-04 Gerd Moellmann <gerd@gnu.org>
5424
5425 * xterm.c (x_get_char_font_and_encoding): Additional parameter
5426 multibyte_p. Handle unibyte text.
5427 (x_append_glyph): Set the multibyte_p flag of glyphs.
5428 (x_produce_image_glyph): Ditto.
5429 (x_append_stretch_glyph): Ditto.
5430 (x_produce_glyphs): Handle unibyte text like ASCII.
5431
5432 * xdisp.c (push_it): Save the multibyte flag of an iterator on the
5433 stack.
5434 (pop_it): Restore it.
5435 (face_before_or_after_it_pos): Handle the case that the string or
5436 buffer is unibyte.
5437 (get_overlay_strings): Set the multibyte flag of the iterator if
5438 the new overlay string is multibyte.
5439 (get_glyph_property): Likewise.
5440 (get_next_display_element): Don't check for charset changes in
5441 unibyte text.
5442 (append_space): Compute face differently for unibyte text.
5443 (extend_face_to_end_of_line): Don't return quickly if face has
5444 stipple.
5445
5446 * xfaces.c (load_face_font_or_fontset): Store registry and
5447 encoding of the font in the registry member of the face.
5448 (make_realized_face): Additional parameter `registry'.
5449 (free_realized_face): Free the registry of a realized face.
5450 (face_suitable_for_charset_p): Function form of the macro
5451 with the same name in uppercase.
5452 (lookup_face): Use Vx_unibyte_registry_and_encoding if charset < 0.
5453 (choose_face_font): New parameter unibyte_registry.
5454 (choose_face_fontset_font): Ditto.
5455 (realize_default_face): Remember the registry and encoding of
5456 the specified frame font in Vx_unibyte_registry_and_encoding.
5457 (face_at_buffer_position): Handle unibyte.
5458 (face_at_string_position): Likewise.
5459 (realize_face): New parameter unibyte_registry.
5460 (compute_char_face): Handle the unibyte case.
5461
5462 * dispextern.h (struct glyph): Add bit multibyte_p.
5463 (struct face): New member registry holding the registry and
5464 encoding of the X font of the face.
5465 (FACE_UNIBYTE_P): Value is non-zero if face is for unibye text.
5466 (enum face_id): Add BASIC_FACE_ID_SENTINEL.
5467 (FACE_SUITABLE_FOR_CHARSET_P): Handle charset < 0 meansing unibyte
5468 text.
5469 (struct iterator_stack_entry): Add multibyte_p.
5470
5471 * xdisp.c (string_pos): Use string_char_to_byte.
5472 (char_charset): Removed.
5473
5474 1998-08-03 Gerd Moellmann <gerd@gnu.org>
5475
5476 * xterm.c (x_draw_image_glyph_string_foreground): Draw a
5477 rectangle for a block cursor over an image without a mask.
5478 (x_stretch_block_cursor): Added. Non-zero means don't draw
5479 a block cursor over a stretch as wide as that stretch.
5480 (x_draw_stretch_glyph_string): Use it.
5481 (x_draw_hollow_cursor): Ditto.
5482
5483 * minibuf.c (read_minibuf): Use minibuf_prompt instead of prompt.
5484 (read_minibuf): Add front-sticky text property for prompt.
5485
5486 * xdisp.c (char_charset): Return charset of a character,
5487 depending on whether or not multi-byte characters are enabled.
5488
5489 * xfaces.c (Fset_face_charset_registry): Removed.
5490 (x_charset_registry): Determine registry from charset plist.
5491
5492 1998-08-02 Gerd Moellmann <gerd@gnu.org>
5493
5494 * xdisp.c (get_next_display_element): Don't check for charset
5495 changes if multi-byte characters are not enabled.
5496
5497 * xdisp.c (echo_area_display): Use the flush function from the
5498 redisplay interface.
5499 * keyboard.c (detect_input_pending_run_timers): Likewise.
5500
5501 * dispextern.h (produce_*glyphs_hook): Removed.
5502 * term.c (produce_*glyphs): Ditto.
5503 (cursor_to): Remove pixel position parameters.
5504
5505 * dispnew.c: Remove hooks for window-based redisplay, introduce
5506 a redisplay interface structure.
5507
5508 * xterm.c (x_per_char_metric): Return default char metrics if per
5509 char metric exists but contains a zero width. Adobe Courier seems
5510 to contain such characters.
5511
5512 * xdisp.c (compute_line_metrics): Compute the width of rows
5513 without stopping at glyphs with zero width.
5514
5515 1998-08-01 Gerd Moellmann <gerd@gnu.org>
5516
5517 * xdisp.c (display_mode_line): If nothing was displayed at all,
5518 display a space.
5519 (hscroll_window_tree): Don't subtract 1 from target point if equal
5520 to ZV and window is not the selected window.
5521
5522 * dispnew.c (check_matrix_invariants): Remove check for window
5523 start at BEGV or after newline. This happens in rare cases
5524 intentionally.
5525
5526 1998-07-31 Gerd Moellmann <gerd@gnu.org>
5527
5528 * xfaces.c (x_charset_registry): Use STRING_BYTES.
5529 (syms_of_xfaces): Add Vface_default_registry.
5530 (x_charset_registry): Use it.
5531
5532 * xdisp.c (run_window_scroll_functions): Run window scroll functions.
5533 (redisplay_window): Use it.
5534
5535 * dispnew.c (update_text_area): Handle lbearing of deleted text
5536 by backing up one character.
5537
5538 1998-07-30 Gerd Moellmann <gerd@gnu.org>
5539
5540 * dispnew.c (adjust_glyph_matrix): Use a different check to
5541 decide to do nothing.
5542
5543 * xfaces.c (face_at_string_position): Additional parameter
5544 mode_line_p. If non-zero, merge with the mode line face
5545 instead of the default face.
5546 * dispextern.h (struct it): Add mode_line_p.
5547 * xdisp.c (init_iterator): Set it.
5548 (compute_face_in_string): Use it.
5549 (face_before_or_after_it_pos): Handle strings.
5550 (get_next_display_element): Don't look for relief end in C strings.
5551 (next_element_from_string): Deliver string position instead of
5552 buffer position.
5553
5554 * xterm.c (x_flush): Flush X output buffer.
5555 (XTflash): Use it.
5556
5557 * xfaces.c (lface_from_face_name): Renamed from lface_from_symbol.
5558 Allow strings as face names.
5559
5560 * xfns.c (forall_images_in_image_cache): Check that frame is
5561 alive.
5562
5563 * widget.c (EmacsFrameDestroy): Remove call to free_frame_faces;
5564 it's also called from x_destroy_window. Since this function is
5565 called from X, freeing stuff allocated with xmalloc is dangerous
5566 here, anyway.
5567
5568 * xfaces.c (free_realized_faces): Don't clear current matrices
5569 of a frame being destroyed.
5570
5571 * frame.c (make_frame): Call set_window_buffer instead of
5572 Fset_window_buffer.
5573
5574 * window.c (set_window_buffer): Extracted from Fset_window_buffer,
5575 with an additional argument specifying whether or not hooks may
5576 be called.
5577 (Fset_window_buffer): Call it.
5578
5579 * dispnew.c (clear_desired_matrices): Check that frame has
5580 a valid root window before clearing matrices in the window tree.
5581 (clear_current_matrices): Ditto.
5582 (clear_window_matrices): If GLYPH_DEBUG, check that hchild and
5583 vchild are valid windows if not nil.
5584
5585 * xfaces.c (merge_face_vector_with_property): Allow :reverse-video
5586 for :inverse-video.
5587 (Finternal_set_lisp_face_attribute): Ditto.
5588 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
5589 (Finternal_get_lisp_face_attribute): Ditto.
5590 (Finternal_lisp_face_attribute_values): Ditto.
5591 (syms_of_xfaces): Define the symbol `:reverse-video'.
5592
5593 * xdisp.c (get_glyph_property): Renamed from
5594 fill_iterator_from_glyph_property.
5595 (next_element_from_buffer): Handle case that no `glyph' property
5596 was found correctly.
5597 (display_line): Extend face to end of line only if we have faces.
5598
5599 1998-07-29 Gerd Moellmann <gerd@gnu.org>
5600
5601 * dispnew.c (Fshow_cursor): Renamed from blink_cursor. Take
5602 additional window argument.
5603
5604 * xdisp.c (reseat_at_previous_visible_line_start): Renamed from
5605 set_iterator_to_previous_visible_line_start.
5606 (reseat_at_next_visible_line_start): Likewise.
5607 (compute_stop_pos): Renamed from set_iterator_stop_pos.
5608 (face_before_or_after_it_pos): Renamed from get_face_at_it_pos.
5609 (compute_face_in_buffer): Renamed from
5610 compute_face_at_iterator_position.
5611 (compute_face_in_string): Renamed from
5612 compute_face_at_iterator_string_position.
5613 (get_space_width): Renamed from get_iterator_space_width.
5614 (next_overlay_string): Renamed from
5615 set_iterator_to_next_overlay_string.
5616 (get_overlay_strings): Renamed from
5617 get_overlay_strings_at_iterator_position.
5618 (restore_overlay_strings): Renamed from
5619 setup_overlay_strings_from_glyph_pos.
5620 (restore_dpvec): Renamed from setup_iterator_dpvec_from_glyph_pos.
5621 (init_from_display_pos): Renamed from init_iterator_from_glyph_pos.
5622 (init_to_row_start): Renamed from init_iterator_to_row_start.
5623 (init_to_row_end): Formerly init_iterator_to_next_row_start.
5624
5625 * xterm.c: Merge with 20.2.97.
5626 (x_produce_glyphs): Use x_append_stretch_glyph for tabs.
5627
5628 * dispextern.h (struct glyph): Replace text_pos position with
5629 simple charpos.
5630
5631 * xdisp.c (this_line_start_pos): Use struct text_pos.
5632 (this_line_end_pos): Renamed from .*endpos; use struct text_pos.
5633 (enum move_it_result): Renamed from move_iterator_result.
5634 (string_pos_nchars_ahead): Compute text_pos in a string from a
5635 known text_pos plus a character delta.
5636 (string_pos): Compute text_pos in string from charpos.
5637 (c_string_pos): Likewise for a C string.
5638 (number_of_chars): Return number of characters in a possibly
5639 multi-byte C string.
5640 (check_it): Renamed from check_iterator. Check that charpos and
5641 bytepos are in sync.
5642 (push_it): Renamed from save_iterator_settings.
5643 (pop_it): Renamed from restore_iterator_settings.
5644 (move_it_.*): Renamed from move_iterator_.*.
5645 (charset_at_position): Take charpos/bytepos into account.
5646 (back_to_previous_line_start): Set iterator to previous line start.
5647 (forward_to_next_line_start): Set iterator to next line start.
5648 (back_to_previous_visible_line_start): Renamed from
5649 move_iterator_previous_visible_line_start.
5650 (set_iterator_to_next_visible_line_start): Handle charpos/bytepos.
5651 (get_face_at_it_pos): Renamed from get_face_from_cursor_pos.
5652 Handle charpos/bytepos.
5653 (compute_face_at_iterator_position): Handle charpos/bytepos.
5654 (compute_face_at_iterator_string_position): Likewise.
5655 (get_iterator_space_width): Likewise.
5656 (load_overlay_strings): Likewise.
5657 (get_overlay_strings_at_iterator_position): Likewise.
5658 (reseat_iterator): Take a text_pos position argument.
5659 (setup_iterator_overlay_strings_from_glyph_pos): Handle charpos/
5660 bytepos.
5661 (init_iterator): Take additional bytepos parameter.
5662 (reseat_iterator_to_string): Handle charpos/bytepos.
5663 (start_display): Take a text_pos parameter. Handle charpos/bytepos.
5664 (next_element_from_string): Handle charpos/bytepos.
5665 (next_element_from_c_string): Likewise.
5666 (fill_iterator_from_glyph_property): Likewise.
5667 (next_element_from_buffer): Likewise.
5668 (set_iterator_to_next): Increment charpos and bytepos of an iterator.
5669 (move_iterator_in_display_line_to): Handle charpos/bytepos.
5670 (move_it_to): Likewise.
5671 (move_it_vertically_backward): Likewise.
5672 (move_it_vertically): Likewise.
5673 (move_it_by_lines): Likewise.
5674 (hscroll_window_tree): Likewise.
5675 (redisplay_internal): Likewise.
5676 (set_cursor_from_row): Likewise.
5677 (redisplay_window): Likewise.
5678 (try_window): Take a text_pos parameter. Handle charpos/bytepos.
5679 (try_window_reusing_current_matrix): Handle charpos/bytepos.
5680 (get_first_unchanged_at_end_row): Compute and return delta_bytes.
5681 (try_window_id): Handle charpos/bytepos.
5682 (Ftrace_redisplay_toggle): Return Qnil.
5683 (get_overlay_arrow_glyph_row): Handle charpos/bytepos.
5684 (insert_left_trunc_glyphs): Likewise.
5685
5686 * dispnew.c: `Merge' with 20.2.97 (it's really too different to
5687 do a real merge).
5688 (increment_glyph_matrix_buffer_positions): Add parameter delta_bytes.
5689 (increment_glyph_row_buffer_positions): Ditto.
5690 (copy_glyph_row_contents): Ditto.
5691 (check_matrix_invariants): Add additional checks for charpos/
5692 bytepos consistency.
5693 (direct_output_for_insert): Changed for charpos/bytepos.
5694 (buffer_posn_from_coords): Likewise. Put code dealing with
5695 `direction-reversed' in #if 0.
5696
5697 * xterm.h: Merge with 20.2.97.
5698
5699 * frame.h: Merge with 20.2.97.
5700
5701 * window.h: Merge with 20.2.97. Add window_end_bytepos.
5702
5703 * dispextern.h (MATRIX_ROW_START_CHARPOS): Get charpos of a row
5704 start.
5705 (MATRIX_ROW_START_BYTEPOS): Likewise for the byte position.
5706 (MATRIX_ROW_END_CHARPOS): Likewise for the row end.
5707 (MATRIX_ROW_END_BYTEPOS): Likewise for the row end byte position.
5708 (struct it): Various members renamed from .*pos to .*charpos.
5709 (IT_CHARPOS): Access current buffer character position of an
5710 iterator.
5711 (IT_BYTEPOS): Access current buffer byte position of an iterator.
5712 (IT_STRING_CHARPOS): Access current string character position of
5713 an iterator.
5714 (IT_STRING_BYTEPOS): Access current string byte position of
5715 an iterator.
5716 (globally): Add function prototypes from 20.2.97.
5717
5718 * everywhere: Use P_ instead of PROTO for function prototypes
5719 because everyone else seems to use P_.
5720
5721 * dispextern.h (struct text_pos): Structure describing a charpos/
5722 bytepos position in text.
5723 (BYTEPOS): Access the byte position part of a text_pos.
5724 (CHARPOS): Likewise for the character position.
5725 (SET_TEXT_POS): Set a text_pos from a character and byte position.
5726 (INC_TEXT_POS, DEC_TEXT_POS): Increment/decrement a text position.
5727 (SET_TEXT_POS_FROM_MARKER): Set a text_pos from a marker.
5728 (SET_MARKER_FROM_TEXT_POS): Set a marker from a text_pos.
5729 (TEXT_POS_EQUAL_P): Compare two text_pos structures for equality.
5730 (struct display_pos): Renamed from glyph_pos. Use struct text_pos
5731 for buffer and string positions.
5732 (struct glyph): Use text_pos.
5733 (struct it): Renamed from display_iterator. Use text_pos.
5734
5735 1998-07-23 Gerd Moellmann <gerd@gnu.org>
5736
5737 * xfns.c (x_kill_gs_process): Get image colors from XImage of a
5738 pixmap.
5739
5740 1998-07-21 Gerd Moellmann <gerd@gnu.org>
5741
5742 * dispextern.h (struct glyph_row): New flag indicate_zv_line_p.
5743 * xterm.c (x_draw_row_bitmaps): Use it.
5744 * dispnew.c (row_equal_p): Ditto.
5745 (update_window_line): Ditto.
5746
5747 * xfns.c (prepare_image_for_display): Don't set loading_failed_p
5748 flag of images.
5749
5750 * dispextern.h (struct image): Removed member loading_failed_p.
5751 It's probably better to have the chance to try to load an image
5752 again.
5753
5754 1998-07-20 Gerd Moellmann <gerd@gnu.org>
5755
5756 * xterm.c (x_draw_bitmap): Draw bitmap for empty lines ending
5757 at ZV if `indicate-zv-lines' is non-nil.
5758 (x_draw_row_bitmaps): Compute bitmap for `indicate-zv-lines'.
5759
5760 * dispnew.c (row_equal_p): Compare displays_text_p and
5761 ends_at_zv_p flags of rows.
5762 (update_window_line): Ditto.
5763
5764 * buffer.h (struct buffer): New member indicate_zv_lines.
5765
5766 * buffer.c (init_buffer_once): Add default for `indicate-zv-lines'.
5767 (init_buffer_once): New variable `default-indicate-zv-lines'.
5768 (syms_of_buffer): New buffer-local varianle `indicate-zv-lines'.
5769
5770 * xdisp.c (redisplay_window): Don't try moving the cursor
5771 if current glyph row w->last_cursor.vpos isn't enabled.
5772
5773 * xterm.c (bitmap_type): Add ZV_LINE_BITMAP.
5774
5775 * window.c (Fset_window_vscroll): Allow only negative scroll
5776 values. Others don't seem to make sense, and this way it's easy
5777 to restore a vscroll of zero.
5778
5779 * xterm.c (x_inverted_image_mask): Check that pixmap could be
5780 allocated.
5781 (x_draw_image_glyph_string_background): Don't clip if pixmap
5782 could not be created.
5783
5784 * xfns.c (xbm_load_image_from_file): Check that pixmap could
5785 be created.
5786 (xbm_load): Ditto.
5787 (gs_load): Ditto.
5788
5789 * xterm.c (x_get_glyph_overhangs): Take image and stretch
5790 glyphs into account.
5791
5792 * xfaces.c (realize_default_face): Don't set font family of
5793 the default face from the fontset alias name for `fontset-startup'.
5794
5795 * xfns.c (gs_load): Pass frame's pixel foreground and background
5796 color to the Lisp loader.
5797
5798 1998-07-19 Gerd Moellmann <gerd@gnu.org>
5799
5800 * xfns.c (tiff_image_p, tiff_load): Support TIFF images via
5801 libtiff34.
5802
5803 * configure.in (--with-tiff, HAVE_TIFF): Added.
5804
5805 * config.in (HAVE_TIFF): Added.
5806
5807 * Makefile.in (LIBTIFF): Added.
5808
5809 * xfns.c (jpeg_image_p, jpeg_load): Support JPEG images.
5810
5811 * Makefile.in (LIBJPEG): Added.
5812
5813 * xfns.c (resource_types): Enumerators renamed to RES_TYPE_NUMBER,
5814 RES_TYPE_BOOLEAN etc. because of conflict of `boolean' with
5815 jpeglib.h.
5816
5817 * configure.in (HAVE_JPEG, --with-jpeg): Added. On systems
5818 where the library is installed in /usr/local/lib, e.g. FreeBSD,
5819 configure must be run with `--x-includes=/usr/X11R6/include:
5820 /usr/local/include --x-libraries=/usr/X11R6/lib:/usr/local/lib'.
5821
5822 1998-07-18 Gerd Moellmann <gerd@gnu.org>
5823
5824 * config.in (HAVE_JPEG): Added.
5825
5826 * xfns.c (ct_init): Initialize color table used to map RGB colors
5827 from images to X pixel colors.
5828 (ct_free): Free color table.
5829 (ct_lookup): Look an RGB color up.
5830 (ct_allocated_colors): Get vector of allocated colors.
5831 (pbm_image_p): Test if image specification is a valid PPM
5832 image specification.
5833 (pbm_scan_number): Scan a decimal ASCII number from a file.
5834 (pbm_load): Load a PPM image.
5835
5836 * window.c (Fset_window_vscroll): Adjust glyph matrix if
5837 necessary. Take canonical character units as parameter.
5838 (Fwindow_vscroll): Return canonical character units.
5839
5840 * dispnew.c (allocate_matrices_for_window_redisplay): Add negative
5841 w->dy to display height for which glyph rows must be allocated.
5842
5843 1998-07-17 Gerd Moellmann <gerd@gnu.org>
5844
5845 * xfaces.c (face_at_string_position): Merge in region face
5846 so that it won't overwrite the font in the region.
5847 (face_at_buffer_position): Ditto.
5848 (realize_basic_faces): Don't realize region face.
5849
5850 * dispextern.h (enum face_id): REGION_FACE_ID removed.
5851
5852 * xterm.c (x_set_glyph_string_background_width): Don't let
5853 cursor face extend to end of line.
5854
5855 * xdisp.c (append_space): If adding space of default face,
5856 make sure glyph ist produced with right face.
5857
5858 * xterm.c (x_clear_glyph_string_rect): Draw a rectangle in the
5859 background color of a glyph string.
5860 (x_draw_glyph_string_background): Call it.
5861 (x_draw_glyph_string_bg_rect): Ditto.
5862 (x_draw_stretch_glyph_string): Ditto.
5863
5864 1998-07-15 Gerd Moellmann <gerd@gnu.org>
5865
5866 * xdisp.c (init_iterator): Initialize it->current_y to the
5867 window's vscroll w->dy.
5868
5869 * window.c (Fwindow_vscroll): Return number of pixels window
5870 is vscrolled smoothly.
5871 (Fset_window_vscroll): Set the number.
5872
5873 * xdisp.c (move_iterator_to): Recognize case MOVE_TO_POS and
5874 to_pos in truncated part of a line.
5875
5876 1998-07-14 Gerd Moellmann <gerd@gnu.org>
5877
5878 * xdisp.c (move_iterator_in_display_line_to): If very first glyph
5879 doesn't fit on the line, truncate it, despite truncate_lines nil.
5880 (display_line): Ditto.
5881
5882 * xfns.c: Experimental support for Ghostscript images.
5883
5884 * xterm.c (x_term_init): Initialize new atoms DONE and PAGE.
5885 (XTread_socket): React on events from Ghostscript.
5886 (expose_frame): If width or height are zero, redraw entire frame.
5887 (XTread_socket): Call expose_frame after receiving event from
5888 Ghostscript.
5889
5890 * xterm.h (struct x_display_info): Add atoms DONE and PAGE
5891 for Ghostscript support.
5892
5893 * xdisp.c (redisplay_internal): Return quickly if called
5894 recursively.
5895
5896 * alloc.c (NSTATICS): Increased to 1024.
5897
5898 1998-07-08 Gerd Moellmann <gerd@gnu.org>
5899
5900 * xterm.c (x_append_stretch_glyph): Append a stretch glyph to an
5901 iterator's glyph row.
5902 (x_produce_stretch_glyph): Call it.
5903 (x_produce_glyphs): Handle `space-width' property; call
5904 x_append_stretch_glyph.
5905
5906 * xdisp.c (syms_of_xdisp): Add symbol `space-width' used as a text
5907 property.
5908 (get_iterator_space_width): Determine value of `space-width'
5909 property at iterator's position.
5910 (reseat_iterator): Call it.
5911 (next_element_from_string): Ditto.
5912 (next_element_from_buffer): Ditto.
5913 (init_iterator): Initialize space_width of iterator.
5914 (redisplay_internal): Don't goto end_of_redisplay if PT hasn't
5915 moved, but cursor blinks.
5916 (redisplay_internal): Set w->last_cursor_off_p after update.
5917
5918 * dispextern.h (enum iterator_prop_idx): Add SPACE_WIDTH_PROP_IDX.
5919 (struct display_iterator): Add new member space_width.
5920
5921 * window.h (struct window): Add last_cursor_off_p.
5922
5923 1998-07-07 Gerd Moellmann <gerd@gnu.org>
5924
5925 * Saved.
5926
5927 * window.c (Fpos_visible_in_window_p): Case window not up to
5928 date---return nil if iterator hasn't reached position.
5929
5930 1998-07-06 Gerd Moellmann <gerd@gnu.org>
5931
5932 * xdisp.c (text_outside_line_unchanged_p): Fix case that
5933 overlays have changed.
5934 (redisplay_window): Case cursor movement. Don't try it if
5935 last_cursor.vpos is out of range.
5936
5937 * xdisp.c (set_cursor_from_row): Set this_line_.* variables. This
5938 way, the display optimization for the line containing the cursor
5939 is used more frequently, esp. when we have a blinking cursor.
5940 (display_line): Don't set this_line_.* variables.
5941
5942 * xterm.c (x_redraw_cursor): Removed.
5943 (x_display_and_set_cursor): Set cursor type depending on
5944 cursor_off_p flag of window.
5945
5946 * dispnew.c (redraw_cursor_hook): Removed.
5947 (Fblink_cursor): Additional parameter on_p to set the cursor_off_p
5948 member of the selected window.
5949
5950 * xfaces.c (Fface_font): Added for compatibility with 20.2.
5951
5952 * xterm.c (x_y_to_hpos_vpos): Return null if not over text.
5953 Return glyph area under x/y.
5954 (note_mouse_highlight): Use x_y_to_hpos_vpos in its new form.
5955
5956 * keyboard.c (detect_input_pending_run_timers): Call gobble_input
5957 after redisplaying.
5958
5959 1998-07-05 Gerd Moellmann <gerd@gnu.org>
5960
5961 * xdisp.c (text_outside_line_unchanged_p): Test if changes
5962 are all outside of a line of text.
5963 (redisplay_internal): Use it.
5964
5965 1998-06-30 Gerd Moellmann <gerd@gnu.org>
5966
5967 * xdisp.c (next_element_from_buffer): After skipping over
5968 invisible text, look for the `glyph' property.
5969 (set_iterator_stop_pos): Ignore check positions in front
5970 of an iterator's current position.
5971
5972 * xterm.c (show_mouse_face): Don't act on rows that don't exist
5973 anymore or which are marked as not having valid contents.
5974
5975 * xfaces.c (Finternal_set_lisp_face_attribute): Don't free
5976 realized faces if new attribute value is equal to old value.
5977
5978 1998-06-29 Gerd Moellmann <gerd@gnu.org>
5979
5980 * xfaces.c (Finternal_make_lisp_face): Increment
5981 lface_id_to_name_size when lface_id_to_name is reallocated.
5982
5983 1998-06-27 Gerd Moellmann <gerd@gnu.org>
5984
5985 * xdisp.c (set_iterator_stop_pos): Compute initial stop_pos
5986 as minimum of endpos and overlay_pos.
5987 (load_overlay_strings): Set next_overlay_pos of iterator to
5988 -1 if we don't have to check for more overlay strings.
5989
5990 1998-05-09 Gerd Moellmann <gerd@gnu.org>
5991
5992 * xdisp.c (set_iterator_to_next_visible_line_start): Don't
5993 do anything if iterator is at ZV because scan_buffer doesn't
5994 work otherwise.
5995
5996 * xterm.c (x_encode_char): Inline it.
5997 (x_get_char_font_and_encoding): Simplified.
5998 (x_per_char_metric): Inline it.
5999
6000 * xterm.c (x_draw_glyph_string_relief): Use clipping.
6001
6002 * xdisp.c (get_next_display_element): Check for end of relief
6003 face moved here from next_element_from_buffer.
6004
6005 * xterm.c (x_produce_image_glyph): Add relief thickness.
6006 (x_produce_stretch_glyph): Ditto.
6007
6008 1998-05-08 Gerd Moellmann <gerd@gnu.org>
6009
6010 * xdisp.c (fill_iterator_from_glyph_property): Handle glyph
6011 property value (space :width WIDTH :height HEIGHT :ascent ASCENT).
6012
6013 * xterm.c (x_produce_stretch_glyph): Produce a stretch glyph
6014 from a glyph property.
6015 (x_produce_glyphs): Use it.
6016
6017 * xdisp.c (set_iterator_to_next): Handle next_element_from_stretch.
6018
6019 * xterm.c (x_produce_image_glyph): Add to current_x only if
6020 in text area.
6021 (x_produce_glyphs): Ditto.
6022
6023 * xdisp.c (display_line): Compute row height from glyphs in
6024 marginal areas.
6025
6026 * xterm.c (x_draw_image_glyph_string_background): Draw
6027 background of an image glyph string.
6028 (x_draw_glyph_string_bg_rect): Draw a rectangular region of
6029 the background of a glyph string.
6030 (x_draw_image_glyph_string_foreground): Draw the foreground of
6031 an image glyph string.
6032 (x_inverted_image_mask): Return the inverted mask of an image.
6033
6034 * xfns.c (x_draw_image): Removed.
6035
6036 * dispextern.h (struct image_type): Remove drawing function.
6037
6038 * xfaces.c (load_face_colors): Swap colors if face is inverse.
6039
6040 * xdisp.c (get_next_display_element): In marginal areas, translate
6041 newlines, tabs, etc. like normal control characters.
6042
6043 * xfaces.c (Fface_color_supported_p): Transpose parameters frame
6044 and color.
6045 (free_realized_faces): Set frame garbaged.
6046
6047 * xfaces.c (syms_of_xfaces): Add defsubr for
6048 internal-lisp-face-attribute-values.
6049
6050 1998-05-07 Gerd Moellmann <gerd@gnu.org>
6051
6052 * xterm.c (x_produce_image_glyph): Don't add glyph if area is
6053 full.
6054 (x_produce_image_glyph): Set IT->nglyphs to 1.
6055 (x_draw_image_glyph_string): Use inverted mask to draw background.
6056
6057 * dispextern.h (struct image_type): Additional clipping rect
6058 parameters for drawing functions.
6059
6060 * xterm.c (x_get_glyph_string_clip_rect): Get clip rect for
6061 a glyph string.
6062 (x_draw_image_glyph_string): Use it and pass the rect to the
6063 image drawing function.
6064
6065 * xdisp.c (fill_iterator_from_glyph_property): Use position of
6066 first character with `glyph' property as image position. Set
6067 iterator back to that position as long as the image hasn't been
6068 consumed with set_iterator_to_next.
6069 (set_cursor_from_row): Accept when glyph with given position is
6070 not found in the row. Set cursor x to end of line in that case,
6071 so that we can hscroll.
6072 (redisplay_internal): Correct computation of delta by which
6073 positions have changed in redisplay optimization for cursor
6074 row of selected window.
6075
6076 * xdisp.c (display_line): Remove start_pos.
6077 (display_line): Fix bug preventing display optimization for
6078 cursor line of selected window.
6079 (next_element_from_buffer): Avoid XSETBUFFER, use it->w->buffer
6080 instead.
6081
6082 * dispnew.c (update_text_area): Use GLYPH_EQUAL_P.
6083 (update_text_area): Take glyph pixel width into account
6084 when trying to find a resync point.
6085 (row_equal_p): Compare glyphs in all areas.
6086
6087 1998-05-06 Gerd Moellmann <gerd@gnu.org>
6088
6089 * xterm.c (x_produce_glyphs): Don't add glyph if area is full.
6090
6091 * dispextern.h (struct glyph_row): Use unsigned hash value.
6092
6093 * xdisp.c (display_line): Simplified and made faster by setting
6094 the cursor with set_cursor_from_row.
6095 (set_cursor_from_row): Handle rows of desired matrix.
6096
6097 1998-05-05 Gerd Moellmann <gerd@gnu.org>
6098
6099 * xdisp.c (set_cursor_from_row): Don't put cursor on glyphs
6100 with type != CHAR_GLYPH.
6101 (fill_iterator_from_glyph_property): Return void. Set
6102 method to next_element_from_image.
6103 (next_element_from_image): Dummy function for delivering a
6104 single image id.
6105 (set_iterator_to_next): Add method next_element_from_image.
6106 (redisplay_window): When recentering, and cursor vpos is -1
6107 after display, assume middle of window is in first line displayed
6108 in window, and display again.
6109 (fill_iterator_from_glyph_property): Assign image glyph
6110 the position of the first character having the glyph property.
6111
6112 * dispextern.h (IMAGE_ASCENT): Compute ascent of image.
6113 * xfns.c (x_draw_image): Use it.
6114 * xterm.c (x_produce_image_glyph): Use it.
6115
6116 * xterm.c (x_produce_image_glyph): Set iterator's pixel_width.
6117
6118 * Makefile.in: Extraneous #define of LIBXPM removed.
6119
6120 * xterm.c (x_produce_glyphs): Produce a STRETCH_GLYPH for tabs.
6121 (x_fill_stretch_glyph_string): Fill a glyph string from a
6122 stretch glyph.
6123 (x_compute_glyph_string_overhangs): Compute overhangs only
6124 for text glyph strings.
6125 (x_draw_stretch_glyph_string): Draw a stretch glyph string.
6126 (x_draw_glyph_string): Call it.
6127
6128 * dispextern.h (glyph_type): Add STRETCH_GLYPH.
6129 (struct glyph): Add sub-structure for stretchable glyphs.
6130 (GLYPH_EQUAL_P): Compare glyph type and u.val.
6131
6132 * xdisp.c (get_overlay_arrow_glyph_row): Put face code into
6133 #ifdef HAVE_FACES.
6134
6135 * xterm.c (x_produce_glyphs): Use ASCII face for spaces of a TAB.
6136
6137 * xdisp.c (fill_iterator_from_glyph_property): Renamed from
6138 setup_iterator_from_glyph_property. Don't do it for terminal
6139 frames.
6140
6141 * xterm.c (x_produce_image_glyph): Produce glyph for image
6142 that can't be loaded.
6143
6144 * xfns.c (lookup_image): If image can't be loaded, set its
6145 width and height so that we can draw a rectangle.
6146 (x_draw_image): Draw a rectangle for images that don't have
6147 a pixmap.
6148 (make_image): Set hash value.
6149 (image_spec_equal_p): Use image_spec_value.
6150
6151 * xterm.c (expose_frame): Don't try to redraw if basic faces
6152 haven't benn realized yet.
6153 (x_draw_image_glyph_string): Fill background only if image
6154 is not as tall as row.
6155
6156 1998-05-04 Gerd Moellmann <gerd@gnu.org>
6157
6158 * Makefile.in (LIBXPM): If not already defined, define to -lXpm.
6159 (LIBX)[HAVE_X11]: Add LIBXPM.
6160
6161 * xfns.c (xpm_image_p): Implementation of image type functions
6162 for XPM.
6163 (xpm_load): Ditto.
6164
6165 * dispextern.h (struct image): Add mask pixmap for XPM.
6166
6167 * xfns.c (x_draw_image): Handle images with masks.
6168
6169 * configure.in: --with-xpm added. Code detecting -lXpm added.
6170
6171 * config.in: Add HAVE_XPM.
6172
6173 * xfns.c (xbm_draw): Removed.
6174 (x_draw_image): Default implementation for drawing images.
6175 (xbm_keyword_index): Remove XBM_DEPTH.
6176 (xbm_format): Remove `:depth'.
6177 (xbm_image_spec_from_file): Removed to reduce consing.
6178 (xbm_load_image_from_file): Added for the same reason.
6179
6180 * xterm.c (x_fill_image_glyph_string): Don't set ybase of
6181 glyph string.
6182 (x_draw_image_glyph_string): Pass ybase to image draw function.
6183
6184 * xfns.c (make_image): Set default baseline.
6185
6186 * xterm.c (x_produce_image_glyph): Compute ascent of image
6187 from its height and baseline percentage.
6188
6189 * xfns.c (xbm_keyword_index): Add XBM_BASELINE.
6190 (xbm_format): Add description for `:baseline'.
6191 (xbm_image_spec_from_file): Add keywords from original spec to
6192 result.
6193 (xbm_load): Set baseline of image.
6194 (xbm_image_p): Check range for baseline.
6195
6196 * dispextern.h (struct image): Add member baseline.
6197
6198 * xdisp.c (dump_glyph_matrix): Handle image glyphs.
6199
6200 * term.c (produce_glyphs): Change assertion to allow DISP_IMAGE.
6201
6202 * xdisp.c (get_next_display_element): Do character translations
6203 only if delivering characters.
6204
6205 1998-05-03 Gerd Moellmann <gerd@gnu.org>
6206
6207 * dispextern.h (ITERATOR_AT_END_OF_LINE_P): Test for
6208 DISP_CHARACTER.
6209
6210 * xterm.c (x_produce_image_glyph): Poduce image glyphs.
6211 (x_produce_glyphs): Call x_produce_glyphs for DISP_IMAGE.
6212
6213 1998-05-02 Gerd Moellmann <gerd@gnu.org>
6214
6215 * xfns.c (prepare_image_for_display): Set image timestamp.
6216 (clear_image_cache): Clear images if image's timestamp +
6217 Vimage_eviction_seconds is > now.
6218 (syms_of_xfns): New variables image-eviction-seconds, and
6219 image-types.
6220 (add_image_format): Add to image-types.
6221 (xbm_load): Support new image spec format.
6222 (x_alloc_image_color): Allocate a color for an image.
6223
6224 * dispextern.h (struct image): Add timestamp.
6225
6226 * xfns.c (xbm_image_p): Allow bool-vectors, vectors of strings and
6227 vectors of bool-vectors.
6228 (xbm_lisp_object_from_file): Build new format image spec.
6229
6230 1998-05-01 Gerd Moellmann <gerd@gnu.org>
6231
6232 * xfaces.c (init_frame_faces): Initialize image cache.
6233 (free_frame_faces): Free it.
6234
6235 * xterm.c (x_delete_display): Don't free image cache.
6236
6237 * emacs.c (main): Call init_xfns.
6238
6239 1998-04-30 Gerd Moellmann <gerd@gnu.org>
6240
6241 * alloc.c (mark_object): Mark objects in image cache.
6242
6243 * xfns.c (x_set_internal_border_width): Correct call to
6244 widget_store_internal_border_width.
6245
6246 * widget.c (widget_store_internal_border): Return void.
6247
6248 * xfns.c (x_destroy_bitmap): Use xfree instead of free. Return
6249 void.
6250 (init_x_parm_symbols): Return void.
6251 (x_report_frame_params): Ditto.
6252 (x_set_border_pixel): Ditto.
6253 (syms_of_xfns): Ditto.
6254 (x_destroy_all_bitmaps): Use xfree instead of free.
6255
6256 * xterm.h (FRAME_X_IMAGE_CACHE): Access the image cache of a frame.
6257
6258 * xterm.c (x_term_init): Initialize image_cache of display info.
6259 (x_delete_display): Free image cache.
6260
6261 * xterm.h (struct x_display_info): Add image_cache.
6262
6263 * xfns.c (make_image_cache): Allocate a new image cache.
6264 (free_image_cache): Free an image cache.
6265 (make_image): Allocate an image.
6266 (free_image): Free an image.
6267
6268 * dispextern.h (struct image): Structure describing an image.
6269 (struct image_cache): Structure describing an image cache.
6270
6271 1998-04-29 Gerd Moellmann <gerd@gnu.org>
6272
6273 * xdisp.c (check_iterator_glyph_property): Return int. Value is
6274 non-zero if iterator is filled with something to return.
6275 (next_element_from_buffer): Immediately return if
6276 setup_iterator_from_glyph_prop has filled iterator with pixmap.
6277 (next_element_from_string): Likewise.
6278
6279 * xfaces.c (load_pixmap): Allow to pass null for W_PTR and H_PTR.
6280
6281 * dispextern.h (struct glyph): Add pixmap_id.
6282 (display_element_type): Add DISP_PIXMAP.
6283
6284 * xmenu.c (popup_get_selection): Use xmalloc/xfree instead of
6285 malloc/free.
6286
6287 * xfaces.c (clear_font_table): Free fonts not used by fontsets.
6288 (clear_face_cache): Call it.
6289
6290 * xterm.c (x_query_font): Don't look at empty font table slots.
6291 (x_compute_min_glyph_bounds): Likewise.
6292 (x_term_init): Initialize font_table to null.
6293 (x_load_font): Change allocation of font_info structures so
6294 that it is possible to free fonts.
6295
6296 * xfns.c (Fx_close_connection): Use xfree instead of free.
6297 Only free fonts from filled font table entries.
6298
6299 * xfaces.c (best_matching_font): Support use of scalable fonts.
6300 (Fface_scalable_fonts_mode): Toggle use of scalable fonts.
6301
6302 * xterm.h (struct x_display_info): Remove screen_dpi, add resx
6303 and resy.
6304 * xterm.c (x_term_init): Compute resx and resy.
6305
6306 * xfaces.c (split_font_name): Don't reject scalable fonts.
6307
6308 * xterm.c (x_list_fonts): Set code exclusing scalable fonts
6309 in #if 0.
6310
6311 * xfaces.c (xlfd_point_size): Return 0 for fonts whose real
6312 point size cannot be determined.
6313
6314 * xterm.h (FRAME_SMALLEST_CHAR_WIDTH): Return smallest character
6315 width over all fonts on a frame.
6316 (FRAME_SMALLEST_FONT_HEIGHT): Likewise for font height.
6317 * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Use these
6318 macros.
6319
6320 * xterm.c (x_font_min_bounds): Moved here from xfaces.c.
6321 (x_compute_min_char_bounds): Formerly min_char_bounds in xfaces.c.
6322 (x_load_font): Use x_compute_min_char_bounds.
6323
6324 * xterm.h (struct x_display_info): New members smallest_char_width
6325 and smallest_font_height.
6326
6327 1998-04-28 Gerd Moellmann <gerd@gnu.org>
6328
6329 * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Call function with
6330 the same name if GC of face is zero.
6331
6332 * dispextern.h (struct face): Member non_ascii_gc removed.
6333
6334 * xterm.c (x_get_char_font_and_encoding): Return face's font
6335 for characters < 0177 in default face. Prepare face for
6336 display before returning it.
6337 (x_produce_glyphs): Use it->charset.
6338 (x_get_char_font_and_encoding): Simplified.
6339 (x_encode_char): Remove parameter `font'.
6340
6341 * xfaces.c (choose_face_font): If registry from charset symbol
6342 doesn't contain a `-', make it a pattern by appending "*-*".
6343
6344 * xdisp.c (check_iterator_glyph_property): Adjust limit for
6345 glyph_check_pos computation to character boundary.
6346
6347 1998-04-27 Gerd Moellmann <gerd@gnu.org>
6348
6349 * fontset.h (FONT_INFO_FROM_ID): Return null if ID is invalid.
6350
6351 * xfaces.c (ascii_face_of_lisp_face): Get the id of the realized
6352 ASCII face for a given Lisp face id.
6353
6354 * xdisp.c (set_iterator_stop_pos): Take glyph_check_pos into
6355 account.
6356 (reseat_iterator): Set glyph_check_pos. Handle case where
6357 new position is < original position.
6358 (check_iterator_glyph_property): Handle glyph property in strings.
6359 (next_element_from_string): Call above function.
6360 (next_element_from_display_vector): Handle faces in glyphs.
6361 (get_next_display_element): Set face_id of glyphs for
6362 control chars to zero.
6363
6364 * Makefile.in (term.o): Add dependency on dispextern.h.
6365
6366 * xdisp.c (syms_of_xdisp): Add symbol `glyph'.
6367 (display_line): Handle marginal areas.
6368 (move_iterator_in_display_line_to): Likewise.
6369
6370 * xfaces.c (Finternal_make_lisp_face): Assign Lisp faces an id.
6371
6372 * xfaces.c (face_at_buffer_position): Don't merge with nil
6373 text property.
6374 (face_at_string_position): Ditto.
6375
6376 * dispextern.h (struct display_iterator): Use a stack of saved
6377 values instead of saving check positions etc. individually.
6378
6379 * xdisp.c (set_iterator_to_next): If end of Lisp string reached,
6380 maybe pop the iterator's stack.
6381 (save_iterator_settings): Push a value on iterator's stack.
6382 (get_overlay_strings_at_iterator_position): Use it.
6383 (restore_iterator_settings): Pop the stack.
6384 (set_iterator_to_next_overlay_string): Use it.
6385
6386 * xfaces.c (try_font_list): Use alternative font families.
6387
6388 1998-04-26 Gerd Moellmann <gerd@gnu.org>
6389
6390 * xfaces.c (Fset_face_font_sort_order): Set the order in which
6391 font selection matches fonts.
6392 (Fface_font_sort_order): Return the font sort order.
6393 (best_matching_font): Find best matching font based on sort order.
6394 (cmp_font_names): Sort by given sort order.
6395
6396 * dispextern.h (struct display_iterator): New member faces_p.
6397 * xdisp.c (init_iterator): Initialize it->faces_p.
6398 (compute_face_at_iterator_string_position): Use it.
6399 (compute_face_at_iterator_position): Use it.
6400 (init_iterator): Use it.
6401 (display_mode_line): Ditto.
6402
6403 * xdisp.c (get_next_display_element): Put code choosing a face
6404 when the charset changes in #ifdef HAVE_FACES.
6405
6406 * dispextern.h (FACE_FOR_CHARSET): Replacement for function
6407 lookup_face_for_charset.
6408
6409 * xfaces.c (free_font_names): Renamed from free_split_font_names.
6410 (free_all_realized_faces): Renamed from remove_all_realized_faces.
6411
6412 1998-04-25 Gerd Moellmann <gerd@gnu.org>
6413
6414 * xfaces.c (best_matching_font): Return the name of the best
6415 matching font in an array of font_name structures.
6416 (choose_face_font): Use it.
6417 (choose_face_fontset_font): Use it.
6418 (find_best_weight_font): If final font found has same weight as
6419 the font we started with, return the original font because it is a
6420 better match for the resolution of the display.
6421 (find_best_slant_font): Likewise.
6422 (merge_face_vector_with_property): Check more invalid attribute
6423 values.
6424 (lface_suitable_for_charset_p): Replaced by a macro with the same
6425 name in upper-case.
6426
6427 1998-04-24 Gerd Moellmann <gerd@gnu.org>
6428
6429 * dispextern.h (struct face): Member
6430 fontset_chosen_for_realization_p removed.
6431
6432 * xfaces.c (cache_face): If face->fontset >= 0, add face to the
6433 end of the collision list, so that we find more specific faces
6434 first.
6435 (lookup_face_for_charset): Look up a new face if face->fontset >=
6436 0, and charset != CHARSET_COMPOSITION.
6437
6438 * xfaces.c (split_font_name): Return zero if point size of font
6439 couldn't be computed.
6440 (realize_default_face): Use ASCII font of a fontset to determine
6441 font-related attributes of the default face.
6442 (face_fontset): Return fontset id for face family.
6443 (font_list): Additional parameter font_pattern. If non-nil,
6444 return fonts matching that pattern.
6445
6446 1998-04-23 Gerd Moellmann <gerd@gnu.org>
6447
6448 * xfaces.c (choose_face_fontset): If new fontset cannot be
6449 constructed, or fontset name cannot be split, return the id of the
6450 standard fontset.
6451
6452 * xterm.c (XTframe_up_to_date): Check that frame is an X frame.
6453 When Emacs starts, it may be called for the initial frame which
6454 isn't an X frame.
6455
6456 * dispextern.h (struct face): New members foreground_defaulted_p,
6457 background_defaulted_p.
6458 (struct face): Members `mask' and `cache' removed.
6459
6460 * xfaces.c (load_color): Set them.
6461 (free_face_colors): Check them.
6462 (xlfd_point_size): Return -1 if resolution or point size of
6463 font unknown.
6464
6465 * xfaces.c (free_font): Removed.
6466 (load_face_font_or_fontset): Renamed from load_font.
6467 (load_face_font_or_fontset): Use message2 instead of signalling.
6468 (load_color): Likewise.
6469 (load_pixmap): Likewise.
6470
6471 * xterm.h (struct x_display_info): Add screen_dpi.
6472 * xterm.c (x_term_init): Initialize it.
6473 * xfaces.c (xlfd_point_size): Use it.
6474 (split_font_name): Compute numeric XLFD_RESY.
6475 (cmp_font_names): Make fonts with an y-resolution more
6476 similar to that of the frame appear first in the result.
6477
6478 * xfaces.c (cache_face): If fontset_chosen_for_realization_p
6479 is set for the face to cache, add it to the end of the collision
6480 list.
6481 (try_font_list): If fonts for given family and registry cannot
6482 be found, first try to keep the registry, and choose a different
6483 family.
6484 (choose_face_font): Allow nfonts == 0.
6485 (try_font_list): Give up if no font matches given registry.
6486
6487 1998-04-22 Gerd Moellmann <gerd@gnu.org>
6488
6489 * xterm.c (x_get_char_font_and_encoding): Get font_info from
6490 font info id of the face.
6491
6492 * xfaces.c (load_font): Set font_info_id.
6493 (realize_face): Ditto.
6494
6495 * dispextern.h (struct face): Change member font_info to
6496 font_info_id.
6497
6498 * fontset.h (FONT_INFO_ID): Build an ID from a font_info pointer.
6499 (FONT_INFO_FROM_ID): Get a font_info pointer from an ID.
6500
6501 * xdisp.c (extend_face_to_end_of_line): If IT's current charset
6502 isn't ASCII, get the ASCII face before adding a space.
6503 (append_space): Likewise.
6504 (insert_left_trunc_glyphs): Initialize truncate_it's charset
6505 to -1 so that it will compute the right face for the truncation
6506 glyphs.
6507
6508 * xfaces.c (realize_face): Set
6509 face->fontset_chosen_for_realization_p.
6510 (lookup_face_for_charset): If fontset wasn't specified originally
6511 and new charset != CHARSET_COMPOSITION, get a new face for that
6512 charset.
6513
6514 * dispextern.h (struct face): New member
6515 fontset_chosen_for_realization_p_specified_p. Set to 1 when
6516 realize_face has chosen a fontset to display composite characters
6517 for a Lisp face not specifying a fontset.
6518
6519 * xdisp.c (extend_face_to_end_of_line): Move tests for default
6520 face and line already filled here. Don't do anything if current
6521 face hasn't a relief or has a background equal to the frame
6522 background.
6523
6524 * xfaces.c (split_font_name): Additional parameter numeric_p.
6525 Don't compute numeric values if it is non-zero.
6526 (choose_face_fontset): Call split_font_name with numeric_p == 0.
6527 (choose_face_fontset): Print a message if fontset contains a
6528 font whose name cannot be split into fields.
6529
6530 1998-04-21 Gerd Moellmann <gerd@gnu.org>
6531
6532 * xfaces.c (try_font_list): Try to load a list of fonts,
6533 possibly using less restrictive patterns.
6534 (choose_face_font): Use it.
6535
6536 * xterm.c (x_get_char_font_and_encoding): For charset !=
6537 CHARSET_ASCII use font_info of face if face hasn't a fontset set.
6538
6539 * dispextern.h (struct face): New member font_info.
6540
6541 * xfaces.c (load_font): Use FS_LOAD_FONT to load fonts for faces
6542 specifying a fontset as well as those not having a fontset.
6543 (free_font): Make it empty.
6544 (realize_face): Use changed load_font.
6545
6546 * xterm.c (x_get_char_font_and_encoding): If face doesn't
6547 fit for charset, get the right one.
6548
6549 * xfaces.c (load_font): Take frame and name parameter, return
6550 font.
6551 (free_font): Likewise.
6552 (split_font_name): Compute numeric values for height, swidth etc.
6553 (cmp_font_names): Use them.
6554 (find_best_width_font): Ditto.
6555 (find_best_height_font): Ditto.
6556 (find_best_weight_font): Ditto.
6557 (find_best_slant_font): Ditto.
6558 (lface_hash): Add weight, slant, swidth and relief to hash value.
6559 (lface_equal_p): Make it faster.
6560 (lface_from_symbol): Use assq_no_quit.
6561 (Fnote_default_face_changed): Removed.
6562 (cmp_font_names): Use strcmp instead of xstricmp.
6563 (face_charset_registries): Removed.
6564
6565 1998-04-20 Gerd Moellmann <gerd@gnu.org>
6566
6567 * frame.h (CHECK_FRAME): Give this macro a statement form.
6568 (CHECK_LIVE_FRAME): Ditto.
6569
6570 * xfaces.c (find_best_width_font): Find the best matching font
6571 for a given width.
6572 (find_best_height_font): Likewise for height.
6573 (find_best_weight_font): Likewise for weight.
6574 (find_best_slant_font): Likewise for slant.
6575 (choose_face_font): Use them.
6576 (get_lface_attributes): Always return frame-local face attrs.
6577 (Finternal_merge_in_global_face): Merge local face with
6578 global face attributes.
6579
6580 * xfaces.c (check_lface_attrs, check_lface): Check consistency of
6581 Lisp face attributes.
6582
6583 1998-04-19 Gerd Moellmann <gerd@gnu.org>
6584
6585 * xfaces.c (Finternal_set_lisp_face_attribute): Add :bold
6586 and :italic for compatibility.
6587 (Finternal_set_lisp_face_attribute_from_resource): Handle
6588 :bold and :italic. Handle boolean resource values for
6589 :underline and :italic.
6590
6591 * xfns.c (display_x_get_resource): Make it externally visible.
6592
6593 * xfaces.c (lface_from_symbol): Take a frame as parameter.
6594 If that frame is non-null, return the frame-local face.
6595 (Finternal_make_lisp_face): Additional frame argument.
6596 (lface_attributes): Get face attributes from global and frame-local
6597 definitions.
6598 (Finternal_lisp_face_equal_p): Additional frame argument.
6599 (merge_lisp_face_vector_with_property): Ditto.
6600 (Frealize_basic_faces): Removed.
6601 (Finternal_get_lisp_face_attribute): Additional frame argument.
6602 (Finternal_lisp_face_p): Ditto.
6603 (load_color) [MSDOS]: Removed because it isn't clear how
6604 to do this for MS-DOS.
6605
6606 * xfaces.c (lface_from_symbol): Get global face definition
6607 from face-global-alist.
6608
6609 * xfaces.c (Finternal_set_lisp_face_attribute): Allow `t'
6610 as values for :underline and :inverse-video.
6611 (Finternal_set_lisp_face_attribute): Allow nil values.
6612
6613 1998-04-17 Gerd Moellmann <gerd@gnu.org>
6614
6615 * xfaces.c (Finternal_make_lisp_face): Return Lisp face vector.
6616
6617 * xfaces.c (syms_of_xfaces): Add Vall_faces.
6618 (Finternal_make_lisp_face): Add new face to Vall_faces.
6619
6620 * xdisp.c (echo_area_display): Remove code recomputing faces.
6621 (redisplay_internal): Ditto.
6622 (init_iterator): Do it here.
6623
6624 * xfaces.c (choose_face_font): Check that swidth doesn't change
6625 for subusequent attributes.
6626 (xlfd_point_size): Return int.
6627
6628 * xdisp.c (redisplay_internal, echo_area-display): If realized
6629 faces have been cleared, call recompute_basic_faces.
6630
6631 * xfaces.c (recompute_basic_faces): Free realized faces. Reset
6632 face_attributes_changed_p.
6633 (remove_all_realized_faces): Remove all realized faces on
6634 all frames.
6635 (Finternal_set_lisp_face_attribute): Call remove_all_realized_faces.
6636
6637 * xdisp.c (redisplay_internal): If face attributes have been
6638 changed since the last redisplay, recompute basic faces.
6639 (echo_area_display): Ditto.
6640
6641 * xfaces.c (clear_face_gcs): Renamed from clear_realized_face_cache.
6642
6643 * xfaces.c (min_char_bounds): If face cache not yet present,
6644 don't try to get font dimensions from faces.
6645
6646 * xterm.c (x_frame_mode_line_height): If face cache not present
6647 set, return default height.
6648
6649 * alloc.c (mark_face_cache): Check for null faces. Correct
6650 index bug.
6651
6652 * dispextern.h (struct face): Renamed from struct rface. Member
6653 underline renamed underline_p. Make it a bit-field.
6654
6655 * xfaces.c (init_frame_faces): Allocate face cache.
6656 (free_frame_faces): Free face cache.
6657 (recompute_basic_faces): Realize basic faces only if face cache is
6658 allocated, i.e. after init_frame_faces has been called.
6659
6660 * frame.c (make_frame): Initialze face cache with null.
6661
6662 * xfaces.c (same_size_fonts): Removed.
6663
6664 * xterm.c (x_set_glyph_string_gc): Add post-condition
6665 s->gc != 0.
6666 (x_set_mouse_face_gc): Ditto.
6667 (x_set_mode_line_face_gc): Ditto.
6668
6669 * xfaces.c (realize_default_face): Return int. Value is
6670 zero if frame params don't contain enough information to
6671 realize the default face.
6672 (realize_basic_faces): Ditto.
6673 (init_frame_faces): Realize basic faces.
6674
6675 * xfns.c (x_set_font): First store real font name in frame
6676 parameters, then call recompute_basic_faces.
6677
6678 * xfaces.c (recompute_basic_faces): Call realize_basic_faces.
6679
6680 1998-04-16 Gerd Moellmann <gerd@gnu.org>
6681
6682 * xfaces.c (syms_of_xfaces): Correct calls to defsubr.
6683
6684 * xfns.c (Fx_face_fixed_p): Removed.
6685 (Fx_list_fonts): Moved to xfaces.c.
6686
6687 * xfaces.c (compute_face_at_buffer_pos): Renamed to
6688 face_at_buffer_position. Parameter charset removed; always
6689 compute face for CHARSET_ASCII.
6690 (face_at_string_position): Renamed from
6691 compute_face_at_string_pos. Parameter charset removed; always
6692 compute for CHARSET_ASCII.
6693 (lookup_face_for_charset): Take frame parameter instead of
6694 face_cache.
6695 (lookup_face): Ditto.
6696 (compute_char_face): Renamed from compute_glyph_face.
6697
6698 * xdisp.c (init_iterator): Initialize charset member.
6699 (reseat_iterator_to_string): Ditto.
6700 (get_charset_at_buffer_position): Determine charset at
6701 buffer position in current_buffer.
6702 (reseat_iterator): Call above function.
6703 (compute_face_at_iterator_position): Call
6704 compute_face_at_buffer_pos.
6705 (compute_face_at_iterator_string_position): Call
6706 compute_face_at_string_pos.
6707 (get_face_from_id): Removed.
6708 (get_face_from_cursor_pos): Call compute_face_at_buffer_pos.
6709 Call get_charset_at_buffer_position.
6710 (reseat_iterator): Determine face if charset at pos differs
6711 from iterator's charset.
6712 (reseat_iterator_to_glyph_pos): Removed.
6713
6714 * xfaces.c (compute_face_at_bufpos): Remove parameter charset.
6715 Determine charset from buffer position.
6716 (compute_string_char_face): Renamed to compute_face_at_string_pos.
6717 (compute_face_at_bufpos): Renamed to compute_face_at_buffer_pos.
6718
6719 * dispextern.h (struct display_iterator): Add member charset.
6720
6721 1998-04-15 Gerd Moellmann <gerd@gnu.org>
6722
6723 * xfaces.c (compute_char_face): Removed.
6724
6725 * xdisp.c (get_overlay_arrow_glyph_row): Use compute_glyph_face
6726 with new parameter list.
6727
6728 * xfaces.c (region_face): Removed.
6729 (allocate_face): Removed.
6730 (copy_face): Ditto.
6731 (face_eql): Removed.
6732 (intern_face): Removed.
6733 (clear_face_cache): Removed.
6734 (load_font): Ditto.
6735 (unload_font): Ditto.
6736 (load_color): Ditto.
6737 (unload_color): Ditto.
6738 (new_computed_face): Ditto.
6739 (intern_computed_face): Ditto.
6740 (ensure_face_ready): Ditto.
6741 (merge_faces): Ditto.
6742 (compute_base_face): Ditto.
6743 (merge_face_list): Ditto.
6744 (Fmake_face_internal): Removed.
6745 (Fset_face_attribute_internal): Ditto.
6746 (face_name_id_number): Removed.
6747 (Fframe_face_alist): Ditto.
6748 (Fset_frame_face_alist): Ditto.
6749 (Finternal_next_face_id): Ditto.
6750
6751 * xterm.h (struct x_output): Remove computed_faces, and
6752 param_faces. Remove macros accessing them.
6753
6754 * xfaces.c: Entirely new face implementation added.
6755
6756 1998-04-11 Gerd Moellmann <gerd@gnu.org>
6757
6758 * dispextern.h (struct glyph_pos): Member `bufpos' renamed
6759 `charpos'.
6760
6761 1998-04-10 Gerd Moellmann <gerd@gnu.org>
6762
6763 * xterm.c (x_scroll_bar_move): Clear only regions not covered by
6764 scroll bar window to reduce flickering. Clear entire height.
6765
6766 * xdisp.c (move_iterator_vertically_backward): Set iterator's
6767 current_x and hpos to zero after moving to previous line
6768 start.
6769
6770 1998-04-03 Gerd Moellmann <gerd@gnu.org>
6771
6772 * frame.h (FRAME_FACE_CACHE): Access to a frame's face cache.
6773
6774 * xfaces.c (xlfd_point_size): Compute relative point size of
6775 fonts from font and frame resolution.
6776 (sort_fonts): New function to sort fonts, temporarily setting
6777 font_frame to the frame in effect.
6778 (xlfd_point_size): Take additional frame parameter to be able
6779 to get at the display's resolution.
6780
6781 * xterm.c (x_setup_relief_colors): Use WHITE_PIX_DEFAULT and
6782 BLACK_PIX_DEFAULT.
6783 (x_setup_relief_color): Use FRAME_X_SCREEN instead of default
6784 screen of display.
6785
6786 1998-03-31 Gerd Moellmann <gerd@gnu.org>
6787
6788 * xfaces.c (choose_face_fontset): Instantiate fontsets.
6789
6790 * fontset.h: Add external declarations for Vfontset_alias_alist
6791 and Vglobal_fontset_alist.
6792
6793 * xfaces.c (merge_lisp_face_vector_with_property): Simplified.
6794 (realize_default_face): If frame parameters contain an artificial
6795 font name naming a fontset, set the family of the default face to
6796 the fontset name given by the registry.
6797
6798 * Makefile.in (alloc.o): Add dependency to dispextern.h.
6799
6800 1998-03-22 Gerd Moellmann <gerd@gnu.org>
6801
6802 * alloc.c (mark_object): Add function prototype. Add cast to
6803 Lisp_Object pointer in call to mark_object for symbol names
6804 because this otherwise gives a warning from gcc 2.8.1.
6805 (mark_face_cache): Mark Lisp objects in realized faces.
6806
6807 1998-03-19 Gerd Moellmann <gerd@gnu.org>
6808
6809 * frame.h (struct frame): Add member face_cache.
6810
6811 * alloc.c (mark_object): Mark face cache.
6812 (mark_face_cache): Mark Lisp faces in face cache of frame.
6813
6814 * frame.c (make_frame): Initialize face_cache.
6815 (Fdelete_frame): Free it.
6816
6817 1998-03-18 Gerd Moellmann <gerd@gnu.org>
6818
6819 * xfaces.c: Very first skeleton of functions for face realization,
6820 face merging, face cache etc.
6821
6822 * dispextern.h (struct rface): Realized faces. Will replace
6823 struct face when tested.
6824 (struct face_cache): Realized face caches.
6825
6826 * xdisp.c (init_iterator): Initialize area member of display
6827 iterator.
6828
6829 1998-03-17 Gerd Moellmann <gerd@gnu.org>
6830
6831 * xterm.c (x_append_glyph): Use it->area to store glyphs.
6832
6833 * dispextern.h (struct display_iterator): New member area.
6834
6835 * xterm.c (note_overwritten_text_cursor): Note when the text
6836 cursor of a window is overwritten.
6837
6838 * xdisp.c (set_cursor_from_row): If PT is not found in the
6839 row, display the cursor at the start of the row.
6840
6841 * dispnew.c (direct_output_forward_char): Call
6842 set_cursor_from_row.
6843
6844 * xdisp.c (setup_iterator_overlay_strings_from_glyph_pos): If
6845 position is not in an overlay string, set iterator's position and
6846 method explicitly so.
6847 (set_cursor_from_row): Correct cursor position calculation.
6848 Make it externally visible.
6849 (redisplay_window): Call set_cursor_from_row so that there is only
6850 one place where the cursor position is calculated from a current
6851 row.
6852
6853 * dispextern.h (struct display_iterator): New member
6854 overlay_strings_at_end_processed_p.
6855
6856 * xdisp.c (check_iterator): Perform sanity checks on
6857 display_iterators.
6858 (next_element_from_buffer): Check for overlay strings at ZV.
6859
6860 1998-03-16 Gerd Moellmann <gerd@gnu.org>
6861
6862 * buffer.c (init_buffer_once): Add left_margin_width and
6863 right_margin_width to buffer_local_flags.
6864
6865 * dispnew.c (margin_glyphs_to_reserve): Function computing
6866 number of glyphs to reserve for a marginal area.
6867 (adjust_glyph_matrix): Call it.
6868 (adjust_frame_glyphs_for_frame_redisplay): Return if frame
6869 is not alive.
6870
6871 * window.c (Fset_window_margins): Allow floats.
6872
6873 * buffer.c (syms_of_buffer): Add buffer-local variables
6874 left-margin-width and right-margin-width. Add defaults
6875 default-left-margin-width and default-right-margin-width.
6876
6877 * buffer.h (struct buffer): New members left_margin_width
6878 and right_margin_width.
6879
6880 * window.c (Fset_window_margins): Make window the last and
6881 optional argument.
6882
6883 * xterm.c (x_draw_glyphs): Compute x-positions for rows with
6884 flag no_marginal_areas_p differently.
6885 (x_clear_end_of_line): Ditto.
6886 (x_draw_glyph_string_relief): Compute width of relief differently
6887 for rows with flag no_marginal_areas_p.
6888
6889 * dispnew.c (update_window_line): Update marginal areas only
6890 for rows that don't have no_marginal_areas_p set.
6891
6892 * xdisp.c (display_mode_line): Set row's flag no_marginal_areas_p.
6893 (display_menu_bar): Ditto.
6894
6895 * dispextern.h (struct glyph_row): New member no_marginal_areas_p.
6896
6897 * dispnew.c (adjust_glyph_matrix): Compute glyph pointers for
6898 marginal areas in window-based redisplay.
6899
6900 * dispextern.h (struct glyph_matrix): New members
6901 left_margin_glyphs and right_margin_glyphs.
6902
6903 1998-03-15 Gerd Moellmann <gerd@gnu.org>
6904
6905 * minibuf.c (read_minibuf_unwind): Return Lisp_Object.
6906
6907 * charset.c (non_ascii_char_to_string): Use char type parameters
6908 because the function is used that way from outside. Use unsigned
6909 char internally.
6910
6911 * window.c (change_window_height): Return void.
6912 (make_dummy_parent): Return void.
6913 (init_window_once): Return void.
6914 (syms_of_window): Ditto.
6915 (keys_of_window): Ditto.
6916 (delete_window): Correct return with and without value.
6917
6918 * buffer.c (record_buffer): Return void.
6919
6920 * marker.c (unchain_marker): Return void.
6921
6922 * window.c (unshow_buffer): Return void.
6923 (replace_window): Ditto.
6924 (delete_window): Ditto.
6925
6926 * term.c (delete_glyphs_hook): Void return type.
6927 (ring_bell_hook): Ditto.
6928 (set_terminal_window_hook): Ditto.
6929
6930 * sysdep.c (init_sigio): Return void.
6931
6932 * xterm.c (x_set_window_size): Return void.
6933 (x_calc_absolute_position): Ditto.
6934 (x_set_offset): Ditto.
6935 (x_focus_on_frame): Ditto.
6936 (x_unfocus_frame): Ditto.
6937 (x_make_frame_visible): Ditto.
6938 (x_make_frame_invisible): Ditto.
6939 (x_iconify_frame): Ditto.
6940 (x_destroy_window): Ditto.
6941 (x_wm_set_window_state): Ditto.
6942 (x_wm_set_icon_pixmap): Ditto.
6943 (x_wm_set_icon_position): Ditto.
6944 (x_initialize): Ditto.
6945 (x_error_quitter): Ditto.
6946 (x_destroy_window): Use xfree instead of free.
6947
6948 * keyboard.c (clear_waiting_for_input): Return void.
6949
6950 * xterm.c (x_wm_set_size_hint): Return void.
6951 (x_raise_frame): Ditto.
6952 (refreshicon): Ditto.
6953 (x_error_catcher): Ditto.
6954 (x_clear_errors): Ditto.
6955
6956 * keyboard.c (record_asynch_buffer_change): Return void.
6957
6958 * xterm.c (XTroï