diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e3353dd31ed..9992882ca1d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function. | ||
| 4 | (build_frame_matrix_from_leaf_window): Put code handling | ||
| 5 | glyph row's not being a slice of a frame row in #if 0. | ||
| 6 | (sync_window_with_frame_matrix_rows): New function. | ||
| 7 | (frame_row_to_window): New function. | ||
| 8 | (mirror_line_dance): Handle copies between windows. | ||
| 9 | |||
| 3 | * lread.c (Fload): Use `xfree' instead of `free'. | 10 | * lread.c (Fload): Use `xfree' instead of `free'. |
| 4 | (init_obarray): Use `xmalloc' instead of `malloc'. | 11 | (init_obarray): Use `xmalloc' instead of `malloc'. |
| 5 | 12 | ||