Mercurial > emacs
comparison src/ChangeLog @ 67001:72f96bbba39a
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 19 Nov 2005 06:35:38 +0000 |
parents | 9d0a2cc054be |
children | 5595ccfe4943 |
comparison
equal
deleted
inserted
replaced
67000:e99c1fd37bcd | 67001:72f96bbba39a |
---|---|
1 2005-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 | |
1 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | 11 2005-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 |
4 fail. | 14 fail. |
5 | 15 |