diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 11c70d99957..0fa5c980ad1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2001-08-01 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-08-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (command_loop_1): Fix spelling of | ||
| 4 | resize_echo_area_exactly. | ||
| 5 | |||
| 6 | * dispextern.h (resize_echo_area_exactly): Fix typo in function | ||
| 7 | name. | ||
| 8 | |||
| 9 | * xdisp.c (resize_echo_area_exactly): Fix typo in function name. | ||
| 10 | |||
| 3 | * xfns.c (x_set_tool_bar_lines): Clear the tool bar window's | 11 | * xfns.c (x_set_tool_bar_lines): Clear the tool bar window's |
| 4 | current matrix when the window gets smaller. | 12 | current matrix when the window gets smaller. |
| 5 | 13 | ||