2007-04-01 |
Chong Yidong |
(command_loop_1): Fcommand_remapping has new arg; caller changed.
|
2007-03-24 |
Eli Zaretskii |
Fix a comment before `read_key_sequence'.
|
2007-03-20 |
YAMAMOTO Mitsuharu |
(record_char): Add BLOCK_INPUT around fwrite.
|
2007-03-19 |
Richard M. Stallman |
(NUM_RECENT_KEYS): Bump up to 300.
|
2007-03-17 |
Chong Yidong |
(read_key_sequence): Store original event into keybuf when replaying
|
2007-03-10 |
Chong Yidong |
(help_form_saved_window_configs): New var.
|
2007-03-08 |
Richard M. Stallman |
(syms_of_keyboard): Doc fix.
|
2007-01-27 |
Eli Zaretskii |
(Fthis_command_keys, Fthis_command_keys_vector): Doc fix.
|
2007-01-26 |
YAMAMOTO Mitsuharu |
(interrupt_input_blocked): Declare volatile.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2007-01-20 |
Chong Yidong |
(read_key_sequence): Extract local map only if the
|
2007-01-08 |
Jan Djärv |
(init_keyboard): Initialize interrupt_input_blocked and
|
2006-12-23 |
Eli Zaretskii |
(some_mouse_moved): Fix last change.
|
2006-12-19 |
Juanma Barranquero |
(syms_of_keyboard) <double-click-time>: Doc fix.
|
2006-12-19 |
Kim F. Storm |
(kbd_buffer_store_event_hold): Undo 2006-12-04 change.
|
2006-12-15 |
Kim F. Storm |
(ignore_mouse_drag_p): New global var.
|
2006-12-14 |
YAMAMOTO Mitsuharu |
(make_lispy_event): Use find_user_signal_name.
|
2006-12-04 |
Kim F. Storm |
Fix last change.
|
2006-12-04 |
Kim F. Storm |
(kbd_buffer_store_event_hold): Don't throw-on-input
|
2006-11-24 |
Juanma Barranquero |
Space/tab mixup.
|
2006-10-22 |
Kim F. Storm |
(read_char): Make an element (t . EVENT) in
|
2006-10-10 |
Chong Yidong |
* dispnew.c (sit_for): Sit forever if TIMEOUT is t.
|
2006-09-15 |
David Kastrup |
* NEWS: explain new behavior and arguments of `key-binding' and
|
2006-09-13 |
Richard M. Stallman |
(read_char): If end_time specified, don't put the
|
2006-09-10 |
Kim F. Storm |
(Finput_pending_p): Check Vunread_input_method_events
|
2006-08-27 |
YAMAMOTO Mitsuharu |
(in_sighandler): Remove variable.
|
2006-08-25 |
Kim F. Storm |
(Fcurrent_idle_time): Simplify.
|
2006-08-21 |
Jan Djärv |
Clarify difference between in_sighandler and handling_signal.
|
2006-08-21 |
Kenichi Handa |
(syms_of_keyboard): Docstring of
|
2006-08-20 |
Chong Yidong |
* keyboard.c (show_help_echo): Preserve mouse movement flag if
|
2006-08-20 |
Richard M. Stallman |
(Fcurrent_idle_time): New function.
|
2006-08-15 |
Chong Yidong |
* keyboard.c (read_char): Don't change idle timer state at all if
|
2006-08-14 |
Chong Yidong |
* keyboard.c (read_char): Don't reset idle timers if a time limit
|
2006-08-10 |
Jan Djärv |
* keyboard.c: Define in_sighandler.
|
2006-08-09 |
Richard M. Stallman |
(keyremap_step): No-op if fkey->parent = nil.
|
2006-08-05 |
Eli Zaretskii |
(kbd_buffer_get_event): Return Qnil when current time is exactly equal to
|
2006-08-05 |
Chong Yidong |
* keyboard.c (read_char): Rebalance specpdl after receiving jump.
|
2006-07-29 |
Richard M. Stallman |
(safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
|
2006-07-26 |
Chong Yidong |
* keyboard.c (read_char): New arg END_TIME specifying timeout.
|
2006-07-18 |
Kim F. Storm |
(recursive_edit_1): Use xsignal1.
|
2006-07-17 |
Richard M. Stallman |
(Vcommand_error_function): New variable.
|
2006-07-12 |
Kim F. Storm |
(access_keymap_keyremap): Use ARRAYP.
|
2006-07-11 |
Kim F. Storm |
(command_loop_1, read_char, Fexecute_extended_command):
|
2006-07-10 |
Chong Yidong |
* puresize.h (BASE_PURESIZE): Increment to 1211000.
|
2006-07-07 |
Eli Zaretskii |
(Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.
|
2006-05-05 |
YAMAMOTO Mitsuharu |
(make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.
|
2006-04-13 |
Richard M. Stallman |
(read_key_sequence): Explicitly avoid keybuf[-1].
|
2006-03-29 |
Juanma Barranquero |
(process_tool_bar_item): Reorganize dummy args.
|
2006-03-29 |
Stefan Monnier |
(tool_bar_items): Use map_keymap.
|
2006-02-11 |
Eli Zaretskii |
(Venable_disabled_menus_and_buttons): New variable.
|
2006-02-10 |
Kim F. Storm |
* data.c (Findirect_function): Add NOERROR arg. All callers changed
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-01-19 |
Richard M. Stallman |
(echo_char): Don't omit the space between first two echoed chars.
|
2005-12-26 |
Richard M. Stallman |
(last_point_position_window): New variable.
|
2005-12-19 |
YAMAMOTO Mitsuharu |
(make_lispy_event): Drag-and-drop items are now
|
2005-12-10 |
YAMAMOTO Mitsuharu |
(Qmac_apple_event) [MAC_OS]: New variable.
|
2005-10-29 |
Richard M. Stallman |
(command_loop_1): Don't set Vmemory_full here.
|
2005-10-13 |
Kim F. Storm |
(make_lispy_position): Adjust wx for left margin if ON_TEXT.
|
2005-10-11 |
Kim F. Storm |
(make_lispy_position): Fix buffer calculations for
|
2005-10-10 |
Kim F. Storm |
(make_lispy_position): Fix buffer position calculation for
|