Richard M. Stallman
f47ad16c26
Avoid the #pragma alloca on AIX 4.
1996-02-29 00:32:15 +00:00
Richard M. Stallman
037987b711
Comment change.
1996-02-28 21:34:25 +00:00
Richard M. Stallman
638e85c724
(REL_ALLOC): #undef deleted.
1996-02-28 21:19:39 +00:00
Richard M. Stallman
5b681bb566
[AIX] [HAVE_X11R5] (XIMStatusNothing): Defined.
1996-02-28 18:07:46 +00:00
Richard M. Stallman
9291c07243
(timer_check): Walk down both timer lists in parallel.
1996-02-28 17:51:22 +00:00
Richard M. Stallman
01937013f0
(Fexpand_file_name): Fix confusion in detecting
...
that default_directory is already absolute so need not be expanded.
1996-02-27 16:51:25 +00:00
Richard M. Stallman
158f753256
(Fcommand_execute): New arg SPECIAL. All callers changed.
1996-02-27 06:01:30 +00:00
Richard M. Stallman
6cf0ae869d
(X_CONNECTION_LOCK_FLAG): New macro.
...
(x_connection_close_if_hung): New subroutine, at the end of the file.
Include X11/Xlibint.h only for this function.
#undef bcopy, bzero, bcmp, min, max first.
Define malloc and free to avoid type conflicts.
(x_connection_signal): Use x_connection_close_if_hung.
1996-02-27 02:33:15 +00:00
Richard M. Stallman
aee9a898c4
(x_set_window_size): Clear out the mouse-highlighting data
...
if it applies to this frame.
Clear out the frame cursor position in Xt version as in Xlib version.
(x_update_cursor): If no previous cursor position is known,
leave the cursor off.
1996-02-27 01:16:35 +00:00
Richard M. Stallman
d8e77dfd58
(doprnt1): Move cast to unsigned inside a shift.
1996-02-26 20:24:16 +00:00
Richard M. Stallman
94a66eea13
Commenht change.
1996-02-26 04:40:34 +00:00
Richard M. Stallman
f9c467a3be
(redisplay_window): Pass preserve_echo_area as a missing
...
second argument of redisplay_windows.
1996-02-26 04:39:49 +00:00
Richard M. Stallman
0f2ee0c100
(Fopen_network_stream): Set immediate_quit for the connect.
1996-02-26 00:07:45 +00:00
Richard M. Stallman
59115a2281
(read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer.
...
(read_minibuf_unwind): Likewise. Also, clearing the buffer
is now the last thing we do.
1996-02-25 20:46:59 +00:00
Richard M. Stallman
e6aa7813ab
(command_loop_1): Explicitly clear the echo area
...
with message2; don't just clear echo_area_glyphs.
Don't set no_direct in that case.
1996-02-25 20:44:09 +00:00
Richard M. Stallman
a387611b1b
(Qinhibit_read_only): Declared.
1996-02-25 19:13:40 +00:00
Richard M. Stallman
e9874cee56
(redisplay_internal): Renamed from redisplay.
...
New arg PRESERVE_ECHO_AREA.
(redisplay): New wrapper function calls redisplay_internal.
(redisplay_window, redisplay_windows): New arg PRESERVE_ECHO_AREA.
1996-02-25 06:44:48 +00:00
Richard M. Stallman
0f86732408
(Fcopy_syntax_table): Set default to nil.
...
Set the parent only if it was nil.
1996-02-24 20:03:07 +00:00
Richard M. Stallman
912e8480b7
(get_doc_string): Move static vars outside the function,
...
and rename to get_doc_string_buffer and get_doc_string_buffer_size.
1996-02-22 18:21:03 +00:00
Erik Naggum
6b5153b18a
(Fsleep_for): Accept sub-second intervals.
1996-02-22 05:50:00 +00:00
Karl Heuer
ac26ca64fe
Comment censored.
1996-02-21 21:15:07 +00:00
Karl Heuer
b11432c389
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
...
(C_OPTIMIZE_SWITCH) [not __GNUC__]: Add #undef.
(X11R5_INHIBIT_I18N): #undef deleted.
(REL_ALLOC): Add #undef.
1996-02-21 21:13:39 +00:00
Karl Heuer
1f85184712
(vfork): Delete definition (kernel bug fixed).
1996-02-21 21:13:01 +00:00
Karl Heuer
e2018b7413
(map_char_table): Fix args in recursive call.
1996-02-21 21:12:21 +00:00
Karl Heuer
31f3d83121
(Fdo_auto_save): Pause before restoring old message.
1996-02-21 21:11:24 +00:00
Karl Heuer
ffb16417b9
(defined_color): When we find a "near" color in the map,
...
make sure it is really available as a read-only color.
1996-02-21 21:10:28 +00:00
Karl Heuer
3dcd07e339
(redisplay_window): If window-scroll-functions change
...
the start position, redisplay from the new one.
1996-02-21 21:09:52 +00:00
Karl Heuer
6ed6233b68
(wait_reading_process_input):
...
Pass new arg to swallow_events.
(wait_reading_process_input): If read_kbd is 1,
use detect_input_pending_run_timers instead of detect_input_pending.
1996-02-21 21:08:31 +00:00
Karl Heuer
d9d4c147ce
(swallow_events): New arg DO_DISPLAY.
...
(swallow_events): Process timer_event events here.
(detect_input_pending_run_timers): New function.
(Vtimer_idle_list): New variable.
(syms_of_keyboard): Set up Lisp var.
(timer_check): Check for idle-time timers too.
Expect timers to have 8 slots. Initialize triggertime.
(timer_start_idle, timer_stop_idle): New functions.
(get_input_pending): New arg do_timers_now.
(readable_events): Likewise.
(Finput_pending_p): Use get_input_pending, so we can specify
1 for do_timers_now.
(timer_check): Check for difference being zero.
1996-02-21 21:06:51 +00:00
Erik Naggum
ada9a4fdf9
(Faccept_process_output): Accept sub-second timeouts.
1996-02-21 01:45:21 +00:00
Karl Heuer
270e80748a
(init_eval_once): Initialize specpdl_ptr.
1996-02-20 19:09:48 +00:00
Karl Heuer
db188a6121
Comment fix.
1996-02-19 08:04:43 +00:00
Karl Heuer
ce3cadf41c
(Fx_create_frame): Title is a string, not a symbol.
1996-02-19 07:40:38 +00:00
Richard M. Stallman
82142eb074
Use <config.h>, not "config.h".
1996-02-18 05:22:20 +00:00
Karl Heuer
7051b69b1d
(syms_of_keyboard): Doc fix.
1996-02-17 02:40:39 +00:00
Karl Heuer
ab6ca1de22
(Fopen_dribble_file): Check for failure.
1996-02-17 02:32:31 +00:00
Karl Heuer
6cb52deffb
(Fopen_dribble_file): Close dribble file before
...
opening new file.
1996-02-17 02:28:26 +00:00
Karl Heuer
f11c1c141c
Comment fixes.
1996-02-17 02:23:13 +00:00
Karl Heuer
ce6212a50d
(Fmake_temp_name) [MSDOS]: Make sure there is at least
...
one character before the dot, in case `prefix' is only a directory
name.
1996-02-16 00:17:03 +00:00
Karl Heuer
72dc3bc7e7
(x_real_positions): Cast arg of XFree.
1996-02-13 18:24:25 +00:00
Richard M. Stallman
15f0cf7816
(redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.
1996-02-12 20:56:46 +00:00
Richard M. Stallman
c889e0d823
(x_error_quitter): Add newline to error message.
1996-02-12 20:48:35 +00:00
Richard M. Stallman
f9655c60ab
(xmalloc_widget_value): Define only if USE_X_TOOLKIT.
1996-02-12 10:05:00 +00:00
Richard M. Stallman
0fded513b9
(get_doc_string): Always read entire disk blocks.
1996-02-12 09:49:01 +00:00
Richard M. Stallman
e376f90dd2
[HAVE_NTGUI] (lispy_function_keys): Add mappings
...
for keypad function keys and new PC optional keys.
1996-02-12 06:53:30 +00:00
Richard M. Stallman
36457345c7
(xmalloc_widget_value): Fix previous change.
1996-02-11 23:44:54 +00:00
Richard M. Stallman
f7fab165d0
(xmalloc_widget_value): New function.
...
Use it instead of malloc_widget_value.
1996-02-11 20:31:53 +00:00
Richard M. Stallman
8777fbe2bb
(Fopen_network_stream): Use sizeof, not strlen, for numeric_addr.
1996-02-11 19:26:25 +00:00
Richard M. Stallman
64db13070c
(Fadd_text_properties): Don't return without ungcpro.
1996-02-10 08:58:49 +00:00
Richard M. Stallman
ba8dfba86d
(read_char, timer_check): Call any_kboard_state
...
after calling Fcommand_execute, if was previously in that state.
1996-02-10 08:48:48 +00:00