*** empty log message ***

This commit is contained in:
Sven Neumann 2005-11-04 22:18:37 +00:00
parent 17287bcf3f
commit 5d88a8abdc
3 changed files with 27 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2005-11-04 Sven Neumann <sven@gimp.org>
* Made 2.3.5 development release.
2005-11-04 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpcontrollereditor.c (gimp_controller_editor_init):

View File

@ -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

View File

@ -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.
#