diff options
| author | Kenichi Handa | 2007-12-18 02:33:58 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-18 02:33:58 +0000 |
| commit | 596943a7cb08762d81d475013a380ebfccc7fa4d (patch) | |
| tree | 34f4b634087b061f6278c7af6b2a4faafbc4ce28 /src | |
| parent | 53b26aae438806656ecc0aa47e12783254e87e2f (diff) | |
| download | emacs-596943a7cb08762d81d475013a380ebfccc7fa4d.tar.gz emacs-596943a7cb08762d81d475013a380ebfccc7fa4d.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 74acedc4885..ddeeacb1003 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-12-18 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * font.c (Ffont_get): Fix arguments to Fassoc. | ||
| 4 | |||
| 5 | * fontset.c (fontset_find_font): Fix previous change. | ||
| 6 | |||
| 1 | 2007-12-14 Kenichi Handa <handa@ni.aist.go.jp> | 7 | 2007-12-14 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 8 | ||
| 3 | * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access | 9 | * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access |
| @@ -108,6 +114,9 @@ | |||
| 108 | 114 | ||
| 109 | 2007-12-04 Kenichi Handa <handa@ni.aist.go.jp> | 115 | 2007-12-04 Kenichi Handa <handa@ni.aist.go.jp> |
| 110 | 116 | ||
| 117 | * xfont.c (Qx): Deleted. | ||
| 118 | (syms_of_xfont): Don't initialize Qx. | ||
| 119 | |||
| 111 | * composite.h (enum composition_method): Define | 120 | * composite.h (enum composition_method): Define |
| 112 | COMPOSITION_WITH_GLYPH_STRING unconditionally. | 121 | COMPOSITION_WITH_GLYPH_STRING unconditionally. |
| 113 | 122 | ||