diff options
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -626,6 +626,13 @@ This is like window-height but does not count the mode line | |||
| 626 | or the header line. | 626 | or the header line. |
| 627 | 627 | ||
| 628 | +++ | 628 | +++ |
| 629 | ** The function `atan' now accepts an optional second argument. | ||
| 630 | |||
| 631 | When called with 2 arguments, as in `(atan Y X)', `atan' returns the | ||
| 632 | angle in radians between the vector [X, Y] and the X axis. (This is | ||
| 633 | equivalent to the standard C library function `atan2'.) | ||
| 634 | |||
| 635 | +++ | ||
| 629 | ** You can now make a window as short as one line. | 636 | ** You can now make a window as short as one line. |
| 630 | 637 | ||
| 631 | A window that is just one line tall does not display either a mode | 638 | A window that is just one line tall does not display either a mode |