aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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