diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 | |||
| 15 | 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com> | 21 | 2011-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). |