log src/keyboard.c @ 112453:06719a229a46 default tip

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...
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Sat, 03 Jan 2009 14:53:26 +0000 Jason Rumney (parse_modifiers_uncached): Wheel events are clicks (bug#687).
Tue, 23 Dec 2008 07:28:06 +0000 Martin Rudalics In comments, write delete_frame instead of Fdelete_frame.
Sun, 21 Dec 2008 04:13:46 +0000 Stefan Monnier (cmd_error_internal): Don't exit in daemon mode, bug#1310.
Thu, 04 Dec 2008 08:53:26 +0000 Dan Nicolaescu (kbd_buffer_get_event): Follow the non-interactive
Wed, 03 Dec 2008 02:40:26 +0000 Dan Nicolaescu * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
Tue, 02 Dec 2008 23:12:56 +0000 Chong Yidong (make_lispy_position): Only use PT if the selected window is current.
Tue, 02 Dec 2008 16:32:20 +0000 Chong Yidong (timer_check): Revert last change.
Sun, 30 Nov 2008 17:33:36 +0000 Chong Yidong (timer_check): After a timer runs, ensure that the selected window's
Sun, 02 Nov 2008 10:46:21 +0000 Martin Rudalics (command_loop_1): Handle NORECORD in call of
Sat, 25 Oct 2008 20:23:31 +0000 Chong Yidong (read_char_minibuf_menu_prompt): Ensure that
Mon, 29 Sep 2008 21:31:20 +0000 Andreas Schwab (syms_of_keyboard) <input-decode-map>: Doc fix.
Sat, 20 Sep 2008 13:04:31 +0000 Eli Zaretskii (Fset_quit_char, Fset_input_meta_mode, Fset_output_flow_control)
Fri, 12 Sep 2008 04:10:59 +0000 Stefan Monnier * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
Tue, 09 Sep 2008 18:16:48 +0000 Chong Yidong (read_key_sequence): Reapply translation maps when switching
Sat, 06 Sep 2008 17:22:05 +0000 Chong Yidong (Ftop_level): Doc fix.
Fri, 29 Aug 2008 07:56:40 +0000 Kenichi Handa (adjust_point_for_property): Check composition by
Sat, 23 Aug 2008 16:52:37 +0000 Eli Zaretskii (handle_interrupt) [MSDOS]: Call cursor_to with SELECTED_FRAME as
Thu, 31 Jul 2008 18:08:46 +0000 Juanma Barranquero * keyboard.c (gobble_input): Fix previous change.
Thu, 31 Jul 2008 05:33:56 +0000 Dan Nicolaescu * bitmaps/README:
Thu, 31 Jul 2008 02:47:32 +0000 Dan Nicolaescu * s/ms-w32.h (MULTI_KBOARD): Remove. before-remove-vms
Sun, 27 Jul 2008 18:24:48 +0000 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
Wed, 16 Jul 2008 23:24:46 +0000 Adrian Robert various small cleanups detailed in changelogs
Wed, 16 Jul 2008 19:23:49 +0000 Stefan Monnier * keymap.c: Remove all NS-specific code.
Wed, 16 Jul 2008 16:38:33 +0000 Stefan Monnier (Qsuper): Remove.
Tue, 15 Jul 2008 21:01:44 +0000 Stefan Monnier (parse_menu_item): Don't use cachelist, even under NS.
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)
Thu, 26 Jun 2008 04:24:54 +0000 Dan Nicolaescu * unexnext.c:
Mon, 02 Jun 2008 06:09:17 +0000 Jim Meyering Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
Fri, 16 May 2008 04:55:56 +0000 Stefan Monnier (parse_menu_item): Fix last change.
Fri, 16 May 2008 04:28:27 +0000 Stefan Monnier (parse_menu_item): Do not cache key shortcut any more.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Sat, 19 Apr 2008 19:30:53 +0000 Stefan Monnier * tooltip.el (tooltip-previous-message): New var.
Tue, 15 Apr 2008 23:36:02 +0000 Chong Yidong (read_key_sequence): Remove always-true checks.
Wed, 09 Apr 2008 03:29:46 +0000 Stefan Monnier (Qdeactivate_mark): New var.
Wed, 02 Apr 2008 20:22:37 +0000 Chong Yidong Restore support for the values `identity' and `only' for transient
Wed, 02 Apr 2008 20:14:57 +0000 Chong Yidong (Vthis_command_keys_shift_translated): New var.
Sat, 29 Mar 2008 01:46:10 +0000 Stefan Monnier * keyboard.c (pending_funcalls): New var.
Wed, 19 Mar 2008 17:03:23 +0000 Jason Rumney * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
Sun, 16 Mar 2008 11:24:35 +0000 Andreas Schwab (read_key_sequence): Fix downcasing of letters with
Mon, 25 Feb 2008 16:06:08 +0000 Chong Yidong (command_loop_1): Revert 2006-10-09 change.
Tue, 12 Feb 2008 04:05:29 +0000 Stefan Monnier (read_avail_input): Call Fdelete_terminal.
Mon, 11 Feb 2008 11:29:41 +0000 Juanma Barranquero (read_key_sequence): Don't pass args with side effects to AREF,
Sat, 09 Feb 2008 18:03:10 +0000 Dan Nicolaescu * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
Fri, 08 Feb 2008 16:22:36 +0000 Stefan Monnier (add_command_key, parse_menu_item): Use ASET.
Thu, 31 Jan 2008 13:49:17 +0000 Miles Bader Merge from emacs--devo--0
Wed, 30 Jan 2008 07:57:28 +0000 Miles Bader Merge from emacs--devo--0
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Sun, 16 Dec 2007 05:08:49 +0000 Miles Bader Merge from emacs--devo--0
Thu, 06 Dec 2007 09:51:45 +0000 Miles Bader Merge from emacs--devo--0
Sun, 11 Nov 2007 00:56:44 +0000 Miles Bader Merge from emacs--devo--0
Sat, 27 Oct 2007 09:12:07 +0000 Miles Bader Merge from emacs--devo--0
Fri, 19 Oct 2007 00:00:21 +0000 Miles Bader Merge from emacs--devo--0
Mon, 15 Oct 2007 05:03:21 +0000 Miles Bader Merge from emacs--devo--0
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Wed, 29 Aug 2007 05:03:40 +0000 Miles Bader Merge from emacs--devo--0
Mon, 13 Aug 2007 13:48:35 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Jul 2007 04:47:46 +0000 Miles Bader Merge from emacs--devo--0
Mon, 11 Jun 2007 00:58:11 +0000 Miles Bader Merge from emacs--devo--0
Thu, 24 May 2007 21:31:10 +0000 Miles Bader Merge from emacs--devo--0
Wed, 11 Apr 2007 00:17:47 +0000 Miles Bader Merge from emacs--devo--0
Wed, 21 Mar 2007 13:33:07 +0000 Miles Bader Merge from emacs--devo--0
Sun, 18 Mar 2007 14:11:08 +0000 Miles Bader Merge from emacs--devo--0
Tue, 30 Jan 2007 22:22:43 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Mon, 01 Jan 2007 03:21:06 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Dec 2006 01:29:26 +0000 Miles Bader Merge from emacs--devo--0
Thu, 07 Dec 2006 04:14:14 +0000 Miles Bader Merge from emacs--devo--0
Mon, 30 Oct 2006 08:54:41 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Oct 2006 02:54:13 +0000 Miles Bader Merge from emacs--devo--0
Wed, 20 Sep 2006 06:04:23 +0000 Miles Bader Merge from emacs--devo--0
Thu, 14 Sep 2006 09:24:00 +0000 Miles Bader Merge from emacs--devo--0
Mon, 28 Aug 2006 04:33:45 +0000 Miles Bader Merge from emacs--devo--0
Wed, 16 Aug 2006 14:08:49 +0000 Miles Bader Merge from emacs--devo--0
Thu, 03 Aug 2006 11:45:23 +0000 Miles Bader Merge from emacs--devo--0
Wed, 19 Jul 2006 00:42:56 +0000 Miles Bader Merge from emacs--devo--0
Wed, 10 May 2006 20:42:41 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60
Mon, 17 Apr 2006 08:41:12 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56
Fri, 31 Mar 2006 04:56:24 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-50
Tue, 14 Mar 2006 07:52:38 +0000 Kenichi Handa (read_char): Check if C is a character or not before
Tue, 14 Feb 2006 05:54:12 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-15
Sat, 11 Feb 2006 00:11:19 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Wed, 25 Jan 2006 07:10:04 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Sat, 15 Oct 2005 00:26:05 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91
Fri, 07 Oct 2005 07:15:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88
Fri, 30 Sep 2005 11:43:45 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Fri, 29 Jul 2005 01:54:54 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
Thu, 14 Jul 2005 08:02:00 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Fri, 24 Jun 2005 01:59:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
Wed, 15 Jun 2005 23:32:15 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
Thu, 09 Jun 2005 07:13:03 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
Mon, 06 Jun 2005 02:39:45 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Fri, 20 May 2005 04:22:05 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
Thu, 05 May 2005 00:04:55 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
Thu, 14 Apr 2005 05:03:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37
Sat, 02 Apr 2005 22:40:25 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33
Thu, 24 Mar 2005 18:41:26 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29
Sat, 19 Mar 2005 02:42:17 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28
Thu, 10 Mar 2005 23:36:47 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-24
Wed, 09 Mar 2005 00:09:34 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23
Thu, 03 Mar 2005 10:35:22 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-21
Fri, 18 Feb 2005 00:41:50 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15
Sun, 13 Feb 2005 07:19:08 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13
Sat, 22 Jan 2005 21:39:38 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4
Sun, 16 Jan 2005 03:40:12 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2
Sat, 25 Dec 2004 02:00:25 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79
Tue, 14 Dec 2004 07:34:55 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78
Wed, 08 Dec 2004 05:02:30 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
Fri, 19 Nov 2004 06:55:13 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-72
Fri, 12 Nov 2004 02:53:04 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70
Thu, 14 Oct 2004 08:50:09 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57
Fri, 27 Aug 2004 07:00:34 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32
Tue, 10 Aug 2004 07:46:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-29
Tue, 03 Aug 2004 00:03:00 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27
Fri, 23 Jul 2004 04:30:44 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
Sat, 17 Jul 2004 02:46:48 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-24
Sun, 11 Jul 2004 22:08:06 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-23
Mon, 28 Jun 2004 07:56:49 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Mon, 29 Sep 2003 18:04:28 +0000 Dave Love (cancel_hourglass_unwind): Return Qnil.
Wed, 17 Sep 2003 13:53:03 +0000 Dave Love (adjust_point_for_property): Make beg and end
Mon, 08 Sep 2003 12:53:41 +0000 Kenichi Handa *** empty log message ***
Mon, 28 Oct 2002 22:50:00 +0000 Dave Love (lispy_accent_codes, lispy_accent_keys): Extend.
Thu, 05 Sep 2002 16:59:35 +0000 Dave Love (read_key_sequence): Fix type error.
Tue, 20 Aug 2002 08:20:31 +0000 Kenichi Handa (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
Fri, 24 May 2002 15:30:35 +0000 Dave Love (kbd_buffer_store_event): Fix interrupt_signal decl
Fri, 17 May 2002 16:36:03 +0000 Dave Love (modify_event_symbol): Fix print format for 64-bit
Fri, 01 Mar 2002 01:43:03 +0000 Kenichi Handa Include "character.h" instead of "charset.h".
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Thu, 31 Jan 2008 11:35:46 +0000 Miles Bader Merge from emacs--rel--22
Mon, 28 Jan 2008 03:48:45 +0000 Stefan Monnier (read_char): Yet another int/Lisp_Object mixup (YAILOM).
Fri, 25 Jan 2008 22:57:41 +0000 Richard M. Stallman (read_char): Restore echo_message_buffer after redisplay.
Sun, 13 Jan 2008 00:43:55 +0000 Dan Nicolaescu * movemail.c:
Sun, 06 Jan 2008 21:34:57 +0000 Nick Roberts (parse_menu_item): Don't enclose key bindings on
Thu, 03 Jan 2008 21:56:05 +0000 Stefan Monnier (read_key_sequence): Fix typo.
Mon, 10 Dec 2007 03:48:05 +0000 Stefan Monnier (Fcommand_execute): Call Qcall_interactively instead of
Sun, 02 Dec 2007 16:23:40 +0000 Michael Albinus * config.in (HAVE_DBUS): Add.
Thu, 29 Nov 2007 11:49:10 +0000 Andreas Schwab (apply_modifiers): Fix typo.
Wed, 28 Nov 2007 04:45:32 +0000 Stefan Monnier (KEY_TO_CHAR): New macro.
Thu, 15 Nov 2007 23:00:34 +0000 Andreas Schwab (Fevent_symbol_parse_modifiers): Fix declaration.
Thu, 15 Nov 2007 16:03:00 +0000 Stefan Monnier * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
Fri, 09 Nov 2007 12:19:21 +0000 Jason Rumney * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
Wed, 31 Oct 2007 19:25:32 +0000 Stefan Monnier * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
Sat, 27 Oct 2007 09:07:17 +0000 Miles Bader Merge from emacs--rel--22
Thu, 25 Oct 2007 02:38:41 +0000 Stefan Monnier Make `window-system' into a keyboard-local variable (rather than
Wed, 24 Oct 2007 02:22:21 +0000 Stefan Monnier (read_key_sequence): Trivial typo in comment.
Thu, 18 Oct 2007 22:07:34 +0000 Stefan Monnier (read_key_sequence): Undo a change introduced by multi-tty
Tue, 16 Oct 2007 16:28:39 +0000 Stefan Monnier * xfns.c (Fx_create_frame, Fx_display_list):
Sun, 14 Oct 2007 18:53:16 +0000 Richard M. Stallman Line break fix.
Sat, 13 Oct 2007 20:48:31 +0000 Eli Zaretskii (append_tool_bar_item): Reformat last change.
Sat, 13 Oct 2007 12:44:53 +0000 Eli Zaretskii Replace `abs' with `eabs'.
Sat, 13 Oct 2007 12:08:42 +0000 Eli Zaretskii (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item, append_tool_bar_item): Use
Tue, 09 Oct 2007 08:52:57 +0000 Miles Bader Merge from emacs--rel--22
Tue, 09 Oct 2007 05:05:39 +0000 Stefan Monnier Add new `input-decode-map' keymap and use it for temrinal
Sun, 23 Sep 2007 02:02:42 +0000 Glenn Morris Johannes Weiner <hannes at saeurebad.de>
Fri, 21 Sep 2007 17:10:48 +0000 Stefan Monnier * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
Thu, 20 Sep 2007 21:21:08 +0000 Stefan Monnier (tty_read_avail_input): Use terminal->name as liveness status.
Wed, 12 Sep 2007 07:19:55 +0000 Glenn Morris (command_loop_1): Remove #ifdef C_ALLOCA block.
Tue, 04 Sep 2007 21:42:39 +0000 Jason Rumney (discard_mouse_events): Discard it.
Wed, 29 Aug 2007 16:03:26 +0000 Romain Francoise (Fset_input_mode): Don't call `Fset_quit_char' if QUIT hasn't been
Wed, 29 Aug 2007 05:28:10 +0000 Miles Bader Merge multi-tty branch merge-multi-tty-to-trunk
Mon, 13 Aug 2007 13:51:08 +0000 Miles Bader Merge from emacs--devo--0
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Jul 2007 02:05:20 +0000 Miles Bader Merge from emacs--devo--0
Mon, 11 Jun 2007 01:00:07 +0000 Miles Bader Merge from emacs--devo--0
Fri, 25 May 2007 02:47:22 +0000 Miles Bader Merge from emacs--devo--0
Sun, 20 May 2007 23:29:14 +0000 Miles Bader Merged from emacs--devo--0
Tue, 15 May 2007 23:08:52 +0000 Jason Rumney (restore_kboard_configuration): Only define when MULTI_KBOARD defined.
Sun, 22 Apr 2007 12:42:47 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 22 Apr 2007 12:12:29 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 13 Jan 2007 22:59:28 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 01 Jan 2007 17:38:32 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Sun, 03 Dec 2006 15:03:30 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
Sun, 03 Dec 2006 12:25:18 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Sat, 14 Oct 2006 17:36:28 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 14 Oct 2006 16:56:21 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 29 Jul 2006 22:04:29 +0000 Karoly Lorentey Fix various aborts in get_named_tty. (Patch by Kalle Olavi Niemitalo)
Sat, 29 Jul 2006 09:59:12 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Fri, 14 Jul 2006 05:56:32 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Sat, 20 May 2006 17:12:43 +0000 Karoly Lorentey Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a memory leak.
Wed, 10 May 2006 15:04:01 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Wed, 19 Apr 2006 16:23:46 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 01 Apr 2006 13:24:42 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 25 Feb 2006 01:07:18 +0000 Karoly Lorentey Remove unused variable in read_key_sequence.
Tue, 14 Feb 2006 12:32:39 +0000 Karoly Lorentey Fix tty state problem after error in `set-quit-char'.
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 30 Jan 2006 18:06:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
Sun, 29 Jan 2006 00:17:11 +0000 Karoly Lorentey Eliminate wrong_kboard_jmpbuf.
Sat, 28 Jan 2006 22:46:08 +0000 Karoly Lorentey Fix some bugs related to wrong_kboard_jmpbuf.
Wed, 11 Jan 2006 14:51:51 +0000 Karoly Lorentey Fix C-g during `make-network-process'. (Reported by Mark Plaksin.)
Thu, 05 Jan 2006 13:52:26 +0000 Karoly Lorentey Fix abort() in read_key_sequence.
Tue, 03 Jan 2006 01:50:46 +0000 Karoly Lorentey Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
Mon, 02 Jan 2006 07:54:50 +0000 Karoly Lorentey Experimental change: don't restore kboard after temporary changes if Emacs wasn't in single kboard state.
Thu, 29 Dec 2005 18:20:26 +0000 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
Thu, 29 Dec 2005 04:46:59 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 681)
Mon, 26 Dec 2005 03:16:59 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 677)
Sun, 25 Dec 2005 20:06:58 +0000 Karoly Lorentey Reimplement terminal parameters in C; clean up term.c, create terminal.c.
Fri, 23 Dec 2005 03:36:01 +0000 Karoly Lorentey Fix compilation error during non-X builds.
Fri, 23 Dec 2005 03:00:55 +0000 Karoly Lorentey Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim Verona.) Split `set-input-mode'.
Mon, 19 Dec 2005 19:57:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
Mon, 12 Dec 2005 02:37:01 +0000 Karoly Lorentey Fix "first non-ASCII character on new tty frames" problem.
Sun, 11 Dec 2005 22:42:40 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 07 Nov 2005 14:56:19 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
Sat, 29 Oct 2005 11:43:13 +0000 Karoly Lorentey Protect keyboard-translate-table from GC.
Fri, 28 Oct 2005 14:29:24 +0000 Karoly Lorentey Change `keyboard-translate-table' to be terminal-local.
Fri, 28 Oct 2005 11:12:17 +0000 Karoly Lorentey Doc update.
Wed, 19 Oct 2005 14:03:44 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 593-595)
Wed, 12 Oct 2005 16:14:04 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 578-592)
Sun, 09 Oct 2005 20:00:17 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
Sun, 11 Sep 2005 09:34:22 +0000 Karoly Lorentey Fix assertion on kboard->kbd_queue and other such crashes.
Sun, 11 Sep 2005 07:23:22 +0000 Karoly Lorentey Fix bootstrap error in keyboard.c.
Sun, 11 Sep 2005 06:42:03 +0000 Karoly Lorentey Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Boetes, analysis by Kalle Olavi Niemitalo.)
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Tue, 12 Jul 2005 10:55:24 +0000 Karoly Lorentey Rename function-key-map to local-function-key-map, and global-function-key-map to function-key-map. Same for key-translation-map.
Mon, 11 Jul 2005 00:05:55 +0000 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Mon, 27 Jun 2005 02:08:34 +0000 Karoly Lorentey Work around nondeterministic binding of terminal-local variables. (Fixes national character input on ttys.)
Mon, 27 Jun 2005 00:57:09 +0000 Karoly Lorentey New C function `push_display_kboard'.
Sun, 26 Jun 2005 21:06:46 +0000 Karoly Lorentey Change key-translation-map to be terminal-local.
Sun, 26 Jun 2005 04:35:44 +0000 Karoly Lorentey Work around mysterious breakage of arrow key recognition under screen (see first TODO in README).
Sat, 25 Jun 2005 16:34:30 +0000 Karoly Lorentey Make function-key-map a terminal-local variable (move it inside the kboard struct).
Tue, 21 Jun 2005 15:42:45 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 423-434)
Wed, 15 Jun 2005 12:57:51 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)
Sat, 28 May 2005 21:04:38 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
Fri, 20 May 2005 17:44:36 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
Fri, 13 May 2005 22:59:23 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 296-306)
Fri, 06 May 2005 21:06:31 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
Mon, 18 Apr 2005 13:40:23 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
Mon, 11 Apr 2005 12:40:15 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
Mon, 04 Apr 2005 16:43:15 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
Wed, 23 Mar 2005 10:40:00 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 192-203)
Sat, 19 Mar 2005 17:55:13 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
Wed, 16 Mar 2005 16:06:15 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)
Wed, 16 Mar 2005 15:59:10 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 159)
Sun, 06 Mar 2005 13:31:20 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)
Sat, 19 Feb 2005 00:06:48 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)
Fri, 18 Feb 2005 23:21:20 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 91-94)
Sat, 12 Feb 2005 15:11:25 +0000 Karoly Lorentey Fix compilation error with GTK, fix issues with double C-g on controlling tty. (Reported by Friedrich Delgado Friedrichs, Yoshiaki Kasahara.)
Thu, 03 Feb 2005 23:28:36 +0000 Karoly Lorentey Merged in changes from CVS trunk. (Long time no see!) :-)
Thu, 06 Jan 2005 15:00:09 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 23 Dec 2004 16:43:51 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Wed, 08 Dec 2004 22:21:07 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Wed, 08 Dec 2004 22:20:27 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 28 Nov 2004 00:48:30 +0000 Karoly Lorentey Trivial documentation change in keyboard.c.
Mon, 22 Nov 2004 11:06:39 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 13 Nov 2004 18:34:40 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 06 Nov 2004 17:52:02 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 12 Oct 2004 07:52:25 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 23 Aug 2004 10:12:04 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 09 Aug 2004 11:05:10 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 03 Aug 2004 12:45:59 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 22 Jul 2004 22:01:29 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 18 Jul 2004 21:49:24 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 10 Jul 2004 21:21:04 +0000 Karoly Lorentey Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).
Sat, 10 Jul 2004 14:37:36 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 05 Jul 2004 01:15:41 +0000 Karoly Lorentey Fixed C-c from the controlling terminal.
Sun, 04 Jul 2004 04:48:55 +0000 Karoly Lorentey Implemented display ids for multiple emacsclients on the same tty. Plus assorted bugfixes.
Thu, 24 Jun 2004 07:44:13 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 14 Jun 2004 20:00:54 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Fri, 11 Jun 2004 08:42:19 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 08 Jun 2004 00:41:04 +0000 Karoly Lorentey Don't core dump on SIGINT when there is no frame on the controlling tty.
Mon, 07 Jun 2004 07:10:59 +0000 Karoly Lorentey Clear single_kboard each time Emacs returns to top-level.
Sun, 23 May 2004 05:08:13 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 18 May 2004 19:12:15 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Fri, 23 Apr 2004 14:44:11 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 18 Apr 2004 01:40:02 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Fri, 19 Mar 2004 23:19:04 +0000 Karoly Lorentey Trivial cleanups to get rid of GCC warnings.
Thu, 11 Mar 2004 02:31:12 +0000 Karoly Lorentey Fixed compiler warnings for keyboard.c.
Sat, 28 Feb 2004 04:52:40 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sat, 28 Feb 2004 01:33:17 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sat, 28 Feb 2004 01:23:39 +0000 Karoly Lorentey Implemented suspending of emacsclient frames.
Wed, 25 Feb 2004 03:29:37 +0000 Karoly Lorentey Revert patch-93, that was the real culprit. Reapply patch-97.
Wed, 25 Feb 2004 02:55:32 +0000 Karoly Lorentey Allow tty_read_avail_input to use the whole input buffer.
Tue, 24 Feb 2004 18:00:36 +0000 Karoly Lorentey Block more input during read_avail_input.
Fri, 20 Feb 2004 17:48:48 +0000 Karoly Lorentey Don't read too many characters from the tty.
Fri, 20 Feb 2004 15:41:31 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Wed, 18 Feb 2004 17:10:32 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Tue, 17 Feb 2004 01:52:25 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 25 Jan 2004 01:17:40 +0000 Karoly Lorentey Cosmetic changes.
Sun, 25 Jan 2004 00:48:47 +0000 Karoly Lorentey Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.
Sun, 25 Jan 2004 00:43:38 +0000 Karoly Lorentey Removed %T in mode-line-format. Trivial documentation changes.
Fri, 23 Jan 2004 21:48:58 +0000 Karoly Lorentey Fixed tty faces during combo sessions. Plus other assorted bugfixes.
Thu, 22 Jan 2004 15:37:19 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 11 Jan 2004 21:59:40 +0000 Karoly Lorentey Support for opening X frames from a tty session.
Sun, 11 Jan 2004 02:45:44 +0000 Karoly Lorentey Fix C-g handling with multiple ttys.
Sun, 11 Jan 2004 01:18:45 +0000 Karoly Lorentey Changed tty input code to use read_socket_hook.
Sat, 10 Jan 2004 13:27:38 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sat, 10 Jan 2004 12:56:22 +0000 Karoly Lorentey Numerous bugfixes and small improvements.
Fri, 09 Jan 2004 18:57:53 +0000 Karoly Lorentey Hookified termcap devices, added bootstrap display device, plus many bugfixes.
Fri, 09 Jan 2004 13:12:28 +0000 Karoly Lorentey Fix SEGV in init_sys_modes during X startup
Mon, 05 Jan 2004 05:54:35 +0000 Karoly Lorentey Converted display hooks to be display-local. Plus many bugfixes.
Fri, 02 Jan 2004 04:22:23 +0000 Karoly Lorentey Got rid of the rif (window-based redisplay interface) global variable.
Fri, 02 Jan 2004 02:54:17 +0000 Karoly Lorentey MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.
Fri, 02 Jan 2004 01:15:26 +0000 Karoly Lorentey Fixed X support, preliminary support for X-tty combo sessions.
Thu, 01 Jan 2004 17:55:53 +0000 Karoly Lorentey Separate frame-local, tty-dependent parameters from tty-local parameters.
Tue, 30 Dec 2003 19:27:57 +0000 Karoly Lorentey Major bugfixes and slight enhancements.
Tue, 28 Aug 2007 10:13:20 +0000 Jan Dj¸«£rv Qrtl is new.
Mon, 13 Aug 2007 13:41:28 +0000 Miles Bader Merge from emacs--rel--22
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Sat, 14 Jul 2007 10:55:50 +0000 Juanma Barranquero (Ftrack_mouse): Doc fix.
Fri, 08 Jun 2007 20:11:04 +0000 Juanma Barranquero (cmd_error_internal): Use empty_unibyte_string.
Sun, 03 Jun 2007 00:57:11 +0000 Nick Roberts (discard_mouse_events): Add GPM_CLICK_EVENT case.
Wed, 23 May 2007 21:42:10 +0000 Nick Roberts (make_lispy_movement): Condition on HAVE_GPM too.
Sun, 20 May 2007 05:09:33 +0000 Nick Roberts Use HAVE_GPM instead of HAVE_GPM_H.
Sun, 20 May 2007 03:51:31 +0000 Nick Roberts (make_lispy_event): Make case GPM_CLICK_EVENT
Sun, 20 May 2007 02:29:50 +0000 Nick Roberts (Qmouse_fixup_help_message)
Mon, 25 Feb 2008 16:04:54 +0000 Chong Yidong (command_loop_1): Revert 2006-10-09 change.
Thu, 31 Jan 2008 06:39:13 +0000 Kenichi Handa (make_ctrl_char): If C is a multibyte character, just
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 24 Oct 2007 08:23:01 +0000 Richard M. Stallman (Fcurrent_idle_time): Doc fix.
Sat, 06 Oct 2007 09:43:17 +0000 Martin Rudalics (kbd_buffer_get_event): Break loop waiting for input
Fri, 14 Sep 2007 06:21:10 +0000 Jan Dj¸«£rv (abs): #undef before #define.
Sun, 02 Sep 2007 16:59:00 +0000 Jan Dj¸«£rv Qrtl is new.
Wed, 29 Aug 2007 09:00:42 +0000 Martin Rudalics (syms_of_keyboard): Set up new Lisp variable
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Mon, 16 Jul 2007 10:39:15 +0000 Juanma Barranquero (Ftrack_mouse): Doc fix.
Sun, 01 Apr 2007 22:03:03 +0000 Chong Yidong (command_loop_1): Fcommand_remapping has new arg; caller changed.
Sat, 24 Mar 2007 16:24:54 +0000 Eli Zaretskii Fix a comment before `read_key_sequence'.
Tue, 20 Mar 2007 08:50:10 +0000 YAMAMOTO Mitsuharu (record_char): Add BLOCK_INPUT around fwrite.
Mon, 19 Mar 2007 05:29:34 +0000 Richard M. Stallman (NUM_RECENT_KEYS): Bump up to 300.
Sat, 17 Mar 2007 18:26:21 +0000 Chong Yidong (read_key_sequence): Store original event into keybuf when replaying
Sat, 10 Mar 2007 04:57:18 +0000 Chong Yidong (help_form_saved_window_configs): New var.
Thu, 08 Mar 2007 22:58:08 +0000 Richard M. Stallman (syms_of_keyboard): Doc fix.
Sat, 27 Jan 2007 18:18:31 +0000 Eli Zaretskii (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.
Fri, 26 Jan 2007 08:36:18 +0000 YAMAMOTO Mitsuharu (interrupt_input_blocked): Declare volatile.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Sat, 20 Jan 2007 02:11:03 +0000 Chong Yidong (read_key_sequence): Extract local map only if the
Mon, 08 Jan 2007 17:58:28 +0000 Jan Dj¸«£rv (init_keyboard): Initialize interrupt_input_blocked and
Sat, 23 Dec 2006 01:57:15 +0000 Eli Zaretskii (some_mouse_moved): Fix last change.
Tue, 19 Dec 2006 16:09:02 +0000 Juanma Barranquero (syms_of_keyboard) <double-click-time>: Doc fix.
Tue, 19 Dec 2006 15:37:20 +0000 Kim F. Storm (kbd_buffer_store_event_hold): Undo 2006-12-04 change.
Fri, 15 Dec 2006 00:22:57 +0000 Kim F. Storm (ignore_mouse_drag_p): New global var.
Thu, 14 Dec 2006 08:41:46 +0000 YAMAMOTO Mitsuharu (make_lispy_event): Use find_user_signal_name.
Mon, 04 Dec 2006 12:37:55 +0000 Kim F. Storm Fix last change.
Mon, 04 Dec 2006 12:26:58 +0000 Kim F. Storm (kbd_buffer_store_event_hold): Don't throw-on-input
Fri, 24 Nov 2006 10:31:26 +0000 Juanma Barranquero Space/tab mixup.
Sun, 22 Oct 2006 22:25:03 +0000 Kim F. Storm (read_char): Make an element (t . EVENT) in
Tue, 10 Oct 2006 01:20:20 +0000 Chong Yidong * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
Fri, 15 Sep 2006 07:19:15 +0000 David Kastrup * NEWS: explain new behavior and arguments of `key-binding' and
Wed, 13 Sep 2006 15:12:59 +0000 Richard M. Stallman (read_char): If end_time specified, don't put the
Sun, 10 Sep 2006 21:10:50 +0000 Kim F. Storm (Finput_pending_p): Check Vunread_input_method_events
Sun, 27 Aug 2006 07:09:06 +0000 YAMAMOTO Mitsuharu (in_sighandler): Remove variable.
Fri, 25 Aug 2006 10:05:50 +0000 Kim F. Storm (Fcurrent_idle_time): Simplify.
Mon, 21 Aug 2006 12:54:47 +0000 Jan Dj¸«£rv Clarify difference between in_sighandler and handling_signal.
Mon, 21 Aug 2006 02:07:09 +0000 Kenichi Handa (syms_of_keyboard): Docstring of
Sun, 20 Aug 2006 17:58:09 +0000 Chong Yidong * keyboard.c (show_help_echo): Preserve mouse movement flag if
Sun, 20 Aug 2006 12:06:20 +0000 Richard M. Stallman (Fcurrent_idle_time): New function.
Tue, 15 Aug 2006 17:39:21 +0000 Chong Yidong * keyboard.c (read_char): Don't change idle timer state at all if
Mon, 14 Aug 2006 18:32:23 +0000 Chong Yidong * keyboard.c (read_char): Don't reset idle timers if a time limit
Thu, 10 Aug 2006 06:07:15 +0000 Jan Dj¸«£rv * keyboard.c: Define in_sighandler.
Wed, 09 Aug 2006 04:55:02 +0000 Richard M. Stallman (keyremap_step): No-op if fkey->parent = nil.
Sat, 05 Aug 2006 11:59:50 +0000 Eli Zaretskii (kbd_buffer_get_event): Return Qnil when current time is exactly equal to