aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2003-07-11 19:44:44 +0000
committerStefan Monnier2003-07-11 19:44:44 +0000
commit2765b45784a3675fe2ce72bf13efa69a7f186cb4 (patch)
tree68772743e0628d3ee7406ff87d718d86a5cba49b /src/ChangeLog
parent145570df042cad0c95dc18fb50288b979dfad8d2 (diff)
downloademacs-2765b45784a3675fe2ce72bf13efa69a7f186cb4.tar.gz
emacs-2765b45784a3675fe2ce72bf13efa69a7f186cb4.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
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 @@
25 25
262003-07-09 Stefan Monnier <monnier@cs.yale.edu> 262003-07-09 Stefan Monnier <monnier@cs.yale.edu>
27 27
28 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
29 position and length information.
30
312003-07-09 Stefan Monnier <monnier@cs.yale.edu>
32
28 Change overlays_after and overlays_before so the overlays themselves 33 Change overlays_after and overlays_before so the overlays themselves
29 are linked into lists, rather than using cons cells. After all each 34 are linked into lists, rather than using cons cells. After all each
30 Lisp_Misc already occupies 5 words, so we can add a `next' field to 35 Lisp_Misc already occupies 5 words, so we can add a `next' field to