aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-03-03 02:12:51 +0000
committerJuanma Barranquero2008-03-03 02:12:51 +0000
commitce9c1f067c782d34d3b3dab51fbf72cef04a12d6 (patch)
tree14eb3fb63c6cd8892ceb3397eb24962a8c5fad05 /src
parent0a4d4654f9d41828607491de58da58d46a0b7c2c (diff)
downloademacs-ce9c1f067c782d34d3b3dab51fbf72cef04a12d6.tar.gz
emacs-ce9c1f067c782d34d3b3dab51fbf72cef04a12d6.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog24
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 @@
12008-03-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32font.c: Include math.h.
4
12008-03-03 Jason Rumney <jasonr@gnu.org> 52008-03-03 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info. 7 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
4 Compute options separately. 8 Compute options separately.
5 (w32font_open_internal): Set glyph_idx before caching metrics. 9 (w32font_open_internal): Set glyph_idx before caching metrics.
6 10
7 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1): Define 11 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
8 if system headers don't. 12 Define if system headers don't.
9 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx. 13 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
10 (w32font_encode_char): Don't declare here. 14 (w32font_encode_char): Don't declare here.
11 15
12 * w32font.c (Quniscribe, QCformat): New symbols. 16 * w32font.c (Quniscribe, QCformat): New symbols.
13 (syms_of_w32font): Define them. 17 (syms_of_w32font): Define them.
14 (w32font_has_char): Indicate uncertainty. 18 (w32font_has_char): Indicate uncertainty.
15 (w32font_encode_char): Encode as glyph point. Make static. 19 (w32font_encode_char): Encode as glyph point. Make static.
16 (recompute_cached_metrics): New function. 20 (recompute_cached_metrics): New function.
17 (w32font_open_internal): Use it. Set font to use glyph points 21 (w32font_open_internal): Use it. Set font to use glyph points
18 initially. Set format based on type of font. 22 initially. Set format based on type of font.
19 (w32font_text_extents, w32font_draw): Optionally use glyph points. 23 (w32font_text_extents, w32font_draw): Optionally use glyph points.
20 (w32_enumfont_pattern_entity): Accept backend arg. Set type based 24 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
21 on it. Set format based on information available here. 25 on it. Set format based on information available here.
22 (add_font_entity_to_list): Identify backend based on opentype_only. 26 (add_font_entity_to_list): Identify backend based on opentype_only.
23 27
242008-03-02 Andreas Schwab <schwab@suse.de> 282008-03-02 Andreas Schwab <schwab@suse.de>
25 29
26 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations. 30 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
27 31
28 * coding.c (decode_coding_big5, produce_chars): Fix typos in last 32 * coding.c (decode_coding_big5, produce_chars):
29 change. 33 Fix typos in last change.
30 34
312008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp> 352008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
32 36