diff options
| author | Miles Bader | 2001-11-15 08:07:50 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-11-15 08:07:50 +0000 |
| commit | 89512fcd1474f4b5185f8c4d795eb0ac121e20ef (patch) | |
| tree | b5ac7078f816d3e59c531606eca1cdac3f7bd1ba /src/ChangeLog | |
| parent | f7793dfb2351aa9c2e065f87c7c4c83edb0c0769 (diff) | |
| download | emacs-89512fcd1474f4b5185f8c4d795eb0ac121e20ef.tar.gz emacs-89512fcd1474f4b5185f8c4d795eb0ac121e20ef.zip | |
(Ffield_beginning, Ffield_end): Update EXFUN decl.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b480f00e0d1..36850c4dbfd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-11-15 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters. | ||
| 4 | (Fdelete_field, Ffield_string, Ffield_string_no_properties): | ||
| 5 | Update arguments to find_field. | ||
| 6 | (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field. | ||
| 7 | (Fconstrain_to_field): Use LIMIT arg to shorten search time. | ||
| 8 | * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl. | ||
| 9 | * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end. | ||
| 10 | |||
| 1 | 2001-11-14 Richard M. Stallman <rms@gnu.org> | 11 | 2001-11-14 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * editfns.c (Fpropertize): Allow call with 1 arg. | 13 | * editfns.c (Fpropertize): Allow call with 1 arg. |