(command-line): Use w32-tty-standard-colors when in w32 console mode.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
b08e8bb2
GM
12000-01-29 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (xic_set_preeditarea): Take window parameter and
4 window-relative pixel-positions.
5
6 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
7 is its frame's selected window.
8 (xim_instantiate_callback): Likewise.
9
10 * xfns.c (x_create_im): Removed.
11 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
12 (supported_xim_styles): Renamed from supported_styles.
13 (best_xim_style): Renamed from best_style.
14 (create_frame_xic): Renamed from xic_create_frame.
15 (free_frame_xic): Renamed from xic_destroy_frame.
16
172000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
18
19 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
20 our frames, call XFilterEvent with 2nd parameter `None'.
21 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
22 returning XBufferOverflow.
23 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
24 area.
25 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
26 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
27 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
28 (xim_initialize, xim_close)
29 [HAVE_X_I18N && HAVE_X11R6]: New functions.
30 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
31 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
32 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
33
34 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
35 and `xim_styles'.
36 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
37 `xic_style' and `xic_xfs'.
38 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
39 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
40 (FRAME_XIM): Removed.
41
42 * xfns.c (supported_styles): New variable.
43 (DEFAULT_STYLE, DEFAULT_FONT): New macros
44 (xic_create_xfontset, best_style, xic_create_frame)
45 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
46 (xic_set_xfontset): New functions.
47
142e109c
DL
482000-01-28 Dave Love <fx@gnu.org>
49
50 * s/irix6-5.h: Revert last change after change to irix5-0.h.
51
52 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
53
b02786f9
GM
542000-01-28 Gerd Moellmann <gerd@gnu.org>
55
d060bc9f
GM
56 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
57 for *scratch* if it already existed.
58
b02786f9
GM
59 * emacs.c (USAGE): New macro.
60 (main): Use it to display usage information.
61
2c52d7e4
EZ
622000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
63
64 Support for the menu-help feature:
65
66 * msdos.h: Change prototypes of XMenuAddSelection and
67 XMenuActivate.
68
69 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
70 part of the line to the termscript file.
71 (IT_clear_to_end): Clear the entire line, not just its beginning.
72 (menu_help_message, prev_menu_help_message): New variables.
73 (IT_menu_make_room): Make room for the help_text member.
74 (IT_menu_display): New argument disp_help; all callers changed.
75 If disp_help is non-zero, store the help text of the active menu
76 item in menu_help_message.
77 (XMenuAddPane): Initialize the help_text member to NULL.
78 (XMenuAddSelection): New argument help_text. Store it in the
79 XMenu structure.
80 (XMenuActivate): New argument help_callback. If the value of
81 menu_help_message has changed since the last time, display the
82 menu help message text while waiting for the mouse to move. Clear
83 the echo area before exiting.
84 (XMenuDestroy): Free the help_text member.
85
ffe0bcd1
GM
862000-01-27 Gerd Moellmann <gerd@gnu.org>
87
88 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
89 XMenuAddSelection. Pass help callback to XMenuActivate.
90 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
91
50dbd23f
EZ
922000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
93
94 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
95 and EMACS_SET_USECS.
96
f5941bf8
GM
972000-01-26 Dave Love <fx@gnu.org>
98
6c67ddee
DL
99 * editfns.c (Fchar_after, Fchar_before): Doc fix.
100
f5941bf8
GM
101 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
102 an error may be signalled.
103
9e49c990
GM
1042000-01-26 Gerd Moellmann <gerd@gnu.org>
105
fc3cb460
GM
106 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
107 LD_SWITCH_SYSTEM inherited from irix5-0.h.
108
9e49c990
GM
109 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
110
d0c037d8
GM
1112000-01-25 Gerd Moellmann <gerd@gnu.org>
112
113 * charset.c (Fstring): If there is a multibyte char among
114 the args, always return a multibyte string.
115
e12489f9
GM
1162000-01-25 Gerd Moellmann <gerd@gnu.org>
117
118 * sysdep.c (sys_select): Turn atimers off and on instead of
119 recording and restoring old alarm handler
120
121 * process.c (toplevel): Include atimer.h.
122 (create_process_1): Rewritten.
123 (create_process): Use atimers instead of alarm.
124 (wait_reading_process_input) [hpux]: Turn atimers off instead
125 of turning off SIGALRM.
126 (wait_reading_process_input): Turn off atimers instead off
127 calling stop_polling.
128
129 * emacs.c (main): Call init_atimer.
130
131 * keyboard.c (toplevel): Include systime.h and atimer.h.
132 (polling_for_input): Removed because unused.
133 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
134 (poll_timer): New variable.
135 (poll_for_input, poll_for_input_1): New functions.
136 (start_polling, stop_polling): Rewritten.
137
138 * keyboard.h (polling_for_input): Removed.
139
140 * atimer.h, atimer.c: New files.
141
142 * Makefile.in (obj): Add atimer.o.
143 (atimer.o): New target.
144
145 * blockinput.h (pending_atimers): Add extern declaration.
146 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
147
148 * lisp.h (popup_activated_flag): Add extern declaration.
149
150 * xmenu.c (popup_activated_flag): Make externally visible.
151 (popup_activate_callback) [USE_MOTIF]: Increment
152 popup_activated_flag.
153 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
154
155 * xterm.c (toplevel): Include atimer.h.
156 (toolkit_scroll_bar_interaction): New variable.
157 (Fxt_process_timeouts): Removed.
158 (x_process_timeouts): New function.
159 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
160 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
161 (x_make_frame_visible): Call poll_for_input_1 instead of
162 input_poll_signal. Don't call alarm.
163 (x_initialize): Install timer calling x_process_timeouts.
164
1e5279b9
DL
1652000-01-24 Dave Love <fx@gnu.org>
166
6c67ddee 167 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
1e5279b9
DL
168 Don't use -cckr -- apparently not now necessary.
169
edf6aeb8
EZ
1702000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
171
172 * msdos.c (IT_menu_display): Truncate long menu lines at the right
173 screen boundary.
174
9badad41
JR
1752000-01-23 Jason Rumney <jasonr@gnu.org>
176
177 * w32fns.c (w32_defined_color): Apply gamma correction before
178 trying to map to the palette.
179 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
180 to w32_clear_rect.
181
182 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
183 here. Callers changed to always pass real device context.
184 (w32_draw_bitmap): Likewise.
185 (w32_get_glyph_overhangs): Likewise.
186 (w32_draw_box_rect): Make use of s->hdc rather than getting a new
187 one.
188 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
189 pfnSetScrollInfo and SetScrollRange.
190 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
191 back into MULE characters after decoding them.
192 (x_get_glyph_face_and_encoding): Likewise.
193 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
194 GetCharABCWidthsW fails, since this is defined on Windows 9x.
195 (x_produce_glyphs): Calculate per char metrics for a character
196 that we know exists in default font when font_not_found_p is true.
197
63bd786b
JR
1982000-01-22 Jason Rumney <jasonr@gnu.org>
199
200 * makefile.nt (intervals.obj, composite.obj): New modules.
201 (composite.h): Added as dependency where appropriate.
202
203 * w32gui.h (XGCValue): New struct for emulating X GCs.
204
205 * w32term.h (XCharStruct): New struct for emulating X.
206
207 * w32console.c (turn_on_face, turn_off_face): New functions.
208 (change_line_highlight): New prototype for new redisplay.
209 (write_glyphs): Support multibyte text. Support faces.
210
211 * w32faces.c: Complete rewrite for new redisplay based on new
212 xfaces.c.
213
214 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
215 throughout. struct frame * in place of FRAME_PTR.
216 Skeleton support for images, toolbars, tooltips from xfns.c.
217 (Fx_create_frame): Use system default for default scroll bar
218 width.
219 (w32_get_arg): Renamed from x_get_arg.
220 (Fx_file_dialog): New function.
221 (w32_list_fonts): Check cache before asking system.
222 (Vw32_enable_synthesized_fonts): New variable.
223 (Vw32_enable_italics): Obsolete, removed.
224
225 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
226 Use SELECTED_FRAME macro.
227
228 * w32menu.c: Add skeleton support for help strings on menus.
229 (add_menu_item): Native checkbox and radio support added, but not
230 yet enabled due to bugs.
231 (push_menu_item): Add parameters type, selection and help.
232 Callers updated.
233 Formatting changes to reduce unnecessary diffs with xmenu.c.
234
235 * w32select.c (Fw32_set_clipboard_data): Update call to
236 find_charset_in_str.
237
238 * w32term.c: Complete rewrite for new redisplay based on new
239 xterm.c with necessary sections merged back in from old w32term.c.
240
b50c9214
RS
2412000-01-21 Richard M. Stallman <rms@caffeine.ai.mit.edu>
242
243 * data.c (set_internal): Further fix in same criterion.
244
8cc95642
RS
2452000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
246
247 * data.c (set_internal): Fix the criteria for whether
248 to swap out the old cached binding.
249
60af03f1
DL
2502000-01-19 Dave Love <fx@gnu.org>
251
252 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
253
f9be074f
KH
2542000-01-18 Kenichi Handa <handa@etl.go.jp>
255
256 * regex.c (re_compile_fastmap): While checking a range table for
257 `charset', skip flag bits for a character class correctly.
258
52b8dbf9
GM
2592000-01-17 Gerd Moellmann <gerd@gnu.org>
260
d36100c9
GM
261 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
262
52b8dbf9
GM
263 * xfns.c (x_window): Call lw_create_widget with new parameter
264 list.
265
266 * widget.c (EmacsFrameSetCharSize): Change size of children first
267 because of problems with main window geometry management under
268 Lesstif.
269
270 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
271 MENU_ITEMS_ITEM_.*.
272 (MENU_ITEMS_ITEM_HELP): New enumerator.
273 (push_menu_item): Add parameter HELP. Record help in menu_items.
274 (single_menu_item, single_submenu, list_of_items): Call
275 push_menu_item with new parameter.
276 (single_submenu): Set help string in widget value.
277 (menu_highlight_callback): New function.
278 (set_frame_menubar): Call lw_create_widget with new
279 parameter list.
280 (xmenu_show, xdialog_show): Ditto.
281
3139018f
GM
2822000-01-13 Gerd Moellmann <gerd@gnu.org>
283
284 * sound.c (Fplay_sound): Improve doc string.
285
83c8f461
RS
2862000-01-11 Richard M. Stallman <rms@gnu.org>
287
288 * lisp.h (set_internal): Enter the new arg.
289
290 * eval.c (specbind): Record buffer-local variables specially,
291 indicating which buffer's binding was saved.
292 (unbind_to): Restore buffer-local variables specially
293 in the proper buffer.
294
295 * data.c (set_internal): New arg BUF.
296
297 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
298 * data.c (Fset): Pass new arg to set_internal.
299 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
300
1fab1775
GM
3012000-01-11 Gerd Moellmann <gerd@gnu.org>
302
303 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload,
304 xprintsym.
305
83c8f461 3062000-01-11 Richard M. Stallman <rms@gnu.org>
6f59462e
RS
307
308 * minibuf.c (Ftry_completion): Doc fix.
309
7a85e4df
GM
3102000-01-11 Gerd Moellmann <gerd@gnu.org>
311
312 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
313 vector, too.
314
a970dae4
AS
3152000-01-11 Andreas Schwab <schwab@suse.de>
316
317 * coding.c (code_convert_region): Initialize total_skip.
318
c65d14ee
DL
3192000-01-08 Dave Love <fx@gnu.org>
320
321 * eval.c (Fuser_variable_p): Check customizability too.
322
834938d2
GM
3232000-01-07 Gerd Moellmann <gerd@gnu.org>
324
325 * minibuf.c (Fcompleting_read): Doc fix.
326
e0303cd6
GM
3272000-01-05 Gerd Moellmann <gerd@gnu.org>
328
8a26744b
GM
329 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
330 -L /usr/local/lib.
331
e0303cd6
GM
332 * xfns.c (x_create_im): New function to set IM and IC of a frame.
333 Check that input style is supported before trying to create an
334 IC for it.
335 (x_window): Call x_create_im.
336
2e471eb5
GM
3372000-01-04 Gerd Moellmann <gerd@gnu.org>
338
560a7bd2
GM
339 * xfns.c (current_gif_memory_src): New variable.
340 (gif_load): Record the address of the current memory source
341 in current_gif_memory_src.
342 (gif_read_from_memory): Use current_gif_memory_src.
343
f9ee84a3
GM
344 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
345 macros statement form.
346
d1299cde
GM
347 * sound.c (struct sound): Renamed from struct sound_file.
348 (struct sound): Add members `data' and `header_size'.
349 (enum sound_attr): Add SOUND_DATA.
350 (current_sound, current_sound_device): Variables renamed from
351 sound_file and sound_device.
352 (parse_sound): Parse :data.
353 (parse_sound): Handle sound data in strings.
354 (find_sound_type): Function renamed from find_sound_file_type.
355 (wav_init, au_init): Fail if sound's header_size is smaller than
356 needed header size.
357 (wav_play, au_play): Play sounds from string data.
358
2e471eb5
GM
359 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
360
361 * lisp.h: Add prototype for allocate_string_data.
362
363 * alloc.c (Fgarbage_collect): Return number of live and free
364 strings.
365
366 * alloc.c (mark_buffer): Remove code in #if 0.
367 (gc_sweep): Ditto.
368 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
369 (strings_consed): New variable.
370 (allocate_string): Set it.
371 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
372 (Fmemory_use_counts): Return strings_consed. Use Flist.
373
374 * alloc.c: General cleanup in comments etc. Remove conditional
375 compilation for `standalone'.
376
377 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
378
379 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
380 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
381 (DONT_COPY_FLAG): Removed.
382 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
383 (struct sdata, struct sblock): New
384 (struct string_block): Rewritten.
385 (STRINGS_IN_STRING_BLOCK): New macro.
386 (oldest_sblock, current_sblock, total_strings, total_free_strings)
387 (large_sblocks, string_blocks, string_free_list): New variables.
388 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
389 (init_strings): Rewritten.
390 (allocate_string, allocate_string_data, compact_small_strings)
391 (free_large_strings, sweep_strings): New functions.
392 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
393 (struct string_block_head, current_string_block)
394 (first_string_block, large_string_blocks, STRING_FULLSIZE)
395 (STRING_PAD): Removed.
396 (make_uninit_multibyte_string, make_pure_string): Rewritten.
397 (Fgarbage_collect): Don't set mark bit in large strings.
398 (mark_object): Mark strings differently. Mark symbol names
399 differently.
400 (survives_gc_p): Test marked strings differently.
401 (gc_sweep): Sweep strings differently, unmark strings in
402 symbol names.
403 (compact_strings): Removed.
404
42608ba8
EZ
4052000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
406
407 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
408 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
409
e0a09e1a
KH
4102000-01-04 Kenichi Handa <handa@etl.go.jp>
411
dd9f0750
KH
412 * fileio.c (Finsert_file_contents): Signal error if visiting file
413 in a non-empty buffer.
414
3c0f3b15 415 * term.c (encode_terminal_code): Fix the previous change.
e0a09e1a 416
44cd3ae5
GM
4172000-01-03 Gerd Moellmann <gerd@gnu.org>
418
419 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
420 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
421
422 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
423
c182a70f
EZ
4242000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
425
426 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
427 need to test for MSDOS frames.
428
24480d5b
EZ
4292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
430
431 * dosfns.c (unspecified_colors): Remove.
432 (msdos_stdcolor_idx): Use global variables unspecified_fg and
433 unspecified_bg.
434 (msdos_stdcolor_name): Return strings for unspecified fore- and
435 back-ground colors.
436
437 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
438 (syms_of_xfaces): Remove theit staticpro's.
439 (tty_color_name): Return Lisp strings for unspecified fore- and
440 back-ground colors.
441 (Finternal_set_lisp_face_attribute): Remove the special treatment
442 for Qunspecified_{f,b}g.
443 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp
444 string.
445
047f434a
GM
4462000-01-03 Gerd Moellmann <gerd@gnu.org>
447
448 * xdisp.c (reseat_at_next_visible_line_start): Position before
449 newline only if ending up on a newline.
450 (next_element_from_ellipsis): Return success. Handle case of
451 displaying no ellipsis. Fix case of ellipsis defined in display
452 table.
453 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
454 returns 0.
455
d684c676
EZ
4562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
457
458 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
459 (Fcolor_supported_p): Renamed from face-color-supported-p.
460
5fe1d139
EZ
4612000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
462
463 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
464 list of colors renamed to tty-defined-color-alist.
465 (tty_color_name): Pass the frame to tty-color-by-index.
466 (realize_tty_face): tty-color-alist is now a function which
467 accepts the frame as argument.
468
469 * term.c (Ftty_display_color_p): Accept an optional argument
470 FRAME.
471
816be8b8
EZ
4722000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
473
474 * term.c (insert_glyphs): Pass glyph, not &glyph, to
475 encode_terminal_code.
476
b635321e
EZ
4772000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
478
479 * dispnew.c (mode_line_string): Support termcap frames as well.
480
9b784e96
GM
4812000-01-01 Gerd Moellmann <gerd@gnu.org>
482
27189709
GM
483 * syntax.c (Fforward_word): Undo previous change.
484
485 * editfns.c (Fconstrain_to_field): Don't constrain if
486 inhibit-field-text-motion is non-nil.
487 (Fline_beginning_position): Undo previous change.
488 (Fline_end_position): Ditto.
489
490 * syntax.c (Fforward_word): Notice field boundaries only if
491 inhibit-field-text-motion is nil.
492
493 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
494
495 * editfns.c (Vinhibit_field_text_motion): New variable.
496 (inhibit-field-text-motion): New DEFVAR_LISP.
497 (Fline_beginning_position, Fline_end_position): Notice field
498 boundaries only if inhibit-field-text-motion is nil.
499
45158a91
GM
500 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
501 All calls adjusted.
502 (x_build_heuristic_mask): Likewise.
503 (xbm_load_image_from_file): Change error output.
504 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
505 (gif_load, gs_load, x_kill_gs_process): Ditto.
506
9b784e96
GM
507 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
508 color indices when accessing raster pixels.
63cec32f
GM
509 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
510 one of :file or :data.
511 (enum pbm_keyword_index): Add PBM_DATA.
512 (pbm_format): Add :data.
513 (pbm_image_p): Allow either :file or :data.
514 (pbm_read_file): New function.
515 (pbm_scan_number): Rewritten to read from string.
516 (pbm_load): Support :data.
9b784e96 517
5ad6a5fb
GM
5181999-12-31 Gerd Moellmann <gerd@gnu.org>
519
520 * xfns.c: New image functions adapted to Emacs conventions.
521 (png_load, tiff_load, jpeg_load, gif_load): Always GCPRO local
522 variable `file'.
523
63448a4d
WP
5241999-12-31 William M. Perry <wmperry@aventail.com>
525
526 * xfns.c (jpeg_format): Added the :data keyword
527 (jpeg_image_p): JPEG is valid with :file _or_ :data
528 (jpeg_memory_src): Defined new JPEG image source to read from a
529 memory buffer.
530 (jpeg_load): Pay attention to the :data keyword if specified.
531 Instantiates a jpeg_memory_src instead of jpeg_stdio_src if
532 found.
533 (png_format): Added the :data keyword
534 (png_image_p): PNG is valid with :file _or_ :data
535 (png_read_from_memory): New PNG read function to read from a
536 memory buffer.
537 (png_load): Pay attention to the :data keyword if specified. Uses
538 png_set_read_fn() instead of png_init_io() if specified.
539 (tiff_format): Added the :data keyword for TIFF images.
540 (tiff_image_p): TIFF is valid with :file _or_ :data
541 (tiff_read_from_memory): Defined new TIFF I/O functions to read
542 from a memory buffer.
543 (tiff_load): Pay attention to the :data keyword if specified.
544 Uses TIFFClientOpen() instead of TIFFOpen() if specified.
545 (gif_format): Added the :data keyword
546 (gif_image_p): GIF is valid with :file _or_ :data
547 (gif_read_from_memory): New GIF input function to read from a
548 memory buffer.
c65d14ee 549 (gif_load): Pay attention to the :data keyword. Uses DGifOpen()
63448a4d
WP
550 instead of DGifOpenFileName() if specified.
551
c880678e
GM
5521999-12-31 Gerd Moellmann <gerd@gnu.org>
553
554 * xdisp.c (next_element_from_buffer): Change assertion at the end
555 because it doesn't hold when there's an overlay string at the end
556 from which we deliver an image.
557
8ccb9a54
EZ
5581999-12-30 Eli Zaretskii <eliz@is.elta.co.il>
559
560 * msdos.c (IT_update_begin): Don't dereference members of struct
561 window for deleted windows.
562
12ce2351
GM
5631999-12-30 Gerd Moellmann <gerd@gnu.org>
564
a915c648
GM
565 * abbrev.c (Fexpand_abbrev): If expanding an abbrev which has only
566 a hook, and the hook has a non-nil `no-self-insert' property, let
567 the return value of the hook specify whether an expansion took
568 place. If it returns nil, no expansion has been performed.
569
12ce2351
GM
570 * xterm.c (x_make_frame_visible): Wait for frame becoming visible
571 differently.
572
04ee4f45
EZ
5731999-12-30 Eli Zaretskii <eliz@is.elta.co.il>
574
575 * msdos.c (IT_write_glyphs): Track last changes to struct glyph.
576
7f4bc0c3
EZ
5771999-12-29 Eli Zaretskii <eliz@is.elta.co.il>
578
579 * dispnew.c (mode_line_string): Support MS-DOS frames.
580
dac204bc
GM
5811999-12-29 Gerd Moellmann <gerd@gnu.org>
582
583 * eval.c (syms_of_eval): Initialize debugger_may_continue.
584
7b712ad8
KH
5851999-12-29 Kenichi Handa <handa@etl.go.jp>
586
587 * process.c (read_process_output): Fix the args CHARPOS and LENINS
588 to signal_after_change.
589
adb9900f
EZ
5901999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
591
41ad069b
EZ
592 * msdos.c (dos_set_window_size) [__DJGPP__ > 1]: If the frame
593 dimensions changed, invalidate the mouse highlight info.
594 (disable_mouse_highlight, help_echo, previous_help_echo): New
595 variables.
596 (IT_set_mouse_pointer, show_mouse_face, clear_mouse_face)
597 (fast_find_position, IT_note_mode_line_highlight)
598 (IT_note_mouse_highlight): New functions.
599 (IT_update_begin): If the redisplay affects the window where the
600 mouse highlight is, clear the highlight. If the frame where the
601 highlight was displayed was killed, invalidate the highlight
602 info.
603 (IT_update_end): Reset the highlight flag. Reset the mouse
604 highlight-defer flag.
605 (IT_frame_up_to_date): New function, if mouse highlight was
606 deferred due to GC, do it now.
607 (internal_terminal_init): Initialize mouse-highlight related
608 members of the_only_x_display. Assign IT_frame_up_to_date to
609 frame_up_to_date_hook.
610 (dos_rawgetc): If the mouse moved, update mouse highlight. If
611 help_echo changed value, generate a HELP_EVENT event.
612 (syms_of_msdos): Staticpro help_echo and previous_help_echo.
613
adb9900f
EZ
614 * msdos.h (struct display_info): New.
615 (struct x_output): Add the display_info member.
616 (FRAME_X_DISPLAY_INFO): New macro.
617
481b5054
GM
6181999-12-28 Gerd Moellmann <gerd@gnu.org>
619
620 * xdisp.c (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
621 if MODIFF > 1.
6448a6b3 622 (dump_glyph_row): Adapt to changes in struct glyph.
481b5054
GM
623
624 * buffer.c (modify_overlay): Always compute unchanged info.
625
a2882b0d
KH
6261999-12-27 Kenichi Handa <handa@etl.go.jp>
627
628 * dispextern.h (FACE_FROM_ID): Cast the arg ID to `unsigned'.
629
89ba5b5f
KH
6301999-12-27 Kenichi Handa <handa@etl.go.jp>
631
632 The following changes are to use more bits for face IDs.
633
634 * lisp.h (GLYPH): Defined as `int', not `unsigned int'. Now the
635 lowest 8 bits are single byte character code, the bits above are
636 face ID.
481b5054 637 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjusted for the change
89ba5b5f 638 above.
481b5054
GM
639 (FAST_MAKE_GLYPH, FSST_GLYPH_FACE): Likewise.
640 (GLYPH_MASK_REV_DIR, GLYPH_MASK_PADDING): Macros deleted.
89ba5b5f
KH
641
642 * charset.h (CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) instead
643 of GLYPH_MASK_CHAR.
644
645 * charset.c (char_bytes): Use ((1 << CHARACTERBITS) - 1) instead
646 of GLYPH_MASK_CHAR.
647
648 * dispextern.h (struct glyph): Make face_id and padding_p the top
649 level members. Change members in union `u'.
650 (GLYPH_EQUAL_P): Check also members face_id and padding_p.
651 (GLYPH_CHAR_AND_FACE_EQUAL_P): New macro.
652 (SET_CHAR_GLYPH): Adjusted for the change of struct glyph.
653 (CHAR_GLYPH_PADDING_P): Likewise.
654 (GLYPH_FROM_CHAR_GLYPH): Likewise. Always return -1 for multibyte
655 characters.
656
481b5054 657 * dispnew.c (line_hash_code, direct_output_for_insert): Adjusted
89ba5b5f
KH
658 for the change of struct glyph.
659 (line_draw_cost): Adjusted for the change of
660 GLYPH_FROM_CHAR_GLYPH.
661 (count_match): Use macro GLYPH_CHAR_AND_FACE_EQUAL_P.
662
663 * term.c (encode_terminal_code): Adjusted for the change of struct
664 glyph and GLYPH_FROM_CHAR_GLYPH.
481b5054 665 (write_glyphs, insert_glyphs, append_glyph): Adjusted for the
89ba5b5f
KH
666 change of struct glyph.
667
668 * xdisp.c: All codes adjusted for the change of struct glyph.
669
670 * xterm.c: All codes adjusted for the change of struct glyph.
671
5bcd116c
KH
6721999-12-27 Kenichi Handa <handa@etl.go.jp>
673
674 * composite.h (struct composition): Change the order of declaring
675 members to reduce the byte size of the structure.
676
f21b06b7
GM
6771999-12-25 Gerd Moellmann <gerd@gnu.org>
678
679 * search.c (looking_at_1): Reset immediate_quit before modifying
680 global data.
681
e36557c9
KH
6821999-12-24 Kenichi Handa <handa@etl.go.jp>
683
684 * process.c (read_process_output): Fix the arg FROM to
685 update_compositions.
686
83c8f461 6871999-12-22 Richard M. Stallman <rms@gnu.org>
f7c9e039
RS
688
689 * search.c (Freplace_match): For nonliteral replacement in buffer,
690 construct all the new text first, then insert all at once.
691
0b863bd9
DL
6921999-12-22 Dave Love <fx@gnu.org>
693
694 * xfns.c (Fx_show_tip): Gcpro `timeout' too.
695
6d8e8ef3
GM
6961999-12-22 Gerd Moellmann <gerd@gnu.org>
697
28d7281d
GM
698 * xfns.c (Fx_create_frame): Move x_default_parameter calls that
699 lead to size changes to after the X window has been created.
700
e22ef6eb 701 * xfaces.c (realize_x_face): Don't use uninitialized local
6d8e8ef3
GM
702 variable in xassert.
703
8affcced
KH
7041999-12-22 Kenichi Handa <handa@etl.go.jp>
705
706 * xfaces.c (face_color_supported_p): Check by tty_defined_color
6d8e8ef3 707 only when the frame is not for a window system.
8affcced 708
f2be1146
GM
7091999-12-22 Gerd Moellmann <gerd@gnu.org>
710
deca1348
GM
711 * buffer.c (Fset_buffer_multibyte): Arrange for a thorough
712 redisplay after changing the multibyteness of a buffer.
713
f2be1146
GM
714 * xterm.c (XTread_socket): At the beginning of the loop, pass the
715 frame's X window to XFilterEvent instead of None because that's
716 the X window for which the IC was created. This makes dead
717 accents work when the pointer is not in Emacs' frame.
718 (XTread_socket) <KeyPress>: Don't call XFilterEvent here.
719
a744a2ec
DL
7201999-12-20 Dave Love <fx@gnu.org>
721
722 * xfns.c (Fx_show_tip): Add missing UNGCPRO.
723
9e6985ed
GM
7241999-12-19 Gerd Moellmann <gerd@gnu.org>
725
726 * eval.c (debugger_may_continue): New variable.
727 (syms_of_eval): Add a DEFVAR_BOOL for it.
728 (call_debugger): Bind it.
729
3b620731
EZ
7301999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
731
732 * msdos.c (IT_set_face): Don't swap face colors when highlight or
733 fp->tty_reverse_p is set, unless the computed colors are identical
734 to frame colors. Print both original and computed colors to
735 termscript file.
736 (IT_write_glyphs): Track the changes in handling of composite
737 characters.
738 (IT_set_frame_parameters): Don't set frame colors from
739 unspecified-fg and unspecified-bg pseudo-colors.
740
0f9a51c4
DL
7411999-12-17 Dave Love <fx@gnu.org>
742
743 * data.c (Fkeywordp): New function.
744 (syms_of_data): Install it.
745
363e4e42
EZ
7461999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
747
748 * xfaces.c (tty_defined_color): Fix last change.
749
cfad01b4
GM
7501999-12-15 Gerd Moellmann <gerd@gnu.org>
751
752 * xdisp.c (redisplay_window) <optional new window start>: Check
753 that window start is in [BEGV..ZV].
754
f9d2fdc4
EZ
7551999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
756
757 * dispextern.h (FACE_TTY_DEFAULT_FG_COLOR)
758 (FACE_TTY_DEFAULT_BG_COLOR): New macros.
759
760 * xfaces.c (Qunspecified_fg, Qunspecified_bg): New variables.
761 (syms_of_xfaces): Initialize and staticpro them.
762 (tty_defined_color): If the color name is unspecified-fg or
763 unspecified-bg, return FACE_TTY_DEFAULT_FG_COLOR and
764 FACE_TTY_DEFAULT_BG_COLOR, respectively, as the pixel value.
765 (tty_color_name): If the color pixel value is either
766 FACE_TTY_DEFAULT_FG_COLOR or FACE_TTY_DEFAULT_BG_COLOR, return
767 Qunspecified_fg or Qunspecified_bg, respectively.
768 (Finternal_set_lisp_face_attribute): Allow values Qunspecified_fg
769 and Qunspecified_bg for foreground and background colors.
770 (realize_default_face): If the foreground and background colors
771 are not specified, default to Qunspecified_fg and Qunspecified_bg.
772 (realize_tty_face): By default, set the face colors to
773 FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR.
774 [MSDOS]: Handle FACE_TTY_DEFAULT_FG_COLOR and
775 FACE_TTY_DEFAULT_BG_COLOR when face colors are not defined.
776 Reverse the colors if the default colors were reversed.
777
778 * dispnew.c (init_display): Initialize the frame pixels of the
779 initial frame to FACE_TTY_DEFAULT_FG_COLOR and
780 FACE_TTY_DEFAULT_BG_COLOR.
781
782 * term.c (turn_on_face): If the default fore- and background
783 colors are reversed, enter inverse video mode. Don't send color
784 escape sequences for unspecified foreground and background colors.
785 (turn_off_face): Handle unspecified-fg and unspecified-bg colors.
786
787 * dosfns.c (unspecified_colors): New variable.
788 (msdos_stdcolor_idx): Handle unspecified-fg and unspecified-bg
789 color names, return FACE_TTY_DEFAULT_FG_COLOR and
790 FACE_TTY_DEFAULT_BG_COLOR, respectively.
791 (msdos_stdcolor_name): Handle FACE_TTY_DEFAULT_FG_COLOR and
792 FACE_TTY_DEFAULT_BG_COLOR, return Qunspecified_fg and
793 Qunspecified_bg, respectively.
794
795 * msdos.c (IT_set_face): Support FACE_TTY_DEFAULT_FG_COLOR and
796 FACE_TTY_DEFAULT_BG_COLOR as pixel values.
797
e19539f1
KH
7981999-12-15 Kenichi Handa <handa@etl.go.jp>
799
800 * coding.c (code_convert_region): Fix the secoding arg to
801 update_compositions.
802
5ec14d3c
KH
8031999-12-15 Kenichi Handa <handa@etl.go.jp>
804
805 The following changes are for the new composition mechanism. We
806 have deleted `composition' charset and composite characters,
807 instead introduced a special text property `composition'.
808
809 * Makefile.in (INTERVAL_SRC): Include composite.h.
810 (INTERVAL_OBJ): Include composite.o.
811 (SOME_MACHINE_OBJECTS): Include composite.o.
812 (casefiddle.o) (dispnew.o) (indent.o) (process.o) (search.o)
813 (syntax.o) (window.o) (xdisp.o) (xfaces.o) (xterm.o) (print.o):
814 Depend on composite.h.
815 (doc.o): Depend on charset.h.
816 (keyboard.o) (textprop.o) (intervals.o): Depend on INTERVAL_SRC.
817 (composite.o): New target.
818
819 * alloc.c (Fmake_string): Adjusted for the change of CHAR_STRING.
820
821 * callproc.c (Fcall_process): Call code_convert_string to encode
822 arguments. Use CODING_REQUIRE_DECODING to check if the process
823 output should be decoded.
824
825 * casefiddle.c: Include composite.h.
826 (casify_object): Use MAX_MULTIBYTE_LENGTH to allocate memory for a
827 multibyte character. Adjusted for the change of CHAR_STRING.
828 (casify_region): Likewise. Call update_compositions.
829
830 * category.h (CATEGORY_SET): Delete codes for a composite
831 character.
832
833 * category.c (word_boundary_p): Delete codes for a composite
834 character.
835 (Fmake_category_table): New function.
836 (syms_of_category): Defsubr it.
837
838 * ccl.c (CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.
839 (ccl_driver): Delete codes for a composite character.
840
841 * charset.h: In this entry, just `Modified' means that codes for a
842 composite character is deleted.
843 (LEADING_CODE_COMPOSITION) (CHARSET_COMPOSITION)
844 (charset_composition) (MIN_CHAR_COMPOSITION)
845 (MAX_CHAR_COMPOSITION) (GENERIC_COMPOSITION_CHAR)
846 (COMPOSITE_CHAR_P) (MAKE_COMPOSITE_CHAR) (COMPOSITE_CHAR_ID)
847 (PARSE_COMPOSITE_SEQ) (PARSE_CHARACTER_SEQ): Deleted.
848 (MAX_CHAR) (CHARSET_VALID_P) (CHARSET_DEFINED_P) (CHARSET_AT)
849 (FIRST_CHARSET_AT) (SAME_CHARSET_P) (MAKE_NON_ASCII_CHAR)
850 (PARSE_MULTIBYTE_SEQ) (SPLIT_NON_ASCII_CHAR) (CHAR_PRINTABLE_P):
851 Modified.
852 (SPLIT_STRING): Call split_string, not split_non_ascii_string.
853 (CHAR_STRING): Delete WORKBUF argument. Call char_string, not
854 non_ascii_char_to_string.
855 (STRING_CHAR): Call string_to_char, not string_to_non_ascii_char.
856 (STRING_CHAR_AND_LENGTH): Likewise.
857 (FETCH_CHAR_ADVANCE): New macro.
858 (MAX_COMPONENT_COUNT) (struct cmpchar_info): Deleted.
859 (MAX_MULTIBYTE_LENGTH): New macro.
860 (MAX_LENGTH_OF_MULTI_BYTE_FORM): Deleted.
861 (find_charset_in_str): Argument adjusted.
862 (CHAR_LEN): Modified.
863
864 * charset.c: In this entry, just `Modified' means that codes for a
865 composite character is deleted.
866 (Qcomposition) (leading_code_composition)
867 (charset_composition) (min_composite_char) (cmpchar_table)
868 (cmpchar_table_size) (n_cmpchars): Deleted.
869 (SPLIT_COMPOSITE_SEQ): Deleted.
870 (SPLIT_MULTIBYTE_SEQ): Modified.
871 (char_to_string): Renamed from non_ascii_char_to_string.
872 Modified.
873 (string_to_char): Renamed from string_to_non_ascii_char.
874 (split_string): Renamed from split_non_ascii_string.
875 (char_printable_p) (Fsplit_char)
876 (Ffind_charset_region) (Ffind_charset_string) (char_valid_p)
877 (char_bytes) (Fchar_width) (strwidth): Modified.
878 (find_charset_in_str): Argument CMPCHARP deleted. Modified.
879 (Fstring): Adjusted for the change of CHAR_STRING. Modified.
880 (hash_string) (CMPCHAR_HASH_TABLE_SIZE) (cmpchar_hash_table)
881 (CMPCHAR_HASH_SIZE) (CMPCHAR_HASH_USED) (CMPCHAR_HASH_CMPCHAR_ID)
882 (str_cmpchar_id) (cmpchar_component) (Fcmpcharp)
883 (Fcmpchar_component) (Fcmpchar_cmp_rule) (Fcmpchar_cmp_rule_p)
884 (Fcmpchar_cmp_count): Deleted.
885 (Fcompose_string): Implemented by Emacs Lisp in composite.el.
886 (init_charset_once): Modified.
887 (syms_of_charset): Modified.
888
889 * cmds.c (internal_self_insert): Adjusted for the change of
890 CHAR_STRING.
891
892 * coding.h (emacs_code_class_type): Delete the member
893 EMACS_leading_code_composition.
894 (COMPOSING_NO) (COMPOSING_WITH_RULE_HEAD) (COMPOSING_NO_RULE_HEAD)
895 (COMPOSING_WITH_RULE_TAIL) (COMPOSING_NO_RULE_TAIL)
896 (COMPOSING_WITH_RULE_RULE) (COMPOSING_HEAD_P)
897 (COMPOSING_WITH_RULE_P): Macros deleted.
898 (COMPOSITION_DATA_SIZE) (COMPOSITION_DATA_MAX_BUNCH_LENGTH): New
899 macros.
900 (struct composition_data): New structure.
901 (CODING_FINISH_INSUFFICIENT_CMP): New macro.
902 (struct coding_system): New members composition_rule_follows,
903 cmp_data, cmp_data_start, cmp_data_index.
904 (coding_save_composition) (coding_free_composition_data)
905 (coding_adjust_composition_offset): Extern them.
906
907 * coding.c: Include composite.h.
908 (DECODE_CHARACTER_ASCII): Don't handle composition here.
909 (DECODE_CHARACTER_DIMENSION1): Likewise. Don't check the validity
910 of multibyte code here.
911 (DECODE_CHARACTER_DIMENSION2): Likewise.
912 (detect_coding_emacs_mule): Change the case label from
913 EMACS_leading_code_composition to 0x80.
914 (detect_coding_iso2022): Handle new composition sequence.
915 (DECODE_ISO_CHARACTER): Likewise.
916 (check_composing_code): Deleted.
917 (coding_allocate_composition_data): New function.
918 (CODING_ADD_COMPOSITION_START) (CODING_ADD_COMPOSITION_END)
919 (CODING_ADD_COMPOSITION_COMPONENT) (DECODE_COMPOSITION_START)
920 (DECODE_COMPOSITION_END) (DECODE_COMPOSITION_RULE): New macros.
921 (decode_coding_iso2022): Handle new composition sequence.
922 (ENCODE_ISO_CHARACTER): Don't check composition here.
923 (ENCODE_COMPOSITION_RULE) (ENCODE_COMPOSITION_START): New macros.
924 (ENCODE_COMPOSITION_NO_RULE_START)
925 (ENCODE_COMPOSITION_WITH_RULE_START): Deleted.
926 (ENCODE_COMPOSITION_END): Handle new composition sequence.
927 (ENCODE_COMPOSITION_FAKE_START): New macro.
928 (encode_coding_iso2022): Handle new composition sequence.
929 (ENCODE_SJIS_BIG5_CHARACTER): Delete superfluous `;' at the tail.
930 (encode_coding_sjis_big5): Ignore composition.
931 (setup_coding_system): Initialize new members of struct
932 coding_system. Enable composition only when the coding system has
933 `composition' property t.
934 (coding_free_composition_data) (coding_adjust_composition_offset)
935 (coding_save_composition) (coding_restore_composition): New
936 functions.
937 (code_convert_region): Call coding_save_composition for encoding
938 and coding_allocate_composition_data for decoding. Don't skip
939 ASCII characters if we handle composition on encoding. Call
940 signal_after_change with Check_BORDER.
941 (code_convert_string): Call coding_save_composition for encoding
942 and coding_allocate_composition_data for decoding. Don't skip
943 ASCII characters if we handle composition on encoding.
944 (code_convert_string1): Set Vlast_coding_system_used after calling
945 code_convert_string.
946 (code_convert_string_norecord): Disable composition.
947 (Fset_terminal_coding_system_internal): Likewise.
948 (Fset_safe_terminal_coding_system_internal): Likewise.
949 (Fset_keyboard_coding_system_internal): Likewise.
950 (init_coding_once): Set emacs_code_class[0x80] to
951 EMACS_invalid_code.
952
953 * composite.h: New file.
954
955 * composite.c: New file.
956
957 * data.c (Faref): Delete codes for a composite character..
958 (Faset): Likewise. Adjusted for the change of CHAR_STRING.
959
960 * dispextern.h (enum glyph_type): New member COMPOSITE_GLYPH.
961 (struct glyph): Add new sub-structure cmp to the union `u'.
962 (enum display_element_type): New member IT_COMPOSITION.
963 (enum prop_idx): New member COMPOSITION_PROP_IDX.
964 (struct it): New members cmp_id, cmp_len.
965
966 * dispnew.c (direct_output_forward_char): Check point moving into
967 or out of a composition. If so, give up direct method.
968
969 * doprnt.c (doprnt1): Adjusted for the change of CHAR_STRING.
970
971 * editfns.c (Fchar_to_string): Adjusted for the change of
972 CHAR_STRING.
973 (general_insert_function): Likewise.
974 (Finsert_char): Likewise.
975 (Fsubst_char_in_region): Likewise. Call update_compositions.
976 (Ftranslate_region): Call update_compositions.
977 (Ftranspose_regions): Call update_compositions.
978
979 * emacs.c (main): Call syms_of_composite.
980
981 * fileio.c (Fsubstitute_in_file_name): Adjusted for the change of
982 CHAR_STRING.
983 (Finsert_file_contents): Set Vlast_coding_system_used before
984 calling signal_after_change. Call update_compositions if some
985 texts are inserted..
986 (Fwrite_region): Adjusted for the change of a_write and e_write.
987 (a_write): Argument changed. Work based on character position,
988 not byte position.
989 (e_write): Argument changed. Handle new way of composition.
990
991 * fns.c (Flength): The length of char-table is MAX_CHAR.
992 (concat): Adjusted for the change of CHAR_STRING.
993 (Ffillarray): Adjusted for the change of CHAR_STRING.
994 (Fset_char_table_default): Delete codes for a composite character.
995 (hash_put): Return hash index.
996
997 * fontset.h (struct font_info): New member vertical_centering.
998 (Vvertical_centering_font_regexp): Extern it.
999
1000 * fontset.c (Vvertical_centering_font_regexp): New variable.
1001 (syms_of_fontset): Declare it as a Lisp variable and initialize.
1002 Set Vignore_relative_composition to nil.
1003 (fs_load_font): Initialize `vertical_centering' of struct
1004 font_info.
1005
1006 * indent.c (check_composition): New function.
1007 (MULTIBYTE_BYTES_WIDTH): Call STRING_CHAR_AND_LENGTH with
1008 MAX_MULTIBYTE_LENGTH, not MAX_LENGTH_OF_MULTI_BYTE_FORM.
1009 (current_column_1): Handle new way of composition.
1010 (Fmove_to_column): Likewise.
1011 (compute_motion): Likewise.
1012
1013 * insdel.c (copy_text): Adjusted for the change of CHAR_STRING.
1014 (insert_char): Likewise.
1015 (insert): Call update_compositions.
1016 (insert_and_inherit): Likewise.
1017 (insert_before_markers): Likewise.
1018 (insert_before_markers_and_inherit): Likewise.
1019 (insert_from_string): Likewise.
1020 (insert_from_string_before_markers): Likewise.
1021 (insert_from_buffer): Likewise.
1022 (replace_range): Likewise.
1023 (count_combining_composition): Deleted.
1024 (count_combining_before): Delete codes for a composite character.
1025 (count_combining_after): Likewise.
1026 (del_range_1): Call update_compositions.
1027 (del_range_byte): Likewise.
1028 (del_range_both): Likewise.
1029 (Fcombine_after_change_execute): Likewise.
1030
1031 * intervals.h: Include composite.h.
1032 (get_property_and_range): Extern it.
1033 (Vtext_property_default_nonsticky): Extern it.
1034
1035 * intervals.c (adjust_intervals_for_insertion): To check stickines
1036 of properties, pay attention to text-property-default-nonsticky.
1037 (merge_properties_sticky): Likewise.
1038 (get_property_and_range): New function.
1039
1040 * keyboard.c (Vdisable_point_adjustment): New variable.
1041 (Vglobal_disable_point_adjustment): New variable.
1042 (syms_of_keyboard): Declare them as Lisp variables.
1043 (command_loop_1): Check them and call adjust_point_for_property if
1044 necessary.
1045 (adjust_point_for_property): New function.
1046
1047 * keymap.c (push_key_description): Adjusted for the change of
1048 CHAR_STRING.
1049 (Ftext_char_description): Likewise.
1050
1051 * lisp.h (QCtest, QCweakness, Qequal): Extern them.
1052 (hash_put): Adjusted for the change of the definition.
1053 (signal_after_change): Likewise.
1054 (check_point_in_composition): Extern it.
1055
1056 * lread.c (readchar): Adjusted for the change of CHAR_STRING.
1057 Delete a code that handles an invalid too-long multibyte sequence
1058 because we are now sure that we never encounter with such a
1059 sequence.
1060 (read_multibyte): Use macro MAX_MULTIBYTE_LENGTH, not
1061 MAX_LENGTH_OF_MULTI_BYTE_FORM.
1062 (init_obarray): Likewise.
1063 (read1): Likewise. Adjusted for the change of CHAR_STRING.
1064
1065 * print.c (printchar): Adjusted for the change of CHAR_STRING.
1066
1067 * process.c: Include composite.h.
1068 (read_process_output): Call update_compositions.
1069
1070 * regex.c (regex_compile): Adjusted for the change of CHAR_STRING.
1071
1072 * search.c (search_buffer): Adjusted for the change of CHAR_STRING.
1073
1074 * syntax.h (SYNTAX_ENTRY_INT): Delete codes for a composite
1075 character.
1076
1077 * term.c (encode_terminal_code): Delete codes for a composite
1078 character. Adjusted for the change of CHAR_STRING.
1079 (produce_glyphs): When called, it->what can be IT_COMPOSITION.
1080 Delete codes for a composite character.
1081
1082 * textprop.c (Vtext_property_default_nonsticky): New variable
1083 (syms_of_textprop): Declare it as a Lisp variable.
1084
1085 * window.c (Frecenter): Clear all caches of compositions.
1086
1087 * xdisp.c (it_props): Add an entry for composition.
1088 (face_before_or_after_it_pos): For composition, check face of a
1089 character after the composition.
1090 (handle_composition_prop): New function.
1091 (get_next_display_element): Adjusted for the change of
1092 CHAR_STRING.
1093 (set_iterator_to_next): Handle the case that it->method ==
1094 next_element_from_composition.
1095 (next_element_from_composition): New function.
1096 (message_dolog): Adjusted for the change of CHAR_STRING.
1097 (set_message_1): Likewise.
1098 (check_point_in_composition): New function.
1099 (reconsider_clip_changes): If point moved into or out of
1100 composition, set b->clip_changed to 1 to force updating of the
1101 screen.
1102 (disp_char_vector): Delete codes for a composite character.
1103 (decode_mode_spec_coding): Adjusted for the change of CHAR_STRING.
1104
1105 * xfaces.c (choose_face_fontset_font): Delete codes for a
1106 composite character.
1107 (realize_x_face): Likewise. Change a place to set local variable
1108 `f' to avoid a bug of GCC 2.8.1 on Solaris.
1109
1110 * xfns.c: Include intervals.h.
1111 (syms_of_xfns): Make `display' property nonsticky by default.
1112
1113 * xselect.c (lisp_data_to_selection_data): Adjusted for the change
1114 for find_charset_in_str.
1115
1116 * xterm.h (struct x_output): Change member font_baseline to
1117 baseline_offset.
1118
1119 * xterm.c (x_append_glyph): Setup members of struct glyph properly
1120 for composition.
1121 (x_append_composite_glyph): New function.
1122 (VCENTER_BASELINE_OFFSET): New macro.
1123 (x_produce_glyphs): If it->what == IT_COMPOSITION, setup members
1124 of struct it for the composition. Cache pixel offsets in the
1125 struct composition. Delete codes for a composite character.
1126 Handle Vignore_relative_composition in composition code.
1127 (struct glyph_string): Delete member cmpcharp, add new member cmp.
1128 (x_set_cursor_gc): Check s->cmp, not s->cmpcharp.
1129 (x_compute_glyph_string_overhangs): Likewise.
1130 (x_get_glyph_overhangs): Delete codes for a composite character.
1131 (x_right_overwritten): Check s->cmp, not s->cmpcharp.
1132 (x_draw_glyph_string_background): Likewise. Delete codes for
1133 checking s->gidx for a composition.
1134 (x_draw_glyph_string_foreground): Delete code for a composite
1135 character.
1136 (x_draw_composite_glyph_string_foreground): New function.
1137 (x_draw_glyph_string_box): Check s->cmp, not s->cmpcharp.
1138 (x_draw_glyph_string): Handle the case of COMPOSITE_GLYPH.
1139 (struct work): Deleted.
1140 (x_fill_composite_glyph_string): Argument changed. Mostly
1141 rewritten for that.
1142 (x_fill_glyph_string): Don't check CHARSET_COMPOSITION.
1143 (BUILD_CHAR_GLYPH_STRINGS): Don't handle composition here.
1144 (BUILD_COMPOSITE_GLYPH_STRING): New macro.
1145 (BUILD_GLYPH_STRINGS): For composition, call
1146 BUILD_COMPOSITE_GLYPH_STRING.
1147 (x_new_font): Initialize f->output_data.x->baseline_offset, not
1148 f->output_data.x->font_baseline.
1149
c3c60f13
GM
11501999-12-14 Gerd Moellmann <gerd@gnu.org>
1151
1152 * xterm.c (show_mouse_face): Don't use updated_area, use
1153 TEXT_AREA.
1154
83c8f461 11551999-12-12 Richard M. Stallman <rms@gnu.org>
c838eb57
RS
1156
1157 * minibuf.c (Fall_completions): Doc fix.
1158
83c8f461 11591999-12-12 Richard M. Stallman <rms@gnu.org>
c838eb57
RS
1160
1161 * macros.c (Fstart_kbd_macro): Handle case where last-kbd-macro
1162 has been changed by the Lisp code.
1163
d8eccf12
GM
11641999-12-12 Gerd Moellmann <gerd@gnu.org>
1165
1166 * xfns.c: Indentation fixes.
1167
ae56feae
SM
11681999-12-10 Stefan Monnier <monnier@cs.yale.edu>
1169
1170 * xterm.c (x_initialize): Only setup xaw3d_* if they've been declared.
1171
dfa1c6ae
GM
11721999-12-10 Gerd Moellmann <gerd@gnu.org>
1173
1174 * frame.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
1175 [!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.
1176
1177 * xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
1178 to frame.h.
1179
ec18280f
SM
11801999-12-09 Stefan Monnier <monnier@cs.yale.edu>
1181
1182 * keyboard.c (Qratio): New symbol.
1183 (scroll_bar_parts): Add `Qratio' to it.
1184 (syms_of_keyboard): Init `Qratio'.
1185 * termhooks.h (scroll_bar_part): Add `scroll_bar_move_ratio'.
1186 * xterm.c (#includes): Allow compilation with only Xaw.
1187 (xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
1188 (xt_action_hook): Replace XAW3D by XAW.
1189 (xaw3d_jump_callback): Renamed to xaw_jump_callback.
1190 (xaw_jump_callback): Renamed from xaw3d_jump_callback.
1191 Determine epsilon dynamically and don't try to be too clever.
1192 (xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
1193 (xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
1194 Handle both Xaw3d with arrow-scrollbars and with Xaw-style
1195 scrollbar (using `ratio').
1196 (x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
1197 scrollbar we have so as to set it up more optimally and to fix
1198 xaw3d_arrow_scroll and xaw3d_pick_top.
1199 (x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the
1200 bottom of the Xaw3d scrollbar, to work around its tendency to refuse
1201 shrinking the thumb. Also make sure that `XawScrollbarSetThumb'
1202 is not ignored, using a major gross hack.
1203 (x_initialize): Init default values for xaw3d_arrow_scroll and
1204 xaw3d_pick_top.
1205
83b6d970
DL
12061999-12-09 Dave Love <fx@gnu.org>
1207
1208 * frame.h: (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.
1209
3648c842
GM
12101999-12-08 Gerd Moellmann <gerd@gnu.org>
1211
1212 * eval.c: Remove conditional compilation on `standalone'.
1213 (call_debugger): When entering the debugger while redisplaying,
1214 reset redisplaying_p, and go back to the top-level if the debugger
1215 returns.
1216
05e71564
GM
12171999-12-07 Gerd Moellmann <gerd@gnu.org>
1218
1219 * xfaces.c (x_set_menu_resources_from_menu_face): Make sure
1220 basic faces are realized before trying to use face `menu'.
1221
1222 * window.c (delete_window): Block input for the time window
1223 matrices are being changed.
1224
b46cd536
DL
12251999-12-07 Dave Love <fx@gnu.org>
1226
1227 * lread.c (Fintern_soft): Fix newlines in doc string.
1228
96acb1f7
GM
12291999-12-07 Alexandre Oliva <oliva@dcc.unicamp.br>
1230
1231 * unexelf.c: Include <syms.h>, not <sym.h> on IRIX. Removed
1232 duplicate definition of ElfW.
1233 (find_section): Copied from unexsgi.c.
1234 (unexec): Use find_section. Adjust whitespace. Initialize
1235 new_data2_offset based on old_data, not sbss (this fixes a bug on
1236 IRIX6). Change #ifdef __mips to __sgi, since it's IRIX-specific.
1237 Adjust test for presence of .mdebug section to the new return
1238 value of find_section.
1239
12401999-12-07 Gerd Moellmann <gerd@gnu.org>
1241
1242 * unexelf.c: Merge changes from 20.5.
1243 (unexec): Handle .lit4 and .lit8 unconditionally.
1244
1245 * m/iris4d.h (UNEXEC) [USG5_4]: Use unexelf.o instead of
1246 unexsgi.o again.
1247
1248 * m/iris5d.h (UNEXEC): Likewise.
1249
7dae4502
SM
12501999-12-06 Stefan Monnier <monnier@cs.yale.edu>
1251
1252 * editfns.c (Fdelete_and_extract_region): New function.
05e71564
GM
1253 (syms_of_editfns): Register it.
1254 * insdel.c (del_range): Update del_range_1 call.
7dae4502
SM
1255 (del_range_1, del_range_2): Add a ret_string argument to
1256 request that the deleted text be returned.
1257 (del_range_byte, del_range_both): Update del_range_2 call.
05e71564 1258 * lisp.h (del_range_1, del_range_2): Change prototype
7dae4502
SM
1259 * casefiddle.c (casify_region): Update del_range_1 call.
1260 * coding.c (code_convert_region): Update del_range_2 call.
1261 * fileio.c (Finsert_file_contents): Update del_range_2 call.
1262
397e4fae
GM
12631999-12-06 Gerd Moellmann <gerd@gnu.org>
1264
1265 * xfaces.c (set_lface_from_font_name): Fix incomplete merge.
1266
3d973f71
GM
12671999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
1268
1269 * lread.c (Fintern_soft): Accept a symbol argument.
1270
740e985f
EZ
12711999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1272
1273 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 40000.
809f3d51
EZ
1274
1275 * insdel.c (adjust_markers_for_delete): Fix last change.
1276
2d764c78
EZ
12771999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1278
1279 Changes for automatic remapping of X colors on terminal frames:
1280
1281 * xfaces.c (XColor) [!HAVE_X_WINDOWS]: Provide a typedef for non-X
1282 frames.
1283 (Vface_tty_color_alist): Remove.
1284 (tty_defined_color): New function.
1285 (defined_color): Rewrite to support any type of frame.
1286 (tty_color_name): New function.
1287 (face_color_supported_p, Fface_color_gray_p,
1288 Fface_color_supported_p): Support non-X frames.
1289 (load_color): Enclose the color name in quotes, in the log
1290 messages. Remove DOS-specific version of load_color.
1291 (realize_tty_face): Take the supported colors from
1292 tty-color-alist. Support translation of X colors to the closest
1293 tty color, for both MSDOS and tty frames.
1294 [MSDOS]: Don't invert face colors if they were taken from the
1295 frame colors.
1296 (Fface_register_tty_color, Fface_clear_tty_colors): Remove.
1297
1298 * frame.h (struct x_output) [!MSDOS, !WINDOWSNT, !HAVE_X_WINDOWS]:
1299 Define a mostly empty surrogate.
1300 (tty_display): Declare.
1301
1302 * frame.c (make_terminal_frame) [!macintosh]: Don't use
1303 tty_display.
1304 (Fframe_parameters): Don't invert colors of non-FRAME_WINDOW_P
1305 frames when the frame's param_alist includes 'reverse.
1306 (tty_display): Define.
1307 (make_terminal_frame) [!MSDOS]: Assign &tty_display to the
1308 output_data.x member.
1309 (Fframe_parameters): Return foreground and background color names
1310 on tty frames as well, in addition to MSDOS frames.
1311
1312 * msdos.h (DisplayWidth, DisplayHeight): Changes for Lisp_Object
1313 selected_frame.
1314 (struct x_output): Remove unused members; document who uses each
1315 member.
1316 (FRAME_PARAM_FACES, FRAME_N_PARAM_FACES, FRAME_DEFAULT_PARAM_FACE,
1317 FRAME_MODE_LINE_PARAM_FACE, FRAME_COMPUTED_FACES,
1318 FRAME_N_COMPUTED_FACES, FRAME_SIZE_COMPUTED_FACES,
1319 FRAME_DEFAULT_FACE, FRAME_MODE_LINE_FACE, unload_color): Remove
1320 unused macro definintions.
1321
1322 * msdos.c (IT_set_frame_parameters): Don't call
1323 recompute_basic_faces, the next redisplay will, anyway.
1324 (x_current_display): Remove unused variable.
1325 Many functions: changes for Lisp_object selected_frame.
1326 (IT_set_face): If the tty_reverse_p flag is set for the face,
1327 reverse the foreground and background colors.
1328 (Fmsdos_remember_default_colors): New function.
1329 (syms_of_msdos): Defsubr it.
1330 (IT_set_frame_parameters): Use initial_screen_colors[] when
1331 creating a new frame. If the frame parameters include 'reverse,
1332 swap the foreground and background colors.
1333 (internal_terminal_init): Initialize initial_screen_colors to -1.
1334 (syms_of_msdos): Add DEFVAR_BOOL for x-stretch-cursor, to shut up
1335 cus-start.el.
1336
1337 * Makefile.in (lisp, shortlisp): Add lisp/term/tty-colors.elc.
1338
1339 * xfns.c (x_defined_color): Rename from defined_color. All
1340 callers changed.
1341 (Fxw_color_defined_p): Renamed from Fx_color_defined_p;
1342 all callers changed.
1343 (Fxw_color_values): Renamed from Fx_color_values; all callers
1344 changed.
1345 (Fxw_display_color_p): Renamed from Fx_display_color_p; all
1346 callers changed.
1347 (x_window_to_frame, x_any_window_to_frame,
1348 x_non_menubar_window_to_frame, x_menubar_window_to_frame,
1349 x_top_window_to_frame): Use !FRAME_X_P instead of
1350 f->output_data.nothing.
1351 * xterm.h (x_defined_color): Rename from defined_color.
1352
1353 * w32fns.c (x_window_to_frame): Use FRAME_W32_P instead of
1354 f->output_data.nothing.
1355 (Fxw_color_defined_p): Renamed from Fx_color_defined_p;
1356 all callers changed.
1357 (Fxw_color_values): Renamed from Fx_color_values; all callers
1358 changed.
1359 (Fxw_display_color_p): Renamed from Fx_display_color_p; all
1360 callers changed.
1361
1362 * dispextern.h (tty_color_name): Add prototype.
1363
1364 * xmenu.c (menubar_id_to_frame): Use FRAME_WINDOW_P instead of
1365 f->output_data.nothing.
1366 * w32menu.c (menubar_id_to_frame): Likewise.
1367 * w32term.h (w32_output): Declare.
1368
1369 * dosfns.c (Qmsdos_color_translate): Remove.
1370 (msdos_stdcolor_name): Now returns a Lisp_Object.
1371 * dosfns.h (Qmsdos_color_translate): Remove.
1372
1373 * s/msdos.h (INTERNAL_TERMINAL): Add entries for color support.
1374
b3e5232e
KH
13751999-12-06 Kenichi Handa <handa@etl.go.jp>
1376
1377 * fileio.c (decide_coding_unwind): Renamed from
1378 set_auto_coding_unwind.
1379 (Finsert_file_contents): Make single unwind protect to call both
1380 Vset_auto_coding_function and Ffind_operation_coding_system.
1381
1382 * insdel.c (adjust_markers_for_delete): Make it non-static.
1383
db0e466c
SM
13841999-12-04 Stefan Monnier <monnier@cs.yale.edu>
1385
1386 * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
1387 operators and handle them properly.
1388 * regex.h (RE_ALL_GREEDY): New option.
1389 (RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic
1390 sorting would put it.
1391 (RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP)
1392 (_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.
1393
22afa6e8
DL
13941999-12-04 Dave Love <d.love@dl.ac.uk>
1395
1396 * m/arm.h: New file.
1397
40afb967
DL
13981999-12-03 Dave Love <fx@gnu.org>
1399
1400 * editfns.c (Fmessage_or_box): Use use_dialog_box.
1401
ddf8eff5
GM
14021999-12-02 Gerd Moellmann <gerd@gnu.org>
1403
1404 * s/usg5-4.h (LIBS_SYSTEM): Add -lgen because that's needed
1405 for building with Motif.
1406
1407 * m/iris4d.h (UNEXEC) [USG5_4]: Use unexsgi.o instead of
1408 unexelf.o.
1409
1410 * m/iris5d.h (UNEXEC): Use unexsgi.o instead of unexelf.o.
1411
fa09a82d
DL
14121999-12-01 Dave Love <fx@gnu.org>
1413
1414 * emacs.c (main): Set LANG=C iff AX3_2 defined.
1415
ddf8eff5
GM
14161999-11-28 Gerd Moellmann <gerd@gnu.org>
1417
1418 * systime.h (EMACS_TIME_CMP, EMACS_TIME_EQ, EMACS_TIME_NE)
1419 (EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT,EMACS_TIME_LE): New
1420 macros.
1421
1422 * config.in (HAVE_SETITIMER, HAVE_UALARM): New.
1423
fa09a82d
DL
14241999-11-28 eliz <eliz@dlpx1>
1425
1426 * emacs.c (synchronize_locale): Avoid compiler warnings about
1427 pointer type mismatch.
1428
f9632fc8
GM
14291999-11-28 Gerd Moellmann <gerd@gnu.org>
1430
717d0121
GM
1431 * window.c (Fwindow_end): Don't call temp_set_pt_both with
1432 out of range position.
1433
f9632fc8
GM
1434 * xterm.c (XTread_socket) <ClientMessage, Xatom_Scrollbar>:
1435 Switch off busy-cursor by setting inhibit_busy_cursor to 2.
1436
59c65f1e
EZ
14371999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1438
613a8346
EZ
1439 * charset.c (Fmake_char_internal): Print the charset ID when
1440 signalling an error.
1441
59c65f1e
EZ
1442 * emacs.c (synchronize_locale): Avoid compiler warnings about
1443 pointer type mismatch.
1444
83c8f461 14451999-11-26 Richard M. Stallman <rms@gnu.org>
d01f3570
RS
1446
1447 * editfns.c (Fdelete_field): Make it noninteractive. Return nil.
1448
18df9369
GM
14491999-11-26 Gerd Moellmann <gerd@gnu.org>
1450
65a3ccf7
GM
1451 * puresize.h (BASE_PURESIZE): Increase to 550000.
1452
b3b98592
GM
1453 * textprop.c (set_text_properties): New function. Like
1454 Fset_text_properties, but with additional parameter
1455 SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after
1456 changes.
1457 (Fset_text_properties): Use it.
1458
1459 * insdel.c (insert_1_both): Call set_text_properties with last
1460 parameter nil so that no after changes will be signaled.
1461
1462 * lisp.h: Add prototype for set_text_properties.
1463
18df9369
GM
1464 * xfaces.c (set_lface_from_font_name): Fix previous change.
1465 (recompute_basic_faces): Change assert to abort.
1466
71a8e74b
DL
14671999-11-25 Dave Love <fx@gnu.org>
1468
1469 * fns.c (Fnthcdr, Fnreverse): Inline cdr.
1470 (Fmember, Fdelq, Fdelete): Inline car.
1471 (Fy_or_n_p): Doc fix.
1472
bc6a5782
GM
14731999-11-25 Gerd Moellmann <gerd@gnu.org>
1474
3221576b 1475 * xfaces.c (set_lface_from_font_name): New parameter may_fail_p.
18df9369 1476 Callers changed. If specified font name is bogus, and may_fail_p
3221576b
GM
1477 is not set, try to use a reasonable default.
1478
bc6a5782
GM
1479 * dispnew.c (direct_output_for_insert): Set glyph row's
1480 displays_text_p flag. Correct window's window_end_vpos if
1481 necessary.
1482
0c8559bb
PE
14831999-11-25 Paul Eggert <eggert@twinsun.com>
1484
1485 * emacs.c (fixup_locale): Don't bother to record initial locale.
1486 (synchronize_locale): If the desired locale is nil,
1487 treat it as if it were the empty string,
1488 so that we set the locale from the environment.
1489
35737351
KH
14901999-11-25 Kenichi Handa <handa@etl.go.jp>
1491
1492 * fileio.c (Finsert_file_contents): Set buffer-file-coding-system
1493 of the current buffer via Fset.
1494
5562b47f
DL
14951999-11-24 Dave Love <fx@gnu.org>
1496
1497 * xfns.c: Don't duplicate Qdisplay definition done elsewhere.
1498
1499 * xfaces.c: Don't duplicate Qmode_line definition done elsewhere.
1500
1501 * xfns.c: Don't duplicate Qdisplay definition done elsewhere.
1502
00da0e4a
GM
15031999-11-24 Gerd Moellmann <gerd@gnu.org>
1504
1505 * lisp.h (enum pvec_type): Put PVEC_FLAG in #if 0.
1506
1507 * emacs.c (PVEC_FLAG): New variable.
1508
b1775dc1
GM
15091999-11-23 Gerd Moellmann <gerd@gnu.org>
1510
1511 * unexaix.c (unexec): Use unsigned instead of uintptr_t because
1512 that fails on IBM PowerPC, AIX 4.2.
1513
08de6200
EZ
15141999-11-22 Eli Zaretskii <eliz@is.elta.co.il>
1515
1516 * buffer.c (syms_of_buffer): Add %z, %Z, %m and %& to the doc
1517 string of mode-line-format. Remove the obsolete %t.
1518
02fda8ff
GM
15191999-11-22 Gerd Moellmann <gerd@gnu.org>
1520
f2fa858f
GM
1521 * dispnew.c (direct_output_for_insert): Increment glyph positions
1522 for glyphs from buffer text only.
1523
02fda8ff
GM
1524 * emacs.c (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
1525 (gdb_data_seg_bits): New variables.
1526
1527 * lisp.h (enum gdb_lisp_params): Put in #if 0, since it doesn't
1528 work on systems not allowing enumerators > INT_MAX, and it
1529 won't work if EMACS_INT is long long.
1530
1b0d24e7
PE
15311999-11-22 Paul Eggert <eggert@twinsun.com>
1532
1533 Port to SunOS 4.1.x again. Help out with Alpha port.
1534 Rename messages-locale to system-messages-locale,
1535 and likewise for time-locale.
1536
1537 * callproc.c (strerror): Remove decl.
1538 * fileio.c (strerror): Likewise.
1539 * process.c (strerror): Likewise.
1540 * emacs.c (strerror): Likewise.
1541 (Vsystem_messages_locale): Renamed from Vmessages_locale.
1542 All uses changed.
1543 (Vprevious_system_messages_locale): Likewise, from
1544 Vprevious_messages_locale.
1545 (Vsystem_time_locale): Likewise, from Vtime_locale.
1546 (Vprevious_system_time_locale): Likewise, from Vprevious_time_locale.
1547 (ABORT_RETURN_TYPE): New macro.
1548 (abort): Return type is now ABORT_RETURN_TYPE.
1549 (main): Always invoke init_signals, even if POSIX_SIGNALS is not
1550 defined.
1551 (syms_of_emacs): messages-locale -> system-messages-locale,
1552 previous-messages-locale -> previous-system-messages-locale,
1553 time-locale -> system-time-locale,
1554 previous-time-locale -> previous-system-time-locale.
1555
1556 * gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined.
1557 (const): Do not define; that's config.h's job.
1558 (<limits.h>): Include if HAVE_LIMITS_H is defined.
1559 (CHAR_BIT): Move test for definedness outside of limits.h condition.
1560 (<stddef.h>): Include if STDC_HEADERS is defined.
1561 (FREE_RETURN_TYPE): New macro.
1562 (free): Return type is now FREE_RETURN_TYPE.
1563
1564 * lisp.h (synchronize_system_time_locale): Renamed from
1565 synchronize_time_locale. All uses changed.
1566 (synchronize_system_messages_locale): Likewise, from
1567 synchronize_messages_locale.
1568
1569 * m/alpha.h (malloc, realloc, calloc): Remove decls;
1570 stdlib.h now does this.
1571
1572 * process.c (sys_siglist): Remove.
1573
1574 * s/sunos4-0.h (ABORT_RETURN_TYPE, FREE_RETURN_TYPE):
1575 New macros.
1576
1577 * syntax.c (scan_sexps_forward): Use abort, not assert.
1578
1579 * sysdep.c (my_sys_siglist): New var.
1580 (sys_siglist): New macro. Remove old initialized vars of same name.
1581 (init_signals): Initialize sys_siglist.
1582
1583 * xfns.c (abort): Remove decl; stdlib.h now does this.
1584
0dcd5b54
DL
15851999-11-18 Dave Love <fx@gnu.org>
1586
946173ad
DL
1587 * filelock.c: Add forward declaration for get_boot_time_1.
1588
0dcd5b54
DL
1589 * dispnew.c (Finternal_show_cursor_p): Fix doc string.
1590
71447e8f
GM
15911999-11-18 Gerd Moellmann <gerd@gnu.org>
1592
1593 * buffer.h (struct buffer_text): Add comment about moving
1594 buffer text if REL_ALLOC is defined.
1595
eeedff63
KH
15961999-11-18 Kenichi Handa <handa@etl.go.jp>
1597
1598 * lisp.h (KEY_DESCRIPTION_SIZE): New macro.
1599
1600 * keyboard.c (echo_char): Use KEY_DESCRIPTION_SIZE to check free
1601 memory for push_key_description.
1602
1603 * keymap.c (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
1604 allocate memory for push_key_description.
1605 (describe_buffer_bindings): Likewise.
1606
5d7e4a2c
GM
16071999-11-17 Gerd Moellmann <gerd@gnu.org>
1608
1609 * xfns.c (Fx_show_busy_cursor): Doc-fix.
1610 (Fx_hide_busy_cursor): Ditto.
1611
16121999-11-17 Marco Walther <walther@siemens-pyramid.com>
1613
1614 * unexsni.c (unexec): Handle .rel.dyn section.
1615
b5b41e02
DL
16161999-11-16 Dave Love <fx@gnu.org>
1617
1618 * doc.c (Fdocumentation): Remove gcpro here too.
1619
e35b6123
GM
16201999-11-16 Gerd Moellmann <gerd@gnu.org>
1621
1622 * keyboard.c (command_loop_1): Remove no_redisplay.
1623
83c8f461 16241999-11-16 Richard M. Stallman <rms@gnu.org>
0a14b9bb
GM
1625
1626 * print.c (PRINTPREPARE): Don't call setup_echo_area_for_printing
1627 in noninteractive.
1628
b05d3bee
GM
16291999-11-14 Gerd Moellmann <gerd@gnu.org>
1630
5bcfeb49
GM
1631 * xdisp.c (ensure_echo_area_buffers): New.
1632 (with_echo_area_buffer): Use it.
1633 (setup_echo_area_for_printing): Ditto.
1634
b05d3bee
GM
1635 * buffer.c (indicate-empty-lines): Doc-fix.
1636
9b2e6e4c
GM
16371999-11-12 Gerd Moellmann <gerd@gnu.org>
1638
e7f90eab
GM
1639 * term.c (term_init): If "op" isn't available, don't support color
1640 because we can't switch back to the default foreground and
1641 background.
1642
9b2e6e4c
GM
1643 * doc.c (Fdocumentation_property): Remove GCPRO because
1644 Fsubstitute_command_keys gcpro's the string.
1645
1bf21027
KH
16461999-11-12 Kenichi Handa <handa@etl.go.jp>
1647
1648 * editfns.c (Ftranslate_region): Check the buffer multibyteness.
1649
3bc6df53
GM
16501999-11-11 Gerd Moellmann <gerd@gnu.org>
1651
1652 * print.c, keymap.c, indent.c, insdel.c, keyboard.c, intervals.c,
1653 lread.c, textprop.c, undo.c, emacs.c, lisp.h, intervals.h,
1654 buffer.h, config.in, Makefile.in: Remove USE_TEXT_PROPERTIES.
1655
35a5514b
GM
16561999-11-10 Gerd Moellmann <gerd@gnu.org>
1657
1658 * xfns.c (QCuser_data): Removed.
1659 (syms_of_xfns): Initialization of QCuser_data removed.
1660 (parse_image_spec): Don't handle :user-data specially. Allow
1661 unknown keys. Remove parameter ALLOW_OTHER_KEYS.
1662 (xbm_image_p, xbm_load, xpm_image_p, pbm_image_p, png_image_p)
1663 (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call
1664 parse_image_spec accordingly.
1665
83c8f461 16661999-11-09 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
1667
1668 * cmds.c (Fbeginning_of_line): Doc fix.
1669 (Fend_of_line): Doc fix.
1670
1671 * editfns.c (Fline_beginning_position): If N is not 1,
1672 pass t to Fconstrain_to_field for ESCAPE-FROM-EDGE.
1673
1674 * syntax.c (Fforward_word): Handle fields even if would have hit
1675 an edge of the buffer. Return nil if affected by fields.
1676
83c8f461 16771999-11-09 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
1678
1679 * editfns.c (preceding_pos): Function deleted.
1680 (text_property_stickiness): Decrement POS directly.
1681 Fix a confusion that used PT instead of POS.
1682
1683 * editfns.c (find_field): Properly handle the case
1684 of a field boundary where `field' inherits from neither side.
1685
1686 * editfns.c (Ffield_beginning, Ffield_end): Doc fixes.
1687 (Ferase_field, Ffield_string, Ffield_string_no_properties): Doc fixes.
1688
fa9aabf6
GM
16891999-11-08 Gerd Moellmann <gerd@gnu.org>
1690
1691 * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
1692 BEFORE_POTENTIAL_GC before DISCARD.
1693
4015b3c0
GM
16941999-11-07 Gerd Moellmann <gerd@gnu.org>
1695
033a5fa3
GM
1696 * alloc.c (Fgarbage_collect): Call unmark_byte_stack.
1697
1698 * lisp.h: Add prototype for unmark_byte_stack.
1699
1700 * bytecode.c (mark_byte_stack): Use XMARKBIT and XMARK.
1701 (unmark_byte_stack): Renamed from relocate_byte_pcs. Use
1702 XUNMARK.
1703
55b064bd
GM
1704 * xdisp.c (resize_mini_window): Fix computation of needed
1705 mini-window height.
1706
1707 * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
1708 compilation on USE_TEXT_PROPERTIES.
01e9b9df 1709
4015b3c0 1710 * Fbyte_code: Use block statements in cases and declare v1 and v2
60af03f1 1711 locally there. Rearrange case statements so that those most
4015b3c0
GM
1712 frequently executed come first. Avoid goto's in frequently
1713 executed cases.
1714
fe512f27
GM
17151999-11-05 Gerd Moellmann <gerd@gnu.org>
1716
dd59e217
GM
1717 * bytecode.c (Fbyte_code): Use BEFORE_POTENTIAL_GC and
1718 AFTER_POTENTIAL_GC around internal_catch.
1719
bcf28080
GM
1720 * alloc.c (Fgarbage_collect): Call mark_byte_stack and
1721 relocate_byte_pcs.
1722 (init_alloc_once, init_alloc): Set byte_stack_list to null.
1723
1724 * eval.c (struct catchtag): Add member byte_stack.
1725 (internal_catch, Fcondition_case, internal_condition_case)
dd59e217 1726 (internal_condition_case_1): Save value of byte_stack_list in
bcf28080
GM
1727 catchtag.
1728 (unwind_to_catch): Restore byte_stack_list from catchtag.
1729
1730 * lisp.h: Add prototypes for new functions in bytecode.c.
1731 Add extern declaration for byte_stack_list.
1732
1733 * bytecode.c (struct byte_stack): New.
1734 (byte_stack_list, mark_byte_stack, relocate_byte_pcs): New
1735 (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New.
1736 (FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten.
1737 (HANDLE_RELOCATION): Removed.
1738 (Fbyte_code): Use byte_stack structures.
1739
4d59c34c
GM
1740 * filelock.c (Ffile_locked_p): Make FILENAME a required argument.
1741
fe512f27
GM
1742 * buffer.c (syms_of_buffer): Extend documentation of
1743 mode-line-format.
1744
60b64cd6
GM
17451999-11-04 Gerd Moellmann <gerd@gnu.org>
1746
1747 * editfns.c (Fdelete_field): Renamed from Ferase_field.
1748
1749 * minibuf.c (do_completion, Fminibuffer_complete_word): Use
1750 Ferase_field instead of Fdelete_field.
1751
b51b619b
GM
17521999-11-03 Gerd Moellmann <gerd@gnu.org>
1753
1754 * dispnew.c (Finternal_show_cursor): Change it to set the
1755 cursor on/off, not toggle its state.
1756 (Finternal_show_cursor_p): New.
1757 (syms_of_display): Defsubr Sinternal_show_cursor_p.
1758
5865af0d
DL
17591999-11-03 Dave Love <fx@gnu.org>
1760
1761 * charset.c (split_non_ascii_string): Define return value.
1762
82a700f3
GM
17631999-11-03 Gerd Moellmann <gerd@gnu.org>
1764
edfef199
GM
1765 * minibuf.c (string_to_object): New.
1766 (read_minibuf_noninteractive): New.
1767 (read_minibuf): Call read_minibuf_noninteractive if
1768 noninteractive. Use string_to_object.
1769
82a700f3
GM
1770 * doc.c (Fdocumentation_property): Fix bug bypassing UNGCPRO.
1771
b5540f0d
DL
17721999-11-02 Dave Love <fx@gnu.org>
1773
e69dcd60
DL
1774 * gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1).
1775
827a1788
DL
1776 * process.c: Define _GNU_SOURCE before config.h to get strsignal
1777 declared with glibc2.
b5540f0d 1778
a69a6e61
GM
17791999-11-02 Gerd Moellmann <gerd@gnu.org>
1780
1781 * lisp.h (QUIT): Give it statement form.
1782
87e21fbd
DL
17831999-11-02 Dave Love <fx@gnu.org>
1784
1785 * eval.c (init_eval): Conditionalize declaration of gcpro_level.
1786
1b335865
GM
17871999-11-02 Gerd Moellmann <gerd@gnu.org>
1788
9fb5e03d
GM
1789 * xfns.c (QCuser_data): New.
1790 (syms_of_xfns): Initialize QCuser_data.
1791 (parse_image_spec): Ignore :user-data DATA properties.
1792
1b335865
GM
1793 * xdisp.c (display_line): Set charpos of first glyph in blank
1794 lines not corresponding to any text to -1, even if no glyphs are
1795 filled in in that line.
1796
e76f1c44
GM
17971999-11-01 Gerd Moellmann <gerd@gnu.org>
1798
36fcd3d9
GM
1799 * xfns.c (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
1800 png_get_sRGB in #ifdef.
1801
111259b4
GM
1802 * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
1803 (syms_of_display): Use the new name.
1804
dd5c96e8
GM
1805 * textprop.c (verify_interval_modification): Signal text-read-only
1806 instead of calling error.
1807
db8878fb
GM
1808 * data.c (Qtext_read_only): New built-in error.
1809 (syms_of_data): Initialize it.
1810
1811 * lisp.h: Add extern declaration for Qtext_read_only.
1812
e76f1c44
GM
1813 * syntax.c: Remove whitespace after open or in front of closing
1814 parentheses.
1815
83c8f461 18161999-11-01 Richard M. Stallman <rms@gnu.org>
cb3a6c48
GM
1817
1818 * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h.
1819
7843e09c
GM
18201999-10-31 Gerd Moellmann <gerd@gnu.org>
1821
575ed805
GM
1822 * xdisp.c (resize_mini_window): Compute needed height differently.
1823
7843e09c
GM
1824 * fns.c (Flength): Unroll loop over lists.
1825
1826 * xdisp.c (append_space): Return non-zero if space was appended.
1827 (display_line): Set charpos of first glyph to -1 only if that
1828 glyph is the space added by append_glyph.
1829
83c8f461 18301999-10-30 Richard M. Stallman <rms@gnu.org>
cb3a6c48
GM
1831
1832 * print.c (strout): Consider `noninteractive' and use stdout
1833 only when PRINTCHARFUN is t.
1834
1835 * lisp.h (struct gcpro) [DEBUG_GCPRO]: New field `level'.
1836 (gcpro_level): Declare it extern.
1837 [DEBUG_GCPRO] (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
1838 Alternate definitions that set `level' and increment `gcpro_level'.
1839 [DEBUG_GCPRO] (UNGCPRO): Alternate definition that checks gcpro_level.
1840
1841 * eval.c [DEBUG_GCPRO] (gcpro_level): New variable.
1842 (init_eval) [DEBUG_GCPRO]: Initialize it.
1843 (unwind_to_catch) [DEBUG_GCPRO]: Set gcpro_level
1844 from remaining gcprolist.
1845
3636f7a3
KH
18461999-10-29 Kenichi Handa <handa@etl.go.jp>
1847
1848 * coding.c (code_convert_region): Update `dst' correctly.
1849
a2ad7096
GM
18501999-10-28 Gerd Moellmann <gerd@gnu.org>
1851
1852 * fns.c (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
1853 (Frassoc): Rewritten.
1854
1e3196e8
GM
18551999-10-27 Noah Friedman <friedman@splode.com>
1856
1857 * s/gnu-linux.h [HAVE_DEV_PTMX]: Redefine FIRST_PTY_LETTER to 'z'.
1858 Define PTY_NAME_SPRINTF.
1859 Redefine PTY_TTY_NAME_SPRINTF.
1860 * config.in: Add undef for HAVE_DEV_PTMX.
1861
83c8f461 18621999-10-26 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
1863
1864 * regex.c (POP_FAILURE_POINT): Use failure_id.integer
1865 as arg to DEBUG_POP and DEBUG_PRINT.
1866
83c8f461 18671999-10-27 Richard M. Stallman <rms@gnu.org>
17dbfaad
GM
1868
1869 * data.c (Qad_activate_internal): Renamed from Qad_activate.
1870 (Ffset): Call Qad_activate_internal.
1871 (syms_of_data): Initialize Qad_activate_internal.
1872
26922151
GM
18731999-10-27 Gerd Moellmann <gerd@gnu.org>
1874
1875 * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing if
1876 Vterminal_frame is selected and Vwindow_system is non-nil.
1877
67a5596f
GM
18781999-10-26 Gerd Moellmann <gerd@gnu.org>
1879
2bea706b
GM
1880 * xdisp.c (echo_area_display): Put previous change in #if 0.
1881
67a5596f
GM
1882 * emacs.c (standard_args): Add `file' as synonym for `visit',
1883 `execute' as synonym for `eval'.
1884 (main): Add new options to usage message.
1885
81dc5de5
GM
18861999-10-25 Gerd Moellmann <gerd@gnu.org>
1887
1888 * data.c (Qhash_table): New.
1889 (Ftype_of): Return it for hash tables.
1890 (syms_of_data): Initialize Qhash_table.
1891
83c8f461 18921999-10-25 Richard M. Stallman <rms@gnu.org>
bd3c545d
GM
1893
1894 * regex.c (POP_FAILURE_POINT): Extract failure_id as an integer.
1895
3a7093d8
KR
18961999-10-24 Ken Raeburn <raeburn@raeburn.org>
1897
7539e11f
KR
1898 * alloc.c: Undef HIDE_LISP_IMPLEMENTATION before including
1899 lisp.h.
1900
1901 * buffer.c (Fbuffer_list, Fget_file_buffer, get_truename_buffer,
1902 Fbuffer_local_variables, Fother_buffer, record_buffer,
1903 set_buffer_internal_1, Fbury_buffer, Fkill_all_local_variables,
1904 swap_out_buffer_local_variables, overlays_at, overlays_in,
1905 overlay_touches_p, overlay_strings, recenter_overlay_lists,
1906 fix_overlays_in_range, fix_overlays_before, Foverlay_get,
1907 Foverlay_put, report_overlay_modification, evaporate_overlays):
1908 Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member
1909 references.
1910 * data.c (Fcar, Fcar_safe, Fcdr, Fcdr_safe, Fsetcar, Fsetcdr,
1911 swap_in_symval_forwarding, set_internal, default_value,
1912 Fset_default, Fmake_variable_buffer_local, Fmake_local_variable,
1913 Fmake_variable_frame_local, Flocal_variable_p,
1914 Flocal_variable_if_set_p, arithcompare, Fzerop, cons_to_long,
1915 Fnumber_to_string, float_arith_driver, Fadd1, Fsub1): Likewise.
1916 * dispnew.c (Fframe_or_buffer_changed_p): Likewise.
1917 * emacs.c (main): Likewise.
1918 * fontset.c (fs_load_font, fs_register_fontset,
1919 CACHED_FONTSET_NAME, CACHED_FONTSET_REGEX, Fquery_fontset,
1920 Fnew_fontset, Fset_fontset_font): Likewise.
1921 * frame.c (do_switch_frame, next_frame, prev_frame,
1922 other_visible_frames, Fdelete_frame, Fvisible_frame_list):
1923 Likewise.
1924 * keyboard.c (read_char, help_char_p, event_to_kboard,
1925 kbd_buffer_get_event, timer_start_idle, timer_check,
1926 make_lispy_event, apply_modifiers, reorder_modifiers,
1927 Fevent_convert_list, lucid_event_type_list_p, menu_bar_items,
1928 menu_bar_one_keymap, menu_item_eval_property_1, parse_menu_item,
1929 tool_bar_items, read_char_x_menu_prompt, read_key_sequence,
1930 Fcommand_execute, Fexecute_extended_command): Likewise.
1931 * minibuf.c (read_minibuf, get_minibuffer, Ftry_completion,
1932 Fall_completions): Likewise.
1933 * window.c (Fset_window_margins): Likewise.
1934
1935 * callint.c (quotify_args): Don't explicitly use struct
1936 Lisp_Cons, use Lisp_Object and XCAR/XCDR instead.
1937
3a7093d8
KR
1938 * s/netbsd.h (HAVE_GETLOADAVG): Define as 1.
1939 (UNEXEC, START_FILES, LIB_STANDARD, LIB_GCC): Define ELF versions,
1940 if __ELF__ is defined.
1941
2a3d7146
GM
19421999-10-24 Gerd Moellmann <gerd@gnu.org>
1943
1944 * window.c (Fnext_window): Add a QUIT in the loop.
1945
8ac52782
GM
19461999-10-23 Gerd Moellmann <gerd@gnu.org>
1947
1948 * Makefile.in (bootstrap, bootstrap-emacs, bootstrap-temacs):
1949 New targets.
1950
05f0d15a
DL
19511999-10-22 Dave Love <fx@gnu.org>
1952
1953 * emacs.c (main): Enable profiling conditional on __linux also.
1954
882fb0e6
GM
19551999-10-20 Gerd Moellmann <gerd@gnu.org>
1956
1957 * xrdb.c (x_load_resources): Set default resources for resource
1958 classes instead of for the specific Emacs.
1959
b5f5bc31
GM
19601999-10-19 Gerd Moellmann <gerd@gnu.org>
1961
66f4dd69
GM
1962 * s/freebsd.h (HAVE_GETLOADAVG): Define as 1 because config.h
1963 defines it that way.
1964
b5f5bc31
GM
1965 * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing
1966 if selected_frame is equal to Vterminal_frame.
1967
68c45bf0
PE
19681999-10-19 Paul Eggert <eggert@twinsun.com>
1969
1970 Add support for large files, 64-bit Solaris, system locale codings.
1971
1972 * Makefile.in (emacs): Set the LC_ALL environment variable to "C"
1973 when dumping, so that the dumped Emacs doesn't have stray locale info.
1974 (dired.o): Depend on systime.h.
1975 (editfns.o): Depend on coding.h.
1976
1977 * alloc.c, buffer.c, callproc.c, ccl.c, charset.c, coding.c, data.c,
1978 dispnew.c, editfns.c, emacs.c, filelock.c, floatfns.c, hftctl.c,
1979 keyboard.c, process.c, sysdep.c, unexelf.c, unexhp9k800.c,
1980 unexsunos4.c, vmsfns.c, vmsgmalloc.c, w32faces.c, w32menu.c, w32term.c,
1981 w32xfns.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
1982 Include <config.h> before any system include files.
1983
1984 * alloc.c, buffer.c, ccl.c, data.c, editfns.c, emacs.c, eval.c,
1985 fileio.c, filelock.c, frame.c, insdel.c, keymap.c, lread.c,
1986 m/alpha.h, print.c, search.c, sysdep.c, xdisp.c, xfaces.c, xfns.c,
1987 xmenu.c, xterm.c:
1988 Do not include <stdlib.h>, as <config.h> does this now.
1989
1990 * callproc.c (Fcall_process):
1991 Synchronize messages locale before invoking strerror.
1992 Decode resulting string with locale-coding-system.
1993
1994 * coding.c (Vlocale_coding_system): New var.
1995 (syms_of_coding): Adjust to above change.
1996 (emacs_strerror): New function.
1997
1998 * coding.h (emacs_strerror, Vlocale_coding_system): New decls.
1999
2000 * config.in (HAVE_STDIO_EXT_H, HAVE_TM_GMTOFF, HAVE___FPENDING,
2001 HAVE_FTELLO, HAVE_GETLOADAVG, HAVE_MBLEN, HAVE_MBRLEN,
2002 HAVE_STRSIGNAL): New macros.
2003 (BITS_PER_LONG): Default to 64 if _LP64 is defined.
2004 <stdlib.h>: Include if HAVE_STDLIB_H is defined and NOT_C_CODE isn't.
2005
2006 * dired.c: Include "systime.h".
2007 (Ffile_attributes): Do not cast s.st_size to int; this loses
2008 information if int is 32 bits but st_size and EMACS_INT are larger.
2009 Treat large device numbers like large inode numbers.
2010
2011 * dispnew.c (PENDING_OUTPUT_COUNT): Use __fpending if available.
2012
2013 * editfns.c: Include coding.h.
2014 (emacs_strftime): Remove decl.
2015 (emacs_strftimeu): New decl.
2016 (emacs_memftimeu): Renamed from emacs_memftime; new arg UT.
2017 Use emacs_strftimeu instead of emacs_strftime.
2018 (Fformat_time_string): Convert format string using
2019 Vlocale_coding_system, and convert result back. Synchronize time
2020 locale before invoking lower level function. Invoke
2021 emacs_memftimeu, passing ut, instead of emacs_memftime.
2022
2023 * emacs.c: Include <locale.h> if HAVE_SETLOCALE is defined.
2024 (Vmessages_locale, Vprevious_messages_locale, Vtime_locale,
2025 Vprevious_time_locale): New variables.
2026 (main): Invoke setlocale early, so that initial error messages are
2027 localized properly. But skip locale-setting if LC_ALL is "C".
2028 Fix up locale when it's safe to do so.
2029 (fixup_locale): Moved here from xterm.c.
2030 (synchronize_locale, synchronize_time_locale,
2031 synchronize_messages_locale): New functions.
2032 (syms_of_emacs): Accommodate above changes.
2033
2034 * fileio.c (report_file_error): Convert strerror output according
2035 to Vlocale_coding_system.
2036 (Finsert_file_contents): Check for arithmetic overflow in
2037 computations that depend on file size. Report IO errors
2038 with emacs_strerror, not strerror.
2039
2040 * fns.c (Fgethash): Declare dflt parameter.
2041
2042 * gmalloc.c: Do not define const to nothing if HAVE_CONFIG_H
2043 is defined; that's config.h's job.
2044
2045 * lisp.h (EMACS_INT, BITS_PER_EMACS_INT, EMACS_UINT): If _LP64,
2046 default these values to long, BITS_PER_LONG, and unsigned long.
2047 (VALBITS, MARKBIT, XINT): Do not assume 32-bit EMACS_INT.
2048 (PNTR_COMPARISON_TYPE): Default to EMACS_UINT, not to unsigned int.
2049 (code_convert_string_norecord, fixup_locale,
2050 synchronize_messages_locale, synchronize_time_locale,
2051 emacs_open, emacs_close, emacs_read, emacs_write): New decls.
2052 All Emacs callers of open, close, read, write changed to use
2053 emacs_open, emacs_close, emacs_read, emacs_write.
2054
2055 * lread.c (file_offset, file_tell): New macros. All uses of ftell
2056 changed to file_tell.
2057 (saved_doc_string_position, prev_saved_doc_string_position): Now
2058 of type file_offset.
2059 (init_lread): Do not fix locale here; fixup_locale now does this.
2060
2061 * m/amdahl.h, s/usg5-4.h:
2062 (NSIG): Remove.
2063 (NSIG_MINIMUM): New macro.
2064
2065 * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h,
2066 m/ustation.h, s/gnu-linux.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h,
2067 s/umips.h, s/usg5-4.h:
2068 (SIGIO): Do not undef.
2069 (BROKEN_SIGIO): New macro.
2070
2071 * m/ustation.h:
2072 (SIGTSTP): Do not undef.
2073 (BROKEN_SIGTSTP): New macro.
2074
2075 * s/gnu-linux.h:
2076 (SIGPOLL, SIGURG): Do not undef.
2077 (BROKEN_SIGPOLL, BROKEN_SIGURG): New macros.
2078
2079 * s/ptx4.h:
2080 (SIGINFO): Do not undef.
2081 (BROKEN_SIGINFO): New macros.
2082
2083 * m/delta.h, s/ptx.h, s/template.h: Doc fix.
2084
2085 * mktime.c, strftime.c: Update to glibc 2.1.2 version, with
2086 some Emacs-related changes merged.
2087
2088 * print.c (float_to_string): Prepend "-" to representation of a
2089 NaN if the NaN is negative.
2090
2091 * process.c (sys_siglist): Omit if HAVE_STRSIGNAL.
2092 (wait_reading_process_input): Use emacs_strerror, not strerror.
2093
2094 * process.c (status_message, sigchld_handler): Synchronize locale,
2095 then use strsignal istead of sys_siglist.
2096 * w32proc.c (sys_wait): Likewise.
2097
2098 * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h,
2099 s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h,
2100 s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h,
2101 s/usg5-2.h, s/usg5-3.h, s/xenix.h:
2102 (open, close, read, write, INTERRUPTIBLE_OPEN,
2103 INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove.
2104
2105 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): New macros.
2106
2107 * sysdep.c (sys_read, sys_write, read, write, sys_close, close,
2108 sys_open, open): Remove.
2109 (emacs_open, emacs_close, emacs_read, emacs_write): Always define;
2110 the old INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, and INTERRUPTIBLE_IO
2111 macros are no longer used.
2112 (emacs_open): Renamed from sys_open. Merge BSD4_1 version.
2113 (emacs_close): Renamed from sys_close.
2114 (emacs_read): Renamed from sys_read.
2115 (emacs_write): Renamed from sys_write.
2116 (sys_siglist): Do not declare if HAVE_STRSIGNAL.
2117 (dup2): Do not print error on failure; the real dup2 doesn't.
2118 (strsignal): New function, defined if !HAVE_STRSIGNAL.
2119
2120 * syssignal.h (SIGINFO): Undef if defined and if BROKEN_SIGINFO
2121 is defined.
2122 (SIGIO, SIGPOLL, SIGTSTP, SIGURG): Likewise.
2123 (NSIG): If less than NSIG_MINIMUM, define to NSIG_MINIMUM.
2124 (strsignal): Declare if !HAVE_STRSIGNAL.
2125
2126 * unexelf.c (ElfBitsW, ELFSIZE, ElfExpandBitsW): New macros.
2127 (ElfW): Define in terms of ElfExpandBitsW.
2128
2129 * w32proc.c (sys_siglist): Remove decl.
2130
2131 * xdisp.c (decode_mode_spec): 3rd arg is int, not char, to comply
2132 with ANSI C.
2133 (display_string): Declare face_string_pos arg.
2134
2135 * xfns.c (Fx_show_tip): Declare timeout param.
2136
2137 * xterm.c: No need to include locale.h.
2138 (x_alloc_lighter_color, x_setup_relief_color):
2139 Pass arg as double, not float, for compatibility with ANSI C.
2140 (fixup_locale): Move to emacs.c.
2141 (x_term_init): Do not setlocale or fixup locale; the main program
2142 does this now.
2143
2f0b74ea
DL
21441999-10-18 Dave Love <fx@gnu.org>
2145
2146 * doc.c (Fdocumentation_property): Gcpro `tem'.
2147
471aa4a0
KH
21481999-10-18 Kenichi Handa <handa@etl.go.jp>
2149
2150 * lread.c (Fload): Calculate bytes of filename correctly.
2151 (openp): Likewise.
2152
aca2020b
KH
21531999-10-18 Keisuke Nishida <kxn30@po.cwru.edu>
2154
2155 * print.c (print_preprocess): In case print-circle is nil,
2156 add OBJ to Vprint_number_table only when OBJ is a symbol.
2157
1f5fe392 21581999-10-18 Kenichi Handa <handa@etl.go.jp>
b843d1ae
KH
2159
2160 * coding.c (code_convert_string): Add record_unwind_protect to
2161 assure setting inhibit_pre_post_conversion back to zero. Take
2162 care of the multibyteness of the working buffer.
2163
2164 * coding.c (inhibit_pre_post_conversion): New variable.
2165 (setup_coding_system): If inhibit_pre_post_conversion is nonzero,
2166 ignore post-read-conversion and pre-write-conversion property of
2167 the coding system.
2168 (code_convert_region_unwind): New function.
2169 (code_convert_region): Set inhibit_pre_post_conversion to 1 while
2170 running pre-write-conversion and post-read-conversion.
2171 (code_convert_string): Likewise.
2172
cd876a91
GM
21731999-10-17 Miles Bader <miles@gnu.org>
2174
2175 * editfns.c: Doc fix.
2176
21771999-10-17 Miles Bader <miles@gnu.org>
2178
2179 * editfns.c (Fconstrain_to_field): Make sure we don't violate the
2180 argument preconditions of find_before_next_newline in the case
2181 where both ONLY_IN_LINE and ESCAPE_FROM_EDGE are set and OLD_POS
2182 was indeed at the edge.
2183
21841999-10-17 Miles Bader <miles@gnu.org>
2185
2186 * minibuf.c (Fminibuffer_complete_and_exit): Supply value for new
2187 ESCAPE_FROM_EDGE parameter to Ffield_beginning.
2188
2189 * editfns.c (text_property_eq, text_property_stickiness): Don't
2190 use initializers for auto variables of type Lisp_Object.
2191 (find_field): Likewise. Use braces around nested ifs.
2192 (Fline_end_position): Store the raw eol in a variable, so that the
2193 final expression doesn't look so ugly.
2194 (Fconstrain_to_field): Doc fix.
2195 (preceding_pos): Renamed from `preceeding_pos'.
2196 (text_property_stickiness, find_field): Call preceding_pos,
2197 not preceeding_pos.
2198
21991999-10-17 Miles Bader <miles@gnu.org>
2200
2201 * editfns.c (Ffield_string_no_properties): New function.
2202 (text_property_stickiness, preceeding_pos): New functions.
2203 (Ffield_string): Remove PROPS parameter.
2204 (find_field): Add MERGE_AT_BOUNDARY parameter.
2205 Rewrite to use stickiness of `field' property to resolve
2206 ambiguous cases.
2207 (Ffield_beginning, Ffield_end): Add ESCAPE_FROM_EDGE parameter.
2208 (Fconstrain_to_field): Likewise.
2209 (syms_of_editfns): Init Sfield_string_no_properties.
2210 (Ffield_string, Ferase_field, Ffield_end):
2211 Supply new MERGE_AT_BOUNDARY argument to find_field.
2212 (Fline_beginning_position, Fline_end_position): Supply new
2213 ESCAPE_FROM_EDGE parameter to Fconstrain_to_field.
2214 Pass a value of Qt for the ONLY_IN_LINE argument to
2215 Fconstrain_to_field (only matters if N != 1).
2216 * syntax.c (Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
2217 to Fconstrain_to_field.
2218
2219 * minibuf.c (Fminibuffer_complete_word): Use
2220 Ffield_beginning to find the prompt end.
2221
22221999-10-17 Miles Bader <miles@gnu.org>
2223
2224 * editfns.c (Fconstrain_to_field): Add get/set-current-point
2225 behavior when NEW_POS is nil.
2226 (find_field): Use XSETFASTINT instead of make_number.
2227 * minibuf.c (Fminibuffer_complete_and_exit): Test for an empty
2228 input string by seeing where the field begins, instead of
2229 looking at text-properties.
2230
22311999-10-17 Miles Bader <miles@gnu.org>
2232
2233 * editfns.c (Qfield): New variable.
2234 (find_field, Ferase_field, Ffield_string,
2235 Ffield_beginning, Ffield_end, Fconstrain_to_field): New functions.
2236 (Fline_beginning_position, Fline_end_position): Constrain to any field.
2237 (make_buffer_string_both): Remove minibuffer-prompt hack.
2238 (syms_of_editfns): Initialize Qfield, and subr entries for
2239 field functions above.
2240 * minibuf.c (read_minibuf): Don't save minibuffer prompt length on
2241 minibuf_save_list.
2242 Don't initialize minibuffer prompt length.
2243 Wrap prompt text-properties around the entire prompt.
2244 Add 'prompt text-property to prompt.
2245 Get final value with Ffield_string instead of make_buffer_string.
2246 (read_minibuf_unwind): Don't restore minibuffer prompt length from
2247 minibuf_save_list.
2248 (do_completion): Get minibuffer input with Ffield_string
2249 instead of Fbuffer_string.
2250 Erase minibuffer input with Ferase_field instead of erase_buffer.
2251 (Fminibuffer_complete_and_exit): Likewise.
2252 Test whether buffer is empty by looking for the 'prompt text
2253 property at the end.
2254 Set prompt length by looking for the end of the prompt text property,
2255 and save prompt length for later use (since there is no longer a
2256 buffer variable to get it from).
2257 (Fminibuffer_prompt_width, Fminibuffer_prompt_end): Functions removed.
2258 (syms_of_minibuf): Remove initializations of
2259 Sminibuffer_prompt_width and Sminibuffer_prompt_end.
2260 * buffer.h (struct buffer): Remove prompt_end_charpos field.
2261 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):
2262 Don't initialize prompt_end_charpos field.
2263 * syntax.c (Fforward_word): Likewise.
2264 Constrain to any field.
2265
3f6f7508
GM
22661999-10-16 Gerd Moellmann <gerd@gnu.org>
2267
2268 * window.c (enum save_restore_action): New.
2269 (save_restore_orig_size): Change parameter list. Add
2270 functionality to check for valid orig_top and orig_height members
2271 in a window tree.
2272 (grow_mini_window): Call save_restore_orig_size with new parameter
2273 list.
2274 (shrink_mini_window): Restore old window sizes only if old
2275 size information is valid in all windows in a window tree.
2276
06482119
GM
22771999-10-15 Gerd Moellmann <gerd@gnu.org>
2278
2710454d
GM
2279 * xmenu.c (set_frame_menubar): Don't call
2280 x_set_menu_resources_from_menu_face here.
2281 (update_frame_menubar): Call x_set_menu_resources_from_menu_face.
2282
06482119
GM
2283 * xfns.c (gif_load): Fix handling of interlaced GIFs.
2284
17fa2837
DL
22851999-10-14 Dave Love <fx@gnu.org>
2286
2287 * xdisp.c (handle_fontified_prop): GCPRO `pos'.
2288
45f93416
GM
22891999-10-14 Gerd Moellmann <gerd@gnu.org>
2290
2291 * process.c (Fopen_network_stream): Don't loop if gethostbyname
2292 fails and h_errno is TRY_AGAIN.
2293
c765b723
DL
22941999-10-13 Dave Love <fx@gnu.org>
2295
2296 * filelock.c (lock_file): Move gcpro of `fn'.
2297
dace7f4e
GM
22981999-10-10 Gerd Moellmann <gerd@gnu.org>
2299
2300 * keyboard.c (auto-save-interval): Fix documentation.
2301
83c8f461 23021999-10-09 Richard M. Stallman <rms@gnu.org>
73fb36f1
RS
2303
2304 * print.c (print): When removing objects from Vprint_number_table,
2305 only scan the newly added objects.
2306 (print_preprocess): If OBJ is a gensym, and print-continuous-numbering,
2307 unconditionally force it to stay in the table.
2308
85177c86
GM
23091999-10-09 Gerd Moellmann <gerd@gnu.org>
2310
2311 * xfns.c (prepare_image_for_display): Don't try to load image if
2312 loading it failed before.
2313 (lookup_image, prepare_image_for_display): Remember if loading the
2314 image failed.
2315 (xpm_load): Add missing UNBLOCK_INPUT.
2316
2317 * dispextern.h (struct image): New member load_failed_p.
2318
11e4de5d
SM
23191999-10-08 Stefan Monnier <monnier@cs.yale.edu>
2320
f28eba7b 2321 * fileio.c (Fmake_temp_name): Add a reference to `make-temp-file'
11e4de5d
SM
2322 in the docstring.
2323
f1da8f06
GM
23241999-10-08 Gerd Moellmann <gerd@gnu.org>
2325
2326 * xterm.c (XTread_socket) <ClientMessage, WM_TAKE_FOCUS>:
2327 Don't call XSetInputFocus because that can generate additional
2328 FocusIn events.
2329
c37bbd4f
GM
23301999-10-07 Jeffrey C Honig <jch@bsdi.com>
2331
2332 * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
2333
83c8f461 23341999-10-07 Richard M. Stallman <rms@gnu.org>
78cc5c64
GM
2335
2336 * process.c (wait_reading_process_input): When trying to suck
2337 input from one process, for accept-process-output,
2338 exit that loop if we get EAGAIN or EWOULDBLOCK.
2339
577d9e2f
GM
23401999-10-07 Gerd Moellmann <gerd@gnu.org>
2341
2342 * xfaces.c (Qbitmap_spec_p): Replaces Qpixmap_spec_p.
2343 (Fbitmap_spec_p): Replaces Fpixmap_spec_p.
2344 (load_pixmap): Use Fbitmap_spec_p and Qbitmap_spec_p instead of
2345 Fpixmap_spec_p and Qpixmap_spec_p.
2346 (load_face_colors, check_lface_attrs,
2347 merge_face_vector_with_property,
2348 Finternal_set_lisp_face_attribute): Use Fbitmap_spec_p.
2349 (syms_of_xfaces): Initialize Qbitmap_spec_p, defsubr
2350 Fbitmap_spec_p.
2351
f5737ad2
GM
23521999-10-07 Gerd Moellmann <gerd@gnu.org>
2353
2354 * xdisp.c (display_menu_bar): Use MENU_FACE_ID instead of
2355 MODE_LINE_FACE_ID.
2356
2357 * xfaces.c (toplevel) [USE_MOTIF]: Include some Motif headers.
2358 (struct x_resources) [USE_X_TOOLKIT]: New.
2359 (xm_apply_resources, xm_set_menu_resources_from_menu_face)
2360 [USE_MOTIF]: New.
2361 (xl_apply_resources, xl_set_menu_resources_from_menu_face)
2362 [USE_LUCID]: New.
2363 (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: New.
2364 (Qmenu): New.
2365 (syms_of_xfaces): Initialize Qmenu.
2366 (realize_basic_faces): Realize face `menu'.
2367 (resolve_face_name): New.
2368 (lface_from_face_name): Use it.
2369 (Finternal_set_lisp_face_attribute): Ditto.
2370 (Fpixmap_spec_p): Rewritten. Extend doc string.
2371
2372 * xmenu.c (set_frame_menubar, xmenu_show): Call
2373 x_set_menu_resources_from_menu_face.
2374
2375 * dispextern.h (enum face_id): Add MENU_FACE_ID.
2376 (toplevel): Include X11/Intrinsic.h.
2377
6a1aa823
DL
23781999-10-03 Ken'ichi Handa <handa@gnu.org>
2379
2380 * coding.c (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GR
2381 correctly.
2382
26901792
DL
23831999-09-30 Kenichi Handa <handa@etl.go.jp>
2384
2385 * category.c (modify_lower_category_set): Set default value of
2386 TABLE correctly.
2387
2388 * minibuf.c (Fminibuffer_complete_word): Calculate string byte
2389 size correctly.
2390
23911999-09-29 Gerd Moellmann <gerd@gnu.org>
2392
2393 * editfns.c (Fpropertize): Renamed from Fproperties.
2394
23951999-09-29 Gerd Moellmann <gerd@gnu.org>
2396
2397 * xdisp.c (resize_mini_window): Do nothing if frame is an X
2398 frame that hasn't been initialized yet.
2399
83c8f461 24001999-09-28 Richard M. Stallman <rms@gnu.org>
a04f1a93
PR
2401
2402 * keymap.c (Fsingle_key_description): Make tem big enough.
2403 (describe_buffer_bindings): Make buf big enough.
2404
83c8f461 24051999-09-27 Richard M. Stallman <rms@gnu.org>
d177c583
PR
2406
2407 * intervals.c (get_local_map): Use indirect_function,
2408 not Findirect_function.
2409
26901792
DL
24101999-09-27 Dave Love <fx@gnu.org>
2411
2412 * cm.h: Remove unneeded declaration of ospeed.
2413
24141999-09-26 Gerd Moellmann <gerd@gnu.org>
2415
2416 * lisp.h (toplevel): Add prototype for
2417 next_single_char_property_change.
2418
2419 * textprop.c (next_single_char_property_change): New.
2420
2421 * xdisp.c (display_prop_end, invisible_text_between_p): Use
2422 next_single_char_property_change.
2423
24241999-09-25 Gerd Moellmann <gerd@gnu.org>
2425
2426 * editfns.c (Fproperties): New.
2427 (syms_of_editfns): Defsubr it.
2428
2429 * xfns.c (lookup_image): Set image's timestamp because it's
2430 used when we look it up.
2431
24321999-09-23 Gerd Moellmann <gerd@gnu.org>
2433
2434 * window.c (enlarge_window): Add window parameter instead of using
2435 selected_window.
2436 (Fdisplay_buffer): Call it with window parameter instead of
2437 setting selected_window.
2438 (Fenlarge_window, Fshrink_window): Ditto.
2439 (shrink_mini_window): If there is no recorded height and position
2440 info, resize mini-window to height 1.
2441
2442 * xfns.c (image_error): Use add_to_log.
2443
2444 * xfaces.c (load_pixmap): Call add_to_log without frame parameter.
2445 (load_face_font_or_fontset, load_color,
2446 merge_face_vector_with_property): Ditto.
2447
2448 * dispextern.h: Add prototype for add_to_log.
2449
2450 * xfaces.c (add_to_log): Move to xdisp.c.
2451
2452 * xdisp.c (add_to_log): Moved from xfaces.c. Remove frame
2453 parameter.
2454
24551999-09-23 Gerd Moellmann <gerd@gnu.org>
2456
2457 * xterm.c (XTread_socket) <MotionNotify>: Change #ifdef
2458 USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
2459
2460 * xdisp.c (resize_mini_window): Use grow_mini_window and
2461 shrink_mini_window.
2462
2463 * window.c (window_min_size): Add parameter ignore_fixed_p.
2464 (change_window_height): Call window_min_size with new parameter.
2465 (shrink_window_lowest_first, save_restore_orig_size,
2466 grow_mini_window, shrink_mini_window): New.
2467 (make_window, replace_window): Initialize orig_top and
2468 orig_height.
2469 (enlarge_window): Renamed from change_window_height. Make it
2470 static.
2471 (Fdisplay_buffer, Fenlage_window, Fshrink_window): Call
2472 enlarge_window instead of change_window_height.
2473
2474 * window.h (struct window): New members orig_top, orig_height.
2475 (toplevel): Add prototypes for grow_mini_window and
2476 shrink_mini_window. Remove prototype for change_window_height.
2477
24781999-09-21 Eli Zaretskii <eliz@gnu.org>
2479
2480 * frame.c (frame_name_fnn_p): Fix previous change.
2481
24821999-09-20 Gerd Moellmann <gerd@gnu.org>
2483
2484 * minibuf.c (toplevel): Move include of stdio.h to other includes.
2485
2486 * dispnew.c (direct_output_for_insert): Cast arguments to
2487 safe_bcopy to char *.
2488
2489 * lread.c (readchar): Remove unused variables.
2490 (read_filtered_event, read1, Fmapatoms): Ditto.
2491 (toplevel): Include intervals.h.
2492
2493 * eval.c (Fsignal): Remove unused variables.
2494 (Fcommandp, do_autoload): Ditto.
2495
2496 * lisp.h: Add prototype for safe_bcopy, fatal.
2497
2498 * editfns.c (init_editfns): Remove unused variables.
2499 (Fgoto_char, Fchar_after, Fformat): Ditto.
2500 (message_text, message_length): Put in #ifndef HAVE_MENUS.
2501
2502 * data.c (find_symbol_value): Remove unused variables.
2503 (Faref, Fstring_to_number): Ditto.
2504 (toplevel): Include stdio.h.
2505 (Fnumber_to_string): Cast XINT to long for %ld.
2506
2507 * casefiddle.c (casify_object): Remove unused variables.
2508 (casify_region): Ditto.
2509
2510 * filelock.c (get_boot_time): Put local variable used in
2511 conditinally compiled section in #ifdef.
2512 (toplevel): Include stdio.h.
2513
2514 * keymap.c (Flookup_key, Faccessible_keymaps, describe_vector,
2515 keys_of_keymap, syms_of_keymap): Remove unused variables.
2516
25171999-09-20 Gerd Moellmann <gerd@gnu.org>
2518
2519 * xdisp.c (sync_frame_with_window_matrix_rows): Disable frame rows
2520 whose corresponding window rows have been disabled in
2521 try_window_id.
2522
25231999-09-20 Gerd Moellmann <gerd@gnu.org>
2524
2525 * xdisp.c (compute_window_start_on_continuation_line): Handle case
2526 that window start is out of range.
2527 (handle_display_prop, handle_single_display_prop): Replace
2528 marginal area specifications like `left-margin' with `(margin
2529 left-margin)'.
2530 (Qmargin): New.
2531 (syms_of_xdisp): Initialize Qmargin.
2532
25331999-09-19 Gerd Moellmann <gerd@gnu.org>
2534
2535 * syntax.c (update_syntax_table, find_defun_start, back_comment,
2536 describe_syntax, skip_chars): Remove unused variables.
2537 (back_comment, forw_comment): Add braces to if-statement with
2538 if-else as dependent statement.
2539
2540 * process.c (list_processes_1): Remove unused variables.
2541 (Fopen_network_stream, create_process): Add parentheses to
2542 conditional expressions.
2543 (create_process): Put declaration of sigchld in #if 0.
2544 (Fopen_network_stream): Removed unused variables.
2545 (Fopen_network_stream, wait_reading_process_input,
2546 wait_reading_process_input, send_process, send_process): Ditto.
2547 (toplevel): Add prototypes for set_waiting_for_input and
2548 keyboard_bit_set.
2549
2550 * abbrev.c (Fexpand_abbrev): Remove unused variables.
2551
2552 * textprop.c (Fset_text_properties): Remove unused variables.
2553 (text_property_list, verify_interval_modification,
2554 interval_has_all_properties): Ditto.
2555
2556 * callproc.c (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
2557 (Fcall_process): Remove unused variable.
2558
2559 * keyboard.c (Frecursive_edit): Remove unused variable.
2560 (command_loop_1, safe_run_hooks, kbd_buffer_get_event,
2561 timer_check, make_lispy_event, menu_bar_items,
2562 menu_bar_one_keymap, menu_bar_item, parse_menu_item,
2563 parse_tool_bar_item, read_char_x_menu_prompt, read_key_sequence,
2564 kbd_buffer_get_event, make_lispy_event, read_char_x_menu_prompt,
2565 read_key_sequence): Ditto. Fread_key_sequence,
2566 Fread_key_sequence_vector, Fsuspend_emacs): Ditto.
2567 (read_key_sequence) [GOBBLE_FIRST_EVENT]: Put local variables only
2568 used when GOBBLE_FIRST_EVENT is defined in #ifdef
2569 (Fexecute_extended_command): Cast XINT to long for %ld.
2570 (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
2571 (toplevel): Include sys/types.h.
2572
2573 * lisp.h (RETURN_UNGCPRO): Use do-while (0) idiom.
2574 (toplevel): Add prototypes for stuff_char, and
2575 code_convert_string_norecord.
2576
25771999-09-19 Gerd Moellmann <gerd@gnu.org>
2578
2579 * buffer.h: Add prototype for r_re_alloc.
2580
2581 * insdel.c (copy_text): Removed unused variables.
2582 (count_combining_after, count_combining_after, insert_1_both,
2583 insert_from_string_1, insert_from_buffer_1, check_markers): Ditto.
2584 (adjust_after_replace, replace_range): Add parentheses to logical
2585 expressions. Remove unused variables.
2586 (CHECK_BYTE_COMBINING_FOR_INSERT): Add parentheses to logical
2587 expression.
2588
2589 * alloc.c (Fgarbage_collect): Remove unused variable.
2590 (compact_strings): Add parentheses around assignments in
2591 conditional context.
2592 (toplevel): Put declaration of unused function clear_marks
2593 in #if 0 like its definition.
2594
2595 * lisp.h: Add prototype for shrink_regexp_cache,
2596 sweep_weak_hash_tables.
2597
25981999-09-19 Dave Love <fx@gnu.org>
2599
2600 * process.c (Fopen_network_stream): Use strerror, not gai_strerror.
2601
2602 * doc.c (read_bytecode_char): Declare arg.
2603
2604 * lisp.h: Declare Fcurrent_message, Fmake_temp_name,
2605 read_bytecode_char, Fx_hide_busy_cursor, getloadavg.
2606
26071999-09-18 Richard Stallman <rms@gnu.org>
2608
2609 * xdisp.c (echo_area_display): Turn off code that returned
2610 without doing anything when using a terminal frame.
2611
83c8f461 26121999-09-17 Richard M. Stallman <rms@gnu.org>
27271329
PR
2613
2614 * unexelf.c (unexec): Don't get confused by a short section
2615 just before the bss section.
2616
26901792
DL
26171999-09-16 Gerd Moellmann <gerd@gnu.org>
2618
2619 * emacs.c (main): Remove unused variables.
2620 (sort_args, Fkill_emacs, Fkill_emacs): Ditto.
2621
2622 * lisp.h: Add prototype for uninterrupt_malloc, memory_warnings,
2623 init_fileio_once, syms_of_sound, init_xfns, init_fns
2624 init_sound, check_message_stack.
2625
2626 * emacs.c (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
2627
2628 * intervals.c (rotate_right, rotate_left): Add braces to avoid
2629 ambiguous else warning.
2630 (split_interval_left): Remove unused variables.
2631 (previous_interval, adjust_intervals_for_deletion,
2632 set_point_both, set_point_both, set_intervals_multibyte_1): Ditto.
2633 (icount, idepth, zero_length): Move into #if 0 section below
2634 original position where these are used.
2635
2636 * buffer.h [REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.
2637
2638 * buffer.c (Fkill_buffer): Remove unused variables.
2639 (Fkill_buffer, overlays_at, overlays_in, recenter_overlay_lists,
2640 fix_overlays_in_range, Fmove_overlay, Fprevious_overlay_change,
2641 init_buffer_once, (syms_of_buffer): Ditto.
2642
2643 * xrdb.c (get_fallback): Remove unused variable.
2644 (x_load_resources): Ditto. Put local variable used for Motif only
2645 in #ifdef USE_MOTIF.
2646
26471999-09-16 Gerd Moellmann <gerd@gnu.org>
2648
2649 * minibuf.c (read_minibuf): Remove unused variables.
2650 (read_minibuf, Fread_buffer, scmp, Fcompleting_read): Ditto.
2651 (do_completion): Move assignment out of conditional context.
2652 (Fdisplay_completion_list): Add parentheses to conditional expression.
2653
2654 * cm.c (toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
2655
2656 * lisp.h: Add prototype for no_switch_window.
2657
2658 * window.c (Fset_window_buffer): Remove unused variables.
2659 (Fset_window_margins): Ditto.
2660
2661 * xdisp.c (resize_mini_window): Temporarily set the selected
2662 window's or Vminibuf_scroll_window's height to "fixed" around
2663 the call the change_window_height.
2664
2665 * window.c (window_fixed_size_p): Check window's height_fixed_p
2666 flag.
2667
2668 * window.h (struct window): New member height_fixed_p.
2669
2670 * dispnew.c (direct_output_forward_char): Don't use this method
2671 if showing a message or a message was just cleared because we
2672 might need to resize the mini-window.
2673
26741999-09-16 Gerd Moellmann <gerd@gnu.org>
2675
2676 * frame.c (Fdelete_frame): Correct local variable pointing to
2677 selected frame after selecting new frame.
2678
26791999-09-15 Richard Stallman <rms@gnu.org>
2680
2681 * puresize.h (BASE_PURESIZE): Increase to 525000.
2682
2683 * filelock.c (Vtemporary_file_directory): New variable.
2684 (syms_of_filelock): Set up Lisp variable.
2685
26861999-09-15 Gerd Moellmann <gerd@gnu.org>
2687
2688 * term.c (OUTPUT_IF, OUTPUT1_IF): Use do-while.
2689 (encode_terminal_code): Remove unused variables.
2690 (turn_off_face): Ditto.
2691 (toplevel): Include termcap.h if HAVE_TERMCAP_H.
2692
2693 * dispnew.c (update_frame_line): If writing whole desired line,
2694 don't clear to end of line if already at the end.
2695
26961999-09-15 Gerd Moellmann <gerd@gnu.org>
2697
2698 * xdisp.c (resize_mini_window): Don't report changed window
2699 height if it actually hasn't changed.
2700
2701 * widget.c (set_frame_size, EmacsFrameSetCharSize): Remove
2702 unused variables.
2703 (mark_shell_size_user_specified): Put in #if 0 because not used.
2704 (create_frame_gcs): Put in #if 0 because currently unused.
2705 (first_frame_p): Ditto.
2706
2707 * xmenu.c (single_menu_item, Fx_popup_menu, Fx_popup_menu,
2708 single_submenu, update_frame_menubar, set_frame_menubar,
2709 free_frame_menubar, xmenu_show, xdialog_show): Remove unused
2710 variables.
2711
2712 * print.c (PRINTFULLP): Removed because it is no longer used and
2713 is misleading.
2714 (Ferror_message_string): Remove unused variables.
2715 (print_object): Cast argument of sprintf to long for `%ld'
2716 specifier. Remove unused variable.
2717
27181999-09-14 Gerd Moellmann <gerd@gnu.org>
2719
2720 * sound.c (Fplay_sound): Remove usused variables.
2721 (be2hs): Put in #if 0 because it's currently not used.
2722
27231999-09-14 Ken Raeburn <raeburn@gnu.org>
2724
2725 * print.c (Ferror_message_string, print_error_message,
2726 print_object): Use XCAR, XCDR and XFLOAT_DATA instead of explicit
2727 member access.
2728
27291999-09-14 Gerd Moellmann <gerd@gnu.org>
2730
2731 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.
2732
2733 * frame.c (Fnext_frame): Remove unused variable(s).
2734 (Fprevious_frame, Fmouse_pixel_position, frame_name_fnn_p): Ditto.
2735 (store_frame_param): Add parentheses to conditional expression.
2736 (Fmodify_frame_parameters): Remove unused variables.
2737 (Fmodify_frame_parameters, Fset_frame_size, Fset_frame_position):
2738 Ditto.
2739
2740 * xfns.c (x_set_background_color): Remove unused variable(s).
2741 (x_set_border_pixel): Ditto.
2742 (x_set_menu_bar_lines): Put local variable used only for
2743 non-toolkit case in #ifdef/#endif.
2744 (x_figure_window_size): Remove unused variable(s).
2745 (x_figure_window_size, x_window, lookup_image,
2746 xbm_read_bitmap_file_data, x_build_heuristic_mask, pbm_load,
2747 png_load, jpeg_load, gif_load, x_create_tip_frame,
2748 x_create_tip_frame, Fx_show_tip, x_set_border_pixel): Ditto.
2749
2750 * xterm.c (x_scroll_bar_handle_click): Compile only if
2751 not USE_TOOLKIT_SCROLL_BARS.
2752 (x_scroll_bar_set_handle, x_scroll_bar_note_movement): Ditto.
2753
2754 * dispextern.h: Add prototypes for gamma_correct and
2755 x_kill_gs_process.
2756
2757 * xterm.c (x_produce_glyphs): Remove unused variable(s).
2758 (x_alloc_nearest_color_for_widget, note_tool_bar_highlight,
2759 x_set_toolkit_scroll_bar_thumb): Ditto.
2760 (x_scroll_bar_create): Move local variable to the
2761 conditionally compiled section of code where it is used.
2762 (x_scroll_bar_create): Remove unused variable(s).
2763 (x_scroll_bar_remove, XTread_socket): Ditto.
2764 (XTread_socket) <ConfigureNotify>: Move variables used for
2765 non-toolkit case into conditionally compiled section of code.
2766
2767 * window.h (freeze_window_starts): Fix typo in prototype.
2768
2769 * xdisp.c (display_echo_area_1, try_window_id): Remove unused
2770 variable(s).
2771
2772 * lisp.h: Add prototype for debug_print.
2773
2774 * dispextern.h (xassert) [GLYPH_DEBUG]: Change definition
2775 to use do-while.
2776
2777 * fns.c (SXHASH_COMBINE): Add missing parentheses.
2778 (Fchar_table_range, Fset_char_table_default, mapcar1,
2779 Fyes_or_no_p, sweep_weak_hash_tables): Remove unused variable(s).
2780
2781 * lisp.h: Add prototype for getloadavg.
2782
27831999-09-14 Andreas Schwab <schwab@gnu.org>
2784
2785 * process.c (Fopen_network_stream): Avoid socket decriptor leak.
2786
2787 * lisp.h: Declare close_file_unwind.
2788
27891999-09-14 Richard Stallman <rms@gnu.org>
2790
2791 * filelock.c (get_boot_time): Make the temp name in the proper dir.
2792
27931999-09-13 Gerd Moellmann <gerd@gnu.org>
2794
2795 * xdisp.c (redisplay_window): Make sure start_at_line_beg
2796 is always set correctly.
2797
27981999-09-13 Dave Love <fx@gnu.org>
2799
2800 * xdisp.c (move_it_in_display_line_to): Make type consistent with
2801 declaration.
2802
28031999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
2804
2805 * xdisp.c (QCfile): Move here from xfns.c.
2806 (syms_of_xdisp): Initialize it.
2807 (message2_nolog): Change for Lisp_Object selected_frame.
2808 (message3_nolog, message_with_string, message,
2809 setup_echo_area_for_printing, truncate_echo_area,
2810 prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.
2811
28121999-09-13 Dave Love <fx@gnu.org>
2813
2814 * xterm.c: Don't continue #define args for benefit of old cc.
2815 (xt_action_hook): Indent #error for benefit of K&R cc.
2816
28171999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
2818
2819 * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
2820 (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
2821 (XRINGBELL): Removed.
2822
28231999-09-13 Dave Love <fx@gnu.org>
2824
2825 * xfns.c (x_put_x_image): Make type consistent with declaration.
2826
2827 * fns.c (Fmake_hash_table): Fix string continuation.
2828
28291999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
2830
2831 * xfns.c (QCfile): Moved to xdisp.c.
2832 (syms_of_xfns): Don't initialize QCfile.
2833 (check_x_frame): Change for Lisp_Object selected_frame.
2834 (check_x_display_info, x_get_resource_string): Ditto.
2835
28361999-09-13 Gerd Moellmann <gerd@gnu.org>
2837
2838 * minibuf.c (choose_minibuf_frame): Don't try to set the
2839 mini-buffer window's buffer, if the buffer is invalid.
2840
2841 * xfns.c (QCfile): Moved to xdisp.c.
2842 (syms_of_xfns): Don't initialize QCfile.
2843
2844 * xdisp.c (QCfile): Move here from xfns.c.
2845 (syms_of_xdisp): Initialize it.
2846
2847 * lisp.h (selected_frame): Add external declaration.
2848
2849 * xselect.c (x_own_selection): Change for Lisp_Object selected_frame.
2850 (Fx_store_cut_buffer_internal): Ditto.
2851 (Fx_rotate_cut_buffers_internal): Ditto.
2852
2853 * xfaces.c (frame_or_selected_frame): Change for Lisp_Object
2854 selected_frame.
2855 (Finternal_set_lisp_face_attribute): Ditto.
2856 (Finternal_get_lisp_face_attribute): Ditto.
2857 (Finternal_lisp_face_empty_p): Ditto.
2858 (Fdump_face): Ditto.
2859
2860 * term.c (OUTPUT): Change for Lisp_Object selected_frame.
2861 (OUTPUT_IF, ring_bell, set_terminal_modes, reset_terminal_modes,
2862 set_terminal_window, set_scroll_region, reassert_line_highlight,
2863 change_line_highlight, cursor_to, raw_cursor_to, clear_to_end,
2864 clear_end_of_line, clear_end_of_line_raw, clear_end_of_line_raw,
2865 encode_terminal_code, write_glyphs, term_init): Ditto.
2866
2867 * sysdep.c (reset_sys_modes): Change for Lisp_Object selected_frame.
2868 (kbd_input_ast, read_input_waiting): Ditto.
2869
2870 * minibuf.c (choose_minibuf_frame): Change for Lisp_Object
2871 selected_frame.
2872 (read_minibuf): Ditto.
2873
2874 * keyboard.c (command_loop_1): Change for Lisp_Object
2875 selected_frame.
2876 (cmd_error_internal, command_loop_1, read_char,
2877 kbd_buffer_get_event, read_avail_input,
2878 read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs,
2879 interrupt_signal, quit_throw_to_read_char): Ditto.
2880
2881 * fontset.c (Ffont_info): Change for Lisp_Object selected_frame.
2882 (Ffontset_info): DItto.
2883
2884 * emacs.c (handle_USR1_signal): Change for Lisp_Object selected_frame.
2885
2886 * dispnew.c (selected_frame): Make it a Lisp_Object.
2887 (adjust_frame_glyphs_initially): Change for Lisp_Object selected_frame.
2888 (direct_output_for_insert, direct_output_forward_char,
2889 init_display): Ditto.
2890
2891 * data.c (swap_in_symval_forwarding): Change for Lisp_Object
2892 selected_frame.
2893 (set_internal): Ditto.
2894
2895 * buffer.c (Fother_buffer): Change for Lisp_Object selected_frame.
2896 (record_buffer): Ditto.
2897
2898 * frame.c (Fmake_terminal_frame): Use SELECTED_FRAME.
2899 (do_switch_frame): Change for Lisp_Object selected_frame.
2900 (Fselected_frame): Ditto.
2901 (Fframe_first_window): Use SELECTED_FRAME.
2902 (Fframe_root_window): Change for Lisp_Object selected_frame.
2903 (Fframe_selected_window, Fset_frame_selected_window, Fnext_frame,
2904 Fprevious_frame, other_visible_frames, Fdelete_frame,
2905 Fmouse_position, Fmouse_pixel_position, Fmake_frame_visible,
2906 Fmake_frame_invisible, Ficonify_frame, Fraise_frame, Flower_frame,
2907 Fframe_parameters, Fmodify_frame_parameters, Fframe_char_height,
2908 Fframe_char_width, Fframe_pixel_height, Fframe_pixel_width,
2909 Fset_frame_height, Fset_frame_width): Ditto.
2910
29111999-09-13 Gerd Moellmann <gerd@gnu.org>
2912
2913 * xdisp.c (message2_nolog): Change for Lisp_Object selected_frame.
2914 (message3_nolog, message_with_string, message,
2915 setup_echo_area_for_printing, truncate_echo_area,
2916 prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.
2917
2918 * xmenu.c (Fx_popup_menu): Change for Lisp_Object selected_frame.
2919 (Fx_popup_dialog): Ditto.
2920
2921 * xfns.c (check_x_frame): Change for Lisp_Object selected_frame.
2922 (check_x_display_info, x_get_resource_string): Ditto.
2923
2924 * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
2925 (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
2926 (XRINGBELL): Removed.
2927
2928 * window.c (Fminibuffer_window): Change for Lisp_Object
2929 selected_frame.
2930 (Fwindow_at, Fprevious_window, window_loop, select_window_1,
2931 display_buffer_1, Fdisplay_buffer, temp_output_buffer_show,
2932 Fcurrent_window_configuration, init_window_once): Ditto.
2933
2934 * frame.h (SELECTED_FRAME): New.
2935
29361999-09-12 Ken Raeburn <raeburn@gnu.org>
2937
2938 * category.c (word_boundary_p): Use XCAR and XCDR.
2939 * ccl.c (ccl_driver, resolve_symbol_ccl_program,
2940 Fregister_code_conversion_map): Likewise.
2941 * coding.c (setup_coding_system, detect_coding_system,
2942 Ffind_operation_coding_system, Fset_coding_priority_internal):
2943 Likewise.
2944 * doc.c (get_doc_string, Fdocumentation,
2945 store_function_docstring): Likewise.
2946 * editfns.c (save_restriction_restore): Likewise.
2947 * eval.c (Fcond, Fmacroexpand, Fcondition_case, wants_debugger,
2948 skip_debugger, find_handler_clause, Fautoload, Fapply,
2949 run_hook_with_args, run_hook_list_with_args, Ffetch_bytecode):
2950 Likewise.
2951 * fileio.c (Ffind_file_name_handler, Finsert_file_contents,
2952 Fwrite_region, do_auto_save_unwind, Fdo_auto_save,
2953 Fread_file_name): Likewise.
2954 * filelock.c (unlock_all_files): Likewise.
2955 * insdel.c (Fcombine_after_change_execute): Likewise.
2956 * intervals.c (adjust_intervals_for_insertion): Likewise.
2957 * keymap.c (get_keymap_1, Fkeymap_parent, Fset_keymap_parent,
2958 Fset_keymap_parent, fix_submap_inheritance, access_keymap,
2959 store_in_keymap, Fcopy_keymap, define_as_prefix,
2960 current_minor_maps, Faccessible_keymaps,
2961 accessible_keymaps_char_table, Fkey_description,
2962 Fwhere_is_internal, where_is_internal_2, where_is_internal_1,
2963 describe_buffer_bindings, describe_map_tree, shadow_lookup,
2964 describe_map): Likewise.
2965 * lread.c (Fload, load_unwind, close_load_descs, read_vector,
2966 read_list, init_lread): Likewise.
2967 * search.c (Fmatch_data): Likewise.
2968 * sunfns.c (Fsun_menu_internal): Likewise.
2969 * syntax.c (describe_syntax): Likewise.
2970 * undo.c (record_insert, record_delete, Fundo_boundary,
2971 truncate_undo_list): Likewise.
2972 * vmsproc.c (child_sig): Likewise.
2973
2974 * editfns.c (Fformat): Use XFLOAT_DATA.
2975
29761999-09-12 Gerd Moellmann <gerd@gnu.org>
2977
2978 * keyboard.c (command_loop_1): Resize mini-window to the
2979 exact size of a message displayed, if any.
2980
2981 * xdisp.c (resize_mini_window): Add parameter exact_p. Resize
2982 to exact size if exact_p is non-zero.
2983 (display_echo_area_1): Call resize_mini_window with
2984 new parameter.
2985 (redisplay_internal): Ditto.
2986 (resize_echo_area_axactly): New.
2987
2988 * minibuf.c (read_minibuf_unwind): Call resize_mini_window with
2989 new parameter.
2990
2991 * dispextern.h: Change prototype of resize_mini_window.
2992 Add prototype for resize_echo_area_axactly.
2993
2994 * xfaces.c (Fx_family_fonts): Replaces Fx_font_list.
2995 (syms_of_xfaces): Defsubr accordingly.
2996
2997 * xdisp.c (hscroll_window_tree): Choose cursor row from
2998 desired or current matrix.
2999 (redisplay_internal): Hscroll before updating.
3000
30011999-09-12 Gerd Moellmann <gerd@gnu.org>
3002
3003 * syntax.c (Fforward_word): Use prompt_end_charpos instead
3004 of minibuffer_prompt_length.
3005
3006 * minibuf.c (read_minibuf): Use prompt_end_charpos instead
3007 of minibuffer_prompt_length.
3008 (read_minibuf_unwind): Ditto.
3009 (Fminibuffer_complete_and_exit): Ditto.
3010 (Fminibuffer_complete_word): Ditto.
3011 (Fminibuffer_prompt_end): Ditto.
3012
3013 * editfns.c (Fbuffer_string): Use prompt_end_charpos instead
3014 of minibuffer_prompt_length.
3015 (Fline_beginning_position): Ditto.
3016
3017 * buffer.c (Fget_buffer_create): Use prompt_end_charpos instead
3018 of minibuffer_prompt_length.
3019 (Fmake_indirect_buffer): Ditto.
3020 (Fkill_buffer): Ditto.
3021 (Ferase_buffer): Ditto.
3022
3023 * buffer.h (prompt_end_charpos): Replaces
3024 minibuffer_prompt_length.
3025
3026 * minibuf.c (read_minibuf): Return mini-buffer contents
3027 without the prompt.
3028
3029 * editfns.c (make_buffer_string_both): Take out the code
3030 to handle mini-buffer prompts.
3031 (Fbuffer_string): Handle the prompt here, instead.
3032
3033 * xfaces.c (lface_from_face_name): Resolve face aliases.
3034 (Qmode_line): Replaces Qmodeline.
3035 (realize_basic_faces): Use Qmode_line.
3036 (syms_of_xfaces): Initialize Qmode_line.
3037
30381999-09-12 Gerd Moellmann <gerd@gnu.org>
3039
3040 * minibuf.c (read_minibuf): Set minibuf_prompt_width to the
3041 current column after inserting prompt.
3042 (Fminibuffer_prompt_width): Return minibuf_prompt_width.
3043
3044 * xfaces.c (Qframe_update_face_colors): New.
3045 (syms_of_xfaces): Initialize call.
3046 (update_face_from_frame_parameter): Call that function when
3047 the frame's background changes.
3048
30491999-09-12 Richard Stallman <rms@gnu.org>
3050
3051 * insdel.c (del_range_1): Don't treat minibuffer prompt specially.
3052
30531999-09-12 Ken Raeburn <raeburn@gnu.org>
3054
3055 * alloc.c (Fcons, pure_cons, Fpurecopy, Fgarbage_collect,
3056 mark_object, mark_buffer): Use XCAR and XCDR.
3057 * bytecode.c (Fbyte_code): Likewise.
3058 * callint.c (Fcall_interactively, Fprefix_numeric_value):
3059 Likewise.
3060 * callproc.c (Fcall_process, Fcall_process_region, child_setup,
3061 getenv_internal): Likewise.
3062 * dired.c (file_name_completion): Likewise.
3063 * fns.c (Fsafe_length, concat, Fcopy_alist, Fmember, Fmemq, Fassq,
3064 assq_no_quit, Fassoc, Frassq, Frassoc, Fdelq, Fdelete, Freverse,
3065 Fplist_get, Fplist_put, internal_equal, mapcar1): Likewise.
3066 * indent.c (Fcompute_motion): Likewise.
3067 * process.c (decode_status, Fprocess_status, Fprocess_exit_status,
3068 list_processes_1, Fstart_process, Fopen_network_stream,
3069 wait_reading_process_input, read_process_output_call,
3070 kill_buffer_processes, sigchld_handler, exec_sentinel_unwind,
3071 status_notify, wait_reading_process_input): Likewise.
3072 * textprop.c (PLIST_ELT_P, property_value, set_properties,
3073 extend_property_ranges): Likewise.
3074 * w32faces.c (Fpixmap_spec_p, merge_face_list): Likewise.
3075 * w32fns.c (x_window_to_frame, x_set_frame_parameters,
3076 x_report_frame_params, x_set_cursor_type, x_icon_type,
3077 x_figure_window_size, Fx_create_frame, w32_load_system_font,
3078 w32_load_font, enum_font_cb2, w32_list_bdf_fonts, w32_list_fonts,
3079 w32_list_synthesized_fonts, w32_find_ccl_program, Fx_list_fonts,
3080 Fw32_find_bdf_fonts, w32_find_bdf_fonts_in_dir,
3081 x_display_info_for_name, Fx_display_list): Likewise.
3082 * w32menu.c (menubar_id_to_frame, single_keymap_panes,
3083 Fx_popup_menu, Fx_popup_dialog): Likewise.
3084 * w32proc.c (Fw32_set_keyboard_layout): Likewise.
3085 * w32term.c (x_window_to_scroll_bar, w32_read_socket,
3086 w32_term_init, x_delete_display): Likewise.
3087 * xfns.c (x_window_to_frame, x_any_window_to_frame,
3088 x_non_menubar_window_to_frame, x_menubar_window_to_frame,
3089 x_top_window_to_frame, x_set_frame_parameters,
3090 x_report_frame_params, x_set_cursor_type, x_icon_type,
3091 x_figure_window_size, Fx_create_frame, x_display_info_for_name,
3092 Fx_display_list, x_create_tip_frame): Likewise.
3093 * xmenu.c (menubar_id_to_frame, single_keymap_panes,
3094 Fx_popup_menu, Fx_popup_dialog): Likewise.
3095 * xselect.c (x_own_selection, x_get_local_selection,
3096 x_handle_selection_request, x_handle_selection_clear,
3097 x_clear_frame_selections, wait_for_property_change_unwind,
3098 wait_for_property_change, x_handle_property_notify,
3099 copy_multiple_data, x_get_foreign_selection,
3100 lisp_data_to_selection_data, clean_local_selection_data,
3101 x_handle_selection_notify, Fx_get_selection_internal,
3102 x_disown_buffer_selections): Likewise.
3103 * xterm.c (x_window_to_scroll_bar, XTread_socket, x_list_fonts,
3104 x_load_font, x_find_ccl_program, x_term_init, x_delete_display):
3105 Likewise.
3106
3107 * alloc.c (make_float, make_pure_float, Fpurecopy): Use
3108 XFLOAT_DATA.
3109 * bytecode.c (Fbyte_code): Likewise.
3110 * floatfns.c (extract_float, Fexpt, Fabs, rounding_driver,
3111 fmod_float): Likewise.
3112
31131999-09-11 Richard Stallman <rms@gnu.org>
3114
3115 * xdisp.c (run_window_scroll_functions): If hook functions switch
3116 buffers, switch back after.
3117
31181999-09-11 Ken Raeburn <raeburn@gnu.org>
3119
3120 * charset.h (GET_TRANSLATION_TABLE): Use XCDR.
3121 * frame.h (FOR_EACH_FRAME): Use XCAR and XCDR.
3122 (PIXEL_X_FROM_CANON_X, PIXEL_Y_FROM_CANON_Y): Use XFLOAT_DATA.
3123 * keyboard.h (EVENT_HEAD, EVENT_START, EVENT_END, POSN_WINDOW,
3124 POSN_BUFFER_POSN, POSN_WINDOW_POSN, POSN_TIMESTAMP): Use XCAR and
3125 XCDR.
3126 * syntax.h (SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Use XCAR and
3127 XCDR.
3128
31291999-09-10 Richard Stallman <rms@gnu.org>
3130
3131 * xterm.c (XTread_socket): In XSetInputFocus, use RevertToParent,
3132 not RevertToPointerRoot.
3133 (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3134 Fix the code to clear around the scroll bar.
3135
31361999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
3137
3138 * print.c: Support print-circle and related features.
3139 (Vprint_gensym_alist): Removed.
3140 (Vprint_circle, Vprint_continuous_numbering, print_number_index
3141 Vprint_number_table): New variables.
3142 (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): New macros.
3143 (PRINTPREPARE, PRINTFINISH): Don't set Vprint_gensym_alist.
3144 (print, print_preprocess, print_preprocess_string, print_object):
3145 New/modified functions with print-circle feature. Use
3146 Vprint_number_table instead of Vprint_gensym_alist for print-gensym.
3147 (syms_of_print): Defined new Lisp variables `print-circle',
3148 `print-continuous-numbering', `print-number-table'.
3149
31501999-09-10 Gerd Moellmann <gerd@gnu.org>
3151
3152 * xfns.c (x_build_heuristic_mask): Accept a list `(R G B)'
3153 as background color specification instead of an integer.
3154 (image-cache-eviction-delay): Replaces image-eviction-seconds.
3155 (Vimage_cache_eviction_delay): Replaces Vimage_eviction_seconds.
3156 (clear_image_cache, syms_of_xfns): Use it.
3157 (Qpostscript): Replaces Qghostscript.
3158 (gs_type): Use it.
3159 (gs_image_p): Ditto.
3160 (syms_of_xfns): Initialize Qpostscript.
3161
31621999-09-10 Richard Stallman <rms@gnu.org>
3163
3164 * buffer.c (Ferase_buffer): Don't erase the minibuffer prompt.
3165
31661999-09-09 Richard Stallman <rms@gnu.org>
3167
3168 * editfns.c (Fline_beginning_position): Handle minibuffer prompt here.
3169
3170 * cmds.c (Fbeginning_of_line): Don't handle minibuffer prompt here.
3171
31721999-09-09 Gerd Moellmann <gerd@gnu.org>
3173
3174 * fns.c (Fmakehash): Accept just one optional argument TEST.
3175
3176 * xfns.c (QCindex): New.
3177 (syms_of_xfns): Initialize QCindex.
3178 (gif_load): Use it instead of `:image'.
3179
31801999-09-09 Richard Stallman <rms@gnu.org>
3181
3182 * fileio.c (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.
3183 (Fwrite_region) [DOS_NT]: Handle `excl' here too.
3184
31851999-09-08 Gerd Moellmann <gerd@gnu.org>
3186
3187 * xdisp.c (Qwhen): Replaces QCwhen.
3188 (syms_of_xdisp): Initialized it instead of QCwhen.
3189 (handle_single_display_prop): Use it instead of QCwhen.
3190
31911999-09-08 Ken'ichi Handa <handa@gnu.org>
3192
3193 * charset.c (translate_char): Reset MSBs of arguments of
3194 MAKE_CHAR.
3195 (CHAR_COMPONENTS_VALID_P): Fix for ASCII.
3196
31971999-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3198
3199 * editfns.c (Fbufsize): Accept an extra BUFFER parameter.
3200
3201 * fns.c (Fbase64_decode_region): Don't place point outside of the
3202 current accessible portion.
3203
32041999-09-07 Richard Stallman <rms@gnu.org>
3205
3206 * keymap.c (fix_submap_inheritance): Do nothing if the proper
3207 parent is an ancestor of SUBMAP; otherwise, add it as the
3208 ultimate ancestor.
3209
32101999-09-07 Gerd Moellmann <gerd@gnu.org>
3211
3212 * xdisp.c (handle_single_display_prop): Change conditional
3213 display property to `:when FORM . VALUE'.
3214
32151999-09-07 Richard Stallman <rms@gnu.org>
3216
3217 * fileio.c (Fwrite_region): Doc fix.
3218
32191999-09-07 Stefan Monnier <monnier@cs.yale.edu>
3220
3221 * fileio.c (Qexcl): New variable.
3222 (report_file_error): Handle EEXIST specially.
3223 (Fwrite_region): Special handling for CONFIRM = `excl'.
3224 (syms_of_fileio): Initialize Qexcl.
3225
32261999-09-07 Gerd Moellmann <gerd@gnu.org>
3227
3228 * xfns.c (x_set_foreground_color): Call
3229 update_face_from_frame_parameter.
3230 (x_set_background_color): Ditto.
3231 (x_set_mouse_color): Ditto.
3232 (x_set_cursor_color): Ditto.
3233 (x_set_border_color): Ditto.
3234 (x_set_scroll_bar_foreground): Ditto.
3235 (x_set_scroll_bar_background): Ditto.
3236
3237 * xfaces.c (recompute_basic_faces): Clear face cache.
3238 (Finternal_set_lisp_face_attribute): Modify frame parameters
3239 if attributes of certain faces are changed.
3240 (update_face_from_frame_parameter): New.
3241
3242 * xfaces.c (realize_basic_faces): Realize new basic faces.
3243
3244 * dispextern.h (SCROLL_BAR_FACE_ID, BORDER_FACE_ID,
3245 CURSOR_FACE_ID, MOUSE_FACE_ID): New.
3246
3247 * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New.
3248 (syms_of_xfaces): Intialize new symbols.
3249
3250 * fns.c (Fmakehash): Take one argument, test, make all the
3251 rest keyword arguments.
3252
3253 * window.c (Fset_window_margins): Make window the first argument.
3254 (set_window_buffer): Call Fset_window_margins with window as first
3255 argument.
3256
32571999-09-07 Gerd Moellmann <gerd@gnu.org>
3258
3259 * xfaces.c (Qfringe): Replaces Qmargin.
3260
32611999-09-07 Kenichi Handa <handa@etl.go.jp>
3262
3263 * charset.h: Lots of comments fixed.
3264 (PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string.
3265 (STRING_CHAR_AND_CHAR_LENGTH): This macro removed.
3266
3267 * charset.c : Lots of comments fixed.
3268 (SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string.
3269 (CHAR_COMPONENTS_VALID_P): Name changed from
3270 CHAR_COMPONENT_VALID_P. Caller changed.
3271
32721999-09-06 Richard Stallman <rms@gnu.org>
3273
3274 * insdel.c (syms_of_insdel): Define Lisp variable
3275 inhibit-modification-hooks.
3276
32771999-09-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
3278
3279 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new
3280 unexaix.c.
3281
3282 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
3283
32841999-09-06 Dave Love <fx@gnu.org>
3285
3286 * unexaix.c: New version incorporating Michael Sperber's changes
3287 from XEmacs. Should solve problems on AIX 4.3.
3288
3289 * lread.c (Vbyte_boolean_vars): New variable.
3290 (defvar_bool, syms_of_lread): Use it.
3291
32921999-09-05 Richard Stallman <rms@gnu.org>
3293
3294 * minibuf.c (read_minibuf): Put all three properties on the
3295 same range, the whole prompt.
3296
32971999-09-05 Gerd Moellmann <gerd@gnu.org>
3298
3299 * sound.c (Qplay_sound_functions): Replaces Qplay_sound_hook.
3300 (Fplay_sound, syms_of_sound): Use it.
3301 (parse_sound): Allow float volume values in the range [0, 1].
3302 (Fplay_sound): Ditto.
3303
3304 * window.c (Fset_window_vscroll): Make window the first argument,
3305 amount to scroll the second. Take non-negative vscroll as
3306 argument.
3307 (Fwindow_vscroll): Return non-negative vscroll.
3308
3309 * xfns.c (Fx_show_tip): Improve documentation.
3310
33111999-09-05 Gerd Moellmann <gerd@gnu.org>
3312
3313 * buffer.c, buffer.h, dispextern.h, dispnew.c, keyboard.c,
3314 window.c, xdisp.c, xfaces.c, xterm.c, keyboard.h: Change
3315 `top-line' and `top_line' to `header-line' and `header_line'.
3316 Likewise for similar spellings.
3317
33181999-09-05 Gerd Moellmann <gerd@gnu.org>
3319
3320 * xdisp.c (row_containing_pos): New.
3321 (try_window_id): Use it.
3322
3323 * alloc.c, dispextern.h, dispnew.c, frame.c, frame.h, keyboard.c,
3324 lisp.h, termhooks.h, window.c xdisp.c, xfaces.c, xfns.c, xterm.c:
3325 Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
3326 Likewise for upper-case etc.
3327
33281999-09-05 Gerd Moellmann <gerd@gnu.org>
3329
3330 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3331 Fix reference to renamed variable.
3332
33331999-09-04 Gerd Moellmann <gerd@gnu.org>
3334
3335 * window.c (Qwindow_size_fixed): Replaces Qfixed_window_size.
3336 (window_fixed_size_p): Use Qwindow_size_fixed instead of
3337 Qfixed_window_size.
3338 (syms_of_window): Ditto.
3339
3340 * fns.c (Fmakehash): Exchange optional test and size arguments.
3341
33421999-09-03 Gerd Moellmann <gerd@gnu.org>
3343
3344 * xterm.c (XTset_vertical_scroll_bar): Block input when clearing
3345 under newly created scroll bar.
3346 (expose_window): If window is not yet fully initialized, do
3347 nothing. This can happen when toolkit scroll bars are used and a
3348 window is split. Reconfiguring the scroll bars will generate an
3349 expose for a newly created window.
3350
3351 * frame.h (struct frame): New member `gamma'.
3352
3353 * xfns.c: Include math.h. Add extern declaration for atof in case
3354 we don't see one.
3355 (Qscreen_gamma): New.
3356 (struct x_frame_parm_table): Add prototypes, add
3357 x_set_screen_gamma.
3358 (gamma_correct): New function.
3359 (defined_color): Call it.
3360 (x_set_screen_gamma): New.
3361 (x_set_title): Add parameter old_value.
3362 (RES_TYPE_FLOAT): New.
3363 (x_get_arg): Handle RES_TYPE_FLOAT.
3364 (Fx_create_frame): Call x_default_parameter for `screen-gamma'.
3365 (lookup_pixel_color): Change call to x_alloc_nearest_color to
3366 new prototype.
3367 (lookup_rgb_color): Ditto.
3368 (syms_of_xfns): Initialize Qscreen_gamma.
3369
3370 * xterm.c (x_alloc_nearest_color_for_widget) [USE_X_TOOLKIT]:
3371 New. Allocate color for lwlib widgets.
3372 (x_alloc_nearest_color): Change parameter list include the
3373 frame on which to allocate colors. Gamma-correct colors.
3374 (x_alloc_lighter_color): Call x_alloc_lighter_color with new
3375 parameter list.
3376
3377 * xterm.h: Change protorype of x_alloc_nearest_color.
3378
33791999-09-03 Richard Stallman <rms@gnu.org>
3380
3381 * callproc.c: Delete the system-independent include of stdlib.h
3382 (leaving only the one in the WINDOWSNT conditional).
3383
33841999-09-03 Andrew Choi <choi@cs.hku.hk>
3385
3386 * callproc.c (call-process) [macintosh]: Call mac_run_command in
3387 sysdep.c. The Mac code is modeled after the DOS code.
3388
3389 * dispextern.h [macintosh]: Include macterm.h to define substitute X
3390 Window types and macros.
3391
3392 * frame.h: Do nothing if included a second time.
3393 (enum output_method): Add mac_output frame type.
3394 (union output_data): Add new alternative `mac'.
3395 (FRAME_MAC_P): New macro.
3396
3397 * frame.c (Fframep) [macintosh]: Handle mac frame type.
3398 (syms_of_frame_1): Initialize Qmac.
3399 (make_terminal_frame) [macintosh]: Initialize output_data.mac fields.
3400 (Fmake_terminal_frame) [macintosh]: Add an alternate error check.
3401 (Fmodify_frame_parameters) [macintosh]: Call
3402 mac_set_frame_parameter in macterm.c.
3403
3404 * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value
3405 (512) because Mac compilers limit local data of a function to 32K.
3406
3407 * make-docfiles.c: Correctly handle input files with Mac-style
3408 eol's.
3409
3410 * sysdep.c: Define numerous routines to emulate Unix system calls.
3411
3412 * xfaces.c: on MacOS, define the set of colors listed in rgb.txt
3413 file of an X Window environment.
3414
3415 * xfaces.c: on MacOS, define the Lisp functions x-display-color-p,
3416 x-display-grayscale, x-color-defined-p, and x-color-values.
3417
3418 * sysdep.c [macintosh] (stat, fstat, mkdir, rmdir, utime, access)
3419 (open, creat, unlink, read, write, rename, fopen, pause, alarm)
3420 (signal, sleep, gmtime, localtime, ctime, time, index, mktemp)
3421 (getpwuid, getpwnam, dup, dup2, isatty, getgid, getegid, getuid)
3422 (geteuid, getpid, getenv, uname, opendir, closedir, readdir, getwd.):
3423 New functions, replacing POSIX features.
3424
3425 * sysdep.c [macintosh] (Mac2UnixPathname, Unix2MacPathname, CheckAlarm)
3426 (InitMyPasswd, GetTempDirName, mystrchr, mystrtok, mystrcpy):
3427 (InitEmacsPasswdDir, run_mac_command): New subroutines.
3428
3429 * sysdep.c [macintosh] (targetTicks, alarm_signal_func, myPasswdName)
3430 (myPasswd, emacsPasswdDir, emacsPasswd, myPasswdInited, mask)
3431 (myPasswdDir, TempDirName, sys_siglist): New variables.
3432
3433 * sysdep.c [macintosh] (execvp, wait, croak, fork, kill, sigsetmask)
3434 (sigblock, request_sigio, unrequest_sigio, setpgrp, pipe, symlink)
3435 (link, lstat, readlink, umask, chmod, sbrk, fsync, ioctl):
3436 Define empty stubs so Emacs will link.
3437
34381999-09-03 Gerd Moellmann <gerd@gnu.org>
3439
3440 * xdisp.c: Use XCAR and XCDR instead of XCONS.
3441
3442 * window.h: New member frozen_window_start_p.
3443
3444 * window.c (foreach_window, foreach_window_1): New.
3445 (freeze_window_start, freeze_window_starts): New.
3446 (make_window): Initialize frozen_window_start_p.
3447 (replace_window): Ditto.
3448 (Fset_window_point): Remove references to deleted variables.
3449 (Fset_window_start): Ditto.
3450
3451 * xdisp.c (Vresize_mini_config, resize_mini_frame,
3452 resize_mini_initial_height): Removed.
3453 (syms_of_xdisp): Remove references to these variables.
3454 (resize_mini_window): Don't save window configuration, freeze
3455 window starts instead. Enlarge window until displaying an empty
3456 buffer, then shrink it. Make the function externally visible.
3457 (redisplay_window): Treat frozen window start like forced start,
3458 but accept point outside of the window.
3459
3460 * dispextern.h: Add function prototype for resize_mini_window.
3461
3462 * minibuf.c (read_minibuf_unwind): Resize mini-window when
3463 reaching minibuf_level 0.
3464
3465 * lisp.h: Remove extern declarations for variables deleted from
3466 xdisp.c.
3467
3468 * dispnew.c (adjust_frame_glyphs): Remove reference to
3469 Vresize_mini_config.
3470
34711999-09-03 Gerd Moellmann <gerd@gnu.org>
3472
3473 * xfns.c (x_set_scroll_bar_width): Change conditional compilation
3474 to USE_TOOLKIT_SCROLL_BARS.
3475
3476 * xterm.c (x_scroll_bar_create): Don't clear under scroll bar
3477 here.
3478 (XTset_vertical_scroll_bar): Clarify position computations. Clear
3479 under newly created scroll bar. Put toolkit scroll bars in the
3480 middle of the area reserved for the scroll bar.
3481
34821999-09-03 Kenichi Handa <handa@etl.go.jp>
3483
3484 The following changes are for the new handling of mulitbyte
3485 sequence. Now, except for a composite character, no multibyte
3486 character in string/buffer has trailing garbage bytes. For
3487 instance, the length of string "\201\300\300" is now 2, the first
3488 character is Latin-1 A-grave, the second is raw \300.
3489
3490 * charset.h (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2
3491 are negative.
3492 (MAKE_CHAR): Don't set MSBs of C1 and C2 to 0.
3493 (VALID_MULTIBYTE_CHAR_P): This macro deleted.
3494 (PARSE_COMPOSITE_SEQ): New macro.
3495 (PARSE_CHARACTER_SEQ): New macro.
3496 (PARSE_MULTIBYTE_SEQ): New macro.
3497 (CHAR_PRINTABLE_P): New macro.
3498 (STRING_CHAR): Adjusted for the change of string_to_non_ascii_char.
3499 (STRING_CHAR_AND_LENGTH): Likewise.
3500 (STRING_CHAR_AND_CHAR_LENGTH): Define it as STRING_CHAR_AND_LENGTH.
3501 (INC_POS): Use the macro PARSE_MULTIBYTE_SEQ.
3502 (DEC_POS, BUF_INC_POS, BUF_DEC_POS): Likewise,
3503
3504 * charset.c (SPLIT_COMPOSITE_SEQ): New macro.
3505 (SPLIT_CHARACTER_SEQ): New macro.
3506 (SPLIT_MULTIBYTE_SEQ): New macro.
3507 (CHAR_COMPONENT_VALID_P): New macro.
3508 (non_ascii_char_to_string): Generate a multibyte sequence as far
3509 as possible.
3510 (string_to_non_ascii_char): The 4th arg exclude_tail_garbage is
3511 deleted. Caller changed. Use the macro SPLIT_MULTIBYTE_SEQ.
3512 (split_non_ascii_string): Likewise.
3513 (multibyte_form_length): Use the macro PARSE_MULTIBYTE_SEQ.
3514 (char_printable_p): New function.
3515 (translate_char): Check character by NATNUMP instead of INTEGERP.
3516 (unibyte_char_to_multibyte): Call char_valid_p instead of
3517 VALID_MULTIBYTE_CHAR_P.
3518 (Fmake_char_internal): Check the arguments more rigidly.
3519 (Fcharset_after): Use the macro SPLIT_MULTIBYTE_SEQ.
3520 (char_valid_p): Check the validity by CHAR_COMPONENT_VALID_P.
3521 (Fmultibyte_char_to_unibyte): Check the validity of character by
3522 CHAR_VALID_P.
3523 (chars_in_text): Call multibyte_chars_in_text.
3524 (multibyte_chars_in_text): Use the macro PARSE_MULTIBYTE_SEQ.
3525 (Fcompose_string): Use the macro STRING_CHAR_AND_LENGTH instead of
3526 STRING_CHAR_AND_CHAR_LENGTH (which is obsolete now).
3527
3528 * data.c (Faset): Adjust the way to check byte-combining
3529 possibility for the new handling of multibyte sequence.
3530
3531 * editfns.c (Fsubst_char_in_region): Likewise.
3532
3533 * fns.c (count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
3534 (string_char_to_byte): Likewise.
3535 (string_byte_to_char): Likewise.
3536
3537 * indent.c (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the
3538 macro STRING_CHAR_AND_LENGTH. Caller changed.
3539
3540 * insdel.c (count_combining_composition): New function.
3541 (count_combining_before): Adjust the way to check byte-combining
3542 possibility for the new handling of multibyte sequence. Call
3543 count_combining_composition for a composite character.
3544 (count_combining_after): Likewise.
3545
3546 * print.c (print_string): Use the macro STRING_CHAR_AND_LENGTH.
3547 (print): Likewise.
3548
3549 * dispextern.h (struct it): Change the size of the member
3550 `ctl_chars'.
3551
3552 * xdisp.c (get_next_display_element): Display incomplete multibyte
3553 sequence (e.g. \222\300) by octal form.
3554
35551999-09-02 Gerd Moellmann <gerd@gnu.org>
3556
3557 * xterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
3558
3559 * fns.c (Fhash_table_weakness): Replaces Fhash_table_weak.
3560 (cmpfn_eql, sxhash): Use XFLOAT_DATA.
3561
35621999-09-02 Gerd Moellmann <gerd@gnu.org>
3563
3564 * buffer.c (set_buffer_internal): Never set
3565 windows_or_buffers_changed.
3566
3567 * xdisp.c (try_window_id): Reset first_unchanged_at_end_row
3568 if we have displayed to the bottom of the window.
3569
3570 * syntax.c (Fforward_word): Stop at a mini-buffer prompt end
3571 in both directions. Extend documentation.
3572
35731999-09-01 Gerd Moellmann <gerd@gnu.org>
3574
3575 * minibuf.c (read_minibuf): Flush display after setting cursor to
3576 column 0.
3577
35781999-08-31 Gerd Moellmann <gerd@gnu.org>
3579
3580 * s/freebsd.h (__FreeBSD_version): Don't define it if it is
3581 already defined. This avoids a warning from buffer.c.
3582
35831999-08-30 Gerd Moellmann <gerd@gnu.org>
3584
3585 * xterm.h (FRAME_X_FLAGS_AREA_COLS): Define it as the total width
3586 of both margins.
3587 (FRAME_X_FLAGS_AREA_WIDTH): Likewise.
3588 (FRAME_X_LEFT_FLAGS_AREA_WIDTH): New.
3589 (FRAME_X_RIGHT_FLAGS_AREA_WIDTH): New.
3590
3591 * frame.h (FRAME_WINDOW_WIDTH_ARG): Add in FRAME_FLAGS_AREA_COLS
3592 once instead of twice.
3593 (FRAME_LEFT_FLAGS_AREA_WIDTH): New.
3594
3595 * xterm.c: Remove unused bitmaps.
3596 (continued_bits, continuation_bits, overlay_bits): Change images.
3597 (x_draw_vertical_border): Use FRAME_X_RIGHT_FLAGS_AREA_WIDTH
3598 instead of FRAME_X_FLAGS_AREA_WIDTH.
3599 (x_after_update_window_line): Ditto.
3600 (x_draw_bitmap): Likewise.
3601 (x_draw_row_bitmaps): Likewise.
3602 (x_draw_glyph_string_box): Likewise.
3603 (x_draw_glyphs): Likewise.
3604 (x_scroll_run): Likewise.
3605 (expose_window_tree): Likewise.
3606 (note_mode_line_highlight): Likewise.
3607 (XTset_vertical_scroll_bar): Likewise.
3608 (x_clip_to_row): Likewise.
3609 (x_set_window_size): Likewise.
3610
3611 * xfns.c (x_figure_window_size): Use FRAME_FLAGS_AREA_COLS instead
3612 of 2 * that value.
3613
3614 * xdisp.c (window_box_width): Use FRAME_FLAGS_AREA_COLS instead of
3615 2 * that value.
3616 (window_box_left): Use FRAME_LEFT_FLAGS_AREA_WIDTH instead of
3617 FRAME_FLAGS_AREA_WIDTH.
3618
3619 * window.c (coordinates_in_window): Use
3620 FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
3621 (window_internal_width): Subtract FRAME_FLAGS_AREA_WIDTH once
3622 instead of twice.
3623
3624 * widget.c (set_frame_size): Set flags_area_extra to
3625 FRAME_FLAGS_AREA_WIDTH instead of 2 * that width.
3626 (EmacsFrameSetCharSize): Ditto.
3627
3628 * dispnew.c (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
3629 instead of FRAME_FLAGS_AREA_WIDTH.
3630
3631 * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract
3632 FRAME_FLAGS_AREA_COLS once.
3633 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Add
3634 FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
3635
36361999-08-30 Gerd Moellmann <gerd@gnu.org>
3637
3638 * freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers
3639 in /usr/X11R6/include which are checked for with AC_CHECK_HEADER.
3640
36411999-08-30 Gerd Moellmann <gerd@gnu.org>
3642
3643 * fns.c (QCweakness): Replaces QCweak.
3644 (Fmake_hash_table): Ditto.
3645 (Fmakehash): Ditto.
3646 (syms_of_fns): Ditto.
3647
36481999-08-29 Richard Stallman <rms@gnu.org>
3649
3650 * search.c (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.
3651
3652 * sysdep.c (read_input_waiting): Pass read_socket_hook just 4 args.
3653
3654 * syntax.h (SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED):
3655 Add support for nested comments.
3656
863476d1
SM
3657 * syntax.c (Fforward_comment, scan_lists, scan_sexps_forward):
3658 Consolidate the forward comment code into the new `forw_comment'.
3659 (forw_comment): New subroutine. Added support for nested comments.
3660 (lisp_parse_state, back_comment, Fmodify_syntax_entry)
3661 (Fparse_partial_sexp): Add support for nested comments.
26901792
DL
3662
36631999-08-28 Ken Raeburn <raeburn@gnu.org>
3664
3665 * lisp.h (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change
3666 names of structure elements if HIDE_LISP_IMPLEMENTATION is
3667 defined, to help detect code that uses knowledge of the Lisp
3668 internals that it shouldn't have.
3669 (XFLOAT_DATA): New macro.
3670
36711999-08-25 Gerd Moellmann <gerd@gnu.org>
3672
3673 * syntax.c (Fforward_word): If in a mini-buffer and moving
3674 backwards, stop in front of the prompt to prevent accidentially
3675 moving into the read-only prompt.
3676
3677 * window.c (Frecenter): Clear frame if called with nil or no arg.
3678
3679 * xdisp.c (resize_mini_window): Don't resize if
3680 Vmax_mini_window_height is nil. Otherwise, use a default if
3681 Vmax_mini_window_height is not ot a number.
3682 (syms_of_xdisp): Extend documentation of Vmax_mini_window_height.
3683
36841999-08-25 Alexandre Oliva <oliva@dcc.unicamp.br>
3685
3686 * unexelf.c: Merge IRIX debugging info patch from unexsgi.c
3687 * m/iris4d.h: Use unexelf for IRIX 5.*.
3688 * m/iris5d.h: Use unexelf for IRIX 6.*.
3689 * unexsgi.c: Deleted.
3690
3691 * unexelf.c: Auto-detect .sbss section.
3692 (round_up): Make it static.
3693 (unexec): Declare alignment as Elf Word. Skip ``Program
3694 segment above .bss'' test on MIPS without .sbss.
3695 Copy sections .got and .sdata1 sections. Adjust offsets in
3696 sections .sdata, .lit4, .lit8, .got and .sdata1.
3697
36981999-08-25 Gerd Moellmann <gerd@gnu.org>
3699
3700 * xdisp.c (try_window_id): Remove typo.
3701
37021999-08-24 Gerd Moellmann <gerd@gnu.org>
3703
3704 * xdisp.c (try_window_id): Recognize case that PT == ZV and in
3705 unchanged text at the bottom when computing the cursor position.
3706 (message3_nolog): Raise frame only if minibuffer_auto_raise is
3707 set.
3708
3709 * lisp.h (PVEC_TYPE_MASK): Add the bit for hash tables.
3710
37111999-08-24 Gerd Moellmann <gerd@gnu.org>
3712
3713 * xfaces.c (Qmargin): Replacement for Qbitmap_area.
3714 (realize_basic_faces): Replace Qmargin for Qbitmap_area.
3715 (syms_of_xfaces): Ditto.
3716
3717 * window.c (Fset_window_point): Reset Vresize_mini_config.
3718 (Fset_window_start): Ditto.
3719 (set_window_buffer): Ditto.
3720
3721 * dispnew.c (adjust_frame_glyphs): Reset Vresize_mini_config.
3722
3723 * xdisp.c (redisplay_window): Don't ever test just_this_one_p
3724 before calling try_window.
3725 (echo_area_display): If height has changed, update other windows.
3726 (resize_mini_frame, resize_mini_initial_height): New.
3727 (resize_mini_window): Save/restore window configuration
3728 differently.
3729
3730 * lisp.h (Vresize_mini_config, resize_mini_frame,
3731 resize_mini_initial_height): Add extern declarations.
3732
3733 * xterm.c (expose_window_tree): Fix typo CANON_Y_UNIT to
3734 CANON_X_UNIT.
3735
3736 * xfns.c [HAVE_JPEG]: Work around a warning about HAVE_STDLIB_H
3737 being redefined in jconfig.h.
3738
37391999-08-23 Ken'ichi Handa <handa@gnu.org>
3740
3741 * coding.h: Include "ccl.h" instead of "../src/ccl.h".
3742
37431999-08-22 Gerd Moellmann <gerd@gnu.org>
3744
3745 * alloc.c (mark_glyph_matrix): Mark strings only.
3746
3747 * xdisp.c (redisplay_internal): Clear garbaged frames after
3748 resizing mini-window.
3749
37501999-08-22 Gerd Moellmann <gerd@gnu.org>
3751
3752 * xdisp.c (unwind_with_echo_area_buffer): Use
3753 set_buffer_internal_1 instead of set_buffer_internal.
3754 (with_echo_area_buffer): Ditto.
3755
3756 * buffer.c (set_buffer_internal): Set windows_or_buffers_changed
3757 only if buffer is displayed somewhere.
3758
3759 * buffer.h (BUF_COMPUTE_UNCHANGED): New.
3760
3761 * insdel.c (gap_left): Use BUF_COMPUTE_UNCHANGED.
3762 (gap_right): Ditto.
3763 (modify_region): Ditto.
3764
3765 * buffer.c (modify_overlay): Use BUF_COMPUTE_UNCHANGED.
3766
3767 * xdisp.c (Vresize_mini_config): New.
3768 (resize_mini_window): Use it to save restore original window
3769 configuration
3770 (syms_of_xdisp): Initialize it.
3771
3772 * buffer.h (struct buffer): Add prevent_redisplay_optimizations_p.
3773
3774 * dispextern.h (struct glyph_matrix): Add buffer, begv, and zv.
3775
3776 * xdisp.c (reconsider_clip_changes): New.
3777 (redisplay_internal, redisplay_window): Call it.
3778 (mark_window_display_accurate, redisplay_internal): Set current
3779 matrix' buffer, begv, zv.
3780
3781 * window.c (Fset_window_hscroll): Set
3782 prevent_redisplay_optimizations_p instead of clip_changed.
3783 (Fset_window_hscroll): Ditto.
3784 (temp_output_buffer_show): Ditto.
3785 (Fset_window_vscroll): Ditto.
3786
3787 * buffer.c (reset_buffer): Set clip_changed to 0 and
3788 prevent_redisplay_optimizations_p to 1.
3789 (Fget_buffer_create): Set prevent_redisplay_optimizations_p to 1.
3790
3791 * buffer.h (BUF_UNCHANGED_MODIFIED, UNCHANGED_MODIFIED,
3792 BUF_OVERLAY_UNCHANGED_MODIFIED, OVERLAY_UNCHANGED_MODIFIED,
3793 BUF_BEG_UNCHANGED, BEG_UNCHANGED, BUF_END_UNCHANGED,
3794 END_UNCHANGED): New.
3795 (struct buffer_text): Add beg_unchanged, end_unchanged,
3796 unchanged_modified, overlay_unchanged_modified.
3797
3798 * window.h (beg_unchanged, end_unchanged, unchanged_modified,
3799 overlay_unchanged_modified): Removed.
3800 (with_echo_area_unwind_data): Don't save beg/end_unchanged.
3801 (unwind_with_echo_area_buffer): Don't restore them.
3802 (debug_beg_unchanged, debug_end_unchanged) [GLYPH_DEBUG]: Removed.
3803 (text_outside_line_unchanged_p, redisplay_internal,
3804 try_scrolling): Use/set buffer-specific beg/end_unchanged.
3805 (redisplay_window): Let try_window_id be called if more than one
3806 window is displayed. Use/set buffer-specific beg/end_unchanged.
3807 (get_last_unchanged_at_beg_row, get_first_unchanged_at_end_row,
3808 try_window_id):
3809 Use buffer-specific beg/end_unchanged.
3810
3811 * window.h (beg_unchanged, end_unchanged, unchanged_modified,
3812 overlay_unchanged_modified): Remove extern declarations.
3813
3814 * keyboard.c (command_loop_1): Set beg/end_unchanged per
3815 buffer.
3816
3817 * insdel.c (gap_left): Compute beg/end_unchanged per buffer.
3818 (gap_right): Ditto.
3819 (adjust_after_replace): Likewise.
3820 (replace_range, del_range_2, modify_region): Likewise.
3821
3822 * dispnew.c (direct_output_for_insert): Set beg_unchanged
3823 and unchanged_modified per buffer.
3824
3825 * coding.c (code_convert_region): Compute beg/end_unchanged per
3826 buffer.
3827
3828 * buffer.c (modify_overlay): Compute beg/end_unchanged
3829 per buffer.
3830 (Fget_buffer_create): Initialize new members of the buffer
3831 structure.
3832
38331999-08-22 Gerd Moellmann <gerd@gnu.org>
3834
3835 * lisp.h: Add prototype for copy_hash_table and Fcopy_hash_table.
3836
3837 * fns.c (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
3838 (Qkey_value_weak): Removed.
3839 (make_hash_table): Use nil, `key', `value', t for weakness.
3840 (Fmake_hash_table): Ditto.
3841 (copy_hash_table): New.
3842 (Fcopy_hash_table): New.
3843
38441999-08-22 Gerd Moellmann <gerd@gnu.org>
3845
3846 * xfns.c: Call change_frame_size and do_pending_window_change with
3847 new parameter.
3848
38491999-08-21 Gerd Moellmann <gerd@gnu.org>
3850
3851 * xdisp.c (resize_mini_window): Do it for truncate-lines t as
3852 well.
3853 (redisplay_internal): Resize mini-window only if text might
3854 have changed.
3855 (display_echo_area): Reset displayed echo_area_buffer to nil
3856 at the end if we're displaying a nil message.
3857
38581999-08-21 Gerd Moellmann <gerd@gnu.org>
3859
3860 * fns.c (hash_lookup): Test with EQ before calling key comparion
3861 function.
3862 (hash_remove): Ditto.
3863 (cmpfn_eq): Removed.
3864 (cmpfn_eql): Don't test with EQ.
3865 (cmpfn_equal): Ditto.
3866 (make_hash_table): Set comparison function for `eq' to null.
3867
3868 * buffer.c, cmds.c, editfns.c, indent.c, insdel.c, buffer.h:
3869 Remove conditional compilation on NO_PROMPT_IN_BUFFER.
3870
3871 * dispextern.h (NO_PROMPT_IN_BUFFER): Removed.
3872
3873 * window.c, widget.c, process.c, keyboard.c, frame.c, xdisp.c,
3874 xterm.c: Call change_frame_size and do_pending_window_change with
3875 new parameter.
3876
3877 * dispnew.c (do_pending_window_change): Add parameter `safe'.
3878 (change_frame_size): Ditto.
3879 (change_frame_size_1): Ditto. Deley size changes if redisplaying
3880 and not called from a safe place.
3881 (window_change_signal): Call change_frame_size with new parameter.
3882
3883 * dispextern.h: Change prototypes for do_pending_window_change
3884 and change_frame_size.
3885
3886 * xfaces.c (face_at_buffer_position): Don't xassert that
3887 window's buffers equals current_buffer; this is not the
3888 case during echo area display.
3889
38901999-08-21 Gerd Moellmann <gerd@gnu.org>
3891
3892 * xdisp.c, minibuf.c: Remove conditional compilation on
3893 NO_PROMPT_IN_BUFFER.
3894
3895 * minibuf.c (Fminibuffer_prompt_end): New.
3896 (syms_of_minibuf): Defsubr it. Remove
3897 minibuffer-prompt-in-buffer.
3898 (Fminibuffer_prompt_width): Return 0 if not in mini-buffer.
3899 Extend documentation.
3900
3901 * xdisp.c (get_next_display_element): Display \r as ^M.
3902
3903 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Clear
3904 under scroll bar widget.
3905
39061999-08-21 Gerd Moellmann <gerd@gnu.org>
3907
3908 * xdisp.c (minibuffer_scroll_overlap): Removed because not used
3909 anywhere.
3910 (unwind_redisplay): Return nil.
3911 (clear_garbaged_frames): New.
3912 (redisplay_internal): Use it.
3913 (echo_area_display): Ditto.
3914 (resize_mini_window): Mew.
3915 (display_echo_area_1): Use it to resize echo area window.
3916 (redisplay_internal): Use it to resize active mini-window.
3917
3918 * dispextern.h, lisp.h: Add function prototypes.
3919
3920 * dispnew.c (set_window_cursor_after_update): Do the
3921 cursor_in_echo_area case only for a mini-window showing
3922 a message. Don't let cursor end up after the end of a row.
3923
3924 * xdisp.c (echo_area_glyphs, echo_area_message,
3925 echo_area_glyphs_length, previous_echo_glyphs,
3926 previous_echo_area_message, previous_echo_area_glyphs_length):
3927 Removed.
3928 (Vmessage_stack, echo_area_buffer, echo_buffer,
3929 display_last_displayed_message_p, Vwith_echo_area_save_vector): New.
3930 (message2_nolog): Use set_message and clear_message.
3931 (message3): Rename parameter len to nbytes to make clear what
3932 it is.
3933 (message3_nolog): Ditto. Use set_message and clear_message.
3934 (update_echo_area): Rewritten.
3935 (with_echo_area_buffer): New.
3936 (with_echo_area_buffer_unwind_data, unwind_with_area_buffer): New.
3937 (setup_echo_area_for_printing): New.
3938 (display_echo_area, display_echo_area_1): New.
3939
3940 (current_message, current_message_1): New.
3941 (push_message, restore_message, pop_message,
3942 check_message_stack): New.
3943 (truncate_echo_area): Rewritten.
3944 (truncate_message_1): New.
3945 (set_message, set_message_1, clear_message): New.
3946 (echo_area_display): Rewritten.
3947 (redisplay_internal): Check for needed echo area update
3948 differently.
3949 (redisplay_preserve_echo_area): Rewritten.
3950 (redisplay_window): Check for mini-window displaying echo area
3951 message differently.
3952 (syms_of_xdisp): Initialize Vmessage_stack and echo area buffers.
3953 Remove initialzation of removed variables.
3954 (init_xdisp): Remove references to removed variables.
3955
3956 * dispnew.c (adjust_frame_message_buffer): Removed references
3957 to echo_area_glyphs and previous_echo_glyphs.
3958 (direct_output_for_insert): Check for mini-window displaying
3959 echo area message differently.
3960 (update_frame): Likewise.
3961 (set_window_cursor_after_update): Likewise. In echo area,
3962 don't try to set cursor on rows that aren't enabled.
3963
3964 * print.c: Remove conditional compilation on `standalone'.
3965 (glyph_len, str_to_glyph_cpy, str_to_glyph_ncpy,
3966 glyph_to_str_cpy): Remove that section because GLYPHs are no
3967 longer used in that way.
3968 (PRINTDECLARE): Add multibyte.
3969 (PRINTPREPARE, PRINTFINISH): Handle printcharfun t differently.
3970 (printbufidx): Removed.
3971 (printchar, strout): Rewritten.
3972
3973 * keyboard.c (ok_to_echo_at_next_pause): Make it a pointer to
3974 a struct kboard.
3975 (echo_kboard): New.
3976 (echo_now): Set echo_kboard to the current kboard.
3977 (cancel_echoing): Set echo_kboard to null.
3978 (cmd_error_internal): Use clear_message, remove references
3979 to echo_area_glyphs and echo_area_message.
3980 (command_loop_1): Check for echo area messages differently.
3981 (read_char): Likewise.
3982 (record_menu_key): Use clear_message.
3983 (Fexecute_extended_command): Check for echo area messages
3984 differently. Use push_message, restore_message, pop_message.
3985
3986 * alloc.c (Fgarbage_collect): Use push_message, restore_message,
3987 pop_message.
3988
3989 * emacs.c (shut_down_emacs): Call check_message_stack.
3990
3991 * lisp.h: Add function prototypes and extern declarations for
3992 new functions and variables.
3993
3994 * fileio.c (Fdo_auto_save): Use push_message, restore_message,
3995 pop_message.
3996
3997 * minibuf.c (read_minibuf): Use clear_message instead of
3998 setting echo_area_glyphs.
3999 (Fminibuffer_completion_help): Ditto.
4000
4001 * editfns.c (Fcurrent_message): Rewritten.
4002
4003 * frame.c, window.h: Remove references to echo_area_glyphs
4004 and previous_echo_glyphs.
4005
40061999-08-21 Dave Love <fx@gnu.org>
4007
4008 * aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O.
4009 * aix4-1.h: Likewise.
4010
4011 * irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize.
4012
40131999-08-20 Gerd Moellmann <gerd@gnu.org>
4014
4015 * xfns.c: Remove tiff34 prefix from include.
4016
40171999-08-20 Dave Love <fx@gnu.org>
4018
4019 * cm.c: Revert previous change.
4020
40211999-08-19 Gerd Moellmann <gerd@gnu.org>
4022
4023 * xterm.c (XTset_vertical_scroll_bar): Fix previous change. Clear
4024 under scroll bar with width FRAME_SCROLL_BAR_COLS.
4025
40261999-08-18 Dave Love <fx@gnu.org>
4027
4028 * callproc.c, filelock.c, insdel.c, sysdep.c, xmenu.c: Use
4029 stdlib.h.
4030
4031 * doprnt.c: Use stdlib.h, unistd.h.
4032
4033 * config.in: Add HAVE_TERMCAP_H.
4034
4035 * cm.c: Use termcap.h.
4036
40371999-08-18 Gerd Moellmann <gerd@gnu.org>
4038
4039 * xfns.c (x_window) [USE_X_TOOLKIT]: Remove test for
4040 FRAME_X_WINDOW (f) being null at the of the function. If widgets
4041 cannot be created we will already have crashed earlier. Call
4042 lw_set_main_areas with a null menu-bar widget, so that we have
4043 a reasonable default.
4044 (Fx_create_frame): Rearranged so that Lisp errors during frame
4045 initialization cause less damage. Initialize menu bar widget
4046 here.
4047
40481999-08-18 Gerd Moellmann <gerd@gnu.org>
4049
4050 * dispnew.c (update_frame_line): Fix previous change. If writing
4051 whole line clear to end of frame.
4052
40531999-08-17 Gerd Moellmann <gerd@gnu.org>
4054
4055 * window.c (Fcoordinates_in_window_p): Return `left-bitmap-area'
4056 and `right-bitmap-area' if position is in the bitmap areas. This
4057 avoids an error when clicking on the bitmap areas. Instead, they
4058 are currently treated like clicks inside the window.
4059 (coordinates_in_window): Return 5 and 6 for bitmap areas.
4060 (Qleft_bitmap_area, Qright_bitmap_area): New.
4061 (syms_of_window): Initialize new symbols.
4062
4063 * dispnew.c (update_frame_line): If writing whole line,
4064 don't write trailing spaces unless we must.
4065
4066 * xdisp.c (unwind_redisplay): New. Resets flag redisplaying_p.
4067 (redisplay_internal): Register unwind_redisplay with
4068 register_unwind_protect.
4069 (try_window_reusing_current_matrix): If new start > old start,
4070 give up if start pos of first reusable row is not equal to new
4071 start.
4072
4073 * eval.c (Fsignal): Don't reset redisplaying_p here.
4074
4075 * xterm.c (expose_area): If row extends face to end of line,
4076 write the whole line.
4077
40781999-08-16 Gerd Moellmann <gerd@gnu.org>
4079
4080 * dispextern.h (struct it): Remove member
4081 show_trailing_whitespace_p.
4082
4083 * dispnew.c (direct_output_for_insert): Use
4084 Vshow_trailing_whitespace instead of former iterator member
4085 show_trailing_whitespace_p.
4086 (direct_output_forward_char): Don't do it if hightlighting
4087 trailing whitespace.
4088
4089 * xdisp.c (Qshow_trailing_whitespace): Removed.
4090 (Vshow_trailing_whitespace): Added.
4091 (init_iterator): Remove initialization code for
4092 show_trailing_whitespace_p.
4093 (redisplay_internal): Don't try cursor movement in this_line
4094 if showing trailing whitespace.
4095 (redisplay_window): Likewise for cursor movement in current
4096 matrix and try_window_id.
4097 (try_window_reusing_current_matrix): Likewise.
4098 (trailing_whitespace_p): Return 0 if trailing whitespace is
4099 in front of point.
4100 (display_line): Use Vshow_trailing_whitespace instead of
4101 former iterator member show_trailing_whitespace_p.
4102 (syms_of_xdisp): Add DEFVAR_LISP for show-trailing-whitespace.
4103
41041999-08-16 Gerd Moellmann <gerd@gnu.org>
4105
4106 * window.c (Fpos_visible_in_window_p): Rewritten.
4107
4108 * xfaces.c (add_to_log): Renamed from display_message.
4109 Don't display messages in echo area.
4110
4111 * xterm.c (x_draw_glyph_string_box): Use the background width
4112 of the glyph string for the width of the box.
4113
41141999-08-16 Stefan Monnier <monnier@cs.yale.edu>
4115
4116 * syntax.c (Fforward_comment): Set comstyle for Scomment_fence.
4117
41181999-08-16 Geoff Voelker <voelker@cs.washington.edu>
4119
4120 * xfns.c, w32fns.c (x_set_frame_parameters): Set foreground and
4121 background first, and then set other parameters that might
4122 depend upon their new values.
4123
41241999-08-15 Gerd Moellmann <gerd@gnu.org>
4125
4126 * xfaces.c (Vfont_list_limit): New.
4127 (syms_of_xfaces): Make it a user-variable.
4128 (DEFAULT_FONT_LIST_LIMIT): New.
4129 (sorted_font_list): If Vfont_list_limit is an integer > 0, list
4130 maximally that number of fonts, otherwise use
4131 DEFAULT_FONT_LIST_LIMIT.
4132 (Fx_font_family_list): Bind `font-list-limit' to higher values
4133 until we have all fonts.
4134 (Fxfont_list): Additionally return the full names of fonts and
4135 their registry and encoding.
4136
4137 * xterm.c (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
4138 Simplify clearing "under" scroll bar.
4139
4140 * window.c (Qfixed_window_size): New.
4141 (syms_of_window): Initialiaze it.
4142 (check_all_windows): Add return type void.
4143 (window_fixed_size_p): New. Return non-zero if window
4144 is fixed-size.
4145 (window_min_size_1): New.
4146 (window_min_size): Handle fixed-size windows.
4147 (size_window): New. Rewritten combination of set_window_height and
4148 set_window_width that handles fixed-size windows.
4149 (set_window_height): Call it.
4150 (set_window_width): Call it.
4151 (Fsplit_window): Give an error on attempt to split a fixed-size
4152 window.
4153 (change_window_height): Partly rewritten to handle fixed-size
4154 windows.
4155
41561999-08-13 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4157
4158 * process.c (Fopen_network_stream): Fix previous change.
4159
41601999-08-13 Karl Heuer <kwzh@gnu.org>
4161
4162 * xdisp.c (line_number_display_limit_width): New var.
4163 (decode_mode_spec): Use it instead of hardcoded value.
4164 (syms_of_xdisp): Defvar it.
4165
41661999-08-13 Richard M. Stallman <rms@gnu.org>
4167
4168 * eval.c (run_hook_list_with_args): Gcpro `globals'.
4169 (run_hook_with_args): Likewise.
4170
4171 * window.h (struct window): New field too_small_ok.
4172
4173 * window.c (set_window_height, set_window_width):
4174 If window starts out "too small", set its too_small_ok flag.
4175 If window's too_small_ok flag is set, don't delete it
4176 unless it is so small it would cause a crash.
4177
41781999-08-13 Gerd Moellmann <gerd@gnu.org>
4179
4180 * window.c (MINSIZE): Removed.
4181 (window_min_size): New.
4182 (set_window_height): Use window_min_size.
4183 (change_window_height): Ditto.
4184
41851999-08-12 Gerd Moellmann <gerd@gnu.org>
4186
4187 * indent.c (vmotion): Don't add in mini-buffer prompt width
4188 if prompts are inserted into mini-buffer.
4189
41901999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4191
4192 * config.in: Add HAVE_GETADDRINFO.
4193 * process.c (Fopen_network_stream): Use getaddrinfo.
4194
41951999-08-11 Gerd Moellmann <gerd@gnu.org>
4196
4197 * xdisp.c (get_overlay_arrow_glyph_row): Set the charpos of
4198 glyphs to -1.
4199
4200 * xdisp.c (face_before_or_after_it_pos): If position after
4201 or before iterator's current position in the buffer is out
4202 of bounds, return the iterator's original face id.
4203
4204 * dispnew.c (mirror_make_current): If desired row isn't enabled,
4205 just swap glyphs pointers between current and desired row.
4206 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Copy
4207 desired matrix method string to current matrix.
4208
42091999-08-11 Kenichi Handa <handa@etl.go.jp>
4210
4211 * lisp.h (CHAR_MODIFIER_MASK): New macro.
4212
4213 * lread.c (read_escape): For Control modifier, pay attention to
4214 multibyte character.
4215 (read1): Likewise. Singal error or a multibyte character which
4216 has a modifer bit. Check validity of Shift modifer.
4217
4218 * charset.c (non_ascii_char_to_string): Handle modifier bits as
4219 the same as Lisp reader.
4220
42211999-08-10 Richard M. Stallman <rms@gnu.org>
4222
4223 * charset.h (BCOPY_SHORT): Fix typo `unsigined'.
4224
42251999-08-10 Alexandre Oliva <oliva@dcc.unicamp.br>
4226
4227 * unexelf.c [__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
4228
42291999-08-10 Eli Zaretskii <eliz@gnu.org>
4230
4231 * msdos.c (IT_set_face): Abort if the default face is not realized
4232 and cached.
4233 (IT_write_glyphs): Reset the screen face to the default face
4234 before writing glyphs.
4235
4236 * xfaces.c (realize_default_face) [MSDOS]: Don't take default
4237 colors from the frame here.
4238 (realize_tty_face) [MSDOS]: Do it here. Update the face
4239 attributes with the actual name of the color taken from the
4240 frame.
4241
4242 * dosfns.c (msdos_stdcolor_name): Remove const from return value.
4243 * dosfns.h (msdos_stdcolor_name): Ditto for the prototype.
4244
4245 * frame.c (Fframe_parameters): Swap foreground and background
4246 colors returned in frame parameters if the frame has reverse in
4247 its parameter alist.
4248 (Fmake_terminal_frame): Make a unique copy of face_alist for
4249 each frame.
4250
42511999-08-07 Richard Stallman <rms@gnu.org>
4252
4253 * buffer.c (Fprevious_overlay_change): Just return
4254 the answer obtained from overlays_at.
4255
4256 * xfns.c (xpm_load) [!XpmAllocCloseColors]:
4257 Use XpmCloseness and attrs.closeness instead.
4258
42591999-08-06 Richard Stallman <rms@gnu.org>
4260
4261 * lread.c (Feval_buffer): New arg DO_ALLOW_PRINT.
4262
42631999-08-06 Geoff Voelker <voelker@cs.washington.edu>
4264
4265 * dired.c (directory_files_internal, Fdirectory_files_and_attributes,
4266 Ffile_attributes_lessp): New functions.
4267 (Fdirectory_files): Use directory_files_internal.
4268 (syms_of_dired): Initialize Fdirectory_files_and_attributes,
4269 Ffile_attributes_lessp.
4270
4271 * w32.c (stat): Check for directory ending in separator when
4272 doing readdir fast path.
4273
4274 * w32fns.c (x_set_icon_type): Support setting frame icons.
4275 * w32term.c (x_bitmap_icon): New function.
4276 (x_make_frame_visible, x_iconify_frame): Invoke x_bitmap_icon.
4277
42781999-08-06 Gerd Moellmann <gerd@gnu.org>
4279
4280 * xdisp.c (set_iterator_to_next): After delivering a character
4281 from a display vector, restore face and charset to what they were
4282 before the display vector was processed.
4283
42841999-08-06 Gerd Moellmann <gerd@gnu.org>
4285
4286 * xdisp.c (reseat_at_next_visible_line_start): New parameter
4287 on_newline_p.
4288 (set_iterator_to_next): After delivering last char
4289 from display vector, reseat on next visible line start if
4290 dpvec_char_len < 0.
4291 (next_element_from_buffer): Set dpvec_char_len to -1 for
4292 selective display.
4293
42941999-08-06 Gerd Moellmann <gerd@gnu.org>
4295
4296 * xdisp.c (compute_line_metrics): If first line's physical ascent
4297 is larger than its logical ascent, use the physical ascent, and
4298 make the row taller. Set row's overlapping_p flag.
4299
4300 * dispnew.c (redraw_overlapping_rows): Use flag overlapping_p.
4301 (direct_output_for_insert): Ditto.
4302
4303 * dispextern.h (struct glyph_row): Add overlapping_p.
4304
4305 * xterm.c (x_draw_phys_cursor_glyph): Redraw overlaps.
4306
4307 * dispextern.h (MATRIX_ROW_OVERLAPS_PRED_P): New.
4308 (MATRIX_ROW_OVERLAPS_SUCC_P): New.
4309
4310 * dispnew.c (direct_output_for_insert): Don't use this method if
4311 row is overlapped by others.
4312 (update_text_area): Write full line if current line is overlapped.
4313 (redraw_overlapped_rows): New.
4314 (update_window): Call it.
4315 (redraw_overlapping_rows): New.
4316 (update_window): Call it.
4317 (scrolling_window): Make sure overlapped_p flag in current rows is
4318 unchanged.
4319 (row_equal_p): Take rows overlapped_p flag into account.
4320
4321 * dispextern.h (struct glyph_row): Add flag overlapped_p.
4322
4323 * xterm.c (x_fix_overlapping_area): New.
4324 (x_redisplay_interface): Add x_fix_overlapping_area.
4325
4326 * dispnew.c (adjust_glyphs): Block input while adjusting matrices.
4327
43281999-08-06 Gerd Moellmann <gerd@gnu.org>
4329
4330 * xterm.c (x_draw_glyphs): Add parameter overlaps_p.
4331 (struct glyph_string): Add member for_overlaps_p.
4332 (x_get_glyph_string_clip_rect): If glyph string draws foreground
4333 of overlapping rows, clip to window bottom.
4334 (x_fill_glyph_string): Add parameter overlaps_p.
4335 (x_fill_composite_glyph_string): Ditto.
4336 (BUILD_GLYPH_STRINGS): Ditto.
4337 (BUILD_CHAR_GLYPH_STRINGS): Ditto.
4338 (x_draw_glyph_string): Don't draw anything but the foreground
4339 if glyph string draws row overlaps.
4340
4341 * dispnew.c (direct_output_for_insert): Don't use this
4342 optimization for rows that overlap others.
4343 (update_window_line): Return non-zero if display has changed.
4344 (update_text_area): Ditto.
4345 (update_window): Record if display has been changed.
4346
4347 * dispextern.h (MATRIX_ROW_OVERLAPPING_P): New.
4348
4349 * dispextern.h (struct redisplay_interface): Add
4350 fix_overlapping_area.
4351
4352 * xterm.c (x_append_glyph): Set glyph flag overlaps_vertically_p.
4353
4354 * dispextern.h (struct glyph): Add overlaps_vertically_p.
4355
4356 * xterm.c (x_produce_image_glyph): Compute iterator's physical
4357 ascent and descent.
4358 (x_produce_stretch_glyph): Ditto.
4359 (x_produce_glyphs): Ditto.
4360
4361 * xdisp.c (init_iterator): Reset physical line height info
4362 after producing special glyphs.
4363 (display_toolbar_line): Set physical line height info.
4364 (compute_line_metrics): Ditto.
4365 (display_line): Ditto.
4366 (display_string): Ditto.
4367
4368 * term.c (produce_glyphs): Set iterator's physical height
4369 information.
4370
4371 * dispnew.c (blank_row): Compute glyph row's physical height.
4372 (row_equal_p): Take physical row heights into account.
4373 (direct_output_for_insert): Ditto.
4374 (update_text_area): Ditto.
4375
4376 * dispextern.h (struct glyph_row): Add phys_ascent and
4377 phys_height.
4378 (struct it): Add phys_ascent, phys_descent, max_phys_ascent,
4379 max_phys_descent.
4380
43811999-08-04 Stefan Monnier <monnier@cs.yale.edu>
4382
4383 * buffer.c (switch_to_buffer_1): New subroutine, taken out from
4384 Fswitch_to_buffer.
4385 (no_switch_buffer): New function.
4386 (Fswitch_to_buffer): Call them. Don't get confused
4387 by "same-window" buffers in a dedicated frame.
4388
4389 * window.c (display-buffer): Don't get confused
4390 by "same-window" buffers in a dedicated frame.
4391
43921999-08-04 Andreas Schwab <schwab@gnu.org>
4393
4394 * insdel.c (insert_from_string_1): Check gap size against number
4395 of outgoing bytes, not incoming bytes.
4396
43971999-08-03 Tom Breton <tob@world.std.com>
4398
4399 * lread.c (read1): Added circular reading code to #N=.
4400 (SUBSTITUTE): New macro.
4401 (seen_list): New variable.
4402 (substitute_object_in_subtree): New function.
4403 (substitute_object_recurse): New function.
4404 (substitute_in_interval): New function.
4405
44061999-08-02 Eli Zaretskii <eliz@gnu.org>
4407
4408 * Makefile.in (frame.o, sysdep.o, xfaces.o): Depend on dosfns.h.
4409
4410 * frame.c (make_terminal_frame): Don't call init_frame_faces if
4411 noninteractive, for termcap frames as well.
4412
4413 * sysdep.c (init_sys_modes): Call init_frame_faces for termcap
4414 frames.
4415
44161999-08-01 Richard Stallman <rms@gnu.org>
4417
4418 * fns.c (internal_equal): Correct overlay comparison.
4419
83c8f461 44201999-07-31 Richard M. Stallman <rms@gnu.org>
26901792
DL
4421
4422 * xfns.c (x_set_internal_border_width):
4423 Call do_pending_window_change. Don't block input, don't call XFlush.
4424 (x_set_vertical_scroll_bars): Call do_pending_window_change.
4425 (x_set_scroll_bar_width, x_set_font): Likewise.
4426
4427 * frame.c (Fset_frame_height): Call do_pending_window_change.
4428 (Fset_frame_width, Fset_frame_size): Likewise.
4429
4430 * xterm.c (x_set_window_size): When calling change_frame_size,
4431 specify 1 for DELAY.
4432
4433 * widget.c (EmacsFrameSetCharSize): Don't call
4434 do_pending_window_change here.
4435
44361999-07-30 Dave Love <fx@gnu.org>
4437
4438 * config.in: Add HAVE_STDLIB_H.
4439
44401999-07-30 Richard M. Stallman <rms@gnu.org>
4441
4442 * process.c (create_process): Detect failure of `pipe'.
4443
44441999-07-30 Keisuke Nishida <kei@psn.net>
4445
4446 * alloc.c (allocate_vectorlike): Add missing increment.
4447
4448 * data.c (Fdefalias): Call Ffset instead of duplicating code.
4449
4450 * keymap.c (get_keymap_1, get_keyelt): Check the type of OBJECT
4451 before calling indirect_function.
4452
44531999-07-30 Eli Zaretskii <eliz@gnu.org>
4454
4455 * dispextern.h (load_color, lookup_derived_face): Declare
4456 prototypes.
4457
4458 * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces,
4459 it will be done later.
4460
4461 * frame.c (make_terminal_frame) [MSDOS]: Don't call
4462 init_frame_faces if non-interactive.
4463 (Fframe_parameters) [MSDOS]: Replace indexing into colornames[]
4464 array with a call to msdos_stdcolor_name. The font name is now
4465 "ms-dos", consistent with realize_tty_face.
4466
4467 * keyboard.c (cmd_error_internal): Don't kill Emacs if this is an
4468 MSDOS frame.
4469
4470 * window.c (Fset_window_configuration) [MSDOS]: Don't call
4471 x_set_toolbar_lines.
4472
4473 * xfaces.c (load_color): Remove static from definition and remove
4474 prototype.
4475 [MSDOS]: Add a DOS-specific version of load_color.
4476 (lookup_face): Replace FRAME_TERMCAP_P with !FRAME_WINDOW_P.
4477 (lookup_derived_face): New function.
4478 (realize_default_face): Support MSDOS frames.
4479 [MSDOS]: If fore/background colors are unspecified, inherit them
4480 from the frame.
4481 (realize_face): Support MSDOS frames.
4482 (realize_tty_face): Support MSDOS frames.
4483 [MSDOS]: If the face color is not in Vface_tty_color_alist, call
4484 load_color to try to find a suitable approximation. If the face
4485 is inverse-video, swap the foreground and background colors.
4486
4487 * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New
4488 functions.
4489
4490 * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
4491
4492 * msdos.h: Remove redundant declarations (most of them are now in
4493 dispextern.h).
4494
4495 * msdos.c (IT_set_face): Rewritten for the new redisplay engine.
4496 Use default frame colors if the face doesn't specify them; invert
4497 the colors if highlight is ON.
4498 (IT_write_glyphs): Rewritten for the new redisplay engine.
4499 (IT_change_line_highlight): Add (unused) parameter Y, since that's
4500 how the hook is called by term.c.
4501 (IT_copy_glyphs): New function, copies an area of the display in
4502 video RAM.
4503 (IT_insert_glyphs): Rewritten to DTRT instead of aborting, since
4504 redisplay now calls it even if char_ins_del_ok is zero.
4505 (IT_set_frame_parameters): Prototype changed. Calls the new
4506 load_color. Puts the new fore/background colors into the default
4507 face on current frame.
4508 (IT_menu_display): Rewritten to handle the new struct glyph
4509 instead of a char array.
4510 (XMenuActivate): Call lookup_derived_face to create and use
4511 special faces for the pop-up and drop-down menus.
4512
45131999-07-29 Gerd Moellmann <gerd@gnu.org>
4514
4515 * xterm.c (x_set_toolkit_scroll_bar_thumb): Don't call
4516 XawScrollbarSetThumb if thumb parameters haven't changed because
4517 that function apparently isn't optimized for this case.
4518
45191999-07-29 Eli Zaretskii <eliz@gnu.org>
4520
4521 * msdos.c (getdefdir): Don't return failure indication when
4522 _fixpath sets errno to ENOSYS.
4523
45241999-07-28 Gerd Moellmann <gerd@gnu.org>
4525
4526 * xdisp.c (string_char_and_length): New. Use it everywhere
4527 instead of STRING_CHAR_AND_LENGTH in xdisp.c.
4528
45291999-07-28 Kenichi Handa <handa@etl.go.jp>
4530
4531 * fns.c (count_combining): New function.
4532 (struct textprop_rec): New structure.
4533 (concat): Copy text properties correctly when byte combining
4534 occurs.
4535
45361999-07-28 Gerd Moellmann <gerd@gnu.org>
4537
4538 * xterm.c (x_setup_relief_color): Don't try smart color allocation
4539 if display is mono.
4540 (x_draw_row_bitmaps): If face has stipple, don't switch
4541 to foreground color for clearing areas, and set the fill style.
4542
4543 * xfaces.c (load_face_colors): Load background color if setting
4544 stipple, too.
4545 (prepare_face_for_display): Use FillOpaqueStippled instead of
4546 FillStippled.
4547
45481999-07-26 Ken'ichi Handa <handa@gnu.org>
4549
4550 * xterm.c (x_find_ccl_program): Add casting.
4551
4552 * w32fns.c (w32_find_ccl_program): Add casting.
4553
45541999-07-27 Gerd Moellmann <gerd@gnu.org>
4555
4556 * dispextern.h (struct glyph_row): Flag internal_border_p removed.
4557
4558 * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource
4559 because this will try to access a nonexisting widget.
4560
45611999-07-26 Markus Rost <rost@gnu.org>
4562
4563 * fns.c (Fgethash): Fix order of variables (patch by gerd).
4564 (Fputhash): Ditto.
4565 (Fremhash): Ditto.
4566
45671999-07-26 Gerd Moellmann <gerd@gnu.org>
4568
4569 * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth
4570 value to frame width and height.
4571
4572 * xterm.c (x_get_glyph_string_clip_rect): Take internal border
4573 into account for full-width windows. Don't add scroll bar width
4574 to width of clip rect.
4575 (x_draw_glyph_string_box): Add 1 to right x of full width lines.
4576 (x_set_glyph_string_background_width): Add 1 to background width.
4577 (x_draw_glyphs): Take internal border into account for full-width
4578 lines.
4579
45801999-07-26 Richard M. Stallman <rms@gnu.org>
4581
4582 * xfns.c (x_set_mouse_color): Always unload the old color.
4583 Don't allow nil as color value.
4584 (x_set_cursor_color, x_set_background_color, x_set_foreground_color):
4585 Always unload the old color.
4586
4587 * indent.c (Fmove_to_column): Extend end of line only if FORCE is t.
4588
45891999-07-26 Karl Heuer <kwzh@gnu.org>
4590
4591 * fns.c (Fy_or_n_p): Doc fix.
4592
45931999-07-26 Kenichi Handa <handa@etl.go.jp>
4594
4595 * ccl.h (setup_ccl_program): The type is changed to `int'.
4596
4597 * ccl.c (ccl_driver) <CCL_Call>: Now CCL program ID to call may be
4598 stored in the following CCL code. Adjusted for the change of
4599 Vccl_program_table.
4600 (resolve_symbol_ccl_program): Adjusted for the new style of
4601 embedded symbols (SYMBOL . PROP) in CCL compiled code. Return Qt
4602 is resolving failed.
4603 (ccl_get_compiled_code): New function.
4604 (setup_ccl_program): Function type changed from `void' to `int'.
4605 Resolve symbols in CCL_PROG.
4606 (Fccl_program_p): New function.
4607 (Fccl_execute): Get compiled CCL code by just calling
4608 setup_ccl_program.
4609 (Fccl_execute_on_string): Likewise.
4610 (Fregister_ccl_program): Adjusted for the change of
4611 Vccl_program_table.
4612
4613 * coding.c (setup_coding_system): Get compiled CCL code by just
4614 calling setup_ccl_program.
4615
4616 * xterm.c (x_find_ccl_program): Get compiled CCL code by just
4617 calling setup_ccl_program.
4618
4619 * w32fns.c (w32_find_ccl_program): Get compiled CCL code by just
4620 calling setup_ccl_program.
4621
46221999-07-23 Gerd Moellmann <gerd@gnu.org>
4623
4624 * xfaces.c (frame_update_line_height): Just use the height of the
4625 frame's fontset or font, instead of taking face fonts into
4626 account.
4627
4628 * xdisp.c (get_next_display_element): Display DEL as `^?'.
4629
46301999-07-23 Richard M. Stallman <rms@gnu.org>
4631
4632 * window.c (Fsplit_window): For default size, round up for left window.
4633
46341999-07-21 Joe Ramey <ramey@ti.com>
4635
4636 * filelock.c (lock_if_free): Return -1 if check_lock_owner
4637 has returned -1 (lockfile exists but is not a symlink?).
4638
46391999-07-20 Gerd Moellmann <gerd@gnu.org>
4640
4641 * xterm.c (x_draw_bar_cursor): Use scratch_cursor_gc to
4642 because of a change in cursor_gc made in 20.4.
4643
46441999-07-19 Gerd Moellmann <gerd@gnu.org>
4645
4646 * xterm.c (x_calc_absolute_position): Subtract menu bar height
4647 for YNegative, if using X toolkit.
4648
4649 * xfns.c (x_real_positions): Don't subtract window borders
4650 from positions returned.
4651
46521999-07-17 Gerd Moellmann <gerd@gnu.org>
4653
4654 * xrdb.c (x_load_resources): Set double-click time defaults
4655 for Motif list boxes from double-click-time.
4656
4657 * fns.c (Vhash_table_tests): Remvoed.
4658 (Qhash_table_test): New.
4659 (syms_of_fns): Initialize Qhash_table_test.
4660 (Fmake_hash_table): Look up user-defined tests in symbol prop
4661 `hash-table-test'.
4662 (Fdefine_hash_table_test): Store test and hash function as
4663 symbol prop `hash-table-test'.
4664 (make_hash_table): Add parameters user_test and user_hash.
4665
4666 * window.c (set_window_buffer): Set window margins for tty
4667 frames, too.
4668 (Fset_window_margins): Ditto.
4669
4670 * term.c (append_glyph): Use glyph area of iterator instead of
4671 always TEXT_AREA.
4672
4673 * dispnew.c (update_frame_1): Add left margin width to cursor
4674 hpos.
4675 (direct_output_for_insert): Ditto.
4676 (direct_output_forward_char): Ditto.
4677
4678 * dispnew.c (adjust_glyph_matrix): Set glyph matrix' top_line_p.
4679
4680 * dispextern.h (struct glyph_matrix): Add top_line_p.
4681
46821999-07-16 Gerd Moellmann <gerd@gnu.org>
4683
4684 * frame.h (FRAME_WINDOW_REDISPLAY_P): Removed. Use FRAME_WINDOW_P
4685 instead.
4686
4687 * fns.c (cmpfn_eq): Add hash code parameters.
4688 (cmpfn_eql): Ditto.
4689 (cmpfn_equal): Ditto, and compare hash codes before calling Fequal.
4690 (cmpfn_user_defined): Likewise.
4691
46921999-07-15 Gerd Moellmann <gerd@gnu.org>
4693
4694 * lisp.h (DEFAULT_REHASH_THRESHOLD): Changed to 0.8.
4695
4696 * fns.c (maybe_resize_hash_table): Correct computation of
4697 index vector size.
4698 (make_hash_table): Ditto.
4699 (Fmakehash): New.
4700
4701 * xdisp.c (echo_area_display): Don't call redraw_garbaged_frames.
4702
4703 * alloc.c (gc_sweep): Call sweep_weak_hash_tables.
4704 (survives_gc_p): Make it externally visible.
4705 (mark_object): Ditto.
4706
4707 * fns.c (remove_hash_entry): Removed.
4708 (sweep_weak_hash_tables): New.
4709
4710 * print.c (print): Print more information about hash tables.
4711
4712 * xfns.c (image_spec_hash): Removed.
4713 (lookup_image): Use sxhash instead of image_spec_hash.
4714 (image_spec_equal_p): Removed.
4715 (lookup_image): Use Fequal instead of image_spec_equal_p.
4716
47171999-07-14 Gerd Moellmann <gerd@gnu.org>
4718
4719 * lisp.h (P_): Moved to top of file.
4720
4721 * fns.c (make_hash_table): Set new members.
4722
4723 * alloc.c (mark_object): Mark hash table's user_hash_function.
4724 Mark index vector for weak hash tables.
4725
4726 * lisp.h (struct Lisp_Hash_Table): Add user_cmp_function,
4727 user_hash_function, cmpfn, and hashfn.
4728
4729 * fns.c (build_hash): Removed.
4730 (hash_test): Removed.
4731 (cmpfn_eq, cmpfn_eql, cmpfn_equal, cmpfn_user_defined): New.
4732 (hashfn_eq, hashfn_eql, hashfn_equal, hashfn_user_defined): New.
4733
47341999-07-13 Gerd Moellmann <gerd@gnu.org>
4735
4736 * alloc.c (survives_gc_p): New.
4737
4738 * print.c (print): Add hash table handling.
4739
4740 * alloc.c (mark_object): Add code to mark hash tables.
4741
4742 * lisp.h (GC_HASH_TABLE_P): New.
4743
4744 * emacs.c (main): Call init_fns.
4745
4746 * fns.c (init_fns): New.
4747
4748 * fns.c: Add hash table implementation.
4749
4750 * lisp.h (PVEC_HASH_TABLE): New.
4751 (struct Lisp_Hash_Table): New.
4752 (XHASH_TABLE): New.
4753 (XSET_HASH_TABLE): New.
4754 (HASH_TABLE_P): New.
4755 (CHECK_HASH_TABLE): New.
4756 (DEFAULT_HASH_SIZE): New.
4757 (DEFAULT_REHASH_THRESHOLD): New.
4758 (DEFAULT_REHASH_SIZE): New.
4759
4760 * xterm.c (x_draw_glyphs): Add parameters real_start and real_end.
4761 (x_write_glyphs): Compute overwritten cursor using real start
4762 and end positions of display.
4763 (x_insert_glyphs): Ditto.
4764
47651999-07-10 Gerd Moellmann <gerd@gnu.org>
4766
4767 * keyboard.c (read_char): Use message3_nolog to show help-echo.
4768
4769 * dispnew.c (blank_row): Add y-position as parameter. Compute
4770 visible height.
4771
4772 * xdisp.c (next_element_from_string): Give padding spaces
4773 a position of -1.
4774
4775 * dispnew.c (adjust_glyph_matrix): Some work to support
4776 marginals areas on tty frames in a future version.
4777 (allocate_matrices_for_frame_redisplay): Ditto.
4778
4779 * xdisp.c (display_line): At ZV, set glyph row's displays_text_p
4780 to zero if number of glyphs in the row is <= 1.
4781
47821999-07-09 Gerd Moellmann <gerd@gnu.org>
4783
4784 * dispnew.c (buffer_posn_from_coords): Take left marginal area
4785 into account.
4786
4787 * xdisp.c (handle_display_prop): Don't reset area if handing
4788 a property from a string that came from a `display' property.
4789 (handle_single_display_prop): Don't handle recursive `display'
4790 properties.
4791 (handle_single_display_prop): Handle some display property
4792 forms for terminal frames.
4793 (Qimage): Moved here from xfns.c.
4794
4795 * dispextern.h (struct it): New field string_from_display_prop_p.
4796
4797 * xterm.c (x_clip_to_row): Don't let clip_rect include top
4798 line.
4799
48001999-07-08 Gerd Moellmann <gerd@gnu.org>
4801
4802 * xdisp.c (handle_single_display_prop): Handle `:when FORM'.
4803
4804 * window.c (set_window_buffer): Set window's vscroll to zero.
4805
4806 * xdisp.c (QCwhen): New.
4807 (display_prop_end): New.
4808 (handle_single_display_prop): Use it.
4809 (debug_method_add): Print buffer name if tracing.
4810 (try_window_reusing_current_matrix): Compute visible height
4811 of reused rows. Fix cursor position calculation in case of
4812 top-line.
4813
4814 * dispextern.h (struct redisplay_interface): Add parameter
4815 cursor_on_p to update_window_end_hook.
4816
4817 * xterm.c (x_update_window_end): Add parameter cursor_on_p.
4818
48191999-07-07 Gerd Moellmann <gerd@gnu.org>
4820
4821 * xdisp.c (redisplay_internal): Ensure that redisplayinp_p
4822 doesn't become negative when decrementing it.
4823
4824 * eval.c (Fsignal): Reset redisplaying_p to zero.
4825
4826 * xdisp.c (try_window_reusing_current_matrix): Call hooks
4827 for window update.
4828 (try_window_id): Ditto.
4829
4830 * xterm.c (x_clear_end_of_line): Handle top-line correctly.
4831 (x_scroll_run): Ditto.
4832 (any_help_event_p): New.
4833 (x_initialize): Set it to zero.
4834 (XTread_socket): Clear help echo only if any_help_event_p.
4835
4836 * xdisp.c (init_iterator): Set top_line_p.
4837 (start_display): Use correct initial y if top-line is present.
4838 (make_cursor_line_fully_visible): Bug fixes for top-line.
4839 (try_scrolling): Ditto.
4840 (try_window_reusing_current_matrix): Ditto.
4841
4842 * dispextern.h (struct it): Add top_line_p.
4843
4844 * dispnew.c (shift_glyph_matrix): Move some computations out
4845 of the loop.
4846
4847 * dispnew.c (margin_glyphs_to_reserve): Use NUMBERP and
4848 XFLOATINT.
4849
48501999-07-06 Gerd Moellmann <gerd@gnu.org>
4851
4852 * dispnew.c (update_frame_1): When setting cursor in echo area,
4853 skip only over padding spaces at the end.
4854
4855 * xfaces.c (realize_tty_face): Set face's font_name field to
4856 "tty".
4857
4858 * term.c (update_end): Turn cursor on only if selected window's
4859 cursor_off_p flag is not set.
4860
48611999-07-05 Gerd Moellmann <gerd@gnu.org>
4862
4863 * term.c (TS_cursor_visible): Renamed from TS_visual_mode.
4864 (TS_cursor_normal): Renamed from TS_end_visual_mode.
4865 (TS_cursor_invisible): New.
4866 (term_init): Initialize TS_cursor_invisible.
4867 (tty_hide_cursor): New.
4868 (tty_show_cursor): New.
4869 (update_end): Show tty cursor.
4870 (update_begin): Hide tty cursor to prevent cursor flickering
4871 during redisplays triggered by timers (stealth fontification).
4872
4873 * keyboard.c (make_lispy_event) <TOOLBAR_EVENT>: Apply modifiers.
4874
4875 * xterm.c (XTread_socket) [USE_MOTIF] <KeyPress>: Catch events
4876 in scroll bars.
4877 (x_handle_toolbar_click): Set modifier bits.
4878
48791999-07-04 Gerd Moellmann <gerd@gnu.org>
4880
4881 * keyboard.c (kbd_store_ptr): Declare it as a volatile pointer
4882 instead of a pointer to a volatile input_event.
4883 (kbd_buffer_store_event): Remove volatile modifier from
4884 declaration of local variable `sp'.
4885 (Fdiscard_input): Don't cast when assigning kbd_store_ptr
4886 to kbd_fetch_ptr.
4887
48881999-07-03 Gerd Moellmann <gerd@gnu.org>
4889
4890 * xdisp.c (try_window_id): Set beg_unchanged and end_unchanged
4891 only if buffer is modified. Return quickly if changes are
4892 above window start.
4893
48941999-07-02 Gerd Moellmann <gerd@gnu.org>
4895
4896 * dispextern.h (HSCROLL_WINDOWS): Removed.
4897
4898 * xdisp.c (mark_window_display_accurate): Don't set
4899 w->region_showing.
4900 (redisplay_internal): Don't call redraw_garbaged_frames.
4901
49021999-07-01 Gerd Moellmann <gerd@gnu.org>
4903
4904 * xdisp.c (echo_area_display): Don't display truncation marks
4905 for messages because 20.4 doesn't do it either.
4906 (redisplay_window): Case same window start. Instead of giving
4907 up when cursor is partially visible, make it fully visible.
4908 (mark_window_display_accurate): Some cleanup. Record window's
4909 last cursor information.
4910 (debug_method_add): Improved.
4911 (redisplay_internal): Record last cursor info only if not
4912 consider_all_windows_p.
4913
4914 * dispnew.c (update_window): Update top line after scrolling.
4915 (blank_row): Renamed from make_empty_enabled_row.
4916 (increment_glyph_row_buffer_positions): Increment positions
4917 in buffers, only.
4918
4919 * window.c (Fcoordinates_in_window_p): Add top-line to doc
4920 string.
4921
49221999-06-30 Gerd Moellmann <gerd@gnu.org>
4923
4924 * dispnew.c (update_window): Check that updated row is visible.
4925
4926 * xterm.c (x_draw_row_bitmaps): Check for invisible rows at
4927 top of window differently.
4928
4929 * xdisp.c (try_window_reusing_current_matrix): Don't do it
4930 if region is showing.
4931
4932 * dispnew.c (adjust_glyph_matrix): Check w->vscroll when
4933 avoiding matrix reallocation. Set window_vscroll in matrix.
4934
4935 * dispextern.h (struct glyph_matrix): Add member window_vscroll.
4936
26901792
DL
4937 * xdisp.c (debug_method_add): New.
4938 (debug_redisplay_method): Removed.
4939 (try_window_reusing_current_matrix): Handle case where old
4940 window start is the same as new window start.
4941
4942 * dispextern.h (struct glyph_matrix) [GLYPH_DEBUG]: Make `method'
4943 an array instead of a pointer.
4944
26901792
DL
4945 * xfns.c (Fx_show_tip): Undo previous change.
4946
4947 * xterm.c (x_append_glyph): Clear glyph->u.val.
4948
4949 * dispextern.h (struct glyph): Increase size of face_id bit-field
4950 for CHAR_GLYPH to 12.
4951
49521999-06-29 Gerd Moellmann <gerd@gnu.org>
4953
4954 * xfaces.c (x_charset_registry): Make it externally visible.
4955
49561999-06-28 Gerd Moellmann <gerd@gnu.org>
4957
4958 * dispnew.c (update_window): Use mode_line_p flag of rows
4959 instead of WINDOW_WANTS_MODELINE_P.
4960
4961 * xterm.c (clear_mouse_face): Make externally visible.
4962
4963 * xfns.c (Fx_show_tip): Clear mouse face before showing tip.
4964
4965 * xterm.c (expose_line): Handle exposure of top-lines.
4966
4967 * xterm.c (XTframe_up_to_date): Don't call note_mouse_highlight
4968 if mouse_face_mouse_frame is null.
4969
4970 * xdisp.c (redisplay_window): If window is echo_area_window,
4971 and update_mode_line is set, update menubar and toolbar.
4972
4973 * dispnew.c (space_glyph): Set its charpos to -1.
4974 (update_frame_1): Ignore trailing padding spaces.
4975
4976 * xdisp.c (next_element_from_c_string): Set position of padding
4977 glyphs to -1.
4978
49791999-06-27 Gerd Moellmann <gerd@gnu.org>
4980
4981 * xfns.c (x_laplace_read_row): Use XQueryColors instead of
4982 XQueryColor.
4983
4984 * xdisp.c (display_menu_bar): Remove unwarranted assertion.
4985 (set_cursor_from_row): Skip over glyphs having a null object at
4986 the start of rows.
4987 (insert_left_trunc_glyphs): Use charpos < 0 to indicate truncation
4988 glyphs.
4989 (handle_invisible_prop): Compute next change only when needed.
4990 (handle_face_prop): Don't correct DEFAULT_FACE_ID if in the mode
4991 line.
4992
49931999-06-26 Gerd Moellmann <gerd@gnu.org>
4994
4995 * xrdb.c (x_load_resources): Don't set resource for double-click
4996 time.
4997
4998 * xdisp.c (try_window_id): Return quickly if all changes are
4999 below the window's current matrix end.
5000
5001 * dispextern.h (MATRIX_ROW_PARTIALLY_VISIBLE_P): Remove window
5002 parameter.
5003
5004 * xdisp.c (try_window_reusing_current_matrix): Set no_scrolling_p
5005 in desired not in current matrix.
5006 (try_window_reusing_current_matrix): Rotate matrices starting
5007 at start_vpos instead of 0.
5008
5009 * xterm.c (expose_window): Use window_text_bottom_y.
5010 (fast_find_position): Ditto.
5011
5012 * xdisp.c (redisplay_window): Use window_text_bottom_y.
5013 (try_window_reusing_current_matrix): Ditto.
5014 (get_last_unchanged_at_beg_row): Ditto.
5015 (init_iterator): Ditto.
5016
5017 * dispnew.c (allocate_matrices_for_window_redisplay): Allocate one
5018 more row.
5019 (check_matrix_invariants): Use window_text_bottom_y.
5020 (update_window): Ditto.
5021 (scrolling_window): Ditto.
5022
5023 * xdisp.c (window_text_bottom_y): New.
5024
50251999-06-25 Gerd Moellmann <gerd@gnu.org>
5026
5027 * xterm.c (XTread_socket): Set mouse_face_frame to zero after
5028 clearing mouse face.
5029 (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If
5030 event.xcrossing.focus is not set, and focus is in the menu bar,
5031 set focus frame as if event.xcrossing.focus were set.
5032
50331999-06-24 Gerd Moellmann <gerd@gnu.org>
5034
5035 * keyboard.c (make_lispy_event): Handle mouse on top lines.
5036 * keyboard.c (make_lispy_movement): Ditto.
5037
5038 * window.c (coordinates_in_window): Return 4 if on top line.
5039 (Fcoordinates_in_window_p): Return `top-line' if on top line.
5040
5041 * xdisp.c (window_box_height): Subtract top line height.
5042 (window_box): Add top line height to top y position if top line
5043 exists.
5044 (init_iterator): If base_face_id is TOP_LINE_FACE_ID, set row to
5045 the top line row of the window. Set initial y-position to
5046 window's top line height plus delta.
5047 (start_display): Choose start glyph row depending on whether
5048 window has a top line.
5049 (try_scrolling): Take top line height into account for aggressive
5050 scrolling.
5051 (compute_window_start_on_continuation_line): Take top line into
5052 account.
5053 (redisplay_window): Ditto. If top line height has changed,
5054 trigger a new redisplay.
5055 (try_window_reusing_current_matrix): Take top line into account.
5056 (find_last_row_displaying_text): Ditto.
5057 (get_last_unchanged_at_beg_row): DItto.
5058 (try_window_id): Ditto.
5059 (compute_line_metrics): Ditto.
5060
5061 * dispnew.c (shift_glyph_matrix): Compute visible row height
5062 taking top line of window into account.
5063 (update_window): Update top line. If scrolling_window detects
5064 that all rows are equal, only set cursor.
5065 (update_window_line): Call after_update_window_line_hook if
5066 mode_line_p flag of rows has changed.
5067 (scrolling_window): Add parameter top_line_p. Return -1 if
5068 all rows are equal.
5069 (mode_line_string): Add parameter mode_line_p. Handle strings
5070 in top lines.
5071
5072 * dispextern.h (MATRIX_TOP_LINE_ROW): New.
5073 (MATRIX_FIRST_TEXT_ROW): New.
5074 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Use row's visible_height.
5075 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P): New.
5076 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): New.
5077 (MATRIX_TOP_LINE_HEIGHT): New.
5078 (CURRENT_MODE_LINE_HEIGHT): Use estimate_mode_line_height.
5079 (CURRENT_TOP_LINE_HEIGHT): New.
5080 (DESIRED_TOP_LINE_HEIGHT): New.
5081 (WINDOW_DISPLAY_TOP_LINE_HEIGHT): New.
5082 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE): Replaces
5083 WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT.
5084 (WINDOW_DISPLAY_TEXT_HEIGHT): New.
5085
5086 * xterm.c (x_after_update_window_line): Don't draw bitmaps for top
5087 lines.
5088 (x_draw_row_bitmaps): Take top line into account when clearing
5089 bitmap area.
5090 (x_estimate_mode_line_height): Replacement for
5091 x_frame_mode_line_height.
5092 (x_get_glyph_string_clip_rect): Take top line into account.
5093 (x_clear_end_of_line): Ditto.
5094 (note_mode_line_highlight): Add parameter mode_line_p. Handle
5095 top lines.
5096 (note_mouse_highlight): Call note_mode_line_highlight for top lines.
5097 (x_erase_phys_cursor): Take top line into account.
5098
5099 * xdisp.c (window_box_height): Subtract top line height if
5100 window wants a top line.
5101 (display_mode_lines): New.
5102 (redisplay_window): Call it.
5103 (display_mode_line): Add parameters face_id and format.
5104
5105 * dispextern.h (CURRENT_TOP_LINE_HEIGHT): New.
5106 (MATRIX_TOP_LINE_HEIGHT): New.
5107
5108 * xterm.c (x_frame_mode_line_height): Add parameter face_id.
5109
5110 * term.c (estimate_mode_line_height): Renamed from
5111 frame_mode_line_height. Add parameter face_id.
5112 (estimate_mode_line_height_hook): Renamed from
5113 frame_mode_line_height_hook.
5114 (produce_special_glyphs_hook): Removed.
5115 (produce_glyphs_hook): Removed.
5116
51171999-06-23 Gerd Moellmann <gerd@gnu.org>
5118
5119 * dispextern.h (WINDOW_WANTS_TOP_LINE_P): New.
5120 (struct glyph_row): Add mode_line_p.
5121
5122 * xfaces.c (realize_basic_faces): Realize face `top-line'.
5123 (Qtop_line): New.
5124 (syms_of_xfaces): Initialize Qtop_line.
5125
5126 * dispextern.h (TOP_LINE_FACE_ID): New.
5127
5128 * buffer.c (init_buffer_once): Set default for
5129 top_line_format to nil.
5130 (init_buffer_once): Init top_line_format.
5131 (default-top-line-format): New.
5132 (top-line-format): New buffer-local variable.
5133
5134 * buffer.h: Add top_line_format.
5135
5136 * xdisp.c (overlay_arrow_changed_p): Removed because not used.
5137
51381999-06-17 Dave Love <fx@gnu.org>
5139
5140 * xfns.c: Move the PNG section before the JPEG one to avoid
5141 problems surrounding setjmp.h/png.h on GNU/Linux.
5142
51431999-06-17 Gerd Moellmann <gerd@gnu.org>
5144
5145 * xfns.c (x_kill_gs_process): Don't free colors.
5146
51471999-06-17 Dave Love <fx@gnu.org>
5148
5149 * s/gnu-linux.h: Zap spurious ~.
5150
51511999-06-16 Gerd Moellmann <gerd@gnu.org>
5152
5153 * xfns.c (gif_load): Improve multi-image support.
5154
51551999-06-15 Gerd Moellmann <gerd@gnu.org>
5156
5157 * xfns.c (gif_load): Support multi-image files.
5158
5159 * Makefile.in (LIBGIF): Use libungif.
5160
5161 * configure.in (HAVE_GIF): Use libungif instead of libgif
5162 because the former doesn't contain patented compression code.
5163
5164 * xdisp.c (compute_window_start_on_continuation_line): Don't
5165 do it if line start is too far away from window start.
5166
51671999-06-14 Gerd Moellmann <gerd@gnu.org>
5168
5169 * buffer.c (init_buffer_once): Set buffer_local_flags for
5170 scroll_*_aggressively.
5171 (syms_of_buffer): Add DEFVAR_PER_BUFFER for scroll-*-aggressively.
5172 (init_buffer_once): Set defaults for these variables.
5173 (syms_of_buffer): Add default-scroll-*-aggressively.
5174
5175 * buffer.h (scroll_up_aggressively): New.
5176 (scroll_down_aggressively): New.
5177
5178 * Makefile.in (LIBPNG): Add -lz -lm in case we're linking with
5179 a static PNG library.
5180
5181 * configure.in (HAVE_PNG): Add -lz -lm when checking for PNG lib
5182 in case it's a static library.
5183
5184 * Makefile.in (ctagsfiles): Split so that files starting
5185 with an `x' are found before files starting with `w32'.
5186 (ctagsfiles1): New.
5187 (ctagsfiles2): New.
5188 (TAGS): Use ctagsfiles[12] instead of ctagsfiles.
5189
5190 * xdisp.c (compute_window_start_on_continuation_line): New.
5191 (redisplay_window): Use it.
5192 (INFINITY): New.
5193 (reseat_to_string): Use it.
5194 (hscroll_window_tree): Ditto.
5195 (compute_window_start_on_continuation_line): Ditto.
5196 (redisplay_window): Don't force display with a new window start.
5197
51981999-06-06 Gerd Moellmann <gerd@gnu.org>
5199
5200 * xfns.c (x_report_frame_params): Don't report `outer-window-id'
5201 if widget not present.
5202
5203 * xdisp.c (prepare_menu_bars): Ignore tooltip frame.
5204
52051999-06-04 Gerd Moellmann <gerd@gnu.org>
5206
5207 * xfaces.c (recompute_basic_faces)[GLYPH_DEBUG]: Check return
5208 value of realize_basic_faces.
5209 (load_face_font_or_fontset): Store full font name in face.
5210 (realize_default_face): Use full font name.
5211
26901792
DL
5212 * xterm.c (x_produce_glyphs): Set member char_to_display.
5213 (x_append_glyph): Store char_to_display in glyphs.
5214
5215 * dispextern.h (struct it): Add char_to_display.
5216
5217 * xfns.c (x_set_font): Don't call face-set-after-frame-default
5218 if faces haven't been initialized.
5219 (Fx_create_frame): Call face-set-after-frame-default after
5220 faces have been initialized, and widget has been created.
5221
5222 * puresize.h (BASE_PURESIZE): Increased.
5223
52241999-06-01 Gerd Moellmann <gerd@gnu.org>
5225
5226 * xfaces.c (set_lface_from_font_name): Add parameter force_p.
5227 (Finternal_set_lisp_face_attribute): If frame is t when
5228 :font attribute is set, use the selected frame.
5229 (clear_face_cache): Add parameter clear_fonts_p.
5230 (Fclear_face_cache): Add optional parameter thorougly.
5231
5232 * xfaces.c (face_numeric_value): Return -1 if symbol is not
5233 in table.
5234 (Fclear_face_cache): New.
5235 (choose_face_fontset_font): If fontset doesn't contain font
5236 pattern for the given charset, use CHARSET_ASCII.
5237 (Finternal_set_lisp_face_attribute): Fix handling of nil
5238 stipple attribute.
5239 (Finternal_set_lisp_face_attribute): Fix handling of changing
5240 font-related face attributes of the default face.
5241 (set_lface_from_font_name): Set only attributes that aren't
5242 specified.
5243
52441999-05-31 Gerd Moellmann <gerd@gnu.org>
5245
5246 * xfaces.c (SCALABLE_FONTS): Define this to enable scalable
5247 font support.
5248 (Vscalable_fonts_allowed) [SCALABLE_FONTS]: New.
5249 (x_face_list_fonts): Add parameter scalable_fonts_p. Handle
5250 scalable fonts depending on the setting of SCALABLE_FONTS.
5251 (first_font_matching): List more than one font to find the
5252 first non-scalable matching font.
5253 (sorted_font_list): Let x_face_list_fonts return scalable fonts
5254 depending on SCALABLE_FONTS.
5255 (better_font_p): New parameter compare_pt_p. If zero, don't
5256 compare point sizes of fonts.
5257 (exact_face_match_p) [SCALABLE_FONTS]: New.
5258 (build_scalable_font_name) [SCALABLE_FONTS]: New.
5259 (may_use_scalable_font_p) [SCALABLE_FONTS]: New.
5260 (best_matching_font) [SCALABLE_FONTS]: Handle scalable fonts.
5261 (syms_of_xfaces): Add scalable-fonts-allowed.
5262
52631999-05-26 Gerd Moellmann <gerd@gnu.org>
5264
5265 * xfns.c (png_load): Let PNG lib handle gamma. Construct
5266 mask only if image contains simple transparency information.
5267 Otherwise, combine image with frame background color.
5268
5269 * configure.in (--with-png, HAVE_PNG): New.
5270
5271 * config.in (HAVE_PNG): New.
5272
5273 * Makefile.in: Add PNG library.
5274
5275 * xfns.c: Add PNG support.
5276
52771999-05-25 Gerd Moellmann <gerd@gnu.org>
5278
5279 * xdisp.c (init_xdisp): Initialize echo_area_message and
5280 previous_echo_area_message to nil.
5281
5282 * keyboard.c (read_char): Rename local variable echo_area_message
5283 because it shadows the global one.
5284
52851999-05-05 Gerd Moellmann <gerd@gnu.org>
5286
5287 * xterm.c (note_mode_line_highlight): Restructured.
5288
5289 * window.c (coordinates_in_window): Handle windows that don't have
5290 a mode line because their buffer's mode-line-format is nil.
5291 Recognize the mode line under x positions that correspond to
5292 flags areas and left scroll bar.
5293
52941999-05-02 Dave Love <fx@gnu.org>
5295
5296 * xterm.c (note_mouse_highlight): Separate help-echo processing
5297 from check on mouse-face so that it works generally.
5298
52991999-04-21 Gerd Moellmann <gerd@gnu.org>
5300
5301 * sound.c (Fplay_sound): Run hook play-sound-hook.
5302 (Qplay_sound_hook): New.
5303
53041999-04-20 Gerd Moellmann <gerd@gnu.org>
5305
5306 * xdisp.c (update_echo_area): Handle echo_area_message.
5307
53081999-04-19 Gerd Moellmann <gerd@gnu.org>
5309
5310 * editfns.c (Fmessage): Use message3.
5311
5312 * print.c (printchar): Set echo_area_message to nil.
5313 (strout): Ditto.
5314
5315 * minibuf.c (read_minibuf): Reset echo message strings to nil.
5316 (Fminibuffer_completion_help): Ditto.
5317
5318 * keyboard.c (cmd_error_internal): Set echo_areA_message.
5319 (command_loop_1): Test echo_areA_message.
5320 (read_char): Ditto.
5321 (record_menu_key): Set echo_area_message to nil.
5322 (Fexecute_extended_command): Test echo_area_message.
5323 (Fexecute_extended_command): Handle echo_area_message.
5324
5325 * fileio.c (Fdo_auto_save): Handle the case that echo_area_message
5326 is set.
5327
5328 * editfns.c (Fcurrent_message): If echo_area_message is set,
5329 return a substring of that string.
5330
5331 * dispnew.c (direct_output_for_insert): Test echo_area_message
5332 in addition to echo_area_glyphs.
5333 (set_window_cursor_after_update): Ditto.
5334 (update_frame_1): Ditto.
5335
5336 * alloc.c (Fgarbage_collect): Use message3_nolog to display
5337 old Lisp message string.
5338
5339 * xdisp.c (echo_area_message): New.
5340 (previous_echo_area_message): New.
5341 (syms_of_xdisp): Initialize and staticpro new variables.
5342 (echo_area_display): Display echo_area_message if set.
5343 (message2_nolog): Set echo_area_message and
5344 previous_echo_area_message.
5345 (echo_area_display): Set previous_echo_area_message.
5346 (redisplay_internal): Display echo area if echo_area_message
5347 or previous_echo_area_message are set.
5348 (redisplay_preserve_echo_area): Test/set echo_area_message and
5349 previous_echo_area_message.
5350 (redisplay_window): Test echo_area_message.
5351 (message3_nolog): New.
5352 (message3): New.
5353
5354 * editfns.c (Fformat): Add text properties to the result string
5355 from properties of the format string and properties of string
5356 arguments.
5357
5358 * textprop.c (text_property_list): New.
5359 (add_text_properties_from_list): New.
5360 (extend_property_ranges): New.
5361
53621999-03-29 Gerd Moellmann <gerd@gnu.org>
5363
5364 * xfaces.c (Qraised, Qsunken, QCshadow): Removed.
5365 (QCline_width, QCstyle, Qpressed_button, Qreleased_button): New.
5366 Use these symbols for the box face attribute instead of the
5367 removed ones.
5368
53691999-03-12 Gerd Moellmann <gerd@gnu.org>
5370
5371 * xfaces.c (realize_tty_face): Don't set alt_char_p of face.
5372 Correct wrong test for slant.
5373
53741999-03-10 Gerd Moellmann <gerd@gnu.org>
5375
5376 * xfaces.c: Use `unspecified' for unspecified face attributes,
5377 use t and nil for on/off.
5378
53791999-03-06 Gerd Moellmann <gerd@gnu.org>
5380
5381 * buffer.c (syms_of_buffer): Extend doc string of
5382 mode-line-format.
5383
5384 * xfaces.c (x_face_list_fonts): New parameter try_alternatives_p.
5385 (first_font_matching): New.
5386 (set_lface_from_font_name): Use it if font name is a pattern.
5387 (font_field_wildcard_p): Removed.
5388
5389 * dispnew.c (shift_glyph_matrix): Add `window' parameter.
5390 Recompute visible height of rows.
5391
5392 * xterm.c (note_mouse_highlight): Reorder code for help-echo.
5393 Don't accept non-strings for help-echo from overlays.
5394
53951999-03-04 Dave Love <fx@gnu.org>
5396
5397 * xterm.c (note_mouse_highlight): Check overlays for help-text
5398 property.
5399 (XTread_socket): Fix compiler warning.
5400
54011999-03-05 Gerd Moellmann <gerd@gnu.org>
5402
5403 * xterm.c (note_mouse_highlight): Don't restrict number of
5404 overlay to 10. Call overlays_at so that it doesn't try to
5405 extend the vector.
5406
5407 * xdisp.c (compute_line_metrics): Compute glyph row's visible
5408 height.
5409
5410 * dispnew.c (row_equal_p): Compare visible row height, only.
5411 (update_text_area): Draw whole line if visible heights of
5412 rows differ.
5413 (update_window_line): Call after_update_window_line_hook
5414 if visible row height has changed.
5415
5416 * dispextern.h (MATRIX_ROW_VISIBLE_HEIGHT): Removed.
5417 (struct glyph_row): New member visible_height.
5418
5419 * xfaces.c (font_field_wildcard_p): New.
5420 (set_lface_from_font_name): Remove parameter force_p. Accept
5421 font names containing wildcards.
5422
54231999-03-04 Gerd Moellmann <gerd@gnu.org>
5424
5425 * xterm.c (x_after_update_window_line): Clear internal border
5426 when windows_or_buffers_changed.
5427
5428 * dispextern.h (WINDOW_WANTS_MODELINE_P): Return zero if window's
5429 buffer has a nil mode_line_format.
5430
54311999-03-03 Gerd Moellmann <gerd@gnu.org>
5432
5433 * xterm.c (x_setup_relief_colors): Use either background color
5434 or specified color.
5435
5436 * xfaces.c (realize_x_face): Set face->use_box_color_for_shadows_p.
5437
5438 * dispextern.h (struct face): Add use_box_color_for_shadows_p.
5439
5440 * xterm.c (x_draw_box_rect): New.
5441 (x_draw_glyph_string_box): Renamed from
5442 x_draw_glyph_string_relief. Call x_draw_box_rect.
5443
5444 * xfns.c (QCrelief): New.
5445 (syms_of_xfns): Initialize it.
5446
5447 * dispextern.h (struct glyph): Rename left_shadow_p to
5448 left_box_line_p, right_shadow_p to right_box_line_p.
5449 (MAX_RELIEF_THICKNESS): Removed.
5450 (struct it): Rename members having `relief' in their names
5451 to contain `box' instead.
5452
5453 * xfaces.c (realize_x_face): Handle new box attribute values.
5454 (QCrelief, Qbox): Removed.
5455 (QCshadow, QCcolor, Qraised, Qsunken): New.
5456 (syms_of_xfaces): Initialize new symbols.
5457
54581999-03-02 Gerd Moellmann <gerd@gnu.org>
5459
5460 * dispextern.h (LFACE_RELIEF_INDEX): Removed.
5461
5462 * xfaces.c (LFACE_RELIEF): Removed.
5463 (merge_face_vector_with_property): Remove handling of `:relief'.
5464 (Finternal_set_lisp_face_attribute): Ditto.
5465 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
5466 (Finternal_get_lisp_face_attribute): Ditto.
5467 (realize_default_face): Ditto.
5468 (lface_hash): Don't compute hash from relief.
5469
5470 * dispextern.h (struct face): Replace member `relief' by
5471 `box_line_width'. Add member `box'.
5472 (face_box_type): New.
5473
5474 * xterm.c (x_produce_glyphs): If face has overline, add overline
5475 thickness + 1 to ascent.
5476
54771999-03-01 Gerd Moellmann <gerd@gnu.org>
5478
5479 * xterm.c (x_draw_glyph_string): Draw underline, overline,
5480 strike-through, and boxes.
5481 (x_draw_glyph_string_underline): Removed.
5482
5483 * xfaces.c (QCoverline, QCstrike_through, QCbox): New.
5484 (Qoverline, Qstrike_through, Qbox): New.
5485 (syms_of_xfaces): Define these symbols.
5486 (check_lface_attrs): Add checks for overline, strike-through,
5487 and box.
5488 (Finternal_set_lisp_face_attribute): Set new attributes.
5489 (LFACE_OVERLINE, LFACE_STRIKE_THROUGH, LFACE_BOX): New.
5490 (load_color): Handle new attributes.
5491 (realize_x_face): Ditto.
5492 (merge_face_vector_with_property): Ditto.
5493 (free_face_colors): Ditto.
5494 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
5495 (Finternal_get_lisp_face_attribute): Ditto.
5496 (Finternal_lisp_face_attribute_values): Ditto.
5497
5498 * dispextern.h (lface_attribute_index): Add enumerators for
5499 overstrike, strike-through, and box.
5500 (struct face): Add members for overline, strike-through, and
5501 box.
5502
55031999-02-17 Dave Love <fx@gnu.org>
5504
5505 * s/gnu-linux.h s/gnu.h s/irix5-0.h s/netbsd.h s/sco4.h s/sco5.h
5506 s/template.h (NARROWPROTO): Define on the basis of relevant X cf
5507 files.
5508
55091999-02-16 Gerd Moellmann <gerd@gnu.org>
5510
5511 * keyboard.c (toolbar_items): Call access_keymap with third
5512 parameter 1, so that we don't get inherited toolbar item
5513 definitions.
5514
5515 * xdisp.c (redisplay_internal): In optimization 1, don't decrement
5516 the window end vpos when in empty first line of window.
5517
55181999-02-15 Gerd Moellmann <gerd@gnu.org>
5519
5520 * xfaces.c (set_font_frame_param): New.
5521 (Finternal_set_lisp_face_attribute): Call it.
5522
5523Sun Feb 14 10:54:02 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5524
5525 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
5526 Accept specifications of color for underline.
5527
55281999-02-13 Gerd Moellmann <gerd@gnu.org>
5529
5530 * xfaces.c (Finternal_set_lisp_face_attribute): If parameter
5531 `frame' is t, operate on face defaults for new frames. If it
5532 is nil, operate on the selected frame.
5533
55341999-02-12 Gerd Moellmann <gerd@gnu.org>
5535
5536 * dispnew.c (check_matrix_invariants): Put it in #if 0.
5537 (update_window): Put the call to check_matrix_invariants in #if 0.
5538
5539Sun Feb 7 09:58:49 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5540
5541 * dispextern.h: Remove all else block of UNDERLINE_COLOR.
5542 Remove definition of UNDERLINE_COLOR.
5543
5544Mon Jan 4 04:43:41 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5545
5546 * xfaces.c (free_face_colors): Free the color for underline.
5547
5548 * xterm.c (x_draw_glyph_string_underline): Set the color for underline
5549 to the GC.
5550
5551Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5552
5553 * dispextern.h (UNDERLINE_COLOR): Defined.
5554 (struct face): Added two new members.
5555 underline_color, underline_defaulted_p.
5556
5557 * xfaces.c (merge_face_vector_with_property):
5558 (check_lface_attrs): Accept the string value for underline.
5559 (Finternal_set_lisp_face_attribute): Likewise.
5560
5561 * xfaces.c (load_color): Change the last argument type to enum
5562 lface_attribute_index from int. And addec code for underling coloring.
5563 (load_face_colors): Pass LFACE_*_INDEX to load_color.
5564
55651999-02-12 Gerd Moellmann <gerd@gnu.org>
5566
5567 * xfns.c (Fx_image_header): Removed.
5568
55691999-02-07 Gerd Moellmann <gerd@gnu.org>
5570
5571 * xterm.c: Don't include <bitmaps/gray>.
5572 (x_term_init): Use gray_bitmap_width and gray_bitmap_height.
5573
5574 * xfns.c (Fx_image_header): Add missing `\n\'.
5575 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): New.
5576
55771999-02-01 Gerd Moellmann <gerd@gnu.org>
5578
5579 * xterm.c (x_scroll_bar_create): Set background pixel from
5580 specified scroll bar color.
5581 (x_scroll_bar_set_handle): Use scroll bar foreground color.
5582
5583 * xfns.c (x_set_scroll_bar_foreground): Remove all scroll bars.
5584 (x_set_scroll_bar_background): Ditto.
5585
5586 * xterm.c (x_create_toolkit_scroll_bar): Set scroll bar colors.
5587
5588 * xfns.c (x_default_scroll_bar_color_parameter): New.
5589 (Fx_create_frame): Call it.
5590
55911999-01-31 Gerd Moellmann <gerd@gnu.org>
5592
5593 * xfns.c (Fx_create_frame): Initialize scroll bar pixel color
5594 values in x_output structure.
5595 (Qscroll_bar_foreground, Qscroll_bar_background): New.
5596 (syms_of_xfns): Initialize these symbols.
5597
5598 * xterm.h (struct x_output): Add scroll bar pixel colors.
5599
5600 * xfns.c (x_frame_parms): Add entries for scroll bar colors.
5601 (x_set_scroll_bar_foreground): New.
5602 (x_set_scroll_bar_background): New.
5603
26901792
DL
56041999-01-12 Gerd Moellmann <gerd@gnu.org>
5605
5606 * xdisp.c (handle_single_display_prop): New.
5607 (handle_display_prop): Call it.
5608 (handle_raise_prop): Removed.
5609 (handle_height_prop): Removed.
5610 (handle_space_width_prop): Removed.
5611 (handle_face_prop): Remove handling of raised text.
5612 (handle_display_prop): Do it here.
5613
5614 * dispextern.h (DISPLAY_PROP_IDX): Replaces GLYPH_PROP_IDX.
5615 (RAISE_PROP_IDX): Removed.
5616 (HEIGHT_PROP_IDX): Removed.
5617 (SPACE_WIDTH_PROP_IDX): Removed.
5618
5619 * xdisp.c (Qdisplay): Replaces Qglyph.
5620 (handle_display_prop): Formerly handle_glyph_prop.
5621
56221999-01-11 Gerd Moellmann <gerd@gnu.org>
5623
5624 * xdisp.c (reseat_to_string): Set position in display vector to -1.
5625 (handle_stop): Set position in display vector to -1. Don't
5626 check overlay strings when set up to deliver characters from a
5627 display vector.
5628 (set_iterator_to_next): At the end of a run of characters from a
5629 display vector, check whether the display vector display replaces
5630 the display of a character.
5631
56321999-01-05 Gerd Moellmann <gerd@gnu.org>
5633
5634 * xfaces.c (init_frame_faces): Don't realize faces if frame's
5635 X window hasn't been created yet.
5636
56371998-12-06 Gerd Moellmann <gerd@gnu.org>
5638
5639 * sound.c: New.
5640
56411998-12-04 Gerd Moellmann <gerd@gnu.org>
5642
5643 * config.in (HAVE_SOUND): New.
5644
5645 * emacs.c (main): Call syms_of_sound and init_sound.
5646
5647 * Makefile.in (obj): Add sound.o.
5648
5649 * configure.in: Add checks for machine/soundcard.h and sys/soundcard.h.
5650
5651 * config.in (HAVE_MACHINE_SOUNDCARD_H): New.
5652 (HAVE_SYS_SOUNDCARD_H): New.
5653
56541998-12-03 Gerd Moellmann <gerd@gnu.org>
5655
5656 * buffer.h (struct buffer): indicate_empty_lines renamed from
5657 indicate_zv_lines.
5658
5659 * buffer.c (indicate-empty-lines): Renamed from indicate_zv_lines.
5660 (default-indicate-zv-lines): Likewise.
5661
5662 * dispextern.h (struct glyph_row): Rename indicate_zv_line_p
5663 to indicate_empty_line_p.
5664
5665 * xdisp.c (reseat_at_next_visible_line_start): Reset method
5666 to next_element_from_buffer.
5667
5668 * frame.c (make_frame): Set n_current_toolbar_items to 0.
5669
5670 * xdisp.c (handle_face_prop): Allow symbols of the form `N+'
5671 and `N-'.
5672
5673 * xfns.c (xbm_scan): New.
5674 (xbm_read_hexint): Removed.
5675 (xbm_read_bitmap_file_data): Use xbm_scan.
5676
5677 * fileio.c (Finsert_file_contents): Prevent redisplay optimizations.
5678
56791998-12-02 Gerd Moellmann <gerd@gnu.org>
5680
5681 * xfns.c (xbm_read_hexint): New.
5682 (xbm_read_bitmap_file_data): New.
5683 (xbm_load_image_from_file): Call xbm_read_bitmap_file_data
5684 instead of XReadBitmapFileData.
5685
5686 * xdisp.c (handle_raise_prop): Compute voffset from current font.
5687
5688 * xfaces.c (face_with_height): New.
5689
5690 * xdisp.c (eval_handler): Renamed from eval_mode_handler.
5691 (eval_form): Renamed from eval_mode_element.
5692 (handle_face_prop): Use it.
5693 (Qheight): Replaces Qsmaller.
5694 (handle_height_prop): Replaces handle_smaller_prop.
5695 (handle_face_prop): If iterator's font_height is not an
5696 integer, evaluate it to get the font height to use.
5697
5698 * dispextern.h (HEIGHT_PROP_IDX): Replaces SMALLER_PROP_IDX.
5699 (struct it): Use `font_height' instead of `smaller'.
5700
57011998-12-01 Gerd Moellmann <gerd@gnu.org>
5702
5703 * xdisp.c (reseat_1): New.
5704 (reseat): Call it.
5705 (move_it_vertically_backward): Ditto.
5706 (redisplay_window): Don't abort when cursor not found in recenter.
5707
57081998-11-30 Gerd Moellmann <gerd@gnu.org>
5709
5710 * xdisp.c (reseat_at_next_visible_line_start): When not
5711 currently delivering display elements from the current buffer,
5712 restore buffer position first.
5713 (init_from_display_pos): Don't set IT's position from the
5714 position passed to this function.
5715
57161998-11-28 Gerd Moellmann <gerd@gnu.org>
5717
5718 * config.in (PROTO): Removed.
5719
5720 * xterm.h: Change PROTO to P_.
5721
57221998-11-26 Gerd Moellmann <gerd@gnu.org>
5723
5724 * xterm.c (take_vertical_position_into_account): New.
5725 (x_produce_image_glyph): Call it.
5726 (x_produce_stretch_glyph): Ditto.
5727 (x_produce_glyphs): Ditto.
5728 (x_fill_glyph_string): Adjust base line for glyph's voffset.
5729 (x_fill_composite_glyph_string): Ditto.
5730 (x_fill_image_glyph_string): Ditto.
5731 (x_fill_stretch_glyph_string): Ditto.
5732
5733 * xdisp.c (display_line): Always compute row height from
5734 max_ascent and max_descent.
5735
5736 * dispextern.h (struct glyph): Add voffset.
5737 (struct it): Replace height by descent, max_height by max_descent.
5738
5739 * xterm.c (x_append_glyph): Set voffset
5740 (x_append_stretch_glyph): Ditto.
5741 (x_produce_image_glyph): Ditto.
5742 (x_produce_glyphs): Take voffset into account.
5743 (x_produce_image_glyph): Ditto.
5744 (x_produce_stretch_glyph): Ditto.
5745
5746 * dispextern.h (struct it): Add voffset.
5747 * xdisp.c (push_it): Save voffset.
5748 (pop_it): Restore it.
5749
5750 * xdisp.c (it_props): Add entry for `raise'.
5751 (handle_raise_prop): New.
5752
5753 * dispextern.h (RAISE_PROP_IDX): New.
5754
5755 * xdisp.c (Qraise): New.
5756 (syms_of_xdisp): Define Qraised.
5757
5758 * xterm.c (x_scroll_bar_move): Clear to the left and right
5759 of toolkit scroll bars differently.
5760 (x_scroll_bar_move): Removed.
5761 (XTset_vertical_scroll_bar): Move code from x_scroll_bar_move here.
5762
5763 * dispextern.h: Make it compilable --with-x=no.
5764 * alloc.c: Ditto.
5765 * emacs.c: Ditto.
5766 * dispnew.c: Ditto.
5767 * keyboard.c: Ditto.
5768 * term.c: Ditto.
5769 * xdisp.c: Ditto.
5770 * xfaces.c: Ditto.
5771 * xfns.c: Ditto.
5772 * xmenu.c: Ditto.
5773
57741998-11-25 Gerd Moellmann <gerd@gnu.org>
5775
5776 * xterm.c (XTread_socket): Cancel help-echo when leaving frame.
5777
57781998-11-24 Gerd Moellmann <gerd@gnu.org>
5779
5780 * xterm.c (x_set_toolkit_scroll_bar_thumb): When dragging,
5781 update slider size, only.
5782 (xm_scroll_callback): Set dragging member of the scroll bar.
5783 (xt_action_hook): Reset last_scroll_bar_part.
5784 (XTredeem_scroll_bar): Reset bar->dragging to nil.
5785
26901792
DL
5786 * xfns.c (Fx_hide_busy_cursor): Don't try to hide busy cursor
5787 window on newly created frames that don't have one.
5788
57891998-11-23 Gerd Moellmann <gerd@gnu.org>
5790
5791 * xdisp.c (restore_overlay_strings): Removed.
5792 (restore_dpvec): Removed.
5793 (init_from_display_pos): Inline both functions above.
5794
5795 * xfns.c (IMAGE_NON_NEGATIVE_INTEGER_VALUE): New.
5796 (parse_image_spec): Handle it.
5797 (xbm_format): Use it.
5798 (xpm_format): Ditto.
5799 (pbm_format): Ditto.
5800 (jpeg_format): Ditto.
5801 (tiff_format): Ditto.
5802 (gif_format): Ditto.
5803 (gs_format): Ditto.
5804
5805 * xdisp.c (set_window_cursor): Removed.
5806 (redisplay_internal): Case cursor motion in cursor line of
5807 selected window; use set_cursor_from_row.
5808
58091998-11-22 Gerd Moellmann <gerd@gnu.org>
5810
5811 * widget.c (EmacsFrameSetCharSize): Take widget's border width
5812 into account.
5813
58141998-11-21 Gerd Moellmann <gerd@gnu.org>
5815
5816 * xterm.c (expose_frame): Redraw menu bar window.
5817
5818 * xdisp.c (display_menu_bar): Record hpos instead of x-position
5819 in menu item.
5820
5821 * dispnew.c (change_frame_size_1): Use FRAME_TOP_MARGIN instead
5822 of FRAME_TOOLBAR_LINES. Use `f' instead of `frame'.
5823
5824 * widget.c (set_frame_size): Use FRAME_SCROLL_BAR_COLS
5825 to determine vertical_scroll_bar_extra.
5826 (EmacsFrameSetCharSize): Ditto.
5827 * xfns.c (x_figure_window_size): Ditto.
5828
5829 * xterm.c (x_draw_row_bitmaps): Draw in `bitmap-area' face.
5830 (x_draw_bitmap): Ditto.
5831
5832 * dispextern.h (face_id): New id BITMAP_AREA_FACE_ID.
5833 * xfaces.c (realize_basic_faces): Realize it.
5834
58351998-11-20 Gerd Moellmann <gerd@gnu.org>
5836
5837 * xmenu.c (xmenu_show): Add workaround for remaining button grab
5838 under LessTif Use the widget of the frame as parent for the
5839 menu, again.
5840
58411998-11-19 Gerd Moellmann <gerd@gnu.org>
5842
5843 * xterm.c (XTread_socket): Inhibit busy cursor for EnterNotify.
5844 When EnterNotify, don't generate a mouse movement event if
5845 notification is from a busy-cursor child window.
5846
5847 * xterm.h (struct x_output): Add busy_window, remove cursor.
5848
5849 * xfns.c (Fx_show_busy_cursor): Formerly Fx_display_busy_cursor.
5850 Use a transparent window to display the busy-cursor.
5851 (Fx_hide_busy_cursor): Formerly Fx_undisplay_busy_cursor.
5852
58531998-11-17 Gerd Moellmann <gerd@gnu.org>
5854
5855 * xdisp.c (check_window_end): New, for debugging.
5856 (CHECK_WINDOW_END): New.
5857 (try_window_id): Use it.
5858
5859 * xterm.c (process_expose_from_menu): Return int.
5860
5861 * keyboard.c (kbd_buffer_get_event): Set flag to prevent recording
5862 TOOLBAR_EVENT events in last_nonmenu_event.
5863
58641998-11-16 Gerd Moellmann <gerd@gnu.org>
5865
5866 * xdisp.c (redisplay_window): If windows_or_buffers_changed,
5867 window end isn't reliable, so set window_end_valid to nil.
5868 (redisplay_internal): If overlay arrow has changed, set
5869 windows_or_buffers_changed to redisplay thoroughly.
5870
5871 * dispnew.c (adjust_glyph_matrix): Invalidate window end, if
5872 necessary.
5873
5874 * xfns.c (file_dialog_cb): New.
5875 (Fx_file_dialog): New.
5876 * fileio.c (Fread_file_name): Call it.
5877
5878 * xrdb.c (x_load_resources): Add default resoures for file
5879 selection dialog.
5880
58811998-11-14 Gerd Moellmann <gerd@gnu.org>
5882
5883 * xterm.c (note_mouse_highlight): Don't highlight when popup
5884 is active.
5885
26901792
DL
5886 * keyboard.c (timer_check): Inhibit busy cursor around calls to
5887 timer-event-handler. This busy cursor tends to be anoying if
5888 fontifying stealthily.
5889
5890 * dispnew.c (direct_output_for_insert): Give up if current row
5891 contains trailing whitespace.
5892
58931998-11-13 Gerd Moellmann <gerd@gnu.org>
5894
5895 * dispextern.h (prop_idx): Add FONTIFIED_PROP_IDX.
5896
5897 * xdisp.c (handle_fontified_prop): New.
5898 (Vfontification_functions): New.
5899 (Qfontification_functions): New.
5900 (it_props): Add handle_fontified_prop.
5901
59021998-11-12 Gerd Moellmann <gerd@gnu.org>
5903
5904 * xmenu.c (xmenu_show): Use the frame's edit_widget as parent.
5905 Otherwise, under LessTif, after the popup has gone, all button
5906 press events come in for the frame's widget, and release events
5907 come in for the edit_widget.
5908 * xterm.c (XTread_socket): Remove workaround for that problem.
5909 (x_set_toolkit_scroll_bar_thumb): Add workaround for LessTif
5910 XmScrollBarSetValues.
5911 (SET_SAVED_MENU_EVENT): Give it statement form.
5912
26901792
DL
5913 * xfaces.c (display_message): If waiting_for_input, don't display
5914 the message.
5915
5916 * window.c (scroll_command): If not acting on current_buffer,
5917 make redisplay consider all windows.
5918
5919 * xfns.c (Fx_hide_tip): Return t if tooltip was open.
5920
5921 * xdisp.c (handle_glyph_prop): Set it->object for images to
5922 the object having the glyph property.
5923
5924 * xterm.c (x_draw_row_bitmaps): Don't draw if row is completely
5925 invisible.
5926
59271998-11-11 Gerd Moellmann <gerd@gnu.org>
5928
5929 * xterm.h (struct x_display_info): Add gray pixmap. * xterm.c
5930 (x_term_init): Create the gray pixmap.
5931 (x_setup_relief_color): Use it.
5932 (x_get_glyph_string_clip_rect): Draw a toolbar window over the
5933 internal border at the top of a frame.
5934 (x_init_glyph_string): Likewise.
5935 (x_draw_glyph_string_relief): Correct right x by 1 pixel for
5936 full-width lines.
5937 (XTflash): Don't flash the toolbar window.
5938
5939 * xterm.c (XTread_socket): Workaround for LessTif popup menus
5940 in case of ButtonPress events.
5941
59421998-11-10 Gerd Moellmann <gerd@gnu.org>
5943
5944 * xrdb.c (x_load_resources): Add grey background colors as
5945 defaults for menus, scroll bars, and dialogs.
5946
5947 * insdel.c (prepare_to_modify_buffer): Move setting
5948 windows_or_buffers_changed from modify_region here.
5949
5950 * xfns.c (Fx_show_tip): Inhibit redisplay.
5951 (Fx_hide_tip): Ditto.
5952 (Fx_image_header): New.
5953
59541998-11-09 Gerd Moellmann <gerd@gnu.org>
5955
5956 * dispnew.c (clear_window_matrices): Set window_end_valid to nil
5957 when clearing current window matrices.
5958
59591998-11-08 Gerd Moellmann <gerd@gnu.org>
5960
5961 * xdisp.c (handle_glyph_prop): Don't set an iterator's buffer
5962 position from a string position. Use the right end position
5963 if the property spans a whole overlay string.
5964
59651998-11-07 Gerd Moellmann <gerd@gnu.org>
5966
5967 * xmenu.c (menubar_selection_callback): Remove workaround for
5968 Lesstif not calling XmNpopdownCallback because it doesn't
5969 handle the case where users don't select any menu item.
5970
26901792
DL
5971 * insdel.c (modify_region): Set windows_or_buffers_changed.
5972
5973 * buffer.c (set_buffer_internal): Don't set
5974 windows_or_buffers_changed.
5975
26901792
DL
5976 * xmenu.c (HAVE_BOXES): Define if USE_X_TOOLKIT.
5977
26901792
DL
5978 * xmenu.c (menubar_selection_callback): Add workaround for
5979 Lesstif not calling XmNpopdownCallback.
5980
5981 * xdisp.c (eval_mode_element): New.
5982 (eval_mode_handler): New.
5983 (display_mode_element): Use eval_mode_element.
5984
5985 * xdisp.c (display_mode_element): Allow `(:eval FORM)'.
5986 Remove code looking at text props of default value.
5987
5988 * xmenu.c (HAVE_BOXES): Define if using Lucid menus.
5989
26901792
DL
59901998-11-06 Gerd Moellmann <gerd@gnu.org>
5991
5992 * xmenu.c (single_submenu): Set button_type of menu to
5993 BUTTON_TYPE_NONE.
5994 (single_submenu): Likewise for panes and menu items.
5995 (set_frame_menubar): Set button_type of menu bar to none.
5996 (xmenu_show): Likewise.
5997 (single_submenu): Set widget values selected slot.
5998 (xmenu_show): Likewise.
5999
26901792
DL
6000 * xmenu.c (push_menu_item): Add parameters `type' and
6001 `selected'. Store it in menu_items.
6002 (MENU_ITEMS_ITEM_TYPE): New.
6003 (MENU_ITEMS_ITEM_SELECTED): New.
6004 (MENU_ITEMS_ITEM_LENGTH): Increase by two.
6005
6006 * xfns.c (clear_image_cache): Get the current time, before
6007 doing anything.
6008 (cache_image): Set prev pointer of next image.
6009 (clear_image_cache): Clear current matrices if any image was
6010 freed.
6011
6012 * xterm.c (XTread_socket): Set inhibit_busy_cursor.
6013
6014 * xfns.c (x_set_cursor): New.
6015 (Fx_display_busy_cursor): New.
6016 (Fx_undisplay_busy_cursor): New.
6017
6018 * xterm.h (struct x_output): Add busy_cursor.
6019
6020 * xfns.c (Vx_busy_pointer_shape): New.
6021 (x_set_mouse_color): Create busy cursor.
6022
6023 * process.c (wait_reading_process_input): Show and hide busy
6024 cursor.
6025
6026 * keyboard.c (command_loop_1): Display busy cursor.
6027
6028 * eval.c (Fsignal): Hide busy cursor.
6029
6030 * buffer.c (set_buffer_internal): Don't set
6031 windows_or_buffers_changed.
6032
6033 * xterm.c (redo_mouse_highlight): New.
6034
60351998-11-04 Gerd Moellmann <gerd@gnu.org>
6036
26901792
DL
6037 * xfns.c (x_create_x_image_and_pixmap): Add depth parameter.
6038 (x_build_heuritic_mask): New.
6039 (lookup_image): Call it.
6040
6041 * xterm.c (note_toolbar_highlight): Always set up help_echo.
6042 (previous_help_echo): New.
6043 (XTread_socket): Generate help event with nil message when
6044 leaving a region with help-echo.
6045 (note_mouse_highlight): Handle `help-echo' over text.
6046 (XTread_socket): Dispatch VisibilityNotify, CirculateNotify,
6047 CirculateRequest.
6048 (clear_mouse_face): Don't clear if tooltip is shown.
6049 (XTread_socket): Redo mouse-highlight after tooltip is gone.
6050 Avoid SET_FRAME_GARBAGED when tooltip is mapped.
6051
6052 * keyboard.c (Vshow_help_function): New.
6053 (read_char): Use it.
6054
60551998-11-03 Gerd Moellmann <gerd@gnu.org>
6056
6057 * xfns.c (x_create_tip_frame): New.
6058 (Fx_show_tip): New.
6059 (Fx_hide_tip): New.
6060
6061 * xterm.c (x_destroy_window): Handle case that we don't have
6062 a widget.
6063
6064 * dispextern.h (struct glyph_row): Rename no_marginal_areas_p
6065 to full_width_p. Add internal_border_p.
6066
60671998-11-02 Gerd Moellmann <gerd@gnu.org>
6068
6069 * xterm.c (note_mode_line_highlight): Check the charpos of
6070 the glyph under the mouse pointer before accessing text
6071 properties at that position.
6072
60731998-11-01 Gerd Moellmann <gerd@gnu.org>
6074
6075 * xterm.c (x_draw_image_relief): Handle toolbar_button_relief.
6076
6077 * xdisp.c (auto-raise-toolbar-buttons): New.
6078 (build_desired_toolbar_string): Handle the flag.
6079 (toolbar-button-margin): New.
6080 (toolbar-button-relief): New.
6081 (build_desired_toolbar_string): Use margin and relief.
6082
6083 * xterm.c (x_set_toolkit_scroll_bar_thumb): Remove workaround
6084 for FreeBSD.
6085 (note_mode_line_highlight): New.
6086 (note_mouse_highlight): Call it.
6087
60881998-10-31 Gerd Moellmann <gerd@gnu.org>
6089
6090 * s/freebsd.h (NARROWPROTO): New.
6091
6092 * xdisp.c (display_string): New parameter face_string.
6093 (display_mode_element): When displaying a symbol with a string
6094 value, use text properties from the symbol's default value, maybe.
6095
6096 * xrdb.c (x_load_resources): Add font defaults for menus and
6097 dialogs.
6098
60991998-10-30 Gerd Moellmann <gerd@gnu.org>
6100
6101 * xfns.c (Fx_create_frame): Try 12pt Courier font first.
6102
61031998-10-29 Gerd Moellmann <gerd@gnu.org>
6104
6105 * xterm.c (x_produce_glyphs): Fix bug causing glyphs to be
6106 produced for characters with codes < 32 under certain
6107 circumstances.
6108
6109 * xdisp.c (redisplay_window): Handle values of PT in front
6110 of invisible, intangible text.
6111 (try_window_id): Set overlay_arrow_seen to zero before
6112 displaying lines.
6113 (display_mode_element): Assign to glyphs written for a mode
6114 line spec `%x' as object the Lisp format string, as position
6115 the position of the `%' in that string.
6116 (display_string): If displaying a C string, optionally get
6117 the face to use from a Lisp string.
6118
6119 * xterm.c (expose_window_tree): Include mode line height.
6120
6121 * xfns.c (Fx_create_frame): Add toolbar height to frame height.
6122
61231998-10-27 Gerd Moellmann <gerd@gnu.org>
6124
6125 * xterm.c (note_mouse_highlight): Change mouse pointer shape
6126 over mode line.
6127
61281998-10-26 Gerd Moellmann <gerd@gnu.org>
6129
6130 * window.c (coordinates_in_window): Use CURRENT_MODE_LINE_HEIGHT.
6131
6132 * xdisp.c (redisplay_window): If mode line height has changed,
6133 arrange for a thorough immediate redisplay using the correct mode
6134 line height.
6135 (window_box_height): Use CURRENT_MODE_LINE_HEIGHT.
6136
6137 * dispextern.h (MATRIX_MODE_LINE_HEIGHT): New.
6138 (CURRENT_MODE_LINE_HEIGHT): New.
6139 (DESIRED_MODE_LINE_HEIGHT): New.
6140
6141 * keyboard.c (make_lispy_event): Add string and string position
6142 info to mouse-click events.
6143 (read_key_sequence): Handle `local-map' property of mode line
6144 strings.
6145
6146 * keyboard.h (POSN_STRING): New.
6147
61481998-10-25 Gerd Moellmann <gerd@gnu.org>
6149
6150 * dispnew.c (mode_line_string): Mew.
6151
6152 * xterm.c (xt_action_hook): New.
6153 (x_create_toolkit_scroll_bar): Add action hook.
6154 (xm_scroll_callback): Implement dragging.
6155
6156 * keyboard.c (Qend_scroll): New.
6157 (scroll_bar_parts): Add it.
6158
6159 * termhooks.h (scroll_bar_end_scroll): New.
6160
6161 * xterm.c (XTread_socket): Bug fix.
6162
61631998-10-24 Gerd Moellmann <gerd@gnu.org>
6164
6165 * xdisp.c (redisplay_window): Finish scroll bars after
6166 redisplaying toolbar.
6167
6168 * keyboard.c (scroll_bar_parts): Add Qtop and Qbottom.
6169 (syms_of_keyboard): Add Qbottom.
6170
6171 * termhooks.h (scroll_bar_to_top): New.
6172 (scroll_bar_to_bottom): New.
6173
6174 * xdisp.c (redisplay_window): Always resize toolbar window if
6175 auto_resize_toolbar_p is non-zero.
6176 (auto_resize_toolbar_p): Renamed from auto_resize_toolbar.
6177 (window_box): New.
6178 (window_box_height): New.
6179 (window_box_width): New.
6180 (window_box_left): New.
6181 (window_box_right): New.
6182 (window_box_edges): New.
6183
61841998-10-23 Gerd Moellmann <gerd@gnu.org>
6185
6186 * xterm.c (x_set_toolkit_scroll_bar_thumb): Kluge for call to
6187 XawScrollbarSetThumb in FreeBSD.
6188 (x_create_toolkit_scroll_bar): Set resource "beNiceToColormap"
6189 to true.
6190
6191 * window.c (get_phys_cursor_glyph): Return null if cursor vpos
6192 is out of range.
6193
6194 * xterm.c (x_create_toolkit_scroll_bar): Set scroll_bar_pixel.
6195 (x_term_init): Initialize it.
6196
6197 * xterm.h (struct x_display_info): Add scroll_bar_pixel.
6198
6199 * xterm.c (x_create_toolkit_scroll_bar): Set LessTif scroll bar's
6200 cursor.
6201
62021998-10-22 Gerd Moellmann <gerd@gnu.org>
6203
6204 * keyboard.c (make_lispy_event): Handle scroll_bar_click
6205 differently when using toolkit scroll bars.
6206
6207 * xterm.c (x_send_scroll_bar_event): New.
6208 (x_scroll_bar_to_input_event): New.
6209 (xaw3d_scroll_callback): New.
6210 (xaw3d_jump_callback): New.
6211 (xm_scroll_callback): New.
6212 (x_toolkit_scroll_p): New.
6213 (XTread_socket): Handle scroll bar client message.
6214 (x_term_init): Initialize Xatom_Scrollbar.
6215 (x_scroll_bar_create): Set cursor.
6216 (xm_scroll_callback):
6217 (x_create_toolkit_scroll_bar): New.
6218 (x_set_toolkit_scroll_bar_thumb): New.
6219 (x_scroll_bar_create): Call x_create_toolkit_scroll_bar.
6220 (XTset_vertical_scroll_bar): Call x_set_toolkit_scroll_bar_thumb.
6221
6222 * xterm.h (struct x_display_info): Add Xatom_Scrollbar.
6223
62241998-10-21 Gerd Moellmann <gerd@gnu.org>
6225
6226 * xterm.c (x_scroll_bar_remove): Handle toolkit scroll bars.
6227 (XTread_socket): Don't handle mouse button events for scroll bars
6228 if using toolkit scroll bars.
6229 (XTset_vertical_scroll_bar): Set thumb size and position for
6230 Athena scroll bar.
6231
6232 * xterm.h (scroll_bar): Add x_widget_low and x_widget_high.
6233
6234 * xterm.c (XTread_socket): Dispatch expose event to widget
6235 if using toolkit scroll bars.
6236 (x_scroll_bar_expose): Make no-op for toolkit scroll bars.
6237 (x_scroll_bar_create): Create and show a scroll bar widget
6238 if using toolkit scroll bars.
6239 (x_scroll_bar_move): Handle tookit scroll bars.
6240
6241 * Makefile.in (LIBW): Use Xaw3d if present.
6242
6243 * configure.in (USE_TOOLKIT_SCROLL_BARS): New.
6244 (HAVE_XAW3D): New.
6245
6246 * config.in (USE_TOOLKIT_SCROLL_BARS): New.
6247 (HAVE_XAW3D): New.
6248
6249 * xterm.c (XTset_vertical_scroll_bar): Correct position of
6250 right vertical scroll bar.
6251
62521998-10-20 Gerd Moellmann <gerd@gnu.org>
6253
6254 * xfns.c (xpm_load): Support reading XPM images from string
6255 buffers containing data in the same format as an XPM file.
6256 Support `:color-symbols'.
6257 (xpm_format): Add `:data'.
6258 (xpm_keyword_index): Add XPM_DATA.
6259 (syms_of_xfns): Add `:color-symbols'.
6260 (xpm_keyword_index): Add XPM_COLOR_SYMBOLS.
6261 (xpm_valid_color_symbols_p): New.
6262 (xpm_image_p): Call it.
6263
6264 * xdisp.c (build_desired_toolbar_string): Add `:algorithm'
6265 attribute to the image if item is not enabled.
6266
6267 * xfns.c (x_laplace): New.
6268 (x_laplace_read_row): New.
6269 (x_laplace_write_row): New.
6270 (lookup_image): Handle common image attributes here. New
6271 attribute `:algorithm'.
6272
6273 * xfaces.c (clear_face_cache): Call clear_image_cache.
6274
6275 * xterm.c (x_inverted_image_mask): Removed.
6276 (x_draw_image_foreground_1): New.
6277 (x_draw_image_glyph_string): Draw images with mask to a temporary
6278 pixmap to reduce flickering.
6279
6280 * xdisp.c (redisplay_toolbar): Handle auto-resize-toolbars.
6281 (display_toolbar_line): Remove parameter `margin'.
6282
62831998-10-19 Gerd Moellmann <gerd@gnu.org>
6284
6285 * xdisp.c (toolbar_lines_needed): New.
6286 (auto-resize-toolbars): New.
6287
6288 * xfns.c (cache_image): Correct call to xrealloc.
6289
6290 * dispnew.c (Fset_toolbar_height): Removed.
6291
6292 * xdisp.c (init_xdisp): Use FRAME_TOP_MARGIN instead of
6293 FRAME_MENU_BAR_LINES.
6294
6295 * window.c (Fdelete_other_windows): Use FRAME_TOP_MARGIN
6296 instead of FRAME_MENU_BAR_LINES.
6297 (check_frame_size): Ditto.
6298
6299 * dispnew.c (adjust_frame_glyphs_initially): Use FRAME_TOP_MARGIN
6300 instead of FRAME_MENU_BAR_LINES.
6301 (adjust_frame_glyphs_for_frame_redisplay): Ditto.
6302 (build_frame_matrix): Ditto.
6303 (change_frame_size_1): Ditto.
6304
6305 * frame.h (FRAME_TOOLBAR_LINES): New.
6306 (FRAME_TOP_MARGIN): New.
6307
6308 * window.c (struct save_window_data): Add frame_toolbar_lines.
6309 (Fset_window_configuration): Handle toolbar lines.
6310 (Fcurrent_window_configuration): Save toolbar lines.
6311
6312 * frame.c (syms_of_frame_1): Add Qtoolbar_lines.
6313
6314 * xfns.c (Fx_create_frame): Add default parameter for toolbar.
6315
6316 * frame.h (struct frame): Rename top_margin to toolbar_lines.
6317
6318 * xfns.c (x_frame_parms): Add `toolbar-lines'.
6319 (x_set_toolbar_lines): New.
6320
6321 * keyboard.c (cmd_error_internal): Bug fix.
6322
6323 * xterm.c: Remove double include of syssignal.h.
6324
63251998-10-18 Gerd Moellmann <gerd@gnu.org>
6326
6327 * xterm.c (x_toolbar_item): New.
6328 (x_handle_toolbar_click): Use it.
6329 (note_toolbar_highlight): Use it.
6330
6331 * keyboard.c (syms_of_keyboard): Staticpro toolbar_item_properties
6332 and toolbar_items_vectors.
6333
6334 * xterm.c (help_echo): New.
6335 (draw_glyphs_face): Add DRAW_IMAGE_RAISED and DRAW_IMAGE_SUNKEN.
6336 (x_set_glyph_string_gc): Handle them.
6337 (x_after_update_window_line): Don't do anything in pseudo-windows.
6338 (x_produce_image_glyph): Take image margin and face relief into
6339 account.
6340 (x_get_glyph_string_clip_rect): Handle pseudo-windows.
6341 (x_draw_glyph_string_background): Optimize case when face has
6342 relief.
6343 (x_setup_relief_color): Take frame instead of glyph string
6344 parameter.
6345 (x_draw_relief_rect): New.
6346 (x_draw_glyph_string_relief): Call it.
6347 (x_draw_image_glyph_string_foreground): Handle margin and image
6348 relief.
6349 (x_draw_image_glyph_string_background): Ditto.
6350 (expose_frame): Redraw toolbar window.
6351 (expose_window): Don't draw cursor for pseudo-windows.
6352 (x_y_to_hpos_vpos): Handle pseudo-windows.
6353 (frame_to_window_pixel_xy): New.
6354 (note_mouse_highlight): Call note_toolbar_highlight.
6355 (x_handle_toolbar_click): New.
6356 (note_toolbar_highlight): New.
6357 (show_mouse_face): Change int parameter `hl' to parameter of
6358 type enum draw_glyphs_face. Handle image highlighting.
6359 (XTread_socket): Return a HELP_EVENT input event if help_echo is
6360 non-nil. Use x_handle_toolbar_click.
6361
6362 * termhooks.h (event_kind): Add HELP_EVENT, TOOLBAR_EVENT.
6363
6364 * xfns.c (image_value_type): Add IMAGE_INTEGER_VALUE,
6365 IMAGE_BOOL_VALUE.
6366 (parse_image_spec): Handle them.
6367 (image_spec_value): Additional parameter found.
6368 (free_image): Remove image from the vector `images' of the
6369 image cache.
6370 (clear_image_cache): Additional parameter force_p.
6371 (Fclear_image_cache): New.
6372 (x_find_image_file): New.
6373 (xbm_load): Handle `:margin' and `:relief'. Use
6374 x_find_image_file.
6375 (xpm_load): Likewise.
6376 (pbm_load): Likewise.
6377 (jpeg_load): Likewise.
6378 (tiff_load): Likewise.
6379 (gif_load): Likewise.
6380
6381 * keyboard.c (Qhelp_echo): New symbol.
6382 (read_char): Handle `toolbar' and `help_echo' events.
6383 (kbd_buffer_get_event): Handle HELP_ECHO input event.
6384 (make_lispy_event): Handle TOOLBAR_EVENT.
6385 (toolbar_items): New.
6386 (process_toolbar_item): New.
6387 (PROP): New.
6388 (init_toolbar_items): New.
6389 (append_toolbar_item): New.
6390 (read_char_x_menu_prompt): Handle `toolbar' event.
6391 (read_key_sequence): Ditto.
6392
6393 * xfaces.c (Qtoolbar): New.
6394 (realize_basic_faces): Realize `toolbar' face.
6395 (face_at_string_position): Remove parameter modeline_p, add
6396 base_face_id.
6397
6398 * xfns.c (xbm_load_image_from_file): Don't use Xmu function
6399 to read data.
6400
64011998-10-17 Gerd Moellmann <gerd@gnu.org>
6402
6403 * xdisp.c (init_iterator): Replace parameter modeline_p with
6404 base_face_id.
6405 (next_element_from_string): Call get_next_display_element
6406 recursively after handling text properties.
6407 (prepare_menu_bars): Call update_toolbar.
6408 (update_toolbar): New.
6409 (build_desired_toolbar_string): New.
6410 (display_toolbar_line): New.
6411 (redisplay_toolbar): New.
6412 (toolbar_item_info): New.
6413 (redisplay_window): Call redisplay_toolbar.
6414 (Fdump_toolbar_row): New. Defined if compiled with GLYPH_DEBUG.
6415
6416 * dispnew.c (clear_current_matrices): Clear matrices of toolbar
6417 window.
6418 (clear_desired_matrices): Ditto.
6419 (adjust_frame_glyphs_for_window_redisplay): Make toolbar window.
6420 (free_glyphs): Free matrices of toolbar window.
6421 (update_frame): Update toolbar window.
6422 (change_frame_size_1): Take toolbar into account.
6423 (Fset_toolbar_height): New.
6424
6425 * dispextern.h (struct it): Remove member modeline_p, add
6426 base_face_id.
6427 (struct image): Add members relief and margin.
6428 (IMAGE_ASCENT): Include margin in height.
6429
64301998-10-14 Gerd Moellmann <gerd@gnu.org>
6431
6432 * xfns.c (Fclear_image_cache): New.
6433
6434 * xfaces.c (realize_basic_faces): Realize toolbar face.
6435 (face_at_string_position): Remove parameter modeline_p, add
6436 base_face_id.
6437
6438 * dispextern.h (enum face_id): Add TOOLBAR_FACE_ID.
6439
64401998-10-13 Gerd Moellmann <gerd@gnu.org>
6441
6442 * keyboard.c (syms_of_keyboard): Intern `:help'.
6443
64441998-10-12 Gerd Moellmann <gerd@gnu.org>
6445
6446 * xterm.c (note_toolbar_highlight): New.
6447 (note_mouse_highlight): Call it.
6448
6449 * window.c (window_from_coordinates): Additional parameter toolbar_p.
6450 (coordinates_in_window): Handle toolbar window.
6451
6452 * keyboard.c (toolbar_items): New.
6453 (process_toolbar_item): New.
6454 (parse_toolbar_item): New.
6455 (init_toolbar_items): New.
6456 (append_toolbar_item): New.
6457
6458 * dispextern.h (enum toolbar_item_idx): New.
6459 (enum toolbar_item_image): New.
6460
6461 * frame.h (struct frame): Add toolbar-related members.
6462
6463 * xfaces.c (face_at_string_position): Remove assertion that
6464 current_buffer == window's buffer. This is not the case when
6465 called for the toolbar window.
6466
6467 * frame.c (make_frame): Initialize toolbar members.
6468
6469 * alloc.c (mark_object): Mark toolbar data of frames.
6470
6471 * frame.h (struct frame): Add toolbar-related members
6472 toolbar_window, desired_toolbar_items, current_toolbar_items,
6473 desired_toolbar_string, current_toolbar_string,
6474 n_desired_toolbar_items, n_current_toolbar_items. Add
6475 window_height.
6476
6477 * xterm.c (x_after_update_window_line): Don't draw bitmap
6478 areas for pseudo-windows.
6479 (expose_frame): Handle toolbar window.
6480 (expose_window): Don't do cursor stuff for pseudo-windows.
6481
6482 * xdisp.c (display_menu_bar): Correct calls to init_iterator.
6483
64841998-10-11 Gerd Moellmann <gerd@gnu.org>
6485
6486 * frame.c (make_frame): Initialize toolbar_window.
6487
6488 * alloc.c (mark_object): Make the toolbar window.
6489
6490 * dispnew.c (update_frame): Update frame's toolbar_window.
6491 (clear_current_matrices): Likewise.
6492 (clear_desired_matrices): Likewise.
6493 (adjust_frame_glyphs_for_window_redisplay): Make toolbar_window.
6494 (free_glyphs): Free the toolbar window and its matrices.
6495
6496 * frame.h (struct frame): Add toolbar_window.
6497
6498 * xterm.c (x_draw_glyph_string_relief): Handle mouse-face
6499 with relief.
6500
65011998-10-10 Gerd Moellmann <gerd@gnu.org>
6502
6503 * dispnew.c (buffer_posn_from_coords): Don't screw up if
6504 window start is not in the range BEGV..ZV.
6505
65061998-10-09 Gerd Moellmann <gerd@gnu.org>
6507
6508 * xdisp.c (try_scrolling): Experimentally handle the case
6509 that scroll-preserve-screen-position is set to `always'.
6510
6511 * window.c (Vscroll_preserve_screen_position): Replacement for
6512 scroll_preserve_screen_position.
6513
65141998-10-08 Gerd Moellmann <gerd@gnu.org>
6515
6516 * dispnew.c: Don't initialize auto structs; the HP/UX compiler
6517 doesn't like it.
6518 * xdisp.c: Ditto.
6519
6520 * xdisp.c (make_cursor_line_fully_visible): Adjust this_line_y.
6521
65221998-10-06 Gerd Moellmann <gerd@gnu.org>
6523
6524 * minibuf.c (Fminibuffer_complete_word): Fix computation of
6525 i_byte when prompts are inserted into minibuffers.
6526
6527 * dispextern.h (FRAME_INTERNAL_BORDER_WIDTH_SAFE): New.
6528 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Use it.
6529 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y): Ditto.
6530
65311998-10-04 Gerd Moellmann <gerd@gnu.org>
6532
6533 * xdisp.c (make_cursor_line_fully_visible): New.
6534 (try_scrolling): New.
6535 (redisplay_window): Move scrolling code to try_scrolling.
6536 (make_cursor_line_fully_visible): Handle case of window too small
6537 to show a single line.
6538 (redisplay_window): Case forced window start---use
6539 make_cursor_line_fully_visible.
6540 (redisplay_window): Case cursor movement via current matrix.
6541 If ending up on a partially visible line, make it fully visible
6542 instead of recentering.
6543 (try_scrolling): Additional parameter scroll_smoothly.
6544
6545 * xterm.c (x_draw_bitmap): Don't XClearArea under the pixmap.
6546
65471998-09-28 Gerd Moellmann <gerd@gnu.org>
6548
6549 * window.c (window_scroll_pixel_based): Bug fix: vpos used
6550 instead of y-position for scroll-preserved-screen-position.
6551
65521998-09-07 Gerd Moellmann <gerd@gnu.org>
6553
6554 * dispnew.c (update_frame_line): If current row is not enabled,
6555 write the whole line.
6556
65571998-09-06 Gerd Moellmann <gerd@gnu.org>
6558
6559 * lisp.h (HAVE_FACES): Removed.
6560
6561 * dispextern.h (HAVE_FACES): Removed.
6562
6563 * config.in (HAVE_FACES): Removed.
6564
6565 * dispnew.c (HAVE_FACES): Removed.
6566
6567 * xdisp.c (HAVE_FACES): Removed.
6568
6569 * xfaces.c (HAVE_FACES): Removed.
6570
65711998-09-05 Gerd Moellmann <gerd@gnu.org>
6572
6573 * xdisp.c (init_iterator): If face_change_count is non-zero,
6574 free realized faces.
6575
6576 * xfaces.c (free_all_realized_faces): Make it externally visible.
6577 (Finternal_set_lisp_face_attribute): Increment
6578 windows_or_buffers_changed.
6579
6580 * dispnew.c (direct_output_for_insert): Give up if
6581 face_change_count is non-zero.
6582 (direct_output_forward_char): Ditto.
6583
6584 * xfaces.c (face_change_count): New.
6585
65861998-09-04 Gerd Moellmann <gerd@gnu.org>
6587
6588 * xterm.c (x_draw_bar_cursor): Don't draw if cursor hpos is out
6589 of range.
6590
65911998-09-03 Gerd Moellmann <gerd@gnu.org>
6592
6593 * term.c (Ftty_display_color_p): New.
6594
65951998-09-02 Gerd Moellmann <gerd@gnu.org>
6596
6597 * xfaces.c (Ftty_defined_colors): New.
6598
6599 * xterm.c (x_produce_glyphs): Fix computation of
6600 contains_overlapping_glyphs_p for ASCII.
6601
6602 * dispnew.c (Fshow_cursor): Don't change cursor state while
6603 redisplaying.
6604 (direct_output_for_insert): If a glyph with lbearing or rbearing
6605 is among the new glyphs, set row flag contains_overlapping_glyph_p.
6606
66071998-09-01 Gerd Moellmann <gerd@gnu.org>
6608
6609 * term.c (OUTPUT_IF): Make replacement text have statement form.
6610 (OUTPUT1_IF): Ditto.
6611 (TS_italic_mode, TS_end_italic_mode): Removed.
6612 (TS_bold_mode): Removed.
6613 (TS_underscore_mode, TS_end_underscore_mode): Removed.
6614 (TS_enter_bold_mode, TS_enter_dim_mode, TS_enter_blink_mode): New.
6615 (TS_enter_reverse_mode): New.
6616 (TS_enter_underline_mode, TS_exit_underline_mode): New.
6617 (TN_magic_cookie_glitch_ul): New.
6618 (TS_enter_alt_charset_mode, TS_exit_alt_charset_mode): New.
6619 (TS_exit_attribute_mode): New.
6620 (TN_max_colors, TN_max_pairs, TS_orig_pairs): New.
6621 (TS_set_foreground, TS_set_background): New.
6622 (reset_terminal_modes): Switch colors back to default.
6623 (write_glyphs): Turn face on before writing text, turn it off
6624 afterwards.
6625 (insert_glyphs): Ditto.
6626 (term_init): Initialize new terminal capability variables.
6627 (turn_on_face): Turn a face on.
6628 (turn_off_face): Turn a face off.
6629
6630 * lisp.h (MAKE_GLYPH): Remove test for frame type.
6631 (GLYPH_CHAR): Ditto.
6632 (GLYPH_FACE): Ditto.
6633
6634 * xfaces.c (Vface_tty_color_alist): New.
6635 (face-register-tty-color): New.
6636 (face-clear-tty-colors): New.
6637
6638 * dispextern.h (FACE_TTY_DEFAULT_COLOR): New.
6639 (struct it): Remove member faces_p since we now always have faces.
6640
66411998-08-31 Gerd Moellmann <gerd@gnu.org>
6642
6643 * dispextern.h (struct face): Add tty appearance flags.
6644
6645 * xdisp.c (init_iterator): Always handle faces.
6646 (extend_face_to_end_of_line): Handle tty frames.
6647
6648 * dispnew.c (clear_glyph_matrix): Allow a null matrix to be
6649 passed in.
6650
66511998-08-30 Gerd Moellmann <gerd@gnu.org>
6652
6653 * xfaces.c (realize_default_face): Use empty strings to indicate
6654 that the face should use the default foreground/background
6655 color of the terminal. Fill font-related attributes with
6656 appropriate values for tty frames.
6657
6658 * emacs.c (main): Call syms_of_xfaces before init_window_once.
6659
6660 * xfaces.c (realize_default_face): If face `default' is not
6661 yet known, create it.
6662
6663 * frame.c (make_terminal_frame): Call init_frame_faces
6664 unconditionally.
6665
6666 * xfaces.c (init_frame_faces): Make it work for tty frames.
6667 (free_frame_faces): Ditto.
6668 (clear_face_cache): Ditto.
6669 (recompute_basic_faces): Ditto.
6670 (Fframe_face_alist): Ditto.
6671 (free_realized_face): Ditto.
6672 (prepare_face_for_display): Ditto.
6673 (clear_face_gcs): Ditto.
6674 (lookup_face): Ditto.
6675 (smaller_face): Ditto.
6676 (realize_default_face): Ditto.
6677 (realize_face): Ditto.
6678 (realize_face): Dispatch to functions depending on the frame type.
6679 (realize_x_face): X way of realizing faces.
6680 (realize_tty_face): TTY way of realizing faces.
6681
66821998-08-29 Gerd Moellmann <gerd@gnu.org>
6683
6684 * xfaces.c (realize_face): Remove parameter unibyte_registry,
6685 compute it instead.
6686 (lookup_face): Remove local variable unibyte_registry.
6687
66881998-08-22 Gerd Moellmann <gerd@gnu.org>
6689
6690 * xterm.c (x_draw_glyph_string_relief): Draw top and bottom lines
6691 1 pixel longer.
6692
6693 * xdisp.c (face_before_or_after_it_pos): Fix computation
6694 of face in buffer.
6695
6696 * editfns.c (make_buffer_string_both): If prompt in buffer,
6697 prevent start > end.
6698
6699 * indent.c (Fvertical_motion): Set current_buffer to window's
6700 buffer if it isn't already.
6701
67021998-08-21 Gerd Moellmann <gerd@gnu.org>
6703
6704 * dispextern.h (GLYPH_DEBUG): Use default 0.
6705
6706 * xdisp.c (it_props): New member `smaller'.
6707 (init_iterator): Initialize it.
6708 (Qsmaller): New.
6709 (push_it): Save value of `smaller' value on the stack.
6710 (pop_it): Restore `smaller' from the stack.
6711 (handle_smaller_prop): New.
6712 (handle_face_prop): Use `smaller' text property to select a
6713 suitable face.
6714
6715 * dispextern.h (SMALLER_PROP_IDX): New.
6716 (struct it): Add member `smaller'.
6717
6718 * xfaces.c (smaller_face): New.
6719
6720 * frame.h (FRAME_WINDOW_WIDTH_ARG): Add bitmap area widths.
6721
6722 * dispnew.c (allocate_matrices_for_window_redisplay): Compute
6723 total pixel width of window differently.
6724
6725 * xdisp.c (init_iterator): Compute width of mode line differently.
6726
6727 * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract width
6728 of bitmap areas.
6729
6730 * window.c (Fsplit_window): Include width of bitmap areas in
6731 window width.
6732 (window_internal_width): Subtract width of bitmap areas from
6733 total width.
6734
67351998-08-18 Gerd Moellmann <gerd@gnu.org>
6736
6737 * xdisp.c: Functions reordered for better readability.
6738
6739 * dispnew.c (update_text_area): Handle glyphs with arbitrary
6740 lbearing.
6741 (update_window_tree): Parameter no_scrolling_p removed.
6742 (update_single_window): Ditto.
6743
6744 * xterm.c (x_get_char_font_and_encoding): Renamed to
6745 x_get_char_face_and_encoding.
6746
6747 * dispnew.c (update_text_area): Don't call get_glyph_overhangs
6748 if end of current row reached.
6749
6750 * xterm.c (x_get_glyph_face_and_encoding): New.
6751 (x_get_glyph_overhangs): Call it.
6752
6753 * xdisp.c (Qshow_trailing_whitespace): New.
6754 (Qtrailing_whitespace): New.
6755 (enum prop_handled): New.
6756 (struct props, it_props): New.
6757 (next_overlay_change): New. Works like Fnext_overlay_change
6758 but doesn't use xmalloc.
6759 (handle_stop): Restructured.
6760 (face_before_or_after_it_pos): Case iteration over a string: fix
6761 handling of face before current position.
6762
67631998-08-16 Gerd Moellmann <gerd@gnu.org>
6764
6765 * dispnew.c (adjust_glyph_matrix): Don't optimize matrix
6766 reallocation matrix if fonts_changed_p.
6767 (update_text_area): Handle glyphs with lbearing.
6768
67691998-08-14 Gerd Moellmann <gerd@gnu.org>
6770
6771 * xdisp.c (struct props): New.
6772 (it_props): New.
6773 (compute_prop_info): New.
6774 (handle_stop): New.
6775
6776 * textprop.c (validate_interval_range): Make it externally
6777 visible.
6778
6779 * dispnew.c (direct_output_for_insert): Remove calls
6780 to compute_stop_pos.
6781
6782 * dispextern.h (struct it): Remove check_charpos,
6783 next_overlay_pos. Add what_changes.
6784
67851998-08-10 Gerd Moellmann <gerd@gnu.org>
6786
6787 * xterm.c (note_mouse_highlight): Set BEGV_BYTE, ZV_BYTE.
6788
6789 * xfaces.c (Vx_unibyte_registry_and_encoding): Removed. Use
6790 face_default_registry instead.
6791
6792 * syntax.c (scan_sexps_forward): Set up syntax table before
6793 jumping to initial state label.
6794
67951998-08-09 Gerd Moellmann <gerd@gnu.org>
6796
6797 * dispnew.c (check_matrix_invariants): Handle case of row end pos
6798 >= ZV specially.
6799
68001998-08-08 Gerd Moellmann <gerd@gnu.org>
6801
6802 * xdisp.c (redisplay_window): Case cursor movement---if cursor
6803 ends up in partially visible row, try to scroll. Case forced
6804 window start---handle windows not tall enough to show a single
6805 line.
6806
6807 * window.h (struct window): Member dy renamed vscroll.
6808
6809 * xterm.c (x_list_fonts): Re-activate suppression of scalable
6810 fonts.
6811 (x_draw_stretch_glyph_string): Set clipping if using GC that
6812 hasn't set it yet.
6813
6814 * xdisp.c (redisplay_window): Case forced window start -
6815 don't let cursor end on partially visible row. Use desired
6816 matrix to find a suitable PT if it doesn't appear.
6817 (decode_mode_spec): Merged with 20.2.97.
6818 (try_window_reusing_current_matrix): Give up if old or
6819 new display is vscrolled.
6820 (redisplay_window): Reset vscrolling if forced window start,
6821 or if recentering.
6822
68231998-08-06 Gerd Moellmann <gerd@gnu.org>
6824
6825 * xfaces.c (realize_default_face): Use the fontset name instead of
6826 the alias for the family attribute of the default face because we
6827 can't easily determine a good alias from fontset-alias-alist.
6828 (face_fontset): Use Fquery_fontset to find the fontset.
6829 (font_list): Additional pattern parameter.
6830 (try_font_list): Ditto.
6831 (set_lface_from_font_name): Set face family from font foundry
6832 and family.
6833 (font_list): If family contains a hyphen, build pattern differently.
6834
68351998-08-05 Gerd Moellmann <gerd@gnu.org>
6836
6837 * xfaces.c (free_realized_faces): Increment windows_or_buffers_-
6838 changed instead of setting the frame garbaged.
6839
6840 * xfaces.c (lface_equal_p): Don't assume equal Lisp types for
6841 all attribute values. This is wrong if values are unspecified,
6842 i.e. nil.
6843
6844 * xdisp.c (try_window_id): Give up if window start changed.
6845
6846 * xfaces.c (make_realized_face): Store registry as Lisp object.
6847 (load_face_font_or_fontset): Compute registry of a face
6848 differently. Make it `eq' to Vx_unibyte_registry_and_encoding if
6849 possible.
6850
6851 * dispextern.h (FACE_SUITABLE_FOR_CHARSET_P): Compare registries
6852 differently.
6853
6854 * alloc.c (mark_face_cache): Mark the registry member of faces.
6855
6856 * dispextern.h (struct face): Make registry a Lisp string.
6857
68581998-08-04 Gerd Moellmann <gerd@gnu.org>
6859
6860 * xterm.c (x_get_char_font_and_encoding): Additional parameter
6861 multibyte_p. Handle unibyte text.
6862 (x_append_glyph): Set the multibyte_p flag of glyphs.
6863 (x_produce_image_glyph): Ditto.
6864 (x_append_stretch_glyph): Ditto.
6865 (x_produce_glyphs): Handle unibyte text like ASCII.
6866
6867 * xdisp.c (push_it): Save the multibyte flag of an iterator on the
6868 stack.
6869 (pop_it): Restore it.
6870 (face_before_or_after_it_pos): Handle the case that the string or
6871 buffer is unibyte.
6872 (get_overlay_strings): Set the multibyte flag of the iterator if
6873 the new overlay string is multibyte.
6874 (get_glyph_property): Likewise.
6875 (get_next_display_element): Don't check for charset changes in
6876 unibyte text.
6877 (append_space): Compute face differently for unibyte text.
6878 (extend_face_to_end_of_line): Don't return quickly if face has
6879 stipple.
6880
6881 * xfaces.c (load_face_font_or_fontset): Store registry and
6882 encoding of the font in the registry member of the face.
6883 (make_realized_face): Additional parameter `registry'.
6884 (free_realized_face): Free the registry of a realized face.
6885 (face_suitable_for_charset_p): Function form of the macro
6886 with the same name in uppercase.
6887 (lookup_face): Use Vx_unibyte_registry_and_encoding if charset < 0.
6888 (choose_face_font): New parameter unibyte_registry.
6889 (choose_face_fontset_font): Ditto.
6890 (realize_default_face): Remember the registry and encoding of
6891 the specified frame font in Vx_unibyte_registry_and_encoding.
6892 (face_at_buffer_position): Handle unibyte.
6893 (face_at_string_position): Likewise.
6894 (realize_face): New parameter unibyte_registry.
6895 (compute_char_face): Handle the unibyte case.
6896
6897 * dispextern.h (struct glyph): Add bit multibyte_p.
6898 (struct face): New member registry holding the registry and
6899 encoding of the X font of the face.
6900 (FACE_UNIBYTE_P): Value is non-zero if face is for unibye text.
6901 (enum face_id): Add BASIC_FACE_ID_SENTINEL.
6902 (FACE_SUITABLE_FOR_CHARSET_P): Handle charset < 0 meansing unibyte
6903 text.
6904 (struct iterator_stack_entry): Add multibyte_p.
6905
6906 * xdisp.c (string_pos): Use string_char_to_byte.
6907 (char_charset): Removed.
6908
69091998-08-03 Gerd Moellmann <gerd@gnu.org>
6910
6911 * xterm.c (x_draw_image_glyph_string_foreground): Draw a
6912 rectangle for a block cursor over an image without a mask.
6913 (x_stretch_block_cursor): Added. Non-zero means don't draw
6914 a block cursor over a stretch as wide as that stretch.
6915 (x_draw_stretch_glyph_string): Use it.
6916 (x_draw_hollow_cursor): Ditto.
6917
6918 * minibuf.c (read_minibuf): Use minibuf_prompt instead of prompt.
6919 (read_minibuf): Add front-sticky text property for prompt.
6920
6921 * xdisp.c (char_charset): Return charset of a character,
6922 depending on whether or not multi-byte characters are enabled.
6923
6924 * xfaces.c (Fset_face_charset_registry): Removed.
6925 (x_charset_registry): Determine registry from charset plist.
6926
69271998-08-02 Gerd Moellmann <gerd@gnu.org>
6928
6929 * xdisp.c (get_next_display_element): Don't check for charset
6930 changes if multi-byte characters are not enabled.
6931
6932 * xdisp.c (echo_area_display): Use the flush function from the
6933 redisplay interface.
6934 * keyboard.c (detect_input_pending_run_timers): Likewise.
6935
6936 * dispextern.h (produce_*glyphs_hook): Removed.
6937 * term.c (produce_*glyphs): Ditto.
6938 (cursor_to): Remove pixel position parameters.
6939
6940 * dispnew.c: Remove hooks for window-based redisplay, introduce
6941 a redisplay interface structure.
6942
6943 * xterm.c (x_per_char_metric): Return default char metrics if per
6944 char metric exists but contains a zero width. Adobe Courier seems
6945 to contain such characters.
6946
6947 * xdisp.c (compute_line_metrics): Compute the width of rows
6948 without stopping at glyphs with zero width.
6949
69501998-08-01 Gerd Moellmann <gerd@gnu.org>
6951
6952 * xdisp.c (display_mode_line): If nothing was displayed at all,
6953 display a space.
6954 (hscroll_window_tree): Don't subtract 1 from target point if equal
6955 to ZV and window is not the selected window.
6956
6957 * dispnew.c (check_matrix_invariants): Remove check for window
6958 start at BEGV or after newline. This happens in rare cases
6959 intentionally.
6960
69611998-07-31 Gerd Moellmann <gerd@gnu.org>
6962
6963 * xfaces.c (x_charset_registry): Use STRING_BYTES.
6964 (syms_of_xfaces): Add Vface_default_registry.
6965 (x_charset_registry): Use it.
6966
6967 * xdisp.c (run_window_scroll_functions): Run window scroll functions.
6968 (redisplay_window): Use it.
6969
6970 * dispnew.c (update_text_area): Handle lbearing of deleted text
6971 by backing up one character.
6972
69731998-07-30 Gerd Moellmann <gerd@gnu.org>
6974
6975 * dispnew.c (adjust_glyph_matrix): Use a different check to
6976 decide to do nothing.
6977
6978 * xfaces.c (face_at_string_position): Additional parameter
6979 mode_line_p. If non-zero, merge with the mode line face
6980 instead of the default face.
6981 * dispextern.h (struct it): Add mode_line_p.
6982 * xdisp.c (init_iterator): Set it.
6983 (compute_face_in_string): Use it.
6984 (face_before_or_after_it_pos): Handle strings.
6985 (get_next_display_element): Don't look for relief end in C strings.
6986 (next_element_from_string): Deliver string position instead of
6987 buffer position.
6988
6989 * xterm.c (x_flush): Flush X output buffer.
6990 (XTflash): Use it.
6991
6992 * xfaces.c (lface_from_face_name): Renamed from lface_from_symbol.
6993 Allow strings as face names.
6994
6995 * xfns.c (forall_images_in_image_cache): Check that frame is
6996 alive.
6997
6998 * widget.c (EmacsFrameDestroy): Remove call to free_frame_faces;
6999 it's also called from x_destroy_window. Since this function is
7000 called from X, freeing stuff allocated with xmalloc is dangerous
7001 here, anyway.
7002
7003 * xfaces.c (free_realized_faces): Don't clear current matrices
7004 of a frame being destroyed.
7005
7006 * frame.c (make_frame): Call set_window_buffer instead of
7007 Fset_window_buffer.
7008
7009 * window.c (set_window_buffer): Extracted from Fset_window_buffer,
7010 with an additional argument specifying whether or not hooks may
7011 be called.
7012 (Fset_window_buffer): Call it.
7013
7014 * dispnew.c (clear_desired_matrices): Check that frame has
7015 a valid root window before clearing matrices in the window tree.
7016 (clear_current_matrices): Ditto.
7017 (clear_window_matrices): If GLYPH_DEBUG, check that hchild and
7018 vchild are valid windows if not nil.
7019
7020 * xfaces.c (merge_face_vector_with_property): Allow :reverse-video
7021 for :inverse-video.
7022 (Finternal_set_lisp_face_attribute): Ditto.
7023 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
7024 (Finternal_get_lisp_face_attribute): Ditto.
7025 (Finternal_lisp_face_attribute_values): Ditto.
7026 (syms_of_xfaces): Define the symbol `:reverse-video'.
7027
7028 * xdisp.c (get_glyph_property): Renamed from
7029 fill_iterator_from_glyph_property.
7030 (next_element_from_buffer): Handle case that no `glyph' property
7031 was found correctly.
7032 (display_line): Extend face to end of line only if we have faces.
7033
70341998-07-29 Gerd Moellmann <gerd@gnu.org>
7035
7036 * dispnew.c (Fshow_cursor): Renamed from blink_cursor. Take
7037 additional window argument.
7038
7039 * xdisp.c (reseat_at_previous_visible_line_start): Renamed from
7040 set_iterator_to_previous_visible_line_start.
7041 (reseat_at_next_visible_line_start): Likewise.
7042 (compute_stop_pos): Renamed from set_iterator_stop_pos.
7043 (face_before_or_after_it_pos): Renamed from get_face_at_it_pos.
7044 (compute_face_in_buffer): Renamed from
7045 compute_face_at_iterator_position.
7046 (compute_face_in_string): Renamed from
7047 compute_face_at_iterator_string_position.
7048 (get_space_width): Renamed from get_iterator_space_width.
7049 (next_overlay_string): Renamed from
7050 set_iterator_to_next_overlay_string.
7051 (get_overlay_strings): Renamed from
7052 get_overlay_strings_at_iterator_position.
7053 (restore_overlay_strings): Renamed from
7054 setup_overlay_strings_from_glyph_pos.
7055 (restore_dpvec): Renamed from setup_iterator_dpvec_from_glyph_pos.
7056 (init_from_display_pos): Renamed from init_iterator_from_glyph_pos.
7057 (init_to_row_start): Renamed from init_iterator_to_row_start.
7058 (init_to_row_end): Formerly init_iterator_to_next_row_start.
7059
7060 * xterm.c: Merge with 20.2.97.
7061 (x_produce_glyphs): Use x_append_stretch_glyph for tabs.
7062
7063 * dispextern.h (struct glyph): Replace text_pos position with
7064 simple charpos.
7065
7066 * xdisp.c (this_line_start_pos): Use struct text_pos.
7067 (this_line_end_pos): Renamed from .*endpos; use struct text_pos.
7068 (enum move_it_result): Renamed from move_iterator_result.
7069 (string_pos_nchars_ahead): Compute text_pos in a string from a
7070 known text_pos plus a character delta.
7071 (string_pos): Compute text_pos in string from charpos.
7072 (c_string_pos): Likewise for a C string.
7073 (number_of_chars): Return number of characters in a possibly
7074 multi-byte C string.
7075 (check_it): Renamed from check_iterator. Check that charpos and
7076 bytepos are in sync.
7077 (push_it): Renamed from save_iterator_settings.
7078 (pop_it): Renamed from restore_iterator_settings.
7079 (move_it_.*): Renamed from move_iterator_.*.
7080 (charset_at_position): Take charpos/bytepos into account.
7081 (back_to_previous_line_start): Set iterator to previous line start.
7082 (forward_to_next_line_start): Set iterator to next line start.
7083 (back_to_previous_visible_line_start): Renamed from
7084 move_iterator_previous_visible_line_start.
7085 (set_iterator_to_next_visible_line_start): Handle charpos/bytepos.
7086 (get_face_at_it_pos): Renamed from get_face_from_cursor_pos.
7087 Handle charpos/bytepos.
7088 (compute_face_at_iterator_position): Handle charpos/bytepos.
7089 (compute_face_at_iterator_string_position): Likewise.
7090 (get_iterator_space_width): Likewise.
7091 (load_overlay_strings): Likewise.
7092 (get_overlay_strings_at_iterator_position): Likewise.
7093 (reseat_iterator): Take a text_pos position argument.
7094 (setup_iterator_overlay_strings_from_glyph_pos): Handle charpos/
7095 bytepos.
7096 (init_iterator): Take additional bytepos parameter.
7097 (reseat_iterator_to_string): Handle charpos/bytepos.
7098 (start_display): Take a text_pos parameter. Handle charpos/bytepos.
7099 (next_element_from_string): Handle charpos/bytepos.
7100 (next_element_from_c_string): Likewise.
7101 (fill_iterator_from_glyph_property): Likewise.
7102 (next_element_from_buffer): Likewise.
7103 (set_iterator_to_next): Increment charpos and bytepos of an iterator.
7104 (move_iterator_in_display_line_to): Handle charpos/bytepos.
7105 (move_it_to): Likewise.
7106 (move_it_vertically_backward): Likewise.
7107 (move_it_vertically): Likewise.
7108 (move_it_by_lines): Likewise.
7109 (hscroll_window_tree): Likewise.
7110 (redisplay_internal): Likewise.
7111 (set_cursor_from_row): Likewise.
7112 (redisplay_window): Likewise.
7113 (try_window): Take a text_pos parameter. Handle charpos/bytepos.
7114 (try_window_reusing_current_matrix): Handle charpos/bytepos.
7115 (get_first_unchanged_at_end_row): Compute and return delta_bytes.
7116 (try_window_id): Handle charpos/bytepos.
7117 (Ftrace_redisplay_toggle): Return Qnil.
7118 (get_overlay_arrow_glyph_row): Handle charpos/bytepos.
7119 (insert_left_trunc_glyphs): Likewise.
7120
7121 * dispnew.c: `Merge' with 20.2.97 (it's really too different to
7122 do a real merge).
7123 (increment_glyph_matrix_buffer_positions): Add parameter delta_bytes.
7124 (increment_glyph_row_buffer_positions): Ditto.
7125 (copy_glyph_row_contents): Ditto.
7126 (check_matrix_invariants): Add additional checks for charpos/
7127 bytepos consistency.
7128 (direct_output_for_insert): Changed for charpos/bytepos.
7129 (buffer_posn_from_coords): Likewise. Put code dealing with
7130 `direction-reversed' in #if 0.
7131
7132 * xterm.h: Merge with 20.2.97.
7133
7134 * frame.h: Merge with 20.2.97.
7135
7136 * window.h: Merge with 20.2.97. Add window_end_bytepos.
7137
7138 * dispextern.h (MATRIX_ROW_START_CHARPOS): Get charpos of a row
7139 start.
7140 (MATRIX_ROW_START_BYTEPOS): Likewise for the byte position.
7141 (MATRIX_ROW_END_CHARPOS): Likewise for the row end.
7142 (MATRIX_ROW_END_BYTEPOS): Likewise for the row end byte position.
7143 (struct it): Various members renamed from .*pos to .*charpos.
7144 (IT_CHARPOS): Access current buffer character position of an
7145 iterator.
7146 (IT_BYTEPOS): Access current buffer byte position of an iterator.
7147 (IT_STRING_CHARPOS): Access current string character position of
7148 an iterator.
7149 (IT_STRING_BYTEPOS): Access current string byte position of
7150 an iterator.
7151 (globally): Add function prototypes from 20.2.97.
7152
7153 * everywhere: Use P_ instead of PROTO for function prototypes
7154 because everyone else seems to use P_.
7155
7156 * dispextern.h (struct text_pos): Structure describing a charpos/
7157 bytepos position in text.
7158 (BYTEPOS): Access the byte position part of a text_pos.
7159 (CHARPOS): Likewise for the character position.
7160 (SET_TEXT_POS): Set a text_pos from a character and byte position.
7161 (INC_TEXT_POS, DEC_TEXT_POS): Increment/decrement a text position.
7162 (SET_TEXT_POS_FROM_MARKER): Set a text_pos from a marker.
7163 (SET_MARKER_FROM_TEXT_POS): Set a marker from a text_pos.
7164 (TEXT_POS_EQUAL_P): Compare two text_pos structures for equality.
7165 (struct display_pos): Renamed from glyph_pos. Use struct text_pos
7166 for buffer and string positions.
7167 (struct glyph): Use text_pos.
7168 (struct it): Renamed from display_iterator. Use text_pos.
7169
71701998-07-23 Gerd Moellmann <gerd@gnu.org>
7171
7172 * xfns.c (x_kill_gs_process): Get image colors from XImage of a
7173 pixmap.
7174
71751998-07-21 Gerd Moellmann <gerd@gnu.org>
7176
7177 * dispextern.h (struct glyph_row): New flag indicate_zv_line_p.
7178 * xterm.c (x_draw_row_bitmaps): Use it.
7179 * dispnew.c (row_equal_p): Ditto.
7180 (update_window_line): Ditto.
7181
7182 * xfns.c (prepare_image_for_display): Don't set loading_failed_p
7183 flag of images.
7184
7185 * dispextern.h (struct image): Removed member loading_failed_p.
7186 It's probably better to have the chance to try to load an image
7187 again.
7188
71891998-07-20 Gerd Moellmann <gerd@gnu.org>
7190
7191 * xterm.c (x_draw_bitmap): Draw bitmap for empty lines ending
7192 at ZV if `indicate-zv-lines' is non-nil.
7193 (x_draw_row_bitmaps): Compute bitmap for `indicate-zv-lines'.
7194
7195 * dispnew.c (row_equal_p): Compare displays_text_p and
7196 ends_at_zv_p flags of rows.
7197 (update_window_line): Ditto.
7198
7199 * buffer.h (struct buffer): New member indicate_zv_lines.
7200
7201 * buffer.c (init_buffer_once): Add default for `indicate-zv-lines'.
7202 (init_buffer_once): New variable `default-indicate-zv-lines'.
7203 (syms_of_buffer): New buffer-local varianle `indicate-zv-lines'.
7204
7205 * xdisp.c (redisplay_window): Don't try moving the cursor
7206 if current glyph row w->last_cursor.vpos isn't enabled.
7207
7208 * xterm.c (bitmap_type): Add ZV_LINE_BITMAP.
7209
7210 * window.c (Fset_window_vscroll): Allow only negative scroll
7211 values. Others don't seem to make sense, and this way it's easy
7212 to restore a vscroll of zero.
7213
7214 * xterm.c (x_inverted_image_mask): Check that pixmap could be
7215 allocated.
7216 (x_draw_image_glyph_string_background): Don't clip if pixmap
7217 could not be created.
7218
7219 * xfns.c (xbm_load_image_from_file): Check that pixmap could
7220 be created.
7221 (xbm_load): Ditto.
7222 (gs_load): Ditto.
7223
7224 * xterm.c (x_get_glyph_overhangs): Take image and stretch
7225 glyphs into account.
7226
7227 * xfaces.c (realize_default_face): Don't set font family of
7228 the default face from the fontset alias name for `fontset-startup'.
7229
7230 * xfns.c (gs_load): Pass frame's pixel foreground and background
7231 color to the Lisp loader.
7232
72331998-07-19 Gerd Moellmann <gerd@gnu.org>
7234
7235 * xfns.c (tiff_image_p, tiff_load): Support TIFF images via
7236 libtiff34.
7237
7238 * configure.in (--with-tiff, HAVE_TIFF): Added.
7239
7240 * config.in (HAVE_TIFF): Added.
7241
7242 * Makefile.in (LIBTIFF): Added.
7243
7244 * xfns.c (jpeg_image_p, jpeg_load): Support JPEG images.
7245
7246 * Makefile.in (LIBJPEG): Added.
7247
7248 * xfns.c (resource_types): Enumerators renamed to RES_TYPE_NUMBER,
7249 RES_TYPE_BOOLEAN etc. because of conflict of `boolean' with
7250 jpeglib.h.
7251
7252 * configure.in (HAVE_JPEG, --with-jpeg): Added. On systems
7253 where the library is installed in /usr/local/lib, e.g. FreeBSD,
7254 configure must be run with `--x-includes=/usr/X11R6/include:
7255 /usr/local/include --x-libraries=/usr/X11R6/lib:/usr/local/lib'.
7256
72571998-07-18 Gerd Moellmann <gerd@gnu.org>
7258
7259 * config.in (HAVE_JPEG): Added.
7260
7261 * xfns.c (ct_init): Initialize color table used to map RGB colors
7262 from images to X pixel colors.
7263 (ct_free): Free color table.
7264 (ct_lookup): Look an RGB color up.
7265 (ct_allocated_colors): Get vector of allocated colors.
7266 (pbm_image_p): Test if image specification is a valid PPM
7267 image specification.
7268 (pbm_scan_number): Scan a decimal ASCII number from a file.
7269 (pbm_load): Load a PPM image.
7270
7271 * window.c (Fset_window_vscroll): Adjust glyph matrix if
7272 necessary. Take canonical character units as parameter.
7273 (Fwindow_vscroll): Return canonical character units.
7274
7275 * dispnew.c (allocate_matrices_for_window_redisplay): Add negative
7276 w->dy to display height for which glyph rows must be allocated.
7277
72781998-07-17 Gerd Moellmann <gerd@gnu.org>
7279
7280 * xfaces.c (face_at_string_position): Merge in region face
7281 so that it won't overwrite the font in the region.
7282 (face_at_buffer_position): Ditto.
7283 (realize_basic_faces): Don't realize region face.
7284
7285 * dispextern.h (enum face_id): REGION_FACE_ID removed.
7286
7287 * xterm.c (x_set_glyph_string_background_width): Don't let
7288 cursor face extend to end of line.
7289
7290 * xdisp.c (append_space): If adding space of default face,
7291 make sure glyph ist produced with right face.
7292
7293 * xterm.c (x_clear_glyph_string_rect): Draw a rectangle in the
7294 background color of a glyph string.
7295 (x_draw_glyph_string_background): Call it.
7296 (x_draw_glyph_string_bg_rect): Ditto.
7297 (x_draw_stretch_glyph_string): Ditto.
7298
72991998-07-15 Gerd Moellmann <gerd@gnu.org>
7300
7301 * xdisp.c (init_iterator): Initialize it->current_y to the
7302 window's vscroll w->dy.
7303
7304 * window.c (Fwindow_vscroll): Return number of pixels window
7305 is vscrolled smoothly.
7306 (Fset_window_vscroll): Set the number.
7307
7308 * xdisp.c (move_iterator_to): Recognize case MOVE_TO_POS and
7309 to_pos in truncated part of a line.
7310
73111998-07-14 Gerd Moellmann <gerd@gnu.org>
7312
7313 * xdisp.c (move_iterator_in_display_line_to): If very first glyph
7314 doesn't fit on the line, truncate it, despite truncate_lines nil.
7315 (display_line): Ditto.
7316
7317 * xfns.c: Experimental support for Ghostscript images.
7318
7319 * xterm.c (x_term_init): Initialize new atoms DONE and PAGE.
7320 (XTread_socket): React on events from Ghostscript.
7321 (expose_frame): If width or height are zero, redraw entire frame.
7322 (XTread_socket): Call expose_frame after receiving event from
7323 Ghostscript.
7324
7325 * xterm.h (struct x_display_info): Add atoms DONE and PAGE
7326 for Ghostscript support.
7327
7328 * xdisp.c (redisplay_internal): Return quickly if called
7329 recursively.
7330
7331 * alloc.c (NSTATICS): Increased to 1024.
7332
73331998-07-08 Gerd Moellmann <gerd@gnu.org>
7334
7335 * xterm.c (x_append_stretch_glyph): Append a stretch glyph to an
7336 iterator's glyph row.
7337 (x_produce_stretch_glyph): Call it.
7338 (x_produce_glyphs): Handle `space-width' property; call
7339 x_append_stretch_glyph.
7340
7341 * xdisp.c (syms_of_xdisp): Add symbol `space-width' used as a text
7342 property.
7343 (get_iterator_space_width): Determine value of `space-width'
7344 property at iterator's position.
7345 (reseat_iterator): Call it.
7346 (next_element_from_string): Ditto.
7347 (next_element_from_buffer): Ditto.
7348 (init_iterator): Initialize space_width of iterator.
7349 (redisplay_internal): Don't goto end_of_redisplay if PT hasn't
7350 moved, but cursor blinks.
7351 (redisplay_internal): Set w->last_cursor_off_p after update.
7352
7353 * dispextern.h (enum iterator_prop_idx): Add SPACE_WIDTH_PROP_IDX.
7354 (struct display_iterator): Add new member space_width.
7355
7356 * window.h (struct window): Add last_cursor_off_p.
7357
73581998-07-07 Gerd Moellmann <gerd@gnu.org>
7359
7360 * Saved.
7361
7362 * window.c (Fpos_visible_in_window_p): Case window not up to
7363 date---return nil if iterator hasn't reached position.
7364
73651998-07-06 Gerd Moellmann <gerd@gnu.org>
7366
7367 * xdisp.c (text_outside_line_unchanged_p): Fix case that
7368 overlays have changed.
7369 (redisplay_window): Case cursor movement. Don't try it if
7370 last_cursor.vpos is out of range.
7371
7372 * xdisp.c (set_cursor_from_row): Set this_line_.* variables. This
7373 way, the display optimization for the line containing the cursor
7374 is used more frequently, esp. when we have a blinking cursor.
7375 (display_line): Don't set this_line_.* variables.
7376
7377 * xterm.c (x_redraw_cursor): Removed.
7378 (x_display_and_set_cursor): Set cursor type depending on
7379 cursor_off_p flag of window.
7380
7381 * dispnew.c (redraw_cursor_hook): Removed.
7382 (Fblink_cursor): Additional parameter on_p to set the cursor_off_p
7383 member of the selected window.
7384
7385 * xfaces.c (Fface_font): Added for compatibility with 20.2.
7386
7387 * xterm.c (x_y_to_hpos_vpos): Return null if not over text.
7388 Return glyph area under x/y.
7389 (note_mouse_highlight): Use x_y_to_hpos_vpos in its new form.
7390
7391 * keyboard.c (detect_input_pending_run_timers): Call gobble_input
7392 after redisplaying.
7393
73941998-07-05 Gerd Moellmann <gerd@gnu.org>
7395
7396 * xdisp.c (text_outside_line_unchanged_p): Test if changes
7397 are all outside of a line of text.
7398 (redisplay_internal): Use it.
7399
74001998-06-30 Gerd Moellmann <gerd@gnu.org>
7401
7402 * xdisp.c (next_element_from_buffer): After skipping over
7403 invisible text, look for the `glyph' property.
7404 (set_iterator_stop_pos): Ignore check positions in front
7405 of an iterator's current position.
7406
7407 * xterm.c (show_mouse_face): Don't act on rows that don't exist
7408 anymore or which are marked as not having valid contents.
7409
7410 * xfaces.c (Finternal_set_lisp_face_attribute): Don't free
7411 realized faces if new attribute value is equal to old value.
7412
74131998-06-29 Gerd Moellmann <gerd@gnu.org>
7414
7415 * xfaces.c (Finternal_make_lisp_face): Increment
7416 lface_id_to_name_size when lface_id_to_name is reallocated.
7417
74181998-06-27 Gerd Moellmann <gerd@gnu.org>
7419
7420 * xdisp.c (set_iterator_stop_pos): Compute initial stop_pos
7421 as minimum of endpos and overlay_pos.
7422 (load_overlay_strings): Set next_overlay_pos of iterator to
7423 -1 if we don't have to check for more overlay strings.
7424
74251998-05-09 Gerd Moellmann <gerd@gnu.org>
7426
7427 * xdisp.c (set_iterator_to_next_visible_line_start): Don't
7428 do anything if iterator is at ZV because scan_buffer doesn't
7429 work otherwise.
7430
7431 * xterm.c (x_encode_char): Inline it.
7432 (x_get_char_font_and_encoding): Simplified.
7433 (x_per_char_metric): Inline it.
7434
7435 * xterm.c (x_draw_glyph_string_relief): Use clipping.
7436
7437 * xdisp.c (get_next_display_element): Check for end of relief
7438 face moved here from next_element_from_buffer.
7439
7440 * xterm.c (x_produce_image_glyph): Add relief thickness.
7441 (x_produce_stretch_glyph): Ditto.
7442
74431998-05-08 Gerd Moellmann <gerd@gnu.org>
7444
7445 * xdisp.c (fill_iterator_from_glyph_property): Handle glyph
7446 property value (space :width WIDTH :height HEIGHT :ascent ASCENT).
7447
7448 * xterm.c (x_produce_stretch_glyph): Produce a stretch glyph
7449 from a glyph property.
7450 (x_produce_glyphs): Use it.
7451
7452 * xdisp.c (set_iterator_to_next): Handle next_element_from_stretch.
7453
7454 * xterm.c (x_produce_image_glyph): Add to current_x only if
7455 in text area.
7456 (x_produce_glyphs): Ditto.
7457
7458 * xdisp.c (display_line): Compute row height from glyphs in
7459 marginal areas.
7460
7461 * xterm.c (x_draw_image_glyph_string_background): Draw
7462 background of an image glyph string.
7463 (x_draw_glyph_string_bg_rect): Draw a rectangular region of
7464 the background of a glyph string.
7465 (x_draw_image_glyph_string_foreground): Draw the foreground of
7466 an image glyph string.
7467 (x_inverted_image_mask): Return the inverted mask of an image.
7468
7469 * xfns.c (x_draw_image): Removed.
7470
7471 * dispextern.h (struct image_type): Remove drawing function.
7472
7473 * xfaces.c (load_face_colors): Swap colors if face is inverse.
7474
7475 * xdisp.c (get_next_display_element): In marginal areas, translate
7476 newlines, tabs, etc. like normal control characters.
7477
7478 * xfaces.c (Fface_color_supported_p): Transpose parameters frame
7479 and color.
7480 (free_realized_faces): Set frame garbaged.
7481
7482 * xfaces.c (syms_of_xfaces): Add defsubr for
7483 internal-lisp-face-attribute-values.
7484
74851998-05-07 Gerd Moellmann <gerd@gnu.org>
7486
7487 * xterm.c (x_produce_image_glyph): Don't add glyph if area is
7488 full.
7489 (x_produce_image_glyph): Set IT->nglyphs to 1.
7490 (x_draw_image_glyph_string): Use inverted mask to draw background.
7491
7492 * dispextern.h (struct image_type): Additional clipping rect
7493 parameters for drawing functions.
7494
7495 * xterm.c (x_get_glyph_string_clip_rect): Get clip rect for
7496 a glyph string.
7497 (x_draw_image_glyph_string): Use it and pass the rect to the
7498 image drawing function.
7499
7500 * xdisp.c (fill_iterator_from_glyph_property): Use position of
7501 first character with `glyph' property as image position. Set
7502 iterator back to that position as long as the image hasn't been
7503 consumed with set_iterator_to_next.
7504 (set_cursor_from_row): Accept when glyph with given position is
7505 not found in the row. Set cursor x to end of line in that case,
7506 so that we can hscroll.
7507 (redisplay_internal): Correct computation of delta by which
7508 positions have changed in redisplay optimization for cursor
7509 row of selected window.
7510
7511 * xdisp.c (display_line): Remove start_pos.
7512 (display_line): Fix bug preventing display optimization for
7513 cursor line of selected window.
7514 (next_element_from_buffer): Avoid XSETBUFFER, use it->w->buffer
7515 instead.
7516
7517 * dispnew.c (update_text_area): Use GLYPH_EQUAL_P.
7518 (update_text_area): Take glyph pixel width into account
7519 when trying to find a resync point.
7520 (row_equal_p): Compare glyphs in all areas.
7521
75221998-05-06 Gerd Moellmann <gerd@gnu.org>
7523
7524 * xterm.c (x_produce_glyphs): Don't add glyph if area is full.
7525
7526 * dispextern.h (struct glyph_row): Use unsigned hash value.
7527
7528 * xdisp.c (display_line): Simplified and made faster by setting
7529 the cursor with set_cursor_from_row.
7530 (set_cursor_from_row): Handle rows of desired matrix.
7531
75321998-05-05 Gerd Moellmann <gerd@gnu.org>
7533
7534 * xdisp.c (set_cursor_from_row): Don't put cursor on glyphs
7535 with type != CHAR_GLYPH.
7536 (fill_iterator_from_glyph_property): Return void. Set
7537 method to next_element_from_image.
7538 (next_element_from_image): Dummy function for delivering a
7539 single image id.
7540 (set_iterator_to_next): Add method next_element_from_image.
7541 (redisplay_window): When recentering, and cursor vpos is -1
7542 after display, assume middle of window is in first line displayed
7543 in window, and display again.
7544 (fill_iterator_from_glyph_property): Assign image glyph
7545 the position of the first character having the glyph property.
7546
7547 * dispextern.h (IMAGE_ASCENT): Compute ascent of image.
7548 * xfns.c (x_draw_image): Use it.
7549 * xterm.c (x_produce_image_glyph): Use it.
7550
7551 * xterm.c (x_produce_image_glyph): Set iterator's pixel_width.
7552
7553 * Makefile.in: Extraneous #define of LIBXPM removed.
7554
7555 * xterm.c (x_produce_glyphs): Produce a STRETCH_GLYPH for tabs.
7556 (x_fill_stretch_glyph_string): Fill a glyph string from a
7557 stretch glyph.
7558 (x_compute_glyph_string_overhangs): Compute overhangs only
7559 for text glyph strings.
7560 (x_draw_stretch_glyph_string): Draw a stretch glyph string.
7561 (x_draw_glyph_string): Call it.
7562
7563 * dispextern.h (glyph_type): Add STRETCH_GLYPH.
7564 (struct glyph): Add sub-structure for stretchable glyphs.
7565 (GLYPH_EQUAL_P): Compare glyph type and u.val.
7566
7567 * xdisp.c (get_overlay_arrow_glyph_row): Put face code into
7568 #ifdef HAVE_FACES.
7569
7570 * xterm.c (x_produce_glyphs): Use ASCII face for spaces of a TAB.
7571
7572 * xdisp.c (fill_iterator_from_glyph_property): Renamed from
7573 setup_iterator_from_glyph_property. Don't do it for terminal
7574 frames.
7575
7576 * xterm.c (x_produce_image_glyph): Produce glyph for image
7577 that can't be loaded.
7578
7579 * xfns.c (lookup_image): If image can't be loaded, set its
7580 width and height so that we can draw a rectangle.
7581 (x_draw_image): Draw a rectangle for images that don't have
7582 a pixmap.
7583 (make_image): Set hash value.
7584 (image_spec_equal_p): Use image_spec_value.
7585
7586 * xterm.c (expose_frame): Don't try to redraw if basic faces
7587 haven't benn realized yet.
7588 (x_draw_image_glyph_string): Fill background only if image
7589 is not as tall as row.
7590
75911998-05-04 Gerd Moellmann <gerd@gnu.org>
7592
7593 * Makefile.in (LIBXPM): If not already defined, define to -lXpm.
7594 (LIBX)[HAVE_X11]: Add LIBXPM.
7595
7596 * xfns.c (xpm_image_p): Implementation of image type functions
7597 for XPM.
7598 (xpm_load): Ditto.
7599
7600 * dispextern.h (struct image): Add mask pixmap for XPM.
7601
7602 * xfns.c (x_draw_image): Handle images with masks.
7603
7604 * configure.in: --with-xpm added. Code detecting -lXpm added.
7605
7606 * config.in: Add HAVE_XPM.
7607
7608 * xfns.c (xbm_draw): Removed.
7609 (x_draw_image): Default implementation for drawing images.
7610 (xbm_keyword_index): Remove XBM_DEPTH.
7611 (xbm_format): Remove `:depth'.
7612 (xbm_image_spec_from_file): Removed to reduce consing.
7613 (xbm_load_image_from_file): Added for the same reason.
7614
7615 * xterm.c (x_fill_image_glyph_string): Don't set ybase of
7616 glyph string.
7617 (x_draw_image_glyph_string): Pass ybase to image draw function.
7618
7619 * xfns.c (make_image): Set default baseline.
7620
7621 * xterm.c (x_produce_image_glyph): Compute ascent of image
7622 from its height and baseline percentage.
7623
7624 * xfns.c (xbm_keyword_index): Add XBM_BASELINE.
7625 (xbm_format): Add description for `:baseline'.
7626 (xbm_image_spec_from_file): Add keywords from original spec to
7627 result.
7628 (xbm_load): Set baseline of image.
7629 (xbm_image_p): Check range for baseline.
7630
7631 * dispextern.h (struct image): Add member baseline.
7632
7633 * xdisp.c (dump_glyph_matrix): Handle image glyphs.
7634
7635 * term.c (produce_glyphs): Change assertion to allow DISP_IMAGE.
7636
7637 * xdisp.c (get_next_display_element): Do character translations
7638 only if delivering characters.
7639
76401998-05-03 Gerd Moellmann <gerd@gnu.org>
7641
7642 * dispextern.h (ITERATOR_AT_END_OF_LINE_P): Test for
7643 DISP_CHARACTER.
7644
7645 * xterm.c (x_produce_image_glyph): Poduce image glyphs.
7646 (x_produce_glyphs): Call x_produce_glyphs for DISP_IMAGE.
7647
76481998-05-02 Gerd Moellmann <gerd@gnu.org>
7649
7650 * xfns.c (prepare_image_for_display): Set image timestamp.
7651 (clear_image_cache): Clear images if image's timestamp +
7652 Vimage_eviction_seconds is > now.
7653 (syms_of_xfns): New variables image-eviction-seconds, and
7654 image-types.
7655 (add_image_format): Add to image-types.
7656 (xbm_load): Support new image spec format.
7657 (x_alloc_image_color): Allocate a color for an image.
7658
7659 * dispextern.h (struct image): Add timestamp.
7660
7661 * xfns.c (xbm_image_p): Allow bool-vectors, vectors of strings and
7662 vectors of bool-vectors.
7663 (xbm_lisp_object_from_file): Build new format image spec.
7664
76651998-05-01 Gerd Moellmann <gerd@gnu.org>
7666
7667 * xfaces.c (init_frame_faces): Initialize image cache.
7668 (free_frame_faces): Free it.
7669
7670 * xterm.c (x_delete_display): Don't free image cache.
7671
7672 * emacs.c (main): Call init_xfns.
7673
76741998-04-30 Gerd Moellmann <gerd@gnu.org>
7675
7676 * alloc.c (mark_object): Mark objects in image cache.
7677
7678 * xfns.c (x_set_internal_border_width): Correct call to
7679 widget_store_internal_border_width.
7680
7681 * widget.c (widget_store_internal_border): Return void.
7682
7683 * xfns.c (x_destroy_bitmap): Use xfree instead of free. Return
7684 void.
7685 (init_x_parm_symbols): Return void.
7686 (x_report_frame_params): Ditto.
7687 (x_set_border_pixel): Ditto.
7688 (syms_of_xfns): Ditto.
7689 (x_destroy_all_bitmaps): Use xfree instead of free.
7690
7691 * xterm.h (FRAME_X_IMAGE_CACHE): Access the image cache of a frame.
7692
7693 * xterm.c (x_term_init): Initialize image_cache of display info.
7694 (x_delete_display): Free image cache.
7695
7696 * xterm.h (struct x_display_info): Add image_cache.
7697
7698 * xfns.c (make_image_cache): Allocate a new image cache.
7699 (free_image_cache): Free an image cache.
7700 (make_image): Allocate an image.
7701 (free_image): Free an image.
7702
7703 * dispextern.h (struct image): Structure describing an image.
7704 (struct image_cache): Structure describing an image cache.
7705
77061998-04-29 Gerd Moellmann <gerd@gnu.org>
7707
7708 * xdisp.c (check_iterator_glyph_property): Return int. Value is
7709 non-zero if iterator is filled with something to return.
7710 (next_element_from_buffer): Immediately return if
7711 setup_iterator_from_glyph_prop has filled iterator with pixmap.
7712 (next_element_from_string): Likewise.
7713
7714 * xfaces.c (load_pixmap): Allow to pass null for W_PTR and H_PTR.
7715
7716 * dispextern.h (struct glyph): Add pixmap_id.
7717 (display_element_type): Add DISP_PIXMAP.
7718
7719 * xmenu.c (popup_get_selection): Use xmalloc/xfree instead of
7720 malloc/free.
7721
7722 * xfaces.c (clear_font_table): Free fonts not used by fontsets.
7723 (clear_face_cache): Call it.
7724
7725 * xterm.c (x_query_font): Don't look at empty font table slots.
7726 (x_compute_min_glyph_bounds): Likewise.
7727 (x_term_init): Initialize font_table to null.
7728 (x_load_font): Change allocation of font_info structures so
7729 that it is possible to free fonts.
7730
7731 * xfns.c (Fx_close_connection): Use xfree instead of free.
7732 Only free fonts from filled font table entries.
7733
7734 * xfaces.c (best_matching_font): Support use of scalable fonts.
7735 (Fface_scalable_fonts_mode): Toggle use of scalable fonts.
7736
7737 * xterm.h (struct x_display_info): Remove screen_dpi, add resx
7738 and resy.
7739 * xterm.c (x_term_init): Compute resx and resy.
7740
7741 * xfaces.c (split_font_name): Don't reject scalable fonts.
7742
7743 * xterm.c (x_list_fonts): Set code exclusing scalable fonts
7744 in #if 0.
7745
7746 * xfaces.c (xlfd_point_size): Return 0 for fonts whose real
7747 point size cannot be determined.
7748
7749 * xterm.h (FRAME_SMALLEST_CHAR_WIDTH): Return smallest character
7750 width over all fonts on a frame.
7751 (FRAME_SMALLEST_FONT_HEIGHT): Likewise for font height.
7752 * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Use these
7753 macros.
7754
7755 * xterm.c (x_font_min_bounds): Moved here from xfaces.c.
7756 (x_compute_min_char_bounds): Formerly min_char_bounds in xfaces.c.
7757 (x_load_font): Use x_compute_min_char_bounds.
7758
7759 * xterm.h (struct x_display_info): New members smallest_char_width
7760 and smallest_font_height.
7761
77621998-04-28 Gerd Moellmann <gerd@gnu.org>
7763
7764 * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Call function with
7765 the same name if GC of face is zero.
7766
7767 * dispextern.h (struct face): Member non_ascii_gc removed.
7768
7769 * xterm.c (x_get_char_font_and_encoding): Return face's font
7770 for characters < 0177 in default face. Prepare face for
7771 display before returning it.
7772 (x_produce_glyphs): Use it->charset.
7773 (x_get_char_font_and_encoding): Simplified.
7774 (x_encode_char): Remove parameter `font'.
7775
7776 * xfaces.c (choose_face_font): If registry from charset symbol
7777 doesn't contain a `-', make it a pattern by appending "*-*".
7778
7779 * xdisp.c (check_iterator_glyph_property): Adjust limit for
7780 glyph_check_pos computation to character boundary.
7781
77821998-04-27 Gerd Moellmann <gerd@gnu.org>
7783
7784 * fontset.h (FONT_INFO_FROM_ID): Return null if ID is invalid.
7785
7786 * xfaces.c (ascii_face_of_lisp_face): Get the id of the realized
7787 ASCII face for a given Lisp face id.
7788
7789 * xdisp.c (set_iterator_stop_pos): Take glyph_check_pos into
7790 account.
7791 (reseat_iterator): Set glyph_check_pos. Handle case where
7792 new position is < original position.
7793 (check_iterator_glyph_property): Handle glyph property in strings.
7794 (next_element_from_string): Call above function.
7795 (next_element_from_display_vector): Handle faces in glyphs.
7796 (get_next_display_element): Set face_id of glyphs for
7797 control chars to zero.
7798
7799 * Makefile.in (term.o): Add dependency on dispextern.h.
7800
7801 * xdisp.c (syms_of_xdisp): Add symbol `glyph'.
7802 (display_line): Handle marginal areas.
7803 (move_iterator_in_display_line_to): Likewise.
7804
7805 * xfaces.c (Finternal_make_lisp_face): Assign Lisp faces an id.
7806
7807 * xfaces.c (face_at_buffer_position): Don't merge with nil
7808 text property.
7809 (face_at_string_position): Ditto.
7810
7811 * dispextern.h (struct display_iterator): Use a stack of saved
7812 values instead of saving check positions etc. individually.
7813
7814 * xdisp.c (set_iterator_to_next): If end of Lisp string reached,
7815 maybe pop the iterator's stack.
7816 (save_iterator_settings): Push a value on iterator's stack.
7817 (get_overlay_strings_at_iterator_position): Use it.
7818 (restore_iterator_settings): Pop the stack.
7819 (set_iterator_to_next_overlay_string): Use it.
7820
7821 * xfaces.c (try_font_list): Use alternative font families.
7822
78231998-04-26 Gerd Moellmann <gerd@gnu.org>
7824
7825 * xfaces.c (Fset_face_font_sort_order): Set the order in which
7826 font selection matches fonts.
7827 (Fface_font_sort_order): Return the font sort order.
7828 (best_matching_font): Find best matching font based on sort order.
7829 (cmp_font_names): Sort by given sort order.
7830
7831 * dispextern.h (struct display_iterator): New member faces_p.
7832 * xdisp.c (init_iterator): Initialize it->faces_p.
7833 (compute_face_at_iterator_string_position): Use it.
7834 (compute_face_at_iterator_position): Use it.
7835 (init_iterator): Use it.
7836 (display_mode_line): Ditto.
7837
7838 * xdisp.c (get_next_display_element): Put code choosing a face
7839 when the charset changes in #ifdef HAVE_FACES.
7840
7841 * dispextern.h (FACE_FOR_CHARSET): Replacement for function
7842 lookup_face_for_charset.
7843
7844 * xfaces.c (free_font_names): Renamed from free_split_font_names.
7845 (free_all_realized_faces): Renamed from remove_all_realized_faces.
7846
78471998-04-25 Gerd Moellmann <gerd@gnu.org>
7848
7849 * xfaces.c (best_matching_font): Return the name of the best
7850 matching font in an array of font_name structures.
7851 (choose_face_font): Use it.
7852 (choose_face_fontset_font): Use it.
7853 (find_best_weight_font): If final font found has same weight as
7854 the font we started with, return the original font because it is a
7855 better match for the resolution of the display.
7856 (find_best_slant_font): Likewise.
7857 (merge_face_vector_with_property): Check more invalid attribute
7858 values.
7859 (lface_suitable_for_charset_p): Replaced by a macro with the same
7860 name in upper-case.
7861
78621998-04-24 Gerd Moellmann <gerd@gnu.org>
7863
7864 * dispextern.h (struct face): Member
7865 fontset_chosen_for_realization_p removed.
7866
7867 * xfaces.c (cache_face): If face->fontset >= 0, add face to the
7868 end of the collision list, so that we find more specific faces
7869 first.
7870 (lookup_face_for_charset): Look up a new face if face->fontset >=
7871 0, and charset != CHARSET_COMPOSITION.
7872
7873 * xfaces.c (split_font_name): Return zero if point size of font
7874 couldn't be computed.
7875 (realize_default_face): Use ASCII font of a fontset to determine
7876 font-related attributes of the default face.
7877 (face_fontset): Return fontset id for face family.
7878 (font_list): Additional parameter font_pattern. If non-nil,
7879 return fonts matching that pattern.
7880
78811998-04-23 Gerd Moellmann <gerd@gnu.org>
7882
7883 * xfaces.c (choose_face_fontset): If new fontset cannot be
7884 constructed, or fontset name cannot be split, return the id of the
7885 standard fontset.
7886
7887 * xterm.c (XTframe_up_to_date): Check that frame is an X frame.
7888 When Emacs starts, it may be called for the initial frame which
7889 isn't an X frame.
7890
7891 * dispextern.h (struct face): New members foreground_defaulted_p,
7892 background_defaulted_p.
7893 (struct face): Members `mask' and `cache' removed.
7894
7895 * xfaces.c (load_color): Set them.
7896 (free_face_colors): Check them.
7897 (xlfd_point_size): Return -1 if resolution or point size of
7898 font unknown.
7899
7900 * xfaces.c (free_font): Removed.
7901 (load_face_font_or_fontset): Renamed from load_font.
7902 (load_face_font_or_fontset): Use message2 instead of signalling.
7903 (load_color): Likewise.
7904 (load_pixmap): Likewise.
7905
7906 * xterm.h (struct x_display_info): Add screen_dpi.
7907 * xterm.c (x_term_init): Initialize it.
7908 * xfaces.c (xlfd_point_size): Use it.
7909 (split_font_name): Compute numeric XLFD_RESY.
7910 (cmp_font_names): Make fonts with an y-resolution more
7911 similar to that of the frame appear first in the result.
7912
7913 * xfaces.c (cache_face): If fontset_chosen_for_realization_p
7914 is set for the face to cache, add it to the end of the collision
7915 list.
7916 (try_font_list): If fonts for given family and registry cannot
7917 be found, first try to keep the registry, and choose a different
7918 family.
7919 (choose_face_font): Allow nfonts == 0.
7920 (try_font_list): Give up if no font matches given registry.
7921
79221998-04-22 Gerd Moellmann <gerd@gnu.org>
7923
7924 * xterm.c (x_get_char_font_and_encoding): Get font_info from
7925 font info id of the face.
7926
7927 * xfaces.c (load_font): Set font_info_id.
7928 (realize_face): Ditto.
7929
7930 * dispextern.h (struct face): Change member font_info to
7931 font_info_id.
7932
7933 * fontset.h (FONT_INFO_ID): Build an ID from a font_info pointer.
7934 (FONT_INFO_FROM_ID): Get a font_info pointer from an ID.
7935
7936 * xdisp.c (extend_face_to_end_of_line): If IT's current charset
7937 isn't ASCII, get the ASCII face before adding a space.
7938 (append_space): Likewise.
7939 (insert_left_trunc_glyphs): Initialize truncate_it's charset
7940 to -1 so that it will compute the right face for the truncation
7941 glyphs.
7942
7943 * xfaces.c (realize_face): Set
7944 face->fontset_chosen_for_realization_p.
7945 (lookup_face_for_charset): If fontset wasn't specified originally
7946 and new charset != CHARSET_COMPOSITION, get a new face for that
7947 charset.
7948
7949 * dispextern.h (struct face): New member
7950 fontset_chosen_for_realization_p_specified_p. Set to 1 when
7951 realize_face has chosen a fontset to display composite characters
7952 for a Lisp face not specifying a fontset.
7953
7954 * xdisp.c (extend_face_to_end_of_line): Move tests for default
7955 face and line already filled here. Don't do anything if current
7956 face hasn't a relief or has a background equal to the frame
7957 background.
7958
7959 * xfaces.c (split_font_name): Additional parameter numeric_p.
7960 Don't compute numeric values if it is non-zero.
7961 (choose_face_fontset): Call split_font_name with numeric_p == 0.
7962 (choose_face_fontset): Print a message if fontset contains a
7963 font whose name cannot be split into fields.
7964
79651998-04-21 Gerd Moellmann <gerd@gnu.org>
7966
7967 * xfaces.c (try_font_list): Try to load a list of fonts,
7968 possibly using less restrictive patterns.
7969 (choose_face_font): Use it.
7970
7971 * xterm.c (x_get_char_font_and_encoding): For charset !=
7972 CHARSET_ASCII use font_info of face if face hasn't a fontset set.
7973
7974 * dispextern.h (struct face): New member font_info.
7975
7976 * xfaces.c (load_font): Use FS_LOAD_FONT to load fonts for faces
7977 specifying a fontset as well as those not having a fontset.
7978 (free_font): Make it empty.
7979 (realize_face): Use changed load_font.
7980
7981 * xterm.c (x_get_char_font_and_encoding): If face doesn't
7982 fit for charset, get the right one.
7983
7984 * xfaces.c (load_font): Take frame and name parameter, return
7985 font.
7986 (free_font): Likewise.
7987 (split_font_name): Compute numeric values for height, swidth etc.
7988 (cmp_font_names): Use them.
7989 (find_best_width_font): Ditto.
7990 (find_best_height_font): Ditto.
7991 (find_best_weight_font): Ditto.
7992 (find_best_slant_font): Ditto.
7993 (lface_hash): Add weight, slant, swidth and relief to hash value.
7994 (lface_equal_p): Make it faster.
7995 (lface_from_symbol): Use assq_no_quit.
7996 (Fnote_default_face_changed): Removed.
7997 (cmp_font_names): Use strcmp instead of xstricmp.
7998 (face_charset_registries): Removed.
7999
80001998-04-20 Gerd Moellmann <gerd@gnu.org>
8001
8002 * frame.h (CHECK_FRAME): Give this macro a statement form.
8003 (CHECK_LIVE_FRAME): Ditto.
8004
8005 * xfaces.c (find_best_width_font): Find the best matching font
8006 for a given width.
8007 (find_best_height_font): Likewise for height.
8008 (find_best_weight_font): Likewise for weight.
8009 (find_best_slant_font): Likewise for slant.
8010 (choose_face_font): Use them.
8011 (get_lface_attributes): Always return frame-local face attrs.
8012 (Finternal_merge_in_global_face): Merge local face with
8013 global face attributes.
8014
8015 * xfaces.c (check_lface_attrs, check_lface): Check consistency of
8016 Lisp face attributes.
8017
80181998-04-19 Gerd Moellmann <gerd@gnu.org>
8019
8020 * xfaces.c (Finternal_set_lisp_face_attribute): Add :bold
8021 and :italic for compatibility.
8022 (Finternal_set_lisp_face_attribute_from_resource): Handle
8023 :bold and :italic. Handle boolean resource values for
8024 :underline and :italic.
8025
8026 * xfns.c (display_x_get_resource): Make it externally visible.
8027
8028 * xfaces.c (lface_from_symbol): Take a frame as parameter.
8029 If that frame is non-null, return the frame-local face.
8030 (Finternal_make_lisp_face): Additional frame argument.
8031 (lface_attributes): Get face attributes from global and frame-local
8032 definitions.
8033 (Finternal_lisp_face_equal_p): Additional frame argument.
8034 (merge_lisp_face_vector_with_property): Ditto.
8035 (Frealize_basic_faces): Removed.
8036 (Finternal_get_lisp_face_attribute): Additional frame argument.
8037 (Finternal_lisp_face_p): Ditto.
8038 (load_color) [MSDOS]: Removed because it isn't clear how
8039 to do this for MS-DOS.
8040
8041 * xfaces.c (lface_from_symbol): Get global face definition
8042 from face-global-alist.
8043
8044 * xfaces.c (Finternal_set_lisp_face_attribute): Allow `t'
8045 as values for :underline and :inverse-video.
8046 (Finternal_set_lisp_face_attribute): Allow nil values.
8047
80481998-04-17 Gerd Moellmann <gerd@gnu.org>
8049
8050 * xfaces.c (Finternal_make_lisp_face): Return Lisp face vector.
8051
8052 * xfaces.c (syms_of_xfaces): Add Vall_faces.
8053 (Finternal_make_lisp_face): Add new face to Vall_faces.
8054
8055 * xdisp.c (echo_area_display): Remove code recomputing faces.
8056 (redisplay_internal): Ditto.
8057 (init_iterator): Do it here.
8058
8059 * xfaces.c (choose_face_font): Check that swidth doesn't change
8060 for subusequent attributes.
8061 (xlfd_point_size): Return int.
8062
8063 * xdisp.c (redisplay_internal, echo_area-display): If realized
8064 faces have been cleared, call recompute_basic_faces.
8065
8066 * xfaces.c (recompute_basic_faces): Free realized faces. Reset
8067 face_attributes_changed_p.
8068 (remove_all_realized_faces): Remove all realized faces on
8069 all frames.
8070 (Finternal_set_lisp_face_attribute): Call remove_all_realized_faces.
8071
8072 * xdisp.c (redisplay_internal): If face attributes have been
8073 changed since the last redisplay, recompute basic faces.
8074 (echo_area_display): Ditto.
8075
8076 * xfaces.c (clear_face_gcs): Renamed from clear_realized_face_cache.
8077
8078 * xfaces.c (min_char_bounds): If face cache not yet present,
8079 don't try to get font dimensions from faces.
8080
8081 * xterm.c (x_frame_mode_line_height): If face cache not present
8082 set, return default height.
8083
8084 * alloc.c (mark_face_cache): Check for null faces. Correct
8085 index bug.
8086
8087 * dispextern.h (struct face): Renamed from struct rface. Member
8088 underline renamed underline_p. Make it a bit-field.
8089
8090 * xfaces.c (init_frame_faces): Allocate face cache.
8091 (free_frame_faces): Free face cache.
8092 (recompute_basic_faces): Realize basic faces only if face cache is
8093 allocated, i.e. after init_frame_faces has been called.
8094
8095 * frame.c (make_frame): Initialze face cache with null.
8096
8097 * xfaces.c (same_size_fonts): Removed.
8098
8099 * xterm.c (x_set_glyph_string_gc): Add post-condition
8100 s->gc != 0.
8101 (x_set_mouse_face_gc): Ditto.
8102 (x_set_mode_line_face_gc): Ditto.
8103
8104 * xfaces.c (realize_default_face): Return int. Value is
8105 zero if frame params don't contain enough information to
8106 realize the default face.
8107 (realize_basic_faces): Ditto.
8108 (init_frame_faces): Realize basic faces.
8109
8110 * xfns.c (x_set_font): First store real font name in frame
8111 parameters, then call recompute_basic_faces.
8112
8113 * xfaces.c (recompute_basic_faces): Call realize_basic_faces.
8114
81151998-04-16 Gerd Moellmann <gerd@gnu.org>
8116
8117 * xfaces.c (syms_of_xfaces): Correct calls to defsubr.
8118
8119 * xfns.c (Fx_face_fixed_p): Removed.
8120 (Fx_list_fonts): Moved to xfaces.c.
8121
8122 * xfaces.c (compute_face_at_buffer_pos): Renamed to
8123 face_at_buffer_position. Parameter charset removed; always
8124 compute face for CHARSET_ASCII.
8125 (face_at_string_position): Renamed from
8126 compute_face_at_string_pos. Parameter charset removed; always
8127 compute for CHARSET_ASCII.
8128 (lookup_face_for_charset): Take frame parameter instead of
8129 face_cache.
8130 (lookup_face): Ditto.
8131 (compute_char_face): Renamed from compute_glyph_face.
8132
8133 * xdisp.c (init_iterator): Initialize charset member.
8134 (reseat_iterator_to_string): Ditto.
8135 (get_charset_at_buffer_position): Determine charset at
8136 buffer position in current_buffer.
8137 (reseat_iterator): Call above function.
8138 (compute_face_at_iterator_position): Call
8139 compute_face_at_buffer_pos.
8140 (compute_face_at_iterator_string_position): Call
8141 compute_face_at_string_pos.
8142 (get_face_from_id): Removed.
8143 (get_face_from_cursor_pos): Call compute_face_at_buffer_pos.
8144 Call get_charset_at_buffer_position.
8145 (reseat_iterator): Determine face if charset at pos differs
8146 from iterator's charset.
8147 (reseat_iterator_to_glyph_pos): Removed.
8148
8149 * xfaces.c (compute_face_at_bufpos): Remove parameter charset.
8150 Determine charset from buffer position.
8151 (compute_string_char_face): Renamed to compute_face_at_string_pos.
8152 (compute_face_at_bufpos): Renamed to compute_face_at_buffer_pos.
8153
8154 * dispextern.h (struct display_iterator): Add member charset.
8155
81561998-04-15 Gerd Moellmann <gerd@gnu.org>
8157
8158 * xfaces.c (compute_char_face): Removed.
8159
8160 * xdisp.c (get_overlay_arrow_glyph_row): Use compute_glyph_face
8161 with new parameter list.
8162
8163 * xfaces.c (region_face): Removed.
8164 (allocate_face): Removed.
8165 (copy_face): Ditto.
8166 (face_eql): Removed.
8167 (intern_face): Removed.
8168 (clear_face_cache): Removed.
8169 (load_font): Ditto.
8170 (unload_font): Ditto.
8171 (load_color): Ditto.
8172 (unload_color): Ditto.
8173 (new_computed_face): Ditto.
8174 (intern_computed_face): Ditto.
8175 (ensure_face_ready): Ditto.
8176 (merge_faces): Ditto.
8177 (compute_base_face): Ditto.
8178 (merge_face_list): Ditto.
8179 (Fmake_face_internal): Removed.
8180 (Fset_face_attribute_internal): Ditto.
8181 (face_name_id_number): Removed.
8182 (Fframe_face_alist): Ditto.
8183 (Fset_frame_face_alist): Ditto.
8184 (Finternal_next_face_id): Ditto.
8185
8186 * xterm.h (struct x_output): Remove computed_faces, and
8187 param_faces. Remove macros accessing them.
8188
8189 * xfaces.c: Entirely new face implementation added.
8190
81911998-04-11 Gerd Moellmann <gerd@gnu.org>
8192
8193 * dispextern.h (struct glyph_pos): Member `bufpos' renamed
8194 `charpos'.
8195
81961998-04-10 Gerd Moellmann <gerd@gnu.org>
8197
8198 * xterm.c (x_scroll_bar_move): Clear only regions not covered by
8199 scroll bar window to reduce flickering. Clear entire height.
8200
8201 * xdisp.c (move_iterator_vertically_backward): Set iterator's
8202 current_x and hpos to zero after moving to previous line
8203 start.
8204
82051998-04-03 Gerd Moellmann <gerd@gnu.org>
8206
8207 * frame.h (FRAME_FACE_CACHE): Access to a frame's face cache.
8208
8209 * xfaces.c (xlfd_point_size): Compute relative point size of
8210 fonts from font and frame resolution.
8211 (sort_fonts): New function to sort fonts, temporarily setting
8212 font_frame to the frame in effect.
8213 (xlfd_point_size): Take additional frame parameter to be able
8214 to get at the display's resolution.
8215
8216 * xterm.c (x_setup_relief_colors): Use WHITE_PIX_DEFAULT and
8217 BLACK_PIX_DEFAULT.
8218 (x_setup_relief_color): Use FRAME_X_SCREEN instead of default
8219 screen of display.
8220
82211998-03-31 Gerd Moellmann <gerd@gnu.org>
8222
8223 * xfaces.c (choose_face_fontset): Instantiate fontsets.
8224
8225 * fontset.h: Add external declarations for Vfontset_alias_alist
8226 and Vglobal_fontset_alist.
8227
8228 * xfaces.c (merge_lisp_face_vector_with_property): Simplified.
8229 (realize_default_face): If frame parameters contain an artificial
8230 font name naming a fontset, set the family of the default face to
8231 the fontset name given by the registry.
8232
8233 * Makefile.in (alloc.o): Add dependency to dispextern.h.
8234
82351998-03-22 Gerd Moellmann <gerd@gnu.org>
8236
8237 * alloc.c (mark_object): Add function prototype. Add cast to
8238 Lisp_Object pointer in call to mark_object for symbol names
8239 because this otherwise gives a warning from gcc 2.8.1.
8240 (mark_face_cache): Mark Lisp objects in realized faces.
8241
82421998-03-19 Gerd Moellmann <gerd@gnu.org>
8243
8244 * frame.h (struct frame): Add member face_cache.
8245
8246 * alloc.c (mark_object): Mark face cache.
8247 (mark_face_cache): Mark Lisp faces in face cache of frame.
8248
8249 * frame.c (make_frame): Initialize face_cache.
8250 (Fdelete_frame): Free it.
8251
82521998-03-18 Gerd Moellmann <gerd@gnu.org>
8253
8254 * xfaces.c: Very first skeleton of functions for face realization,
8255 face merging, face cache etc.
8256
8257 * dispextern.h (struct rface): Realized faces. Will replace
8258 struct face when tested.
8259 (struct face_cache): Realized face caches.
8260
8261 * xdisp.c (init_iterator): Initialize area member of display
8262 iterator.
8263
82641998-03-17 Gerd Moellmann <gerd@gnu.org>
8265
8266 * xterm.c (x_append_glyph): Use it->area to store glyphs.
8267
8268 * dispextern.h (struct display_iterator): New member area.
8269
8270 * xterm.c (note_overwritten_text_cursor): Note when the text
8271 cursor of a window is overwritten.
8272
8273 * xdisp.c (set_cursor_from_row): If PT is not found in the
8274 row, display the cursor at the start of the row.
8275
8276 * dispnew.c (direct_output_forward_char): Call
8277 set_cursor_from_row.
8278
8279 * xdisp.c (setup_iterator_overlay_strings_from_glyph_pos): If
8280 position is not in an overlay string, set iterator's position and
8281 method explicitly so.
8282 (set_cursor_from_row): Correct cursor position calculation.
8283 Make it externally visible.
8284 (redisplay_window): Call set_cursor_from_row so that there is only
8285 one place where the cursor position is calculated from a current
8286 row.
8287
8288 * dispextern.h (struct display_iterator): New member
8289 overlay_strings_at_end_processed_p.
8290
8291 * xdisp.c (check_iterator): Perform sanity checks on
8292 display_iterators.
8293 (next_element_from_buffer): Check for overlay strings at ZV.
8294
82951998-03-16 Gerd Moellmann <gerd@gnu.org>
8296
8297 * buffer.c (init_buffer_once): Add left_margin_width and
8298 right_margin_width to buffer_local_flags.
8299
8300 * dispnew.c (margin_glyphs_to_reserve): Function computing
8301 number of glyphs to reserve for a marginal area.
8302 (adjust_glyph_matrix): Call it.
8303 (adjust_frame_glyphs_for_frame_redisplay): Return if frame
8304 is not alive.
8305
8306 * window.c (Fset_window_margins): Allow floats.
8307
8308 * buffer.c (syms_of_buffer): Add buffer-local variables
8309 left-margin-width and right-margin-width. Add defaults
8310 default-left-margin-width and default-right-margin-width.
8311
8312 * buffer.h (struct buffer): New members left_margin_width
8313 and right_margin_width.
8314
8315 * window.c (Fset_window_margins): Make window the last and
8316 optional argument.
8317
8318 * xterm.c (x_draw_glyphs): Compute x-positions for rows with
8319 flag no_marginal_areas_p differently.
8320 (x_clear_end_of_line): Ditto.
8321 (x_draw_glyph_string_relief): Compute width of relief differently
8322 for rows with flag no_marginal_areas_p.
8323
8324 * dispnew.c (update_window_line): Update marginal areas only
8325 for rows that don't have no_marginal_areas_p set.
8326
8327 * xdisp.c (display_mode_line): Set row's flag no_marginal_areas_p.
8328 (display_menu_bar): Ditto.
8329
8330 * dispextern.h (struct glyph_row): New member no_marginal_areas_p.
8331
8332 * dispnew.c (adjust_glyph_matrix): Compute glyph pointers for
8333 marginal areas in window-based redisplay.
8334
8335 * dispextern.h (struct glyph_matrix): New members
8336 left_margin_glyphs and right_margin_glyphs.
8337
83381998-03-15 Gerd Moellmann <gerd@gnu.org>
8339
8340 * minibuf.c (read_minibuf_unwind): Return Lisp_Object.
8341
8342 * charset.c (non_ascii_char_to_string): Use char type parameters
8343 because the function is used that way from outside. Use unsigned
8344 char internally.
8345
8346 * window.c (change_window_height): Return void.
8347 (make_dummy_parent): Return void.
8348 (init_window_once): Return void.
8349 (syms_of_window): Ditto.
8350 (keys_of_window): Ditto.
8351 (delete_window): Correct return with and without value.
8352
8353 * buffer.c (record_buffer): Return void.
8354
8355 * marker.c (unchain_marker): Return void.
8356
8357 * window.c (unshow_buffer): Return void.
8358 (replace_window): Ditto.
8359 (delete_window): Ditto.
8360
8361 * term.c (delete_glyphs_hook): Void return type.
8362 (ring_bell_hook): Ditto.
8363 (set_terminal_window_hook): Ditto.
8364
8365 * sysdep.c (init_sigio): Return void.
8366
8367 * xterm.c (x_set_window_size): Return void.
8368 (x_calc_absolute_position): Ditto.
8369 (x_set_offset): Ditto.
8370 (x_focus_on_frame): Ditto.
8371 (x_unfocus_frame): Ditto.
8372 (x_make_frame_visible): Ditto.
8373 (x_make_frame_invisible): Ditto.
8374 (x_iconify_frame): Ditto.
8375 (x_destroy_window): Ditto.
8376 (x_wm_set_window_state): Ditto.
8377 (x_wm_set_icon_pixmap): Ditto.
8378 (x_wm_set_icon_position): Ditto.
8379 (x_initialize): Ditto.
8380 (x_error_quitter): Ditto.
8381 (x_destroy_window): Use xfree instead of free.
8382
8383 * keyboard.c (clear_waiting_for_input): Return void.
8384
8385 * xterm.c (x_wm_set_size_hint): Return void.
8386 (x_raise_frame): Ditto.
8387 (refreshicon): Ditto.
8388 (x_error_catcher): Ditto.
8389 (x_clear_errors): Ditto.
8390
8391 * keyboard.c (record_asynch_buffer_change): Return void.
8392
8393