diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0146a543e01..20f2f1d6345 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-11-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-11-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c: Use BINDING_STACK_SIZE throughout. | ||
| 4 | |||
| 5 | * xfns.c (x_set_tool_bar_lines): When clearing the frame, also | ||
| 6 | clear current matrices. | ||
| 7 | |||
| 3 | * buffer.c (mmap_enlarge): Don't print a message on stderr | 8 | * buffer.c (mmap_enlarge): Don't print a message on stderr |
| 4 | if mapping new memory at the end of the existing region fails. | 9 | if mapping new memory at the end of the existing region fails. |
| 5 | 10 | ||