aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-06-24 10:32:03 +0000
committerJason Rumney2008-06-24 10:32:03 +0000
commitc3bb54651ce2f6296100fc23a950b59034f6358a (patch)
tree7ec116fb6e5a403c92f9e344d91eff20385de267 /src/ChangeLog
parentc4e8ee5e6f2f42cf26b54ced44f06de13347226f (diff)
downloademacs-c3bb54651ce2f6296100fc23a950b59034f6358a.tar.gz
emacs-c3bb54651ce2f6296100fc23a950b59034f6358a.zip
(Ffont_face_attributes): Multiply pixel size before point
conversion to avoid multiplying rounding error.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5c2501800fe..99e0cde333c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-06-24 Jason Rumney <jasonr@gnu.org>
2
3 * font.c (Ffont_face_attributes): Multiply pixel size before point
4 conversion to avoid multiplying rounding error.
5
12008-06-23 Jason Rumney <jasonr@gnu.org> 62008-06-23 Jason Rumney <jasonr@gnu.org>
2 7
3 * w32term.c (x_draw_glyph_string_background) 8 * w32term.c (x_draw_glyph_string_background)