summaryrefslogtreecommitdiff
path: root/lisp/frame.el
Commit message (Collapse)AuthorAgeFilesLines
* (auto-raise-mode): When enabling the mode,Gerd Moellmann1999-10-251-0/+2
| | | | immediately raise the selected frame.
* (blink-cursor): Don't turn on cursor blinking forEli Zaretskii1999-08-151-1/+1
| | | | ms-dos.
* Change comments to doc strings and other doc fixes.Dave Love1999-07-301-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 backgroundKarl Heuer1999-07-301-0/+7
| | | | | color has been changed, update background-mode from it, then update faces.
* (frame-initialize): When setting frame-initial-frame-alist,Karl Heuer1999-07-271-1/+1
| | | | force copying of default-frame-alist.
* (set-mouse-color): If new color is nil,Karl Heuer1999-07-261-1/+4
| | | | really respecify the current color.
* (after-setting-font-hooks): New; from Eric BanchrowGerd Moellmann1999-07-211-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. Stallman1999-07-061-7/+16
| | | | | (pop-up-frame-alist): Likewise. (initial-frame-alist): Specify * in the doc string.
* (select-frame-by-name): Obey focus-follows-mouse.Andrew Innes1999-01-271-1/+6
| | | | (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
* (frame-parameter): Doc fix.Richard M. Stallman1998-11-251-1/+1
|
* (initial-frame-alist): Add defcustom.Richard M. Stallman1998-11-221-2/+6
|
* (make-frame-on-display): Fix previous change.Richard M. Stallman1998-05-251-2/+2
|
* (make-frame-on-display): Check for nonsense display name.Richard M. Stallman1998-05-251-0/+2
|
* (frame-name-alist): Remove this variable.Richard M. Stallman1998-04-231-11/+7
| | | | | (select-frame-by-name): Recompute the list of frames instead of saving it in a global variable.
* *** empty log message ***Dan Nicolaescu1998-04-201-1/+2
|
* (other-frame): Fix previous change.Richard M. Stallman1998-03-181-1/+1
|
* (focus-follows-mouse): Make it defcustom.Richard M. Stallman1998-03-181-2/+4
|
* (focus-follows-mouse): New variable.Richard M. Stallman1998-03-181-1/+5
| | | | (other-frame): Obey that variable.
* (make-frame-names-alist, select-frame-by-name): NewEli Zaretskii1997-12-011-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 Zaretskii1997-11-201-0/+8
|
* (other-frame) [windows-nt]: Use w32-focus-frame.Geoff Voelker1997-09-021-1/+4
|
* (frame-initialize): Don't alter vertical-scroll-barsRichard M. Stallman1997-07-211-7/+1
| | | | parameter here.
* (scroll-bar-side): Variable deleted.Richard M. Stallman1997-06-281-28/+0
| | | | | (toggle-scroll-bar, toggle-horizontal-scroll-bar): Moved to scroll-bar.el.
* Use defcustom.Richard M. Stallman1997-05-051-5/+12
|
* (make-frame): Don't call custom-initialize-frame.Richard M. Stallman1997-04-211-2/+0
|
* doc-fix to be compatible with other frame- fns.Simon Marshall1997-04-141-2/+3
|
* (make-frame): Call custom-initialize-frameRichard M. Stallman1997-04-141-1/+2
| | | | only if cus-face is loaded.
* (frame-parameter): New function.Richard M. Stallman1997-04-101-0/+4
|
* (make-frame): Call `custom-initialize-frame'.Richard M. Stallman1997-04-081-0/+1
|
* (set-screen-height): Doc fix.Richard M. Stallman1997-03-241-1/+1
|
* defvar before- and after- make frame vars; use properly in make-frame.Simon Marshall1997-03-151-22/+26
|
* (set-frame-font): Renamed from set-default-font,Richard M. Stallman1997-02-021-1/+2
|
* (initial-frame-alist): Make default value nil--Richard M. Stallman1996-11-051-4/+4
| | | | don't specify `minibuffer' parameter.
* (ctl-x-5-map, ctl-x-5-prefix): Duplicate defs deleted.Richard M. Stallman1996-09-231-5/+6
| | | | | (scroll-bar-side): New variable. (toggle-scroll-bar): Use scroll-bar-side.
* (other-frame): Don't call unfocus-frame.Richard M. Stallman1996-09-031-3/+1
|
* Doc fixes.Richard M. Stallman1996-09-011-6/+12
|
* (frame-initialize): Don't count MSDOS neither asRichard M. Stallman1996-06-101-8/+9
| | | | window-system nor as a terminal frame here.
* (make-frame-command): Treat msdos like no window system.Richard M. Stallman1996-06-091-1/+1
|
* (make-frame-command): New function.Richard M. Stallman1996-06-071-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. Stallman1996-02-281-1/+2
|
* Update FSF's address.Erik Naggum1996-01-141-16/+17
|
* (frame-notice-user-settings): When making a minibufferlessRichard M. Stallman1995-06-141-1/+5
| | | | frame, don't copy `name' parm explicitly unless it was explicit before.
* (frame-configuration-p): Moved to subr.el.Karl Heuer1995-05-301-8/+0
|
* (make-initial-minibuffer-frame): New function.Karl Heuer1995-05-301-2/+7
| | | | (frame-notice-user-settings): Call it.
* (frame-notice-user-settings):Richard M. Stallman1995-04-181-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 Heuer1995-03-161-7/+9
| | | | (frame-notice-user-settings): Skip menu-bar code in a termcap frame.
* (frame-initialize): Set frame-creation-function to `make-terminal-frame' ifKarl Heuer1995-03-161-5/+8
| | | | appropriate.
* (frame-notice-user-settings): Avoid having the window manager re-prompt forKarl Heuer1995-01-301-1/+3
| | | | the initial frame's clone.
* (make-frame): Doc fix.Richard M. Stallman1995-01-281-2/+4
|
* Fix typos.Karl Heuer1995-01-261-10/+10
|