Mercurial > emacs
comparison lisp/ChangeLog @ 33479:9eec4a620afc
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 14 Nov 2000 12:58:47 +0000 |
parents | e6f1510f22e8 |
children | e64bda3bd077 |
comparison
equal
deleted
inserted
replaced
33478:05a649280be2 | 33479:9eec4a620afc |
---|---|
1 2000-11-14 Miles Bader <miles@gnu.org> | |
2 | |
3 * window.el (fit-window-to-buffer): Handle windows without mode-lines. | |
4 Handle header-lines. Don't loop forever if we can't enlarge the | |
5 window anymore. Simplify a bit. | |
6 | |
1 2000-11-14 Kenichi Handa <handa@etl.go.jp> | 7 2000-11-14 Kenichi Handa <handa@etl.go.jp> |
2 | 8 |
3 * window.el (fit-window-to-buffer): Don't check | 9 * window.el (fit-window-to-buffer): Don't check |
4 window-text-height. Assure that the last line is fully visible. | 10 window-text-height. Assure that the last line is fully visible. |
5 | 11 |
55 2000-11-13 Miles Bader <miles@gnu.org> | 61 2000-11-13 Miles Bader <miles@gnu.org> |
56 | 62 |
57 * textmodes/fill.el (skip-line-prefix): New function. | 63 * textmodes/fill.el (skip-line-prefix): New function. |
58 (fill-region-as-paragraph, fill-region): Return the fill-prefix. | 64 (fill-region-as-paragraph, fill-region): Return the fill-prefix. |
59 (fill-paragraph): Don't leave point inside the fill-prefix. | 65 (fill-paragraph): Don't leave point inside the fill-prefix. |
66 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave | |
67 point inside the fill-prefix. | |
60 | 68 |
61 2000-11-13 Miles Bader <miles@lsi.nec.co.jp> | 69 2000-11-13 Miles Bader <miles@lsi.nec.co.jp> |
62 | 70 |
63 * calendar/calendar.el (generate-calendar-window): Use | 71 * calendar/calendar.el (generate-calendar-window): Use |
64 `fit-window-to-buffer'. | 72 `fit-window-to-buffer'. |