summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/logger_options.txt4
-rw-r--r--doc/en/weechat_plugin_api.en.txt5
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/en/autogen/user/logger_options.txt b/doc/en/autogen/user/logger_options.txt
index 06a3ea379..dc944f880 100644
--- a/doc/en/autogen/user/logger_options.txt
+++ b/doc/en/autogen/user/logger_options.txt
@@ -9,7 +9,7 @@
** values: on, off (default value: off)
* *logger.file.mask*
-** description: default file name mask for log files (format is "directory/to/file" or "file", without first "/" because "path" option is used to build complete path to file); local buffer variables are permitted
+** description: default file name mask for log files (format is "directory/to/file" or "file", without first "/" because "path" option is used to build complete path to file); local buffer variables are permitted; date specifiers are permitted (see man strftime)
** type: string
** values: any string (default value: "$plugin.$name.weechatlog")
@@ -19,7 +19,7 @@
** values: on, off (default value: on)
* *logger.file.path*
-** description: path for WeeChat log files ("%h" will be replaced by WeeChat home, "~/.weechat" by default)
+** description: path for WeeChat log files; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default); date specifiers are permitted (see man strftime)
** type: string
** values: any string (default value: "%h/logs/")
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 49c8f1ae5..dfc64149d 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -5389,7 +5389,7 @@ Arguments:
* 'signal': signal to catch, can begin or end with "*":
-[width="80%",cols="^1,^3,^3,5",options="header"]
+[width="100%",cols="^1,^3,^4,5",options="header"]
|========================================
| Plugin | Signal | Arguments | Description
@@ -5477,6 +5477,9 @@ Arguments:
| weechat | buffer_type_changed | pointer: buffer |
type of buffer changed
+| weechat | day_changed | string: new date, format: "2010-01-31" |
+ day of system date has changed
+
| weechat | debug_dump | - |
dump request