]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 19 Nov 2005 06:35:38 +0000 (06:35 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 19 Nov 2005 06:35:38 +0000 (06:35 +0000)
lisp/ChangeLog
src/ChangeLog

index d6bc96655191a7eff35bcb43b0cce5c5ef4d7c06..528c3b412b1f19c513615b476b64ab57749f95ec 100644 (file)
@@ -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
 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>
index 1a9fd72016764563f3bd32a3f0e1d27f003b3ff1..0edc92f395c3c7fd1e9af0ee37f7580faaf9506b 100644 (file)
@@ -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