diff options
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c63b25a90c..f384bf6d2db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2002-06-02 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * cus-start.el: Add selection-coding-system. | ||
| 4 | |||
| 5 | * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding | ||
| 6 | systems. | ||
| 7 | |||
| 8 | * language/china-util.el (post-read-decode-hz) | ||
| 9 | (pre-write-encode-hz): Moved from chinese.el. | ||
| 10 | (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code) | ||
| 11 | (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Deleted. | ||
| 12 | |||
| 13 | * language/chinese.el (post-read-decode-hz) | ||
| 14 | (pre-write-encode-hz): Moved to china-util.el. | ||
| 15 | |||
| 16 | * case-table.el (set-case-syntax-pair): Test again for equal byte | ||
| 17 | lengths of the pair. | ||
| 18 | |||
| 19 | * international/characters.el: Add Vietnamese category to | ||
| 20 | equivalent unicodes. | ||
| 21 | |||
| 1 | 2002-05-31 Dave Love <fx@gnu.org> | 22 | 2002-05-31 Dave Love <fx@gnu.org> |
| 2 | 23 | ||
| 3 | * international/mule-conf.el (chinese-sisheng, ipa) | 24 | * international/mule-conf.el (chinese-sisheng, ipa) |