diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index baf6f5404e6..c028075d561 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | 2001-07-10 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-07-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dispnew.c (update_window): Don't skip the header-line | ||
| 4 | update when scrolling_window returns 0. | ||
| 5 | |||
| 3 | * xfaces.c (unload_color): Do nothing if PIXEL is -1. | 6 | * xfaces.c (unload_color): Do nothing if PIXEL is -1. |
| 4 | 7 | ||
| 5 | * xfns.c (Fx_create_frame): Initialize frame colors to -1, | 8 | * xfns.c (Fx_create_frame): Initialize frame colors to -1, |
| 6 | for the case that x_decode_colors signals an error. | 9 | for the case that x_decode_color signals an error. |
| 7 | 10 | ||
| 8 | * xdisp.c (add_to_log): Do nothing if called asynchronously. | 11 | * xdisp.c (add_to_log): Do nothing if called asynchronously. |
| 9 | 12 | ||