aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor fixes for signed vs unsigned integers.Paul Eggert2011-06-051-4/+4
|\
| * Minor fixes for signed vs unsigned integers.Paul Eggert2011-05-311-4/+4
* | Support bidi reordering of text covered by display properties.Eli Zaretskii2011-06-041-1/+1
|\ \ | |/ |/|
| * Fix cursor motion across display strings covering reordered text.Eli Zaretskii2011-05-281-1/+1
* | [ChangeLog]Paul Eggert2011-05-281-1/+1
* | Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-5/+5
* | * keyboard.c (make_lispy_event): Fix problem in integer overflow.Paul Eggert2011-05-121-6/+6
|/
* Add delayed warnings support.Juanma Barranquero2011-04-281-0/+19
* * keyboard.c (handle_user_signal): Fix pointer signedness problem.Paul Eggert2011-04-261-5/+5
* Merge from mainline.Paul Eggert2011-04-261-4/+32
|\
| * src/keyboard.c (QCrtl): Rename from Qrtl. All uses changed.Juanma Barranquero2011-04-261-3/+3
| * Implement debug-on-eventDaniel Colascione2011-04-261-1/+29
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-18/+18
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-19/+19
* | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-4/+4
|/
* * keyboard.c (read_char): Make a var volatile so longjmp won't clobberPaul Eggert2011-04-161-1/+1
* * keyboard.c (make_lispy_event): Remove unused local var.Paul Eggert2011-04-161-1/+0