Mercurial > emacs
comparison src/ChangeLog.unicode @ 90873:5aaf01af8883
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 31 May 2007 01:19:51 +0000 |
parents | 72f531d048d8 |
children | 91d84dc66d41 |
comparison
equal
deleted
inserted
replaced
90872:518b52a6b8e1 | 90873:5aaf01af8883 |
---|---|
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. |
4 | 28 |
5 2007-05-21 Kenichi Handa <handa@m17n.org> | 29 2007-05-21 Kenichi Handa <handa@m17n.org> |