aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-07 16:10:38 +0000
committerGerd Moellmann2000-09-07 16:10:38 +0000
commit24f76fbf714f6031ec4eccf1b8b914fa17282492 (patch)
treeb6ed2875a0afef71696d6efc597ecfb3cd4a2344 /src/ChangeLog
parentf46f845b3f32f50a973b382f500711e7ce78137e (diff)
downloademacs-24f76fbf714f6031ec4eccf1b8b914fa17282492.tar.gz
emacs-24f76fbf714f6031ec4eccf1b8b914fa17282492.zip
(mmap_find): Fix overlap computation.
(mmap_enlarge): Compute nbytes before trying to find an overlapping region.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d1cf3aaa514..59d91667461 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-09-07 Gerd Moellmann <gerd@gnu.org> 12000-09-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * ralloc.c (mmap_find): Fix overlap computation.
4 (mmap_enlarge): Compute nbytes before trying to find an
5 overlapping region.
6
3 * xfaces.c (smaller_face): Compare font heights with `<' and `>' 7 * xfaces.c (smaller_face): Compare font heights with `<' and `>'
4 instead of `!='. 8 instead of `!='.
5 9