Make --without-x compatible with --enable-gcc-warnings.
[bpt/emacs.git] / src / keyboard.c
2013-09-05 Dmitry AntipovMake --without-x compatible with --enable-gcc-warnings.
2013-09-04 Stefan Monnier* src/keyboard.c (read_key_sequence_vs): New function.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-27 Paul EggertSimplify EMACS_TIME-related code.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-13 Dmitry Antipov* keyboard.c (Fdiscard_input): Do not increment update_...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-09 Dmitry AntipovUse xstrdup and build_unibyte_string where applicable.
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-03 Dmitry AntipovDrop FRAME_PTR typedef.
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-20 Kenichi Handamerge trunk
2013-07-19 Eli ZaretskiiFix the fix for bug #14901.
2013-07-18 Paul Eggert* keyboard.c: Try to fix typos in previous change.
2013-07-18 Juanma BarranqueroFollowup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.
2013-07-16 Paul EggertNew unwind-protect flavors to better type-check C callb...
2013-07-16 Paul Eggert* fileio.c (report_file_errno): Fix errno reporting...
2013-07-16 Paul EggertFix minor problems found by --enable-gcc-warnings.
2013-07-16 Jan DjärvStop cursor blink after blink-cursor-blinks (10), stop...
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-12 Paul EggertMinor EBADF fixes.
2013-07-06 Paul EggertUse emacs_open more consistently when opening files.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-06 Stefan Monnier* lisp/subr.el (read-quoted-char): Use read-key.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-14 Stephen BermanMerge from trunk.
2013-06-12 Xue FuqiaoMerge from mainline.
2013-06-11 Paul Eggert* keyboard.c: Don't use PROP (...) as an lvalue.
2013-06-05 Stefan Monnier* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_...
2013-06-03 Xue FuqiaoMerge from mainline.
2013-06-03 Stefan Monnier* src/eval.c (backtrace_p, backtrace_top, backtrace_nex...
2013-06-03 Michael Albinus* configure.ac (file-notification): New option, replace...
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-23 Eli Zaretskiisrc/keyboard.c (read_decoded_event_from_main_queue...
2013-05-23 Stefan MonnierDon't apply keyboard decoding to unread-command-events.
2013-05-23 Stefan Monnier* src/keyboard.c (read_decoded_char): Don't decode...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-20 Erik CharleboisBetter full-screen frame support on MS-Windows.
2013-04-15 Eli ZaretskiiMerge from trunk.
2013-04-14 Paul Eggert* keyboard.c (timer_start_idle): Remove no-longer-used...
2013-04-14 Eli ZaretskiiMerge from trunk, resolve conflicts.
2013-04-10 Stefan Monnier* src/keyboard.c (timer_start_idle): Call internal...
2013-04-08 Stefan Monnier* src/window.c (select_window): Don't record_buffer...
2013-04-05 Kenichi Handamerge trunk
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-30 Eli ZaretskiiMerge from trunk.
2013-03-29 Dmitry Antipov* indent.c (current_column_bol_cache): Remove leftover...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-28 Dmitry Antipov* window.h (struct window): Replace hchild, vchild...
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-15 Kenichi Handamerge trunk
2013-03-13 Paul EggertStatic checking by Sun C 5.12.
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-11 Stefan Monnier* src/keyboard.c: Move keyboard decoding to read_key_se...
2013-03-09 Stefan MonnierSeparate mouse-1-click-follows-link from mouse-drag...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-07 Dmitry Antipov* lisp.h (list2i, list3i): New functions.
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Bill WohlerMerge from trunk; up to 2013-03-02T21:05:52Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-20 Stefan Monnier* lisp/simple.el (command-execute): Move from C. Add...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-17 Stefan MonnierPrefer `message1' over `message'.
2013-02-15 Jambunathan Kido, iswitchb, icomplete: Use `C-.' and `C-,' for cycli...
2013-02-15 Eli ZaretskiiFix bug #13720 with auto-save-timeout less than 4 seconds.
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
2013-02-14 Stefan Monnier* src/keyboard.c (active_maps): Fcurrent_active_maps...
2013-02-13 Stefan Monnier* src/keyboard.c (syms_of_keyboard): Further tweaks...
2013-02-13 Glenn MorrisMerge from emacs-24; up to 2012-12-17T11:17:34Z!rgm...
2013-02-13 Glenn Morris* src/keyboard.c (input-decode-map, key-translation...
2013-02-11 Paul EggertClean up read_key_sequence a tiny bit more.
2013-02-11 Stefan MonnierClean up read_key_sequence a bit; reread active keymaps...
2013-02-10 Glenn MorrisMerge from emacs-24; up to 2012-12-15T12:19:04Z!juri...
2013-02-08 Glenn MorrisMerge from emacs-24; up to 2012-12-14T21:27:39Z!rgm...
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-02-07 Glenn MorrisMerge from emacs-24; up to 2012-12-14T15:38:50Z!monnier...
2013-02-07 Glenn MorrisMerge from emacs-24; up to 2012-12-14T15:22:24Z!monnier...
2013-02-02 Glenn MorrisMerge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu...
2013-01-30 Glenn MorrisMerge from emacs-24; up to 2012-12-13T00:52:17Z!yamaoka...
2013-01-30 Glenn MorrisMerge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka...
2013-01-25 Glenn MorrisMerge from emacs-24; up to 2012-12-11T18:52:31Z!monnier...
2013-01-23 Stefan Monnier* src/xdisp.c (message2, message2_nolog): Remove functions.
2013-01-19 Glenn MorrisMerge from emacs-24; up to 2012-12-11T09:51:12Z!dmantip...
2013-01-13 Glenn MorrisMerge from emacs-24; up to 2012-12-10T20:27:33Z!eggert...
2013-01-11 Aaron S. HawleyDisambiguate function and variable references in docstr...
next