summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov2012-12-261-20/+18
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-111-1/+1
* | Fix cygw32 build breakDaniel Colascione2012-12-101-0/+5
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-47/+39
|\ \
| * | Support filesystem notification through inotify on GNU/Linux.RĂ¼diger Sonderfeld2012-12-101-0/+28
| * | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-071-1/+1
| * | * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-061-4/+3
| * | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-4/+1
| * | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10...Ken Brown2012-11-241-32/+0
| * | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-2/+2
* | | Merge from trunk.Eli Zaretskii2012-11-131-15/+16
|\ \ \ | |/ /
| * | * keyboard.c (event_to_kboard): Do not dereferenceDmitry Antipov2012-11-081-7/+14
| * | Remove pad from struct input_event.Dmitry Antipov2012-11-021-16/+10
| |/
* | Merge from trunk after 24.3 was moved to emacs-24 branch.Eli Zaretskii2012-11-021-4/+3
|\ \ | |/
| * Port to OpenBSD 5.1.Paul Eggert2012-10-201-4/+3
* | Merge from trunk.Eli Zaretskii2012-10-121-172/+140
|\ \ | |/
| * keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-172/+140
* | Merge from trunk.Eli Zaretskii2012-10-091-3/+3
|\ \ | |/