log src/frame.c @ 10207:e6618f52efe9

age author description
Wed, 21 Dec 1994 22:26:02 +0000 Richard M. Stallman (Fmodify_frame_parameters): For non-X frames,
Wed, 16 Nov 1994 05:50:06 +0000 Karl Heuer (make_frame): Use allocate_vectorlike and VECSIZE.
Sun, 13 Nov 1994 17:35:48 +0000 Richard M. Stallman (syms_of_frame): Fix typo.
Sat, 12 Nov 1994 20:05:07 +0000 Richard M. Stallman (syms_of_frame): Doc fix for default-frame-alist.
Tue, 08 Nov 1994 02:43:25 +0000 Karl Heuer (Fset_frame_height): Compare against height, not width.
Thu, 27 Oct 1994 21:15:50 +0000 Karl Heuer (keys_of_frame): Bind the new events to 'ignore, since the window manager has
Sat, 22 Oct 1994 03:27:46 +0000 Richard M. Stallman (other_visible_frames): Pass a frame ptr to x_sync.
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Tue, 04 Oct 1994 15:54:06 +0000 Karl Heuer (make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't use
Tue, 04 Oct 1994 12:07:50 +0000 Karl Heuer (make_minibuffer_frame, make_terminal_frame, Fselected_frame,
Sat, 01 Oct 1994 21:24:44 +0000 Richard M. Stallman (keys_of_frame): Make binding for delete-frame.
Tue, 27 Sep 1994 02:56:25 +0000 Karl Heuer (Fframep, make_frame_without_minibuffer, do_switch_frame, prev_frame,
Fri, 23 Sep 1994 22:49:47 +0000 Richard M. Stallman (prev_frame): Fix typo.
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.