aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
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 @@
12000-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
12000-10-24 Kenichi Handa <handa@etl.go.jp> 62000-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
352000-10-22 ShengHuo ZHU <zsh@cs.rochester.edu> 402000-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.