summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | merge masterjave2015-01-021-1/+2
|\ \ | |/
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* | whitespace cleanupjave2009-01-011-2/+2
* | Merge branch 'master' into xwidgetjave2014-12-281-1/+1
|\ \ | |/
| * Spelling fixesPaul Eggert2014-12-251-1/+1
* | Merge branch 'master' into xwidgetJoakim Verona2014-12-231-160/+320
|\ \ | |/
| * * src/keyboard.c (input_was_pending): New var.Stefan Monnier2014-12-171-1/+52
| * * src/keyboard.c (swallow_events): Don't redisplay if there's input pending.Stefan Monnier2014-12-171-3/+3
| * * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-4/+4
| * Merge branch 'emacs-24'.Paul Eggert2014-11-281-1/+1
| |\
| | * * src/keyboard.c: Fix comment typo.Glenn Morris2014-11-231-1/+1
| * | Improve time stamp handling, and be more consistent about it.Paul Eggert2014-11-161-4/+9
| * | * lisp/help.el (view-lossage): Include the actual commands run.Stefan Monnier2014-11-091-13/+31
| * | * src/keyboard.c: Call gui-set-selection instead of x-set-selection.Stefan Monnier2014-11-071-3/+3
| * | Ignore BUFFER_SWITCH_EVENT events for the purposes of input-pending-p.Eli Zaretskii2014-11-011-1/+2
| * | Improve mouse dragging of frame edges.Martin Rudalics2014-10-241-2/+24
| * | Cleanup terminal handling code.Dmitry Antipov2014-10-141-8/+10
| * | Enhance terpri to allow conditionally output a newlineLeo Liu2014-10-091-1/+1
| * | * keyboard.c (Qleft, Qright): Remove duplicate definitions.Paul Eggert2014-10-051-1/+0
| * | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-16/+19