aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove pad from struct input_event.Dmitry Antipov2012-11-021-16/+10
* Port to OpenBSD 5.1.Paul Eggert2012-10-201-4/+3
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-172/+140
* Minor tweaks to recently-changed code.Paul Eggert2012-10-081-3/+3
* Merge from trunkDaniel Colascione2012-10-071-215/+154
|\
| * * keyboard.c (read_char): Remove unnecessary 'volatile's and label.Paul Eggert2012-10-051-9/+3
| * * profiler.c (handle_profiler_signal): Inhibit pending signals too,Paul Eggert2012-10-031-2/+2
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-11/+11
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-165/+104
| * * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.Chong Yidong2012-09-231-0/+5
| * Fix bugs #12447 and #12326 with infloop causes by idle timers, update docs.Eli Zaretskii2012-09-221-12/+22
| * Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-28/+19
* | Merge from trunkDaniel Colascione2012-09-171-184/+137
|\ \ | |/
| * Remove configure's --without-sync-input option.Paul Eggert2012-09-161-36/+1
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-10/+10
| * Use a more backwards-compatible timer format.Paul Eggert2012-09-131-2/+2
| * Simplify SIGIO usage.Paul Eggert2012-09-121-44/+27
| * Remove unread-command-char.Stefan Monnier2012-09-121-21/+4
| * * src/eval.c: Add `inhibit-debugger'.Stefan Monnier2012-09-111-2/+2
| * Prefer assignment to memcpy when either will do.Paul Eggert2012-09-111-1/+1
| * Signal-handler cleanup.Paul Eggert2012-09-061-24/+48
| * Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-28/+26
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-22/+22
| * Clean up some extern decls.Paul Eggert2012-09-021-1/+1
* | Implement cygw32Daniel Colascione2012-09-171-6/+6
|/
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-4/+3
* Refactor window-system configurationDaniel Colascione2012-08-311-14/+5
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1
* Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-4/+2
* In Fposn_at_x_y do not allow internal window as argument.Martin Rudalics2012-08-231-1/+1
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-211-12/+8
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-61/+116
* 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