summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+1
* | Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-2/+2
* | Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-4/+4
* | * src/keyboard.c (read_key_sequence): Complete last fix (bug#21403)Stefan Monnier2015-09-071-0/+1
* | Re-add the notion of echo_prompt lost in the translationStefan Monnier2015-09-031-17/+20
* | Generalize the prefix-command machinery of C-uStefan Monnier2015-09-011-211/+67
* | Docstring fixes re quotes in C codePaul Eggert2015-09-011-1/+1
* | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-78/+6
* | * src/keyboard.c: Use false/true instead of 0/1 for booleansStefan Monnier2015-08-141-96/+97
* | Deal gracefully with up-events (Bug#19746)David Kastrup2015-08-121-11/+24
* | Fix recording of events pushed onto unread-command-eventsEli Zaretskii2015-08-101-1/+12
* | Support recovery from C stack overflow on MS-WindowsEli Zaretskii2015-08-081-1/+5
|/
* Treat help strings like other doc stringsPaul Eggert2015-08-021-3/+9
* Port to pedantic memcpyPaul Eggert2015-07-311-12/+14
* Fix hang with large yanks This should fix the bug fixed by MikePaul Eggert2015-07-171-2/+2
* Fix value of posn-at-pont in R2L linesEli Zaretskii2015-07-011-3/+8
* Fix bug that munged selection infoPaul Eggert2015-06-231-77/+74
* * src/keyboard.c (last_timer_event): Remove unused var.Paul Eggert2015-06-231-3/+0
* Fix some “nested” quoting confusion in doc stringsPaul Eggert2015-06-211-4/+4