# HG changeset patch # User Richard M. Stallman # Date 1017134457 0 # Node ID 9139b10bc7e66c5a630ac7250c46dd0dccdcbc0c # Parent 61c15819e528261094008a8910dcb98c1780b60b *** empty log message *** diff -r 61c15819e528 -r 9139b10bc7e6 etc/NEWS --- a/etc/NEWS Tue Mar 26 09:19:00 2002 +0000 +++ b/etc/NEWS Tue Mar 26 09:20:57 2002 +0000 @@ -770,6 +770,11 @@ 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. diff -r 61c15819e528 -r 9139b10bc7e6 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 26 09:19:00 2002 +0000 +++ b/lisp/ChangeLog Tue Mar 26 09:20:57 2002 +0000 @@ -1,3 +1,7 @@ +2002-03-26 Richard M. Stallman + + * subr.el (substring-no-properties): Function deleted (now in C). + 2002-03-26 Juanma Barranquero * toolbar/tool-bar.el: Fix typo in commentary. diff -r 61c15819e528 -r 9139b10bc7e6 src/ChangeLog --- a/src/ChangeLog Tue Mar 26 09:19:00 2002 +0000 +++ b/src/ChangeLog Tue Mar 26 09:20:57 2002 +0000 @@ -1,5 +1,9 @@ 2002-03-26 Richard M. Stallman + * 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.