aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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
* Add assertion in adjust_point_for_propertyNicolas Richard2015-06-061-0/+2
* Do not adjust point in a non-selected windowNicolas Richard2015-06-061-0/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-5/+0
* Fix display of overlapping window-specific overlaysEli Zaretskii2015-05-191-1/+2
* Fix keyboard macros that include function keysEli Zaretskii2015-05-081-6/+4
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-291-9/+9
* ; * src/keyboard.c (read_event_from_main_queue): Fix indentation.Eli Zaretskii2015-04-231-1/+1
* Collapse successive char deletions in the undo logStefan Monnier2015-04-131-0/+1
* Avoid crashing with key-chord (Bug#20223)Eli Zaretskii2015-03-311-0/+12
* Fix region extension when scroll bar is on the rightEli Zaretskii2015-03-051-6/+9
* Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-271-1/+1
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-1/+1
* Avoid aborts when input-method-function changes this-command-keys (Bug#19774)Eli Zaretskii2015-02-191-0/+4
* Fixes display of prefix argument when input-method-functionOscar Fuentes2015-02-181-1/+8
* * src/keyboard.c (timer_check_2): Fix incorrect commentKelly Dean2015-02-171-1/+1
* * src/keyboard.c (syms_of_keyboard): Use non-nil default value.Stefan Monnier2015-02-091-1/+1
* Better distinguish infinite from invalid timesPaul Eggert2015-02-081-6/+5