aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a9fd720167..0edc92f395c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
4 New variable.
5 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New
6 function.
7 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
8 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
9 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
10
12005-11-17 Chong Yidong <cyd@stupidchicken.com> 112005-11-17 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * image.c (x_create_bitmap_from_xpm_data): Free attributes on 13 * image.c (x_create_bitmap_from_xpm_data): Free attributes on