log src/frame.c @ 16559:d62b7f309f2b

age author description
1996-11-07 Richard M. Stallman (Fmodify_frame_parameters): Doc fix.
1996-10-02 Karl Heuer (store_frame_param): Allow setting a frame's minibuffer
1996-09-22 Richard M. Stallman (Fdelete_frame): Set update_mode_lines.
1996-09-21 Richard M. Stallman (make_frame): Switch from boolean `has_vertical_scrollbars' integer to
1996-09-13 Richard M. Stallman (Fmake_terminal_frame): Use Vdefault_frame_alist.
1996-09-04 Richard M. Stallman (Fredirect_frame_focus): Don't call Ffocus_frame.
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-07-16 Karl Heuer (Qmouse_leave_buffer_hook): Delete redundant definition.
1996-06-28 Richard M. Stallman (make_frame_without_minibuffer): GCPRO the frame f.
1996-06-10 Richard M. Stallman Whitespace changes.
1996-06-10 Richard M. Stallman (Fmake_terminal_frame): Test MSDOS, not __MSDOS__.
1996-06-10 Richard M. Stallman (Fset_mouse_position): Remove the DOS-specific
1996-04-23 Richard M. Stallman (Fframe_parameters, both definitions):
1996-04-12 Richard M. Stallman (make_frame_without_minibuffer): Don't change the
1996-04-09 Richard M. Stallman (Fset_frame_size): Do call Fset_frame_size
1996-01-24 Karl Heuer (make_frame): Initialize title parameter to Qnil.
1996-01-19 Erik Naggum (make_frame): Initialize frame title field to nil.
1996-01-18 Richard M. Stallman (syms_of_frame_1): Initialize Qtitle.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Fhandle_switch_frame, Fset_frame_height): Harmonize arguments with
1995-12-19 Karl Heuer [!MULTI_FRAME] (syms_of_frame): Make mouse-pixel-position
1995-11-11 Richard M. Stallman (syms_of_frame_1): Set up Vdefault_frame_alist here.
1995-11-11 Richard M. Stallman (set_menu_bar_lines): Record the fact that the window configuration changes.
1995-11-07 Geoff Voelker [HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame.
1995-11-04 Karl Heuer [!MULTI_FRAME] (Fmodify_frame_parameters): Add missing
1995-10-03 Richard M. Stallman (Qmouse_leave_buffer_hook): New variable.
1995-09-02 Richard M. Stallman [!MULTI_FRAME] (Factive_minibuffer_window): New function.
1995-08-12 Richard M. Stallman (store_frame_param): Don't call set_menu_bar_lines if X.
1995-08-05 Richard M. Stallman (Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.
1995-08-03 Richard M. Stallman Move various Q... vars to top of file, unconditional.
1995-08-01 Richard M. Stallman (do_switch_frame): Do nothing special when switching between terminal frames.
1995-07-30 Richard M. Stallman (Fmake_terminal_frame): Copy face_alist from selected frame.
1995-07-25 Richard M. Stallman Renamings: frame->display => frame->output, struct x_display -> sruct x_output.
1995-07-21 Richard M. Stallman (do_switch_frame): Don't call choose_minibuffer_frame.
1995-06-26 Richard M. Stallman (Fdelete_frame): It's ok to have no minibuffer left on
1995-06-25 Richard M. Stallman (next_frame, prev_frame): Consider only frames on same kbd.
1995-06-16 Richard M. Stallman (Fdelete_frame): Use do_switch_frame directly.
1995-06-16 Karl Heuer [MULTI_FRAME] (Fignore_event): New function.
1995-06-16 Karl Heuer (Fhandle_switch_frame): Preserve prefix arg.
1995-06-14 Richard M. Stallman (Fdelete_frame): If the minibuf window was selected, make that remain so.
1995-05-30 Karl Heuer (make_frame_without_minibuffer): New arg DISPLAY.
1995-05-29 Karl Heuer (Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords.
1995-05-29 Karl Heuer Declare x_get_focus_frame.
1995-05-24 Karl Heuer (Fdelete_frame): When updating Vdefault_minibuffer_frame,
1995-05-11 Karl Heuer [!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring.
1995-05-09 Karl Heuer Vdefault_minibuffer_frame is now part of KBOARD instead
1995-05-09 Karl Heuer (make_frame_without_minibuffer): New arg KB.
1995-05-09 Karl Heuer [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame.
1995-05-08 Richard M. Stallman (Fraise_frame, Flower_frame): Make arg FRAME optional.
1995-04-24 Karl Heuer (Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.
1995-04-24 Karl Heuer (do_switch_frame): Don't try to refocus termcap frames.
1995-04-24 Karl Heuer (do_switch_frame): x_get_focus_frame needs an arg.
1995-04-19 Karl Heuer (Fdelete_frame): Free f->namebuf.
1995-04-19 Karl Heuer (make_frame): Initialize f->namebuf.
1995-04-10 Karl Heuer (make_terminal_frame): all_kboards means initial_kboard too.
1995-04-10 Richard M. Stallman (make_terminal_frame): Use Emacs, Emacs-2, ... as name.
1995-04-06 Richard M. Stallman (Fraise_frame, Flower_frame): Now interactive.
1995-03-31 Richard M. Stallman [MULTI_FRAME] (Factive_minibuffer_window): New function.
1995-03-26 Richard M. Stallman (Fmouse_position--both definitions): Pass 0 for `insist'.
1995-03-15 Karl Heuer (Fmouse_position): Do work only if HAVE_MOUSE.