aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* (bind_polling_period): Stop all timers exceptGerd Moellmann2000-02-121-0/+1
* (toplevel): Include systime.h and atimer.h.Gerd Moellmann2000-01-251-28/+49
* Add last change to doc string.Gerd Moellmann2000-01-111-1/+2
* (Fclear_this_command_keys): Clear recent_keysGerd Moellmann2000-01-111-0/+7
* (Vdisable_point_adjustment): New variable.Kenichi Handa1999-12-151-0/+93
* * keyboard.c (Qratio): New symbol.Stefan Monnier1999-12-101-2/+4
* (echo_char): Use KEY_DESCRIPTION_SIZE to check freeKenichi Handa1999-11-181-1/+2
* (command_loop_1): Remove no_redisplay.Gerd Moellmann1999-11-161-11/+4
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-16/+0
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-149/+149
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-5/+3
* (auto-save-interval): Fix doc string.Gerd Moellmann1999-10-101-1/+1
* (Frecursive_edit): Remove unused variable.Gerd Moellmann1999-09-201-29/+21
* (command_loop_1): Change for Lisp_ObjectGerd Moellmann1999-09-131-17/+19