aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3f9c098b99a..f6f64f4211d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,6 +12,12 @@
12 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe 12 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
13 or scroll bar (Bug#8470). 13 or scroll bar (Bug#8470).
14 14
15 * nsfont.m (nsfont_open): Remove assignment to voffset and
16 unnecessary vars hshink, expand, hd, full_height, min_height.
17 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
18
19 * nsterm.h (nsfont_info): Remove voffset field.
20
152011-07-28 Alp Aker <alp.tekin.aker@gmail.com> 212011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
16 22
17 Implement strike-through and overline on NextStep (Bug#8863). 23 Implement strike-through and overline on NextStep (Bug#8863).