Mailinglist Archive: yast-commit (213 mails)
| < Previous | Next > |
[yast-commit] r62063 - in /branches/SuSE-Code-11-SP1-Branch/country: ./ keyboard/data/ language/data/ package/
- From: jsuchome@xxxxxxxxxxxxxxxx
- Date: Wed, 26 May 2010 11:01:22 -0000
- Message-id: <E1OHEMU-0007En-Gy@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Wed May 26 13:01:21 2010
New Revision: 62063
URL: http://svn.opensuse.org/viewcvs/yast?rev=62063&view=rev
Log:
- use Dutch keyboard layout as a default for Dutch (bnc#603955)
- added keyboard entry for China and Taiwan (bnc#603950)
- 2.17.49
Modified:
branches/SuSE-Code-11-SP1-Branch/country/VERSION
branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp
branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes
Modified: branches/SuSE-Code-11-SP1-Branch/country/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/VERSION?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/VERSION (original)
+++ branches/SuSE-Code-11-SP1-Branch/country/VERSION Wed May 26 13:01:21 2010
@@ -1 +1 @@
-2.17.48
+2.17.49
Modified:
branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp Wed
May 26 13:01:21 2010
@@ -621,6 +621,50 @@
],
]
],
+
+ "taiwanese": [
+ // keyboard layout
+ _("Traditional Chinese"),
+ $[
+ "pc104" : $[
+ "ncurses" : "taiwanese.map.gz",
+ ],
+ "macintosh" : $[
+ "ncurses" : "mac-us.map.gz"
+ ],
+ "type4" : $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ "type5" : $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ "type5_euro": $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ ]
+ ],
+
+ "chinese": [
+ // keyboard layout
+ _("Simplified Chinese"),
+ $[
+ "pc104" : $[
+ "ncurses" : "chinese.map.gz",
+ ],
+ "macintosh" : $[
+ "ncurses" : "mac-us.map.gz"
+ ],
+ "type4" : $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ "type5" : $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ "type5_euro": $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ ]
+ ],
]);
}
Modified:
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp
Wed May 26 13:01:21 2010
@@ -38,6 +38,6 @@
// 2. what time zone propose for this language
"timezone" : "Europe/Amsterdam",
// 3. which keyboard layout propose for this language
- "keyboard" : "english-us",
+ "keyboard" : "dutch",
];
-}
\ No newline at end of file
+}
Modified:
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp
Wed May 26 13:01:21 2010
@@ -38,6 +38,6 @@
// 2. what time zone propose for this language
"timezone" : "Asia/Shanghai",
// 3. which keyboard layout propose for this language
- "keyboard" : "english-us",
+ "keyboard" : "chinese",
];
-}
\ No newline at end of file
+}
Modified:
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp
Wed May 26 13:01:21 2010
@@ -38,6 +38,6 @@
// 2. what time zone propose for this language
"timezone" : "Asia/Taipei",
// 3. which keyboard layout propose for this language
- "keyboard" : "english-us",
+ "keyboard" : "taiwanese",
];
}
Modified: branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes Wed
May 26 13:01:21 2010
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu May 13 13:30:04 CEST 2010 - jsuchome@xxxxxxx
+
+- use Dutch keyboard layout as a default for Dutch (bnc#603955)
+- added keyboard entry for China and Taiwan (bnc#603950)
+- 2.17.49
+
+-------------------------------------------------------------------
Tue May 11 13:49:03 CEST 2010 - jsuchome@xxxxxxx
- previous fix works only when console=tty* (bnc#604699)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed May 26 13:01:21 2010
New Revision: 62063
URL: http://svn.opensuse.org/viewcvs/yast?rev=62063&view=rev
Log:
- use Dutch keyboard layout as a default for Dutch (bnc#603955)
- added keyboard entry for China and Taiwan (bnc#603950)
- 2.17.49
Modified:
branches/SuSE-Code-11-SP1-Branch/country/VERSION
branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp
branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes
Modified: branches/SuSE-Code-11-SP1-Branch/country/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/VERSION?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/VERSION (original)
+++ branches/SuSE-Code-11-SP1-Branch/country/VERSION Wed May 26 13:01:21 2010
@@ -1 +1 @@
-2.17.48
+2.17.49
Modified:
branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/keyboard/data/keyboard_raw.ycp Wed
May 26 13:01:21 2010
@@ -621,6 +621,50 @@
],
]
],
+
+ "taiwanese": [
+ // keyboard layout
+ _("Traditional Chinese"),
+ $[
+ "pc104" : $[
+ "ncurses" : "taiwanese.map.gz",
+ ],
+ "macintosh" : $[
+ "ncurses" : "mac-us.map.gz"
+ ],
+ "type4" : $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ "type5" : $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ "type5_euro": $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ ]
+ ],
+
+ "chinese": [
+ // keyboard layout
+ _("Simplified Chinese"),
+ $[
+ "pc104" : $[
+ "ncurses" : "chinese.map.gz",
+ ],
+ "macintosh" : $[
+ "ncurses" : "mac-us.map.gz"
+ ],
+ "type4" : $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ "type5" : $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ "type5_euro": $[
+ "ncurses" : "sunkeymap.map.gz"
+ ],
+ ]
+ ],
]);
}
Modified:
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/language/data/language_nl_NL.ycp
Wed May 26 13:01:21 2010
@@ -38,6 +38,6 @@
// 2. what time zone propose for this language
"timezone" : "Europe/Amsterdam",
// 3. which keyboard layout propose for this language
- "keyboard" : "english-us",
+ "keyboard" : "dutch",
];
-}
\ No newline at end of file
+}
Modified:
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_CN.ycp
Wed May 26 13:01:21 2010
@@ -38,6 +38,6 @@
// 2. what time zone propose for this language
"timezone" : "Asia/Shanghai",
// 3. which keyboard layout propose for this language
- "keyboard" : "english-us",
+ "keyboard" : "chinese",
];
-}
\ No newline at end of file
+}
Modified:
branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/language/data/language_zh_TW.ycp
Wed May 26 13:01:21 2010
@@ -38,6 +38,6 @@
// 2. what time zone propose for this language
"timezone" : "Asia/Taipei",
// 3. which keyboard layout propose for this language
- "keyboard" : "english-us",
+ "keyboard" : "taiwanese",
];
}
Modified: branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes?rev=62063&r1=62062&r2=62063&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes
(original)
+++ branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes Wed
May 26 13:01:21 2010
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu May 13 13:30:04 CEST 2010 - jsuchome@xxxxxxx
+
+- use Dutch keyboard layout as a default for Dutch (bnc#603955)
+- added keyboard entry for China and Taiwan (bnc#603950)
+- 2.17.49
+
+-------------------------------------------------------------------
Tue May 11 13:49:03 CEST 2010 - jsuchome@xxxxxxx
- previous fix works only when console=tty* (bnc#604699)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |