1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

core: bump version to 4.0.0-dev, follow "practical" semantic versioning

This commit is contained in:
Sébastien Helleu
2023-03-18 15:59:23 +01:00
parent ff544f48fb
commit 34e34d28db
12 changed files with 63 additions and 39 deletions
+5 -5
View File
@@ -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:
+5 -5
View File
@@ -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 :
+5 -5
View File
@@ -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:
+5 -5
View File
@@ -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.
戻り値:
+5 -5
View File
@@ -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, поређење имена бафера прави разлику у величини слова.
Повратна вредност: