use dynwind_begin and dynwind_end
[bpt/emacs.git] / src / keyboard.c
2015-04-18 BT Templetonuse dynwind_begin and dynwind_end
2015-04-18 BT Templetoncoccinelle skip comments
2015-04-18 BT Templetonuse dynwind_begin and dynwind_end
2015-04-18 BT Templetonremove redundant assignments
2015-04-18 BT Templetonrestructure read_char quit handling
2015-04-18 BT Templetonuse guile-snarf for subr definition
2015-04-18 Robin Templetonuse xmalloc_atomic for many pointerless objects
2015-04-18 Robin Templetonuse BDW-GC
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...
2014-05-13 Paul Eggert* keyboard.c (Qdeactivate_mark): Now static.
2014-05-12 Glenn MorrisMerge from emacs-24; up to 2014-05-12T06:15:47Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T06:58:46Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T03:34:20Z!rgm...
2014-05-06 Samuel Bronson* src/keyboard.c (Frecursive_edit): Ensure inc&dec...
2014-05-04 Paul EggertMerge from emacs-24; up to 2014-05-04T21:18:30Z!eggert...
2014-04-30 Juanma BarranqueroMerge from emacs-24; up to 2014-05-01T10:21:17Z!rgm...
2014-04-25 Juanma BarranqueroMerge from emacs-24; up to 2014-04-25T10:35:01Z!michael...
2014-04-24 Stefan Monnier* src/window.c (Fset_window_configuration): Deactivate...
2014-04-22 Paul EggertMerge from emacs-24; up to 2014-04-22T20:19:17Z!eggert...
2014-04-21 Jarek CzekalskiFix freezing with scroll bars of GTK3 Toolkit.
2014-04-19 Daniel ColascioneMerge from emacs-24; up to 2014-04-17T02:05:48Z!eggert...
2014-04-18 Juanma BarranqueroMerge from emacs-24; up to 2014-04-16T15:28:06Z!eggert...
2014-04-16 Paul EggertMerge from emacs-24; up to 2014-04-16T15:28:26Z!monnier...
2014-04-13 Eli ZaretskiiFix open-dribble-file's treatment of non-ASCII file...
2014-04-12 Paul Eggert* keyboard.c (Fopen_dribble_file): Avoid some races.
2014-04-12 Glenn MorrisMerge from emacs-24; up to 2014-04-07T20:54:16Z!dancol...
2014-04-11 Glenn MorrisMerge from emacs-24; up to 2014-04-04T23:31:02Z!joaotav...
2014-04-11 Glenn Morris* src/keyboard.c (Fopen_dribble_file): Make file private.
2014-04-09 Stefan Monnier* src/keyboard.c (syms_of_keyboard): Make deactivate...
2014-04-09 Glenn MorrisMerge from emacs-24; up to 2014-04-02T16:17:08Z!dmantip...
2014-04-08 Daniel ColascioneMore GC assertions
2014-04-08 Daniel ColascioneRearrange pointer logging
2014-04-07 Daniel ColascioneMerge from emacs-24; up to 2014-04-01T20:18:12Z!eggert...
2014-04-05 Paul EggertPrefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
2014-04-05 Glenn MorrisMinor doc updates related to dribble files
2014-04-04 Eli Zaretskiisrc/keyboard.c: Fix a typo in a comment to read_char.
2014-04-03 Daniel ColascioneRename EARRAYSIZE to ARRAYELTS
2014-04-03 Daniel ColascioneClean up array size calculations
2014-04-02 Juanma BarranqueroMerge from emacs-24; up to 2014-03-28T01:39:30Z!rgm...
2014-03-27 Juanma BarranqueroMerge from emacs-24; up to 2014-03-24T03:06:35Z!dancol...
2014-03-26 Juanma BarranqueroMerge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka...
2014-03-26 Juanma Barranquerosrc/*.c: Silence a few warnings about unused vars and...
2014-03-25 Paul EggertHandle sigmask better with nested signal handlers.
2014-03-17 Bill WohlerMerge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus...
2014-02-24 Daniel ColascioneFix event race
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-02-08 Juanma Barranquero* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
2014-02-08 Lars Ingebrigtsen* keyboard.c (Frecursive_edit): Say more precicely...
2014-02-06 Paul EggertSpelling fix.
2014-02-04 Michael Albinus* keyboard.c (kbd_buffer_get_event): Read file notifica...
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.
next