summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix link errors in the Mac OS build that were caused by variables being marke...Ben Key2011-04-141-1/+1
* Merge from mainline.Paul Eggert2011-04-141-1/+1
|\
| * Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab2011-04-121-1/+1
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-3/+4
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-7/+7
* | * keyboard.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-36/+41
* | * commands.h (last_point_position, last_point_position_buffer):Paul Eggert2011-04-111-3/+3
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-41/+52
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-10/+11
|/
* * keyboard.c (read_char): Remove unused var.Paul Eggert2011-04-091-1/+0
* Merge from mainline.Paul Eggert2011-04-091-149/+74
|\
| * * keyboard.c (syms_of_keyboard): Use DEFSYM macro.Chong Yidong2011-04-081-148/+71
| * Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong2011-04-081-4/+6
* | * keyboard.c (access_keymap_keyremap): Print func name, not garbage.Paul Eggert2011-04-061-1/+2
|/
* Merge from mainline.Paul Eggert2011-04-041-1/+2
|\
| * * src/keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at theStefan Monnier2011-04-031-1/+2
* | * keyboard.c (timer_check_2): Mark vars as initialized.Paul Eggert2011-04-021-2/+5
* | * keyboard.c (timer_check_2): Don't assume timer-list and idle-timer-list are...Paul Eggert2011-04-021-6/+6
* | * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):Paul Eggert2011-04-011-7/+0
|/
* Merge from trunkStefan Monnier2011-03-311-143/+171
|\
| * * src/keyboard.c (Fexecute_extended_command): Do log the "suggest keyZachary Kanfer2011-03-301-3/+3