]> code.delx.au - gnu-emacs/history - src/keyboard.c
Merge branch 'emacs-24'.
[gnu-emacs] / src / keyboard.c
2014-11-29 Paul EggertMerge branch 'emacs-24'.
2014-11-27 Ted ZlatanovMerge branch 'emacs-24'
2014-11-24 Glenn Morris* src/keyboard.c: Fix comment typo.
2014-11-17 Ulf JasperMerge branch 'uj-icalendar-bug#5433'
2014-11-17 Paul EggertImprove time stamp handling, and be more consistent...
2014-11-16 Stefan MonnierMerge from emacs-24
2014-11-10 Glenn MorrisMerge from emacs-24; up to 117702
2014-11-10 Glenn MorrisMerge from emacs-24; up to 117698
2014-11-10 Stefan Monnier* lisp/help.el (view-lossage): Include the actual comma...
2014-11-09 Glenn MorrisMerge from emacs-24; up to 117691
2014-11-08 Glenn MorrisMerge from emacs-24; up to 117689
2014-11-08 Glenn MorrisMerge from emacs-24; up to 117687
2014-11-07 Stefan Monnier* src/keyboard.c: Call gui-set-selection instead of...
2014-11-05 Glenn MorrisMerge from emacs-24; up to 117669
2014-11-03 Glenn MorrisMerge from emacs-24; up to 2014-08-07T11:49:36Z!rrt...
2014-11-01 Glenn MorrisMerge from emacs-24; up to 117656
2014-11-01 Eli ZaretskiiIgnore BUFFER_SWITCH_EVENT events for the purposes...
2014-10-30 Glenn MorrisMerge from emacs-24; up to 117634
2014-10-24 Martin RudalicsImprove mouse dragging of frame edges.
2014-10-21 Stefan MonnierMerge from emacs-24
2014-10-20 Glenn MorrisMerge from emacs-24; up to 2014-07-28T06:28:15Z!dmantip...
2014-10-17 Glenn MorrisMerge from emacs-24; up to 2014-07-28T02:47:29Z!fgallin...
2014-10-16 Glenn MorrisMerge from emacs-24; up to 2014-07-27T18:05:37Z!eliz...
2014-10-15 Glenn MorrisMerge from emacs-24; up to 2014-07-27T09:41:59Z!ttn...
2014-10-14 Eli ZaretskiiMerge from trunk and resolve conflicts.
2014-10-14 Dmitry AntipovCleanup terminal handling code.
2014-10-13 Glenn MorrisMerge from emacs-24; up to 2014-07-27T01:00:26Z!fgallin...
2014-10-13 Glenn MorrisMerge from emacs-24; up to 2014-07-26T12:14:42Z!schwab...
2014-10-12 Glenn MorrisMerge from emacs-24; up to 2014-07-26T11:58:24Z!schwab...
2014-10-09 Glenn MorrisMerge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka...
2014-10-08 Leo LiuEnhance terpri to allow conditionally output a newline
2014-10-05 Paul Eggert* keyboard.c (Qleft, Qright): Remove duplicate definitions.
2014-10-05 Glenn MorrisMerge from emacs-24; up to 2014-07-21T01:34:03Z!monnier...
2014-10-04 Glenn MorrisMerge from emacs-24; up to 2014-07-20T16:14:58Z!dmantip...
2014-10-03 Glenn MorrisMerge from emacs-24; up to 2014-07-17T10:18:19Z!dmantip...
2014-10-03 Glenn MorrisMerge from emacs-24; up to 2014-07-16T17:06:12Z!rgm...
2014-10-02 Stefan MonnierMerge from emacs-24
2014-10-01 Paul EggertUse AUTO_CONS instead of SCOPED_CONS, etc.
2014-09-30 Stefan MonnierMerge from emacs-24
2014-09-30 Paul EggertSimplify stack-allocated Lisp objects, and make them...
2014-09-29 Ulf JasperDo not set `url-gateway-method' in `url-https'. (Bug...
2014-09-29 Dmitry AntipovKeep stack-allocated Lisp objects fast rather than...
2014-09-27 Stefan Monnier* lisp/subr.el (track-mouse): New macro.
2014-09-25 Paul EggertFix local_cons etc. to not exhaust the stack when in...
2014-09-24 Paul EggertAvoid signed integer overflow when converting Time...
2014-09-24 Paul Eggert* keyboard.c (make_lispy_event): Avoid unnecessary...
2014-09-24 Dmitry Antipov* termhooks.h (enum scroll_bar_part): Begin from 0...
2014-09-22 Stefan MonnierMerge from emacs-24
2014-09-16 Dmitry AntipovIf USE_LOCAL_ALLOCATORS, allocate even more Lisp object...
2014-09-15 Dmitry AntipovIf USE_LOCAL_ALLOCATORS, allocate some Lisp objects...
2014-09-15 Glenn MorrisMerge from emacs-24; up to 2014-07-09T02:04:12Z!rgm...
2014-09-08 Glenn MorrisMerge from emacs-24; up to 2014-07-08T06:24:07Z!eggert...
2014-09-07 Paul EggertFix bug uncovered by changing alloca to auto buffer.
2014-09-07 Paul Eggert* keyboard.c (read_decoded_event_from_main_queue):...
2014-09-07 Paul EggertUse SAFE_ALLOCA etc. to avoid unbounded stack allocation.
2014-09-03 Glenn MorrisMerge from emacs-24; up to 2014-07-04T02:28:54Z!dmantip...
2014-08-28 Glenn MorrisMerge from emacs-24; up to 2014-07-02T00:57:53Z!juri...
2014-08-27 Dmitry Antipov* src/keyboard.c (Vtop_level_message): Rename to
2014-08-27 Dmitry AntipovFix some glitches in previous change.
2014-08-26 Dmitry AntipovHandle C stack overflow caused by too nested Lisp evalu...
2014-08-15 Glenn MorrisMerge from emacs-24; up to 2014-06-29T18:32:35Z!michael...
2014-08-11 Glenn MorrisMerge from emacs-24; up to 2014-06-28T23:35:17Z!rgm...
2014-08-10 Martin RudalicsFix handling of menu bar line on TTY frames (Bug#18136...
2014-08-05 Dmitry Antipov* keyboard.c (safe_run_hooks): Follow the convenient...
2014-08-04 Dmitry Antipov* keyboard.c (safe_run_hook_funcall): Avoid consing...
2014-08-03 Glenn MorrisMerge from emacs-24; up to 2014-06-27T16:27:08Z!rgm...
2014-08-03 Paul EggertDon't mishandle year-9999 dates.
2014-08-01 Paul EggertMake functions static that no longer need to be extern.
2014-08-01 Eli ZaretskiiMerge from emacs-24; up to 2014-06-26T21:51:25Z!rgm...
2014-07-28 Glenn MorrisMerge from emacs-24; up to 2014-06-26T06:55:15Z!rgm...
2014-07-27 Martin RudalicsComplete pixelwise frame/window resizing, add horizonta...
2014-07-21 Glenn MorrisMerge from emacs-24; up to 2014-06-25T10:17:41Z!rgm...
2014-07-16 Glenn MorrisMerge from emacs-24; up to 2014-06-23T06:25:47Z!rgm...
2014-07-16 Dmitry AntipovMore precise control over values of some buffer-local...
2014-07-12 Glenn MorrisMerge from emacs-24; up to 2014-06-22T05:00:14Z!dmantip...
2014-07-09 Glenn MorrisMerge from emacs-24; up to 2014-06-19T14:03:45Z!monnier...
2014-07-03 Glenn MorrisMerge from emacs-24; up to 2014-06-15T04:52:34Z!eli...
2014-06-28 Glenn MorrisMerge from emacs-24; up to 2014-06-12T14:55:48Z!monnier...
2014-06-28 Kenichi Handamerge trunk
2014-06-26 Glenn MorrisMerge from emacs-24; up to 2014-06-11T19:33:14Z!rgm...
2014-06-24 Glenn MorrisMerge from emacs-24; up to 2014-06-08T18:27:22Z!eggert...
2014-06-23 Dmitry AntipovSimplify and cleanup character conversion stuff.
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-19 Stefan Monnier* src/keyboard.c (read_key_sequence): Don't invoke...
2014-06-17 Paul EggertOmit redundant extern decls.
2014-06-17 Stefan Monnier* src/callint.c (Fcall_interactively): Fix up last...
2014-06-15 Glenn MorrisMerge from emacs-24; up to 2014-06-03T06:51:18Z!eliz...
2014-06-11 Glenn MorrisMerge from emacs-24; up to 2014-06-02T14:17:07Z!michael...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-02T11:35:40Z!michael...
2014-06-08 Paul EggertIf a C name must be extern on some platforms, make...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-06 Stefan Monnier* lisp/mouse.el (mouse-posn-property): Ignore buffer...
2014-06-06 Stefan Monnier* src/keyboard.c (read_char): Handle (t . <event>)...
2014-06-05 Dmitry Antipov* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDO...
2014-06-02 Glenn MorrisMerge from emacs-24; up to 2014-05-29T17:16:00Z!dmantip...
2014-05-30 Paul EggertDon't let SIGINT handling block SIGCHLD indefinitely.
2014-05-28 Dmitry AntipovOn X, always make pointer visible when deleting frame...
2014-05-28 Stefan Monnier* lisp/subr.el (zerop): Move from C. Add compiler...
2014-05-26 Glenn MorrisMerge from emacs-24; up to 2014-05-26T10:21:18Z!rgm...
2014-05-14 Glenn MorrisMerge from emacs-24; up to 2014-05-15T16:55:18Z!jan...
next