# HG changeset patch # User Stefan Monnier # Date 1057782679 0 # Node ID 115ea2a716515b5b6c8739597b083ce109fda6bc # Parent bf6232373c398f933f46ce4c8d2a89abcba91cb6 *** empty log message *** diff -r bf6232373c39 -r 115ea2a71651 src/ChangeLog --- 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 + + * 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 Change overlays_after and overlays_before so the overlays themselves