mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
*** empty log message ***
This commit is contained in:
parent
f555f8cfb6
commit
cc1ba238bd
2 changed files with 15 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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].
|
||||
|
|
|
|||
Loading…
Reference in a new issue