diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/weechat_commands.xml | 4 | ||||
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 10 | ||||
-rw-r--r-- | doc/docgen.pl | 12 | ||||
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 4 | ||||
-rw-r--r-- | doc/en/autogen/weechat_options.xml | 10 | ||||
-rw-r--r-- | doc/fr/autogen/weechat_commands.xml | 4 | ||||
-rw-r--r-- | doc/fr/autogen/weechat_options.xml | 10 | ||||
-rw-r--r-- | doc/include_autogen.xml | 1 |
8 files changed, 42 insertions, 13 deletions
diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index b385619bd..fa4843af0 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -52,7 +52,7 @@ Examples: /bar scroll nicklist * ye </programlisting> -<command>/buffer [clear [number | -all] | move number | close | list | notify | localvar | set property value | number | name]</command> +<command>/buffer [clear [number | -all] | move number | close | list | notify level | localvar | set property value | number | name]</command> <programlisting> Puffer verwalten @@ -60,7 +60,7 @@ Puffer verwalten move: move buffer in the list (may be relative, for example -1) close: close buffer list: list buffers (no parameter implies this list) - notify: display notify levels for all opened buffers + notify: set notify level for current buffer localvar: display local variables for current buffer set: set a property for current buffer number: jump to buffer by number diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index a4116a7d6..beb9902eb 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -366,6 +366,16 @@ </listitem> </itemizedlist> +<command>weechat.color.chat_value</command>: text color for values +<itemizedlist> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name (default value: cyan)</para> + </listitem> +</itemizedlist> + <command>weechat.color.input_actions</command>: text color for actions in input line <itemizedlist> <listitem> diff --git a/doc/docgen.pl b/doc/docgen.pl index ad2c823bc..10c4d08e2 100644 --- a/doc/docgen.pl +++ b/doc/docgen.pl @@ -66,11 +66,10 @@ my %plugin_list = ("weechat" => "co", "alias" => "", "aspell" => "o", "charset" => "co", "demo" => "co", "fifo" => "co", "irc" => "co", "jabber" => "co", - "logger" => "co", "notify" => "co", - "relay" => "co", "perl" => "", - "python" => "", "ruby" => "", - "lua" => "", "tcl" => "", - "xfer" => "co"); + "logger" => "co", "relay" => "co", + "perl" => "", "python" => "", + "ruby" => "", "lua" => "", + "tcl" => "", "xfer" => "co"); # options to ignore my @ignore_options = ("aspell\\.dict\\..*", @@ -82,7 +81,8 @@ my @ignore_options = ("aspell\\.dict\\..*", "logger\\.mask\\..*", "weechat\\.proxy\\..*", "weechat\\.bar\\..*", - "weechat\\.debug\\..*"); + "weechat\\.debug\\..*", + "weechat\\.notify\\..*"); # infos to ignore my @ignore_infos_plugins = ("jabber"); diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index fb714edf6..0e2f284b0 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -52,7 +52,7 @@ Examples: /bar scroll nicklist * ye </programlisting> -<command>/buffer [clear [number | -all] | move number | close | list | notify | localvar | set property value | number | name]</command> +<command>/buffer [clear [number | -all] | move number | close | list | notify level | localvar | set property value | number | name]</command> <programlisting> manage buffers @@ -60,7 +60,7 @@ manage buffers move: move buffer in the list (may be relative, for example -1) close: close buffer list: list buffers (no parameter implies this list) - notify: display notify levels for all opened buffers + notify: set notify level for current buffer localvar: display local variables for current buffer set: set a property for current buffer number: jump to buffer by number diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index d6c4c499f..bc6e18483 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -366,6 +366,16 @@ </listitem> </itemizedlist> +<command>weechat.color.chat_value</command>: text color for values +<itemizedlist> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name (default value: cyan)</para> + </listitem> +</itemizedlist> + <command>weechat.color.input_actions</command>: text color for actions in input line <itemizedlist> <listitem> diff --git a/doc/fr/autogen/weechat_commands.xml b/doc/fr/autogen/weechat_commands.xml index dd720cb75..ea3193824 100644 --- a/doc/fr/autogen/weechat_commands.xml +++ b/doc/fr/autogen/weechat_commands.xml @@ -52,7 +52,7 @@ Exemples : /bar scroll nicklist * ye </programlisting> -<command>/buffer [clear [nombre | -all] | move nombre | close | list | notify | localvar | set propriété valeur | nombre | nom]</command> +<command>/buffer [clear [nombre | -all] | move nombre | close | list | notify niveau | localvar | set propriété valeur | nombre | nom]</command> <programlisting> gestion des tampons @@ -60,7 +60,7 @@ gestion des tampons move: déplace le tampon dans la liste (peut être relatif, par exemple -1) close: ferme le tampon list: liste les tampons ouverts (pas de paramètre affiche cette liste) - notify: affiche les niveaux de notification pour tous les tampons ouverts + notify: définit le niveau de notification pour le tampon courant localvar: affiche la liste des variables locales pour le tampon courant set: modifier une propriété du tampon courant nombre: saute au tampon qui a ce numéro diff --git a/doc/fr/autogen/weechat_options.xml b/doc/fr/autogen/weechat_options.xml index 0d91b618a..728fdcf47 100644 --- a/doc/fr/autogen/weechat_options.xml +++ b/doc/fr/autogen/weechat_options.xml @@ -366,6 +366,16 @@ </listitem> </itemizedlist> +<command>weechat.color.chat_value</command>: couleur du texte pour les valeurs +<itemizedlist> + <listitem> + <para>type: couleur</para> + </listitem> + <listitem> + <para>valeurs: un nom de couleur (valeur par défaut: cyan)</para> + </listitem> +</itemizedlist> + <command>weechat.color.input_actions</command>: couleur du texte pour les actions dans la ligne de saisie <itemizedlist> <listitem> diff --git a/doc/include_autogen.xml b/doc/include_autogen.xml index 49f4e8d1a..4c650d3e7 100644 --- a/doc/include_autogen.xml +++ b/doc/include_autogen.xml @@ -8,7 +8,6 @@ <!ENTITY jabber_commands.xml SYSTEM "autogen/jabber_commands.xml"> <!ENTITY logger_commands.xml SYSTEM "autogen/logger_commands.xml"> <!ENTITY lua_commands.xml SYSTEM "autogen/lua_commands.xml"> -<!ENTITY notify_commands.xml SYSTEM "autogen/notify_commands.xml"> <!ENTITY perl_commands.xml SYSTEM "autogen/perl_commands.xml"> <!ENTITY python_commands.xml SYSTEM "autogen/python_commands.xml"> <!ENTITY relay_commands.xml SYSTEM "autogen/relay_commands.xml"> |