]> code.delx.au - gnu-emacs/history - src/keyboard.c
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / src / keyboard.c
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-25 Xue FuqiaoMerge from mainline.
2013-12-25 Chong YidongDoc updates for several Emacs 24.4 changes.
2013-12-12 David EngsterMerge from CEDET upstream.
2013-12-12 Eli ZaretskiiSupport MS-Windows file names that use characters outsi...
2013-12-12 Dmitry Antipov* xterm.c (x_make_frame_visible): Restore hack which...
2013-12-09 Eli ZaretskiiMerge from trunk.
2013-12-07 Paul EggertFix minor problems found by static checking.
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-11-30 Martin RudalicsSupport resizing frames and windows pixelwise.
2013-11-29 Stefan Monnier* configure.ac (HAVE_MENUS): Remove.
2013-11-24 Stefan MonnierExport get_pos_property to Elisp.
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-14 Kazuhiro ItoFix bug #15892 with link failures of the Cygwin w32...
2013-11-11 Stefan Monnier* lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectang...
2013-11-06 Stefan Monnier* src/xdisp.c (redisplay_internal): Fix typo in last...
2013-11-06 Stefan Monnier* src/xdisp.c (syms_of_xdisp): New vars redisplay-...
2013-11-06 Stefan Monnier*.[chm]: Number every assignment to windows_or_buffers_...
2013-11-05 Paul Eggert* keyboard.c (Fcommand_error_default_function): Fix...
2013-11-05 Stefan Monnier* src/keyboard.c (Fcommand_error_default_function)...
2013-11-05 Jarek Czekalski* src/keyboard.c (Fdefault_error_output): New function...
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-10-29 Stefan Monnier* src/keyboard.c (command_loop_1): If command is nil...
2013-10-18 Eli ZaretskiiFix clicks on the menu bar when GPM mouse is in use.
2013-10-18 Barry O'ReillyDon't run timers in input-pending-p. Its new check...
2013-10-17 Paul EggertMake some functions static in non-Microsoft builds.
2013-10-15 Paul Eggert* keyboard.c, keyboard.h (all_kboards): Now static.
2013-10-10 Dmitry Antipov* keyboard.c (last_event_timestamp): Remove. For X...
2013-10-10 Dmitry Antipov* keyboard.c (init_kboard): Now static. Add arg
2013-10-08 Paul EggertFix minor problems found by static checking.
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Paul EggertFix race where emacs aborts when sent SIGTERM.
2013-10-05 Eli ZaretskiiFix menu drop by mouse click; new primitive menu-bar...
2013-09-28 Eli ZaretskiiMerge from trunk before trying Unix TTY.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-24 Eli ZaretskiiFix crash in GUI mode and enable TTY mouse on Windows.
2013-09-24 Eli ZaretskiiFix submenus and screen restoration.
2013-09-24 Dmitry AntipovUse union for the payload of struct Lisp_Vector.
2013-09-22 Eli ZaretskiiHalf-solution for menus popped up by mouse clicks.
2013-09-22 Eli ZaretskiiPrevent redisplay and keystroke echo during menu naviga...
2013-09-21 Eli ZaretskiiFix infinite loop in menu input due to block_input.
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Stefan Monnier* keyboard.c (read_char): Fix last change.
2013-09-11 Stefan Monnier* src/keyboard.c (read_char): Don't break immediate_echo.
2013-09-09 Dmitry AntipovCleanup frame flushing.
2013-09-05 Eli ZaretskiiFixed C compilation problems.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
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...
next