aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-16 17:29:48 +0000
committerEli Zaretskii2002-03-16 17:29:48 +0000
commitefe7ebe3d5b03ee3d77c735eee119b71ddb2a59e (patch)
tree0c641a176743a5eda53b01a95288b54b59155499 /lisp/ChangeLog
parent7dd4fd43473fff089d69ac2ed17ede7077b2d90a (diff)
downloademacs-efe7ebe3d5b03ee3d77c735eee119b71ddb2a59e.tar.gz
emacs-efe7ebe3d5b03ee3d77c735eee119b71ddb2a59e.zip
(po-content-type-charset-alist): Convert the
car of each association to a string. (po-find-file-coding-system-guts): If the charset matches a name of a codepage, set up that codepage and return it as a coding system to decode the file.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f9d6ed979ae..fcf16f7e341 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,8 +3,13 @@
3 * international/codepage.el (codepage-setup): Don't define a 3 * international/codepage.el (codepage-setup): Don't define a
4 codepage if it is already defined. 4 codepage if it is already defined.
5 5
6 * textmodes/po.el (po-find-charset): Search for the Charset= 6 * textmodes/po.el (po-content-type-charset-alist): Convert the
7 header even if we've read less than 4KB. 7 car of each association to a string.
8 (po-find-file-coding-system-guts): If the charset matches a name
9 of a codepage, set up that codepage and return it as a coding
10 system to decode the file.
11 (po-find-charset): Search for the Charset= header even if we've
12 read less than 4KB.
8 <top-level>: Remove the setup for all known codepages: it seems 13 <top-level>: Remove the setup for all known codepages: it seems
9 to cause crashes in the CCL driver. 14 to cause crashes in the CCL driver.
10 15