summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-25John Wiegley2016-02-031-2/+2
|\|
| * Fix (c & 040) typo in emergency escapesPaul Eggert2016-01-311-2/+2
* | Mention context when resume from emergency escapePaul Eggert2016-02-031-0/+3
* | -Paul Eggert2016-01-301-5/+0
|\|
| * Remove never-set var handle_user_signal_hookPaul Eggert2016-01-261-5/+0
* | -Paul Eggert2016-01-301-2/+2
|\|
| * xwidgets style cleanupPaul Eggert2016-01-221-2/+2
| * Backport kqueue integration from masterMichael Albinus2016-01-221-2/+2
* | -Paul Eggert2016-01-301-0/+18
|\|
| * Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+19
| * Avoid stdio in SIGINT handlerPaul Eggert2016-01-031-26/+47
* | Avoid stdio in SIGINT handlerPaul Eggert2016-01-181-26/+47
* | Move variables to inner loop, preparing for Mac port mergeYAMAMOTO Mitsuharu2016-01-181-3/+4
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\|
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| * Move variables to inner loop, preparing for Mac port mergeYAMAMOTO Mitsuharu2015-12-311-3/+4
* | Merge from origin/emacs-25John Wiegley2016-01-111-0/+5
|\|
| * Add handle_user_signal_hookYAMAMOTO Mitsuharu2015-12-311-0/+5
* | Let users disable unsafe signal handling codeDaniel Colascione2016-01-041-0/+19
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-291-10/+12
|\|
| * Port undo fixes to -fno-commonPaul Eggert2015-12-201-1/+2
| * Fix echo for "C-u"Eli Zaretskii2015-12-121-8/+5
| * Fix 'this-command-keys' wrt prefix argumentEli Zaretskii2015-12-111-5/+8
| * After delete, record point location in undo.Phillip Lord2015-11-261-1/+6
| * Fix kbd_buffer iteration loop in readable_eventsKen Raeburn2015-11-241-7/+3
| * src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".Alan Mackenzie2015-11-191-1/+1
* | Work on kqueueMichael Albinus2015-11-251-2/+2
|/
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-121-10/+6
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-121-11/+6
* | * src/keyboard.c (post-command-hook): Shorten docstringArtur Malabarba2015-10-261-7/+3
* | * src/keyboard.c (post-command-hook): Extend the docstringArtur Malabarba2015-10-251-2/+14