Mercurial > emacs
changeset 44160:9139b10bc7e6
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Mar 2002 09:20:57 +0000 |
parents | 61c15819e528 |
children | 8e98ff3e07b2 |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 <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.
--- 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 <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.