aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frame.el
Commit message (Collapse)AuthorAgeFilesLines
* (set-frame-configuration): Iconify framesRichard M. Stallman1993-11-081-2/+6
| | | | rather than making them invisible.
* (set-frame-configuration): If NODELETE, make the unwanted frames invisible.Richard M. Stallman1993-11-071-4/+6
|
* (other-frame): Subtract 1 from hpos for new mouse position.Richard M. Stallman1993-11-031-1/+1
|
* (make-frame): Use before-make-frame-hook and after-make-frame-hook.Richard M. Stallman1993-10-241-1/+5
|
* (other-frame): Warp the mouse so that the otherRichard M. Stallman1993-09-241-1/+3
| | | | frame actually stays selected.
* (set-frame-configuration): Take new optional arg NODELETE; if non-nil,Roland McGrath1993-09-071-3/+6
| | | | don't delete any frames.
* (frame-initialize): Check for `on' or `true'Richard M. Stallman1993-08-141-1/+2
| | | | as reverseVideo resource value.
* (frame-initialize): Handle reverseVideo x-resource.Richard M. Stallman1993-08-141-1/+3
|
* (other-frame): Fix error in loop counting.Richard M. Stallman1993-08-111-1/+1
|
* (other-frame): Skip iconified and invisible frames.Roland McGrath1993-08-031-6/+9
|
* (other-frame): New function, analogous to other-window.Roland McGrath1993-08-021-0/+17
| | | | (ctl-x-5-map): Bind C-x 5 o to other-frame.
* * frame.el (frame-notice-user-settings): If we had to create a newJim Blandy1993-07-311-1/+1
| | | | | | frame in order to obey initial-frame-alist, use delete-frame's FORCE argument to get rid of the old frame even if the new one hasn't been mapped yet.
* (frame-notice-user-settings): Don't reapply a parmRichard M. Stallman1993-07-271-3/+27
| | | | whose value is ot changed (as far as we know) since frame-initialize.
* * frame.el (frame-remove-geometry-params): New function.Jim Blandy1993-07-041-8/+18
| | | | (frame-initialize): Call it, instead of writing it out.
* * term/x-win.el: Check the reverseVideo/ReverseVideo resource,Jim Blandy1993-07-031-3/+1
| | | | | | correctly distinguish between "on" and "off" values, and put a parameter in default-frame-alist. * frame.el (frame-initialize): Don't call x-get-resource here.
* * frame.el (set-frame-configuration): Don't try to set a frame'sJim Blandy1993-06-161-1/+8
| | | | | minibuffer. This parameter can't be changed, so that would signal an error.
* * frame.el (frame-initialize): Remember to actually traverseJim Blandy1993-06-111-1/+2
| | | | initial-frame-alist.
* Formatting change.Jim Blandy1993-06-101-5/+10
|
* * frame.el (frame-initialize): When deleting geometryJim Blandy1993-06-101-6/+7
| | | | | | specifications from initial-frame-alist, remember that they may occur more than once, and do, if the -geometry option was specified as well as a .geometry resource.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
|
* (frame-initialize): Reversevideo -> ReverseVideo.Richard M. Stallman1993-06-071-1/+1
|
* (frame-initialize): Set cursor-color last.Richard M. Stallman1993-06-031-2/+4
|
* (frame-initialize): Delete geometry parms from initial-frame-alist.Richard M. Stallman1993-06-021-0/+10
|
* (frame-initialize): Handle reverseVideo resource.Richard M. Stallman1993-05-271-1/+3
|
* (frame-initialize): Handle `reverse' as parameter.Richard M. Stallman1993-05-251-3/+15
|
* * frame.el (frame-notice-user-settings): Don't makeJim Blandy1993-05-181-1/+2
| | | | | | frame-initial-frame unbound; just set it to nil. * startup.el (command-line-1): Call frame-notice-user-settings before displaying the startup message.
* (toggle-scroll-bar): Renamed from toggle-vertical-scroll...Richard M. Stallman1993-05-171-1/+1
|
* Don't put frame-initialize and frame-notice-user-settings on hooks.Richard M. Stallman1993-05-131-2/+5
| | | | They are now called directly.
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-4/+4
|
* (make-frame): Renamed from new-frame.Richard M. Stallman1993-03-181-1/+3
| | | | (new-frame): Alias for make-frame.
* Make frame configurations start with a distinctive symbol.Jim Blandy1993-03-151-12/+26
| | | | | | | | | | * frame.el (current-frame-configuration): Return a list as before, but starting with `frame-configuration'. (set-frame-configuration): Check that CONFIGURATION is a list starting with `frame-configuration', strip it off, and do as before. (frame-configuration-p): New function. * register.el (jump-to-register): Use frame-configuration-p, instead of catching an error in set-frame-configuration. Really now.
* Comment change.Richard M. Stallman1993-03-081-1/+1
|
* * frame.el (new-frame): Doc fix.Jim Blandy1993-03-021-8/+8
| | | | | | Use the term `scroll bar', instead of `scrollbar'. * term/x-win.el, frame.el, mouse.el: Terminology changed. * scrollbar.el: Renamed to scroll-bar.el.
* These changes were actually made by Richard; I stole his RCS lock.Jim Blandy1993-03-021-27/+31
| | | | | | | | | * frame.el (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist, new-frame): Doc fixes. * frame.el (set-pointer-color): Renamed to set-mouse-color. * frame.el (set-border-color): New function.
* (frame-initialize): Fix error syntax.Richard M. Stallman1993-02-161-8/+8
| | | | | | | | | (toggle-horizontal-scroll-bar): Likewise. (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar (toggle-vertical-scroll-bar): Likewise. (toggle-auto-lower, toggle-auto-raise): Likewise. (set-foreground-color, set-background-color): Renamed from set-frame-{fore,back}ground.
* * frame.el: Clean up initialization code.Jim Blandy1993-02-141-66/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (initial-frame-alist): Doc fix. (minibuffer-frame-alist): New default value, with a reasonable height. (filtered-frame-list, minibuffer-frame-list): New functions. (frame-initialize): Use minibuffer-frame-list, instead of writing it out. (frame-notice-user-settings): Thoroughly rearranged. Notice changes to default-frame-alist as well as initial-frame-alist. Properly handle requests to make the initial frame into a minibufferless or minibuffer-only frame. Create a minibuffer-only frame if the initial frame should lack a minibuffer and there are no other minibuffer frames created by the user's initialization file. Fix any frames using the initial frame as a surrogate minibuffer frame. Restore the current buffer after creating and deleting all these frames. * frame.el (set-default-font, set-frame-background, set-frame-foreground, set-cursor-color, set-pointer-color, set-auto-raise, set-auto-lower, set-vertical-bar, set-horizontal-bar): Give these docstrings. (set-auto-raise, set-auto-lower, set-vertical-bar, set-horizontal-bar): Make these toggle or look at the prefix argument, like minor modes. * frame.el (set-vertical-bar): Use the proper parameter symbol. (set-horizontal-bar): Signal an error indicating that horizontal scrollbars are not implemented.
* JimB's changes since January 18thJim Blandy1993-01-261-1/+1
|
* * frame.el (frame-notice-user-settings): Don't try to delete theJim Blandy1993-01-141-2/+2
| | | | initial frame if the user took care of that.
* Doc fix.Christopher Zaborsky1992-10-251-2/+2
|
* entered into RCSJim Blandy1992-09-131-2/+14
|
* *** empty log message ***Jim Blandy1992-08-121-3/+22
|
* *** empty log message ***Jim Blandy1992-08-071-12/+0
|
* *** empty log message ***Jim Blandy1992-07-251-16/+0
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Jim Blandy1992-07-211-1/+1
|
* *** empty log message ***Jim Blandy1992-07-211-3/+3
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Jim Blandy1992-07-161-1/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-0/+5
|
* *** empty log message ***Jim Blandy1992-07-151-147/+165
|