1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 14:40:54 -08:00
Commit graph

6231 commits

Author SHA1 Message Date
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
Roland McGrath
37962e6044 (display_buffer_1): Fix typo in last change. 1996-02-10 07:33:29 +00:00
Richard M. Stallman
60117126b5 (display_buffer_1): Raise the frame if already visible. 1996-02-10 07:13:00 +00:00
Richard M. Stallman
9fa09c65d3 (x_real_positions): Use XFree. 1996-02-09 19:12:49 +00:00
Richard M. Stallman
7b6540dd1b (Fdirectory_files): Doc fix. 1996-02-09 01:37:35 +00:00
Richard M. Stallman
e4b68333a9 (min, max): Don't define if already defined. 1996-02-08 21:58:53 +00:00
Geoff Voelker
9c35997bcb (FONT_WIDTH): Use average character width, not maximum. 1996-02-08 19:04:58 +00:00
Richard M. Stallman
3a3bfb181b (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in
the prefix of the temporary file name.
1996-02-08 17:46:58 +00:00
Richard M. Stallman
81c63241a9 (remove_process): Don't unlink the process marker. 1996-02-08 04:19:31 +00:00
Richard M. Stallman
79616aa086 (LIB_STANDARD): Add -lmach.
(LD_DATA_START): Definition deleted.
(LD_SWITCH_SYSTEM): Definition and #undef deleted.
1996-02-07 22:56:22 +00:00
Richard M. Stallman
ccb529a2b5 Initial revision 1996-02-07 22:55:45 +00:00
Richard M. Stallman
0dc88e60fa (Fbuffer_live_p): New function.
(syms_of_buffer): defsubr it.
1996-02-06 23:48:06 +00:00
Richard M. Stallman
6bda48a487 (emacs.o): Depend on blockinput.h. 1996-02-06 20:10:10 +00:00
Richard M. Stallman
6c3a4e9dbb Include blockinput.h. 1996-02-06 20:09:50 +00:00
Richard M. Stallman
061b7f9485 (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT. 1996-02-06 02:34:19 +00:00
Karl Heuer
7968cc2d4b (sigchld_handler): Use cleaner end-of-list test. 1996-02-05 20:32:20 +00:00
Richard M. Stallman
c350a31dde (LIB_X11_LIB): Remove; this undoes the Jan 31 change. The problem was
fixed instead by the Feb 1 change to ../configure.in.
1996-02-05 00:23:03 +00:00
Richard M. Stallman
22fcc83edf (vfork): Define as fork. 1996-02-04 21:34:21 +00:00
Richard M. Stallman
68e0de8238 (read_char_minibuf_menu_prompt): Use malloc to allocate
the echo-area prompt buffer.
(read_char_minibuf_menu_text, read_char_minibuf_menu_width): New variables.
1996-02-04 20:25:10 +00:00
Richard M. Stallman
6186a4a015 (x_connection_signal): Call x_connection_closed properly.
(x_connection_closed): Set FRAME_X_DISPLAY to 0.
(x_destroy_window): Don't do any X operations if FRAME_X_DISPLAY is 0.

(x_term_init): Use "" as 2nd arg to setlocale.

(x_connection_signal): Don't stop polling.
Don't mess with SIGALRM.
Those were relics of the superseded Dec 19 change.
1996-02-04 20:24:09 +00:00
Richard M. Stallman
cc210d6764 [POSIX_SIGNALS] (sigsetmask): Don't define if already defined. 1996-02-04 20:13:47 +00:00