diff options
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 5 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 5 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 0b8aca588..dd8a6673f 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -68,6 +68,7 @@ The main WeeChat directories are: | plugins/ | Plugin and scripting API. | alias/ | Alias plugin. | aspell/ | Aspell plugin. +| buflist/ | Buflist plugin. | charset/ | Charset plugin. | exec/ | Exec plugin. | fifo/ | Fifo plugin (FIFO pipe used to remotely send commands to WeeChat). @@ -193,6 +194,10 @@ WeeChat "core" is located in following directories: | weechat-aspell-config.c | Aspell config options (file aspell.conf). | weechat-aspell-info.c | Aspell info/infolists/hdata. | weechat-aspell-speller.c | Spellers management. +| buflist/ | Buflist plugin. +| buflist.c | Main buflist functions. +| buflist-bar-item.c | Buflist bar items. +| buflist-config.c | Buflist config options (file buflist.conf). | charset/ | Charset plugin. | charset.c | Charset functions. | exec/ | Exec plugin. diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index ddb99e509..949936778 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -70,6 +70,7 @@ Les répertoires principaux de WeeChat sont : | plugins/ | API extension/script. | alias/ | Extension Alias. | aspell/ | Extension Aspell. +| buflist/ | Extension Buflist. | charset/ | Extension Charset. | exec/ | Extension Exec. | fifo/ | Extension Fifo (tube FIFO utilisé pour envoyer des commandes à WeeChat). @@ -195,6 +196,10 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | weechat-aspell-config.c | Options de configuration pour Aspell (fichier aspell.conf). | weechat-aspell-info.c | Info/infolists/hdata pour Aspell. | weechat-aspell-speller.c | Gestion des correcteurs orthographiques. +| buflist/ | Extension Buflist. +| buflist.c | Fonctions principales de Buflist. +| buflist-bar-item.c | Objets de barre Buflist. +| buflist-config.c | Options de configuration pour Buflist (fichier buflist.conf). | charset/ | Extension Charset. | charset.c | Fonctions pour Charset. | exec/ | Extension Exec. diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 087c402aa..33a5b2fdf 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -74,6 +74,7 @@ qweechat:: | plugins/ | プラグインとスクリプト向け API | alias/ | alias プラグイン | aspell/ | aspell プラグイン +| buflist/ | buflist プラグイン | charset/ | charset プラグイン | exec/ | exec プラグイン | fifo/ | fifo プラグイン (WeeChat にコマンドを送信する FIFO パイプ) @@ -199,6 +200,10 @@ WeeChat "core" は以下のディレクトリに配置されています: | weechat-aspell-config.c | aspell 設定オプション (aspell.conf ファイル) | weechat-aspell-info.c | aspell の情報/インフォリスト/hdata | weechat-aspell-speller.c | スペルチェッカ管理 +| buflist/ | buflist プラグイン +| buflist.c | buflist の主要関数 +| buflist-bar-item.c | buflist バー要素 +| buflist-config.c | buflist 設定オプション (buflist.conf ファイル) | charset/ | charset プラグイン | charset.c | charset 関数 | exec/ | exec プラグイン |