Mercurial > emacs
changeset 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 | e99c1fd37bcd |
children | c9d9dfe47d58 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <mituharu@math.s.chiba-u.ac.jp> + + * 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 <cyd@stupidchicken.com> * longlines.el (longlines-mode): Add hacks for mail-mode and @@ -2474,7 +2480,7 @@ 2005-10-12 Kim F. Storm <storm@cua.dk> * 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 <Reiner.Steib@gmx.de>
--- 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 <mituharu@math.s.chiba-u.ac.jp> + + * 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 <cyd@stupidchicken.com> * image.c (x_create_bitmap_from_xpm_data): Free attributes on