diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2000-09-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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 | ||