diff options
| author | Richard M. Stallman | 2002-01-20 23:19:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-20 23:19:43 +0000 |
| commit | 75e20bec39a0f6c8bdcf5af3f535efeb3be24eee (patch) | |
| tree | 1c4db51265a39743999c5dfed06ada93bebcf96c | |
| parent | a1112b37b9ffe2abf1a28be56b8945e1bfa82547 (diff) | |
| download | emacs-75e20bec39a0f6c8bdcf5af3f535efeb3be24eee.tar.gz emacs-75e20bec39a0f6c8bdcf5af3f535efeb3be24eee.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 13 insertions, 0 deletions
| @@ -384,6 +384,15 @@ This is like window-height but does not count the mode line | |||
| 384 | or the header line. | 384 | or the header line. |
| 385 | 385 | ||
| 386 | +++ | 386 | +++ |
| 387 | ** You can now make a window as short as one line. | ||
| 388 | |||
| 389 | A window that is just one line tall does not display either a mode | ||
| 390 | line or a header line, even if the variables `mode-line-format' and | ||
| 391 | `header-line-format' call for them. A window that is two lines tall | ||
| 392 | cannot display both a mode line and a header line at once; if the | ||
| 393 | variables call for both, only the mode line actually appears. | ||
| 394 | |||
| 395 | +++ | ||
| 387 | ** The new frame parameter `tty-color-mode' specifies the mode to use | 396 | ** The new frame parameter `tty-color-mode' specifies the mode to use |
| 388 | for color support on character terminal frames. Its value can be a | 397 | for color support on character terminal frames. Its value can be a |
| 389 | number of colors to support, or a symbol. See the Emacs Lisp | 398 | number of colors to support, or a symbol. See the Emacs Lisp |
diff --git a/src/ChangeLog b/src/ChangeLog index fde084caeb9..53b6bf3b738 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-01-20 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. | ||
| 4 | |||
| 1 | 2002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * doprnt.c (doprnt1): Fix typos in error call. | 7 | * doprnt.c (doprnt1): Fix typos in error call. |