| Commit message (Expand) | Author | Age | Files | Lines |
| * | * keyboard.c (read_char): Fix last change. | Stefan Monnier | 2013-09-10 | 1 | -1/+1 |
| * | * src/keyboard.c (read_char): Don't break immediate_echo. | Stefan Monnier | 2013-09-10 | 1 | -3/+1 |
| * | Cleanup frame flushing. | Dmitry Antipov | 2013-09-09 | 1 | -14/+1 |
| * | Make --without-x compatible with --enable-gcc-warnings. | Dmitry Antipov | 2013-09-05 | 1 | -1/+12 |
| * | * src/keyboard.c (read_key_sequence_vs): New function. | Stefan Monnier | 2013-09-04 | 1 | -92/+60 |
| * | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -62/+63 |
| * | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. | Dmitry Antipov | 2013-08-13 | 1 | -2/+0 |
| * | Use xstrdup and build_unibyte_string where applicable. | Dmitry Antipov | 2013-08-09 | 1 | -1/+1 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -6/+6 |
| * | Fix the fix for bug #14901. | Eli Zaretskii | 2013-07-19 | 1 | -17/+8 |
| * | * keyboard.c: Try to fix typos in previous change. | Paul Eggert | 2013-07-18 | 1 | -4/+11 |
| * | Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se. | Juanma Barranquero | 2013-07-18 | 1 | -4/+4 |
| * | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -36/+16 |
| * | * fileio.c (report_file_errno): Fix errno reporting bug. | Paul Eggert | 2013-07-16 | 1 | -1/+1 |
| * | Fix minor problems found by --enable-gcc-warnings. | Paul Eggert | 2013-07-16 | 1 | -1/+1 |
| * | Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking. | Jan Djärv | 2013-07-16 | 1 | -10/+58 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -112/+67 |
| * | Minor EBADF fixes. | Paul Eggert | 2013-07-12 | 1 | -1/+1 |
| * | Use emacs_open more consistently when opening files. | Paul Eggert | 2013-07-05 | 1 | -2/+2 |
| * | * lisp/subr.el (read-quoted-char): Use read-key. | Stefan Monnier | 2013-07-05 | 1 | -1/+0 |
| * | * keyboard.c: Don't use PROP (...) as an lvalue. | Paul Eggert | 2013-06-10 | 1 | -5/+6 |
| * | * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings): | Stefan Monnier | 2013-06-04 | 1 | -9/+14 |
| * | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier | 2013-06-03 | 1 | -1/+1 |
| * | * configure.ac (file-notification): New option, replaces inotify option. | Michael Albinus | 2013-06-03 | 1 | -33/+21 |
| * | src/keyboard.c (read_decoded_event_from_main_queue): Improve commentary | Eli Zaretskii | 2013-05-23 | 1 | -1/+4 |
| * | Don't apply keyboard decoding to unread-command-events. | Stefan Monnier | 2013-05-23 | 1 | -129/+162 |
| * | * src/keyboard.c (read_decoded_char): Don't decode under w32. | Stefan Monnier | 2013-05-23 | 1 | -0/+7 |
| * | * keyboard.c (timer_start_idle): Remove no-longer-used local. | Paul Eggert | 2013-04-14 | 1 | -2/+0 |
| * | * src/keyboard.c (timer_start_idle): Call internal-timer-start-idle instead | Stefan Monnier | 2013-04-10 | 1 | -10/+1 |
| * | * src/window.c (select_window): Don't record_buffer while the invariant is | Stefan Monnier | 2013-04-08 | 1 | -5/+5 |
| * | * indent.c (current_column_bol_cache): Remove leftover which is not | Dmitry Antipov | 2013-03-29 | 1 | -11/+0 |
| * | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -12/+12 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -4/+3 |
| * | Static checking by Sun C 5.12. | Paul Eggert | 2013-03-13 | 1 | -4/+1 |
| * | * src/keyboard.c: Move keyboard decoding to read_key_sequence. | Stefan Monnier | 2013-03-10 | 1 | -76/+69 |
| * | Separate mouse-1-click-follows-link from mouse-drag-region. | Stefan Monnier | 2013-03-08 | 1 | -1/+1 |
| * | * lisp.h (list2i, list3i): New functions. | Dmitry Antipov | 2013-03-07 | 1 | -3/+1 |
| * | * lisp/simple.el (command-execute): Move from C. Add obsolete check. | Stefan Monnier | 2013-02-20 | 1 | -96/+5 |
| * | Prefer `message1' over `message'. | Stefan Monnier | 2013-02-17 | 1 | -3/+3 |
| * | Fix bug #13720 with auto-save-timeout less than 4 seconds. | Eli Zaretskii | 2013-02-15 | 1 | -3/+4 |
| * | * src/keyboard.c (active_maps): Fcurrent_active_maps expects a position, not | Stefan Monnier | 2013-02-14 | 1 | -1/+2 |
| * | * src/keyboard.c (syms_of_keyboard): Further tweaks of docstring. | Stefan Monnier | 2013-02-13 | 1 | -2/+2 |
| * | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org | Glenn Morris | 2013-02-12 | 1 | -5/+2 |
| |\ |
|
| | * | * src/keyboard.c (input-decode-map, key-translation-map): Doc fixes. | Glenn Morris | 2013-02-12 | 1 | -5/+2 |
| * | | Clean up read_key_sequence a tiny bit more. | Paul Eggert | 2013-02-11 | 1 | -17/+5 |
| * | | Clean up read_key_sequence a bit; reread active keymaps after first event. | Stefan Monnier | 2013-02-11 | 1 | -362/+92 |
| * | | * src/xdisp.c (message2, message2_nolog): Remove functions. | Stefan Monnier | 2013-01-23 | 1 | -44/+30 |
| * | | Disambiguate function and variable references in docstrings. | Aaron S. Hawley | 2013-01-11 | 1 | -3/+3 |
| * | | * src/keyboard.c (echo_add_key): Rename from echo_add_char. | Stefan Monnier | 2013-01-08 | 1 | -3/+3 |
| * | | Fix echoing of replayed keys. | Chong Yidong | 2013-01-06 | 1 | -68/+78 |