# HG changeset patch # User Miles Bader # Date 1005811670 0 # Node ID 03f5934e063d6ba3c8d860fb78f66acabde303a9 # Parent 2031344d22054c326abf5bc7f393e7b93250c08e *** empty log message *** diff -r 2031344d2205 -r 03f5934e063d src/ChangeLog --- a/src/ChangeLog Thu Nov 15 08:07:31 2001 +0000 +++ b/src/ChangeLog Thu Nov 15 08:07:50 2001 +0000 @@ -1,3 +1,13 @@ +2001-11-15 Miles Bader + + * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters. + (Fdelete_field, Ffield_string, Ffield_string_no_properties): + Update arguments to find_field. + (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field. + (Fconstrain_to_field): Use LIMIT arg to shorten search time. + * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl. + * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end. + 2001-11-14 Richard M. Stallman * editfns.c (Fpropertize): Allow call with 1 arg.