Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
8fbe4327
Commit
8fbe4327
authored
Jul 01, 2005
by
Sven Neumann
Committed by
Sven Neumann
Jul 01, 2005
Browse files
Made 2.3.2 development release.
2005-07-01 Sven Neumann <sven@gimp.org> * Made 2.3.2 development release.
parent
29e42050
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8fbe4327
2005-07-01 Sven Neumann <sven@gimp.org>
* Made 2.3.2 development release.
2005-07-01 Akkana Peck <akkana@cvs.gnome.org>
* app/actions/plug-in-actions.c
* menus/image-menu.xml.in: Rename Effects menu's action to
plug-in-effects-menu (missed during image menu reorg).
2005-07-01 Sven Neumann <sven@gimp.org>
* 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>
* libgimpwidgets/gimppageselector.c: added more API documentation.
...
...
NEWS
View file @
8fbe4327
...
...
@@ -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.
Changes in
CVS (not released yet)
=====================
============
Changes in
GIMP 2.3.2
=====================
- more standard way of dealing with translation of the startup tips
- 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
Changes in GIMP 2.3.1
=====================
...
...
app/Makefile.am
View file @
8fbe4327
...
...
@@ -208,9 +208,14 @@ endif
# uptodate when a release is made
#
dist-dump-gimprc
:
gimp-console-$(GIMP_APP_VERSION)$(EXEEXT)
./
$<
--dump-gimprc-system
>
$(top_srcdir)
/etc/gimprc
./
$<
--dump-gimprc-manpage
>
$(top_srcdir)
/docs/gimprc.5.in
./
$<
--dump-gimprc-system
>
gimprc.tmp
\
&&
(
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
...
...
data/tips/Makefile.am
View file @
8fbe4327
...
...
@@ -9,6 +9,7 @@ tipsdata_data_files = $(tipsdata_in_files:.xml.in=.xml)
tipsdata_DATA
=
$(tipsdata_data_files)
EXTRA_DIST
=
\
$(tipsdata_DATA)
\
$(tipsdata_in_files)
\
gimp-tips.dtd
\
fortunes.xsl
...
...
devel-docs/libgimpwidgets/tmpl/gimppageselector.sgml
View file @
8fbe4327
...
...
@@ -19,23 +19,13 @@ GimpPageSelector
</para>
<!-- ##### SIGNAL GimpPageSelector::selection-changed ##### -->
<para>
</para>
@gimppageselector: the object which received the signal.
<!-- ##### ARG GimpPageSelector:n-pages ##### -->
<para>
</para>
<!-- ##### ARG GimpPageSelector:target ##### -->
<para>
</para>
@parent_instance:
@n_pages:
@target:
@store:
@view:
@range_entry:
@thumbnail:
<!-- ##### ENUM GimpPageSelectorTarget ##### -->
<para>
...
...
docs/gimprc.5.in
View file @
8fbe4327
...
...
@@ -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
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
(num-processors 2)
...
...
@@ -156,11 +151,6 @@ 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
(default-brush "Circle (11)")
...
...
@@ -322,6 +312,7 @@ system colors allocated for the GIMP. This is an integer value.
.TP
(color-management
(mode display)
(display-profile-from-gdk yes)
(display-rendering-intent perceptual)
(simulation-rendering-intent perceptual)
(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.
Possible values are yes and no.
.TP
The info-window-per-display property has no description. Possible values are
yes and no.
.TP
(trust-dirty-flag no)
...
...
etc/gimprc
View file @
8fbe4327
...
...
@@ -253,6 +253,7 @@
#
# (color-management
# (mode display)
# (display-profile-from-gdk yes)
# (display-rendering-intent perceptual)
# (simulation-rendering-intent perceptual)
# (display-module "CdisplayLcms"))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment