diff options
| -rw-r--r-- | lisp/ChangeLog.unicode | 5 | ||||
| -rw-r--r-- | src/ChangeLog.unicode | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index b3544889e48..f69a81ae811 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-06-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/fontset.el (script-representative-chars): Add an | ||
| 4 | entry for latin script. | ||
| 5 | |||
| 1 | 2006-06-19 Kenichi Handa <handa@m17n.org> | 6 | 2006-06-19 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * faces.el (font-weight-table): Treat regular and normal as the | 8 | * faces.el (font-weight-table): Treat regular and normal as the |
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 0c640938469..5678087dbad 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-06-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check | ||
| 4 | s->face->font on determining underline position. | ||
| 5 | |||
| 1 | 2006-06-21 Kenichi Handa <handa@m17n.org> | 6 | 2006-06-21 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field. | 8 | * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field. |