diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-03-03 02:12:51 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-03-03 02:12:51 +0000 |
commit | f7fc007856c89a32f22ee74c33755f15197d0783 (patch) | |
tree | 2e53b1dcc2b48da20765dc003b38dd48e0ed9427 /src | |
parent | 2d6f2155e918075c43b64d29fe05f534c029e3b7 (diff) | |
download | emacs-f7fc007856c89a32f22ee74c33755f15197d0783.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a302a14d288..9f4fc1a5d42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,32 +1,36 @@ +2008-03-03 Juanma Barranquero <lekktu@gmail.com> + + * w32font.c: Include math.h. + 2008-03-03 Jason Rumney <jasonr@gnu.org> * w32font.c (recompute_cached_metrics): Change font arg to w32font_info. Compute options separately. (w32font_open_internal): Set glyph_idx before caching metrics. - * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1): Define - if system headers don't. - (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx. + * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1): + Define if system headers don't. + (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx. (w32font_encode_char): Don't declare here. * w32font.c (Quniscribe, QCformat): New symbols. (syms_of_w32font): Define them. (w32font_has_char): Indicate uncertainty. - (w32font_encode_char): Encode as glyph point. Make static. + (w32font_encode_char): Encode as glyph point. Make static. (recompute_cached_metrics): New function. - (w32font_open_internal): Use it. Set font to use glyph points - initially. Set format based on type of font. + (w32font_open_internal): Use it. Set font to use glyph points + initially. Set format based on type of font. (w32font_text_extents, w32font_draw): Optionally use glyph points. - (w32_enumfont_pattern_entity): Accept backend arg. Set type based - on it. Set format based on information available here. + (w32_enumfont_pattern_entity): Accept backend arg. Set type based + on it. Set format based on information available here. (add_font_entity_to_list): Identify backend based on opentype_only. 2008-03-02 Andreas Schwab <schwab@suse.de> * ftfont.c (ftfont_pattern_entity): Fix aliasing violations. - * coding.c (decode_coding_big5, produce_chars): Fix typos in last - change. + * coding.c (decode_coding_big5, produce_chars): + Fix typos in last change. 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |