summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.adoc1
-rw-r--r--doc/de/autogen/user/script_options.adoc2
-rw-r--r--doc/en/autogen/user/script_options.adoc2
-rw-r--r--doc/fr/autogen/user/script_options.adoc2
-rw-r--r--doc/it/autogen/user/script_options.adoc2
-rw-r--r--doc/ja/autogen/user/script_options.adoc2
-rw-r--r--doc/pl/autogen/user/script_options.adoc2
-rw-r--r--src/plugins/script/script-config.c2
8 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 7a8073cd9..70a0b1621 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -36,6 +36,7 @@ Improvements::
* api: add time in info "date" (WeeChat compilation date/time) (issue #1138)
* irc: allow ${irc_server.xxx} and ${server} in server evaluated options (issue #1144)
+ * script: change default value of option script.look.sort from "p,n" to "i,p,n"
Build::
diff --git a/doc/de/autogen/user/script_options.adoc b/doc/de/autogen/user/script_options.adoc
index 7bb0f489a..fa8ba786b 100644
--- a/doc/de/autogen/user/script_options.adoc
+++ b/doc/de/autogen/user/script_options.adoc
@@ -192,7 +192,7 @@
** Beschreibung: pass:none[Standardsortierung für Skripten im Skript Buffer: durch Kommata getrennte Liste von Bezeichnern: a=Autor, A=automatisch geladen, d=Datum wann das Skript hinzugefügt wurde, e=Dateierweiterung, i=installiert, l=Programmiersprache, n=Skriptname, o=obsolete, p=empfohlen, r=Skript wird ausgeführt, u=Datum der letzten Überarbeitung; mit Hilfe des Zeichens "-", vor dem entsprechenden Bezeichner, kann die Darstellung umgekehrt werden. Beispiel: "i,u": installierte Skripten werden zuerst dargestellt, sortiert nach dem Datum ihrer letzten Überarbeitung]
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette
-** Standardwert: `+"p,n"+`
+** Standardwert: `+"i,p,n"+`
* [[option_script.look.translate_description]] *script.look.translate_description*
** Beschreibung: pass:none[für die Beschreibung der Skripten wird die Muttersprache verwendet (sollte keine Übersetzung in der eigenen Sprache verfügbar sein, wird auf die englische Beschreibung zurückgegriffen)]
diff --git a/doc/en/autogen/user/script_options.adoc b/doc/en/autogen/user/script_options.adoc
index 01412790e..140e740e4 100644
--- a/doc/en/autogen/user/script_options.adoc
+++ b/doc/en/autogen/user/script_options.adoc
@@ -192,7 +192,7 @@
** description: pass:none[default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date]
** type: string
** values: any string
-** default value: `+"p,n"+`
+** default value: `+"i,p,n"+`
* [[option_script.look.translate_description]] *script.look.translate_description*
** description: pass:none[translate description of scripts (if translation is available in your language, otherwise English version is used)]
diff --git a/doc/fr/autogen/user/script_options.adoc b/doc/fr/autogen/user/script_options.adoc
index ca8e99149..f366f2e5d 100644
--- a/doc/fr/autogen/user/script_options.adoc
+++ b/doc/fr/autogen/user/script_options.adoc
@@ -192,7 +192,7 @@
** description: pass:none[tri par défaut des scripts : liste d'identifiants séparés par des virgules : a=auteur, A=chargé auto, d=date d'ajout, e=extension, i=installé, l=langage, n=nom, o=obsolète, p=populaire, r=chargé, u=date de mise à jour ; le caractère "-" peut être utilisé avant l'identifiant pour inverser l'ordre ; exemple : "i,u" : scripts installés en premier, triés par date de mise à jour]
** type: chaîne
** valeurs: toute chaîne
-** valeur par défaut: `+"p,n"+`
+** valeur par défaut: `+"i,p,n"+`
* [[option_script.look.translate_description]] *script.look.translate_description*
** description: pass:none[traduire la description des scripts (si une traduction est disponible dans votre langue, sinon la version anglaise est utilisée)]
diff --git a/doc/it/autogen/user/script_options.adoc b/doc/it/autogen/user/script_options.adoc
index 37c557173..6a787bfab 100644
--- a/doc/it/autogen/user/script_options.adoc
+++ b/doc/it/autogen/user/script_options.adoc
@@ -192,7 +192,7 @@
** descrizione: pass:none[default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date]
** tipo: stringa
** valori: qualsiasi stringa
-** valore predefinito: `+"p,n"+`
+** valore predefinito: `+"i,p,n"+`
* [[option_script.look.translate_description]] *script.look.translate_description*
** descrizione: pass:none[translate description of scripts (if translation is available in your language, otherwise English version is used)]
diff --git a/doc/ja/autogen/user/script_options.adoc b/doc/ja/autogen/user/script_options.adoc
index 75354730a..6af376d03 100644
--- a/doc/ja/autogen/user/script_options.adoc
+++ b/doc/ja/autogen/user/script_options.adoc
@@ -192,7 +192,7 @@
** 説明: pass:none[デフォルトのスクリプト表示ソートキー: 識別子のコンマ区切りリスト: a=作者、A=自動ロード、d=追加日、e=拡張子、i=インストール済み、l=言語、n=名前、o=アップデートが必要、p=人気、r=実行中、u=アップデート日; 識別子直前の文字 "-" は逆順でソートを意味; 例: "i,u": インストール済みが最初に来て、アップデート日の順にソート]
** タイプ: 文字列
** 値: 未制約文字列
-** デフォルト値: `+"p,n"+`
+** デフォルト値: `+"i,p,n"+`
* [[option_script.look.translate_description]] *script.look.translate_description*
** 説明: pass:none[スクリプトの翻訳済み説明文 (翻訳が利用できない場合は、英語で表示)]
diff --git a/doc/pl/autogen/user/script_options.adoc b/doc/pl/autogen/user/script_options.adoc
index 6221cf12b..536624ed1 100644
--- a/doc/pl/autogen/user/script_options.adoc
+++ b/doc/pl/autogen/user/script_options.adoc
@@ -192,7 +192,7 @@
** opis: pass:none[domyślne sortowania dla skryptów: oddzielona przecinkami lista identyfikatorów: a=autor, A=automatycznie ładowany, d=data dodania, e=rozszerzenie, i=zainstalowany, l=język, n=nazwa, o=przestarzały, p=popularność, r=uruchomiony, u=data aktualizacji; znak "-" może zostać użyty przed identyfikatorem w celu odwrócenia kolejności; przykład: "i,u": najpierw zainstalowane skrypty, sortowane po dacie aktualizacji]
** typ: ciąg
** wartości: dowolny ciąg
-** domyślna wartość: `+"p,n"+`
+** domyślna wartość: `+"i,p,n"+`
* [[option_script.look.translate_description]] *script.look.translate_description*
** opis: pass:none[przetłumaczony opis skryptu (jeśli tłumaczenie jest dostępne w twoim języku, w przeciwnym wypadku zostanie użyta angielska wersja)]
diff --git a/src/plugins/script/script-config.c b/src/plugins/script/script-config.c
index b17a93cbb..9116ee0d7 100644
--- a/src/plugins/script/script-config.c
+++ b/src/plugins/script/script-config.c
@@ -455,7 +455,7 @@ script_config_init ()
"u=date updated; char \"-\" can be used before identifier to reverse "
"order; example: \"i,u\": installed scripts first, sorted by update "
"date"),
- NULL, 0, 0, "p,n", NULL, 0,
+ NULL, 0, 0, "i,p,n", NULL, 0,
NULL, NULL, NULL,
&script_config_reload_scripts_cb, NULL, NULL,
NULL, NULL, NULL);