aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (make_lispy_event): Check integerness and fix Lisp_Object/int mixup.Stefan Monnier2001-11-061-3/+4
* (read_char): Use Fcar and Fcdr, not Fnth.Richard M. Stallman2001-11-051-28/+29
* (echo-area-clear-hook): Undo Oct 29 change.Richard M. Stallman2001-11-051-6/+6
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-4/+4
* (lucid-menu-bar-dirty-flag): Doc fix.Pavel Janík2001-10-311-2/+2
* (Finput_pending_p): Doc fix.Richard M. Stallman2001-10-301-2/+3
* (Finput_pending_p): Fix typo in doc-string.Pavel Janík2001-10-291-7/+7
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-281-372/+366
* (Ftrack_mouse): Add usage: string to doc string.Miles Bader2001-10-211-1/+2
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-25/+37
* (Fcommand_execute): Remove unnecessary prototype (it is already prototypedPavel Janík2001-10-141-1/+0
* (map_prompt): Remove.Stefan Monnier2001-10-081-21/+3
* *** empty log message ***Pavel Janík2001-10-081-3/+0
* (parse_modifiers, apply_modifiers): Use VALMASK.Gerd Moellmann2001-10-071-2/+2
* (make_lispy_event) [HAVE_X_WINDOWS]: If we knowGerd Moellmann2001-10-051-7/+30
* (echo_kboard): Make externally visible.Gerd Moellmann2001-09-261-1/+1
* (read_char): Don't clear a message for a switch-frameGerd Moellmann2001-09-251-1/+3
* (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) toGerd Moellmann2001-09-181-9/+25
* (make_lispy_event): Interpret double_click_fuzzGerd Moellmann2001-08-131-15/+34
* (syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.Eli Zaretskii2001-08-101-1/+1
* (Vpre_help_message): New variable.Gerd Moellmann2001-08-091-3/+25
* (read_key_sequence): Check that key is an integerGerd Moellmann2001-08-031-22/+15
* (command_loop_1): Fix spelling ofGerd Moellmann2001-08-011-2/+2
* (abs): New macro.Gerd Moellmann2001-07-301-5/+21
* (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: IncreaseGerd Moellmann2001-07-171-1/+1
* (read_char) <non_reread>: Record the previous idleGerd Moellmann2001-06-261-2/+11
* (read_key_sequence): Prevent generating a fakeGerd Moellmann2001-05-151-3/+5
* (read_key_sequence): Don't modify events whenGerd Moellmann2001-05-111-8/+20
* (delete_kboard): Handle the case that selected_frameGerd Moellmann2001-05-071-2/+4
* (command_loop_1): Redo change of 2001-03-12.Gerd Moellmann2001-04-251-0/+4
* (delete_kboard): Prevent a dangling referenceGerd Moellmann2001-04-191-2/+16
* (echoing, echo_message_buffer): Make externallyGerd Moellmann2001-04-041-2/+2
* (timer_check): Preserve the value of deactivate-mark.Gerd Moellmann2001-03-151-7/+4
* (quit_throw_to_read_char): Change call toGerd Moellmann2001-03-141-1/+1
* (command_loop_1): Set Vdeactivate_mark to nilGerd Moellmann2001-03-121-4/+9
* (syms_of_keyboard) <overriding-local-map>: Doc fix.Eli Zaretskii2001-03-121-1/+1
* (make_lispy_event): Add string info to the event,Gerd Moellmann2001-03-091-0/+35
* (make_lispy_event, make_lispy_movement): AdjustGerd Moellmann2001-03-091-6/+25
* (make_lispy_event): Avoid generating drag eventsGerd Moellmann2001-03-081-19/+30
* Use display_hourglass_p, start_hourglass,Gerd Moellmann2001-02-211-18/+18
* (read_char): When an event from unread-command-eventsGerd Moellmann2001-02-201-0/+6
* (recursive_edit_1): Bind `inhibit-redisplay' andGerd Moellmann2001-02-191-12/+12
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-6/+6
* Call get_local_map with new argument list.Gerd Moellmann2001-01-121-21/+19
* (Fexecute_extended_command): Use aGerd Moellmann2001-01-091-1/+5
* (Fread_key_sequence_vector): Avoid newline inDave Love2001-01-071-2/+2
* (record_char): Remove unused function-scope variableEli Zaretskii2001-01-021-5/+1
* (echo_char): If C is an integer, always callGerd Moellmann2000-12-281-10/+1
* (echo_prompt): Always set current_kboard->echoptr toGerd Moellmann2000-12-231-16/+17
* (echo_prompt): Prevent a compiler warning.Gerd Moellmann2000-12-201-1/+1