From: Richard M. Stallman Date: Tue, 26 Mar 2002 09:20:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15968 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9356fe5a7f2b6df93867b760b9b7f667135f2e29;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 1dc31a24abd..e4e10880f36 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -770,6 +770,11 @@ and the latter now controls scrolling down. 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 21f4970a005..b4be0a74832 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 4f475d21960..9185dfa5ec5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.