changeset 62946:f3d98f3c498a

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 01 Jun 2005 08:21:48 +0000
parents 179873645b73
children 2a5dbdf6d22a
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jun 01 08:21:25 2005 +0000
+++ b/src/ChangeLog	Wed Jun 01 08:21:48 2005 +0000
@@ -1,3 +1,11 @@
+2005-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
+	resolution fields for scalable fonts to 0.
+
+	* xfaces.c (build_scalable_font_name): Round pixel size to the
+	nearest integer.
+
 2005-06-01  Kim F. Storm  <storm@cua.dk>
 
 	* xdisp.c (display_mode_line): Support nested calls to redisplay
@@ -215,8 +223,8 @@
 	(x_scroll_bar_handle_click): Change type of second argument from
 	int to ControlPartCode.
 	(check_alarm): Remove declaration.
-	(XTread_Socket) [!TARGET_API_MAC_CARBON]: Don't call it.
-	(XTread_Socket): Use ControlPartCode instead of SInt16.
+	(XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
+	(XTread_socket): Use ControlPartCode instead of SInt16.
 
 2005-05-13  Nozomu Ando  <nand@mac.com>