Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (auto-raise-mode): When enabling the mode, | Gerd Moellmann | 1999-10-25 | 1 | -0/+2 |
| | | | | immediately raise the selected frame. | ||||
* | (blink-cursor): Don't turn on cursor blinking for | Eli Zaretskii | 1999-08-15 | 1 | -1/+1 |
| | | | | ms-dos. | ||||
* | Change comments to doc strings and other doc fixes. | Dave Love | 1999-07-30 | 1 | -51/+43 |
| | | | | | | | | (frame-delete-all): Moved to subr.el as `assoc-delete-all'. Callers changed. (set-background-color, set-foreground-color, set-cursor-color) (set-mouse-color, set-border-color): Offer completion of colours. (cursor): Add :version to defgroup. | ||||
* | (frame-notice-user-settings): If background | Karl Heuer | 1999-07-30 | 1 | -0/+7 |
| | | | | | color has been changed, update background-mode from it, then update faces. | ||||
* | (frame-initialize): When setting frame-initial-frame-alist, | Karl Heuer | 1999-07-27 | 1 | -1/+1 |
| | | | | force copying of default-frame-alist. | ||||
* | (set-mouse-color): If new color is nil, | Karl Heuer | 1999-07-26 | 1 | -1/+4 |
| | | | | really respecify the current color. | ||||
* | (after-setting-font-hooks): New; from Eric Banchrow | Gerd Moellmann | 1999-07-21 | 1 | -3/+120 |
| | | | | | | | | | <offby1@blarg.net>. (set-frame-font): Run the hooks. (frame-initialize): Use tty-create-frame-with-faces. (show-trailing-whitespace): New. (blink-cursor-mode): Function to toggle blinking cursor mode. The cursor of selected_window blinks if the mode is enabled. | ||||
* | (minibuffer-frame-alist): Use defcustom. | Richard M. Stallman | 1999-07-06 | 1 | -7/+16 |
| | | | | | (pop-up-frame-alist): Likewise. (initial-frame-alist): Specify * in the doc string. | ||||
* | (select-frame-by-name): Obey focus-follows-mouse. | Andrew Innes | 1999-01-27 | 1 | -1/+6 |
| | | | | (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | ||||
* | (frame-parameter): Doc fix. | Richard M. Stallman | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | (initial-frame-alist): Add defcustom. | Richard M. Stallman | 1998-11-22 | 1 | -2/+6 |
| | |||||
* | (make-frame-on-display): Fix previous change. | Richard M. Stallman | 1998-05-25 | 1 | -2/+2 |
| | |||||
* | (make-frame-on-display): Check for nonsense display name. | Richard M. Stallman | 1998-05-25 | 1 | -0/+2 |
| | |||||
* | (frame-name-alist): Remove this variable. | Richard M. Stallman | 1998-04-23 | 1 | -11/+7 |
| | | | | | (select-frame-by-name): Recompute the list of frames instead of saving it in a global variable. | ||||
* | *** empty log message *** | Dan Nicolaescu | 1998-04-20 | 1 | -1/+2 |
| | |||||
* | (other-frame): Fix previous change. | Richard M. Stallman | 1998-03-18 | 1 | -1/+1 |
| | |||||
* | (focus-follows-mouse): Make it defcustom. | Richard M. Stallman | 1998-03-18 | 1 | -2/+4 |
| | |||||
* | (focus-follows-mouse): New variable. | Richard M. Stallman | 1998-03-18 | 1 | -1/+5 |
| | | | | (other-frame): Obey that variable. | ||||
* | (make-frame-names-alist, select-frame-by-name): New | Eli Zaretskii | 1997-12-01 | 1 | -0/+37 |
| | | | | | functions, support frame selection by name with completion and history. (frame-name-history, frame-names-alist): New variables. | ||||
* | (set-frame-name): New function. | Eli Zaretskii | 1997-11-20 | 1 | -0/+8 |
| | |||||
* | (other-frame) [windows-nt]: Use w32-focus-frame. | Geoff Voelker | 1997-09-02 | 1 | -1/+4 |
| | |||||
* | (frame-initialize): Don't alter vertical-scroll-bars | Richard M. Stallman | 1997-07-21 | 1 | -7/+1 |
| | | | | parameter here. | ||||
* | (scroll-bar-side): Variable deleted. | Richard M. Stallman | 1997-06-28 | 1 | -28/+0 |
| | | | | | (toggle-scroll-bar, toggle-horizontal-scroll-bar): Moved to scroll-bar.el. | ||||
* | Use defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -5/+12 |
| | |||||
* | (make-frame): Don't call custom-initialize-frame. | Richard M. Stallman | 1997-04-21 | 1 | -2/+0 |
| | |||||
* | doc-fix to be compatible with other frame- fns. | Simon Marshall | 1997-04-14 | 1 | -2/+3 |
| | |||||
* | (make-frame): Call custom-initialize-frame | Richard M. Stallman | 1997-04-14 | 1 | -1/+2 |
| | | | | only if cus-face is loaded. | ||||
* | (frame-parameter): New function. | Richard M. Stallman | 1997-04-10 | 1 | -0/+4 |
| | |||||
* | (make-frame): Call `custom-initialize-frame'. | Richard M. Stallman | 1997-04-08 | 1 | -0/+1 |
| | |||||
* | (set-screen-height): Doc fix. | Richard M. Stallman | 1997-03-24 | 1 | -1/+1 |
| | |||||
* | defvar before- and after- make frame vars; use properly in make-frame. | Simon Marshall | 1997-03-15 | 1 | -22/+26 |
| | |||||
* | (set-frame-font): Renamed from set-default-font, | Richard M. Stallman | 1997-02-02 | 1 | -1/+2 |
| | |||||
* | (initial-frame-alist): Make default value nil-- | Richard M. Stallman | 1996-11-05 | 1 | -4/+4 |
| | | | | don't specify `minibuffer' parameter. | ||||
* | (ctl-x-5-map, ctl-x-5-prefix): Duplicate defs deleted. | Richard M. Stallman | 1996-09-23 | 1 | -5/+6 |
| | | | | | (scroll-bar-side): New variable. (toggle-scroll-bar): Use scroll-bar-side. | ||||
* | (other-frame): Don't call unfocus-frame. | Richard M. Stallman | 1996-09-03 | 1 | -3/+1 |
| | |||||
* | Doc fixes. | Richard M. Stallman | 1996-09-01 | 1 | -6/+12 |
| | |||||
* | (frame-initialize): Don't count MSDOS neither as | Richard M. Stallman | 1996-06-10 | 1 | -8/+9 |
| | | | | window-system nor as a terminal frame here. | ||||
* | (make-frame-command): Treat msdos like no window system. | Richard M. Stallman | 1996-06-09 | 1 | -1/+1 |
| | |||||
* | (make-frame-command): New function. | Richard M. Stallman | 1996-06-07 | 1 | -1/+8 |
| | | | | (ctl-x-5-map): Change C-x 5 2 to make-frame-command. | ||||
* | (handle-delete-frame): Use save-buffers-kill-emacs. | Richard M. Stallman | 1996-02-28 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -16/+17 |
| | |||||
* | (frame-notice-user-settings): When making a minibufferless | Richard M. Stallman | 1995-06-14 | 1 | -1/+5 |
| | | | | frame, don't copy `name' parm explicitly unless it was explicit before. | ||||
* | (frame-configuration-p): Moved to subr.el. | Karl Heuer | 1995-05-30 | 1 | -8/+0 |
| | |||||
* | (make-initial-minibuffer-frame): New function. | Karl Heuer | 1995-05-30 | 1 | -2/+7 |
| | | | | (frame-notice-user-settings): Call it. | ||||
* | (frame-notice-user-settings): | Richard M. Stallman | 1995-04-18 | 1 | -3/+3 |
| | | | | Don't respecify an old value which was nil and remains nil. | ||||
* | (other-frame): Don't try to unfocus in a termcap frame. | Karl Heuer | 1995-03-16 | 1 | -7/+9 |
| | | | | (frame-notice-user-settings): Skip menu-bar code in a termcap frame. | ||||
* | (frame-initialize): Set frame-creation-function to `make-terminal-frame' if | Karl Heuer | 1995-03-16 | 1 | -5/+8 |
| | | | | appropriate. | ||||
* | (frame-notice-user-settings): Avoid having the window manager re-prompt for | Karl Heuer | 1995-01-30 | 1 | -1/+3 |
| | | | | the initial frame's clone. | ||||
* | (make-frame): Doc fix. | Richard M. Stallman | 1995-01-28 | 1 | -2/+4 |
| | |||||
* | Fix typos. | Karl Heuer | 1995-01-26 | 1 | -10/+10 |
| |