From c28da48936fda305fba7085c30f043612f48f2f5 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 24 Jul 2000 23:34:44 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 13 ++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e051d07c222..68099cf8d73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-07-25 Miles Bader + + * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to + constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to + constrain-to-field. + 2000-07-24 Andrew Innes * timer.el (timer-activate-when-idle): Add optional parameter diff --git a/src/ChangeLog b/src/ChangeLog index 3f144c895dd..338952ed276 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,19 @@ +2000-07-25 Miles Bader + + * editfns.c (find_field): Honor special `boundary' fields. + (Qboundary): New variables. + (syms_of_editfns): Initialize Qboundary. + (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument. + Use scan_buffer instead of find_before_next_newline, because it + allows us to detect the boundary case where there's a newline at + the search limit. + * lisp.h (Fconstrain_to_field): Update external declaration. + 2000-07-24 Gerd Moellmann * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks if that is nil. - + 2000-07-24 Dave Love * s/sunos4-0.h, s/sol2.h: -- 2.39.2