Made 2.3.15 release.
svn path=/trunk/; revision=22089
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-03-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Made 2.3.15 development release.
|
||||
|
||||
2007-03-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/config/Makefile.am: fixed build of test-config.
|
||||
|
@ -352,7 +352,7 @@ GimpPropWidgets
|
||||
|
||||
@config:
|
||||
@property_name:
|
||||
@store:
|
||||
@model:
|
||||
@id_column:
|
||||
@label_column:
|
||||
@Returns:
|
||||
|
@ -242,7 +242,7 @@ kept available until the undo-size limit is reached. This is an integer
|
||||
value.
|
||||
|
||||
.TP
|
||||
(undo-size 32M)
|
||||
(undo-size 64M)
|
||||
|
||||
Sets an upper limit to the memory that is used per image to keep operations on
|
||||
the undo stack. Regardless of this setting, at least as many undo-levels as
|
||||
@ -541,14 +541,14 @@ Ask for confirmation before closing an image without saving. Possible values
|
||||
are yes and no.
|
||||
|
||||
.TP
|
||||
(monitor-xresolution 72.000000)
|
||||
(monitor-xresolution 96.000000)
|
||||
|
||||
Sets the monitor's horizontal resolution, in dots per inch. If set to 0,
|
||||
forces the X server to be queried for both horizontal and vertical resolution
|
||||
information. This is a float value.
|
||||
|
||||
.TP
|
||||
(monitor-yresolution 72.000000)
|
||||
(monitor-yresolution 96.000000)
|
||||
|
||||
Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces
|
||||
the X server to be queried for both horizontal and vertical resolution
|
||||
@ -707,7 +707,7 @@ How many recently opened image filenames to keep on the File menu. This is an
|
||||
integer value.
|
||||
|
||||
.TP
|
||||
(max-new-image-size 64M)
|
||||
(max-new-image-size 128M)
|
||||
|
||||
GIMP will warn the user if an attempt is made to create an image that would
|
||||
take more memory than the size specified here. The integer size can contain a
|
||||
|
@ -195,7 +195,7 @@
|
||||
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
|
||||
# size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (undo-size 32M)
|
||||
# (undo-size 64M)
|
||||
|
||||
# Sets the size of the previews in the Undo History. Possible values are
|
||||
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
|
||||
@ -411,13 +411,13 @@
|
||||
# forces the X server to be queried for both horizontal and vertical
|
||||
# resolution information. This is a float value.
|
||||
#
|
||||
# (monitor-xresolution 72.000000)
|
||||
# (monitor-xresolution 96.000000)
|
||||
|
||||
# Sets the monitor's vertical resolution, in dots per inch. If set to 0,
|
||||
# forces the X server to be queried for both horizontal and vertical
|
||||
# resolution information. This is a float value.
|
||||
#
|
||||
# (monitor-yresolution 72.000000)
|
||||
# (monitor-yresolution 96.000000)
|
||||
|
||||
# When enabled, GIMP will use the monitor resolution from the windowing
|
||||
# system. Possible values are yes and no.
|
||||
@ -556,7 +556,7 @@
|
||||
# size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
|
||||
# suffix is specified the size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (max-new-image-size 64M)
|
||||
# (max-new-image-size 128M)
|
||||
|
||||
# The toolbox-color-area property has no description. Possible values are
|
||||
# yes and no.
|
||||
|
Reference in New Issue
Block a user