diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-06-01 Kim F. Storm <storm@cua.dk> | 9 | 2005-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 | ||
| 221 | 2005-05-13 Nozomu Ando <nand@mac.com> | 229 | 2005-05-13 Nozomu Ando <nand@mac.com> |
| 222 | 230 | ||