2004-01-21 Manish Singh <yosh@gimp.org>
* configure.in: modernized, made a lot of things m4 macros, and made
versioning a lot more finegrained, in anticipation for post-2.0.
* autogen.sh: bumped up libtool and glib minimum requirements to match
reality.
* gimp-2.0.pc.in
* gimpthumb-2.0.pc.in
* gimpui-2.0.pc.in: adapted to new versioning variables, and bring
in RT_LIBS when needed.
* */*/Makefile.am: adapted to new versioning variables.
2003-12-20 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml
* libgimpbase/libgimpbase-docs.sgml
* libgimpcolor/libgimpcolor-docs.sgml
* libgimpmath/libgimpmath-docs.sgml
* libgimpmodule/libgimpmodule-docs.sgml
* libgimpthumb/libgimpthumb-docs.sgml
* libgimpwidgets/libgimpwidgets-docs.sgml: reverted the XInclude
namespace update. xsltproc crashes if the new namespace URL is
being used so we better continue to use the deprecated one until
this is fixed.
2003-12-16 Dave Neary <bolsh@gimp.org>
* */Makefile.am: Fixed long-standing gtk-doc
problem caused by a problem with docbook-xml installations,
dodgy debian packages and suspect Makefile checks which
makes "make install" work even if some gtk docs aren't
correctly built.
2003-11-15 Sven Neumann <sven@gimp.org>
* configure.in
* app/Makefile.am: moved the definition of the symbol prefix to
the configure script. Set it to '_' for MacOS X and Win32.
* libgimpwidgets/gimpwidgets.[ch]: removed the deprecation guards
again. It doesn't make sense to deprecate these function now.
2003-11-11 Sven Neumann <sven@gimp.org>
* app/display/gimpcanvas.c: added API docs for the less obvious
functions. Gracefully handle attempts to draw on the unrealized
widget.
* app/display/gimpdisplayshell-selection.c (selection_draw):
removed the redundant check for a realized canvas widget.
Also updated API docs.
2003-11-08 Sven Neumann <sven@gimp.org>
* configure.in: renamed version.xml.in to version.in in all API
reference manuals.
2003-11-08 Sven Neumann <sven@gimp.org>
* */version.xml.in: renamed to version.in.
* */*-docs.sgml: include the version number using XInclude.
2003-11-08 Sven Neumann <sven@gimp.org>
* app/config/gimpconfig-error.h: added GIMP_CONFIG_ERROR_VERSION
to GimpConfigError enum.
* libgimpbase/gimpprotocol.h: renamed GP_VERSION to
GIMP_PROTOCOL_VERSION.
* libgimp/gimp.c
* app/plug-in/plug-in-run.c: changed accordingly.
* app/plug-in/plug-in-rc.[ch]: write the protocol version to the
pluginrc and stop parsing when a wrong protocol version is found.
* app/plug-in/plug-ins.c: pass a GError to plug_in_rc_parse().
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-12 Sven Neumann <sven@gimp.org>
* app/config/Makefile.am: fixed dependencies for test-config.
* app/config/gimpconfigwriter.[ch]: code cleanup and documentation.
* app/composite/gimp-composite-generic.[ch]: made prototype for
gimp_composite_color_any_any_any_generic() match the implementation.
* app/composite/gimp-composite.c: fixed some issues with the
comment templates.
2003-09-17 Sven Neumann <sven@gimp.org>
* app/Makefile.am: added another file to ignore, added -u hack to
make the scan application link again.
* app-sections.txt: updated.
2003-09-09 Michael Natterer <mitch@gimp.org>
* app/app-docs.sgml: added IDs to all <chapter>s so they are
generated with useful names instead of chxx.html.
2003-09-08 Michael Natterer <mitch@gimp.org>
* app/app-docs.sgml
* app/app-sections.txt: even more cleanup. Put most stuff in
<chapter>s so the main TOC has a reasonable size now.
2003-09-07 Michael Natterer <mitch@gimp.org>
* app/Makefile.am: ignore some more headers.
* app/app-docs.sgml
* app/app-sections.txt: lots of updates. Made <part>s out of the
app/ subdirs and added sub-<chapter>s. The main TOC is way too
crowded currently, will fix that later...
2003-09-07 Michael Natterer <mitch@gimp.org>
* app/Makefile.am: ignore paint-funcs-generic.h
* app/app-docs.sgml
* app/app-sections.txt: added all class typedefs, removed struct
typedefs from the -types sections and removed all -types sections
which were empty after that. Lots of updates.
2003-09-03 Sven Neumann <sven@gimp.org>
* app/Makefile.am (IGNORE_HFILES): added some more files to ignore.
* app/app-sections.txt: some updates, a lot more are needed.
2003-08-09 Sven Neumann <neo@bender>
* configure.in: added devel-docs/app.
* app/core/gimpitem.c
* app/widgets/gimpdialogfactory.c: more documentation fixes.
2003-08-09 Sven Neumann <sven@gimp.org>
* Makefile.am
* app: added a first version of docs for the application. The
templates are not yet in CVS and it's not built by default (and
probably never will be).