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
Gerd Moellmann
5247262aa7
*** empty log message ***
2001-07-23 09:51:48 +00:00
Gerd Moellmann
ea229bec47
(toplevel) [STDC_HEADERS]: Include float.h.
...
(MAX_10_EXP): New macro.
(Fformat): Use it.
2001-07-23 09:38:43 +00:00
Gerd Moellmann
70ad9fc448
(code_convert_region): Handle the multibyte case if
...
decoding ends with CODING_FINISH_INSUFFICIENT_SRC.
2001-07-23 09:26:46 +00:00
Gerd Moellmann
6e07c0a573
*** empty log message ***
2001-07-20 10:04:36 +00:00
Gerd Moellmann
177ab8cec1
*** empty log message ***
2001-07-20 10:02:19 +00:00
Gerd Moellmann
831fefca49
(struct face): Change type of `stipple' to
...
int; it's an ID.
2001-07-20 09:53:57 +00:00
Gerd Moellmann
c296fc0108
(x_fill_stretch_glyph_string): Remove an assertion.
2001-07-20 09:35:17 +00:00
Gerd Moellmann
4e2a256ba5
*** empty log message ***
2001-07-19 13:26:18 +00:00
Gerd Moellmann
56974e039a
(update_window): Don't set the cursor at the end
...
of the update if display update has been paused.
2001-07-19 13:16:14 +00:00
Gerd Moellmann
b5b8059998
(syms_of_composite): Renamed from
...
syms_of_composition.
2001-07-19 11:20:40 +00:00
Ken Raeburn
c1fd92320c
* fns.c (Fset_char_table_default): Check that a charset is defined before checking its dimension.
2001-07-18 20:42:40 +00:00
Gerd Moellmann
e0300d338f
Fix a typo.
2001-07-18 10:40:57 +00:00
Ken Raeburn
232e274c6e
* lisp.h (XVECTOR): Verify correct object type before returning a pointer.
2001-07-17 16:44:16 +00:00
Ken Raeburn
928a85c1ba
* coding.c (setup_coding_system): Don't do any designation based on reg_bits if
...
charset is not yet defined.
2001-07-17 16:29:39 +00:00
Gerd Moellmann
467f120972
*** empty log message ***
2001-07-17 10:57:38 +00:00
Gerd Moellmann
5333e22e4f
(USAGE1): Add +LINE:COLUMN option help.
2001-07-17 10:33:06 +00:00
Gerd Moellmann
de11c1eaf3
(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
...
to 4096 because of paste problems reported on GNU/Linux.
2001-07-17 09:35:27 +00:00
Gerd Moellmann
c1d61a7dfa
*** empty log message ***
2001-07-16 16:00:02 +00:00
Gerd Moellmann
1b9781296a
(unwind_read): Function removed.
...
(read_non_regular, read_non_regular_quit): New functions.
(Finsert_file_contents): When reading from non-regular files,
arrange to catch a `quit' and terminate the loop. Rearrange
code so that a `quit' when reading from a regular file doesn't
insert text in the buffer.
2001-07-16 15:59:43 +00:00
Gerd Moellmann
c3d6be34f6
*** empty log message ***
2001-07-16 13:00:54 +00:00
Gerd Moellmann
4cba8c0bdc
Comment fix.
2001-07-16 12:22:17 +00:00
Gerd Moellmann
d5641fc560
(clear_face_cache): Clear fonts on a display basis.
...
Clear faces afterwards.
(clear_font_table): Take a x_display_info parameter. Don't free
fonts being the default font of any frame on the given display.
2001-07-16 12:21:02 +00:00
Gerd Moellmann
e06aa1f90f
(CHAR_STRING_NO_SIGNAL): New macro.
2001-07-13 09:31:16 +00:00
Gerd Moellmann
12bcae0584
(char_to_string_1): Extracted from char_to_string.
...
Return -1 instead of signaling an error.
(char_to_string): Use it.
2001-07-13 09:30:42 +00:00
Gerd Moellmann
ea9dd0918a
(get_next_display_element): Use CHAR_STRING_NO_SIGNAL
...
instead of CHAR_STRING which can signal an error.
2001-07-13 09:30:21 +00:00
Stefan Monnier
176c92e68f
(Ffind_coding_systems_region_internal): If safe_codings
...
is t, don't try to append anything to it.
2001-07-12 20:28:45 +00:00
Eli Zaretskii
1c56232f0d
(file_name_completion): Pass dp->d_name to
...
Fstring_match, not elt, which is alays nil here.
2001-07-12 16:29:51 +00:00