aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-13 09:19:05 +0000
committerGerd Moellmann2000-09-13 09:19:05 +0000
commitf860896845735249a1341dbbb14c7c198731cce3 (patch)
tree13d9a69569df3449b810962a66983e95a24a5b1b /src/ChangeLog
parent670a1031e9cade23f2c1baca1481eadd049b94dd (diff)
downloademacs-f860896845735249a1341dbbb14c7c198731cce3.tar.gz
emacs-f860896845735249a1341dbbb14c7c198731cce3.zip
Add some comments about DOUG_LEA_MALLOC's use of mmap
and allocation of Lisp data.
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 3f1315cd6e2..09eaa7c0a5c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-09-13 Gerd Moellmann <gerd@gnu.org>
2
3 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap
4 and allocation of Lisp data.
5
12000-09-12 Gerd Moellmann <gerd@gnu.org> 62000-09-12 Gerd Moellmann <gerd@gnu.org>
2 7
3 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS. 8 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS.