summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (command_loop_1): Resize mini-window to theGerd Moellmann1999-09-121-0/+10
* ChangeGerd Moellmann1999-09-051-4/+4
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-105/+106
* [macintosh]: Set KBD_BUFFER_SIZE to a smaller valueRichard M. Stallman1999-09-031-0/+5
* (command_loop_1): Set beg/end_unchanged perGerd Moellmann1999-08-231-1/+3
* Call change_frame_size and do_pending_window_change withGerd Moellmann1999-08-211-41/+48
* (cmd_error_internal): Don't kill Emacs if this is anEli Zaretskii1999-07-301-1/+1
* (read_char): Use message3_nolog to show help-echo.Gerd Moellmann1999-07-211-121/+716
* (read_key_sequence): Properly reinitializeKarl Heuer1999-06-271-3/+5