| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace changes. | Richard M. Stallman | 1996-06-10 | 1 | -2/+2 |
* | (Fmake_terminal_frame): Test MSDOS, not __MSDOS__. | Richard M. Stallman | 1996-06-10 | 1 | -1/+1 |
* | (Fset_mouse_position): Remove the DOS-specific | Richard M. Stallman | 1996-06-10 | 1 | -1/+53 |
* | (Fframe_parameters, both definitions): | Richard M. Stallman | 1996-04-23 | 1 | -4/+10 |
* | (make_frame_without_minibuffer): Don't change the | Richard M. Stallman | 1996-04-12 | 1 | -5/+9 |
* | (Fset_frame_size): Do call Fset_frame_size | Richard M. Stallman | 1996-04-09 | 1 | -1/+2 |
* | (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 |
* | [!MULTI_FRAME] (syms_of_frame): Make mouse-pixel-position | Karl Heuer | 1995-12-19 | 1 | -0/+1 |
* | (syms_of_frame_1): Set up Vdefault_frame_alist here. | Richard M. Stallman | 1995-11-11 | 1 | -14/+14 |
* | (set_menu_bar_lines): Record the fact that the window configuration changes. | Richard M. Stallman | 1995-11-11 | 1 | -2/+8 |
* | [HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame. | Geoff Voelker | 1995-11-07 | 1 | -40/+45 |
* | [!MULTI_FRAME] (Fmodify_frame_parameters): Add missing | Karl Heuer | 1995-11-04 | 1 | -21/+10 |
* | (Qmouse_leave_buffer_hook): New variable. | Richard M. Stallman | 1995-10-03 | 1 | -0/+6 |
* | [!MULTI_FRAME] (Factive_minibuffer_window): New function. | Richard M. Stallman | 1995-09-02 | 1 | -0/+11 |
* | (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 |
* | Move various Q... vars to top of file, unconditional. | Richard M. Stallman | 1995-08-03 | 1 | -66/+113 |
* | (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 |
* | (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 |