[aquaskk-changes 223] CVS update: AquaSKK

Back to archive index

Tomotaka SUWA t-suw****@users*****
2006年 5月 23日 (火) 23:47:01 JST


Index: AquaSKK/ChangeLog
diff -u AquaSKK/ChangeLog:1.24 AquaSKK/ChangeLog:1.25
--- AquaSKK/ChangeLog:1.24	Wed May 17 01:13:10 2006
+++ AquaSKK/ChangeLog	Tue May 23 23:47:01 2006
@@ -1,3 +1,11 @@
+2006-05-23  Tomotaka SUWA  <t.suw****@mac*****>
+
+	* Japanese.lproj/Preferences.nib/keyedobjects.nib: ”’l•ÏŠ·—p‚̃Iƒv
+	ƒVƒ‡ƒ“‚ð’ljÁB
+
+	* PreferenceKeys.h, PreferencesController.mm: ”’l•ÏŠ·—p‚̃L[‚ð’è
+	‹`B
+
 2006-05-17  Tomotaka SUWA  <t.suw****@mac*****>
 
 	* Resources/config: V‹K’ljÁBƒfƒtƒHƒ‹ƒg‚Ì configB
Index: AquaSKK/PreferenceKeys.h
diff -u AquaSKK/PreferenceKeys.h:1.2 AquaSKK/PreferenceKeys.h:1.3
--- AquaSKK/PreferenceKeys.h:1.2	Wed Apr 26 22:36:12 2006
+++ AquaSKK/PreferenceKeys.h	Tue May 23 23:47:01 2006
@@ -1,5 +1,5 @@
 /* -*- objc -*-
-  $Id: PreferenceKeys.h,v 1.2 2006/04/26 13:36:12 t-suwa Exp $
+  $Id: PreferenceKeys.h,v 1.3 2006/05/23 14:47:01 t-suwa Exp $
 
   MacOS X implementation of the SKK input method.
 
@@ -27,6 +27,7 @@
 // ƒ†[ƒU[ƒfƒtƒHƒ‹ƒg—p‚̃L[
 extern NSString* KEY_egg_like_newline;
 extern NSString* KEY_numkeypad_use_halfwidth;
+extern NSString* KEY_use_numeric_conversion;
 extern NSString* KEY_force_ascii_mode_startup;
 extern NSString* KEY_keyboard_layout_id;
 
Index: AquaSKK/PreferencesController.mm
diff -u AquaSKK/PreferencesController.mm:1.7 AquaSKK/PreferencesController.mm:1.8
--- AquaSKK/PreferencesController.mm:1.7	Wed Apr 26 22:36:12 2006
+++ AquaSKK/PreferencesController.mm	Tue May 23 23:47:01 2006
@@ -1,5 +1,5 @@
 /*  -*- objc -*-
-  $Id: PreferencesController.mm,v 1.7 2006/04/26 13:36:12 t-suwa Exp $
+  $Id: PreferencesController.mm,v 1.8 2006/05/23 14:47:01 t-suwa Exp $
 
   MacOS X implementation of the SKK input method.
 
@@ -32,10 +32,11 @@
 #include "skkserv.h"
 
 // ƒ†[ƒU[ƒfƒtƒHƒ‹ƒg—p
-NSString* KEY_keyboard_layout_id = @"keyboard_layout_id";
 NSString* KEY_egg_like_newline = @"egg_like_newline";
 NSString* KEY_numkeypad_use_halfwidth = @"numkeypad_use_halfwidth";
+NSString* KEY_use_numeric_conversion = @"use_numeric_conversion";
 NSString* KEY_force_ascii_mode_startup = @"force_ascii_mode_startup";
+NSString* KEY_keyboard_layout_id = @"keyboard_layout_id";
 
 NSString* KEY_candidates_count = @"candidates_count";
 NSString* KEY_candidates_font_name = @"candidates_font_name";


aquaskk-changes メーリングリストの案内
Back to archive index