| Commit message (Expand) | Author | Age | Files | Lines |
| * | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+3 |
| * | (gen_help_event): Add parameter SIZE. | Gerd Moellmann | 2000-08-21 | 1 | -43/+74 |
| * | (kbd_buffer_get_event): Handle the case that the | Gerd Moellmann | 2000-08-18 | 1 | -7/+11 |
| * | (make_lispy_event): Handle the new event type | Kenichi Handa | 2000-08-11 | 1 | -1/+9 |
| * | (kbd_buffer_events_waiting): New function. | Eli Zaretskii | 2000-08-09 | 1 | -0/+25 |
| * | (syms_of_keyboard): Initialize last_point_position_buffer. | Ken Raeburn | 2000-08-08 | 1 | -0/+2 |
| * | (read_char_minibuf_menu_prompt): Add new parameter | Gerd Moellmann | 2000-08-02 | 1 | -1/+1 |
| * | (show_help_echo, gen_help_event): Extend comments. | Gerd Moellmann | 2000-07-21 | 1 | -6/+12 |
| * | (show_help_echo): Add parameter WINDOW. | Gerd Moellmann | 2000-07-18 | 1 | -20/+26 |
| * | (show_help_echo): Add parameters OBJECT and POS. | Gerd Moellmann | 2000-07-14 | 1 | -20/+109 |
| * | (show_help_echo): Use eval_form. Add comment. | Gerd Moellmann | 2000-07-13 | 1 | -29/+49 |
| * | (kbd_buffer_gcpro): Renamed from | Gerd Moellmann | 2000-07-13 | 1 | -48/+75 |
| * | (show_help_echo): Accept additional parameter | Eli Zaretskii | 2000-07-11 | 1 | -3/+4 |
| * | (show_help_echo): New function, extracted from read_char. | Stefan Monnier | 2000-07-05 | 1 | -24/+32 |
| * | (adjust_point_for_property): Check if display | Gerd Moellmann | 2000-06-20 | 1 | -0/+1 |
| * | missed one in last checkin | Ken Raeburn | 2000-06-19 | 1 | -1/+1 |
| * | * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks | Ken Raeburn | 2000-06-19 | 1 | -2/+2 |
| * | fix up more Lisp_Object/int conversion issues | Ken Raeburn | 2000-06-18 | 1 | -1/+2 |
| * | (read_char): Bind message-truncate-lines to t | Gerd Moellmann | 2000-06-13 | 1 | -1/+4 |
| * | (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by | Gerd Moellmann | 2000-06-08 | 1 | -2/+20 |
| * | (make_lispy_event) [WINDOWS_NT]: Pass a window pointer to | Jason Rumney | 2000-05-30 | 1 | -1/+2 |
| * | (menu_bar_items, tool_bar_items, Fexecute_extended_command): Deal with | Dave Love | 2000-05-29 | 1 | -32/+85 |
| * | (read_char): Allow character codes 128..255 to be | Kenichi Handa | 2000-05-23 | 1 | -2/+4 |
| * | (read_char): Don't clear current message for help | Gerd Moellmann | 2000-05-11 | 1 | -9/+19 |
| * | (timer_check): Fix typo in comment. | Gerd Moellmann | 2000-04-21 | 1 | -1/+1 |
| * | (echo_message_buffer): New variable. | Gerd Moellmann | 2000-04-20 | 1 | -16/+49 |
| * | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn | 2000-04-05 | 1 | -2/+2 |
| * | (lispy_mouse_names): Variable removed. | Gerd Moellmann | 2000-04-03 | 1 | -34/+43 |
| * | (lispy_mouse_names): Add additional mouse names. | Gerd Moellmann | 2000-04-01 | 1 | -1/+3 |
| * | (Ftop_level): Cancel busy-cursor. | Gerd Moellmann | 2000-03-29 | 1 | -0/+4 |
| * | (make_lispy_event): Call buffer_posn_from_coords with correct parameters. | Jason Rumney | 2000-03-03 | 1 | -1/+1 |
| * | (read_char): Set `usec' correctly. | Kenichi Handa | 2000-02-26 | 1 | -1/+1 |
| * | (recursive_edit_1): Cancel busy-cursor. | Gerd Moellmann | 2000-02-25 | 1 | -0/+8 |
| * | (command_loop_1): Call start_busy_cursor before | Gerd Moellmann | 2000-02-25 | 1 | -17/+26 |
| * | Amend last change to check for echo-keystrokes being zero, not nil. | Dave Love | 2000-02-18 | 1 | -7/+15 |
| * | (echo_keystrokes): Remove declaration. | Dave Love | 2000-02-18 | 1 | -13/+18 |
| * | (bind_polling_period): Stop all timers except | Gerd Moellmann | 2000-02-12 | 1 | -0/+1 |
| * | (toplevel): Include systime.h and atimer.h. | Gerd Moellmann | 2000-01-25 | 1 | -28/+49 |
| * | Add last change to doc string. | Gerd Moellmann | 2000-01-11 | 1 | -1/+2 |
| * | (Fclear_this_command_keys): Clear recent_keys | Gerd Moellmann | 2000-01-11 | 1 | -0/+7 |
| * | (Vdisable_point_adjustment): New variable. | Kenichi Handa | 1999-12-15 | 1 | -0/+93 |
| * | * keyboard.c (Qratio): New symbol. | Stefan Monnier | 1999-12-10 | 1 | -2/+4 |
| * | (echo_char): Use KEY_DESCRIPTION_SIZE to check free | Kenichi Handa | 1999-11-18 | 1 | -1/+2 |
| * | (command_loop_1): Remove no_redisplay. | Gerd Moellmann | 1999-11-16 | 1 | -11/+4 |
| * | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -16/+0 |
| * | more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine | Ken Raeburn | 1999-10-25 | 1 | -149/+149 |
| * | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -5/+3 |
| * | (auto-save-interval): Fix doc string. | Gerd Moellmann | 1999-10-10 | 1 | -1/+1 |
| * | (Frecursive_edit): Remove unused variable. | Gerd Moellmann | 1999-09-20 | 1 | -29/+21 |
| * | (command_loop_1): Change for Lisp_Object | Gerd Moellmann | 1999-09-13 | 1 | -17/+19 |