aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* | Merge from origin/emacs-25John Wiegley2016-03-031-10/+18
|\ \ | |/
| * * src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581)Stefan Monnier2016-02-241-10/+18
* | Merge from origin/emacs-25John Wiegley2016-03-031-4/+4
|\ \ | |/
| * Further improve doc string of 'disable-point-adjustment'Eli Zaretskii2016-02-231-4/+4
* | Merge from origin/emacs-25John Wiegley2016-02-221-6/+6
|\ \ | |/
| * Fix documentation of 'global-disable-point-adjustment'Eli Zaretskii2016-02-221-6/+6
* | Merge from origin/emacs-25John Wiegley2016-02-151-23/+27
|\ \ | |/
| * Fix regression with 'recent-keys' and keyboard macrosEli Zaretskii2016-02-151-23/+27