diff options
| author | Jan Djärv <jan.h.d@swipnet.se> | 2011-01-29 11:36:16 +0100 |
|---|---|---|
| committer | Jan Djärv <jan.h.d@swipnet.se> | 2011-01-29 11:36:16 +0100 |
| commit | 481ae0855fbeadb5817ea3ffa7d5dbf3723000ac (patch) | |
| tree | 72de5f18e26f21eb1c7b0610cb35d74efcd8eace /src/ChangeLog | |
| parent | e52f87a1c0ac9e6f04c1047d2b4828744e83f7ba (diff) | |
Handle floating point errors in ns-fonts (Bug#7887).
* nsfont.m (nsfont_open): Ensure that fonts with inexact
descenders would not become one pixel too tall (Bug#7887).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e4eb78f7f01..f8686529221 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change) + + * nsfont.m (nsfont_open): Ensure that fonts with inexact + descenders would not become one pixel too tall (Bug#7887). + 2011-01-28 Chong Yidong <cyd@stupidchicken.com> * keyboard.c (make_lispy_position): For clicks on right fringe or |
