# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1132382138 0 # Node ID 72f96bbba39afcbc6aa12c37b2eeaf572826dc15 # Parent e99c1fd37bcdca303985e3c7c2035b91ee25ebff *** empty log message *** diff -r e99c1fd37bcd -r 72f96bbba39a lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 19 06:35:19 2005 +0000 +++ b/lisp/ChangeLog Sat Nov 19 06:35:38 2005 +0000 @@ -1,3 +1,9 @@ +2005-11-19 YAMAMOTO Mitsuharu + + * startup.el (fancy-splash-default-action): Discard only + mouse-down and succeeding mouse-up events in the splash screen + window so that drag-n-drop event can be processed. + 2005-11-18 Chong Yidong * longlines.el (longlines-mode): Add hacks for mail-mode and @@ -2474,7 +2480,7 @@ 2005-10-12 Kim F. Storm * startup.el (fancy-splash-default-action): Discard mouse click in - the spash screen window, as it has no sensible meaning in the + the splash screen window, as it has no sensible meaning in the next window to be selected. Fixes error reported by Jan D. 2005-10-12 Reiner Steib diff -r e99c1fd37bcd -r 72f96bbba39a src/ChangeLog --- a/src/ChangeLog Sat Nov 19 06:35:19 2005 +0000 +++ b/src/ChangeLog Sat Nov 19 06:35:38 2005 +0000 @@ -1,3 +1,13 @@ +2005-11-19 YAMAMOTO Mitsuharu + + * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold): + New variable. + [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New + function. + (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it. + [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if + font size is smaller than or equal to cg_text_anti_aliasing_threshold. + 2005-11-17 Chong Yidong * image.c (x_create_bitmap_from_xpm_data): Free attributes on