| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | | * keyboard.c (record_asynch_buffer_change): Initialize an event | Dmitry Antipov | 2012-12-26 | 1 | -20/+18 |
* | | Consistently use marker_position and marker_byte_position. | Dmitry Antipov | 2012-12-11 | 1 | -1/+1 |
* | | Fix cygw32 build break | Daniel Colascione | 2012-12-10 | 1 | -0/+5 |
* | | Merge from trunk + rename the event. Not tested yet. | Eli Zaretskii | 2012-12-10 | 1 | -47/+39 |
|\ \ |
|
| * | | Support filesystem notification through inotify on GNU/Linux. | RĂ¼diger Sonderfeld | 2012-12-10 | 1 | -0/+28 |
| * | | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 1 | -1/+1 |
| * | | * frame.h (x_char_width, x_char_height): Remove prototypes. | Dmitry Antipov | 2012-12-06 | 1 | -4/+3 |
| * | | Assume POSIX 1003.1-1988 or later for errno.h. | Paul Eggert | 2012-11-26 | 1 | -4/+1 |
| * | | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10... | Ken Brown | 2012-11-24 | 1 | -32/+0 |
| * | | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -2/+2 |
* | | | Merge from trunk. | Eli Zaretskii | 2012-11-13 | 1 | -15/+16 |
|\ \ \
| |/ / |
|
| * | | * keyboard.c (event_to_kboard): Do not dereference | Dmitry Antipov | 2012-11-08 | 1 | -7/+14 |
| * | | Remove pad from struct input_event. | Dmitry Antipov | 2012-11-02 | 1 | -16/+10 |
| |/ |
|
* | | Merge from trunk after 24.3 was moved to emacs-24 branch. | Eli Zaretskii | 2012-11-02 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Port to OpenBSD 5.1. | Paul Eggert | 2012-10-20 | 1 | -4/+3 |
* | | Merge from trunk. | Eli Zaretskii | 2012-10-12 | 1 | -172/+140 |
|\ \
| |/ |
|
| * | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -172/+140 |
* | | Merge from trunk. | Eli Zaretskii | 2012-10-09 | 1 | -3/+3 |
|\ \
| |/ |
|