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