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