comparison lisp/ChangeLog @ 43959:c868504842b8

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Mar 2002 17:29:48 +0000
parents 1b07ba20bc15
children 31b6bf22b82b
comparison
equal deleted inserted replaced
43958:2479ec7d435b 43959:c868504842b8
1 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> 1 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
2 2
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
11 2002-03-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 16 2002-03-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
12 17