log src/keyboard.c @ 112434:9de5a68b57e1

age author description
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Fri, 14 Jan 2011 10:14:17 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sun, 02 Jan 2011 15:28:40 -0500 Chong Yidong Merge changes from emacs-23 branch
Sat, 25 Dec 2010 19:19:57 +0200 Eli Zaretskii Fix bug #7662 with aligning key bindings equivalent to menu items.
Mon, 20 Dec 2010 08:17:26 +0800 Chong Yidong Implement tool-bar separators for non-GTK tool-bars.
Fri, 17 Dec 2010 12:04:06 +0800 Chong Yidong Support for menu separators in the GTK tool-bar.
Mon, 13 Dec 2010 10:27:36 -0500 Stefan Monnier Merge from emacs-23
Fri, 10 Dec 2010 19:23:43 +0100 Jan D. Move call to Fkill_emacs from signal handler (session event) (Bug#7552).
Fri, 26 Nov 2010 20:15:09 +0200 Eli Zaretskii Fix and document components of mouse event position.
Sat, 20 Nov 2010 15:51:25 +0100 Jan D. Add keyword :vert-only for tool bar items with labels not shown horizontally.
Thu, 18 Nov 2010 08:57:00 -0800 Dan Nicolaescu Move declarations from .c files to .h files.
Wed, 17 Nov 2010 22:54:14 -0500 Stefan Monnier Merge from emacs-23
Tue, 09 Nov 2010 20:36:21 +0200 Eli Zaretskii Fix revno 100152.
Tue, 16 Nov 2010 21:37:45 -0500 Chong Yidong Cleanup of window coordinate positioning code.
Tue, 16 Nov 2010 16:47:43 -0500 Chong Yidong Revert changes in revision 102407
Tue, 16 Nov 2010 16:38:37 -0500 Chong Yidong * src/keyboard.c (make_lispy_position): Fix pixel calculation error in last commit.
Tue, 16 Nov 2010 14:59:24 -0500 Chong Yidong Cleanup of window coordinate positioning code.
Sun, 14 Nov 2010 22:18:50 -0800 Dan Nicolaescu * src/keyboard.c (pending_malloc_warning): Add const to match
Sun, 14 Nov 2010 15:55:27 +0900 YAMAMOTO Mitsuharu Add const to array elements.
Mon, 01 Nov 2010 12:30:33 +0100 Jan D. Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.
Fri, 08 Oct 2010 14:41:49 +0200 Michael Albinus * keyboard.c: Revert last change; it was not intended to be
Fri, 08 Oct 2010 12:14:47 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Tue, 28 Sep 2010 15:39:22 +0200 Michael Albinus * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
Mon, 04 Oct 2010 14:16:22 -0400 Chong Yidong Don't add an echo dash for the first keystroke (Bug#7137).
Sun, 03 Oct 2010 08:19:34 -0700 Dan Nicolaescu Include <fcntl.h> unconditionally.
Sat, 02 Oct 2010 20:59:02 -0400 Chong Yidong * keyboard.c (command_loop_1): Make sure the mark is really alive
Sun, 26 Sep 2010 18:20:01 +0200 Jan D Add fd handling with callbacks to select, dbus needs it for async operation.
Sat, 25 Sep 2010 14:04:35 +0200 Juanma Barranquero Fix typos.
Sat, 25 Sep 2010 05:36:36 -0400 Eli Zaretskii Fix int/EMACS_INT use in keyboard.c.
Fri, 24 Sep 2010 13:48:10 -0400 Eli Zaretskii Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.
Wed, 22 Sep 2010 12:03:34 -0400 Eli Zaretskii Fix some uses of int instead of EMACS_INT.
Fri, 17 Sep 2010 11:54:28 +0200 Jan D * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not HELP.
Tue, 31 Aug 2010 21:42:39 +0200 Stefan Monnier * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
Tue, 31 Aug 2010 11:39:31 -0400 Chong Yidong * src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.
Tue, 24 Aug 2010 11:48:14 -0400 Chong Yidong Avoid clobbering primary selection when switching frames (Bug#6872).
Mon, 23 Aug 2010 00:27:59 +0100 Juri Linkov Move reading an extended command to Elisp (bug#5364, bug#5214).
Sun, 22 Aug 2010 08:14:37 -0700 Dan Nicolaescu Simplify termio code.
Sun, 15 Aug 2010 22:33:17 -0400 Chong Yidong Let all active regions set the primary selection.
Sun, 15 Aug 2010 15:18:14 +0200 Jan D * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
Sun, 15 Aug 2010 11:30:06 +0200 Andreas Schwab * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
Sun, 15 Aug 2010 10:13:02 +0200 Jan D Potential buffer overrun and uninit variable fixed, bug 6855.
Sat, 14 Aug 2010 15:35:24 +0800 Jason Rumney (lispy_function_keys): Do not define VK_PACKET (bug#4836)
Mon, 09 Aug 2010 02:35:21 -0700 Dan Nicolaescu Use const char* instead of char*.
Sat, 07 Aug 2010 16:26:55 -0400 Chong Yidong Avoid restrictions when copying window selection.
Sat, 07 Aug 2010 15:39:04 -0400 Chong Yidong Change `select-active-region' mechanics.
Fri, 06 Aug 2010 11:41:15 -0700 Dan Nicolaescu Use const for some arrays and functions.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 26 Jul 2010 10:11:43 -0700 Dan Nicolaescu NO_RETURN functions should not return.
Sun, 25 Jul 2010 02:20:51 +0200 Juanma Barranquero Make building under stricter warning flags somewhat cleaner.
Tue, 13 Jul 2010 13:57:00 +0300 Eli Zaretskii Remove more "#ifdef subprocesses".
Mon, 12 Jul 2010 09:32:53 -0700 Dan Nicolaescu Convert more function definitions to standard C.
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Sun, 11 Jul 2010 10:38:40 +0200 Andreas Schwab Fix implicit declaration of kbd_on_hold_p
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Mon, 05 Jul 2010 19:16:59 +0200 Andreas Schwab Remove obsolete volatile
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Wed, 07 Jul 2010 19:39:49 +0200 Jan D If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).
Tue, 06 Jul 2010 15:33:34 +0200 Andreas Schwab Fix conflicting declarations of x_get_keysym_name
Mon, 05 Jul 2010 09:29:35 -0700 Dan Nicolaescu Convert function definitions and declarations to standard C.
Mon, 05 Jul 2010 12:36:06 +0200 Juanma Barranquero Convert most remaining function definitions to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Thu, 20 May 2010 10:53:30 -0400 Chong Yidong Doc fix (Bug#6224).
Thu, 20 May 2010 10:50:32 -0400 Chong Yidong Doc fix (Bug#6224).
Tue, 20 Apr 2010 20:52:07 +0200 Jan D. Gtk tool bars can be text, icons with text or just icons.
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Thu, 01 Apr 2010 20:10:33 -0700 Dan Nicolaescu Remove extern errno declarations.
Wed, 31 Mar 2010 00:14:08 -0400 Stefan Monnier Get rid of the direct_output optimizations.
Mon, 22 Mar 2010 12:51:59 -0700 Dan Nicolaescu Remove dead code dealing with POSIX_SIGNALS.
Sun, 21 Mar 2010 19:56:56 -0700 Dan Nicolaescu * keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,
Wed, 10 Mar 2010 09:45:21 -0500 Stefan Monnier Cleanup setup of gl_state in various parts of the code.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Wed, 13 Jan 2010 13:42:45 +0900 YAMAMOTO Mitsuharu Call SIGNAL_THREAD_CHECK from signal handlers.
Tue, 12 Jan 2010 19:10:51 +0900 YAMAMOTO Mitsuharu * keyboard.c (read_char): Don't apply previous change when current
Tue, 12 Jan 2010 09:12:52 +0100 Jan D. keyboard.c (read_char): Return after executing from special map.
Tue, 05 Jan 2010 07:04:04 -0700 Chong Yidong * keyboard.c (read_key_sequence): Catch keyboard switch after
Fri, 25 Dec 2009 05:27:03 +0000 Kenichi Handa (command_loop_1): Fix previous change.
Fri, 25 Dec 2009 02:41:59 +0000 Kenichi Handa (command_loop_1): Force redisplay if the last point
Tue, 17 Nov 2009 08:21:23 +0000 Jan Dj¸«£rv Handle system default font and changing font parameters.
Wed, 11 Nov 2009 20:11:51 +0000 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
Wed, 11 Nov 2009 06:10:42 +0000 Dan Nicolaescu * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
Tue, 10 Nov 2009 19:06:40 +0000 Jan Dj¸«£rv Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
Mon, 09 Nov 2009 06:21:03 +0000 Stefan Monnier * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
Sun, 08 Nov 2009 15:42:32 +0000 Chong Yidong Delete trailing whitespace.
Sun, 08 Nov 2009 15:06:50 +0000 Stefan Monnier (parse_menu_item): Handle `notreal' a bit earlier.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Sun, 25 Oct 2009 00:40:13 +0000 Chong Yidong * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sun, 27 Sep 2009 04:40:30 +0000 YAMAMOTO Mitsuharu (make_lispy_event): Remember last wheel direction.
Thu, 10 Sep 2009 18:19:03 +0000 Stefan Monnier * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
Thu, 10 Sep 2009 16:19:52 +0000 Stefan Monnier * keymap.c (where_is_internal_data): Make noindirect a boolean.
Wed, 19 Aug 2009 14:39:35 +0000 Stefan Monnier (syms_of_keyboard): Default to 5 buttons, which should be
Sat, 15 Aug 2009 18:30:54 +0000 Michael Albinus * keyboard.c (readable_events): Call xd_pending_messages.
Wed, 12 Aug 2009 05:07:48 +0000 Stefan Monnier * cmds.c (nonundocount): New global variable.
Fri, 03 Jul 2009 11:07:02 +0000 Jan Dj¸«£rv * xterm.h (struct x_display_info): Add invisible_cursor.
Wed, 01 Jul 2009 11:37:19 +0000 Kenichi Handa (decode_keyboard_code): New function.
Mon, 08 Jun 2009 08:28:09 +0000 Adrian Robert keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
Wed, 06 May 2009 01:30:13 +0000 Stefan Monnier (syms_of_keyboard): Staticpro pending_funcalls.
Wed, 29 Apr 2009 03:48:47 +0000 YAMAMOTO Mitsuharu (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
Sun, 26 Apr 2009 20:55:30 +0000 Johan Bockg¸«©rd (syms_of_keyboard) <input-decode-map>: Doc fix.
Wed, 22 Apr 2009 04:32:21 +0000 Chong Yidong * keyboard.c (Fset_input_meta_mode): Doc fix.
Thu, 16 Apr 2009 03:58:44 +0000 Chong Yidong * keyboard.c (adjust_point_for_property): Disable 2009-02-12
Fri, 27 Mar 2009 16:14:23 +0000 Stefan Monnier * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
Fri, 20 Mar 2009 09:41:19 +0000 Juanma Barranquero * keyboard.c (Fcurrent_idle_time): Reflow docstring.
Sun, 15 Mar 2009 17:56:30 +0000 Chong Yidong (parse_menu_item): Don't display remappings as menu equivalent bindings (Bug#788).
Thu, 12 Mar 2009 01:56:58 +0000 David Reitter (parse_menu_item) [HAVE_NS]: treat new event like NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
Thu, 12 Feb 2009 18:20:52 +0000 Stefan Monnier (adjust_point_for_property): Allow stopping betwen two invisible areas.
Wed, 04 Feb 2009 11:31:28 +0000 Adrian Robert * nsmenu.m (pop_down_menu): New function.
Sun, 01 Feb 2009 16:32:26 +0000 Adrian Robert * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
Fri, 30 Jan 2009 13:06:07 +0000 Juanma Barranquero * atimer.c (run_timers, alarm_signal_handler):
Thu, 29 Jan 2009 14:34:16 +0000 Chong Yidong (pending_signals): New var.
Sun, 25 Jan 2009 19:43:31 +0000 Adrian Robert Changes to remove Feval calls from GUI under NS.
Mon, 12 Jan 2009 09:21:15 +0000 Martin Rudalics (read_char): Fix case where last_nonmenu_event
Sun, 11 Jan 2009 13:24:26 +0000 Jason Rumney (cmd_error_internal): Exit when errors occur before
Fri, 09 Jan 2009 03:30:02 +0000 Glenn Morris (last_command_char): For clarity, rename to...