log src/keyboard.c @ 102996:3292a88d45ce

age author description
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.