Add and rewrite window size functions in window.el.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 7 Jun 2011 13:50:31 +0000 (15:50 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 7 Jun 2011 13:50:31 +0000 (15:50 +0200)
commita1511cafb5484ff26663bb6258df47f8bdba734b
treef048dec08e34ed07d71322387ef2b1570457b4fb
parent190b47e683f61b30533bcc548f8be9d3b861029e
Add and rewrite window size functions in window.el.

* window.el (window-safe-min-height, window-safe-min-width):
New constants.
(window-size-ignore, window-min-size, window-min-size-1)
(window-sizable, window-sizable-p, window-size-fixed-1)
(window-size-fixed-p, window-min-delta-1, window-min-delta)
(window-max-delta-1, window-max-delta, window-resizable)
(window-resizable-p, window-total-height, window-total-width)
(window-body-width): New functions.
(window-full-height-p, window-full-width-p): Rewrite using
window-total-size.
(window-body-height): Rewrite using window-body-size.
lisp/ChangeLog
lisp/window.el