summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics2012-08-161-4/+1
* Fix compiler warning in keyboard.c.Eli Zaretskii2012-08-141-0/+2
* Fix last change in keyboard.c.Eli Zaretskii2012-08-141-0/+3
* Fix a problem with disabled mouse movement events.Eli Zaretskii2012-08-141-0/+6
* * src/keyboard.c (access_keymap_keyremap): Accept anonymous functions.Barry O'Reilly2012-08-141-1/+1
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-62/+61
* Tiny comment updatesGlenn Morris2012-08-081-1/+1
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-4/+4
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-16/+16
* * keyboard.c (timer_check_2): Add break so timer_check returns next timeout.Jan Djärv2012-08-061-0/+1
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-16/+16
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-5/+5
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+2
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-36/+41
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-4/+5
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-16/+16
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-1/+1
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-8/+1
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-8/+2
* Bind language-change in special-event-map.Eli Zaretskii2012-07-211-0/+4
* Cleanup calls to Fgarbage_collect.Dmitry Antipov2012-07-201-8/+4
* * src/lisp.h (last_undo_boundary): Declare new var.Stefan Monnier2012-07-181-1/+10
* Use empty_unibyte_string where applicable.Dmitry Antipov2012-07-121-1/+1
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-49/+28
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-5/+5
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-20/+18
* Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+3
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-3/+0
* * src/editfns.c (region_limit): Clip to narrowing.Stefan Monnier2012-06-281-3/+3
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-2/+2
* * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):Andreas Schwab2012-06-251-10/+12
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-5/+5
* Fix bug when time_t is unsigned and as wide as intmax_t.Paul Eggert2012-06-231-4/+2
* Avoid compiler warnings in comparing time_t.Eli Zaretskii2012-06-231-2/+4
* Improve and document the language-change event on MS-Windows.Eli Zaretskii2012-06-231-3/+5
* Support higher-resolution time stamps.Paul Eggert2012-06-221-100/+88
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-41/+41
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* * 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