Mercurial > emacs
changeset 98417:245092d4bc9b
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 30 Sep 2008 16:18:09 +0000 |
parents | a0f0ccc831a1 |
children | 3fdcdddf14a8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Sep 30 16:17:08 2008 +0000 +++ b/lisp/ChangeLog Tue Sep 30 16:18:09 2008 +0000 @@ -1,5 +1,17 @@ 2008-09-30 Eli Zaretskii <eliz@gnu.org> + * term/internal.el: Remove coding: cookie and no-byte-compile flag. + (IT-character-translations, cjk-codepages-alist): Remove variables. + (IT-display-table-setup, dos-cpNNN-setup): Remove functions. + (IT-unicode-translations): Remove charset and base elements. Add + translations for Latin-1 characters. + (IT-setup-unicode-display): Accept a CODING argument. Don't use + base and chset elements of IT-unicode-translations. Don't wrap + translation in "{...}". Set up translations only for characters + for which unencodable-char-position returns non-nil. + (dos-codepage-setup): Don't use special-case codepages in + cjk-codepages-alist. + * files.el (locate-dominating-file): Wrap directory-files with condition-case, instead of calling file-directory-p, which stats the directory one more time.