Commit graph

13825 commits

Author SHA1 Message Date
Eli Zaretskii
78c1afb681 (wait_reading_process_input) [!subprocesses]: Don't
reference waiting_for_user_input_p, it's not defined in the branch
without async subprocesses support.
2001-04-21 19:52:11 +00:00
Gerd Moellmann
d43fbe9d8c Comment fixes. 2001-04-20 19:14:21 +00:00
Gerd Moellmann
a122a38eee (delete_kboard): Prevent a dangling reference
from current_kboard to KB, which is freed.
2001-04-19 13:00:29 +00:00
Gerd Moellmann
a2fab450ed (wait_reading_process_input): Call
record_asynch_buffer_change after running timers, to make
read_key_sequence aware of buffer changes from under it.
2001-04-19 12:47:59 +00:00
Gerd Moellmann
eeffb293a3 (Qscalable_fonts_allowed): New variable.
(realizing_basic_faces_p): Removed.
(x_face_list_fonts): Special handling for realizing_basic_faces_p
removed.
(realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
(syms_of_xfaces): Initialize Qscalable_fonts_allowed.  Change
default for scalable-fonts-allowed to t.
2001-04-18 18:53:11 +00:00
Gerd Moellmann
0f8d6dc7c2 *** empty log message *** 2001-04-18 15:36:20 +00:00
Gerd Moellmann
d21dd12d90 (Finsert_file_contents): If the file size returned from
stat is zero, set END to READ_BUF_SIZE.  This makes sure we can
read from files on a procfs whose contents are generated
dynamically.
2001-04-18 15:34:35 +00:00
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