*** Recent ChangeLog entries:
2001-05-10 Lars Clausen <[EMAIL PROTECTED]>
* plug-ins/xfig/xfig-import.c: Finally got groups working.
2001-05-09 Lars Clausen <[EMAIL PROTECTED]>
* plug-ins/xfig/xfig-import.c: Improvements to error handling and
group manipulation.
2001-05-09 Cyrille Chepelov <[EMAIL PROTECTED]>
* lib/ps-utf8.[ch]:
* lib/Makefile.am: fix makefile breakage which led to not
including ps-utf8.[ch] in the released tarballs.
2001-05-09 James Henstridge <[EMAIL PROTECTED]>
* Makefile.am (core-translation-report): dist scripts needed for
this target, and change to $(srcdir) before running.
* sheets/Makefile.am (EXTRA_DIST): actually dist the sheets. DATA
files aren't automatically included in the tarball by automake
because they could be generated files.
* objects/EML/Makefile.am (EXTRA_DIST): fix directory names.
* doc/en/Makefile.am (install-data-hook): fix up where graphics
are installed.
* configure.in: up version number to 0.87
* plug-ins/python/*.py: no longer necessary to explicitly set
sys.argv, as python.c does it for us now (like it should).
* plug-ins/python/gtkcons.py: fix up so it plays nicely as a dia
python plugin.
* plug-ins/python/python-startup.py: startup script that imports
all modules in $(datadir)/dia/python and ~/.dia/python.
* plug-ins/python/python.c (dia_plugin_init): change so that it
only runs the $(datadir)/dia/python-startup.py script. Make sure
that sys.argv and __main__.__file__ are set when calling the
startup script.
* plug-ins/python/Makefile.am: update makefile. Make it install
gtkcons.py plugin. I haven't set any other plugins to install, as
they look like they are mainly for debugging purposes.
* configure.in: add tests to detect if python is available, so we
can build the python plugin. Only run if --with-python passed to
configure.