Tomotaka SUWA
t-suw****@users*****
2006年 3月 18日 (土) 02:30:14 JST
Index: AquaSKK/CandidatesFrame.m
diff -u AquaSKK/CandidatesFrame.m:1.4.2.4 AquaSKK/CandidatesFrame.m:1.4.2.5
--- AquaSKK/CandidatesFrame.m:1.4.2.4 Wed Mar 8 22:02:07 2006
+++ AquaSKK/CandidatesFrame.m Sat Mar 18 02:30:14 2006
@@ -1,5 +1,5 @@
/*
- $Id: CandidatesFrame.m,v 1.4.2.4 2006/03/08 13:02:07 t-suwa Exp $
+ $Id: CandidatesFrame.m,v 1.4.2.5 2006/03/17 17:30:14 t-suwa Exp $
MacOS X implementation of the SKK input method.
@@ -39,8 +39,9 @@
[sjis release];
// CfbNXtHg®«
- indexFontAttributes_ = [NSDictionary dictionaryWithObject:[NSFont toolTipsFontOfSize:0]
- forKey:NSFontAttributeName];
+ indexFontAttributes_
+ = [NSDictionary dictionaryWithObject:[NSFont boldSystemFontOfSize:[NSFont smallSystemFontSize]]
+ forKey:NSFontAttributeName];
// ]ðßé
marginSize_ = NSMakeSize(8, 6);
@@ -242,7 +243,7 @@
[oval closePath];
// `æ
- [[NSColor gridColor] setFill];
+ [[[NSColor blackColor] colorWithAlphaComponent:0.2] setFill];
[oval fill];
[page drawAtPoint:bottomleft];
[page release];
Index: AquaSKK/ChangeLog
diff -u AquaSKK/ChangeLog:1.20.2.14 AquaSKK/ChangeLog:1.20.2.15
--- AquaSKK/ChangeLog:1.20.2.14 Thu Mar 16 00:33:29 2006
+++ AquaSKK/ChangeLog Sat Mar 18 02:30:14 2006
@@ -1,3 +1,9 @@
+2006-03-18 Tomotaka SUWA <t.suw****@mac*****>
+
+ * UserDefaults.plist: óâEBhEÌtHgÆTCYðÏXB
+
+ * CandidatesFrame.m: »Ýy[WÌ`殫ðÏXB
+
2006-03-16 Tomotaka SUWA <t.suw****@mac*****>
* Package/scripts/postflight: ~/Library/AquaSKK fBNgðì¬
Index: AquaSKK/Info-AquaSKKInputMethod.plist
diff -u AquaSKK/Info-AquaSKKInputMethod.plist:1.4.2.2 AquaSKK/Info-AquaSKKInputMethod.plist:1.4.2.3
--- AquaSKK/Info-AquaSKKInputMethod.plist:1.4.2.2 Sun Feb 19 13:50:54 2006
+++ AquaSKK/Info-AquaSKKInputMethod.plist Sat Mar 18 02:30:14 2006
@@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>thng</string>
<key>CFBundleShortVersionString</key>
- <string>2.5</string>
+ <string>3.0RC1</string>
<key>CFBundleSignature</key>
<string>askk</string>
<key>CFBundleVersion</key>
- <string>2005-12-19</string>
+ <string>2006-03-18</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>tsInputMethodIconFileKey</key>
Index: AquaSKK/Info-AquaSKKServer.plist
diff -u AquaSKK/Info-AquaSKKServer.plist:1.4.2.1 AquaSKK/Info-AquaSKKServer.plist:1.4.2.2
--- AquaSKK/Info-AquaSKKServer.plist:1.4.2.1 Sun Feb 19 13:50:54 2006
+++ AquaSKK/Info-AquaSKKServer.plist Sat Mar 18 02:30:14 2006
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>AquaSKKServer</string>
<key>CFBundleGetInfoString</key>
- <string>Copyright 息 2002-2005 phonohawk</string>
+ <string>Copyright 息 2005-2006, AquaSKK Project</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
@@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.5</string>
+ <string>3.0RC1</string>
<key>CFBundleSignature</key>
<string>askk</string>
<key>CFBundleVersion</key>
- <string>2005-12-19</string>
+ <string>2006-03-18</string>
<key>NSMainNibFile</key>
<string>Principal</string>
<key>NSPrincipalClass</key>
Index: AquaSKK/UserDefaults.plist
diff -u AquaSKK/UserDefaults.plist:1.1.2.4 AquaSKK/UserDefaults.plist:1.1.2.5
--- AquaSKK/UserDefaults.plist:1.1.2.4 Mon Mar 6 21:03:00 2006
+++ AquaSKK/UserDefaults.plist Sat Mar 18 02:30:14 2006
@@ -5,9 +5,9 @@
<key>candidates_count</key>
<integer>7</integer>
<key>candidates_font_name</key>
- <string>LucidaGrande</string>
+ <string>TrebuchetMS</string>
<key>candidates_font_size</key>
- <integer>14</integer>
+ <integer>18</integer>
<key>candidates_window_alpha</key>
<real>1</real>
<key>candidates_window_color</key>