aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6ab8d2b2bcb..00f15dfd5b6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -626,6 +626,13 @@ This is like window-height but does not count the mode line
626or the header line. 626or the header line.
627 627
628+++ 628+++
629** The function `atan' now accepts an optional second argument.
630
631When called with 2 arguments, as in `(atan Y X)', `atan' returns the
632angle in radians between the vector [X, Y] and the X axis. (This is
633equivalent 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
631A window that is just one line tall does not display either a mode 638A window that is just one line tall does not display either a mode