aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Pavel Janík2002-03-241-10/+10
* (menu_bar_items): Mostly undo 2002-02-20 patch, soKim F. Storm2002-03-211-16/+30
* Added Emacs event save_session_event.Jan Djärv2002-03-101-0/+15
* (echo_char): Make sure to add a separator betweenGerd Moellmann2002-03-081-18/+27
* (echo_prompt, echo_char, echo_dash, echo_now)Gerd Moellmann2002-03-061-70/+67
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-8/+8
* (command_loop_1): Use Fremap_command for command remapping;Kim F. Storm2002-02-231-4/+2
* (kbd_buffer_get_event) [WINDOWSNT]: CorrectedKim F. Storm2002-02-201-1/+1
* (menu_bar_items): Don't include keymap or local-mapKim F. Storm2002-02-201-63/+12
* Do not include "systime.h" twice.Pavel Janík2002-02-161-3/+0
* (Fthis_command_keys, Fthis_command_keys_vector)Richard M. Stallman2002-02-131-2/+10
* (Vthis_original_command): New variable.Kim F. Storm2002-02-061-3/+24
* (recursive_edit_1): Call cancel_hourglass unconditionally.Pavel Janík2002-02-061-2/+2
* (command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally.Pavel Janík2002-02-021-2/+4
* Fix typo.Pavel Janík2002-01-311-1/+1
* (parse_tool_bar_item): Remove duplicated prototypes.Pavel Janík2002-01-261-2/+0
* (record_char): Fix a typo in a comment.Eli Zaretskii2002-01-241-1/+1
* (read_key_sequence): Remove unused variable `extra_maps'.Pavel Janík2002-01-131-2/+1
* (read_key_sequence): Fixed cast of submaps arg to bcopy.Kim F. Storm2002-01-031-1/+1
* (read_key_sequence): Handle the keymap property before minor mode maps.Richard M. Stallman2002-01-021-38/+43
* (record_char): Ignore duplicate help-echo events onlyKim F. Storm2001-12-251-28/+81
* (head_table): Add missing braces around initializer.Pavel Janík2001-12-181-6/+6
* (syms_of_keyboard) <double-click-fuzz>: Doc fix.Richard M. Stallman2001-12-161-1/+4
* (kbd_buffer_store_event): Fix interrupt_signal prototype.Stefan Monnier2001-12-051-14/+38
* (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