diff options
| author | Gerd Moellmann | 2000-12-05 14:02:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-05 14:02:27 +0000 |
| commit | 21999ab99f784bf66c3278887c5e12a65b8e86b7 (patch) | |
| tree | e604fd6a5b4f46af54a19bcdb43c8e832e09e0bf /src | |
| parent | f05b502e8bf16d350fa6e25224da298a2f29910a (diff) | |
| download | emacs-21999ab99f784bf66c3278887c5e12a65b8e86b7.tar.gz emacs-21999ab99f784bf66c3278887c5e12a65b8e86b7.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e5bffe14c16..c4c5fff182c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-12-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (adjust_glyph_matrix): Make sure to initialize local | ||
| 4 | variable window_width. | ||
| 5 | (line_draw_cost): Fix code skipping over spaces at the end of the | ||
| 6 | line when must_write_spaces is not set. | ||
| 7 | (scrolling_window): Fix code inserting runs in list of all runs. | ||
| 8 | |||
| 1 | 2000-12-05 Kenichi Handa <handa@etl.go.jp> | 9 | 2000-12-05 Kenichi Handa <handa@etl.go.jp> |
| 2 | 10 | ||
| 3 | * coding.c (setup_coding_system): Be sure to initialize | 11 | * coding.c (setup_coding_system): Be sure to initialize |