diff options
author | Kenichi Handa <handa@m17n.org> | 2004-04-07 07:24:06 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-04-07 07:24:06 +0000 |
commit | cc1ba238bdce8bb352ce077f510017cb61cb1e07 (patch) | |
tree | 8b4f9196e4502eeea7c7f052dc2b4b1d43bb37d6 | |
parent | f555f8cfb679efc5816a1dcb336b310135020608 (diff) | |
download | emacs-cc1ba238bdce8bb352ce077f510017cb61cb1e07.tar.gz emacs-cc1ba238bdce8bb352ce077f510017cb61cb1e07.tar.bz2 emacs-cc1ba238bdce8bb352ce077f510017cb61cb1e07.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog.22 | 10 | ||||
-rw-r--r-- | src/ChangeLog.22 | 6 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index 509b4d9ecc9..9ab11f9adce 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 @@ -1,3 +1,11 @@ +2004-04-07 Kenichi Handa <handa@m17n.org> + + * international/mule.el (make-translation-table): Set the second + extra slot of the char table to 1. + (make-translation-table-from-vector): Likewise. + (make-translation-table-from-alist): Fix handling of multiple + entries. + 2004-03-11 Kenichi Handa <handa@m17n.org> * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213): @@ -882,7 +890,7 @@ 2002-09-05 Dave Love <fx@gnu.org> - * international/characters.el: Make $(D*s(B and $(D+s(B a case pair. + * international/characters.el: Make ,_/(B and ,A(B a case pair. 2002-09-03 Kenichi Handa <handa@etl.go.jp> diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 46886b63007..170c8c9b6d8 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,3 +1,9 @@ +2004-04-07 Kenichi Handa <handa@m17n.org> + + * editfns.c: Sync to HEAD. + (check_translation): New function. + (Ftranslate_region_internal): Handle M:N mapping. + 2004-04-06 Kenichi Handa <handa@m17n.org> * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE]. |