From 8fbe43275d8ef0e0bf8d549010ca0ca0c44971f7 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 1 Jul 2005 17:22:14 +0000 Subject: [PATCH] Made 2.3.2 development release. 2005-07-01 Sven Neumann * Made 2.3.2 development release. --- ChangeLog | 10 +++++++- NEWS | 5 ++-- app/Makefile.am | 11 ++++++--- data/tips/Makefile.am | 1 + .../libgimpwidgets/tmpl/gimppageselector.sgml | 24 ++++++------------- docs/gimprc.5.in | 16 +------------ etc/gimprc | 1 + 7 files changed, 29 insertions(+), 39 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fee56e20c..d9f126bd7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,22 @@ +2005-07-01 Sven Neumann + + * Made 2.3.2 development release. + 2005-07-01 Akkana Peck * 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 * 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 * libgimpwidgets/gimppageselector.c: added more API documentation. diff --git a/NEWS b/NEWS index 64be3ada33..e8e6380c78 100644 --- a/NEWS +++ b/NEWS @@ -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 ===================== diff --git a/app/Makefile.am b/app/Makefile.am index 1be96bb0b6..83b14410d8 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -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 diff --git a/data/tips/Makefile.am b/data/tips/Makefile.am index ce311597c0..edf1542a67 100644 --- a/data/tips/Makefile.am +++ b/data/tips/Makefile.am @@ -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 diff --git a/devel-docs/libgimpwidgets/tmpl/gimppageselector.sgml b/devel-docs/libgimpwidgets/tmpl/gimppageselector.sgml index 5684c7b15c..53000253fe 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimppageselector.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimppageselector.sgml @@ -19,23 +19,13 @@ GimpPageSelector - - - - - - -@gimppageselector: the object which received the signal. - - - - - - - - - - +@parent_instance: +@n_pages: +@target: +@store: +@view: +@range_entry: +@thumbnail: diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index f2746f1679..0f6d19010f 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -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) diff --git a/etc/gimprc b/etc/gimprc index fde5f2c7f6..3460a8a3e4 100644 --- a/etc/gimprc +++ b/etc/gimprc @@ -253,6 +253,7 @@ # # (color-management # (mode display) +# (display-profile-from-gdk yes) # (display-rendering-intent perceptual) # (simulation-rendering-intent perceptual) # (display-module "CdisplayLcms"))