Mercurial > emacs
comparison lisp/ChangeLog @ 98417:245092d4bc9b
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 30 Sep 2008 16:18:09 +0000 |
parents | d97aba892b93 |
children | d3a3750544e6 |
comparison
equal
deleted
inserted
replaced
98416:a0f0ccc831a1 | 98417:245092d4bc9b |
---|---|
1 2008-09-30 Eli Zaretskii <eliz@gnu.org> | 1 2008-09-30 Eli Zaretskii <eliz@gnu.org> |
2 | |
3 * term/internal.el: Remove coding: cookie and no-byte-compile flag. | |
4 (IT-character-translations, cjk-codepages-alist): Remove variables. | |
5 (IT-display-table-setup, dos-cpNNN-setup): Remove functions. | |
6 (IT-unicode-translations): Remove charset and base elements. Add | |
7 translations for Latin-1 characters. | |
8 (IT-setup-unicode-display): Accept a CODING argument. Don't use | |
9 base and chset elements of IT-unicode-translations. Don't wrap | |
10 translation in "{...}". Set up translations only for characters | |
11 for which unencodable-char-position returns non-nil. | |
12 (dos-codepage-setup): Don't use special-case codepages in | |
13 cjk-codepages-alist. | |
2 | 14 |
3 * files.el (locate-dominating-file): Wrap directory-files with | 15 * files.el (locate-dominating-file): Wrap directory-files with |
4 condition-case, instead of calling file-directory-p, which stats | 16 condition-case, instead of calling file-directory-p, which stats |
5 the directory one more time. | 17 the directory one more time. |
6 | 18 |