summaryrefslogtreecommitdiffstats
path: root/i18n/im-sdk
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:17:38 +0200
committerBor Kraljič2011-10-14 14:17:38 +0200
commitaeba89b24192aa104fedf3da6e346fc359b25466 (patch)
treee139358f7bf95781c6f42b05068cf27931fb8d00 /i18n/im-sdk
parent845c91ddbba8d61ea762159698e51aaf28671397 (diff)
im-sdk: fixed long description wrap (scripted)
Diffstat (limited to 'i18n/im-sdk')
-rwxr-xr-xi18n/im-sdk/DETAILS7
-rw-r--r--i18n/im-sdk/HISTORY3
2 files changed, 8 insertions, 2 deletions
diff --git a/i18n/im-sdk/DETAILS b/i18n/im-sdk/DETAILS
index 7da58a5b2c..9296824da2 100755
--- a/i18n/im-sdk/DETAILS
+++ b/i18n/im-sdk/DETAILS
@@ -10,7 +10,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-r$VERSION
KEYWORDS="i18n"
SHORT="Internet/Intranet Input Method Framework IM SDK"
cat << EOF
-IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities:
+IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed
+to be the next generation of input method framework which provides the
+following capabilities:
* Platform independence.
* Multlingual and Full UNICODE support, yet satisfactory for native speakers.
@@ -24,5 +26,6 @@ IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to
* Easy input method enabling with libiiimcf, even on console apps.
* Small core part to start from.
-The im-sdk comes with a complete Input Method framework kit coupled with a working server and several client implementations.
+The im-sdk comes with a complete Input Method framework kit coupled with a
+working server and several client implementations.
EOF
diff --git a/i18n/im-sdk/HISTORY b/i18n/im-sdk/HISTORY
index f170680732..83e5eed003 100644
--- a/i18n/im-sdk/HISTORY
+++ b/i18n/im-sdk/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163