log src/frame.c @ 7040:cd4dd38925f9

age author description
1994-04-22 Richard M. Stallman (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions.
1994-04-20 Richard M. Stallman (Fmodify_frame_parameters, Fframe_parameters):
1994-04-16 Karl Heuer (Fmouse_position): Don't clip.
1994-04-16 Richard M. Stallman (Fset_frame_position): Pass new arg to x_set_offset.
1994-04-13 Karl Heuer (Fmouse_position) [MULTI_FRAME]: Use pixel_to_glyph, not glyph_to_pixel. Skip
1994-04-11 Karl Heuer (Fmouse_position) [!MULTI_FRAME]: Declare col and row.
1994-03-25 Karl Heuer (Fframe_first_window): New function.
1994-03-23 Karl Heuer (next_frame, prev_frame, other_visible_frames, Fdelete_frame): Use assignment,
1994-03-23 Karl Heuer (do_switch_frame): Common code for Fselect_frame and handle_switch_frame.
1994-03-15 Karl Heuer (terminal-frame) [! MULTI_FRAME]: Create this variable.
1994-03-14 Karl Heuer (Fhandle_switch_frame): Ignore switch to dead frame.
1994-03-14 Karl Heuer (framep, selected-frame, frame-char-height, frame-char-width,
1994-03-08 Richard M. Stallman (next_frame, prev_frame): If MINIBUF is `visible',
1994-03-02 Richard M. Stallman (Fdelete_frame): Don't initialize a Lisp_Object.
1994-03-02 Richard M. Stallman (make_frame): Init menu_bar_items field to 0.
1994-02-24 Richard M. Stallman (Fmouse_position): Convert to glyph units.
1994-02-20 Richard M. Stallman (Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.
1994-02-12 Richard M. Stallman (Fset_frame_height, Fset_frame_width, Fset_frame_size):
1994-01-10 Richard M. Stallman (Fdelete_frame): Call x_sync.
1993-12-31 Richard M. Stallman Always include termhooks.h.
1993-12-23 Richard M. Stallman (make_terminal_frame): Add frame to Vframe_list.
1993-11-25 Richard M. Stallman (Fhandle_switch_frame, Fredirect_frame_focus): Declared.
1993-11-22 Richard M. Stallman (Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY. Doc fix.
1993-11-10 Richard M. Stallman (Fraise_frame): Do like the documentation says, and make
1993-09-28 Brian Fox (Fhandle_switch_frame): Doc fix.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-12 Richard M. Stallman (Fdelete_frame): Add parens for clarity.
1993-08-02 Roland McGrath (Fprevious_frame): New function, for parity with Fnext_frame.
1993-08-02 Richard M. Stallman (Fset_frame_position): Doc fix.
1993-07-29 Richard M. Stallman (Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.
1993-07-22 Richard M. Stallman (Fdelete_frame): Allow deletion if there is some other
1993-07-04 Jim Blandy * frame.c (Fredirect_frame_focus): Allow redirection of focus of
1993-06-19 Jim Blandy * frame.c (Fmake_frame_visible): Make this interactively callable;
1993-06-16 Jim Blandy * frame.c (store_frame_param): Fix error message punctuation.
1993-06-12 Jim Blandy Doc fix.
1993-06-12 Jim Blandy * frame.c (Fmouse_position): Doc fix.
1993-06-12 Richard M. Stallman Doc fixes.
1993-06-11 Richard M. Stallman (Fmouse_position): Set up defaults before calling the hook.
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-06-05 Richard M. Stallman (Frubber_band_rectangle): Deleted.
1993-06-04 Richard M. Stallman [!MULTI_FRAME] (Fframep): New dummy definition.
1993-05-30 Richard M. Stallman (Ficonify_frame, Fmake_frame_invisible):
1993-05-22 Jim Blandy Updated copyright years.
1993-03-29 Richard M. Stallman (make_frame): Init face_alist field.
1993-03-21 Jim Blandy * frame.c (Fhandle_switch_frame): Renamed from Fselect_frame.
1993-03-20 Jim Blandy * frame.c (Fraise_frame, Flower_frame): Renamed from
1993-03-15 Jim Blandy * frame.c (Fframe_height, Fframe_width): Fix doc strings to match
1993-03-11 Richard M. Stallman (x_frame_parms): Add elts for visibility and menu-bar-lines.
1993-03-08 Richard M. Stallman (Fframe_char_height, Fframe_char_width):
1993-03-02 Jim Blandy Use the term `scroll bar', instead of `scrollbar'.
1993-02-22 Jim Blandy * frame.c (Fselect_frame): Set Vlast_event_frame to Qnil after
1993-02-14 Jim Blandy * frame.c (Fframe_parameters): Report the `minibuffer' parameter of
1993-01-26 Jim Blandy JimB's changes since January 18th
1993-01-22 Jim Blandy * frame.c (Fdelete_frame): Clear the frame's display after calling
1993-01-14 Jim Blandy Make scrollbar structures into lisp objects, so that they can be
1992-12-24 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
1992-12-18 Jim Blandy * frame.c (make_terminal_frame): Don't forget to set the
1992-12-12 Jim Blandy * frame.c (Fdelete_frame): Delete all the windows in the frame's
1992-12-06 Jim Blandy * frame.c (make_frame): Initialize async_visible and
1992-10-31 Jim Blandy * frame.c: #include buffer.h.