comparison lisp/ChangeLog @ 30490:6c62244b12b8

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Jul 2000 06:07:14 +0000
parents 6fe6da44867f
children 0dca3aa6405a
comparison
equal deleted inserted replaced
30489:fb23cf90b636 30490:6c62244b12b8
1 2000-07-27 Kenichi Handa <handa@etl.go.jp>
2
3 * international/mule.el (register-char-codings): New function.
4 (make-coding-system): Handle `safe-chars' specification in the arg
5 PROPERTY.
6
7 * international/mule-cmds.el
8 (find-coding-systems-region-subset-p): This function deleted.
9 (sort-coding-systems-predicate): New variable.
10 (sort-coding-systems): New function.
11 (find-coding-systems-region): Use
12 find-coding-systems-region-internal.
13 (find-coding-systems-string): Use find-coding-systems-region.
14 (find-coding-systems-for-charsets): Check
15 char-coding-system-table.
16 (select-safe-coding-system-accept-default-p): New variable.
17 (select-safe-coding-system): Mostly rewritten. New argument
18 ACCEPT-DEFAULT-P.
19 (select-message-coding-system): Call select-safe-coding-system
20 with ACCEPT-DEFAULT-P arg.
21 (reset-language-environment): Reset default-sendmail-coding-system
22 to the default value iso-latin-1.
23 (set-language-environment): Don't set the obsolete variable
24 charset-origin-alist.
25
26 * international/codepage.el (cp-coding-system-for-codepage-1):
27 Give `safe-chars' property to make-coding-system.
28
29 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
30 calling select-message-coding-system twice.
31
32 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
33 instead of `safe-charsets'.
34 (cyrillic-alternativnyj): Likewise.
35 (ccl-encode-alternativnyj): Don't check the charset
36 cyrillic-iso8859-5.
37
1 2000-07-27 Kenichi Handa <handa@etl.go.jp> 38 2000-07-27 Kenichi Handa <handa@etl.go.jp>
2 39
3 * composite.el (compose-chars-after): Preserve match data. 40 * composite.el (compose-chars-after): Preserve match data.
4 41
5 2000-07-26 Sam Steingold <sds@gnu.org> 42 2000-07-26 Sam Steingold <sds@gnu.org>