mirror of https://github.com/GNOME/gimp.git
Made 2.3.8 development release.
2006-04-12 Sven Neumann <sven@gimp.org> * Made 2.3.8 development release.
This commit is contained in:
parent
0aa7154b16
commit
1cead468f2
|
@ -1,3 +1,7 @@
|
|||
2006-04-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Made 2.3.8 development release.
|
||||
|
||||
2006-04-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/*.[ch]
|
||||
|
|
1
NEWS
1
NEWS
|
@ -35,6 +35,7 @@ Changes in GIMP 2.3.8
|
|||
- provide script-specific samples instead of hard-coding "Aa" for font preview
|
||||
- build the Screenshot plug-in on all platforms
|
||||
- allow to discard invisible layers when merging visible layers
|
||||
- nicer output from gimp-procedural-db-dump
|
||||
- bug fixes and code cleanup
|
||||
|
||||
|
||||
|
|
|
@ -262,6 +262,12 @@ to being specified in kilobytes.
|
|||
Sets the size of the previews in the Undo History. Possible values are tiny,
|
||||
extra-small, small, medium, large, extra-large, huge, enormous and gigantic.
|
||||
|
||||
.TP
|
||||
(plug-in-history-size 10)
|
||||
|
||||
How many recently used plug-ins to keep on the Filters menu. This is an
|
||||
integer value.
|
||||
|
||||
.TP
|
||||
(pluginrc-path "${gimp_dir}/pluginrc")
|
||||
|
||||
|
@ -578,17 +584,17 @@ Sets the default settings for the image view. This is a parameter list.
|
|||
|
||||
.TP
|
||||
(default-fullscreen-view
|
||||
(show-menubar no)
|
||||
(show-rulers no)
|
||||
(show-scrollbars no)
|
||||
(show-statusbar no)
|
||||
(show-selection no)
|
||||
(show-layer-boundary no)
|
||||
(show-guides no)
|
||||
(show-menubar yes)
|
||||
(show-rulers yes)
|
||||
(show-scrollbars yes)
|
||||
(show-statusbar yes)
|
||||
(show-selection yes)
|
||||
(show-layer-boundary yes)
|
||||
(show-guides yes)
|
||||
(show-grid no)
|
||||
(show-sample-points no)
|
||||
(padding-mode custom)
|
||||
(padding-color (color-rgba 0.000000 0.000000 0.000000 1.000000)))
|
||||
(show-sample-points yes)
|
||||
(padding-mode default)
|
||||
(padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000)))
|
||||
|
||||
Sets the default settings used when an image is viewed in fullscreen mode.
|
||||
This is a parameter list.
|
||||
|
@ -652,9 +658,10 @@ Enable displaying a handy GIMP tip on startup. Possible values are yes and
|
|||
no.
|
||||
|
||||
.TP
|
||||
(show-tool-tips yes)
|
||||
(show-tooltips yes)
|
||||
|
||||
Enable tooltips display. Possible values are yes and no.
|
||||
Show a tooltip when the pointer hovers over an item. Possible values are yes
|
||||
and no.
|
||||
|
||||
.TP
|
||||
(tearoff-menus yes)
|
||||
|
@ -702,13 +709,13 @@ specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
|
|||
specified the size defaults to being specified in kilobytes.
|
||||
|
||||
.TP
|
||||
(toolbox-color-area yes)
|
||||
(toolbox-color-area no)
|
||||
|
||||
The toolbox-color-area property has no description. Possible values are yes
|
||||
and no.
|
||||
|
||||
.TP
|
||||
(toolbox-foo-area yes)
|
||||
(toolbox-foo-area no)
|
||||
|
||||
The toolbox-foo-area property has no description. Possible values are yes and
|
||||
no.
|
||||
|
@ -766,14 +773,14 @@ contains '%s' it will be replaced with the URL, else the URL will be appended
|
|||
to the command with a space separating the two. This is a single filename.
|
||||
|
||||
.TP
|
||||
(toolbox-window-hint normal)
|
||||
(toolbox-window-hint utility)
|
||||
|
||||
The window type hint that is set on the toolbox. This may affect how your
|
||||
window manager decorates and handles the toolbox window. Possible values are
|
||||
normal, utility and keep-above.
|
||||
|
||||
.TP
|
||||
(dock-window-hint normal)
|
||||
(dock-window-hint utility)
|
||||
|
||||
The window type hint that is set on dock windows. This may affect the way your
|
||||
window manager decorates and handles dock windows. Possible values are
|
||||
|
|
38
etc/gimprc
38
etc/gimprc
|
@ -209,6 +209,11 @@
|
|||
#
|
||||
# (undo-preview-size large)
|
||||
|
||||
# How many recently used plug-ins to keep on the Filters menu. This is an
|
||||
# integer value.
|
||||
#
|
||||
# (plug-in-history-size 10)
|
||||
|
||||
# Sets the pluginrc search path. This is a single filename.
|
||||
#
|
||||
# (pluginrc-path "${gimp_dir}/pluginrc")
|
||||
|
@ -445,17 +450,17 @@
|
|||
# This is a parameter list.
|
||||
#
|
||||
# (default-fullscreen-view
|
||||
# (show-menubar no)
|
||||
# (show-rulers no)
|
||||
# (show-scrollbars no)
|
||||
# (show-statusbar no)
|
||||
# (show-selection no)
|
||||
# (show-layer-boundary no)
|
||||
# (show-guides no)
|
||||
# (show-menubar yes)
|
||||
# (show-rulers yes)
|
||||
# (show-scrollbars yes)
|
||||
# (show-statusbar yes)
|
||||
# (show-selection yes)
|
||||
# (show-layer-boundary yes)
|
||||
# (show-guides yes)
|
||||
# (show-grid no)
|
||||
# (show-sample-points no)
|
||||
# (padding-mode custom)
|
||||
# (padding-color (color-rgba 0.000000 0.000000 0.000000 1.000000)))
|
||||
# (show-sample-points yes)
|
||||
# (padding-mode default)
|
||||
# (padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000)))
|
||||
|
||||
# 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
|
||||
|
@ -506,9 +511,10 @@
|
|||
#
|
||||
# (show-tips yes)
|
||||
|
||||
# Enable tooltips display. Possible values are yes and no.
|
||||
# Show a tooltip when the pointer hovers over an item. Possible values are
|
||||
# yes and no.
|
||||
#
|
||||
# (show-tool-tips yes)
|
||||
# (show-tooltips yes)
|
||||
|
||||
# When enabled, menus can be torn off. Possible values are yes and no.
|
||||
#
|
||||
|
@ -551,12 +557,12 @@
|
|||
# The toolbox-color-area property has no description. Possible values are
|
||||
# yes and no.
|
||||
#
|
||||
# (toolbox-color-area yes)
|
||||
# (toolbox-color-area no)
|
||||
|
||||
# The toolbox-foo-area property has no description. Possible values are yes
|
||||
# and no.
|
||||
#
|
||||
# (toolbox-foo-area yes)
|
||||
# (toolbox-foo-area no)
|
||||
|
||||
# The toolbox-image-area property has no description. Possible values are
|
||||
# yes and no.
|
||||
|
@ -607,13 +613,13 @@
|
|||
# window manager decorates and handles the toolbox window. Possible values
|
||||
# are normal, utility and keep-above.
|
||||
#
|
||||
# (toolbox-window-hint normal)
|
||||
# (toolbox-window-hint utility)
|
||||
|
||||
# The window type hint that is set on dock windows. This may affect the way
|
||||
# your window manager decorates and handles dock windows. Possible values
|
||||
# are normal, utility and keep-above.
|
||||
#
|
||||
# (dock-window-hint normal)
|
||||
# (dock-window-hint utility)
|
||||
|
||||
# When enabled, dock windows (the toolbox and palettes) are set to be
|
||||
# transient to the active image window. Most window managers will keep the
|
||||
|
|
|
@ -39,13 +39,14 @@ gnulocaledir = $(datadir)/locale
|
|||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||
subdir = po
|
||||
install_sh = @install_sh@
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
# Automake >= 1.8 provides @mkdir_p@.
|
||||
# Until it can be supposed, use the safe fallback:
|
||||
mkdir_p = $(install_sh) -d
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
CC = @CC@
|
||||
GENCAT = @GENCAT@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
MSGFMT = @MSGFMT@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
|
@ -73,7 +74,6 @@ POTFILES = \
|
|||
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
INSTOBJEXT = @INSTOBJEXT@
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
|
||||
|
@ -94,7 +94,7 @@ INSTOBJEXT = @INSTOBJEXT@
|
|||
|
||||
.po.cat:
|
||||
sed -f ../intl/po2msg.sed < $< > $*.msg \
|
||||
&& rm -f $@ && $(GENCAT) $@ $*.msg
|
||||
&& rm -f $@ && gencat $@ $*.msg
|
||||
|
||||
|
||||
all: all-@USE_NLS@
|
||||
|
@ -110,11 +110,7 @@ install-exec:
|
|||
install-data: install-data-@USE_NLS@
|
||||
install-data-no: all
|
||||
install-data-yes: all
|
||||
if test -n "$(MKINSTALLDIRS)"; then \
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
|
||||
else \
|
||||
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
|
||||
fi
|
||||
$(mkdir_p) $(DESTDIR)$(datadir)
|
||||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
cat=`basename $$cat`; \
|
||||
|
@ -124,39 +120,31 @@ install-data-yes: all
|
|||
esac; \
|
||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||
dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
|
||||
if test -n "$(MKINSTALLDIRS)"; then \
|
||||
$(MKINSTALLDIRS) $$dir; \
|
||||
else \
|
||||
$(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
|
||||
fi; \
|
||||
$(mkdir_p) $$dir; \
|
||||
if test -r $$cat; then \
|
||||
$(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
|
||||
echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \
|
||||
$(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE).mo; \
|
||||
echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE).mo"; \
|
||||
else \
|
||||
$(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
|
||||
$(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE).mo; \
|
||||
echo "installing $(srcdir)/$$cat as" \
|
||||
"$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \
|
||||
"$$dir/$(GETTEXT_PACKAGE).mo"; \
|
||||
fi; \
|
||||
if test -r $$cat.m; then \
|
||||
$(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
|
||||
echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \
|
||||
$(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
|
||||
echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
|
||||
else \
|
||||
if test -r $(srcdir)/$$cat.m ; then \
|
||||
$(INSTALL_DATA) $(srcdir)/$$cat.m \
|
||||
$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
|
||||
$$dir/$(GETTEXT_PACKAGE).mo.m; \
|
||||
echo "installing $(srcdir)/$$cat as" \
|
||||
"$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \
|
||||
"$$dir/$(GETTEXT_PACKAGE).mo.m"; \
|
||||
else \
|
||||
true; \
|
||||
fi; \
|
||||
fi; \
|
||||
done
|
||||
if test "$(PACKAGE)" = "glib"; then \
|
||||
if test -n "$(MKINSTALLDIRS)"; then \
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
|
||||
else \
|
||||
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
|
||||
fi; \
|
||||
$(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
|
||||
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
||||
$(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
||||
else \
|
||||
|
@ -171,10 +159,10 @@ uninstall:
|
|||
for cat in $$catalogs; do \
|
||||
cat=`basename $$cat`; \
|
||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
|
||||
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
|
||||
rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
|
||||
rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
|
||||
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
|
||||
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
|
||||
rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
|
||||
rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
|
||||
done
|
||||
if test "$(PACKAGE)" = "glib"; then \
|
||||
rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
||||
|
@ -192,8 +180,8 @@ mostlyclean:
|
|||
clean: mostlyclean
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile Makefile.in POTFILES
|
||||
rm -f *.mo *.msg *.cat *.cat.m $(GMOFILES)
|
||||
rm -f Makefile Makefile.in POTFILES stamp-it
|
||||
rm -f *.mo *.msg *.cat *.cat.m *.gmo
|
||||
|
||||
maintainer-clean: distclean
|
||||
@echo "This command is intended for maintainers to use;"
|
||||
|
@ -205,11 +193,12 @@ dist distdir: $(DISTFILES)
|
|||
dists="$(DISTFILES)"; \
|
||||
extra_dists="$(EXTRA_DISTFILES)"; \
|
||||
for file in $$extra_dists; do \
|
||||
test -f $$file && dists="$$dists $$file"; \
|
||||
test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
|
||||
done; \
|
||||
for file in $$dists; do \
|
||||
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|
||||
|| cp -p $(srcdir)/$$file $(distdir); \
|
||||
test -f $$file || file="$(srcdir)/$$file"; \
|
||||
ln $$file $(distdir) 2> /dev/null \
|
||||
|| cp -p $$file $(distdir); \
|
||||
done
|
||||
|
||||
update-po: Makefile
|
||||
|
@ -239,23 +228,15 @@ update-po: Makefile
|
|||
fi; \
|
||||
done
|
||||
|
||||
# POTFILES is created from POTFILES.in by stripping comments, empty lines
|
||||
# and Intltool tags (enclosed in square brackets), and appending a full
|
||||
# relative path to them
|
||||
POTFILES: POTFILES.in
|
||||
( posrcprefix='$(top_srcdir)/'; \
|
||||
rm -f $@-t $@ \
|
||||
&& (sed -e '/^#/d' \
|
||||
-e 's/^[[].*] *//' \
|
||||
-e '/^[ ]*$$/d' \
|
||||
-e "s@^@ $$posrcprefix@" $(srcdir)/$@.in \
|
||||
| sed -e '$$!s/$$/ \\/') > $@-t \
|
||||
&& chmod a-w $@-t \
|
||||
&& mv $@-t $@ )
|
||||
Makefile POTFILES: stamp-it
|
||||
@if test ! -f $@; then \
|
||||
rm -f stamp-it; \
|
||||
$(MAKE) stamp-it; \
|
||||
fi
|
||||
|
||||
Makefile: Makefile.in.in ../config.status POTFILES
|
||||
stamp-it: Makefile.in.in ../config.status POTFILES.in
|
||||
cd .. \
|
||||
&& CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
|
||||
&& CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
|
||||
$(SHELL) ./config.status
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
||||
|
|
Loading…
Reference in New Issue