Mercurial > emacs
changeset 51872:71c6142b7582
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 11 Jul 2003 19:44:44 +0000 |
parents | 0c6d39d0f49d |
children | 000e2717e1a5 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jul 11 13:15:05 2003 +0000 +++ b/src/ChangeLog Fri Jul 11 19:44:44 2003 +0000 @@ -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