summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (Qusr1_signal, Qusr2_signal): New variables.Andreas Schwab1999-02-221-0/+17
* (read_key_sequence): Fix previous change.Richard M. Stallman1999-01-241-9/+9
* (read_key_sequence): In key-translation-map andRichard M. Stallman1999-01-111-3/+20
* (read_key_sequence): Tell get_keyelt to look handle autoloads.Richard M. Stallman1999-01-061-2/+13
* In each active map, for each menu bar item, use only the first submap.Richard M. Stallman1999-01-021-0/+17
* (read_char): Don't bindKenichi Handa1998-12-221-1/+0
* Doc fixes.Karl Heuer1998-12-101-7/+8
* (Qlanguage_change): New variable.Geoff Voelker1998-12-021-6/+21
* (syms_of_keyboard): Doc fix.Richard M. Stallman1998-11-241-2/+6
* (parse_menu_item): Avoid initialization for Lisp_Object.Richard M. Stallman1998-10-141-4/+9
* (Fclear_this_command_keys): New function.Richard M. Stallman1998-10-131-0/+10
* (parse_menu_item): For top level of menu bar,Richard M. Stallman1998-10-121-2/+6
* (command_loop_1): When switching to selected window's bfr,Karl Heuer1998-09-101-2/+13