changeset 30438:c45bf7a868cb

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 24 Jul 2000 23:34:44 +0000
parents e9b2398c24e1
children c084f49c2a7f
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <miles@gnu.org>
+
+	* 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  <andrewi@gnu.org>
 
 	* timer.el (timer-activate-when-idle): Add optional parameter
--- 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  <miles@gnu.org>
+
+	* 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  <gerd@gnu.org>
 
 	* print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks
 	if that is nil.
-	
+
 2000-07-24  Dave Love  <fx@gnu.org>
 
 	* s/sunos4-0.h, s/sol2.h: