]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMiles Bader <miles@gnu.org>
Mon, 24 Jul 2000 23:34:44 +0000 (23:34 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 24 Jul 2000 23:34:44 +0000 (23:34 +0000)
lisp/ChangeLog
src/ChangeLog

index e051d07c222fcc92a2b0d1f88b821ce4de6f43a2..68099cf8d7352976acdacf71c647811c9ec51989 100644 (file)
@@ -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
index 3f144c895dd347d5a7ee03f4b69152afbeac6d59..338952ed276d5d989a70a57e7b4ae40c02fb5f02 100644 (file)
@@ -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: