diff options
| author | Miles Bader | 2000-07-24 23:34:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-07-24 23:34:44 +0000 |
| commit | c28da48936fda305fba7085c30f043612f48f2f5 (patch) | |
| tree | a6e10dbf30ab14473f2604c9b858ad77d74df691 /src | |
| parent | ad3497195c9b03edbd7599b3dc2c270617c17d57 (diff) | |
| download | emacs-c28da48936fda305fba7085c30f043612f48f2f5.tar.gz emacs-c28da48936fda305fba7085c30f043612f48f2f5.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f144c895dd..338952ed276 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,19 @@ | |||
| 1 | 2000-07-25 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * editfns.c (find_field): Honor special `boundary' fields. | ||
| 4 | (Qboundary): New variables. | ||
| 5 | (syms_of_editfns): Initialize Qboundary. | ||
| 6 | (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument. | ||
| 7 | Use scan_buffer instead of find_before_next_newline, because it | ||
| 8 | allows us to detect the boundary case where there's a newline at | ||
| 9 | the search limit. | ||
| 10 | * lisp.h (Fconstrain_to_field): Update external declaration. | ||
| 11 | |||
| 1 | 2000-07-24 Gerd Moellmann <gerd@gnu.org> | 12 | 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 13 | ||
| 3 | * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks | 14 | * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks |
| 4 | if that is nil. | 15 | if that is nil. |
| 5 | 16 | ||
| 6 | 2000-07-24 Dave Love <fx@gnu.org> | 17 | 2000-07-24 Dave Love <fx@gnu.org> |
| 7 | 18 | ||
| 8 | * s/sunos4-0.h, s/sol2.h: | 19 | * s/sunos4-0.h, s/sol2.h: |