changeset 61402:b2be03118df9

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 08 Apr 2005 23:32:54 +0000
parents 99b039f2f040
children 008bb0675c5b
files src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 08 23:10:24 2005 +0000
+++ b/src/ChangeLog	Fri Apr 08 23:32:54 2005 +0000
@@ -1,3 +1,14 @@
+2005-04-09  Kim F. Storm  <storm@cua.dk>
+
+	* lread.c (readevalloop): Add args START and END as region in
+	current buffer to read.  Callers changed.
+	When specified, narrow to this region only when reading,
+	not during eval.  Track next point to read from during eval.
+	Also restore point to "real" buffer position before eval.
+	(Feval_region): Don't save excursion and restriction here, and
+	don't narrow to region.  Just pass region to readevalloop.
+	Note: Point is now preserved even when PRINTFLAG is nil.
+
 2005-04-08  Kim F. Storm  <storm@cua.dk>
 
 	* xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".