removed the call to cpu_accel_print_results(); should have got enough

2003-10-21  Sven Neumann  <sven@gimp.org>

	* app/base/base.c (base_init): removed the call to
	cpu_accel_print_results(); should have got enough testing and
	gimp-composite outputs the same info anyway.

	* app/Makefile.am: link libappcomposite.a before libappbase.a.

	* app/config/Makefile.am (test_config_LDADD): it's not any longer
	needed to link the test against libappdisplay. and libappwidgets.a.
This commit is contained in:
Sven Neumann 2003-10-20 23:02:49 +00:00 committed by Sven Neumann
parent fb6e78d9d8
commit ba6d76119a
7 changed files with 27 additions and 6 deletions

View File

@ -1,3 +1,14 @@
2003-10-21 Sven Neumann <sven@gimp.org>
* app/base/base.c (base_init): removed the call to
cpu_accel_print_results(); should have got enough testing and
gimp-composite outputs the same info anyway.
* app/Makefile.am: link libappcomposite.a before libappbase.a.
* app/config/Makefile.am (test_config_LDADD): it's not any longer
needed to link the test against libappdisplay. and libappwidgets.a.
2003-10-21 Sven Neumann <sven@gimp.org> 2003-10-21 Sven Neumann <sven@gimp.org>
* app/widgets/gimpvectorstreeview.c: implement * app/widgets/gimpvectorstreeview.c: implement

View File

@ -86,8 +86,8 @@ gimp_1_3_LDADD = \
file/libappfile.a \ file/libappfile.a \
plug-in/libappplug-in.a \ plug-in/libappplug-in.a \
paint-funcs/libapppaint-funcs.a \ paint-funcs/libapppaint-funcs.a \
base/libappbase.a \
composite/libappcomposite.a \ composite/libappcomposite.a \
base/libappbase.a \
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \ $(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \ $(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \ $(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \

View File

@ -43,7 +43,6 @@
#include "composite/gimp-composite.h" #include "composite/gimp-composite.h"
#include "base.h" #include "base.h"
#include "cpu-accel.h"
#include "temp-buf.h" #include "temp-buf.h"
#include "tile-cache.h" #include "tile-cache.h"
#include "tile-swap.h" #include "tile-swap.h"
@ -80,9 +79,6 @@ base_init (GimpBaseConfig *config,
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
g_printerr ("You can minimize this window, but don't close it.\n\n"); g_printerr ("You can minimize this window, but don't close it.\n\n");
#endif #endif
if (use_mmx)
cpu_accel_print_results ();
#endif /* odd minor version */ #endif /* odd minor version */
tile_cache_init (config->tile_cache_size); tile_cache_init (config->tile_cache_size);

View File

@ -1,3 +1,10 @@
2003-10-21 Sven Neumann <sven@gimp.org>
* app/Makefile.am: fixed linker order.
* app/app-docs.sgml
* app/app-sections.txt: updated.
2003-10-19 Sven Neumann <sven@gimp.org> 2003-10-19 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml * app/app-docs.sgml

View File

@ -86,8 +86,8 @@ GTKDOC_LIBS = \
$(top_builddir)/app/file/libappfile.a \ $(top_builddir)/app/file/libappfile.a \
$(top_builddir)/app/plug-in/libappplug-in.a \ $(top_builddir)/app/plug-in/libappplug-in.a \
$(top_builddir)/app/paint-funcs/libapppaint-funcs.a \ $(top_builddir)/app/paint-funcs/libapppaint-funcs.a \
$(top_builddir)/app/base/libappbase.a \
$(top_builddir)/app/composite/libappcomposite.a \ $(top_builddir)/app/composite/libappcomposite.a \
$(top_builddir)/app/base/libappbase.a \
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \ $(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \ $(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \ $(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \

View File

@ -665,6 +665,7 @@
<xi:include href="xml/gimphistogrambox.xml"/> <xi:include href="xml/gimphistogrambox.xml"/>
<xi:include href="xml/gimphistogramview.xml"/> <xi:include href="xml/gimphistogramview.xml"/>
<xi:include href="xml/gimptexteditor.xml"/> <xi:include href="xml/gimptexteditor.xml"/>
<xi:include href="xml/gimptooldialog.xml"/>
<xi:include href="xml/gimpviewablebutton.xml"/> <xi:include href="xml/gimpviewablebutton.xml"/>
<xi:include href="xml/gimpviewabledialog.xml"/> <xi:include href="xml/gimpviewabledialog.xml"/>
</chapter> </chapter>

View File

@ -4496,6 +4496,12 @@ gimp_toolbox_color_area_create
gimp_toolbox_indicator_area_create gimp_toolbox_indicator_area_create
</SECTION> </SECTION>
<SECTION>
<FILE>gimptooldialog</FILE>
<TITLE>GimpToolDialog</TITLE>
gimp_tool_dialog_new
</SECTION>
<SECTION> <SECTION>
<FILE>gimpundoeditor</FILE> <FILE>gimpundoeditor</FILE>
<TITLE>GimpUndoEditor</TITLE> <TITLE>GimpUndoEditor</TITLE>