diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-18 18:44:03 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-18 18:44:03 +0200 |
commit | c572e393e7399d125b543f4102d1baeb3b3b8391 (patch) | |
tree | 885fe3b4307148b377c3f5233c98e322a603c734 /doc/de/autogen | |
parent | c3df7da6411a44da6b9fc0f52700372a1d074758 (diff) | |
download | weechat-c572e393e7399d125b543f4102d1baeb3b3b8391.zip |
Remove "category" for buffers (keep only name).
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/demo_commands.xml | 7 | ||||
-rw-r--r-- | doc/de/autogen/weechat_commands.xml | 6 | ||||
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 32 |
3 files changed, 23 insertions, 22 deletions
diff --git a/doc/de/autogen/demo_commands.xml b/doc/de/autogen/demo_commands.xml index e4901d610..5d445725c 100644 --- a/doc/de/autogen/demo_commands.xml +++ b/doc/de/autogen/demo_commands.xml @@ -6,7 +6,7 @@ docgen.pl builds XML doc files to include in many languages --> -<command>demo_buffer category name</command> +<command>demo_buffer name</command> <programlisting> open a new buffer </programlisting> @@ -23,11 +23,12 @@ arguments: optional arguments for info Without argument, this command displays list of available infos </programlisting> -<command>demo_infolist [infolist]</command> +<command>demo_infolist [infolist [arguments]]</command> <programlisting> get and display an infolist -infolist: infolist to display + infolist: infolist to display +arguments: optional arguments for infolist Without argument, this command displays list of available infolists </programlisting> diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index 0743d9f55..facb71738 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -6,7 +6,7 @@ docgen.pl builds XML doc files to include in many languages --> -<command>bar [add barname type[,cond1,cond2,...] position size separator item1,item2,...] | [default] | [del barname|-all] | [set barname name|priority|condition|position|filling|size|separator|items value] | [hide|show barname] | [scroll barname category.name value] | [list] | [listitems]</command> +<command>bar [add barname type[,cond1,cond2,...] position size separator item1,item2,...] | [default] | [del barname|-all] | [set barname name|priority|condition|position|filling|size|separator|items value] | [hide|show barname] | [scroll barname buffer value] | [list] | [listitems]</command> <programlisting> manage bars @@ -30,7 +30,7 @@ manage bars hide: hide a bar show: show an hidden bar scroll: scroll bar up/down -category.name: category and name of buffer to scroll ('*' means current buffer, you should use '*' for root bars) + buffer: name of buffer to scroll ('*' means current buffer, you should use '*' for root bars) value: value for scroll: 'x' or 'y', followed by '+', '-', 'b' (beginning) or 'e' (end), value (for +/-), and optional %% (to scroll by %% of width/height, otherwise value is number of chars) list: list all bars listfull: list all bars (verbose) @@ -95,7 +95,7 @@ disable: disable filters del: delete a filter number: number of filter to delete (look at list to find it) -all: delete all filters - buffer: buffer where filter is active: it may be a name (category.name) or "*" for all buffers + buffer: buffer where filter is active: it may be a name or "*" for all buffers tags: comma separated list of tags, for example: "irc_join,irc_part,irc_quit" regex: regular expression to search in line (use \t to separate prefix from message) diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index 9084ba7dc..e17de259c 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -902,22 +902,6 @@ </listitem> </itemizedlist> -<command>weechat.color.status_category</command> -<itemizedlist> - <listitem> - <para>description: text color for current buffer category in status bar</para> - </listitem> - <listitem> - <para>type: color</para> - </listitem> - <listitem> - <para>values: a color name</para> - </listitem> - <listitem> - <para>default value: lightgreen</para> - </listitem> -</itemizedlist> - <command>weechat.color.status_data_highlight</command> <itemizedlist> <listitem> @@ -1414,6 +1398,22 @@ </listitem> </itemizedlist> +<command>weechat.look.hotlist_short_names</command> +<itemizedlist> + <listitem> + <para>description: if set, uses short names to display buffer names in hotlist (start after first '.' in name)</para> + </listitem> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off</para> + </listitem> + <listitem> + <para>default value: on</para> + </listitem> +</itemizedlist> + <command>weechat.look.hotlist_sort</command> <itemizedlist> <listitem> |