Made 2.3.12 development release.

2006-10-11  Sven Neumann  <sven@gimp.org>

        * Made 2.3.12 development release.

        * plug-ins/pygimp/Makefile.am (codegen_files): added missing files.
This commit is contained in:
Sven Neumann 2006-10-11 15:17:07 +00:00 committed by Sven Neumann
parent c5c7416a69
commit af1320b606
4 changed files with 25 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2006-10-11 Sven Neumann <sven@gimp.org>
* Made 2.3.12 development release.
* plug-ins/pygimp/Makefile.am (codegen_files): added missing files.
2006-10-11 Raphaël Quinet <raphael@gimp.org>
* app/xcf/xcf-load.c (xcf_load_tile_rle): workaround for bug
@ -7,7 +13,7 @@
2006-10-11 Sven Neumann <sven@gimp.org>
* modules/Makefile.am: build the color-managed CMYK color selector
with the same filename as the naive implementation; they are
with the same filename as the naïve implementation; they are
mutually exclusive.
2006-10-11 Sven Neumann <sven@gimp.org>

View file

@ -601,6 +601,12 @@ When enabled, an image will become the active image when its image window
receives the focus. This is useful for window managers using "click to focus".
Possible values are yes and no.
.TP
(space-bar-action pan)
What to do when the space bar is pressed in the image window. Possible values
are none, pan and move.
.TP
(default-threshold 15)

View file

@ -462,6 +462,11 @@
#
# (activate-on-focus yes)
# What to do when the space bar is pressed in the image window. Possible
# values are none, pan and move.
#
# (space-bar-action pan)
# Tools such as fuzzy-select and bucket fill find regions based on a
# seed-fill algorithm. The seed fill starts at the initially selected pixel
# and progresses in all directions until the difference of pixel intensity

View file

@ -141,8 +141,13 @@ pygimp_PYTHON = \
pygimp_DATA = pygimp-logo.png
codegen_files = gimpcolor-types.defs gimpenums-types.defs \
gimpui.defs gimpui.override
codegen_files = \
gimpcolor-types.defs \
gimpenums-types.defs \
gimpthumb.defs \
gimpthumb.override \
gimpui.defs \
gimpui.override
pyenvdir = $(gimpplugindir)/environ
pyinterpdir = $(gimpplugindir)/interpreters