summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Always include termhooks.h.Richard M. Stallman1993-12-311-1/+31
* (make_terminal_frame): Add frame to Vframe_list.Richard M. Stallman1993-12-231-2/+5
* (Fhandle_switch_frame, Fredirect_frame_focus): Declared.Richard M. Stallman1993-11-251-0/+2
* (Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY. Doc fix.Richard M. Stallman1993-11-221-2/+4
* (Fraise_frame): Do like the documentation says, and makeRichard M. Stallman1993-11-101-1/+4
* (Fhandle_switch_frame): Doc fix.Brian Fox1993-09-281-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (Fdelete_frame): Add parens for clarity.Richard M. Stallman1993-08-121-1/+1
* (Fprevious_frame): New function, for parity with Fnext_frame.Roland McGrath1993-08-021-0/+23
* (Fset_frame_position): Doc fix.Richard M. Stallman1993-08-021-1/+1
* (Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.Richard M. Stallman1993-07-291-8/+10
* (Fdelete_frame): Allow deletion if there is some otherRichard M. Stallman1993-07-221-4/+24
* * frame.c (Fredirect_frame_focus): Allow redirection of focus ofJim Blandy1993-07-041-1/+4
* * frame.c (Fmake_frame_visible): Make this interactively callable;Jim Blandy1993-06-191-1/+1
* * frame.c (store_frame_param): Fix error message punctuation.Jim Blandy1993-06-161-1/+1
* Doc fix.Jim Blandy1993-06-121-1/+1
* * frame.c (Fmouse_position): Doc fix.Jim Blandy1993-06-121-0/+2
* Doc fixes.Richard M. Stallman1993-06-121-3/+3
* (Fmouse_position): Set up defaults before calling the hook.Richard M. Stallman1993-06-111-6/+5
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
* (Frubber_band_rectangle): Deleted.Richard M. Stallman1993-06-051-43/+0
* [!MULTI_FRAME] (Fframep): New dummy definition.Richard M. Stallman1993-06-041-0/+11
* (Ficonify_frame, Fmake_frame_invisible):Richard M. Stallman1993-05-301-9/+31
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* (make_frame): Init face_alist field.Richard M. Stallman1993-03-291-0/+1
* * frame.c (Fhandle_switch_frame): Renamed from Fselect_frame.Jim Blandy1993-03-211-12/+23
* * frame.c (Fraise_frame, Flower_frame): Renamed fromJim Blandy1993-03-201-4/+5
* * frame.c (Fframe_height, Fframe_width): Fix doc strings to matchJim Blandy1993-03-151-6/+10
* (x_frame_parms): Add elts for visibility and menu-bar-lines.Richard M. Stallman1993-03-111-0/+4
* (Fframe_char_height, Fframe_char_width):Richard M. Stallman1993-03-081-90/+151
* Use the term `scroll bar', instead of `scrollbar'.Jim Blandy1993-03-021-8/+6
* * frame.c (Fselect_frame): Set Vlast_event_frame to Qnil afterJim Blandy1993-02-221-1/+11
* * frame.c (Fframe_parameters): Report the `minibuffer' parameter ofJim Blandy1993-02-141-4/+1
* JimB's changes since January 18thJim Blandy1993-01-261-18/+66
* * frame.c (Fdelete_frame): Clear the frame's display after callingJim Blandy1993-01-221-4/+8
* Make scrollbar structures into lisp objects, so that they can beJim Blandy1993-01-141-2/+3
* * frame.h (struct frame): New fields `can_have_scrollbars' andJim Blandy1992-12-241-19/+59
* * frame.c (make_terminal_frame): Don't forget to set theJim Blandy1992-12-181-0/+1
* * frame.c (Fdelete_frame): Delete all the windows in the frame'sJim Blandy1992-12-121-0/+5
* * frame.c (make_frame): Initialize async_visible andJim Blandy1992-12-061-0/+2
* * frame.c: #include buffer.h.Jim Blandy1992-10-311-0/+1
* * frame.c (make_frame_without_minibuffer, Fwindow_frame): UseJim Blandy1992-10-191-2/+2
* * frame.c: #include "commands.h" and "keyboard.h".Jim Blandy1992-10-111-2/+27
* (make_frame): Pass 2nd arg to Fother_buffer.Richard M. Stallman1992-10-061-1/+1
* * frame.c (Fdelete_frame): Call Fselect_frame with the appropriateJim Blandy1992-09-291-1/+1
* * frame.c (Fselect_frame, Fframe_root_window,Jim Blandy1992-09-291-10/+16
* * frame.c (choose_minibuf_frame): abort if the selected frame hasJim Blandy1992-09-131-40/+73
* * frame.c (make_frame): Clear the explicit_name member of the newJim Blandy1992-08-191-3/+3
* * frame.c (make_frame): Stop passing zero to make_window; it's notJim Blandy1992-08-141-20/+34
* * frame.c (Qheight, Qicon, Qmodeline, Qname, Qnone, Qonly,Jim Blandy1992-08-121-48/+229