| Commit message (Expand) | Author | Age | Files | Lines |
* | (record_char): Remove unused function-scope variable | Eli Zaretskii | 2001-01-02 | 1 | -5/+1 |
* | (echo_char): If C is an integer, always call | Gerd Moellmann | 2000-12-28 | 1 | -10/+1 |
* | (echo_prompt): Always set current_kboard->echoptr to | Gerd Moellmann | 2000-12-23 | 1 | -16/+17 |
* | (echo_prompt): Prevent a compiler warning. | Gerd Moellmann | 2000-12-20 | 1 | -1/+1 |
* | (echo_prompt): Argument type changed to Lisp_Object. | Kenichi Handa | 2000-12-14 | 1 | -10/+40 |
* | (do_mouse_tracking): Make externally visible. | Gerd Moellmann | 2000-12-13 | 1 | -1/+1 |
* | (menu_bar_items, tool_bar_items): | Stefan Monnier | 2000-12-13 | 1 | -4/+3 |
* | (record_char): Don't record identical help-echo | Gerd Moellmann | 2000-12-05 | 1 | -6/+31 |
* | (Fread_key_sequence): Don't start the busy cursor | Gerd Moellmann | 2000-12-04 | 1 | -0/+4 |
* | (record_char): Record `help-echo' input events | Gerd Moellmann | 2000-12-04 | 1 | -5/+16 |
* | (lucid_event_type_list_p): Handle `help-echo', | Gerd Moellmann | 2000-11-27 | 1 | -1/+7 |
* | (make_lispy_event) [mouse_wheel, drag_n_drop]: Args to | Jason Rumney | 2000-11-25 | 1 | -5/+5 |
* | (Vminibuffer_message_timeout): New variable. | Miles Bader | 2000-11-22 | 1 | -3/+13 |
* | (show_help_echo): Call message3_nolog with number of | Gerd Moellmann | 2000-11-13 | 1 | -1/+1 |
* | (read_char) <wrong_kboard>: Make sure that we | Gerd Moellmann | 2000-10-31 | 1 | -1/+1 |
* | (syms_of_keyboard): Change DEFVAR_LISP of | Gerd Moellmann | 2000-10-30 | 1 | -1/+1 |
* | * lisp.h (KEYMAPP): New macro. | Stefan Monnier | 2000-10-27 | 1 | -28/+18 |
* | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi | 2000-10-22 | 1 | -4/+10 |
* | * keymap.c (access_keymap): Add AUTOLOAD parameter. | Stefan Monnier | 2000-10-15 | 1 | -61/+8 |
* | (Frecursive_edit): Make sure redisplay can happen. | Gerd Moellmann | 2000-10-05 | 1 | -2/+14 |
* | (update_menu_bindings): New variable. | Gerd Moellmann | 2000-10-04 | 1 | -38/+46 |
* | (menu_bar_one_keymap): If KEYMAP is a symbol, | Gerd Moellmann | 2000-09-29 | 1 | -11/+18 |
* | (show_help_echo): Set help_echo_showing_p. | Gerd Moellmann | 2000-09-25 | 1 | -2/+7 |
* | (menu_bar_items, tool_bar_items) | Dave Love | 2000-09-18 | 1 | -3/+3 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-13 | 1 | -39/+53 |
* | (read_char_minibuf_menu_prompt): Call read_char with | Kenichi Handa | 2000-08-28 | 1 | -1/+1 |
* | (menu_bar_item): Detect duplicate entries for all items | Stefan Monnier | 2000-08-27 | 1 | -12/+10 |
* | Fix a typo in a comment. | Eli Zaretskii | 2000-08-27 | 1 | -1/+1 |
* | 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 |