Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (make_lispy_event): Check that ISO_FUNCTION_KEY_OFFSET is defined. | Richard M. Stallman | 1997-07-01 | 1 | -0/+2 |
| | |||||
* | (read_char): Add a call to swallow_events | Richard M. Stallman | 1997-06-30 | 1 | -3/+11 |
| | | | | | when deciding whether to redisplay. (swallow_events): Add forward declaration. | ||||
* | (read_avail_input): Check for failure with EIO. | Richard M. Stallman | 1997-06-23 | 1 | -0/+7 |
| | |||||
* | (kbd_buffer_get_event): When wait_reading_process_input | Richard M. Stallman | 1997-06-13 | 1 | -3/+23 |
| | | | | returns, check Vunread_command_events. | ||||
* | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1997-06-02 | 1 | -2/+4 |
| | |||||
* | (read_key_sequence): Change some locals to `int'. | Richard M. Stallman | 1997-06-02 | 1 | -4/+4 |
| | |||||
* | (command_loop_1): Pass 1 as new arg to sit_for. | Richard M. Stallman | 1997-05-27 | 1 | -4/+4 |
| | | | | (read_char): Likewise, pass 0 for it. | ||||
* | Fix previous change. | Richard M. Stallman | 1997-05-20 | 1 | -1/+1 |
| | |||||
* | (num_nonmacro_input_events): | Richard M. Stallman | 1997-05-19 | 1 | -13/+13 |
| | | | | | Renamed from num_nonmacro_input_chars. (syms_of_keyboard): Rename Lisp variable. | ||||
* | (Vtty_erase_char): Variable defined | Richard M. Stallman | 1997-05-19 | 1 | -0/+12 |
| | | | | | (syms_of_keyboard): Set up Lisp variable. Also set up `num-nonmacro-input-chars' to report actual keystrokes. | ||||
* | (command_loop_1): Use an int for last_command_char. | Richard M. Stallman | 1997-05-10 | 1 | -1/+1 |
| | |||||
* | (Fexecute_extended_command): Pass new arg to Fcompleting_read. | Richard M. Stallman | 1997-05-10 | 1 | -1/+1 |
| | |||||
* | (Qtimer_event): Variable deleted. | Richard M. Stallman | 1997-05-08 | 1 | -88/+19 |
| | | | | | | | | | | (Qtimer_event_handler): New variable. (syms_of_keyboard): Don't initialize Qtimer_event. Do initialize Qtimer_event_handler. (read_char): Don't check for timer event. (swallow_events): Don't handle timer events. (timer_check): Likewise. (make_lispy_event): Likewise. | ||||
* | (read_key_sequence): New argument FIX_CURRENT_BUFFER. | Richard M. Stallman | 1997-04-11 | 1 | -4/+16 |
| | | | | | Restore the current buffer from selected window on occasion. All callers changed. | ||||
* | (make_lispy_event): Use iso_lispy_function_keys for | Richard M. Stallman | 1997-03-22 | 1 | -12/+42 |
| | | | | | | XK_ISO_* keys found in XFree86. (ISO_FUNCTION_KEY_OFFSET): New macro. (iso_lispy_function_keys): New table. | ||||
* | (command_loop_1): Pay attention to a multibyte | Karl Heuer | 1997-02-20 | 1 | -7/+57 |
| | | | | | | | character while handling forward-char and backward-char. [!HAVE_NTGUI && XK_kana_A] (lispy_kana_keys): New variable. [!HAVE_NTGUI] (lispy_function_keys): New variable. (make_lispy_event) [XK_kana_A]: Handle kana keys. | ||||
* | * (interrupt_signal): Make emergency exit work on MSDOS | Eli Zaretskii | 1997-01-16 | 1 | -2/+9 |
| | | | | frames. Block further SIGINTs while `interrupt_signal' runs. | ||||
* | (command_loop_1, read_char): | Richard M. Stallman | 1997-01-05 | 1 | -0/+12 |
| | | | | | | Run Qecho_area_clear_hook when clearing echo area. (Qecho_area_clear_hook): New variable. (syms_of_keyboard): Initialize it. | ||||
* | (read_char_x_menu_prompt): Unread and record all the input events from here. | Richard M. Stallman | 1996-12-26 | 1 | -5/+52 |
| | | | | (record_menu_key): New subroutine. | ||||
* | (modify_event_symbol): | Richard M. Stallman | 1996-12-19 | 1 | -1/+1 |
| | | | | Don't index thru name_table if it is null. | ||||
* | (syms_of_keyboard): Doc fix. | Karl Heuer | 1996-12-05 | 1 | -1/+3 |
| | |||||
* | Change identifiers of the form win32* to w32*. | Geoff Voelker | 1996-11-19 | 1 | -2/+2 |
| | |||||
* | (command_loop_1): Update selected buffer again after read_key_sequence. | Richard M. Stallman | 1996-11-02 | 1 | -0/+4 |
| | |||||
* | (read_avail_input): Don't pass WAITP to read_socket_hook. | Richard M. Stallman | 1996-09-25 | 1 | -2/+1 |
| | |||||
* | (make_lispy_event): When converting from pixel to glyph coordinates, | Richard M. Stallman | 1996-09-21 | 1 | -2/+2 |
| | | | | | | | offset by WINDOW_LEFT_MARGIN; this is needed for left-side scrollbars. (syms_of_keyboard): Initialize and staticpro internal_last_event_frame and read_key_sequence_cmd. | ||||
* | (syms_of_keyboard): Initialize and staticpro internal_last_event_frame and | Erik Naggum | 1996-09-17 | 1 | -0/+6 |
| | | | | read_key_sequence_cmd. | ||||
* | Replaced symbol BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 1 | -2/+2 |
| | |||||
* | (command_loop_1): Test last_overlay_modified | Richard M. Stallman | 1996-09-15 | 1 | -0/+6 |
| | | | | along with last_modified. | ||||
* | (recursive_edit_1): Handle a string as the throw value. | Richard M. Stallman | 1996-09-13 | 1 | -0/+4 |
| | |||||
* | (Fexecute_extended_command): Delete junk lines. | Richard M. Stallman | 1996-09-11 | 1 | -13/+34 |
| | | | | | Print the key bindings after the command, temporarily; then bring back the previous message. | ||||
* | (input_available_signal) [POSIX_SIGNALS]: | Richard M. Stallman | 1996-09-04 | 1 | -2/+2 |
| | | | | | Don't reestablish handler. (interrupt_signal) [POSIX_SIGNALS]: Likewise. | ||||
* | (Fexecute_extended_command): Fix previous change. | Richard M. Stallman | 1996-09-04 | 1 | -1/+3 |
| | |||||
* | (Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload. | Richard M. Stallman | 1996-09-04 | 1 | -1/+7 |
| | |||||
* | (Fexecute_extended_command): gcpro prefixarg. | Richard M. Stallman | 1996-09-04 | 1 | -2/+2 |
| | |||||
* | (record_asynch_buffer_change, gobble_input): | Richard M. Stallman | 1996-09-01 | 1 | -3/+3 |
| | | | | Use sigblock instead of sigblockx. | ||||
* | Removed support for !MULTI_FRAME. | Karl Heuer | 1996-09-01 | 1 | -34/+0 |
| | |||||
* | (requeued_events_pending_p): New function. | Richard M. Stallman | 1996-09-01 | 1 | -2/+13 |
| | |||||
* | (cmd_error): Clear executing_macro. | Richard M. Stallman | 1996-08-30 | 1 | -0/+1 |
| | |||||
* | (cmd_error): Add number of kbd macro iterations to the error message. | Richard M. Stallman | 1996-08-29 | 1 | -1/+13 |
| | |||||
* | (command_loop_1): Cancel echoing etc. | Richard M. Stallman | 1996-08-28 | 1 | -16/+16 |
| | | | | before running post-command-hook and such. | ||||
* | (command_loop_1): Check column_number_displayed | Richard M. Stallman | 1996-08-25 | 1 | -10/+3 |
| | | | | | | in the selected window, not Vcolumn_number_mode. (Vcolumn_number_mode): Variable deleted. (syms_of_keyboard): Delete Lisp variable column-number-mode. | ||||
* | (input_available_signal, interrupt_signal): Undo previous change. | Karl Heuer | 1996-07-16 | 1 | -2/+2 |
| | |||||
* | (input_available_signal, interrupt_signal): | Karl Heuer | 1996-07-15 | 1 | -2/+2 |
| | | | | Don't reinstall sig handler if POSIX_SIGNALS. | ||||
* | (menu_bar_item): Skip menu-bar equiv keys data | Karl Heuer | 1996-07-12 | 1 | -0/+4 |
| | | | | to get just the keymap. | ||||
* | (modify_event_symbol): Add properly to *symbol_table. | Richard M. Stallman | 1996-06-27 | 1 | -1/+1 |
| | |||||
* | (kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame. | Richard M. Stallman | 1996-06-21 | 1 | -1/+2 |
| | |||||
* | (read_char): Use unsigned to compare against | Richard M. Stallman | 1996-06-12 | 1 | -3/+4 |
| | | | | | the size of Vkeyboard_translate_table. Check size for char-table too. | ||||
* | Comment fix. | Karl Heuer | 1996-05-23 | 1 | -1/+1 |
| | |||||
* | (Fexecute_extended_command): Don't look for | Karl Heuer | 1996-05-21 | 1 | -0/+1 |
| | | | | a key binding if executing a kbd macro. | ||||
* | (Qup, Qdown): New variables. | Richard M. Stallman | 1996-05-05 | 1 | -9/+66 |
| | | | | | | | | (syms_of_keyboard): Initialize and staticpro. (scroll_bar_parts): Add Qup and Qdown. (make_lispy_event) [WINDOWSNT]: Handle win32_scroll_bar_click. (command_loop_1): Clear echo area while inhibit-quit is still t. |