Wed, 08 Feb 1995 06:37:26 +0000 |
Karl Heuer |
(command_loop_1): Put back cancel_echoing call, if there's a perdisplay for it
|
Tue, 07 Feb 1995 02:07:03 +0000 |
Karl Heuer |
(internal_last_event_frame, Vlast_event_frame): Deleted; now part of
|
Sat, 04 Feb 1995 01:46:56 +0000 |
Karl Heuer |
(cmd_error): Cancel echoing here.
|
Sat, 04 Feb 1995 01:31:01 +0000 |
Karl Heuer |
[MULTI_PERDISPLAY] (all_perdisplays): New var.
|
Sat, 04 Feb 1995 01:11:55 +0000 |
Karl Heuer |
(syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c.
|
Thu, 02 Feb 1995 18:55:39 +0000 |
Richard M. Stallman |
(kbd_buffer_get_event, swallow_events): Remove selection_request event
|
Wed, 01 Feb 1995 22:18:21 +0000 |
Karl Heuer |
(cmd_error): Clear prefix arg here.
|
Tue, 31 Jan 1995 00:02:47 +0000 |
Karl Heuer |
(syms_of_keyboard): Fix missing backslashes.
|
Sat, 28 Jan 1995 03:05:45 +0000 |
Karl Heuer |
* keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay.
|
Wed, 25 Jan 1995 08:58:33 +0000 |
Karl Heuer |
(the_only_perd): Define this var here.
|
Tue, 24 Jan 1995 22:13:07 +0000 |
Richard M. Stallman |
(read_key_sequence): New arg dont_downcase_last
|
Tue, 24 Jan 1995 03:16:34 +0000 |
Karl Heuer |
(read_key_sequence): Don't wait for a possible key translation sequence if we
|
Wed, 18 Jan 1995 20:52:48 +0000 |
Karl Heuer |
Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
|
Mon, 16 Jan 1995 06:48:15 +0000 |
Richard M. Stallman |
(kbd_buffer_store_event): Cast arg of bcopy.
|
Wed, 11 Jan 1995 01:53:36 +0000 |
Karl Heuer |
(echo): Don't log the key echoes.
|
Tue, 10 Jan 1995 18:37:06 +0000 |
Richard M. Stallman |
(syms_of_keyboard): Doc fix.
|
Mon, 02 Jan 1995 09:18:07 +0000 |
Richard M. Stallman |
Use SAVE_MODIFF and BUF_SAVE_MODIFF
|
Tue, 27 Dec 1994 21:50:22 +0000 |
Richard M. Stallman |
(make_lispy_event) [USE_X_TOOLKIT]: Turn off
|
Sat, 24 Dec 1994 01:53:16 +0000 |
Richard M. Stallman |
(read_char): Don't echo keys when echo_keystrokes is 0.
|
Sun, 11 Dec 1994 11:36:13 +0000 |
Richard M. Stallman |
(read_char): After auto-saving, redisplay.
|
Thu, 24 Nov 1994 08:40:21 +0000 |
Richard M. Stallman |
(command_loop_1): Use safe_run_hooks to run
|
Wed, 23 Nov 1994 09:14:29 +0000 |
Richard M. Stallman |
(syms_of_keyboard): Doc fix.
|
Wed, 16 Nov 1994 14:15:54 +0000 |
Richard M. Stallman |
(Fopen_dribble_file): Call fclose only when dribble is non zero.
|
Thu, 10 Nov 1994 03:46:33 +0000 |
Richard M. Stallman |
(tracking_off): Test old value with NILP.
|
Wed, 09 Nov 1994 06:04:46 +0000 |
Karl Heuer |
(print_help): Set help-mode in *Help* buffer.
|
Wed, 09 Nov 1994 03:43:30 +0000 |
Roland McGrath |
(EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and mouse_moved #ifdef
|
Tue, 08 Nov 1994 02:37:04 +0000 |
Roland McGrath |
Move decl of input_fd outside of #ifdef HAVE_X_WINDOWS.
|
Tue, 01 Nov 1994 08:49:40 +0000 |
Richard M. Stallman |
(read_key_sequence): Use flags instead of gotos to
|
Sat, 29 Oct 1994 18:33:48 +0000 |
Karl Heuer |
(read_avail_input): Fix Lisp_Object vs. int problem.
|
Thu, 27 Oct 1994 21:13:33 +0000 |
Karl Heuer |
(kbd_buffer_get_event): Translate them to lispy events.
|