aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-2/+2
* * lisp/subr.el (read-quoted-char): Use read-key.Stefan Monnier2013-07-051-1/+0
* * keyboard.c: Don't use PROP (...) as an lvalue.Paul Eggert2013-06-101-5/+6
* * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier2013-06-041-9/+14
* * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them toStefan Monnier2013-06-031-1/+1
* * configure.ac (file-notification): New option, replaces inotify option.Michael Albinus2013-06-031-33/+21
* src/keyboard.c (read_decoded_event_from_main_queue): Improve commentaryEli Zaretskii2013-05-231-1/+4
* Don't apply keyboard decoding to unread-command-events.Stefan Monnier2013-05-231-129/+162
* * src/keyboard.c (read_decoded_char): Don't decode under w32.Stefan Monnier2013-05-231-0/+7
* * keyboard.c (timer_start_idle): Remove no-longer-used local.Paul Eggert2013-04-141-2/+0
* * src/keyboard.c (timer_start_idle): Call internal-timer-start-idle insteadStefan Monnier2013-04-101-10/+1
* * src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier2013-04-081-5/+5
* * indent.c (current_column_bol_cache): Remove leftover which is notDmitry Antipov2013-03-291-11/+0
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-12/+12
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-4/+3
* Static checking by Sun C 5.12.Paul Eggert2013-03-131-4/+1
* * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-101-76/+69
* Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier2013-03-081-1/+1
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-3/+1
* * lisp/simple.el (command-execute): Move from C. Add obsolete check.Stefan Monnier2013-02-201-96/+5
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-3/+3
* Fix bug #13720 with auto-save-timeout less than 4 seconds.Eli Zaretskii2013-02-151-3/+4
* * src/keyboard.c (active_maps): Fcurrent_active_maps expects a position, notStefan Monnier2013-02-141-1/+2
* * src/keyboard.c (syms_of_keyboard): Further tweaks of docstring.Stefan Monnier2013-02-131-2/+2
* Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-121-5/+2
|\
| * * src/keyboard.c (input-decode-map, key-translation-map): Doc fixes.Glenn Morris2013-02-121-5/+2
* | Clean up read_key_sequence a tiny bit more.Paul Eggert2013-02-111-17/+5
* | Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier2013-02-111-362/+92
* | * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-44/+30
* | Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-3/+3
* | * src/keyboard.c (echo_add_key): Rename from echo_add_char.Stefan Monnier2013-01-081-3/+3
* | Fix echoing of replayed keys.Chong Yidong2013-01-061-68/+78