1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 13:31:45 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-09-19 04:06:19 +00:00
parent 0ec513a31d
commit fb06d0ce43
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-09-19 Kenichi Handa <handa@m17n.org>
* language/japanese.el ("Japanese"): Fix ordering of charsets.
2004-08-18 Kenichi Handa <handa@m17n.org>
* international/encoded-kb.el (encoded-kbd-self-insert-charset)
@ -501,7 +505,7 @@
(utf-16-be-with-signature): Comment-out :endian.
* mule-diag.el (describe-character-set): Fix
printing dimensions. Use `,AW(B', not `x'.
printing dimensions. Use `$B!_(B', not `x'.
2003-04-12 Kenichi Handa <handa@m17n.org>
@ -971,7 +975,7 @@
2002-09-05 Dave Love <fx@gnu.org>
* international/characters.el: Make ,_/(B and ,A(B a case pair.
* international/characters.el: Make $(D*s(B and $(D+s(B a case pair.
2002-09-03 Kenichi Handa <handa@etl.go.jp>

View file

@ -1,3 +1,7 @@
2004-09-19 Kenichi Handa <handa@m17n.org>
* charset.h (CHAR_CHARSET): Shortcut for ASCII case.
2004-09-14 Kenichi Handa <handa@m17n.org>
* coding.c (detect_coding): Fix previous change.