diff options
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec7ce5866a9..95308474292 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -25,6 +25,11 @@ 2003-07-09 Stefan Monnier <monnier@cs.yale.edu> + * 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 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 |