# HG changeset patch # User Eli Zaretskii # Date 1222791489 0 # Node ID 245092d4bc9bac6df78d29f509e35344e6d993d2 # Parent a0f0ccc831a1da27458fb27919382309b07c48d5 *** empty log message *** diff -r a0f0ccc831a1 -r 245092d4bc9b lisp/ChangeLog --- 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 + * 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.