emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 09 Jul 2003 16:31:21 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3308 emacs/src/ChangeLog:1.3309
*** emacs/src/ChangeLog:1.3308  Wed Jul  9 11:10:47 2003
--- emacs/src/ChangeLog Wed Jul  9 16:31:19 2003
***************
*** 1,5 ****
--- 1,24 ----
  2003-07-09  Stefan Monnier  <address@hidden>
  
+       * 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  <address@hidden>
+ 
        Change overlays_after and overlays_before so the overlays themselves
        are linked into lists, rather than using cons cells.  After all each
        Lisp_Misc already occupies 5 words, so we can add a `next' field to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]