# HG changeset patch # User Miles Bader # Date 964481684 0 # Node ID c45bf7a868cbb9f3549c0be53439d715e55a831f # Parent e9b2398c24e16645d696ad398ffeaabf3d4fe857 *** empty log message *** diff -r e9b2398c24e1 -r c45bf7a868cb lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 24 22:11:35 2000 +0000 +++ b/lisp/ChangeLog Mon Jul 24 23:34:44 2000 +0000 @@ -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 -r e9b2398c24e1 -r c45bf7a868cb src/ChangeLog --- a/src/ChangeLog Mon Jul 24 22:11:35 2000 +0000 +++ b/src/ChangeLog Mon Jul 24 23:34:44 2000 +0000 @@ -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: