aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-06-01 08:21:48 +0000
committerYAMAMOTO Mitsuharu2005-06-01 08:21:48 +0000
commit02a6375c0eb40fe699c7b7334e6bedb804fd87c9 (patch)
tree7488e3de79b0fc6c6bc0e56b1f43e285fd07a4d9 /src/ChangeLog
parentb0241f69c9683975a06cce950e603af201c4a5cb (diff)
downloademacs-02a6375c0eb40fe699c7b7334e6bedb804fd87c9.tar.gz
emacs-02a6375c0eb40fe699c7b7334e6bedb804fd87c9.zip
(build_scalable_font_name): Round pixel size to the
nearest integer.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 367665e7773..47ef8fb47f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
4 resolution fields for scalable fonts to 0.
5
6 * xfaces.c (build_scalable_font_name): Round pixel size to the
7 nearest integer.
8
12005-06-01 Kim F. Storm <storm@cua.dk> 92005-06-01 Kim F. Storm <storm@cua.dk>
2 10
3 * xdisp.c (display_mode_line): Support nested calls to redisplay 11 * xdisp.c (display_mode_line): Support nested calls to redisplay
@@ -215,8 +223,8 @@
215 (x_scroll_bar_handle_click): Change type of second argument from 223 (x_scroll_bar_handle_click): Change type of second argument from
216 int to ControlPartCode. 224 int to ControlPartCode.
217 (check_alarm): Remove declaration. 225 (check_alarm): Remove declaration.
218 (XTread_Socket) [!TARGET_API_MAC_CARBON]: Don't call it. 226 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
219 (XTread_Socket): Use ControlPartCode instead of SInt16. 227 (XTread_socket): Use ControlPartCode instead of SInt16.
220 228
2212005-05-13 Nozomu Ando <nand@mac.com> 2292005-05-13 Nozomu Ando <nand@mac.com>
222 230