log src/frame.c @ 14472:8979515dac09 libc-960203 libc-960204 libc-960205 libc-960206 libc-960207 libc-960208 libc-960209 libc-960210

age author description
Wed, 24 Jan 1996 23:41:55 +0000 Karl Heuer (make_frame): Initialize title parameter to Qnil.
Fri, 19 Jan 1996 07:27:56 +0000 Erik Naggum (make_frame): Initialize frame title field to nil.
Thu, 18 Jan 1996 08:38:16 +0000 Richard M. Stallman (syms_of_frame_1): Initialize Qtitle.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 00:32:25 +0000 Erik Naggum (Fhandle_switch_frame, Fset_frame_height): Harmonize arguments with
Tue, 19 Dec 1995 21:10:33 +0000 Karl Heuer [!MULTI_FRAME] (syms_of_frame): Make mouse-pixel-position
Sat, 11 Nov 1995 23:50:10 +0000 Richard M. Stallman (syms_of_frame_1): Set up Vdefault_frame_alist here.
Sat, 11 Nov 1995 00:49:45 +0000 Richard M. Stallman (set_menu_bar_lines): Record the fact that the window configuration changes.
Tue, 07 Nov 1995 07:19:52 +0000 Geoff Voelker [HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame.
Sat, 04 Nov 1995 00:19:00 +0000 Karl Heuer [!MULTI_FRAME] (Fmodify_frame_parameters): Add missing
Tue, 03 Oct 1995 09:14:54 +0000 Richard M. Stallman (Qmouse_leave_buffer_hook): New variable.
Sat, 02 Sep 1995 16:20:15 +0000 Richard M. Stallman [!MULTI_FRAME] (Factive_minibuffer_window): New function.
Sat, 12 Aug 1995 23:26:21 +0000 Richard M. Stallman (store_frame_param): Don't call set_menu_bar_lines if X.
Sat, 05 Aug 1995 05:18:04 +0000 Richard M. Stallman (Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.
Thu, 03 Aug 1995 09:05:09 +0000 Richard M. Stallman Move various Q... vars to top of file, unconditional.
Tue, 01 Aug 1995 23:53:30 +0000 Richard M. Stallman (do_switch_frame): Do nothing special when switching between terminal frames.
Sun, 30 Jul 1995 07:06:08 +0000 Richard M. Stallman (Fmake_terminal_frame): Copy face_alist from selected frame.
Tue, 25 Jul 1995 21:55:50 +0000 Richard M. Stallman Renamings: frame->display => frame->output, struct x_display -> sruct x_output.
Fri, 21 Jul 1995 07:50:21 +0000 Richard M. Stallman (do_switch_frame): Don't call choose_minibuffer_frame.
Mon, 26 Jun 1995 03:49:20 +0000 Richard M. Stallman (Fdelete_frame): It's ok to have no minibuffer left on
Sun, 25 Jun 1995 19:05:32 +0000 Richard M. Stallman (next_frame, prev_frame): Consider only frames on same kbd.
Fri, 16 Jun 1995 23:26:11 +0000 Richard M. Stallman (Fdelete_frame): Use do_switch_frame directly.
Fri, 16 Jun 1995 22:19:27 +0000 Karl Heuer [MULTI_FRAME] (Fignore_event): New function.
Fri, 16 Jun 1995 01:59:08 +0000 Karl Heuer (Fhandle_switch_frame): Preserve prefix arg.
Wed, 14 Jun 1995 18:20:14 +0000 Richard M. Stallman (Fdelete_frame): If the minibuf window was selected, make that remain so.
Tue, 30 May 1995 06:53:08 +0000 Karl Heuer (make_frame_without_minibuffer): New arg DISPLAY.
Mon, 29 May 1995 21:03:47 +0000 Karl Heuer (Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords.
Mon, 29 May 1995 20:54:22 +0000 Karl Heuer Declare x_get_focus_frame.
Wed, 24 May 1995 21:34:23 +0000 Karl Heuer (Fdelete_frame): When updating Vdefault_minibuffer_frame,
Thu, 11 May 1995 22:18:01 +0000 Karl Heuer [!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring.
Tue, 09 May 1995 05:17:02 +0000 Karl Heuer Vdefault_minibuffer_frame is now part of KBOARD instead
Tue, 09 May 1995 04:58:10 +0000 Karl Heuer (make_frame_without_minibuffer): New arg KB.
Tue, 09 May 1995 04:49:03 +0000 Karl Heuer [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame.
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 ***