aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-11-19 06:35:38 +0000
committerYAMAMOTO Mitsuharu2005-11-19 06:35:38 +0000
commit125ce9ec5ecfc85bdf636ea4a0efb3b025f3fad8 (patch)
treeba4af3acd3bf80680cd692b8e8bf0b30ad21fc0a
parent6b9ad469e2e14902f8dc49168df2bebae0293eec (diff)
downloademacs-125ce9ec5ecfc85bdf636ea4a0efb3b025f3fad8.tar.gz
emacs-125ce9ec5ecfc85bdf636ea4a0efb3b025f3fad8.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog10
2 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d6bc9665519..528c3b412b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * startup.el (fancy-splash-default-action): Discard only
4 mouse-down and succeeding mouse-up events in the splash screen
5 window so that drag-n-drop event can be processed.
6
12005-11-18 Chong Yidong <cyd@stupidchicken.com> 72005-11-18 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * longlines.el (longlines-mode): Add hacks for mail-mode and 9 * longlines.el (longlines-mode): Add hacks for mail-mode and
@@ -2474,7 +2480,7 @@
24742005-10-12 Kim F. Storm <storm@cua.dk> 24802005-10-12 Kim F. Storm <storm@cua.dk>
2475 2481
2476 * startup.el (fancy-splash-default-action): Discard mouse click in 2482 * startup.el (fancy-splash-default-action): Discard mouse click in
2477 the spash screen window, as it has no sensible meaning in the 2483 the splash screen window, as it has no sensible meaning in the
2478 next window to be selected. Fixes error reported by Jan D. 2484 next window to be selected. Fixes error reported by Jan D.
2479 2485
24802005-10-12 Reiner Steib <Reiner.Steib@gmx.de> 24862005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a9fd720167..0edc92f395c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12005-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
12005-11-17 Chong Yidong <cyd@stupidchicken.com> 112005-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