comparison etc/NEWS @ 44160:9139b10bc7e6

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Mar 2002 09:20:57 +0000
parents ee7e76098967
children c157bec8fb40
comparison
equal deleted inserted replaced
44159:61c15819e528 44160:9139b10bc7e6
767 +++ 767 +++
768 ** New function window-body-height. 768 ** New function window-body-height.
769 769
770 This is like window-height but does not count the mode line 770 This is like window-height but does not count the mode line
771 or the header line. 771 or the header line.
772
773 ** New functions `lax-plist-get' and `lax-plist-put'.
774
775 These functions are like `plist-get' and `plist-put' except that they
776 compare the property name using `equal' rather than `eq'.
772 777
773 +++ 778 +++
774 ** The function `atan' now accepts an optional second argument. 779 ** The function `atan' now accepts an optional second argument.
775 780
776 When called with 2 arguments, as in `(atan Y X)', `atan' returns the 781 When called with 2 arguments, as in `(atan Y X)', `atan' returns the