summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Export get_pos_property to Elisp.Stefan Monnier2013-11-241-9/+9
* Fix bug #15892 with link failures of the Cygwin w32 build.Kazuhiro Ito2013-11-141-1/+1
* * lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.Stefan Monnier2013-11-111-10/+7
* * src/xdisp.c (redisplay_internal): Fix typo in last change.Stefan Monnier2013-11-061-2/+2
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-2/+2
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-1/+1
* * keyboard.c (Fcommand_error_default_function): Fix pointer signednessPaul Eggert2013-11-051-4/+2
* * src/keyboard.c (Fcommand_error_default_function): Rename fromStefan Monnier2013-11-051-22/+16
* * src/keyboard.c (Fdefault_error_output): New function, extracted fromJarek Czekalski2013-11-051-10/+30
* Port to stricter C99 platforms.Paul Eggert2013-11-031-8/+8
* * src/keyboard.c (command_loop_1): If command is nil, call `undefined'.Stefan Monnier2013-10-291-21/+2
* Fix clicks on the menu bar when GPM mouse is in use.Eli Zaretskii2013-10-181-50/+8
* Don't run timers in input-pending-p. Its new check-timers paramBarry O'Reilly2013-10-181-5/+7
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-0/+3
* * keyboard.c, keyboard.h (all_kboards): Now static.Paul Eggert2013-10-151-1/+1
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-101-10/+0
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-101-15/+23
* Fix minor problems found by static checking.Paul Eggert2013-10-081-2/+1
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-50/+114
|\
| * Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.Eli Zaretskii2013-10-051-39/+53
| * Merge from trunk.Eli Zaretskii2013-09-261-30/+11
| |\
| * | Fix crash in GUI mode and enable TTY mouse on Windows.Eli Zaretskii2013-09-241-6/+10
| * | Fix submenus and screen restoration.Eli Zaretskii2013-09-241-1/+12
| * | Half-solution for menus popped up by mouse clicks.Eli Zaretskii2013-09-221-1/+1
| * | Prevent redisplay and keystroke echo during menu navigation.Eli Zaretskii2013-09-221-9/+27
| * | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-0/+16
| * | Fixed C compilation problems.Eli Zaretskii2013-09-051-1/+1
| * | Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-1982/+1452
| |\ \
| * | | Second commit; does not compile yet.Eli Zaretskii2012-08-111-2/+3
* | | | Fix race where emacs aborts when sent SIGTERM.Paul Eggert2013-10-071-2/+3
| |_|/ |/| |
* | | Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-9/+8
* | | A simpler, centralized INLINE.Paul Eggert2013-09-201-3/+0
* | | * keyboard.c (read_char): Fix last change.Stefan Monnier2013-09-101-1/+1
* | | * src/keyboard.c (read_char): Don't break immediate_echo.Stefan Monnier2013-09-101-3/+1
* | | Cleanup frame flushing.Dmitry Antipov2013-09-091-14/+1
| |/ |/|
* | Make --without-x compatible with --enable-gcc-warnings.Dmitry Antipov2013-09-051-1/+12
* | * src/keyboard.c (read_key_sequence_vs): New function.Stefan Monnier2013-09-041-92/+60
* | Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-62/+63
* | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.Dmitry Antipov2013-08-131-2/+0
* | Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-091-1/+1
* | Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-6/+6
* | Fix the fix for bug #14901.Eli Zaretskii2013-07-191-17/+8
* | * keyboard.c: Try to fix typos in previous change.Paul Eggert2013-07-181-4/+11
* | Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.Juanma Barranquero2013-07-181-4/+4
* | New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-36/+16
* | * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-1/+1
* | Fix minor problems found by --enable-gcc-warnings.Paul Eggert2013-07-161-1/+1
* | Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.Jan Djärv2013-07-161-10/+58
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-112/+67
* | Minor EBADF fixes.Paul Eggert2013-07-121-1/+1