diff options
| author | Eli Zaretskii | 2000-10-24 09:17:31 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-24 09:17:31 +0000 |
| commit | 23afac0140b30533b624de9892e7eb5e4b2b06cf (patch) | |
| tree | bcc69a862b7977bc7a3935c271a83badc9ffd559 /src | |
| parent | 8a30aaa37899a16278cc8865d25c6b2eaeb64acc (diff) | |
| download | emacs-23afac0140b30533b624de9892e7eb5e4b2b06cf.tar.gz emacs-23afac0140b30533b624de9892e7eb5e4b2b06cf.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d5cf192dc1a..0af44a4011d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR | ||
| 4 | or CRLF, decode EOLs. | ||
| 5 | |||
| 1 | 2000-10-24 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-10-24 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * window.c (Fdisplay_buffer): Fix doc. | 8 | * window.c (Fdisplay_buffer): Fix doc. |
| @@ -32,7 +37,7 @@ | |||
| 32 | that when a font can't be exactly centered, it errs up rather than | 37 | that when a font can't be exactly centered, it errs up rather than |
| 33 | down. | 38 | down. |
| 34 | 39 | ||
| 35 | 2000-10-22 ShengHuo ZHU <zsh@cs.rochester.edu> | 40 | 2000-10-23 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 36 | 41 | ||
| 37 | * fns.c (Fbase64_decode_string): The decoded result should be | 42 | * fns.c (Fbase64_decode_string): The decoded result should be |
| 38 | unibyte. | 43 | unibyte. |