Made 2.3.2 development release.

2005-07-01  Sven Neumann  <sven@gimp.org>

        * Made 2.3.2 development release.
This commit is contained in:
Sven Neumann 2005-07-01 17:22:14 +00:00 committed by Sven Neumann
parent 29e42050d2
commit 8fbe43275d
7 changed files with 29 additions and 39 deletions

View File

@ -1,14 +1,22 @@
2005-07-01 Sven Neumann <sven@gimp.org>
* Made 2.3.2 development release.
2005-07-01 Akkana Peck <akkana@cvs.gnome.org> 2005-07-01 Akkana Peck <akkana@cvs.gnome.org>
* app/actions/plug-in-actions.c * app/actions/plug-in-actions.c
* menus/image-menu.xml.in: Rename Effects menu's action to * menus/image-menu.xml.in: Rename Effects menu's action to
plug-in-effects-menu (missed during image menu reorg). plug-in-effects-menu (missed during image menu reorg).
2005-07-01 Sven Neumann <sven@gimp.org> 2005-07-01 Sven Neumann <sven@gimp.org>
* Makefile.am (SUBDIRS): added po-tips. * Makefile.am (SUBDIRS): added po-tips.
* app/Makefile.am (dist-dump-gimprc): don't needlessly write to
the source directory.
* data/tips/Makefile.am (EXTRA_DIST): added tipsdata_DATA.
2005-07-01 Sven Neumann <sven@gimp.org> 2005-07-01 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimppageselector.c: added more API documentation. * libgimpwidgets/gimppageselector.c: added more API documentation.

5
NEWS
View File

@ -7,8 +7,8 @@ This is the development branch of The GIMP. Here's where all the shiny
new stuff is being done that will one day be released as GIMP 2.4. new stuff is being done that will one day be released as GIMP 2.4.
Changes in CVS (not released yet) Changes in GIMP 2.3.2
================================= =====================
- more standard way of dealing with translation of the startup tips - more standard way of dealing with translation of the startup tips
- allow to use the selected font in the text tool's text editor - allow to use the selected font in the text tool's text editor
@ -34,7 +34,6 @@ Changes in CVS (not released yet)
- bug fixes and code cleanup - bug fixes and code cleanup
Changes in GIMP 2.3.1 Changes in GIMP 2.3.1
===================== =====================

View File

@ -208,9 +208,14 @@ endif
# uptodate when a release is made # uptodate when a release is made
# #
dist-dump-gimprc: gimp-console-$(GIMP_APP_VERSION)$(EXEEXT) dist-dump-gimprc: gimp-console-$(GIMP_APP_VERSION)$(EXEEXT)
./$< --dump-gimprc-system > $(top_srcdir)/etc/gimprc ./$< --dump-gimprc-system > gimprc.tmp \
./$< --dump-gimprc-manpage > $(top_srcdir)/docs/gimprc.5.in && (cmp -s gimprc.tmp $(top_srcdir)/etc/gimprc || \
gimprc.tmp $(top_srcdir)/etc/gimprc) \
&& rm gimprc.tmp
./$< --dump-gimprc-manpage > gimprc.tmp \
&& (cmp -s gimprc.tmp $(top_srcdir)/docs/gimprc.5.in || \
gimprc.tmp $(top_srcdir)/docs/gimprc.5.in) \
&& rm gimprc.tmp
dist-hook: dist-check-gimp-console dist-dump-gimprc dist-hook: dist-check-gimp-console dist-dump-gimprc

View File

@ -9,6 +9,7 @@ tipsdata_data_files = $(tipsdata_in_files:.xml.in=.xml)
tipsdata_DATA = $(tipsdata_data_files) tipsdata_DATA = $(tipsdata_data_files)
EXTRA_DIST = \ EXTRA_DIST = \
$(tipsdata_DATA) \
$(tipsdata_in_files) \ $(tipsdata_in_files) \
gimp-tips.dtd \ gimp-tips.dtd \
fortunes.xsl fortunes.xsl

View File

@ -19,23 +19,13 @@ GimpPageSelector
</para> </para>
@parent_instance:
<!-- ##### SIGNAL GimpPageSelector::selection-changed ##### --> @n_pages:
<para> @target:
@store:
</para> @view:
@range_entry:
@gimppageselector: the object which received the signal. @thumbnail:
<!-- ##### ARG GimpPageSelector:n-pages ##### -->
<para>
</para>
<!-- ##### ARG GimpPageSelector:target ##### -->
<para>
</para>
<!-- ##### ENUM GimpPageSelectorTarget ##### --> <!-- ##### ENUM GimpPageSelectorTarget ##### -->
<para> <para>

View File

@ -53,11 +53,6 @@ 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 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. desirable to put your swap file in "/tmp". This is a single folder.
.TP
The stingy-memory-use property has no description. Possible values are yes
and no.
.TP .TP
(num-processors 2) (num-processors 2)
@ -156,11 +151,6 @@ search.
Where to look for fonts. This is a colon-separated list of folders to search. Where to look for fonts. This is a colon-separated list of folders to search.
.TP
The font-path-writable property has no description. This is a colon-separated
list of folders to search.
.TP .TP
(default-brush "Circle (11)") (default-brush "Circle (11)")
@ -322,6 +312,7 @@ system colors allocated for the GIMP. This is an integer value.
.TP .TP
(color-management (color-management
(mode display) (mode display)
(display-profile-from-gdk yes)
(display-rendering-intent perceptual) (display-rendering-intent perceptual)
(simulation-rendering-intent perceptual) (simulation-rendering-intent perceptual)
(display-module "CdisplayLcms")) (display-module "CdisplayLcms"))
@ -619,11 +610,6 @@ If enabled, the move tool changes the active layer or path when a layer or
path is being picked. This used to be the default behaviour in older versions. path is being picked. This used to be the default behaviour in older versions.
Possible values are yes and no. Possible values are yes and no.
.TP
The info-window-per-display property has no description. Possible values are
yes and no.
.TP .TP
(trust-dirty-flag no) (trust-dirty-flag no)

View File

@ -253,6 +253,7 @@
# #
# (color-management # (color-management
# (mode display) # (mode display)
# (display-profile-from-gdk yes)
# (display-rendering-intent perceptual) # (display-rendering-intent perceptual)
# (simulation-rendering-intent perceptual) # (simulation-rendering-intent perceptual)
# (display-module "CdisplayLcms")) # (display-module "CdisplayLcms"))