diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e691dce2212..4c7b57ccae1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-01-26 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * coding.c (decode_coding): Set a flag for inhibiting | ||
| 4 | inconsistent eol. | ||
| 5 | (code_convert_region): Always set saved_coding_symbol. | ||
| 6 | (decode_coding_string): Likewise. Update coding->symbol when we | ||
| 7 | encounter a inconsistent eol by the same way as | ||
| 8 | code_convert_region. | ||
| 9 | |||
| 1 | 2001-01-25 Gerd Moellmann <gerd@gnu.org> | 10 | 2001-01-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of | 12 | * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of |