log src/frame.c @ 8947:a6254c24d670

age author description
Mon, 19 Sep 1994 00:16:58 +0000 Karl Heuer (Fframe_parameters): Fix Lisp_Object vs. int problems.
Fri, 02 Sep 1994 22:45:09 +0000 Richard M. Stallman (Fdelete_frame): Fix previous change.
Tue, 30 Aug 1994 07:17:49 +0000 Richard M. Stallman (Fdelete_frame): Free the frame's glyphs arrays.
Tue, 23 Aug 1994 06:55:46 +0000 Karl Heuer (Fmake_frame_invisible, Ficonify_frame): Don't switch frames.
Sat, 16 Jul 1994 20:19:25 +0000 Richard M. Stallman [!MULTI_FRAME] (Fframe_first_window): Defined.
Thu, 14 Jul 1994 03:44:29 +0000 Richard M. Stallman [MULTI_FRAME] (Fframe_parameters): For non-X frames,
Thu, 07 Jul 1994 06:38:42 +0000 Richard M. Stallman (next_frame, prev_frame):
Fri, 01 Jul 1994 00:35:07 +0000 Richard M. Stallman (Fdelete_frame): Call x_clear_frame_selections.
Sat, 25 Jun 1994 17:54:57 +0000 Richard M. Stallman (Fframe_parameters): Don't handle menu-bar-lines explicitly.
Wed, 15 Jun 1994 03:54:06 +0000 Richard M. Stallman Put stdio.h after config.h.
Mon, 23 May 1994 05:38:20 +0000 Richard M. Stallman (other_visible_frames): No longer static.
Thu, 19 May 1994 22:11:05 +0000 Richard M. Stallman (syms_of_frame): Set up frame-first-window as Lisp fn.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Mon, 02 May 1994 07:50:41 +0000 Richard M. Stallman (Fframe_live_p): Alternative defn for not MULTI_FRAME.
Thu, 28 Apr 1994 06:16:11 +0000 Karl Heuer (Fframe_parameters) [!MULTI_FRAME]: Unstub it again.
Wed, 27 Apr 1994 19:18:40 +0000 Karl Heuer (Fframe_parameters) [!MULTI_FRAME]: Replace with stub.
Mon, 25 Apr 1994 22:12:09 +0000 Richard M. Stallman (make_frame): Initialize fields menu_bar_vector and menu_bar_items_used.
Sat, 23 Apr 1994 20:53:09 +0000 Richard M. Stallman (Fset_frame_selected_window): New function.
Fri, 22 Apr 1994 21:45:11 +0000 Richard M. Stallman (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions.
Wed, 20 Apr 1994 10:25:05 +0000 Richard M. Stallman (Fmodify_frame_parameters, Fframe_parameters):
Sat, 16 Apr 1994 06:50:52 +0000 Karl Heuer (Fmouse_position): Don't clip.
Sat, 16 Apr 1994 06:15:42 +0000 Richard M. Stallman (Fset_frame_position): Pass new arg to x_set_offset.
Wed, 13 Apr 1994 19:01:22 +0000 Karl Heuer (Fmouse_position) [MULTI_FRAME]: Use pixel_to_glyph, not glyph_to_pixel. Skip
Mon, 11 Apr 1994 21:43:12 +0000 Karl Heuer (Fmouse_position) [!MULTI_FRAME]: Declare col and row.
Fri, 25 Mar 1994 06:12:40 +0000 Karl Heuer (Fframe_first_window): New function.
Wed, 23 Mar 1994 22:29:45 +0000 Karl Heuer (next_frame, prev_frame, other_visible_frames, Fdelete_frame): Use assignment,
Wed, 23 Mar 1994 20:11:17 +0000 Karl Heuer (do_switch_frame): Common code for Fselect_frame and handle_switch_frame.
Tue, 15 Mar 1994 00:25:00 +0000 Karl Heuer (terminal-frame) [! MULTI_FRAME]: Create this variable.
Mon, 14 Mar 1994 22:30:12 +0000 Karl Heuer (Fhandle_switch_frame): Ignore switch to dead frame.
Mon, 14 Mar 1994 21:59:39 +0000 Karl Heuer (framep, selected-frame, frame-char-height, frame-char-width,
Tue, 08 Mar 1994 06:18:49 +0000 Richard M. Stallman (next_frame, prev_frame): If MINIBUF is `visible',
Wed, 02 Mar 1994 22:05:40 +0000 Richard M. Stallman (Fdelete_frame): Don't initialize a Lisp_Object.
Wed, 02 Mar 1994 03:43:07 +0000 Richard M. Stallman (make_frame): Init menu_bar_items field to 0.
Thu, 24 Feb 1994 06:20:30 +0000 Richard M. Stallman (Fmouse_position): Convert to glyph units.
Sun, 20 Feb 1994 02:50:13 +0000 Richard M. Stallman (Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.
Sat, 12 Feb 1994 02:37:17 +0000 Richard M. Stallman (Fset_frame_height, Fset_frame_width, Fset_frame_size):
Mon, 10 Jan 1994 22:20:56 +0000 Richard M. Stallman (Fdelete_frame): Call x_sync.
Fri, 31 Dec 1993 13:28:05 +0000 Richard M. Stallman Always include termhooks.h.
Thu, 23 Dec 1993 01:05:51 +0000 Richard M. Stallman (make_terminal_frame): Add frame to Vframe_list.
Thu, 25 Nov 1993 07:42:27 +0000 Richard M. Stallman (Fhandle_switch_frame, Fredirect_frame_focus): Declared.
Mon, 22 Nov 1993 03:08:40 +0000 Richard M. Stallman (Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY. Doc fix.
Wed, 10 Nov 1993 20:09:54 +0000 Richard M. Stallman (Fraise_frame): Do like the documentation says, and make
Tue, 28 Sep 1993 09:54:36 +0000 Brian Fox (Fhandle_switch_frame): Doc fix.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Thu, 12 Aug 1993 21:01:06 +0000 Richard M. Stallman (Fdelete_frame): Add parens for clarity.
Mon, 02 Aug 1993 22:16:09 +0000 Roland McGrath (Fprevious_frame): New function, for parity with Fnext_frame.
Mon, 02 Aug 1993 05:54:55 +0000 Richard M. Stallman (Fset_frame_position): Doc fix.
Thu, 29 Jul 1993 06:34:03 +0000 Richard M. Stallman (Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.
Thu, 22 Jul 1993 09:01:22 +0000 Richard M. Stallman (Fdelete_frame): Allow deletion if there is some other
Sun, 04 Jul 1993 01:53:24 +0000 Jim Blandy * frame.c (Fredirect_frame_focus): Allow redirection of focus of
Sat, 19 Jun 1993 01:47:40 +0000 Jim Blandy * frame.c (Fmake_frame_visible): Make this interactively callable;
Wed, 16 Jun 1993 21:19:06 +0000 Jim Blandy * frame.c (store_frame_param): Fix error message punctuation.
Sat, 12 Jun 1993 17:31:26 +0000 Jim Blandy Doc fix.
Sat, 12 Jun 1993 17:30:01 +0000 Jim Blandy * frame.c (Fmouse_position): Doc fix.
Sat, 12 Jun 1993 07:22:20 +0000 Richard M. Stallman Doc fixes.
Fri, 11 Jun 1993 17:14:31 +0000 Richard M. Stallman (Fmouse_position): Set up defaults before calling the hook.
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Sat, 05 Jun 1993 17:03:08 +0000 Richard M. Stallman (Frubber_band_rectangle): Deleted.
Fri, 04 Jun 1993 18:42:12 +0000 Richard M. Stallman [!MULTI_FRAME] (Fframep): New dummy definition.
Sun, 30 May 1993 02:44:11 +0000 Richard M. Stallman (Ficonify_frame, Fmake_frame_invisible):