log src/keyboard.c @ 46718:175cd09f34d2

age author description
Mon, 29 Jul 2002 01:55:43 +0000 Richard M. Stallman (make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
Sat, 20 Jul 2002 21:47:00 +0000 Richard M. Stallman (cmd_error_internal): Pass Vsignaling_function
Fri, 19 Jul 2002 10:33:44 +0000 Juanma Barranquero Fix typo.
Tue, 16 Jul 2002 19:48:34 +0000 Ken Raeburn (cmd_error_internal): Use const for pointer to lisp
Tue, 16 Jul 2002 17:40:57 +0000 Ken Raeburn (echo_char, parse_modifiers_uncached, parse_solitary_modifier,
Tue, 16 Jul 2002 15:49:29 +0000 Ken Raeburn * keyboard.c (Fevent_convert_list): Use SREF.
Tue, 16 Jul 2002 13:42:15 +0000 Richard M. Stallman (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Sun, 14 Jul 2002 22:52:48 +0000 Kim F. Storm Correct last commit which by mistake included some completely
Fri, 12 Jul 2002 23:47:31 +0000 Kim F. Storm (command_loop_1): Invert check on Vmemory_full.
Fri, 12 Jul 2002 11:18:36 +0000 Richard M. Stallman (cmd_error_internal): Handle Vsignaling_function here.
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Wed, 10 Jul 2002 08:45:24 +0000 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Fri, 05 Jul 2002 18:51:59 +0000 Dave Love (read_key_sequence): Set initial_idleness_start_time
Thu, 04 Jul 2002 10:37:38 +0000 Juanma Barranquero (post_command_idle_hook): Remove redundant (and inexact) obsolescence
Mon, 01 Jul 2002 16:00:49 +0000 Dave Love (kbd_buffer_store_event): Fix interrupt_signal decl
Mon, 01 Jul 2002 08:04:04 +0000 Richard M. Stallman (timer_last_idleness_start_time): New variable.
Fri, 28 Jun 2002 19:43:33 +0000 Jan Djrv (readable_filtered_events): New function.
Mon, 17 Jun 2002 18:45:44 +0000 Stefan Monnier (read_key_sequence): Be more careful with first_unbound.
Thu, 13 Jun 2002 14:59:38 +0000 Pavel Jank Rename enum event_kind items.
Tue, 11 Jun 2002 19:50:45 +0000 Stefan Monnier (read_key_sequence):
Tue, 11 Jun 2002 19:29:40 +0000 Richard M. Stallman (readable_events): Ignore any number of
Mon, 20 May 2002 14:49:57 +0000 Richard M. Stallman (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here.
Mon, 20 May 2002 08:05:55 +0000 Ken Raeburn * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
Thu, 16 May 2002 11:53:41 +0000 Juanma Barranquero (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
Wed, 15 May 2002 22:34:57 +0000 Stefan Monnier (read_char_x_menu_prompt): Use an equivalent but more meaningful test.
Sat, 04 May 2002 22:13:53 +0000 Jason Rumney (make_lispy_event) <mouse-wheel>: Set count to 1
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Sat, 13 Apr 2002 17:48:10 +0000 Richard M. Stallman (command_loop_1): Don't call start_hourglass
Fri, 12 Apr 2002 09:35:34 +0000 Gerd Moellmann (Qleft_margin, Qright_margin): Declare.
Fri, 12 Apr 2002 05:55:04 +0000 Stefan Monnier (gen_help_event): int/Lisp_Object confusion.
Fri, 12 Apr 2002 05:50:15 +0000 Stefan Monnier (command_loop_1): Turn off transient-mark-mode rather
Wed, 03 Apr 2002 08:36:56 +0000 Pavel Jank Fix comment.
Wed, 03 Apr 2002 04:49:33 +0000 Stefan Monnier (make_lispy_event): Handle unknown keysyms together
Tue, 02 Apr 2002 15:53:14 +0000 Eli Zaretskii (read_char): If the event was Qselect_window,
Mon, 01 Apr 2002 13:42:32 +0000 Pavel Jank (Qselect_window): New symbol.
Sun, 24 Mar 2002 20:29:38 +0000 Pavel Jank Fix typos.
Thu, 21 Mar 2002 21:32:50 +0000 Kim F. Storm (menu_bar_items): Mostly undo 2002-02-20 patch, so
Sun, 10 Mar 2002 16:16:38 +0000 Jan Djrv Added Emacs event save_session_event.
Fri, 08 Mar 2002 11:34:00 +0000 Gerd Moellmann (echo_char): Make sure to add a separator between
Wed, 06 Mar 2002 15:55:11 +0000 Gerd Moellmann (echo_prompt, echo_char, echo_dash, echo_now)
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Sat, 23 Feb 2002 22:02:18 +0000 Kim F. Storm (command_loop_1): Use Fremap_command for command remapping;
Wed, 20 Feb 2002 23:00:35 +0000 Kim F. Storm (kbd_buffer_get_event) [WINDOWSNT]: Corrected
Wed, 20 Feb 2002 14:51:46 +0000 Kim F. Storm (menu_bar_items): Don't include keymap or local-map
Sat, 16 Feb 2002 09:51:31 +0000 Pavel Jank Do not include "systime.h" twice.
Wed, 13 Feb 2002 16:23:08 +0000 Richard M. Stallman (Fthis_command_keys, Fthis_command_keys_vector)
Wed, 06 Feb 2002 22:59:56 +0000 Kim F. Storm (Vthis_original_command): New variable.
Wed, 06 Feb 2002 22:41:43 +0000 Pavel Jank (recursive_edit_1): Call cancel_hourglass unconditionally.
Sat, 02 Feb 2002 10:09:38 +0000 Pavel Jank (command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally.
Thu, 31 Jan 2002 06:57:08 +0000 Pavel Jank Fix typo.
Sat, 26 Jan 2002 17:06:55 +0000 Pavel Jank (parse_tool_bar_item): Remove duplicated prototypes.
Thu, 24 Jan 2002 17:18:35 +0000 Eli Zaretskii (record_char): Fix a typo in a comment.
Sun, 13 Jan 2002 10:14:47 +0000 Pavel Jank (read_key_sequence): Remove unused variable `extra_maps'.
Thu, 03 Jan 2002 11:30:57 +0000 Kim F. Storm (read_key_sequence): Fixed cast of submaps arg to bcopy.
Wed, 02 Jan 2002 21:54:11 +0000 Richard M. Stallman (read_key_sequence): Handle the keymap property before minor mode maps.
Tue, 25 Dec 2001 23:38:23 +0000 Kim F. Storm (record_char): Ignore duplicate help-echo events only
Tue, 18 Dec 2001 06:25:27 +0000 Pavel Jank (head_table): Add missing braces around initializer.
Sun, 16 Dec 2001 03:51:52 +0000 Richard M. Stallman (syms_of_keyboard) <double-click-fuzz>: Doc fix.
Wed, 05 Dec 2001 02:51:12 +0000 Stefan Monnier (kbd_buffer_store_event): Fix interrupt_signal prototype.
Tue, 06 Nov 2001 15:07:16 +0000 Stefan Monnier (make_lispy_event): Check integerness and fix Lisp_Object/int mixup.
Mon, 05 Nov 2001 04:19:56 +0000 Richard M. Stallman (read_char): Use Fcar and Fcdr, not Fnth.
Mon, 05 Nov 2001 03:40:14 +0000 Richard M. Stallman (echo-area-clear-hook): Undo Oct 29 change.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Wed, 31 Oct 2001 10:56:33 +0000 Pavel Jank (lucid-menu-bar-dirty-flag): Doc fix.
Tue, 30 Oct 2001 18:34:21 +0000 Richard M. Stallman (Finput_pending_p): Doc fix.
Mon, 29 Oct 2001 17:51:38 +0000 Pavel Jank (Finput_pending_p): Fix typo in doc-string.
Sun, 28 Oct 2001 18:47:24 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Sun, 21 Oct 2001 15:23:58 +0000 Miles Bader (Ftrack_mouse): Add usage: string to doc string.
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 16:01:10 +0000 Pavel Jank (Fcommand_execute): Remove unnecessary prototype (it is already prototyped
Mon, 08 Oct 2001 11:12:56 +0000 Stefan Monnier (map_prompt): Remove.
Mon, 08 Oct 2001 08:39:21 +0000 Pavel Jank *** empty log message ***
Sun, 07 Oct 2001 00:20:39 +0000 Gerd Moellmann (parse_modifiers, apply_modifiers): Use VALMASK.
Fri, 05 Oct 2001 09:48:05 +0000 Gerd Moellmann (make_lispy_event) [HAVE_X_WINDOWS]: If we know
Wed, 26 Sep 2001 12:01:19 +0000 Gerd Moellmann (echo_kboard): Make externally visible.
Tue, 25 Sep 2001 10:18:44 +0000 Gerd Moellmann (read_char): Don't clear a message for a switch-frame
Tue, 18 Sep 2001 14:29:11 +0000 Gerd Moellmann (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
Mon, 13 Aug 2001 09:27:43 +0000 Gerd Moellmann (make_lispy_event): Interpret double_click_fuzz
Fri, 10 Aug 2001 09:14:17 +0000 Eli Zaretskii (syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.
Thu, 09 Aug 2001 13:01:38 +0000 Gerd Moellmann (Vpre_help_message): New variable.
Fri, 03 Aug 2001 11:36:48 +0000 Gerd Moellmann (read_key_sequence): Check that key is an integer
Wed, 01 Aug 2001 11:54:33 +0000 Gerd Moellmann (command_loop_1): Fix spelling of
Mon, 30 Jul 2001 13:58:38 +0000 Gerd Moellmann (abs): New macro.
Tue, 17 Jul 2001 09:35:11 +0000 Gerd Moellmann (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
Tue, 26 Jun 2001 12:30:59 +0000 Gerd Moellmann (read_char) <non_reread>: Record the previous idle
Mon, 21 May 2001 12:34:11 +0000 Gerd Moellmann Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Tue, 15 May 2001 13:37:45 +0000 Gerd Moellmann (read_key_sequence): Prevent generating a fake
Fri, 11 May 2001 16:10:29 +0000 Gerd Moellmann (read_key_sequence): Don't modify events when
Mon, 07 May 2001 13:43:10 +0000 Gerd Moellmann (delete_kboard): Handle the case that selected_frame
Wed, 25 Apr 2001 14:36:03 +0000 Gerd Moellmann (command_loop_1): Redo change of 2001-03-12.
Thu, 19 Apr 2001 13:00:01 +0000 Gerd Moellmann (delete_kboard): Prevent a dangling reference
Wed, 04 Apr 2001 14:04:38 +0000 Gerd Moellmann (echoing, echo_message_buffer): Make externally
Thu, 15 Mar 2001 16:31:21 +0000 Gerd Moellmann (timer_check): Preserve the value of deactivate-mark.
Wed, 14 Mar 2001 16:35:40 +0000 Gerd Moellmann (quit_throw_to_read_char): Change call to
Mon, 12 Mar 2001 15:14:11 +0000 Gerd Moellmann (command_loop_1): Set Vdeactivate_mark to nil
Mon, 12 Mar 2001 14:46:47 +0000 Eli Zaretskii (syms_of_keyboard) <overriding-local-map>: Doc fix.
Fri, 09 Mar 2001 18:43:15 +0000 Gerd Moellmann (make_lispy_event): Add string info to the event,
Fri, 09 Mar 2001 14:51:01 +0000 Gerd Moellmann (make_lispy_event, make_lispy_movement): Adjust
Thu, 08 Mar 2001 14:01:24 +0000 Gerd Moellmann (make_lispy_event): Avoid generating drag events
Wed, 21 Feb 2001 13:57:40 +0000 Gerd Moellmann Use display_hourglass_p, start_hourglass,
Tue, 20 Feb 2001 18:12:00 +0000 Gerd Moellmann (read_char): When an event from unread-command-events
Mon, 19 Feb 2001 13:57:49 +0000 Gerd Moellmann (recursive_edit_1): Bind `inhibit-redisplay' and
Tue, 16 Jan 2001 12:42:22 +0000 Gerd Moellmann Call redisplay_preserve_echo_area with additional arg.
Fri, 12 Jan 2001 11:17:53 +0000 Gerd Moellmann Call get_local_map with new argument list.
Tue, 09 Jan 2001 13:44:36 +0000 Gerd Moellmann (Fexecute_extended_command): Use a
Sun, 07 Jan 2001 21:13:42 +0000 Dave Love (Fread_key_sequence_vector): Avoid newline in
Tue, 02 Jan 2001 14:09:59 +0000 Eli Zaretskii (record_char): Remove unused function-scope variable
Thu, 28 Dec 2000 13:37:33 +0000 Gerd Moellmann (echo_char): If C is an integer, always call
Sat, 23 Dec 2000 23:08:42 +0000 Gerd Moellmann (echo_prompt): Always set current_kboard->echoptr to
Wed, 20 Dec 2000 15:13:36 +0000 Gerd Moellmann (echo_prompt): Prevent a compiler warning.
Thu, 14 Dec 2000 10:44:56 +0000 Kenichi Handa (echo_prompt): Argument type changed to Lisp_Object.
Wed, 13 Dec 2000 14:25:49 +0000 Gerd Moellmann (do_mouse_tracking): Make externally visible.
Wed, 13 Dec 2000 14:12:02 +0000 Stefan Monnier (menu_bar_items, tool_bar_items):
Tue, 05 Dec 2000 17:03:29 +0000 Gerd Moellmann (record_char): Don't record identical help-echo
Mon, 04 Dec 2000 14:48:10 +0000 Gerd Moellmann (Fread_key_sequence): Don't start the busy cursor
Mon, 04 Dec 2000 12:22:46 +0000 Gerd Moellmann (record_char): Record `help-echo' input events
Mon, 27 Nov 2000 14:42:42 +0000 Gerd Moellmann (lucid_event_type_list_p): Handle `help-echo',
Sat, 25 Nov 2000 18:40:15 +0000 Jason Rumney (make_lispy_event) [mouse_wheel, drag_n_drop]: Args to
Wed, 22 Nov 2000 01:34:53 +0000 Miles Bader (Vminibuffer_message_timeout): New variable.
Mon, 13 Nov 2000 13:35:52 +0000 Gerd Moellmann (show_help_echo): Call message3_nolog with number of
Tue, 31 Oct 2000 16:31:04 +0000 Gerd Moellmann (read_char) <wrong_kboard>: Make sure that we
Mon, 30 Oct 2000 12:21:19 +0000 Gerd Moellmann (syms_of_keyboard): Change DEFVAR_LISP of
Fri, 27 Oct 2000 22:20:19 +0000 Stefan Monnier * lisp.h (KEYMAPP): New macro.
Sun, 22 Oct 2000 16:50:16 +0000 Andrew Choi Initial check-in: changes for building Emacs under Mac OS.
Sun, 15 Oct 2000 03:31:21 +0000 Stefan Monnier * keymap.c (access_keymap): Add AUTOLOAD parameter.
Thu, 05 Oct 2000 19:27:17 +0000 Gerd Moellmann (Frecursive_edit): Make sure redisplay can happen.
Wed, 04 Oct 2000 19:00:10 +0000 Gerd Moellmann (update_menu_bindings): New variable.
Fri, 29 Sep 2000 12:41:40 +0000 Gerd Moellmann (menu_bar_one_keymap): If KEYMAP is a symbol,
Mon, 25 Sep 2000 14:27:02 +0000 Gerd Moellmann (show_help_echo): Set help_echo_showing_p.
Mon, 18 Sep 2000 18:45:01 +0000 Dave Love (menu_bar_items, tool_bar_items)
Wed, 13 Sep 2000 11:17:06 +0000 Gerd Moellmann Avoid some more compiler warnings.
Mon, 28 Aug 2000 01:32:15 +0000 Kenichi Handa (read_char_minibuf_menu_prompt): Call read_char with
Sun, 27 Aug 2000 15:47:59 +0000 Stefan Monnier (menu_bar_item): Detect duplicate entries for all items
Sun, 27 Aug 2000 10:10:14 +0000 Eli Zaretskii Fix a typo in a comment.
Tue, 22 Aug 2000 22:23:58 +0000 Andrew Innes Include keyboard.h before frame.h.
Mon, 21 Aug 2000 18:59:02 +0000 Gerd Moellmann (gen_help_event): Add parameter SIZE.
Fri, 18 Aug 2000 03:13:27 +0000 Gerd Moellmann (kbd_buffer_get_event): Handle the case that the
Fri, 11 Aug 2000 00:50:51 +0000 Kenichi Handa (make_lispy_event): Handle the new event type
Wed, 09 Aug 2000 12:24:02 +0000 Eli Zaretskii (kbd_buffer_events_waiting): New function.
Tue, 08 Aug 2000 14:43:28 +0000 Ken Raeburn (syms_of_keyboard): Initialize last_point_position_buffer.
Wed, 02 Aug 2000 20:16:22 +0000 Gerd Moellmann (read_char_minibuf_menu_prompt): Add new parameter
Fri, 21 Jul 2000 15:37:33 +0000 Gerd Moellmann (show_help_echo, gen_help_event): Extend comments.
Tue, 18 Jul 2000 18:20:04 +0000 Gerd Moellmann (show_help_echo): Add parameter WINDOW.
Fri, 14 Jul 2000 13:55:25 +0000 Gerd Moellmann (show_help_echo): Add parameters OBJECT and POS.
Thu, 13 Jul 2000 23:44:43 +0000 Gerd Moellmann (show_help_echo): Use eval_form. Add comment.
Thu, 13 Jul 2000 14:07:45 +0000 Gerd Moellmann (kbd_buffer_gcpro): Renamed from
Tue, 11 Jul 2000 07:33:06 +0000 Eli Zaretskii (show_help_echo): Accept additional parameter
Wed, 05 Jul 2000 14:01:15 +0000 Stefan Monnier (show_help_echo): New function, extracted from read_char.
Tue, 20 Jun 2000 19:43:51 +0000 Gerd Moellmann (adjust_point_for_property): Check if display
Mon, 19 Jun 2000 07:42:41 +0000 Ken Raeburn missed one in last checkin
Mon, 19 Jun 2000 07:15:08 +0000 Ken Raeburn * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Sun, 18 Jun 2000 20:14:37 +0000 Ken Raeburn fix up more Lisp_Object/int conversion issues
Tue, 13 Jun 2000 23:51:00 +0000 Gerd Moellmann (read_char): Bind message-truncate-lines to t
Thu, 08 Jun 2000 20:57:01 +0000 Gerd Moellmann (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
Tue, 30 May 2000 21:35:02 +0000 Jason Rumney (make_lispy_event) [WINDOWS_NT]: Pass a window pointer to
Mon, 29 May 2000 11:48:25 +0000 Dave Love (menu_bar_items, tool_bar_items, Fexecute_extended_command): Deal with
Tue, 23 May 2000 02:19:20 +0000 Kenichi Handa (read_char): Allow character codes 128..255 to be
Thu, 11 May 2000 12:23:08 +0000 Gerd Moellmann (read_char): Don't clear current message for help
Fri, 21 Apr 2000 13:02:41 +0000 Gerd Moellmann (timer_check): Fix typo in comment.
Thu, 20 Apr 2000 21:00:43 +0000 Gerd Moellmann (echo_message_buffer): New variable.
Wed, 05 Apr 2000 17:29:31 +0000 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Mon, 03 Apr 2000 12:11:39 +0000 Gerd Moellmann (lispy_mouse_names): Variable removed.
Sat, 01 Apr 2000 11:49:47 +0000 Gerd Moellmann (lispy_mouse_names): Add additional mouse names.
Wed, 29 Mar 2000 12:58:52 +0000 Gerd Moellmann (Ftop_level): Cancel busy-cursor.
Fri, 03 Mar 2000 20:32:33 +0000 Jason Rumney (make_lispy_event): Call buffer_posn_from_coords with correct parameters.
Sat, 26 Feb 2000 02:55:10 +0000 Kenichi Handa (read_char): Set `usec' correctly.
Fri, 25 Feb 2000 14:05:03 +0000 Gerd Moellmann (recursive_edit_1): Cancel busy-cursor.
Fri, 25 Feb 2000 13:30:50 +0000 Gerd Moellmann (command_loop_1): Call start_busy_cursor before
Fri, 18 Feb 2000 21:34:40 +0000 Dave Love Amend last change to check for echo-keystrokes being zero, not nil.
Fri, 18 Feb 2000 20:10:00 +0000 Dave Love (echo_keystrokes): Remove declaration.
Sat, 12 Feb 2000 13:11:29 +0000 Gerd Moellmann (bind_polling_period): Stop all timers except
Tue, 25 Jan 2000 15:57:26 +0000 Gerd Moellmann (toplevel): Include systime.h and atimer.h.
Tue, 11 Jan 2000 13:14:54 +0000 Gerd Moellmann Add last change to doc string.
Tue, 11 Jan 2000 13:11:14 +0000 Gerd Moellmann (Fclear_this_command_keys): Clear recent_keys
Wed, 15 Dec 1999 00:15:16 +0000 Kenichi Handa (Vdisable_point_adjustment): New variable.
Fri, 10 Dec 1999 01:39:53 +0000 Stefan Monnier * keyboard.c (Qratio): New symbol.
Thu, 18 Nov 1999 05:09:18 +0000 Kenichi Handa (echo_char): Use KEY_DESCRIPTION_SIZE to check free
Tue, 16 Nov 1999 15:53:45 +0000 Gerd Moellmann (command_loop_1): Remove no_redisplay.
Thu, 11 Nov 1999 11:45:06 +0000 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
Mon, 25 Oct 1999 04:58:18 +0000 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Sun, 10 Oct 1999 21:08:17 +0000 Gerd Moellmann (auto-save-interval): Fix doc string.
Mon, 20 Sep 1999 00:34:37 +0000 Gerd Moellmann (Frecursive_edit): Remove unused variable.
Mon, 13 Sep 1999 11:13:36 +0000 Gerd Moellmann (command_loop_1): Change for Lisp_Object
Sun, 12 Sep 1999 20:21:53 +0000 Gerd Moellmann (command_loop_1): Resize mini-window to the
Sun, 05 Sep 1999 16:39:19 +0000 Gerd Moellmann Change
Sun, 05 Sep 1999 15:49:07 +0000 Gerd Moellmann Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Fri, 03 Sep 1999 18:48:46 +0000 Richard M. Stallman [macintosh]: Set KBD_BUFFER_SIZE to a smaller value
Mon, 23 Aug 1999 00:11:47 +0000 Gerd Moellmann (command_loop_1): Set beg/end_unchanged per
Sat, 21 Aug 1999 19:29:53 +0000 Gerd Moellmann Call change_frame_size and do_pending_window_change with
Fri, 30 Jul 1999 08:28:18 +0000 Eli Zaretskii (cmd_error_internal): Don't kill Emacs if this is an
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (read_char): Use message3_nolog to show help-echo.
Sun, 27 Jun 1999 21:21:31 +0000 Karl Heuer (read_key_sequence): Properly reinitialize
Mon, 22 Feb 1999 10:05:43 +0000 Andreas Schwab (Qusr1_signal, Qusr2_signal): New variables.
Sun, 24 Jan 1999 20:08:10 +0000 Richard M. Stallman (read_key_sequence): Fix previous change.
Mon, 11 Jan 1999 15:30:06 +0000 Richard M. Stallman (read_key_sequence): In key-translation-map and
Wed, 06 Jan 1999 23:54:44 +0000 Richard M. Stallman (read_key_sequence): Tell get_keyelt to look handle autoloads.
Sat, 02 Jan 1999 00:11:36 +0000 Richard M. Stallman In each active map, for each menu bar item, use only the first submap.
Tue, 22 Dec 1998 06:06:48 +0000 Kenichi Handa (read_char): Don't bind
Thu, 10 Dec 1998 04:25:07 +0000 Karl Heuer Doc fixes.
Wed, 02 Dec 1998 22:59:11 +0000 Geoff Voelker (Qlanguage_change): New variable.
Tue, 24 Nov 1998 08:56:27 +0000 Richard M. Stallman (syms_of_keyboard): Doc fix.
Wed, 14 Oct 1998 12:59:30 +0000 Richard M. Stallman (parse_menu_item): Avoid initialization for Lisp_Object.
Tue, 13 Oct 1998 03:46:13 +0000 Richard M. Stallman (Fclear_this_command_keys): New function.
Mon, 12 Oct 1998 06:13:00 +0000 Richard M. Stallman (parse_menu_item): For top level of menu bar,
Thu, 10 Sep 1998 15:47:53 +0000 Karl Heuer (command_loop_1): When switching to selected window's bfr,
Mon, 24 Aug 1998 10:11:57 +0000 Andreas Schwab (input-method-previous-message): Doc fix.
Tue, 18 Aug 1998 11:12:25 +0000 Richard M. Stallman (read_char): If not reading a key sequence (MAPS is nil),
Mon, 17 Aug 1998 07:04:41 +0000 Richard M. Stallman (Freset_this_command_lengths): Return nil.
Mon, 10 Aug 1998 07:22:21 +0000 Richard M. Stallman (read_char): Don't decrement this_command_key_count when saving it.
Sat, 08 Aug 1998 03:13:39 +0000 Richard M. Stallman (Vthis_command): Renamed from this_command.
Mon, 27 Jul 1998 05:37:42 +0000 Richard M. Stallman (Fexecute_extended_command):
Sun, 26 Jul 1998 23:03:58 +0000 Richard M. Stallman (Qinput_method_function): New variable.
Tue, 23 Jun 1998 03:09:24 +0000 Richard M. Stallman (command_loop): Reset executing_macro after
Mon, 22 Jun 1998 17:34:59 +0000 Karl Heuer (menu_item_eval_property): Bind Qinhibit_redisplay.
Sat, 13 Jun 1998 05:27:47 +0000 Richard M. Stallman (parse_menu_item): Put a quote around DEF
Sun, 07 Jun 1998 22:37:36 +0000 Richard M. Stallman (cmd_error): Init Vlast_prefix_arg.
Tue, 02 Jun 1998 15:49:47 +0000 Karl Heuer (syms_of_keyboard): Doc fix for suggest-key-bindings.
Thu, 28 May 1998 18:10:20 +0000 Richard M. Stallman (command_loop_1): In shortcuts for forward-char etc,,
Sat, 16 May 1998 18:30:52 +0000 Richard M. Stallman (read_char): If redisplay is preempted,
Tue, 12 May 1998 21:33:59 +0000 Richard M. Stallman (parse_menu_item): Argument inmenubar < 0 now means
Fri, 01 May 1998 04:51:51 +0000 Richard M. Stallman (Qdrag_n_drop, drag_n_drop_syms, lispy_drag_n_drop_names): New variables.
Sun, 26 Apr 1998 22:34:53 +0000 Richard M. Stallman (parse_menu_item): Support keywords :keys and
Thu, 23 Apr 1998 21:25:55 +0000 Richard M. Stallman (Fcommand_execute): Truncate command-history here.
Tue, 14 Apr 1998 13:01:59 +0000 Andreas Schwab (parse_menu_item): Don't GCPRO non-lisp variables.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Sat, 21 Mar 1998 05:49:49 +0000 Richard M. Stallman Include puresize.h for CHECK_IMPURE.
Mon, 02 Mar 1998 20:02:33 +0000 Richard M. Stallman Include syntax.h.
Tue, 27 Jan 1998 01:45:58 +0000 Richard M. Stallman (command_loop_1): Run post-command-hook before,
Wed, 21 Jan 1998 21:57:24 +0000 Richard M. Stallman (command_loop_1): Use unibyte_char_to_multibyte.
Fri, 09 Jan 1998 23:14:38 +0000 Richard M. Stallman (echo_now): Use message2_nolog, not message1_nolog.
Thu, 01 Jan 1998 02:39:04 +0000 Richard M. Stallman (command_loop_1): Use PT_BYTE when calling FETCH_BYTE.
Sun, 21 Dec 1997 02:19:17 +0000 Richard M. Stallman (Fexecute_extended_command):
Sun, 21 Dec 1997 02:12:03 +0000 Richard M. Stallman (Fexecute_extended_command):
Mon, 08 Dec 1997 06:58:14 +0000 Kenichi Handa (Fexecute_extended_command): Fix previous change.
Fri, 28 Nov 1997 14:48:28 +0000 Andreas Schwab (Fsuspend_emacs): Cast init_sys_modes when calling
Thu, 27 Nov 1997 11:38:17 +0000 Kenichi Handa (Fexecute_extended_command): Give Voverriding_local_map as the
Thu, 27 Nov 1997 11:26:45 +0000 Kenichi Handa (echo_now, record_auto_save, cmd_error_internal,