diff options
| author | Jason Rumney | 2007-05-31 01:19:51 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-05-31 01:19:51 +0000 |
| commit | b380397af6775fd3aef8b96e3abb5a416beb9a3d (patch) | |
| tree | 899d4e974406c1df17a2e2aee49df43a17da29e7 /src/ChangeLog.unicode | |
| parent | b83c2e58a7047b75965e927242059d826d8dd3c0 (diff) | |
| download | emacs-b380397af6775fd3aef8b96e3abb5a416beb9a3d.tar.gz emacs-b380397af6775fd3aef8b96e3abb5a416beb9a3d.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 69a60ad75e0..e98b3045e8e 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2007-05-31 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (font.o, w32font.o): New objects. | ||
| 4 | (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h | ||
| 5 | (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND. | ||
| 6 | |||
| 7 | * xdisp.c (fill_composite_glyph_string): Make the first arg to | ||
| 8 | STORE_XCHARB a valid l-value. | ||
| 9 | |||
| 10 | * w32term.c (w32_native_per_char_metric): Swap width and rbearing | ||
| 11 | calculations for non-Truetype fonts. | ||
| 12 | (x_draw_glyph_string): Sync with xterm.c. | ||
| 13 | (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]: Remove | ||
| 14 | redundant code. | ||
| 15 | (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize. | ||
| 16 | |||
| 17 | * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member. | ||
| 18 | (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h. | ||
| 19 | |||
| 20 | * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c. | ||
| 21 | (x_to_w32_charset, w32_to_x_charset): Expose externally. | ||
| 22 | |||
| 23 | * w32font.c: New file for w32 font backend. | ||
| 24 | |||
| 1 | 2007-05-28 Kenichi Handa <handa@m17n.org> | 25 | 2007-05-28 Kenichi Handa <handa@m17n.org> |
| 2 | 26 | ||
| 3 | * term.c: Don't include "buffer.h" twice. | 27 | * term.c: Don't include "buffer.h" twice. |