summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-25 21:19:11 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-25 21:19:11 +0200
commit57f342feb6a58caa57358c815a716f0a51bf1f59 (patch)
treef351475c6ed46b55e6cfddb6214f2ca9c0407556
parentdb945875288addfff959ce0db6d4109765028f80 (diff)
downloadweechat-57f342feb6a58caa57358c815a716f0a51bf1f59.zip
fset: add fset plugin and files in developer's guide
-rw-r--r--doc/en/weechat_dev.en.adoc11
-rw-r--r--doc/fr/weechat_dev.fr.adoc11
-rw-r--r--doc/ja/weechat_dev.ja.adoc13
3 files changed, 35 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index 07709a12d..c1cfc10c6 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -72,6 +72,7 @@ The main WeeChat directories are:
|       charset/ | Charset plugin.
|       exec/ | Exec plugin.
|       fifo/ | Fifo plugin (FIFO pipe used to remotely send commands to WeeChat).
+|       fset/ | Fset (Fast Set) plugin.
|       guile/ | Guile (scheme) scripting API.
|       irc/ | IRC (Internet Relay Chat) plugin.
|       javascript/ | Javascript scripting API.
@@ -213,6 +214,16 @@ WeeChat "core" is located in following directories:
|       fifo-command.c | Fifo commands.
|       fifo-config.c | Fifo config options (file fifo.conf).
|       fifo-info.c | Fifo info/infolists/hdata.
+|    fset/ | Fset plugin.
+|       fset.c | Main fset functions.
+|       fset-bar-item.c | Fset bar items.
+|       fset-buffer.c | Fset buffer.
+|       fset-command.c | Fset commands.
+|       fset-completion.c | Fset completions.
+|       fset-config.c | Fset config options (file fset.conf).
+|       fset-info.c | Fset info/infolists/hdata.
+|       fset-mouse.c | Fset mouse actions.
+|       fset-option.c | Fset options management.
|    guile/ | Guile (scheme) plugin.
|       weechat-guile.c | Main guile functions (load/unload scripts, execute guile code).
|       weechat-guile-api.c | Guile scripting API functions.
diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc
index 4bff63df7..4890c7d04 100644
--- a/doc/fr/weechat_dev.fr.adoc
+++ b/doc/fr/weechat_dev.fr.adoc
@@ -74,6 +74,7 @@ Les répertoires principaux de WeeChat sont :
|       charset/ | Extension Charset.
|       exec/ | Extension Exec.
|       fifo/ | Extension Fifo (tube FIFO utilisé pour envoyer des commandes à WeeChat).
+|       fset/ | Extension Fset (Fast Set).
|       guile/ | API script Guile (scheme).
|       irc/ | Extension IRC (Internet Relay Chat).
|       javascript/ | API script Javascript.
@@ -215,6 +216,16 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|       fifo-command.c | Commandes pour Fifo.
|       fifo-config.c | Options de configuration pour Fifo (fichier fifo.conf).
|       fifo-info.c | Info/infolists/hdata pour Fifo.
+|    fset/ | Extension Fset.
+|       fset.c | Fonctions principales de Fset.
+|       fset-bar-item.c | Objets de barre Fset.
+|       fset-buffer.c | Tampon Fset.
+|       fset-command.c | Commandes pour Fset.
+|       fset-completion.c | Complétions pour Fset.
+|       fset-config.c | Options de configuration pour Fset (fichier fset.conf).
+|       fset-info.c | Info/infolists/hdata pour Fset.
+|       fset-mouse.c | Actions souris pour Fset.
+|       fset-option.c | Gestion des options Fset.
|    guile/ | Extension Guile (scheme).
|       weechat-guile.c | Fonctions principales pour Guile (chargement/déchargement des scripts, exécution de code Guile).
|       weechat-guile-api.c | Fonctions de l'API script Guile.
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc
index 59ab233c5..4354fbd42 100644
--- a/doc/ja/weechat_dev.ja.adoc
+++ b/doc/ja/weechat_dev.ja.adoc
@@ -78,6 +78,8 @@ qweechat::
|       charset/ | charset プラグイン
|       exec/ | exec プラグイン
|       fifo/ | fifo プラグイン (WeeChat にコマンドを送信する FIFO パイプ)
+// TRANSLATION MISSING
+|       fset/ | Fset (Fast Set) plugin.
|       guile/ | guile (scheme) スクリプト用 API
|       irc/ | IRC (Internet Relay Chat) プラグイン
|       javascript/ | javascript スクリプト用 API
@@ -219,6 +221,17 @@ WeeChat "core" は以下のディレクトリに配置されています:
|       fifo-command.c | fifo コマンド
|       fifo-config.c | fifo 設定オプション (fifo.conf ファイル)
|       fifo-info.c | fifo の情報/インフォリスト/hdata
+// TRANSLATION MISSING
+|    fset/ | Fset plugin.
+|       fset.c | Main fset functions.
+|       fset-bar-item.c | Fset bar items.
+|       fset-buffer.c | Fset buffer.
+|       fset-command.c | Fset commands.
+|       fset-completion.c | Fset completions.
+|       fset-config.c | Fset config options (file fset.conf).
+|       fset-info.c | Fset info/infolists/hdata.
+|       fset-mouse.c | Fset mouse actions.
+|       fset-option.c | Fset options management.
|    guile/ | guile (scheme) プラグイン
|       weechat-guile.c | guile の主要関数 (スクリプトのロード/アンロード、guile コードの実行)
|       weechat-guile-api.c | guile スクリプト作成 API 関数