summaryrefslogtreecommitdiff
path: root/lisp/frame.el
Commit message (Collapse)AuthorAgeFilesLines
* (handle-delete-frame): New function.Richard M. Stallman1994-09-291-0/+15
|
* (special-display-popup-frame): Rename new arg to ARGS.Richard M. Stallman1994-09-221-13/+19
| | | | Allow (FUNCTION OTHER-ARGS...) as the value of ARGS.
* (special-display-popup-frame): New argument PARAMS.Richard M. Stallman1994-09-221-2/+2
| | | | Use it as well as `special-display-frame-alist'.
* (frame-notice-user-settings): If we change the frame's font,Richard M. Stallman1994-08-111-1/+4
| | | | call frame-update-faces.
* (frame-delete-all): Copy the whole alist first.Richard M. Stallman1994-08-041-0/+1
|
* (frame-delete-all): New function.Richard M. Stallman1994-08-021-4/+21
| | | | | (frame-notice-user-settings): Call it--with or without separate minibuffer frame.
* (initial-frame-alist): Doc fix.Richard M. Stallman1994-07-031-4/+15
|
* (auto-lower-mode, auto-raise-mode): Doc fixes.Richard M. Stallman1994-06-281-2/+10
|
* (frame-notice-user-settings): Make menu-bar-modeRichard M. Stallman1994-06-251-0/+8
| | | | and default-frame-alist consistent with each other.
* (make-frame): Doc fix.Richard M. Stallman1994-05-281-4/+1
|
* (frame-initialize): Record in frame-initial-frame-alistRichard M. Stallman1994-05-231-0/+10
| | | | the actual settings of vertical-scroll-bars.
* (frame-remove-geometry-params): Reverse the computed list, to preserve theKarl Heuer1994-05-101-0/+2
| | | | original order of the elements.
* (frame-notice-user-settings): Wait till frame becomesRichard M. Stallman1994-05-061-2/+9
| | | | visible before using its parameters.
* (frame-notice-user-settings): Use geometry parms from frameRichard M. Stallman1994-05-061-11/+17
| | | | when the initial specifications did not have them.
* (frame-notice-user-settings): When replacing the firstRichard M. Stallman1994-05-051-5/+18
| | | | | | | X frame, use the same geometry parms that were used to make it. (frame-remove-geometry-params): Treat user-size and user-position as geometry parms. Store all those parms into frame-initial-geometry-arguments.
* (frame-notice-user-settings): Discard `reverse' whenRichard M. Stallman1994-05-041-12/+14
| | | | | making the replacement for the initial frame. Put it on as nil. (new-frame): Use make-frame instead.
* (frame-initialize): Delete the code for reverse-video.Richard M. Stallman1994-05-041-23/+1
| | | | x-create-frame-with-faces takes care of that.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (special-display-frame-alist): New variable.Richard M. Stallman1994-04-231-0/+28
| | | | | (special-display-popup-frame): New function. (special-display-function): Set it.
* (set-default-font): Call frame-update-faces.Richard M. Stallman1994-04-221-1/+3
|
* (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.