From 125ce9ec5ecfc85bdf636ea4a0efb3b025f3fad8 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 19 Nov 2005 06:35:38 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 8 +++++++- src/ChangeLog | 10 ++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6bc9665519..528c3b412b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 1a9fd720167..0edc92f395c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.2