summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Rename non-X x_* identifiers 2Alexander Gramiak2019-04-131-2/+4
* Rename non-X x_* identifiersAlexander Gramiak2019-04-131-1/+1
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-2/+3
* Fix defining keyboard macros in CUA modeEli Zaretskii2019-03-201-3/+25
* Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-8/+5
* Fix minibuffer resizing with temporarily selected frames (Bug#34317)Martin Rudalics2019-03-041-2/+6
* Simplify list creation in C codePaul Eggert2019-03-041-1/+1
* Avoid staticvec duplicatesPaul Eggert2019-03-021-9/+11
* Revert "Add hook for all events"Phillip Lord2019-03-021-4/+0
* Don't signal Quit from 'while-no-input' on TTY framesEli Zaretskii2019-03-011-1/+4
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-40/+41
* Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii2019-02-131-5/+11
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-1/+1
* * src/keyboard.c (read_char): Use CALLN.Paul Eggert2019-01-231-1/+1
* Add hook for all eventsPhillip Lord2019-01-221-0/+4
* Add portable dumperDaniel Colascione2019-01-151-2/+39
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Backport: Handle unread-command-events consistently (bug#23980)Chris Feng2018-12-191-0/+3
| * Revert "Revert "Fix infloop in GC mark_kboards""Eli Zaretskii2018-12-021-1/+6
| * Revert "Fix infloop in GC mark_kboards"Eli Zaretskii2018-12-021-6/+1
| * Fix infloop in GC mark_kboardsPaul Eggert2018-12-011-1/+6
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-20/+12
* | Fix infloop in GC mark_kboardsPaul Eggert2018-11-301-109/+72
* | In edebug in GUIs, move focus to the selected frame.Alan Mackenzie2018-10-191-2/+3
* | New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-8/+3
* | Merge from origin/emacs-26Glenn Morris2018-10-031-0/+3
|\ \ | |/
| * Avoid returning early in 'while-no-input' due to subprocessesEli Zaretskii2018-09-291-0/+3
* | file-attributes cleanupPaul Eggert2018-09-231-2/+2
* | Handle thread-signal towards the main thread (Bug#32502)Michael Albinus2018-08-301-2/+25
* | Improve bignum support for system typesPaul Eggert2018-08-271-2/+2
* | Merge branch 'feature/bignum'Tom Tromey2018-08-111-186/+186
|\ \
| * \ Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-15/+32
| |\ \
| * | | More macro renamings for bignumTom Tromey2018-08-071-76/+76
| * | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-123/+123
* | | | Add variable auto-save-no-messageFederico Tedin2018-08-111-2/+6
| |/ / |/| |
* | | Merge from origin/emacs-26Glenn Morris2018-07-241-13/+15
|\ \ \ | | |/ | |/|
| * | Improve doc strings of several variables in keyboard.cEli Zaretskii2018-07-211-13/+15
* | | Fix recording keyboard macros when input method is activeEli Zaretskii2018-07-211-2/+17
| |/ |/|
* | Restore old echo_truncate conditionDaniel Colascione2018-06-161-5/+1
* | Fix building --without-x and similarEli Zaretskii2018-06-151-6/+0
* | ; Assorted documentation fixes in recent changesEli Zaretskii2018-06-121-5/+5
* | Losing focus should not stop idlenessDaniel Colascione2018-06-111-0/+1
* | New focus management interfaceDaniel Colascione2018-06-111-37/+28
* | Remove obsolete keyboard.c codeDaniel Colascione2018-06-111-39/+0
* | Pacify gcc -Wnull-dereference some morePaul Eggert2018-06-101-2/+2
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-6/+15
* | Simplify read_key_sequencePaul Eggert2018-06-091-68/+30
* | Unbreak echoingDaniel Colascione2018-06-091-1/+5
* | Correctly set last_nonmenu_event when replayingDaniel Colascione2018-06-091-3/+39