summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert changes installed by xwidgets mergePaul Eggert2015-02-011-25/+0
* Merge branch 'master' into xwidgetJoakim Verona2015-02-011-21/+34
|\
| * Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii2015-01-311-21/+32
| * Fix while-no-input loops (Bug#19547)Eli Zaretskii2015-01-311-0/+2
* | Merge branch 'master' into xwidgetJoakim Verona2015-01-251-22/+15
|\ \ | |/
| * Count MANY function args more reliablyPaul Eggert2015-01-251-22/+15
* | cleanupJoakim Verona2015-01-211-1/+0
* | merge masterJoakim Verona2015-01-151-7/+10
|\ \ | |/
| * Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-3/+6
| * Miscellaneous tiny fixes here and there.Dmitry Antipov2015-01-121-4/+4
* | Update to new DEFSYM strategyJoakim Verona2015-01-111-2/+1
* | merge master, fix conflictsJoakim Verona2015-01-111-173/+84
|\ \ | |/
| * Port to 32-bit --with-wide-intPaul Eggert2015-01-101-29/+28
| * MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-101-5/+1
| * Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-161/+80