Eli Zaretskii
eec2d1ded9
(__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
...
defined, include stddef.h and use __SIZE_TYPE__ instead of size_t.
(__memalign_hook): Make the two prototypes consistent.
2001-04-18 10:26:16 +00:00
Gerd Moellmann
f4f480bdba
*** empty log message ***
2001-04-17 16:33:44 +00:00
Gerd Moellmann
c095a1dd19
(redisplay_window): Make sure to clear the desired glyph
...
matrix of mini-windows.
2001-04-17 16:20:33 +00:00
Stefan Monnier
522836336e
(find_interval): Don't rebalance during signal handling.
2001-04-12 12:13:27 +00:00
Gerd Moellmann
30cb0001ff
*** empty log message ***
2001-04-11 14:29:29 +00:00
Gerd Moellmann
91b11d9df1
Include blockinput.h.
2001-04-11 13:58:25 +00:00
Gerd Moellmann
ec2423c930
(Fplist_get): Don't QUIT is interrupt_input_blocked.
2001-04-11 12:58:21 +00:00
Gerd Moellmann
60f8d73535
(Fcompare_strings): Fix return values.
2001-04-10 18:36:02 +00:00
Gerd Moellmann
afffeb573c
*** empty log message ***
2001-04-10 16:13:33 +00:00
Gerd Moellmann
d4e7cf01c9
(window_scroll): Change the meaning of N to mean
...
N screen-fulls or N lines.
(window_scroll_pixel_based, window_scroll_line_based)
(scroll_command, Fscroll_other_window): Change accordingly.
2001-04-10 16:13:02 +00:00
Gerd Moellmann
3a03001381
(redisplay_window) <recenter>: Call window_box_height
...
instead of using it.last_visible_y for the height of the window.
2001-04-10 15:40:40 +00:00
Gerd Moellmann
202379cf46
(window_scroll_pixel_based, Frecenter): Call
...
window_box_height instead of using it.last_visible_y for the
height of the window.
2001-04-10 15:39:53 +00:00
Gerd Moellmann
719d83adfe
*** empty log message ***
2001-04-10 12:16:20 +00:00
Gerd Moellmann
e8691c592f
(Fcopy_file) [WINDOWSNT]: Use CopyFile.
2001-04-10 12:15:53 +00:00
Gerd Moellmann
302f0b2912
(sys_open): Try to open file without _O_CREAT first, to be
...
able to write to hidden and system files. Make file handles
non-inheritable.
2001-04-10 12:15:25 +00:00
Gerd Moellmann
dbb7002916
(sys_spawnve): Quote more chars for Cygwin.
2001-04-10 12:14:49 +00:00
Gerd Moellmann
9170e5d4af
*** empty log message ***
2001-04-09 15:11:06 +00:00
Gerd Moellmann
2d6fabfcdc
(Fplist_get, Fplist_put): Add QUITs.
2001-04-09 15:10:30 +00:00
Gerd Moellmann
522ed7fb45
(try_window_id): When scrolling on a terminal, take
...
the change of window_internal_height into account.
2001-04-09 12:38:20 +00:00
Gerd Moellmann
e9c195b1a4
(window_internal_height): Return 1 less if the
...
window has a header line.
2001-04-09 12:35:37 +00:00
Eli Zaretskii
ceeb3d7db5
(align): If the argument SIZE would overflow
...
__malloc_ptrdiff_t, fail right away.
2001-04-09 10:53:42 +00:00
Gerd Moellmann
63685b9d09
(xmenu_show): Use FRAME_X_SCREEN_NUMBER.
2001-04-06 17:00:26 +00:00
Gerd Moellmann
9d5361248c
(FRAME_X_SCREEN_NUMBER): New macro.
2001-04-06 16:59:10 +00:00
Gerd Moellmann
ab452f9902
(compute_tip_xy): Add parameters WIDTH and HEIGHT.
...
Make sure the tooltip is completely visible.
(x_make_gc): Use FRAME_X_SCREEN_NUMBER.
2001-04-06 16:58:44 +00:00
Dave Love
3ffb33bb50
*** empty log message ***
2001-04-06 10:24:47 +00:00
Dave Love
dd33cc5605
(update_compositions) <check_mask & CHECK_HEAD>: Fix
...
test of `from'.
2001-04-06 10:21:25 +00:00
Gerd Moellmann
afa3935f3d
*** empty log message ***
2001-04-06 10:14:50 +00:00
Gerd Moellmann
1f36b2fca2
(COMPOSITION_VALID_P): Allow integers as cdrs of
...
PROP.
2001-04-06 10:14:24 +00:00
Gerd Moellmann
869fb12c1d
(Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
2001-04-06 09:09:39 +00:00
Dave Love
ae5145c238
comment
2001-04-05 21:15:02 +00:00
Gerd Moellmann
4d664b0433
*** empty log message ***
2001-04-05 15:57:52 +00:00
Gerd Moellmann
18b6bc735c
(getwd) [!HAVE_GETWD]: Unblock input before returning.
2001-04-05 14:59:37 +00:00
Gerd Moellmann
a55e4e68ee
*** empty log message ***
2001-04-05 14:05:12 +00:00
Gerd Moellmann
04b566a183
(Fcurrent_time_zone): Accept spaces in timezone
...
names.
2001-04-05 14:04:44 +00:00
Gerd Moellmann
30ca89f529
(x_free_frame_resources) [USE_X_TOOLKIT]: Set
...
f->output_data.x->widget to null after destroying it.
2001-04-05 13:08:48 +00:00
Gerd Moellmann
ae5564222b
(free_frame_menubar) [USE_MOTIF]: Preserve the
...
shell widget's position only if it is non-null.
2001-04-05 13:07:44 +00:00
Gerd Moellmann
fc2cdd9a0f
(Vmotif_version_string) [USE_MOTIF]: New variable.
...
(syms_of_xfns): DEFVAR_LISP it. Initialize from XmVERSION_STRING.
2001-04-05 13:07:22 +00:00
Gerd Moellmann
81a81c0fd1
(Frequire): Doc fix. Rename parameter FILE_NAME to
...
FILENAME to bring it in synch with the documentation.
2001-04-05 12:29:24 +00:00
Gerd Moellmann
441bf85699
(realizing_basic_faces_p): Renamed from
...
realize_default_face_p.
(realize_basic_faces): Set/clear realizing_basic_faces_p.
(realize_default_face): Don't set the flag.
2001-04-05 12:13:17 +00:00
Gerd Moellmann
37a0ae84a4
Comment fix.
2001-04-05 12:01:19 +00:00
Gerd Moellmann
1013f4e380
(with_echo_area_buffer): Avoid confusion from reusing
...
the buffer that was used for echoing.
2001-04-04 14:06:06 +00:00
Gerd Moellmann
c843d6c65b
(echoing, echo_message_buffer): Make externally
...
visible.
2001-04-04 14:04:38 +00:00
Gerd Moellmann
54cd1651f3
(echoing, echo_message_buffer, cancel_echoing): Declare.
2001-04-04 14:04:01 +00:00
Gerd Moellmann
702a1e8e62
(best_matching_font): Remove unused parameter PATTERN.
...
(first_font_matching): Removed unused function.
(x_face_list_fonts): Remove unused parameter SCALABLE_P.
(may_use_scalable_font_p): Remove parameter FONT; rename
parameter NAME to FONT.
(x_face_list_fonts): Fix missing bounds check.
(realizing_default_face_p): New variable.
(realize_default_face): Set and clear that flag.
(x_face_list_fonts): When called during the realization of the
default face, and no matching fonts are found when ignoring
scalable fonts and fonts matching a regexp from
face-ignored-fonts, try without ignoring fonts.
2001-04-04 12:56:14 +00:00
Gerd Moellmann
ad18ffb15b
(postprocess_image): New function.
...
(lookup_image): Call it for all image types except PostScript.
(x_kill_gs_process): Call postprocess_image.
2001-04-03 15:31:08 +00:00
Gerd Moellmann
f9dbcda413
*** empty log message ***
2001-04-03 11:29:55 +00:00
Gerd Moellmann
a72d5ce5f3
(x_use_underline_position_properties): New variable.
...
(x_draw_glyph_string): Use it.
(syms_of_xterm): DEFVAR_BOOL it.
2001-04-03 11:25:12 +00:00
Gerd Moellmann
651f03b6de
(x_alloc_nearest_color_1): New function.
...
(x_alloc_nearest_color): Use it.
(x_color_cells): Take a Display as argument, instead of a frame.
(string_to_pixel_args, cvt_string_to_pixel_value): New variables.
(cvt_string_to_pixel, cvt_pixel_dtor): New functions.
(x_initialize): Register cvt_string_to_pixel as resource converter
string -> Pixel and cvt_pixel_dtor as pixel resource destructor.
2001-04-02 15:50:06 +00:00
Gerd Moellmann
1c76939805
Remove debugging code.
2001-03-30 18:44:37 +00:00
Gerd Moellmann
b2046df875
(get_overlay_strings): Set iterator's end_charpos.
...
(set_iterator_to_next): If a string from a display property ends,
consider the case that this might also be the end of an
overlay string having the display property.
2001-03-30 18:35:46 +00:00