diff options
| author | Juanma Barranquero | 2008-02-24 02:48:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-24 02:48:47 +0000 |
| commit | 978bef9a8606bb39ed76703ab096d18975ab0bf3 (patch) | |
| tree | 5203c6db476d21ccd40b8471af8bf8324ff009b6 /src | |
| parent | 608c3307ff645bdb418503bfb432432e551a1001 (diff) | |
| download | emacs-978bef9a8606bb39ed76703ab096d18975ab0bf3.tar.gz emacs-978bef9a8606bb39ed76703ab096d18975ab0bf3.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5880012ad63..cc82a6dbc98 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -108,12 +108,10 @@ | |||
| 108 | with a face already decided. | 108 | with a face already decided. |
| 109 | (x_produce_glyphs): Be sure to set it->ascent and it->descent to | 109 | (x_produce_glyphs): Be sure to set it->ascent and it->descent to |
| 110 | non-negative. | 110 | non-negative. |
| 111 | (x_produce_glyphs): If the composition method is | 111 | (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING, |
| 112 | ..._WITH_GLYPH_STRING, call font_prepare_composition | 112 | call font_prepare_composition unconditionally. |
| 113 | unconditionally. | ||
| 114 | 113 | ||
| 115 | * xfns.c (x_make_gc): Use the default font id of the frame for | 114 | * xfns.c (x_make_gc): Use the default font id of the frame for GCs. |
| 116 | GCs. | ||
| 117 | 115 | ||
| 118 | * xterm.h (struct x_display_info): New member font. | 116 | * xterm.h (struct x_display_info): New member font. |
| 119 | 117 | ||
| @@ -126,7 +124,7 @@ | |||
| 126 | 124 | ||
| 127 | * ftxfont.c (ftxfont_default_fid): Delete it. | 125 | * ftxfont.c (ftxfont_default_fid): Delete it. |
| 128 | (ftxfont_open): Set xfont->fid to 0. | 126 | (ftxfont_open): Set xfont->fid to 0. |
| 129 | (ftxfont_end_for_frame): Clear data specifi to the frame and the | 127 | (ftxfont_end_for_frame): Clear data specific to the frame and the |
| 130 | font-driver. | 128 | font-driver. |
| 131 | 129 | ||
| 132 | * xftfont.c (xftfont_default_fid): Delete it. | 130 | * xftfont.c (xftfont_default_fid): Delete it. |