This is like window-height but does not count the mode line
or the header line.
+** New functions `lax-plist-get' and `lax-plist-put'.
+
+These functions are like `plist-get' and `plist-put' except that they
+compare the property name using `equal' rather than `eq'.
+
+++
** The function `atan' now accepts an optional second argument.
+2002-03-26 Richard M. Stallman <rms@gnu.org>
+
+ * subr.el (substring-no-properties): Function deleted (now in C).
+
2002-03-26 Juanma Barranquero <lektu@terra.es>
* toolbar/tool-bar.el: Fix typo in commentary.
2002-03-26 Richard M. Stallman <rms@gnu.org>
+ * fns.c (Fsubstring_no_properties): New function.
+ (Flax_plist_get, Flax_plist_put): New functions.
+ (syms_of_fns): defsubr them.
+
* xdisp.c (update_menu_bar): Test only update_mode_lines;
don't test or alter w->update_mode_line.