docs, etc: regenerate the default gimprc and its manpage.

This commit is contained in:
Jehan 2021-10-13 00:51:03 +02:00
parent e574dbe81c
commit 9453f0420c
2 changed files with 13 additions and 4 deletions

View File

@ -456,6 +456,11 @@ Export the image's color profile by default. Possible values are yes and no.
Export the image's comment by default. Possible values are yes and no.
.TP
(export-thumbnail yes)
Export the image's thumbnail by default Possible values are yes and no.
.TP
(export-metadata-exif yes)
@ -486,12 +491,12 @@ Possible values are yes and no.
.TP
(check-update-timestamp 0)
Timestamp of the last update check. (null)
Timestamp of the last update check. This is an integer value.
.TP
(last-release-timestamp 0)
The timestamp for the last known release date. (null)
The timestamp for the last known release date. This is an integer value.
.TP

View File

@ -374,6 +374,10 @@
#
# (export-comment yes)
# Export the image's thumbnail by default Possible values are yes and no.
#
# (export-thumbnail yes)
# Export Exif metadata by default. Possible values are yes and no.
#
# (export-metadata-exif yes)
@ -396,11 +400,11 @@
#
# (check-updates yes)
# Timestamp of the last update check. (null)
# Timestamp of the last update check. This is an integer value.
#
# (check-update-timestamp 0)
# The timestamp for the last known release date. (null)
# The timestamp for the last known release date. This is an integer value.
#
# (last-release-timestamp 0)