1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 04:52:10 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-03-04 00:55:07 +00:00
parent 8583605b95
commit 24864b6561
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-03-04 Kenichi Handa <handa@m17n.org>
* international/mule.el (translate-region): Re-implement it here.
Make it interactive.
2004-03-03 Kenichi Handa <handa@m17n.org>
* ps-mule.el (ps-mule-font-info-database): Typo in doc fixed.

View file

@ -1,3 +1,12 @@
2004-03-04 Kenichi Handa <handa@m17n.org>
* editfns.c (Ftranslate_region_internal): Renamed from
Ftranslate_region. Accept a char-table in TABLE.
(syms_of_editfns): Defsubr Stranslate_region_internal.
* xfaces.c (set_lface_from_font_name): If a font is specified for
a frame, generate a fontset from the font.
2004-03-03 Kenichi Handa <handa@m17n.org>
* xfaces.c (Fface_font): New optional arg CHARACTER.