summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* 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
* Process multiple X selection requests in process_special_events.Chong Yidong2012-02-241-18/+42
* 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
* Duplicate-word and spelling fixes.Paul Eggert2012-01-101-3/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* 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
* 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
* * src/lisp.h (struct Lisp_Symbol): Update comments.Stefan Monnier2011-10-281-62/+62
* Make function-key-map apply when key is bound to `undefined'.Stefan Monnier2011-10-251-2/+14
* * src/keyboard.c (read_key_sequence_remapped): New var.Stefan Monnier2011-10-031-7/+13
* Whitespace changes.Juanma Barranquero2011-09-091-6/+6
* sprintf-related integer and memory overflow issues.Paul Eggert2011-08-291-18/+28
* Merge from trunk.Paul Eggert2011-08-041-1/+1
|\
| * Check for pthread and use it if found.Jan Djärv2011-08-041-1/+1
* | * keyboard.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-42/+38
* | * keyboard.c: Overflow, signedness and related fixes.Paul Eggert2011-07-161-10/+11
|/
* Merge from trunk.Paul Eggert2011-07-141-1/+2
|\
| * * keyboard.c (Fopen_dribble_file): Document when the file is closed.Lars Magne Ingebrigtsen2011-07-141-1/+2
* | * keyboard.h (num_input_events): Now uintmax_t.Paul Eggert2011-07-071-2/+2
|/
* Fix corner case in prefix-arg handling for mouse events (Bug#1586).Chong Yidong2011-07-021-1/+12
* Add multiple inheritance to keymaps.Stefan Monnier2011-07-021-2/+2
* * keyboard.c (parse_tool_bar_item): Avoid need for strlen.Paul Eggert2011-06-191-2/+2
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-1/+1
* * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.Paul Eggert2011-06-121-3/+3
* Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.Paul Eggert2011-06-121-6/+2
* * lisp.h (UNSIGNED_CMP): New macro.Paul Eggert2011-06-121-2/+6