From 3379feb8ec59f634d583ab91fd5a0060cde1ca21 Mon Sep 17 00:00:00 2001 From: EDT 1999 Austin Donnelly Date: Mon, 23 Aug 1999 14:39:05 +0000 Subject: [PATCH] add docs for %Dx image-title-format string. Mon Aug 23 10:37:24 EDT 1999 Austin Donnelly * gimprc.5.in: add docs for %Dx image-title-format string. --- ChangeLog | 4 ++++ gimprc-1.2.5.in | 3 +++ gimprc.5.in | 3 +++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c63b952a1c..7f41716fa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 23 10:37:24 EDT 1999 Austin Donnelly + + * gimprc.5.in: add docs for %Dx image-title-format string. + Mon Aug 23 10:15:32 EDT 1999 Austin Donnelly Dirty flag now correct in all cases. Can be displayed in image diff --git a/gimprc-1.2.5.in b/gimprc-1.2.5.in index 0efb0f9daf..28b4819d5b 100644 --- a/gimprc-1.2.5.in +++ b/gimprc-1.2.5.in @@ -399,6 +399,9 @@ sequences are recognised and expanded as follows: %s source scale factor .br %d destination scale factor +.br +%Dx expands to x if the image is dirty, the empty string +otherwise. The x can be any character, eg %D*. The default format string is "%f-%p.%i (%t)". diff --git a/gimprc.5.in b/gimprc.5.in index 0efb0f9daf..28b4819d5b 100644 --- a/gimprc.5.in +++ b/gimprc.5.in @@ -399,6 +399,9 @@ sequences are recognised and expanded as follows: %s source scale factor .br %d destination scale factor +.br +%Dx expands to x if the image is dirty, the empty string +otherwise. The x can be any character, eg %D*. The default format string is "%f-%p.%i (%t)".