log src/frame.c @ 9972:92b33538b36a

age author description
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.
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):
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Mon, 29 Mar 1993 05:16:56 +0000 Richard M. Stallman (make_frame): Init face_alist field.
Sun, 21 Mar 1993 06:53:04 +0000 Jim Blandy * frame.c (Fhandle_switch_frame): Renamed from Fselect_frame.
Sat, 20 Mar 1993 20:18:44 +0000 Jim Blandy * frame.c (Fraise_frame, Flower_frame): Renamed from
Mon, 15 Mar 1993 21:41:36 +0000 Jim Blandy * frame.c (Fframe_height, Fframe_width): Fix doc strings to match
Thu, 11 Mar 1993 07:48:36 +0000 Richard M. Stallman (x_frame_parms): Add elts for visibility and menu-bar-lines.
Mon, 08 Mar 1993 08:08:23 +0000 Richard M. Stallman (Fframe_char_height, Fframe_char_width):
Tue, 02 Mar 1993 08:14:57 +0000 Jim Blandy Use the term `scroll bar', instead of `scrollbar'.
Mon, 22 Feb 1993 14:42:38 +0000 Jim Blandy * frame.c (Fselect_frame): Set Vlast_event_frame to Qnil after
Sun, 14 Feb 1993 14:38:19 +0000 Jim Blandy * frame.c (Fframe_parameters): Report the `minibuffer' parameter of
Tue, 26 Jan 1993 01:58:16 +0000 Jim Blandy JimB's changes since January 18th
Fri, 22 Jan 1993 02:45:16 +0000 Jim Blandy * frame.c (Fdelete_frame): Clear the frame's display after calling
Thu, 14 Jan 1993 15:17:39 +0000 Jim Blandy Make scrollbar structures into lisp objects, so that they can be
Thu, 24 Dec 1992 06:05:56 +0000 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
Fri, 18 Dec 1992 10:42:10 +0000 Jim Blandy * frame.c (make_terminal_frame): Don't forget to set the
Sat, 12 Dec 1992 15:34:44 +0000 Jim Blandy * frame.c (Fdelete_frame): Delete all the windows in the frame's
Sun, 06 Dec 1992 22:16:57 +0000 Jim Blandy * frame.c (make_frame): Initialize async_visible and
Sat, 31 Oct 1992 05:20:51 +0000 Jim Blandy * frame.c: #include buffer.h.
Mon, 19 Oct 1992 18:33:14 +0000 Jim Blandy * frame.c (make_frame_without_minibuffer, Fwindow_frame): Use
Sun, 11 Oct 1992 06:40:57 +0000 Jim Blandy * frame.c: #include "commands.h" and "keyboard.h".
Tue, 06 Oct 1992 00:02:52 +0000 Richard M. Stallman (make_frame): Pass 2nd arg to Fother_buffer.
Tue, 29 Sep 1992 13:25:14 +0000 Jim Blandy * frame.c (Fdelete_frame): Call Fselect_frame with the appropriate
Tue, 29 Sep 1992 03:38:03 +0000 Jim Blandy * frame.c (Fselect_frame, Fframe_root_window,
Sun, 13 Sep 1992 12:29:01 +0000 Jim Blandy * frame.c (choose_minibuf_frame): abort if the selected frame has
Wed, 19 Aug 1992 06:26:54 +0000 Jim Blandy * frame.c (make_frame): Clear the explicit_name member of the new
Fri, 14 Aug 1992 02:31:41 +0000 Jim Blandy * frame.c (make_frame): Stop passing zero to make_window; it's not
Wed, 12 Aug 1992 13:55:21 +0000 Jim Blandy * frame.c (Qheight, Qicon, Qmodeline, Qname, Qnone, Qonly,
Mon, 27 Jul 1992 20:58:32 +0000 Jim Blandy entered into RCS
Sat, 25 Jul 1992 00:36:12 +0000 Jim Blandy *** empty log message ***
Wed, 15 Jul 1992 20:51:10 +0000 Jim Blandy *** empty log message ***
Wed, 15 Jul 1992 00:32:19 +0000 Jim Blandy *** empty log message ***
Mon, 13 Jul 1992 20:53:59 +0000 Jim Blandy *** empty log message ***
Fri, 10 Jul 1992 02:33:41 +0000 Jim Blandy *** empty log message ***
Tue, 30 Jun 1992 13:54:21 +0000 Jim Blandy *** empty log message ***
Fri, 12 Jun 1992 20:56:21 +0000 Jim Blandy *** empty log message ***
Wed, 10 Jun 1992 03:53:16 +0000 Jim Blandy *** empty log message ***
Mon, 08 Jun 1992 22:48:04 +0000 Richard M. Stallman *** empty log message ***
Wed, 03 Jun 1992 22:58:36 +0000 Richard M. Stallman *** empty log message ***
Thu, 06 Feb 1992 02:09:14 +0000 Jim Blandy *** empty log message ***
Mon, 13 Jan 1992 21:48:08 +0000 Jim Blandy *** empty log message ***
Wed, 11 Dec 1991 19:19:07 +0000 Jim Blandy *** empty log message ***
Tue, 13 Aug 1991 09:50:00 +0000 Jim Blandy *** empty log message ***
Sun, 28 Jul 1991 18:07:56 +0000 Jim Blandy *** empty log message ***
Tue, 16 Jul 1991 03:37:23 +0000 Jim Blandy *** empty log message ***
Sat, 25 May 1991 06:46:10 +0000 Jim Blandy Initial revision