| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Comment change. | Richard M. Stallman | 1996-03-07 | 1 | -1/+1 |
| | | |||||
| * | (TERMINFO): Define, if HAVE_NCURSES. | Richard M. Stallman | 1996-03-06 | 1 | -23/+19 |
| | | | | | | | (LINUX_SIGIO_DOES_WORK): Maybe define, based on Linux vers. [LINUX_SIGIO_DOES_WORK]: Don't undef SIGIO, SIGPOLL, SIGPOLL. Do define INTERRUPT_INPUT. | ||||
| * | (timers_run): New variable, incremented when a timer is | Richard M. Stallman | 1996-03-06 | 1 | -5/+33 |
| | | | | | | | | | | | | | | | run directly. (timer_check, swallow_events): Increment timers_run. (swallow_events): Redisplay if get_input_pending has run timers. (detect_input_pending_run_timers): New arg DO_DISPLAY. (init_keyboard): Initialize timer_idleness_start_time. (reinvoke_input_signal): Use getpid. (input_poll_signal): Use start_polling after first incrementing poll_suppress_count. | ||||
| * | (x_connection_closed): Don't unblock input until the end. | Richard M. Stallman | 1996-03-06 | 1 | -5/+0 |
| | | |||||
| * | (HAVE_NCURSES): Add #undef. | Richard M. Stallman | 1996-03-06 | 1 | -0/+1 |
| | | |||||
| * | (pixel_to_char_size): Cast args to int. | Richard M. Stallman | 1996-03-06 | 1 | -2/+2 |
| | | |||||
| * | (struct string_block_head): Change to match string_block. | Karl Heuer | 1996-03-06 | 1 | -1/+1 |
| | | |||||
| * | (wait_reading_process_input): | Richard M. Stallman | 1996-03-05 | 1 | -2/+5 |
| | | | | | | | Pass DO_DISPLAY to detect_input_pending_run_timers. (Fopen_network_stream): Set immediate_quit around gethostbyname. | ||||
| * | (sit_for): Pass DISPLAY to detect_input_pending_run_timers. | Richard M. Stallman | 1996-03-05 | 1 | -1/+1 |
| | | |||||
| * | [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted. | Richard M. Stallman | 1996-03-04 | 1 | -9/+0 |
| | | |||||
| * | (Fkill_local_variable): Call find_symbol_value directly, | Richard M. Stallman | 1996-03-04 | 1 | -1/+1 |
| | | | | | not via Fsymbol_value, to avoid getting void-variable error. | ||||
| * | Comment change. | Richard M. Stallman | 1996-03-04 | 1 | -1/+5 |
| | | |||||
| * | (obj): Add xmenu.o. | Richard M. Stallman | 1996-03-03 | 1 | -3/+3 |
| | | | | | (XOBJ): Delete xmenu.o. | ||||
| * | Put most of file into HAVE_MENUS conditional. | Richard M. Stallman | 1996-03-03 | 1 | -0/+10 |
| | | | | | (Fx_popup_menu): Put parts into HAVE_MENUS conditionals. | ||||
| * | (main): Always call syms_of_xmenu. | Richard M. Stallman | 1996-03-03 | 1 | -2/+0 |
| | | |||||
| * | (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change. | Richard M. Stallman | 1996-03-03 | 1 | -2/+0 |
| | | |||||
| * | (wait_reading_process_input): Use getpid when generating SIGIO. | Richard M. Stallman | 1996-03-03 | 1 | -2/+2 |
| | | |||||
| * | [X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions. | Richard M. Stallman | 1996-03-01 | 1 | -0/+2 |
| | | |||||
| * | Avoid the #pragma alloca on AIX 4. | Richard M. Stallman | 1996-02-29 | 1 | -0/+2 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1996-02-28 | 1 | -1/+5 |
| | | |||||
| * | (REL_ALLOC): #undef deleted. | Richard M. Stallman | 1996-02-28 | 1 | -4/+0 |
| | | |||||
| * | [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined. | Richard M. Stallman | 1996-02-28 | 1 | -0/+9 |
| | | |||||
| * | (timer_check): Walk down both timer lists in parallel. | Richard M. Stallman | 1996-02-28 | 1 | -94/+169 |
| | | |||||
| * | (Fexpand_file_name): Fix confusion in detecting | Richard M. Stallman | 1996-02-27 | 1 | -3/+8 |
| | | | | | that default_directory is already absolute so need not be expanded. | ||||
| * | (Fcommand_execute): New arg SPECIAL. All callers changed. | Richard M. Stallman | 1996-02-27 | 1 | -12/+20 |
| | | |||||
| * | (X_CONNECTION_LOCK_FLAG): New macro. | Richard M. Stallman | 1996-02-27 | 1 | -16/+46 |
| | | | | | | | | | (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. | ||||
| * | (x_set_window_size): Clear out the mouse-highlighting data | Richard M. Stallman | 1996-02-27 | 1 | -11/+30 |
| | | | | | | | | | 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. | ||||
| * | (doprnt1): Move cast to unsigned inside a shift. | Richard M. Stallman | 1996-02-26 | 1 | -1/+1 |
| | | |||||
| * | Commenht change. | Richard M. Stallman | 1996-02-26 | 1 | -1/+2 |
| | | |||||
| * | (redisplay_window): Pass preserve_echo_area as a missing | Richard M. Stallman | 1996-02-26 | 1 | -2/+2 |
| | | | | | second argument of redisplay_windows. | ||||
| * | (Fopen_network_stream): Set immediate_quit for the connect. | Richard M. Stallman | 1996-02-26 | 1 | -0/+8 |
| | | |||||
| * | (read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer. | Richard M. Stallman | 1996-02-25 | 1 | -16/+30 |
| | | | | | | (read_minibuf_unwind): Likewise. Also, clearing the buffer is now the last thing we do. | ||||
| * | (command_loop_1): Explicitly clear the echo area | Richard M. Stallman | 1996-02-25 | 1 | -2/+4 |
| | | | | | | with message2; don't just clear echo_area_glyphs. Don't set no_direct in that case. | ||||
| * | (Qinhibit_read_only): Declared. | Richard M. Stallman | 1996-02-25 | 1 | -0/+1 |
| | | |||||
| * | (redisplay_internal): Renamed from redisplay. | Richard M. Stallman | 1996-02-25 | 1 | -10/+32 |
| | | | | | | | New arg PRESERVE_ECHO_AREA. (redisplay): New wrapper function calls redisplay_internal. (redisplay_window, redisplay_windows): New arg PRESERVE_ECHO_AREA. | ||||
| * | (Fcopy_syntax_table): Set default to nil. | Richard M. Stallman | 1996-02-24 | 1 | -1/+10 |
| | | | | | Set the parent only if it was nil. | ||||
| * | (get_doc_string): Move static vars outside the function, | Richard M. Stallman | 1996-02-22 | 1 | -16/+22 |
| | | | | | and rename to get_doc_string_buffer and get_doc_string_buffer_size. | ||||
| * | (Fsleep_for): Accept sub-second intervals. | Erik Naggum | 1996-02-22 | 1 | -1/+1 |
| | | |||||
| * | Comment censored. | Karl Heuer | 1996-02-21 | 1 | -1/+11 |
| | | |||||
| * | (C_DEBUG_SWITCH) [not __GNUC__]: New definition. | Karl Heuer | 1996-02-21 | 1 | -3/+16 |
| | | | | | | | (C_OPTIMIZE_SWITCH) [not __GNUC__]: Add #undef. (X11R5_INHIBIT_I18N): #undef deleted. (REL_ALLOC): Add #undef. | ||||
| * | (vfork): Delete definition (kernel bug fixed). | Karl Heuer | 1996-02-21 | 1 | -4/+0 |
| | | |||||
| * | (map_char_table): Fix args in recursive call. | Karl Heuer | 1996-02-21 | 1 | -1/+1 |
| | | |||||
| * | (Fdo_auto_save): Pause before restoring old message. | Karl Heuer | 1996-02-21 | 1 | -1/+4 |
| | | |||||
| * | (defined_color): When we find a "near" color in the map, | Karl Heuer | 1996-02-21 | 1 | -2/+10 |
| | | | | | make sure it is really available as a read-only color. | ||||
| * | (redisplay_window): If window-scroll-functions change | Karl Heuer | 1996-02-21 | 1 | -6/+15 |
| | | | | | the start position, redisplay from the new one. | ||||
| * | (wait_reading_process_input): | Karl Heuer | 1996-02-21 | 1 | -6/+11 |
| | | | | | | | | 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. | ||||
| * | (swallow_events): New arg DO_DISPLAY. | Karl Heuer | 1996-02-21 | 1 | -121/+206 |
| | | | | | | | | | | | | | | | | | | | (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. | ||||
| * | (Faccept_process_output): Accept sub-second timeouts. | Erik Naggum | 1996-02-21 | 1 | -1/+1 |
| | | |||||
| * | (init_eval_once): Initialize specpdl_ptr. | Karl Heuer | 1996-02-20 | 1 | -0/+1 |
| | | |||||
| * | Comment fix. | Karl Heuer | 1996-02-19 | 1 | -1/+1 |
| | | |||||