aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
...
* (make_lispy_event) <mouse-wheel>: Set count to 1Jason Rumney2002-05-041-2/+4
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-6/+6
* (command_loop_1): Don't call start_hourglassRichard M. Stallman2002-04-131-3/+7
* (Qleft_margin, Qright_margin): Declare.Gerd Moellmann2002-04-121-0/+10
* (gen_help_event): int/Lisp_Object confusion.Stefan Monnier2002-04-121-1/+1
* (command_loop_1): Turn off transient-mark-mode ratherStefan Monnier2002-04-121-40/+28
* Fix comment.Pavel Janík2002-04-031-1/+1
* (make_lispy_event): Handle unknown keysyms togetherStefan Monnier2002-04-031-34/+15
* (read_char): If the event was Qselect_window,Eli Zaretskii2002-04-021-0/+7
* (Qselect_window): New symbol.Pavel Janík2002-04-011-1/+13
* 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