Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fdelete_frame): It's ok to have no minibuffer left on | Richard M. Stallman | 1995-06-26 | 1 | -9/+22 |
| | | | | a kboard if there are no frames on it either. | ||||
* | (next_frame, prev_frame): Consider only frames on same kbd. | Richard M. Stallman | 1995-06-25 | 1 | -35/+59 |
| | | | | (Fdelete_frame): If next_frame finds nothing, try an alternative. | ||||
* | (Fdelete_frame): Use do_switch_frame directly. | Richard M. Stallman | 1995-06-16 | 1 | -3/+3 |
| | | | | (do_switch_frame): No longer static. | ||||
* | [MULTI_FRAME] (Fignore_event): New function. | Karl Heuer | 1995-06-16 | 1 | -2/+11 |
| | | | | | [MULTI_FRAME] (keys_of_frame): Bind iconify-frame and make-frame-visible to it. | ||||
* | (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 |
| | | | | If there's no minibuffer frame to use, create one. | ||||
* | (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 |
| | | | | insist on a frame on the proper keyboard. | ||||
* | [!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 |
| | | | | of a variable. All references changed. | ||||
* | (make_frame_without_minibuffer): New arg KB. | Karl Heuer | 1995-05-09 | 1 | -1/+7 |
| | | | | Require the new frame's minibuffer to be on the same display. | ||||
* | [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame. | Karl Heuer | 1995-05-09 | 1 | -1/+1 |
| | | | | (do_switch_frame): Set Vterminal_frame to selected_frame. | ||||
* | (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 |
| | | | | (Fredirect_frame_focus): frame_rehighlight_hook needs an arg. | ||||
* | (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 |
| | | | | [MULTI_FRAME] (syms_of_frame): Defsubr it. | ||||
* | (Fmouse_position--both definitions): Pass 0 for `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -3/+5 |
| | | | | | (Fmouse_pixel_position): Pass 0 for `insist'. Add HAVE_MOUSE conditional. | ||||
* | (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 |
| | | | | (make_terminal_frame): Create initial_kboard if not already set. | ||||
* | (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 |
| | | | | | | | (syms_of_frame): defsubr it. (make_terminal_frame): Init Vframe_list only the first time. Set visible and async_visible directly. (redisplay): Don't display nonselected terminal frames. | ||||
* | (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 |
| | | | | [!MULTI_FRAME] (syms_of_frame): defsubr it. | ||||
* | (Fmodify_frame_parameters): For non-X frames, | Richard M. Stallman | 1994-12-21 | 1 | -5/+22 |
| | | | | | | | | call store_frame_param for each parameter set. (store_frame_param): Handle buffer_predicate field. (frame_buffer_predicate): New function. (Qbuffer_predicate): New variable. (syms_of_frame): Set it up. | ||||
* | (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 |
| | | | | already done the work. | ||||
* | (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 |
| | | | | XFASTINT as an lvalue. | ||||
* | (make_minibuffer_frame, make_terminal_frame, Fselected_frame, | Karl Heuer | 1994-10-04 | 1 | -15/+15 |
| | | | | | | | Fframe_root_window, Fframe_selected_window, Fset_frame_selected_window, Fnext_frame, Fprevious_frame, Fdelete_frame, Fmouse_position, Fmouse_pixel_position, Fmake_frame_visible, Fmake_frame_invisible, Ficonify_frame): Use new accessor macros instead of calling XSET directly. | ||||
* | (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 |
| | | | | Fdelete_frame, Fvisible_frame_list, store_frame_param): Use type test macros. | ||||
* | (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 |
| | | | | Free the line insert/delete cost vectors. | ||||
* | (Fmake_frame_invisible, Ficonify_frame): Don't switch frames. | Karl Heuer | 1994-08-23 | 1 | -0/+4 |
| |