2004-01-18 Hans Breuer <hans@breuer.org>
commitebf995d279a6099da5e819c1060dfa0f434e8ac6
authorhans <hans>
Mon, 19 Jan 2004 01:55:55 +0000 (19 01:55 +0000)
committerhans <hans>
Mon, 19 Jan 2004 01:55:55 +0000 (19 01:55 +0000)
treec618783edab0fa83489802d2895d868ec727e9b8
parent966e7ea8ba06e68ff2d70da90070201dbdf79825
2004-01-18  Hans Breuer  <hans@breuer.org>

* app/app_procs.c (myXmlErrorReporting) : avoid possible crash
by not passing NULL to g_print()

* app/interface.c (create_toolbox) : actually use
persitence_register_window() to restore toolbox window size

* app/makefile.msc lib/makefile.msc : allow to deselect
building with Freetype by command line to nmake like :
nmake -f makefile.msc "NOFT2=1"

* plug-ins/python/diasvg_import.py : handle 'stroke-array' as
far as possible with Dia's limited line style
* plug-ins/python/pydia-property.c : allow to get and set
Linestyle, style and dash(length)

* lib/object.h : removed typedef for ObjectId not use anywhere
ChangeLog
app/app_procs.c
app/interface.c
app/makefile.msc
lib/makefile.msc
lib/object.h
plug-ins/python/diasvg_import.py
plug-ins/python/pydia-property.c