From 163c5d6dfb3df598b3204b7a68041fb093649e9c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 24 Apr 2009 16:26:13 +0200 Subject: Remove notify plugin (moved to core) --- doc/de/autogen/weechat_commands.xml | 4 ++-- doc/de/autogen/weechat_options.xml | 10 ++++++++++ doc/docgen.pl | 12 ++++++------ doc/en/autogen/weechat_commands.xml | 4 ++-- doc/en/autogen/weechat_options.xml | 10 ++++++++++ doc/fr/autogen/weechat_commands.xml | 4 ++-- doc/fr/autogen/weechat_options.xml | 10 ++++++++++ doc/include_autogen.xml | 1 - 8 files changed, 42 insertions(+), 13 deletions(-) (limited to 'doc') 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 -/buffer [clear [number | -all] | move number | close | list | notify | localvar | set property value | number | name] +/buffer [clear [number | -all] | move number | close | list | notify level | localvar | set property value | number | name] 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 @@ +weechat.color.chat_value: text color for values + + + type: color + + + values: a color name (default value: cyan) + + + weechat.color.input_actions: text color for actions in input line 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 -/buffer [clear [number | -all] | move number | close | list | notify | localvar | set property value | number | name] +/buffer [clear [number | -all] | move number | close | list | notify level | localvar | set property value | number | name] 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 @@ +weechat.color.chat_value: text color for values + + + type: color + + + values: a color name (default value: cyan) + + + weechat.color.input_actions: text color for actions in input line 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 -/buffer [clear [nombre | -all] | move nombre | close | list | notify | localvar | set propriété valeur | nombre | nom] +/buffer [clear [nombre | -all] | move nombre | close | list | notify niveau | localvar | set propriété valeur | nombre | nom] 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 @@ +weechat.color.chat_value: couleur du texte pour les valeurs + + + type: couleur + + + valeurs: un nom de couleur (valeur par défaut: cyan) + + + weechat.color.input_actions: couleur du texte pour les actions dans la ligne de saisie 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 @@ - -- cgit v1.2.3