aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Call get_local_map with new argument list.Gerd Moellmann2001-01-121-21/+19
* (Fexecute_extended_command): Use aGerd Moellmann2001-01-091-1/+5
* (Fread_key_sequence_vector): Avoid newline inDave Love2001-01-071-2/+2
* (record_char): Remove unused function-scope variableEli Zaretskii2001-01-021-5/+1
* (echo_char): If C is an integer, always callGerd Moellmann2000-12-281-10/+1
* (echo_prompt): Always set current_kboard->echoptr toGerd Moellmann2000-12-231-16/+17
* (echo_prompt): Prevent a compiler warning.Gerd Moellmann2000-12-201-1/+1
* (echo_prompt): Argument type changed to Lisp_Object.Kenichi Handa2000-12-141-10/+40
* (do_mouse_tracking): Make externally visible.Gerd Moellmann2000-12-131-1/+1
* (menu_bar_items, tool_bar_items):Stefan Monnier2000-12-131-4/+3
* (record_char): Don't record identical help-echoGerd Moellmann2000-12-051-6/+31
* (Fread_key_sequence): Don't start the busy cursorGerd Moellmann2000-12-041-0/+4
* (record_char): Record `help-echo' input eventsGerd Moellmann2000-12-041-5/+16
* (lucid_event_type_list_p): Handle `help-echo',Gerd Moellmann2000-11-271-1/+7
* (make_lispy_event) [mouse_wheel, drag_n_drop]: Args toJason Rumney2000-11-251-5/+5
* (Vminibuffer_message_timeout): New variable.Miles Bader2000-11-221-3/+13
* (show_help_echo): Call message3_nolog with number ofGerd Moellmann2000-11-131-1/+1
* (read_char) <wrong_kboard>: Make sure that weGerd Moellmann2000-10-311-1/+1
* (syms_of_keyboard): Change DEFVAR_LISP ofGerd Moellmann2000-10-301-1/+1
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-28/+18
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-4/+10
* * keymap.c (access_keymap): Add AUTOLOAD parameter.Stefan Monnier2000-10-151-61/+8
* (Frecursive_edit): Make sure redisplay can happen.Gerd Moellmann2000-10-051-2/+14
* (update_menu_bindings): New variable.Gerd Moellmann2000-10-041-38/+46
* (menu_bar_one_keymap): If KEYMAP is a symbol,Gerd Moellmann2000-09-291-11/+18
* (show_help_echo): Set help_echo_showing_p.Gerd Moellmann2000-09-251-2/+7
* (menu_bar_items, tool_bar_items)Dave Love2000-09-181-3/+3
* Avoid some more compiler warnings.Gerd Moellmann2000-09-131-39/+53
* (read_char_minibuf_menu_prompt): Call read_char withKenichi Handa2000-08-281-1/+1
* (menu_bar_item): Detect duplicate entries for all itemsStefan Monnier2000-08-271-12/+10
* Fix a typo in a comment.Eli Zaretskii2000-08-271-1/+1
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+3
* (gen_help_event): Add parameter SIZE.Gerd Moellmann2000-08-211-43/+74
* (kbd_buffer_get_event): Handle the case that theGerd Moellmann2000-08-181-7/+11
* (make_lispy_event): Handle the new event typeKenichi Handa2000-08-111-1/+9
* (kbd_buffer_events_waiting): New function.Eli Zaretskii2000-08-091-0/+25
* (syms_of_keyboard): Initialize last_point_position_buffer.Ken Raeburn2000-08-081-0/+2
* (read_char_minibuf_menu_prompt): Add new parameterGerd Moellmann2000-08-021-1/+1
* (show_help_echo, gen_help_event): Extend comments.Gerd Moellmann2000-07-211-6/+12
* (show_help_echo): Add parameter WINDOW.Gerd Moellmann2000-07-181-20/+26
* (show_help_echo): Add parameters OBJECT and POS.Gerd Moellmann2000-07-141-20/+109
* (show_help_echo): Use eval_form. Add comment.Gerd Moellmann2000-07-131-29/+49
* (kbd_buffer_gcpro): Renamed fromGerd Moellmann2000-07-131-48/+75
* (show_help_echo): Accept additional parameterEli Zaretskii2000-07-111-3/+4
* (show_help_echo): New function, extracted from read_char.Stefan Monnier2000-07-051-24/+32
* (adjust_point_for_property): Check if displayGerd Moellmann2000-06-201-0/+1
* missed one in last checkinKen Raeburn2000-06-191-1/+1
* * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checksKen Raeburn2000-06-191-2/+2
* fix up more Lisp_Object/int conversion issuesKen Raeburn2000-06-181-1/+2
* (read_char): Bind message-truncate-lines to tGerd Moellmann2000-06-131-1/+4