summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (kbd_buffer_get_event): Handle FOCUS_IN_EVENT byGerd Moellmann2000-06-081-2/+20
* (make_lispy_event) [WINDOWS_NT]: Pass a window pointer toJason Rumney2000-05-301-1/+2
* (menu_bar_items, tool_bar_items, Fexecute_extended_command): Deal withDave Love2000-05-291-32/+85
* (read_char): Allow character codes 128..255 to beKenichi Handa2000-05-231-2/+4
* (read_char): Don't clear current message for helpGerd Moellmann2000-05-111-9/+19
* (timer_check): Fix typo in comment.Gerd Moellmann2000-04-211-1/+1
* (echo_message_buffer): New variable.Gerd Moellmann2000-04-201-16/+49
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-2/+2
* (lispy_mouse_names): Variable removed.Gerd Moellmann2000-04-031-34/+43
* (lispy_mouse_names): Add additional mouse names.Gerd Moellmann2000-04-011-1/+3
* (Ftop_level): Cancel busy-cursor.Gerd Moellmann2000-03-291-0/+4
* (make_lispy_event): Call buffer_posn_from_coords with correct parameters.Jason Rumney2000-03-031-1/+1
* (read_char): Set `usec' correctly.Kenichi Handa2000-02-261-1/+1
* (recursive_edit_1): Cancel busy-cursor.Gerd Moellmann2000-02-251-0/+8
* (command_loop_1): Call start_busy_cursor beforeGerd Moellmann2000-02-251-17/+26
* Amend last change to check for echo-keystrokes being zero, not nil.Dave Love2000-02-181-7/+15
* (echo_keystrokes): Remove declaration.Dave Love2000-02-181-13/+18