No description
Find a file
Jim Blandy 3c37094348 * keyboard.c (kbd_buffer_get_event): Protect assignment to
Vlast_event_frame in a "#ifdef MULTI_FRAME" clause.

	Use the term `scroll bar', instead of `scrollbar'.
	* alloc.c, frame.c, frame.h, indent.c, keyboard.c, keyboard.h,
	lisp.h, term.c, termhooks.h, window.c, window.h, xdisp.c, xfns.c,
	xterm.c, xterm.h: Terminology changed.

        Don't generate switch-frame events by checking Vlast_event_frame;
	use a separate variable for that bookkeeping.  In order to
	generate them properly, we may need to fiddle with it.
	* keyboard.c (internal_last_event_frame): New variable.
	(command_loop_1): Check internal_last_event_frame, not
	Vlast_event_frame.
	(read_char, kbd_buffer_store_event): Set both Vlast_event_frame and
	internal_last_event_frame.
	(kbd_buffer_get_event): Check internal_last_event_frame to decide
	whether to generate a switch-frame event.  Set Vlast_event_frame
	after each event.
	(init_keyboard): Initialize both Vlast_event_frame and
	internal_last_event_frame.
	* keyboard.h (internal_last_event_frame): Add extern declaration
	for this.
	* frame.c (Vlast_event_frame): Remove external declaration for
	this.
	(Fselect_frame): Set internal_last_event_frame to Qnil to force a
	switch-frame event, not Vlast_event_frame; the latter is supposed
	to convey information to the user.

	* keyboard.c (syms_of_keyboard): Doc fix for unread_command_events.
1993-03-02 08:14:15 +00:00
etc (force_fit_type): Abort if T not INTEGER_CST. 1993-01-30 02:16:57 +00:00
lib-src (C_entries): Don't reset definedef when a newline inside a comment is met. 1993-02-23 07:27:39 +00:00
lisp * term/x-win.el (x-switch-definitons): Use the proper names for 1993-03-02 07:35:52 +00:00
lispref Initial revision 1992-04-10 02:01:10 +00:00
src * keyboard.c (kbd_buffer_get_event): Protect assignment to 1993-03-02 08:14:15 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.sub Error if company name is more than one word. 1993-02-27 21:56:28 +00:00
configure1.in * configure: Detect whether the compiler supports `const' 1993-02-22 14:12:11 +00:00
GETTING.GNU.SOFTWARE Formerly GETTING.GNU.SOFTWARE.~3~ 1992-08-21 23:06:13 +00:00
make-dist Fix the fix. 1993-02-23 14:23:06 +00:00
Makefile.in * Makefile.in (lisppath): Don't include externallispdir in this. 1993-02-23 11:55:05 +00:00
PROBLEMS Formerly PROBLEMS.~3~ 1993-02-24 18:02:05 +00:00