aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c576d89b405..2c1f60625fd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * international/mule.el (decode-char): Fix conditions. 3 * international/mule.el (decode-char): Fix conditions.
4 (encode-char): Handle eight-bit-control too. 4 (encode-char): Handle eight-bit-control too.
5 (transform-make-coding-system-args): New function.
6 (make-coding-system): Accept XEmacs style arguments.
5 7
62001-01-15 Gerd Moellmann <gerd@gnu.org> 82001-01-15 Gerd Moellmann <gerd@gnu.org>
7 9