Gerd Moellmann
32dfbf1a8e
(x_create_im): Remove prototype.
2001-08-09 09:48:04 +00:00
Gerd Moellmann
2644796711
(adjust_glyph_matrix): Undo last change.
2001-08-09 09:37:50 +00:00
Gerd Moellmann
99332eb693
(mark_window_display_accurate_1): Remove an assertion.
2001-08-09 09:37:32 +00:00
Gerd Moellmann
0f41e9482a
(adjust_glyph_matrix): In the optimization for
...
windows whose height has changed, disable partially visible
lines.
2001-08-08 11:41:07 +00:00
Gerd Moellmann
22d01aed2d
*** empty log message ***
2001-08-07 14:53:15 +00:00
Gerd Moellmann
d466fa4dcf
(Frecenter): If ARG < 0, and on a window system
...
frame, count in some empty lines when we can't move -ARG lines
down.
2001-08-07 14:19:26 +00:00
Gerd Moellmann
17fdcfc85d
(start_display): Don't try to determine the continuation
...
lines width if lines are truncated. It's superfluous and leads to
incorrect results if POS is not visible in the window after
reseating the iterator at the previous line start.
2001-08-07 11:37:10 +00:00
Gerd Moellmann
8e3fe78ee7
*** empty log message ***
2001-08-06 14:28:58 +00:00
Gerd Moellmann
61869b99b4
(x_dump_glyph_string): Put in #if GLYPH_DEBUG.
2001-08-06 13:37:02 +00:00
Gerd Moellmann
98a8938cdd
(tool-bar-add-item-from-menu): Handle
...
old-style menu definitions.
2001-08-06 10:41:52 +00:00
Gerd Moellmann
339607b4a2
Remove init_stack static declaration.
2001-08-06 10:03:40 +00:00
Gerd Moellmann
5e1f85e0af
*** empty log message ***
2001-08-03 12:33:41 +00:00
Gerd Moellmann
f4e05d97a8
(read_key_sequence): Check that key is an integer
...
before comparing it with quit_char.
(add_command_key): Use larger_vector.
(read_char_x_menu_prompt): Instead of converting symbol and
integer events into conses (EVENT . nil), use (EVENT . disabled)
which cannot be confused with legal events.
(read_char): When reading from Vunread_command_events, check for
events of the form (EVENT . disabled) instead of
(EVENT . nil).
2001-08-03 11:36:48 +00:00
Gerd Moellmann
18f9986a54
(resize_mini_window): If Vmax_mini_window_height is
...
a float, determine the max height from the frame's height.
2001-08-03 09:55:40 +00:00
Gerd Moellmann
fbc7f2a625
*** empty log message ***
2001-08-02 09:04:45 +00:00
Gerd Moellmann
5ae296846a
(redisplay_internal): Take message_cleared_p into
...
account only if minibuf_level == 0.
2001-08-02 08:30:26 +00:00
Gerd Moellmann
e5c60873e7
*** empty log message ***
2001-08-01 13:58:03 +00:00
Gerd Moellmann
96d5e9a031
(redisplay_internal): Add a check for the last
...
displayed message.
2001-08-01 13:55:36 +00:00
Gerd Moellmann
6e019995fd
(message_cleared_p): New variable.
...
(clear_message): Set message_cleared_p when clearing the current
message.
(redisplay_internal): Look at message_cleared_p to capture
the case that the echo area should be cleared.
2001-08-01 13:27:18 +00:00
Gerd Moellmann
308a74d8bd
(resize_echo_area_exactly): Fix typo in function name.
2001-08-01 11:59:42 +00:00
Gerd Moellmann
af42d485b4
(resize_echo_area_exactly): Fix typo in function
...
name.
2001-08-01 11:54:57 +00:00
Gerd Moellmann
f09c15edac
(command_loop_1): Fix spelling of
...
resize_echo_area_exactly.
2001-08-01 11:54:33 +00:00
Gerd Moellmann
81b1a79dc5
*** empty log message ***
2001-08-01 11:25:52 +00:00
Gerd Moellmann
ddc2474766
(x_set_tool_bar_lines): Clear the tool bar window's
...
current matrix when the window gets smaller.
2001-08-01 09:53:58 +00:00
Eli Zaretskii
ada329e63f
(strout): Treat the characters at *ptr as unsigned char.
2001-08-01 08:29:28 +00:00
Gerd Moellmann
ed86208c4e
*** empty log message ***
2001-07-31 14:41:14 +00:00
Gerd Moellmann
2bd2273e7b
(Finsert_file_contents): Don't treat a return value
...
of 0 from emacs_read as an IO error.
2001-07-31 14:40:50 +00:00
Gerd Moellmann
cef68af503
*** empty log message ***
2001-07-30 14:04:37 +00:00
Gerd Moellmann
222d557c86
(abs): New macro.
...
(double_click_fuzz): New variable.
(make_lispy_event): Use it to determine what makes a double-click.
(syms_of_keyboard): DEFVAR_INT it.
2001-07-30 13:58:38 +00:00
Gerd Moellmann
6594ac22d4
*** empty log message ***
2001-07-30 08:18:34 +00:00
Gerd Moellmann
86c041835c
(set_frame_menubar): Take into account that
...
f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
<raeburn@gnu.org>.
2001-07-30 08:12:46 +00:00
Gerd Moellmann
75c5350ac7
(init_from_display_pos): If POS is in an overlay string,
...
deal with the first overlay string having an image `display'
property.
(try_window_reusing_current_matrix, compute_line_metrics): Fix
computation of row's visible height for the case that part of the
row is invisible above and part of the row is at the same time
invisible below the window.
2001-07-27 15:29:54 +00:00
Gerd Moellmann
d6c747a4fd
(shift_glyph_matrix, blank_row): Fix computation
...
of row's visible height.
2001-07-27 15:28:46 +00:00
Gerd Moellmann
98b8a90f65
(x_get_glyph_string_clip_rect): Minor cleanup.
2001-07-27 15:28:08 +00:00
Gerd Moellmann
ac49effecf
*** empty log message ***
2001-07-26 13:41:54 +00:00
Gerd Moellmann
61a925c117
(x-show-tip): Doc fix.
2001-07-26 13:16:25 +00:00
Gerd Moellmann
d63931a26f
(Vx_max_tooltip_size): New variable.
...
(syms_of_xfns): DEFVAR_LISP it.
(Fx_show_tip): Set frame's window_width to the width of the
window. Use a maximum tooltip size specified by
Vx_max_tooltip_size, if that has valid contents.
(x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
2001-07-26 13:14:02 +00:00
Andrew Innes
8c3b00cbc7
(x_display_list): New variable.
...
(w32_term_init): Set it.
2001-07-26 10:06:32 +00:00
Andrew Innes
8911aff342
(x_display_list): New extern.
2001-07-26 10:05:02 +00:00
Gerd Moellmann
1609828861
*** empty log message ***
2001-07-26 09:54:21 +00:00
Gerd Moellmann
2913a9c09b
(resize_mini_window): Give up when inhibit-redisplay
...
is non-nil, instead of when redisplaying_p is non-zero. See
comment there.
(mark_window_display_accurate_1): Add an assertion.
2001-07-26 09:54:02 +00:00
Gerd Moellmann
e743f5996e
*** empty log message ***
2001-07-25 13:00:42 +00:00
Gerd Moellmann
8d5b986d0f
(struct it): Increase size of ctl_chars to 16.
2001-07-25 12:52:23 +00:00
Gerd Moellmann
563b384d14
(Fx_file_dialog): Block/unblock input while processing
...
events so that we get a chance of processing expose events.
2001-07-25 12:45:28 +00:00
Gerd Moellmann
64c5be50fb
(resize_mini_window): Don't resize while redisplaying.
2001-07-25 12:04:25 +00:00
Gerd Moellmann
296808a500
*** empty log message ***
2001-07-24 12:02:11 +00:00
Gerd Moellmann
1783ffa26e
(valid_image_p): Protect better against invalid image
...
specifications.
2001-07-24 11:28:18 +00:00
Gerd Moellmann
f1004faf26
(current_column): Fix column computation in the
...
presence of display table entries.
(current_column_1, Fmove_to_column, compute_motion): Likewise.
2001-07-23 14:47:42 +00:00
Gerd Moellmann
dd42b31ac4
(adjust_glyph_matrix): In the optimization for
...
windows whose height has changed, use the new window height
to compute which rows to invalidate.
2001-07-23 11:33:58 +00:00
Gerd Moellmann
9e5a7f2af4
*** empty log message ***
2001-07-23 10:08:53 +00:00