diff options
| author | Kenichi Handa | 2008-12-19 05:42:14 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-12-19 05:42:14 +0000 |
| commit | 6a705b232bc73d052cb53c213059814de2011e87 (patch) | |
| tree | 0e5a7dfb59b6383fc928000f31c99224163d447a /src/ChangeLog | |
| parent | 3299c55202d903b9b3b44bd92554d1875ddb0071 (diff) | |
| download | emacs-6a705b232bc73d052cb53c213059814de2011e87.tar.gz emacs-6a705b232bc73d052cb53c213059814de2011e87.zip | |
(xfont_decode_coding_xlfd): New function.
(xfont_encode_coding_xlfd): New function.
(xfont_list_pattern): Decode XLFD by iso-8859-1.
(xfont_list): Decode and encode XLFD by iso-8859-1.
(xfont_match): Likewise.
(xfont_list_family): Likewise.
(xfont_open): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 897ec30b719..53654f413f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2008-12-19 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xfont.c (xfont_decode_coding_xlfd): New function. | ||
| 4 | (xfont_encode_coding_xlfd): New function. | ||
| 5 | (xfont_list_pattern): Decode XLFD by iso-8859-1. | ||
| 6 | (xfont_list): Decode and encode XLFD by iso-8859-1. | ||
| 7 | (xfont_match): Likewise. | ||
| 8 | (xfont_list_family): Likewise. | ||
| 9 | (xfont_open): Likewise. | ||
| 10 | |||
| 11 | * ftfont.c (ftfont_open): Genarate a multibyte string if given | ||
| 12 | names are utf-8. | ||
| 13 | |||
| 14 | * xftfont.c (xftfont_open): Genarate a multibyte string if given | ||
| 15 | names are utf-8. | ||
| 16 | |||
| 1 | 2008-12-18 Jan Djärv <jan.h.d@swipnet.se> | 17 | 2008-12-18 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 18 | ||
| 3 | * gtkutil.c (xg_frame_resized): Remove check if rows/columns have | 19 | * gtkutil.c (xg_frame_resized): Remove check if rows/columns have |