changeset 51859:115ea2a71651

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Jul 2003 20:31:19 +0000
parents bf6232373c39
children f9ae39b1c1e6
files src/ChangeLog
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 09 20:30:15 2003 +0000
+++ b/src/ChangeLog	Wed Jul 09 20:31:19 2003 +0000
@@ -1,3 +1,22 @@
+2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* lisp.h (VALBITS): Define in terms of GCTYPEBITS.
+	(struct interval): Move to intervals.h.
+	(struct Lisp_Marker): Use EMACS_INT for position info.
+	(forward_point): Remove prototype of defunct function.
+	(Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
+	(Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
+	(syms_of_textprop, set_text_properties): Remove prototypes that are
+	already in intervals.h.
+
+	* intervals.h (struct interval): Move from lisp.h.
+	Use EMACS_INT for position and size info.
+
+	* coding.c: Include intervals.h for Fset_text_properties.
+
+	* buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
+	position and length information.
+
 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
 
 	Change overlays_after and overlays_before so the overlays themselves