log src/frame.c @ 11754:7691dbfc7571

age author description
Mon, 08 May 1995 15:42:59 +0000 Richard M. Stallman (Fraise_frame, Flower_frame): Make arg FRAME optional.
Mon, 24 Apr 1995 18:21:20 +0000 Karl Heuer (Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.
Mon, 24 Apr 1995 17:39:46 +0000 Karl Heuer (do_switch_frame): Don't try to refocus termcap frames.
Mon, 24 Apr 1995 16:55:29 +0000 Karl Heuer (do_switch_frame): x_get_focus_frame needs an arg.
Wed, 19 Apr 1995 20:58:28 +0000 Karl Heuer (Fdelete_frame): Free f->namebuf.
Wed, 19 Apr 1995 20:55:31 +0000 Karl Heuer (make_frame): Initialize f->namebuf.
Mon, 10 Apr 1995 22:38:34 +0000 Karl Heuer (make_terminal_frame): all_kboards means initial_kboard too.
Mon, 10 Apr 1995 08:00:16 +0000 Richard M. Stallman (make_terminal_frame): Use Emacs, Emacs-2, ... as name.
Thu, 06 Apr 1995 02:53:19 +0000 Richard M. Stallman (Fraise_frame, Flower_frame): Now interactive.
Fri, 31 Mar 1995 17:47:32 +0000 Richard M. Stallman [MULTI_FRAME] (Factive_minibuffer_window): New function.
Sun, 26 Mar 1995 21:13:40 +0000 Richard M. Stallman (Fmouse_position--both definitions): Pass 0 for `insist'.
Wed, 15 Mar 1995 21:55:37 +0000 Karl Heuer (Fmouse_position): Do work only if HAVE_MOUSE.
Wed, 15 Mar 1995 01:56:34 +0000 Karl Heuer (make_frame): Initialize kboard member.
Tue, 28 Feb 1995 23:36:53 +0000 Karl Heuer (do_switch_frame): Undo Feb 6 change.
Tue, 28 Feb 1995 17:56:47 +0000 Richard M. Stallman (Fframep): Doc fix.
Sun, 19 Feb 1995 19:08:38 +0000 Richard M. Stallman (Fmake_terminal_frame): Doc fix.
Fri, 17 Feb 1995 08:09:33 +0000 Richard M. Stallman (Fmake_terminal_frame): New function.
Tue, 07 Feb 1995 01:06:49 +0000 Karl Heuer (do_switch_frame): internal_last_event_frame is now in perdisplay.
Thu, 05 Jan 1995 22:19:54 +0000 Richard M. Stallman [!MULTI_FRAME] (window_frame): New function.
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.