mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
*** empty log message ***
This commit is contained in:
parent
3edfae2a64
commit
410e9276eb
@ -12,6 +12,8 @@
|
||||
|
||||
2004-01-26 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* charsets/cp932.awk: New file.
|
||||
|
||||
* charsets/Makefile (CP932-2BYTE.map): Call mapconv with
|
||||
cp932.awk.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-01-27 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* charsets/JISX0208.map: Regenerated.
|
||||
|
||||
2004-01-26 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* charsets/CP932-2BYTE.map: Updated from ../admin/charsets.
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,10 @@
|
||||
2004-01-27 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* language/japanese.el: Load cp51932 and eucjp-ms.
|
||||
(japanese-ucs-cp932-map, japanese-ucs-jis-map)
|
||||
(japanese-ucs-glibc-map): New translation tables.
|
||||
(eucjp-ms): New coding system.
|
||||
|
||||
* international/mule.el (coding-system-put): Delete it
|
||||
(implemented in C).
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
2004-01-27 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* coding.c (QCmnemonic, QCdefalut_char)
|
||||
(QCdecode_translation_table, QCencode_translation_table)
|
||||
(QCpost_read_conversion, QCpre_write_conversion): New variables.
|
||||
(get_translation_table): Return a list of translation tables if
|
||||
necessary.
|
||||
(decode_coding): Call get_translation_table with ENCODEP 0.
|
||||
(char_encodable_p): If translation_table is non-nil, always call
|
||||
translate_char.
|
||||
(Fdefine_coding_system_internal): Accept list of translation
|
||||
tables as :encode-translation-table and :decode-translation-table.
|
||||
(Fcoding_system_put): New function.
|
||||
(syms_of_coding): Declare new symbols. Defsubr
|
||||
Scoding_system_put.
|
||||
|
||||
* charset.c (map_charset_chars): Fix arg to map_charset_chars in
|
||||
when the charset is superset type.
|
||||
|
||||
* character.c (translate_char): Accept list of translation tables.
|
||||
|
||||
2004-01-25 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* coding.h (enum coding_attr_index): New member
|
||||
|
Loading…
Reference in New Issue
Block a user