summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2017-03-191-3/+3
|\
| * ; * src/keyboard.c (Fposn_at_point): Fix last change.Eli Zaretskii2017-02-251-1/+1
| * Fix doc string of 'posn-at-point'Eli Zaretskii2017-02-251-3/+3
* | Avoid duplicating characters recorded in macrosEli Zaretskii2017-03-031-1/+1
* | Improve commentary for a recent change in keyboard.cEli Zaretskii2017-02-181-1/+1
* | * src/keyboard.c (read_key_sequence): Fix integer-overflow glitch.Paul Eggert2017-02-161-8/+8
* | casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz2017-02-151-10/+15
* | Fix a few integer-overflow glitchesPaul Eggert2017-02-101-1/+1
* | Restore special setting of this-command-keys by M-xEli Zaretskii2017-02-101-0/+25
* | Revamp quitting and fix infloopsPaul Eggert2017-02-011-33/+15
* | Remove immediate_quit.Paul Eggert2017-02-011-38/+7
* | Avoid crashes on C-g in TTY sessionsEli Zaretskii2017-01-301-1/+1
* | Replace QUIT with maybe_quitPaul Eggert2017-01-251-9/+9
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\|
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Port --enable-gcc-warnings to GCC 6.2.1Paul Eggert2016-10-121-0/+5
* | ; fix indentingPaul Eggert2016-12-271-2/+2
* | Fix crashes upon C-g on Posix TTY framesEli Zaretskii2016-12-191-0/+3
* | Undo part of last changeEli Zaretskii2016-12-111-0/+4
* | Avoid aborts when a thread signals an errorEli Zaretskii2016-12-111-7/+0
* | Fix Condition in kbd_buffer_store_buffered_event (bug#19547).Thierry Volpiatto2016-11-301-1/+1
* | Pacify gcc -Wswitch.Paul Eggert2016-11-271-1/+2
* | Reuse already existing lisp symbols for ignore_event (bug#19547).Thierry Volpiatto2016-11-281-6/+3
* | Allow configuring which event throw-on-input should ignore (bug#19547).Thierry Volpiatto2016-11-271-5/+22
* | Avoid errors in posn-at-point for large imagesEli Zaretskii2016-10-291-0/+8
* | ; * src/keyboard.c (make_lispy_event): Fix code formatting in last change.Eli Zaretskii2016-10-151-7/+7
* | Undo the effect of CapsLock when other modifiers are presentDima Kogan2016-10-151-0/+30
* | Improve integer overflow handling a bitPaul Eggert2016-09-241-5/+3
* | Use DEV_TTY more consistentlyPaul Eggert2016-09-061-2/+8
* | Treat SIGINT correctly in GUI sessions on MS-WindowsEli Zaretskii2016-09-051-1/+1
* | Avoid crashes for invalid value of key modifiersEli Zaretskii2016-08-291-1/+6
* | Merge from origin/emacs-25Paul Eggert2016-08-051-1/+2
|\|
| * Fix doc string of 'minibuffer-message-timeout'Eli Zaretskii2016-08-011-1/+2
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-3/+3
* | Work around GCC bug 54561 in a better wayPaul Eggert2016-07-201-1/+6
* | Merge from origin/emacs-25Paul Eggert2016-06-191-0/+10
|\|
| * Fix undo boundary in recursive edit (Bug#23632)Phillip Lord2016-06-081-0/+10
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-6/+4
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-11/+4
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-2/+5
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-0/+9
* | Autosave buffers on logout if HAVE_NTGUIKen Brown2016-05-121-0/+15
* | Fix Bug#23207Michael Albinus2016-04-101-1/+10
* | Merge from origin/emacs-25Paul Eggert2016-04-031-1/+1
|\|
| * ; * src/keyboard.c (read_char): Fix typos in a comment.Eli Zaretskii2016-04-031-1/+1
* | Merge from origin/emacs-25John Wiegley2016-04-021-4/+4
|\|
| * Ignore non-nil. non-cons values of unread-command-eventsEli Zaretskii2016-03-261-4/+4
* | -Paul Eggert2016-03-221-5/+6
|\|
| * * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_echo_areaStefan Monnier2016-03-141-5/+6
* | Merge from origin/emacs-25John Wiegley2016-03-111-4/+4
|\|