diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-22 16:38:06 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-22 16:38:06 +0100 |
commit | 7c793257ffa0d2963a5ce8d34e59534839bdc54a (patch) | |
tree | 31c7c349f45cc4ea63cfdafb40373f5a91f44fb1 /doc | |
parent | 558c9f261446438b5a3d8ff997e0b93143f11a69 (diff) | |
download | weechat-7c793257ffa0d2963a5ce8d34e59534839bdc54a.zip |
Add option aspell.check.real_time (off by default), fix bugs with aspell and utf-8 chars, add function utf8_char_int to API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/aspell_options.xml | 10 | ||||
-rw-r--r-- | doc/de/autogen/irc_commands.xml | 3 | ||||
-rw-r--r-- | doc/de/autogen/irc_options.xml | 10 | ||||
-rw-r--r-- | doc/de/autogen/weechat_commands.xml | 9 | ||||
-rw-r--r-- | doc/en/autogen/aspell_options.xml | 10 | ||||
-rw-r--r-- | doc/en/autogen/irc_commands.xml | 3 | ||||
-rw-r--r-- | doc/en/autogen/irc_options.xml | 10 | ||||
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 9 | ||||
-rw-r--r-- | doc/fr/autogen/aspell_options.xml | 10 | ||||
-rw-r--r-- | doc/fr/autogen/irc_commands.xml | 3 | ||||
-rw-r--r-- | doc/fr/autogen/irc_options.xml | 10 | ||||
-rw-r--r-- | doc/fr/autogen/weechat_commands.xml | 9 |
12 files changed, 90 insertions, 6 deletions
diff --git a/doc/de/autogen/aspell_options.xml b/doc/de/autogen/aspell_options.xml index 490551962..4977904a8 100644 --- a/doc/de/autogen/aspell_options.xml +++ b/doc/de/autogen/aspell_options.xml @@ -36,6 +36,16 @@ </listitem> </itemizedlist> +<command>aspell.check.real_time</command>: real-time spell checking of words (slower, disabled by default: words are checked only if there's delimiter after) +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + <command>aspell.check.word_min_length</command>: minimum length for a word to be spell checked (use 0 to check all words) <itemizedlist> <listitem> diff --git a/doc/de/autogen/irc_commands.xml b/doc/de/autogen/irc_commands.xml index e6a492dfe..d3577e68c 100644 --- a/doc/de/autogen/irc_commands.xml +++ b/doc/de/autogen/irc_commands.xml @@ -362,7 +362,7 @@ den Server dazu bringen, seine Konfigurationsdatei neu zu laden den Server dazu bringen, sich selbst neu zu starten </programlisting> -<command>/server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [deloutq] | [switch]</command> +<command>/server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [deloutq] | [raw] | [switch]</command> <programlisting> list, add or remove IRC servers @@ -380,6 +380,7 @@ servername: server name, for internal and display use keep: keep server in config file (for temporary servers only) del: delete a server deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending) + raw: open buffer with raw IRC data switch: switch active server (when one buffer is used for all servers, default key: alt-s on server buffer) Examples: diff --git a/doc/de/autogen/irc_options.xml b/doc/de/autogen/irc_options.xml index 292e30578..83c710c2b 100644 --- a/doc/de/autogen/irc_options.xml +++ b/doc/de/autogen/irc_options.xml @@ -166,6 +166,16 @@ </listitem> </itemizedlist> +<command>irc.look.raw_messages</command>: number of IRC raw messages to save in memory when raw data buffer is closed (messages will be displayed when opening raw data buffer) +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 65535 (default value: 256)</para> + </listitem> +</itemizedlist> + <command>irc.look.show_away_once</command>: in privaten Unterhaltungen nur einmalig eine Abwesenheitsnachricht anzeigen <itemizedlist> <listitem> diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index 8b2a36912..61fbf0bcb 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -281,7 +281,14 @@ This command run again a WeeChat binary, so it should have been compiled or inst <programlisting> zeigt die Uptime von Weechat an --o: sendet die Weechat-Uptime als IRC-Nachricht in den aktuellen Channel +-o: send uptime to current buffer as input +</programlisting> + +<command>/version [-o]</command> +<programlisting> +show WeeChat version and compilation date + +-o: send version to current buffer as input </programlisting> <command>/window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [pct] | resize pct | merge [all] | page_up | page_down | refresh | scroll | scroll_up | scroll_down | scroll_top | scroll_bottom | scroll_previous_highlight | scroll_next_highlight | zoom]</command> diff --git a/doc/en/autogen/aspell_options.xml b/doc/en/autogen/aspell_options.xml index 490551962..4977904a8 100644 --- a/doc/en/autogen/aspell_options.xml +++ b/doc/en/autogen/aspell_options.xml @@ -36,6 +36,16 @@ </listitem> </itemizedlist> +<command>aspell.check.real_time</command>: real-time spell checking of words (slower, disabled by default: words are checked only if there's delimiter after) +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + <command>aspell.check.word_min_length</command>: minimum length for a word to be spell checked (use 0 to check all words) <itemizedlist> <listitem> diff --git a/doc/en/autogen/irc_commands.xml b/doc/en/autogen/irc_commands.xml index 47a4c5553..a7ec7a23f 100644 --- a/doc/en/autogen/irc_commands.xml +++ b/doc/en/autogen/irc_commands.xml @@ -362,7 +362,7 @@ tell the server to reload its config file tell the server to restart itself </programlisting> -<command>/server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [deloutq] | [switch]</command> +<command>/server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [deloutq] | [raw] | [switch]</command> <programlisting> list, add or remove IRC servers @@ -380,6 +380,7 @@ servername: server name, for internal and display use keep: keep server in config file (for temporary servers only) del: delete a server deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending) + raw: open buffer with raw IRC data switch: switch active server (when one buffer is used for all servers, default key: alt-s on server buffer) Examples: diff --git a/doc/en/autogen/irc_options.xml b/doc/en/autogen/irc_options.xml index 4bfdd15ae..50e27d395 100644 --- a/doc/en/autogen/irc_options.xml +++ b/doc/en/autogen/irc_options.xml @@ -166,6 +166,16 @@ </listitem> </itemizedlist> +<command>irc.look.raw_messages</command>: number of IRC raw messages to save in memory when raw data buffer is closed (messages will be displayed when opening raw data buffer) +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 65535 (default value: 256)</para> + </listitem> +</itemizedlist> + <command>irc.look.show_away_once</command>: show remote away message only once in private <itemizedlist> <listitem> diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 8bd7d93cf..0173113dc 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -281,7 +281,14 @@ This command run again a WeeChat binary, so it should have been compiled or inst <programlisting> show WeeChat uptime --o: send uptime on current channel as an IRC message +-o: send uptime to current buffer as input +</programlisting> + +<command>/version [-o]</command> +<programlisting> +show WeeChat version and compilation date + +-o: send version to current buffer as input </programlisting> <command>/window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [pct] | resize pct | merge [all] | page_up | page_down | refresh | scroll | scroll_up | scroll_down | scroll_top | scroll_bottom | scroll_previous_highlight | scroll_next_highlight | zoom]</command> diff --git a/doc/fr/autogen/aspell_options.xml b/doc/fr/autogen/aspell_options.xml index db9a5d5ff..3c55b3c26 100644 --- a/doc/fr/autogen/aspell_options.xml +++ b/doc/fr/autogen/aspell_options.xml @@ -36,6 +36,16 @@ </listitem> </itemizedlist> +<command>aspell.check.real_time</command>: vérification orthographique des mots en temps réel (plus lent, désactivé par défaut: les mots sont vérifiés seulement s'il y a un délimiteur après) +<itemizedlist> + <listitem> + <para>type: booléen</para> + </listitem> + <listitem> + <para>valeurs: on, off (valeur par défaut: off)</para> + </listitem> +</itemizedlist> + <command>aspell.check.word_min_length</command>: longueur minimum d'un mot pour que l'otrhographe soit vérifiée (utilisez 0 pour vérifier tous les mots) <itemizedlist> <listitem> diff --git a/doc/fr/autogen/irc_commands.xml b/doc/fr/autogen/irc_commands.xml index d1062d8f7..b3c84a7ea 100644 --- a/doc/fr/autogen/irc_commands.xml +++ b/doc/fr/autogen/irc_commands.xml @@ -362,7 +362,7 @@ demander au serveur de recharger son fichier de configuration demander au serveur de redémarrer </programlisting> -<command>/server [list [nom_serveur]] | [listfull [nom_serveur]] | [add nom_serveur nom[/port] [-temp] [-auto | -noauto] [-ipv6] [-ssl]] | [copy nom_serveur nouveau_nom_serveur] | [rename nom_serveur nouveau_nom_serveur] | [keep nom_serveur] | [del nom_serveur] | [deloutq] | [switch]</command> +<command>/server [list [nom_serveur]] | [listfull [nom_serveur]] | [add nom_serveur nom[/port] [-temp] [-auto | -noauto] [-ipv6] [-ssl]] | [copy nom_serveur nouveau_nom_serveur] | [rename nom_serveur nouveau_nom_serveur] | [keep nom_serveur] | [del nom_serveur] | [deloutq] | [raw] | [switch]</command> <programlisting> liste, ajoute ou retire des serveurs IRC @@ -380,6 +380,7 @@ nom_serveur: nom du serveur, pour usage interne et affichage keep: garder le serveur dans le fichier de configuration (pour les serveurs temporaires seulement) del: supprimer un serveur deloutq: supprimer la file d'attente des messages sortants pour tous les serveurs (tous les messages que WeeChat est actuellement en train d'envoyer) + raw: ouvre le tampon avec les données brutes IRC switch: changer le serveur actif (quand un tampon est utilisé pour tous les serveurs, touche par défaut: alt-s sur le tampon serveur) Exemples : diff --git a/doc/fr/autogen/irc_options.xml b/doc/fr/autogen/irc_options.xml index 6ef32a304..d91315cd7 100644 --- a/doc/fr/autogen/irc_options.xml +++ b/doc/fr/autogen/irc_options.xml @@ -166,6 +166,16 @@ </listitem> </itemizedlist> +<command>irc.look.raw_messages</command>: nombre de messages IRC bruts à sauvegarder en mémoire lorsque le tampon des données brutes est fermé (ces messages seront affichés lors de l'ouverture du tampon des données brutes) +<itemizedlist> + <listitem> + <para>type: entier</para> + </listitem> + <listitem> + <para>valeurs: 0 .. 65535 (valeur par défaut: 256)</para> + </listitem> +</itemizedlist> + <command>irc.look.show_away_once</command>: voir le message d'absence distant une seule fois en privé <itemizedlist> <listitem> diff --git a/doc/fr/autogen/weechat_commands.xml b/doc/fr/autogen/weechat_commands.xml index de764c748..aa9f90fdf 100644 --- a/doc/fr/autogen/weechat_commands.xml +++ b/doc/fr/autogen/weechat_commands.xml @@ -280,7 +280,14 @@ Cette commande lance à nouveau un binaire WeeChat, il doit donc avoir été com <programlisting> montrer l'uptime de WeeChat --o: envoyer l'uptime sur le canal courant en tant que message IRC +-o: envoyer l'uptime sur le tampon courant comme entrée +</programlisting> + +<command>/version [-o]</command> +<programlisting> +afficher la version de WeeChat et la date de compilation + +-o: envoyer la version sur le tampon courant comme entrée </programlisting> <command>/window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [ptc] | resize pct | merge [all] | page_up | page_down | refresh | scroll | scroll_up | scroll_down | scroll_top | scroll_bottom | scroll_previous_highlight | scroll_next_highlight | zoom]</command> |