aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-07-24 23:34:44 +0000
committerMiles Bader2000-07-24 23:34:44 +0000
commitc28da48936fda305fba7085c30f043612f48f2f5 (patch)
treea6e10dbf30ab14473f2604c9b858ad77d74df691
parentad3497195c9b03edbd7599b3dc2c270617c17d57 (diff)
downloademacs-c28da48936fda305fba7085c30f043612f48f2f5.tar.gz
emacs-c28da48936fda305fba7085c30f043612f48f2f5.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog13
2 files changed, 18 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e051d07c222..68099cf8d73 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-07-25 Miles Bader <miles@gnu.org>
2
3 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
4 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5 constrain-to-field.
6
12000-07-24 Andrew Innes <andrewi@gnu.org> 72000-07-24 Andrew Innes <andrewi@gnu.org>
2 8
3 * timer.el (timer-activate-when-idle): Add optional parameter 9 * 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 @@
12000-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
12000-07-24 Gerd Moellmann <gerd@gnu.org> 122000-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
62000-07-24 Dave Love <fx@gnu.org> 172000-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: