summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-03-18 15:59:23 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-03-18 15:59:23 +0100
commit34e34d28db2e44c2bb96ab2d30073e478093845a (patch)
treeb05e419af42f7a3a869ca02fe51e4feb70427af7 /doc
parentff544f48fb95e5bc06c4fb4c1cb468793a211fe1 (diff)
downloadweechat-34e34d28db2e44c2bb96ab2d30073e478093845a.zip
core: bump version to 4.0.0-dev, follow "practical" semantic versioning
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc10
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc10
-rw-r--r--doc/it/weechat_plugin_api.it.adoc10
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc10
-rw-r--r--doc/sr/weechat_plugin_api.sr.adoc10
5 files changed, 25 insertions, 25 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index feb7f26ac..4a315fbb6 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -2574,7 +2574,7 @@ str3 = weechat.string_input_for_buffer("//test") # "/test"
==== string_eval_expression
_WeeChat ≥ 0.4.0, updated in 0.4.2, 0.4.3, 1.0, 1.1, 1.2, 1.3, 1.6, 1.8, 2.0,
-2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6, 3.8, 3.9._
+2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6, 3.8, 4.0.0._
Evaluate an expression and return result as a string.
Special variables with format `+${variable}+` are expanded (see table below).
@@ -6271,7 +6271,7 @@ Functions for configuration files.
==== config_new
-_Updated in 1.5, 3.9._
+_Updated in 1.5, 4.0.0._
Create a new configuration file.
@@ -6368,7 +6368,7 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
==== config_set_version
-_WeeChat ≥ 3.9._
+_WeeChat ≥ 4.0.0._
Set configuration file version and a callback to update config sections/options
on-the-fly when the config is read.
@@ -14266,7 +14266,7 @@ str = weechat.buffer_string_replace_local_var(my_buffer, "test with $toto")
==== buffer_match_list
-_WeeChat ≥ 0.3.5, updated in 3.9._
+_WeeChat ≥ 0.3.5, updated in 4.0.0._
Check if buffer matches a list of buffers.
@@ -14286,7 +14286,7 @@ Arguments:
** wildcard `+*+` is allowed in name
[NOTE]
-Since version 3.9, comparison of buffer names is case sensitive.
+Since version 4.0.0, comparison of buffer names is case sensitive.
Return value:
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index 6cbb2b480..7ee11fac0 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -2620,7 +2620,7 @@ str3 = weechat.string_input_for_buffer("//test") # "/test"
==== string_eval_expression
_WeeChat ≥ 0.4.0, mis à jour dans la 0.4.2, 0.4.3, 1.0, 1.1, 1.2, 1.3, 1.6, 1.8,
-2.0, 2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6, 3.8, 3.9._
+2.0, 2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6, 3.8, 4.0.0._
Évaluer l'expression et retourner le résultat sous forme de chaîne.
Les variables spéciales avec le format `+${variable}+` sont étendues (voir le
@@ -6368,7 +6368,7 @@ Fonctions pour les fichiers de configuration.
==== config_new
-_Mis à jour dans la 1.5, 3.9._
+_Mis à jour dans la 1.5, 4.0.0._
Créer un nouveau fichier de configuration.
@@ -6471,7 +6471,7 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
==== config_set_version
-_WeeChat ≥ 3.9._
+_WeeChat ≥ 4.0.0._
Définir la version du fichier de configuration et une fonction de rappel pour
la mise à jour des sections/options à la volée lorsque la configuration est lue.
@@ -14585,7 +14585,7 @@ str = weechat.buffer_string_replace_local_var(my_buffer, "test avec $toto")
==== buffer_match_list
-_WeeChat ≥ 0.3.5, mis à jour dans la 3.9._
+_WeeChat ≥ 0.3.5, mis à jour dans la 4.0.0._
Vérifier si le tampon correspond à la liste de tampons.
@@ -14605,7 +14605,7 @@ Paramètres :
** le caractère joker `+*+` est autorisé dans le nom
[NOTE]
-Depuis la version 3.9, la comparaison des noms de tampons est sensible à la casse.
+Depuis la version 4.0.0, la comparaison des noms de tampons est sensible à la casse.
Valeur de retour :
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index c8747797c..f782509c3 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -2725,7 +2725,7 @@ str3 = weechat.string_input_for_buffer("//test") # "/test"
==== string_eval_expression
_WeeChat ≥ 0.4.0, updated in 0.4.2, 0.4.3, 1.0, 1.1, 1.2, 1.3, 1.6, 1.8, 2.0,
-2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6, 3.8, 3.9._
+2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6, 3.8, 4.0.0._
Evaluate an expression and return result as a string.
Special variables with format `+${variable}+` are expanded (see table below).
@@ -6536,7 +6536,7 @@ Funzioni per i file di configurazione.
==== config_new
// TRANSLATION MISSING
-_Updated in 1.5, 3.9._
+_Updated in 1.5, 4.0.0._
Crea un nuovo file di configurazione.
@@ -6641,7 +6641,7 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
// TRANSLATION MISSING
==== config_set_version
-_WeeChat ≥ 3.9._
+_WeeChat ≥ 4.0.0._
Set configuration file version and a callback to update config sections/options
on-the-fly when the config is read.
@@ -14934,7 +14934,7 @@ str = weechat.buffer_string_replace_local_var(my_buffer, "test with $toto")
==== buffer_match_list
// TRANSLATION MISSING
-_WeeChat ≥ 0.3.5, updated in 3.9._
+_WeeChat ≥ 0.3.5, updated in 4.0.0._
Verifica se il buffer corrisponde ad una lista di buffer.
@@ -14956,7 +14956,7 @@ Argomenti:
// TRANSLATION MISSING
[NOTE]
-Since version 3.9, comparison of buffer names is case sensitive.
+Since version 4.0.0, comparison of buffer names is case sensitive.
Valore restituito:
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index d66c9a1aa..52182a43c 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -2646,7 +2646,7 @@ str3 = weechat.string_input_for_buffer("//test") # "/test"
// TRANSLATION MISSING
_WeeChat ≥ 0.4.0, updated in 0.4.2, 0.4.3, 1.0, 1.1, 1.2, 1.3, 1.6, 1.8, 2.0,
-2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6, 3.8, 3.9._
+2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6, 3.8, 4.0.0._
式を評価して文字列として返す。`+${variable}+`
という書式で書かれた特殊変数は展開されます (以下の表を参照)。
@@ -6351,7 +6351,7 @@ weechat_hashtable_free (hashtable);
==== config_new
-_WeeChat バージョン 1.5, 3.9 で更新。_
+_WeeChat バージョン 1.5, 4.0.0 で更新。_
新しい設定ファイルを作成。
@@ -6451,7 +6451,7 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
// TRANSLATION MISSING
==== config_set_version
-_WeeChat ≥ 3.9._
+_WeeChat ≥ 4.0.0._
Set configuration file version and a callback to update config sections/options
on-the-fly when the config is read.
@@ -14421,7 +14421,7 @@ str = weechat.buffer_string_replace_local_var(my_buffer, "test with $toto")
==== buffer_match_list
// TRANSLATION MISSING
-_WeeChat ≥ 0.3.5, updated in 3.9._
+_WeeChat ≥ 0.3.5, updated in 4.0.0._
バッファがバッファのリストにマッチすることを確認。
@@ -14442,7 +14442,7 @@ int weechat_buffer_match_list (struct t_gui_buffer *buffer, const char *string);
// TRANSLATION MISSING
[NOTE]
-Since version 3.9, comparison of buffer names is case sensitive.
+Since version 4.0.0, comparison of buffer names is case sensitive.
戻り値:
diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc
index d77c22c69..42d9a4cbd 100644
--- a/doc/sr/weechat_plugin_api.sr.adoc
+++ b/doc/sr/weechat_plugin_api.sr.adoc
@@ -2486,7 +2486,7 @@ str3 = weechat.string_input_for_buffer("//test") # "/test"
==== string_eval_expression
-_WeeChat ≥ 0.4.0, ажурирано у верзијама 0.4.2, 0.4.3, 1.0, 1.1, 1.2, 1.3, 1.6, 1.8, 2.0, 2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6 и 3.8, 3.9._
+_WeeChat ≥ 0.4.0, ажурирано у верзијама 0.4.2, 0.4.3, 1.0, 1.1, 1.2, 1.3, 1.6, 1.8, 2.0, 2.2, 2.3, 2.7, 2.9, 3.1, 3.2, 3.3, 3.4, 3.6 и 3.8, 4.0.0._
Израчунава израз и враћа вредност као стринг. Специјалне променљиве у формату `+${променљива}+` се развијају (погледајте табелу испод).
@@ -6115,7 +6115,7 @@ weechat_hashtable_free (hashtable);
==== config_new
-_Ажурирано у верзији 1.5, 3.9._
+_Ажурирано у верзији 1.5, 4.0.0._
Креира нови конфигурациони фајл.
@@ -6202,7 +6202,7 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
// TRANSLATION MISSING
==== config_set_version
-_WeeChat ≥ 3.9._
+_WeeChat ≥ 4.0.0._
Set configuration file version and a callback to update config sections/options
on-the-fly when the config is read.
@@ -13783,7 +13783,7 @@ str = weechat.buffer_string_replace_local_var(my_buffer, "тест са $toto")
==== buffer_match_list
-_WeeChat ≥ 0.3.5, ажурирано у верзији 3.9._
+_WeeChat ≥ 0.3.5, ажурирано у верзији 4.0.0._
Проверава да ли се бафер подудара са листом бафера.
@@ -13803,7 +13803,7 @@ int weechat_buffer_match_list (struct t_gui_buffer *buffer, const char *string);
** у имену је дозвољен џокер `+*+`
[NOTE]
-Од верзије 3.9, поређење имена бафера прави разлику у величини слова.
+Од верзије 4.0.0, поређење имена бафера прави разлику у величини слова.
Повратна вредност: