]> code.delx.au - gnu-emacs/history - src/keyboard.c
Merge latest Org fixes (commit 7524ef2).
[gnu-emacs] / src / keyboard.c
2013-02-13 Glenn Morris* src/keyboard.c (input-decode-map, key-translation...
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-10-23 Kenichi Handamerge trunk
2012-10-20 Paul EggertPort to OpenBSD 5.1.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-11 Kenichi Handamerge trunk
2012-10-10 Paul Eggertkeyboard.c, keymap.c: Use bool for booleans.
2012-10-08 Paul EggertMinor tweaks to recently-changed code.
2012-10-08 Daniel ColascioneMerge cygw32
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-06 Paul Eggert* keyboard.c (read_char): Remove unnecessary 'volatile...
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-04 Paul Eggert* profiler.c (handle_profiler_signal): Inhibit pending...
2012-10-01 Paul EggertPrefer plain 'static' to 'static inline'.
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-23 Chong Yidong* keyboard.c (timer_check): Avoid quitting during Fcopy...
2012-09-22 Eli ZaretskiiFix bugs #12447 and #12326 with infloop causes by idle...
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-20 Paul EggertOmit unused arg EXPECTED from socket hooks.
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-17 Daniel ColascioneImplement cygw32
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-13 Paul EggertUse a more backwards-compatible timer format.
2012-09-13 Paul EggertSimplify SIGIO usage.
2012-09-12 Stefan MonnierRemove unread-command-char.
2012-09-12 Stefan Monnier* src/eval.c: Add `inhibit-debugger'.
2012-09-11 Paul EggertPrefer assignment to memcpy when either will do.
2012-09-07 Paul EggertSignal-handler cleanup.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Paul EggertFix race conditions with signal handlers and errno.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-02 Paul EggertClean up some extern decls.
2012-09-02 Paul Eggert* doc.c, editfns.c, insdel.c, intervals.c: Use bool...
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Daniel ColascioneRefactor window-system configuration
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-28 Dmitry AntipovAlways use set_buffer_if_live to restore original buffe...
2012-08-28 Dmitry AntipovFix usage of set_buffer_internal.
2012-08-23 Martin RudalicsIn Fposn_at_x_y do not allow internal window as argument.
2012-08-22 Kenichi Handamerge trunk
2012-08-21 Dmitry AntipovAvoid direct writes to contents member of struct Lisp_V...
2012-08-17 Paul Eggert* keyboard.h (KSET): Remove.
2012-08-16 Kenichi Handamerge trunk
2012-08-16 Martin RudalicsConsistently check windows for validity/liveness (Bug...
2012-08-14 Eli ZaretskiiFix compiler warning in keyboard.c.
2012-08-14 Eli ZaretskiiFix last change in keyboard.c.
2012-08-14 Eli ZaretskiiFix a problem with disabled mouse movement events.
2012-08-14 Barry O'Reilly* src/keyboard.c (access_keymap_keyremap): Accept anony...
2012-08-13 Dmitry AntipovUse KSET for write access to Lisp_Object members of...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-08 Glenn MorrisTiny comment updates
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Jan Djärv* keyboard.c (timer_check_2): Add break so timer_check...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-03 Paul EggertRemove unnecessary casts involving pointers.
2012-08-01 Paul EggertUse "ASET (a, i, v)" rather than "AREF (a, i) = v".
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for symbols.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-30 Paul Eggert* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2012-07-30 Dmitry AntipovConvert safe_call to use variable number of arguments.
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-26 Stefan MonnierAutoload more carefully from Lisp. Follow aliases...
2012-07-21 Eli ZaretskiiBind language-change in special-event-map.
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovCleanup calls to Fgarbage_collect.
2012-07-18 Stefan Monnier* src/lisp.h (last_undo_boundary): Declare new var.
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-12 Dmitry AntipovUse empty_unibyte_string where applicable.
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Paul EggertSimplify by avoiding confusing use of strncpy etc.
2012-07-10 Dmitry AntipovOptimize pure C strings initialization.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Stefan Monnier* src/editfns.c (region_limit): Clip to narrowing.
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-25 Andreas Schwab* keyboard.c (menu_bar_items, menu_bar_item, read_key_s...
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-24 Paul EggertFix bug when time_t is unsigned and as wide as intmax_t.
2012-06-23 Eli ZaretskiiAvoid compiler warnings in comparing time_t.
2012-06-23 Eli ZaretskiiImprove and document the language-change event on MS...
2012-06-22 Paul EggertSupport higher-resolution time stamps.
next