aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/keyboard.c (read_key_sequence): Don't invoke Vprefix_help_commandStefan Monnier2014-06-181-12/+14
* * src/keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_levelSamuel Bronson2014-05-061-5/+8
* Fix freezing with scroll bars of GTK3 Toolkit.Jarek Czekalski2014-04-211-1/+6
* Fix open-dribble-file's treatment of non-ASCII file names.Eli Zaretskii2014-04-131-3/+6
* * keyboard.c (Fopen_dribble_file): Avoid some races.Paul Eggert2014-04-121-9/+3
* * src/keyboard.c (Fopen_dribble_file): Make file private.Glenn Morris2014-04-101-1/+12
* Minor doc updates related to dribble filesGlenn Morris2014-04-051-3/+5
* src/keyboard.c: Fix a typo in a comment to read_char.Eli Zaretskii2014-04-041-1/+1
* Fix event raceDaniel Colascione2014-02-241-2/+6
* * src/keyboard.c (Frecursive_edit): Fix typo in docstring.Juanma Barranquero2014-02-081-1/+1
* * keyboard.c (Frecursive_edit): Say more precicely how throwing `exit' works.Lars Ingebrigtsen2014-02-071-3/+7
* Spelling fix.Paul Eggert2014-02-061-1/+1
* * keyboard.c (kbd_buffer_get_event): Read file notification eventsMichael Albinus2014-02-041-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Doc updates for several Emacs 24.4 changes.Chong Yidong2013-12-251-6/+7
* * xterm.c (x_make_frame_visible): Restore hack which is needed whenDmitry Antipov2013-12-121-5/+0
* Fix minor problems found by static checking.Paul Eggert2013-12-071-4/+6
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-1/+18
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-7/+1
* 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