aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * 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
* 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 doc string of 'minibuffer-message-timeout'Eli Zaretskii2016-08-011-1/+2
* Fix undo boundary in recursive edit (Bug#23632)Phillip Lord2016-06-081-0/+10
* ; * src/keyboard.c (read_char): Fix typos in a comment.Eli Zaretskii2016-04-031-1/+1
* Ignore non-nil. non-cons values of unread-command-eventsEli Zaretskii2016-03-261-4/+4
* * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_echo_areaStefan Monnier2016-03-141-5/+6
* Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* * src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581)Stefan Monnier2016-02-241-10/+18
* Further improve doc string of 'disable-point-adjustment'Eli Zaretskii2016-02-231-4/+4
* Fix documentation of 'global-disable-point-adjustment'Eli Zaretskii2016-02-221-6/+6
* Fix regression with 'recent-keys' and keyboard macrosEli Zaretskii2016-02-151-23/+27
* Fix (c & 040) typo in emergency escapesPaul Eggert2016-01-311-2/+2
* Remove never-set var handle_user_signal_hookPaul Eggert2016-01-261-5/+0
* xwidgets style cleanupPaul Eggert2016-01-221-2/+2
* Backport kqueue integration from masterMichael Albinus2016-01-221-2/+2
* Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+19
* Avoid stdio in SIGINT handlerPaul Eggert2016-01-031-26/+47
* 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
* Add handle_user_signal_hookYAMAMOTO Mitsuharu2015-12-311-0/+5
* 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
* ; 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