Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4506:bd28481bb0e1
Port #'window-buffer-height, #'fit-window-to-buffer, & window, buf, functions.
lisp/ChangeLog addition:
2008-08-31 Aidan Kehoe <kehoea@parhasard.net>
* window.el (only-window-p): New.
Check if WINDOW is the only window in some context, normally its
frame.
(one-window-p):
Implemented this in terms of #'only-window-p, calling it on the
selected window.
(window-buffer-height): Uncomment this, make it work.
(count-screen-lines): Support a BUFFER argument.
(fit-window-to-buffer): Uncomment this, correct its implementation
to work with XEmacs.
* help.el (temp-buffer-resize-mode): New. Name taken from GNU,
implementation our own.
* (resize-temp-buffer-window): New. GNU-compatible alias for
#'shrink-window-if-larger-than-buffer.
* dumped-lisp.el (preloaded-file-list): Move easy-mmode before
help, now that the latter uses #'define-minor-mode.
* frame.el: Point to #'temp-buffer-resize-mode in a comment.
Some of this code is from GNU; help.el CVS version 1.327 of
2007-03-21, window.el CVS version 1.122, of 2007-06-24. Both these
are GPLV2 or later.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 31 Aug 2008 12:26:46 +0200 |
parents | b82fdf7305ee |
children | e96f3aca4d63 |
comparison
equal
deleted
inserted
replaced
4504:b82fdf7305ee | 4506:bd28481bb0e1 |
---|---|
1 2008-08-31 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * window.el (only-window-p): New. | |
4 Check if WINDOW is the only window in some context, normally its | |
5 frame. | |
6 (one-window-p): | |
7 Implemented this in terms of #'only-window-p, calling it on the | |
8 selected window. | |
9 (window-buffer-height): Uncomment this, make it work. | |
10 (count-screen-lines): Support a BUFFER argument. | |
11 (fit-window-to-buffer): Uncomment this, correct its implementation | |
12 to work with XEmacs. | |
13 * help.el (temp-buffer-resize-mode): New. Name taken from GNU, | |
14 implementation our own. | |
15 * (resize-temp-buffer-window): New. GNU-compatible alias for | |
16 #'shrink-window-if-larger-than-buffer. | |
17 * dumped-lisp.el (preloaded-file-list): Move easy-mmode before | |
18 help, now that the latter uses #'define-minor-mode. | |
19 * frame.el: Point to #'temp-buffer-resize-mode in a comment. | |
20 Some of this code is from GNU; help.el CVS version 1.327 of | |
21 2007-03-21, window.el CVS version 1.122, of 2007-06-24. Both these | |
22 are GPLV2 or later. | |
23 | |
1 2008-08-27 Aidan Kehoe <kehoea@parhasard.net> | 24 2008-08-27 Aidan Kehoe <kehoea@parhasard.net> |
2 | 25 |
3 * subr.el (skip-chars-quote): | 26 * subr.el (skip-chars-quote): |
4 Correct the implementation, following the docstring of | 27 Correct the implementation, following the docstring of |
5 #'skip-char-forward more closely rather than the documentation of | 28 #'skip-char-forward more closely rather than the documentation of |