| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fdelete_frame): It's ok to have no minibuffer left on | Richard M. Stallman | 1995-06-26 | 1 | -9/+22 |
* | (next_frame, prev_frame): Consider only frames on same kbd. | Richard M. Stallman | 1995-06-25 | 1 | -35/+59 |
* | (Fdelete_frame): Use do_switch_frame directly. | Richard M. Stallman | 1995-06-16 | 1 | -3/+3 |
* | [MULTI_FRAME] (Fignore_event): New function. | Karl Heuer | 1995-06-16 | 1 | -2/+11 |
* | (Fhandle_switch_frame): Preserve prefix arg. | Karl Heuer | 1995-06-16 | 1 | -0/+2 |
* | (Fdelete_frame): If the minibuf window was selected, make that remain so. | Richard M. Stallman | 1995-06-14 | 1 | -0/+8 |
* | (make_frame_without_minibuffer): New arg DISPLAY. | Karl Heuer | 1995-05-30 | 1 | -15/+18 |
* | (Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
* | Declare x_get_focus_frame. | Karl Heuer | 1995-05-29 | 1 | -0/+1 |
* | (Fdelete_frame): When updating Vdefault_minibuffer_frame, | Karl Heuer | 1995-05-24 | 1 | -6/+10 |
* | [!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring. | Karl Heuer | 1995-05-11 | 1 | -11/+15 |
* | Vdefault_minibuffer_frame is now part of KBOARD instead | Karl Heuer | 1995-05-09 | 1 | -8/+6 |
* | (make_frame_without_minibuffer): New arg KB. | Karl Heuer | 1995-05-09 | 1 | -1/+7 |
* | [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame. | Karl Heuer | 1995-05-09 | 1 | -1/+1 |
* | (Fraise_frame, Flower_frame): Make arg FRAME optional. | Richard M. Stallman | 1995-05-08 | 1 | -2/+2 |
* | (Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil. | Karl Heuer | 1995-04-24 | 1 | -1/+1 |
* | (do_switch_frame): Don't try to refocus termcap frames. | Karl Heuer | 1995-04-24 | 1 | -1/+1 |
* | (do_switch_frame): x_get_focus_frame needs an arg. | Karl Heuer | 1995-04-24 | 1 | -2/+2 |
* | (Fdelete_frame): Free f->namebuf. | Karl Heuer | 1995-04-19 | 1 | -0/+2 |
* | (make_frame): Initialize f->namebuf. | Karl Heuer | 1995-04-19 | 1 | -0/+1 |
* | (make_terminal_frame): all_kboards means initial_kboard too. | Karl Heuer | 1995-04-10 | 1 | -0/+2 |
* | (make_terminal_frame): Use Emacs, Emacs-2, ... as name. | Richard M. Stallman | 1995-04-10 | 1 | -2/+9 |
* | (Fraise_frame, Flower_frame): Now interactive. | Richard M. Stallman | 1995-04-06 | 1 | -2/+10 |
* | [MULTI_FRAME] (Factive_minibuffer_window): New function. | Richard M. Stallman | 1995-03-31 | 1 | -1/+10 |
* | (Fmouse_position--both definitions): Pass 0 for `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -3/+5 |
* | (Fmouse_position): Do work only if HAVE_MOUSE. | Karl Heuer | 1995-03-15 | 1 | -0/+2 |
* | (make_frame): Initialize kboard member. | Karl Heuer | 1995-03-15 | 1 | -0/+11 |
* | (do_switch_frame): Undo Feb 6 change. | Karl Heuer | 1995-02-28 | 1 | -1/+1 |
* | (Fframep): Doc fix. | Richard M. Stallman | 1995-02-28 | 1 | -1/+1 |
* | (Fmake_terminal_frame): Doc fix. | Richard M. Stallman | 1995-02-19 | 1 | -1/+6 |
* | (Fmake_terminal_frame): New function. | Richard M. Stallman | 1995-02-17 | 1 | -4/+44 |
* | (do_switch_frame): internal_last_event_frame is now in perdisplay. | Karl Heuer | 1995-02-07 | 1 | -1/+1 |
* | [!MULTI_FRAME] (window_frame): New function. | Richard M. Stallman | 1995-01-05 | 1 | -0/+15 |
* | (Fmodify_frame_parameters): For non-X frames, | Richard M. Stallman | 1994-12-21 | 1 | -5/+22 |
* | (make_frame): Use allocate_vectorlike and VECSIZE. | Karl Heuer | 1994-11-16 | 1 | -7/+9 |
* | (syms_of_frame): Fix typo. | Richard M. Stallman | 1994-11-13 | 1 | -1/+1 |
* | (syms_of_frame): Doc fix for default-frame-alist. | Richard M. Stallman | 1994-11-12 | 1 | -4/+6 |
* | (Fset_frame_height): Compare against height, not width. | Karl Heuer | 1994-11-08 | 1 | -1/+1 |
* | (keys_of_frame): Bind the new events to 'ignore, since the window manager has | Karl Heuer | 1994-10-27 | 1 | -0/+2 |
* | (other_visible_frames): Pass a frame ptr to x_sync. | Richard M. Stallman | 1994-10-22 | 1 | -1/+1 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -1/+69 |
* | (make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't use | Karl Heuer | 1994-10-04 | 1 | -9/+9 |
* | (make_minibuffer_frame, make_terminal_frame, Fselected_frame, | Karl Heuer | 1994-10-04 | 1 | -15/+15 |
* | (keys_of_frame): Make binding for delete-frame. | Richard M. Stallman | 1994-10-01 | 1 | -0/+1 |
* | (Fframep, make_frame_without_minibuffer, do_switch_frame, prev_frame, | Karl Heuer | 1994-09-27 | 1 | -10/+8 |
* | (prev_frame): Fix typo. | Richard M. Stallman | 1994-09-23 | 1 | -2/+2 |
* | (Fframe_parameters): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -2/+6 |
* | (Fdelete_frame): Fix previous change. | Richard M. Stallman | 1994-09-02 | 1 | -3/+3 |
* | (Fdelete_frame): Free the frame's glyphs arrays. | Richard M. Stallman | 1994-08-30 | 1 | -0/+15 |
* | (Fmake_frame_invisible, Ficonify_frame): Don't switch frames. | Karl Heuer | 1994-08-23 | 1 | -0/+4 |