| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (make_frame): Initialize title parameter to Qnil. | Karl Heuer | 1996-01-24 | 1 | -3/+1 |
| | | |||||
| * | (make_frame): Initialize frame title field to nil. | Erik Naggum | 1996-01-19 | 1 | -0/+3 |
| | | |||||
| * | (syms_of_frame_1): Initialize Qtitle. | Richard M. Stallman | 1996-01-18 | 1 | -0/+3 |
| | | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (Fhandle_switch_frame, Fset_frame_height): Harmonize arguments with | Erik Naggum | 1996-01-09 | 1 | -9/+9 |
| | | | | | documentation. | ||||
| * | [!MULTI_FRAME] (syms_of_frame): Make mouse-pixel-position | Karl Heuer | 1995-12-19 | 1 | -0/+1 |
| | | | | | | a synonym for mouse-position, for the benefit of lisp packages that use it. | ||||
| * | (syms_of_frame_1): Set up Vdefault_frame_alist here. | Richard M. Stallman | 1995-11-11 | 1 | -14/+14 |
| | | | | | | (syms_of_frame): Not here. (Vdefault_frame_alist): Definition now unconditional. | ||||
| * | (set_menu_bar_lines): Record the fact that the window configuration changes. | Richard M. Stallman | 1995-11-11 | 1 | -2/+8 |
| | | | | | (set_menu_bar_lines_1): Mark the window as modified. | ||||
| * | [HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame. | Geoff Voelker | 1995-11-07 | 1 | -40/+45 |
| | | | | | | Use FRAME_WINDOW_P instead of testing for specific window system frames. Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems. | ||||
| * | [!MULTI_FRAME] (Fmodify_frame_parameters): Add missing | Karl Heuer | 1995-11-04 | 1 | -21/+10 |
| | | | | | | | declaration and initialization. [MULTI_FRAME] (choose_minibuf_frame): Moved to minibuf.c; now unconditional. | ||||
| * | (Qmouse_leave_buffer_hook): New variable. | Richard M. Stallman | 1995-10-03 | 1 | -0/+6 |
| | | | | | | (syms_of_frame_1): Initialize it. (Fhandle_switch_frame): Run the hooks. | ||||
| * | [!MULTI_FRAME] (Factive_minibuffer_window): New function. | Richard M. Stallman | 1995-09-02 | 1 | -0/+11 |
| | | | | | [!MULTI_FRAME] (syms_of_frame): defsubr it. | ||||
| * | (store_frame_param): Don't call set_menu_bar_lines if X. | Richard M. Stallman | 1995-08-12 | 1 | -2/+3 |
| | | |||||
| * | (Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes. | Richard M. Stallman | 1995-08-05 | 1 | -4/+19 |
| | | | | | | [not MULTI_FRAME] (Fframe_visible_p): New function. [not MULTI_FRAME] (syms_of_frame): defsubr it. | ||||
| * | Move various Q... vars to top of file, unconditional. | Richard M. Stallman | 1995-08-03 | 1 | -66/+113 |
| | | | | | | | | | | | (Vterminal_frame): Just one definition, at top of file, unconditional. (syms_of_frame_1): New function. (syms_of_frame. both definitions): Call syms_of_frame_1. (set_menu_bar_lines, set_menu_bar_lines_1): New functions. (store_frame_parameter): Call set_menu_bar_lines. [!MULTI_FRAME] (Fmodify_frame_parameters): Call set_menu_bar_lines. | ||||
| * | (do_switch_frame): Do nothing special when switching between terminal frames. | Richard M. Stallman | 1995-08-01 | 1 | -9/+0 |
| | | |||||
| * | (Fmake_terminal_frame): Copy face_alist from selected frame. | Richard M. Stallman | 1995-07-30 | 1 | -0/+1 |
| | | |||||
| * | Renamings: frame->display => frame->output, struct x_display -> sruct x_output. | Richard M. Stallman | 1995-07-25 | 1 | -3/+3 |
| | | |||||
| * | (do_switch_frame): Don't call choose_minibuffer_frame. | Richard M. Stallman | 1995-07-21 | 1 | -6/+5 |
| | | | | | (choose_minibuf_frame): Choose frame regardless of minibuffer level. | ||||
| * | (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. | ||||