summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-09 17:19:14 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-09 17:19:14 +0100
commit785066832761966676d5382b047b9e2ef2d1c045 (patch)
treea322394f3385e951a77bdc935addc008fb6387f0 /doc/en/autogen/user
parentdaee18621e752a1047337acbfd56e3d40d12976f (diff)
downloadweechat-785066832761966676d5382b047b9e2ef2d1c045.zip
Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/weechat_commands.txt10
-rw-r--r--doc/en/autogen/user/weechat_options.txt7
2 files changed, 12 insertions, 5 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt
index 119a91113..5916e5a37 100644
--- a/doc/en/autogen/user/weechat_commands.txt
+++ b/doc/en/autogen/user/weechat_commands.txt
@@ -320,20 +320,22 @@
This command run again a WeeChat binary, so it should have been compiled or installed with a package manager before running this command.
........................................
-&bull; *`/uptime`* `[-o]`::
+&bull; *`/uptime`* `[-o | -ol]`::
........................................
show WeeChat uptime
- -o: send uptime to current buffer as input
+ -o: send uptime to current buffer as input (english string)
+ -ol: send uptime to current buffer as input (translated string)
........................................
-&bull; *`/version`* `[-o]`::
+&bull; *`/version`* `[-o | -ol]`::
........................................
show WeeChat version and compilation date
- -o: send version to current buffer as input
+ -o: send version to current buffer as input (english string)
+ -ol: send version to current buffer as input (translated string)
........................................
&bull; *`/wait`* `number[unit] command`::
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 7de1b3825..26862f1b6 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -364,7 +364,7 @@
** values: none, highlight, message, all (default value: all)
* *weechat.look.buffer_time_format*
-** description: time format for buffers
+** description: time format for each line displayed in buffers
** type: string
** values: any string (default value: "%H:%M:%S")
@@ -553,6 +553,11 @@
** type: boolean
** values: on, off (default value: on)
+* *weechat.look.time_format*
+** description: time format for dates converted to strings and displayed in messages
+** type: string
+** values: any string (default value: "%a, %d %b %Y %T")
+
* *weechat.network.gnutls_ca_file*
** description: file containing the certificate authorities
** type: string