2004-11-29 Hans Breuer <hans@breuer.org>
commit2b715ddd36062b5faec441339504d9563726de1b
authorhans <hans>
Tue, 30 Nov 2004 05:30:56 +0000 (30 05:30 +0000)
committerhans <hans>
Tue, 30 Nov 2004 05:30:56 +0000 (30 05:30 +0000)
tree07f89e9e246cd5d451ad04598f260c9b3b170d54
parent95416f68c2548b6bbb3ff987e1ad9c27a6407385
2004-11-29  Hans Breuer  <hans@breuer.org>

* app/disp_callbacks.c : reenable so-called preedit
as described in bug #158859, Etsushi Kato
Also fixed some warnings.

* objects/standard/image.c(get_directory) : make
the documentation match the implementation.
(image_save) : don't write a leading slash on
relative filenames

* plug-ins/gprint/diagnomeprintrenderer.c :
switched to gnome-print-pango usage

* app/app_procs.c configure.in : although Dia
is not threaded it appears as if we have to
g_thread_init() to avoid crashing in some
libraries which are thread enabled

* lib/diamarshal.list lib/Makefile.am : start of
using GSignal to clean up some object relations
* lib/libdia.def : export marshallers
* app/diagram.[ch] : emit signals when REMOVED,
SELECTION_CHANGED
* app/display.c : added a connection to
SELECTION_CHANGED to test the new signal stuff

* app/diagram.c : fixed diagram_finalize while I
was there.
lib/diamarshal.list [new file with mode: 0644]