From 5d88a8abdcd6e427c5bfb03ecd40bdd0df1d8f0d Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 4 Nov 2005 22:18:37 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ docs/gimprc.5.in | 20 +++++++++++++------- etc/gimprc | 15 ++++++++++----- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index d35697a44f..7b389a7b54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-04 Sven Neumann + + * Made 2.3.5 development release. + 2005-11-04 Michael Natterer * app/widgets/gimpcontrollereditor.c (gimp_controller_editor_init): diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index b82673ca99..317a60b802 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -46,11 +46,11 @@ shared by other users. This is a single folder. .TP (swap-path "${gimp_dir}") -Sets the swap file location. The GIMP uses a tile based memory allocation -scheme. The swap file is used to quickly and easily swap tiles out to disk and -back in. Be aware that the swap file can easily get very large if the GIMP is -used with large images. Also, things can get horribly slow if the swap file is -created on a directory that is mounted over NFS. For these reasons, it may be +Sets the swap file location. GIMP uses a tile based memory allocation scheme. +The swap file is used to quickly and easily swap tiles out to disk and back +in. Be aware that the swap file can easily get very largeif GIMP is used with +large images. Also, things can get horribly slow if the swap file is created +on a directory that is mounted over NFS. For these reasons, it may be desirable to put your swap file in "/tmp". This is a single folder. .TP @@ -221,7 +221,7 @@ are yes and no. (resolution-unit inches) (image-type rgb) (fill-type background-fill) - (comment "Created with The GIMP")) + (comment "Created with GIMP")) Sets the default image in the "File/New" dialog. This is a parameter list. @@ -319,6 +319,12 @@ system colors allocated for the GIMP. This is an integer value. Defines the color management behavior. This is a parameter list. +.TP +(save-document-history yes) + +Add all opened and saved files to the document history on disk. Possible +values are yes and no. + .TP (transparency-size medium-checks) @@ -833,7 +839,7 @@ The personal gimp directory which is set to the value of the environment variable GIMP2_DIRECTORY or to ~/@gimpdir@. .TP .I gimp_data_dir -Nase for paths to shareable data, which is set to the value of the +Base for paths to shareable data, which is set to the value of the environment variable GIMP2_DATADIR or to the compiled-in default value @gimpdatadir@. .TP diff --git a/etc/gimprc b/etc/gimprc index d5a6d6b2ad..fba166b399 100644 --- a/etc/gimprc +++ b/etc/gimprc @@ -19,11 +19,11 @@ # # (temp-path "${gimp_dir}/tmp") -# Sets the swap file location. The GIMP uses a tile based memory allocation +# Sets the swap file location. GIMP uses a tile based memory allocation # scheme. The swap file is used to quickly and easily swap tiles out to disk -# and back in. Be aware that the swap file can easily get very large if the -# GIMP is used with large images. Also, things can get horribly slow if the -# swap file is created on a directory that is mounted over NFS. For these +# and back in. Be aware that the swap file can easily get very largeif GIMP +# is used with large images. Also, things can get horribly slow if the swap +# file is created on a directory that is mounted over NFS. For these # reasons, it may be desirable to put your swap file in "/tmp". This is a # single folder. # @@ -173,7 +173,7 @@ # (resolution-unit inches) # (image-type rgb) # (fill-type background-fill) -# (comment "Created with The GIMP")) +# (comment "Created with GIMP")) # Specify a default image grid. This is a parameter list. # @@ -258,6 +258,11 @@ # (simulation-rendering-intent perceptual) # (display-module "CdisplayLcms")) +# Add all opened and saved files to the document history on disk. Possible +# values are yes and no. +# +# (save-document-history yes) + # Sets the size of the checkerboard used to display transparency. Possible # values are small-checks, medium-checks and large-checks. #