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