summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-021-15/+17
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-2/+2
* Merge from trunk.Paul Eggert2012-05-251-155/+22
|\
| * * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.Paul Eggert2012-05-141-2/+1
| * * keyboard.c (kbd_buffer_get_event): Read special events also inMichael Albinus2012-05-141-0/+2
| * Fix up display of the *Minibuf-0* buffer in the mini window.Jérémy Compostella2012-05-071-2/+4
| * Add new error and function `user-error'.Stefan Monnier2012-05-041-2/+8
| * Reimplement execute-extended-command in Elisp.Aaron S. Hawley2012-05-011-147/+0
| * Don't clear echo area prematurely when handling select window events (Bug#113...Martin Rudalics2012-04-241-1/+4
| * Spelling fixes.Paul Eggert2012-04-221-1/+1
| * * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.Paul Eggert2012-04-221-0/+2
* | Merge from trunk.Paul Eggert2012-04-211-4/+19
|\ \ | |/
| * * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.Paul Eggert2012-04-201-0/+2
| * * src/keyboard.c: Override inhibit-quit after the third C-g.Jason S. Cornez2012-04-101-4/+17
* | Merge from trunk.Paul Eggert2012-04-091-3/+16
|\ \ | |/
| * Several miscellaneous doc changes.Chong Yidong2012-04-041-1/+1
| * * src/keyboard.c (safe_run_hooks_error): Don't unquote strings.Stefan Monnier2012-03-281-1/+1
| * New variable selection-inhibit-update-commands, for inhibiting selection upda...Chong Yidong2012-03-261-1/+14
* | Merge from trunk.Paul Eggert2012-02-241-18/+42
|\ \ | |/
| * Process multiple X selection requests in process_special_events.Chong Yidong2012-02-241-18/+42
* | Merge from trunk.Paul Eggert2012-02-101-13/+16
|\ \ | |/
| * Fix bug #10696 with crash when an empty display string is at BOB.Eli Zaretskii2012-02-041-1/+3
| * * src/keyboard.c (Vecho_keystrokes): Document zero value.Chong Yidong2012-01-271-12/+13
* | Merge from trunk.Paul Eggert2012-01-141-3/+3
|\ \ | |/
| * Duplicate-word and spelling fixes.Paul Eggert2012-01-101-3/+3
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-30/+46
|\ \ | |/
| * Handle X selection requests in input-pending-p.Chong Yidong2011-12-051-6/+19
| * Don't call Lisp in signal handlerAndreas Schwab2011-12-041-13/+16
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
| * Fixes: debbugs:10169Andreas Schwab2011-12-011-1/+1
| * Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-281-7/+7
| * Fix typos.Juanma Barranquero2011-11-201-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-7/+11
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-171-2/+2
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
| * Spelling fixes.Paul Eggert2011-11-131-1/+1
| * Spelling fixes.Paul Eggert2011-11-111-1/+1
| * * src/keyboard.c (interrupt_signal): Don't call kill-emacs while inAndreas Schwab2011-11-061-2/+6
* | Merge from trunk.Paul Eggert2011-10-291-62/+62
|\ \ | |/
| * * src/lisp.h (struct Lisp_Symbol): Update comments.Stefan Monnier2011-10-281-62/+62
* | Merge from trunk.Paul Eggert2011-10-251-2/+14
|\ \ | |/
| * Make function-key-map apply when key is bound to `undefined'.Stefan Monnier2011-10-251-2/+14
* | * keyboard.c (parse_modifiers_uncached): Simpler fix.Paul Eggert2011-10-231-1/+1
* | Merge from trunk.Paul Eggert2011-10-061-7/+13
|\ \ | |/
| * * src/keyboard.c (read_key_sequence_remapped): New var.Stefan Monnier2011-10-031-7/+13
* | Fix ptrdiff_t/EMACS_INT confusion.Paul Eggert2011-09-211-1/+1