diff options
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | INSTALL.ja | 3 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | TODO.ja | 2 |
4 files changed, 6 insertions, 4 deletions
@@ -124,8 +124,9 @@ Options for configure script --disable-gpgme disable GnuPG support (requires GPGME and GnuPG) --disable-ssl disable SSL support (requires OpenSSL) --disable-compface disable compface (X-Face) support - --disable-ipv6 disable IPv6 support --disable-gtkspell disable spell checking feature (requires GtkSpell) + --disable-threads disable multi-threading support + --disable-ipv6 disable IPv6 support --enable-jpilot enable JPilot support --enable-ldap enable LDAP support --enable-oniguruma use Oniguruma instead of system's regex @@ -123,8 +123,9 @@ configure スクリプトのオプション --disable-gpgme GnuPG 対応(要 GPGME と GnuPG)を無効にする --disable-ssl SSL 対応(要 OpenSSL)を無効にする --disable-compface compface(X-Face)対応を無効にする - --disable-ipv6 IPv6 対応を無効にする --disable-gtkspell スペルチェック機能(要 GtkSpell)を無効にする + --disable-threads マルチスレッド対応を無効にする + --disable-ipv6 IPv6 対応を無効にする --enable-jpilot JPilot 対応を有効にする --enable-ldap LDAP 対応を有効にする --enable-oniguruma システムの regex の代わりに鬼車を使用する @@ -5,7 +5,6 @@ TODO o use GObject mechanism for objects o complete migration from deprecated GTK+ APIs -o multi-threading o improvements of addressbook o overall improvements of user-interface o more efficient SMTP handling for multiple messages @@ -34,6 +33,7 @@ Partially implemented features . customization of key bindings . original icons and logos . plug-in faculty +. multi-threading Implemented features ==================== @@ -5,7 +5,6 @@ TODO o オブジェクトの GObject 機構の使用 o deprecated な GTK+ API からの完全な移行 -o マルチスレッド化 o アドレス帳の改良 o 全体的なユーザインタフェースの改良 o より効率的な複数メッセージの SMTP 処理 @@ -34,6 +33,7 @@ o 怪しげな英語をなんとかする :) . キーバインドのカスタマイズ . オリジナルのアイコンとロゴ . プラグイン機構 +. マルチスレッド化 実装済の機能 ============ |