Dia ChangeLog report for Sun Aug 19 07:23:02 2001 (UTC)

2001-08-18 Thread Dia ChangeLog Daemon
*** Recent ChangeLog entries: --- ChangeLog.previous Sat Aug 18 09:23:27 2001 +++ dia-cvs-snapshot/ChangeLog Sun Aug 19 09:23:17 2001 @@ -1,3 +1,36 @@ +2001-08-18 Hans Breuer <[EMAIL PROTECTED]> + + * app/app_procs.c : made it compile without ENABLE_NLS + + * app/diap_callbacks.c

Re: libxml 1-2-3

2001-08-18 Thread Cyrille Chepelov
Le sam, aoû 18, 2001, à 05:40:11 +0200, Hans Breuer a écrit: > Hi Cyrille, > your recent libxml changes introduce a problem (which is > probably long-time built-in in libxml). Why does a single > library need two names ? > > In dia_xml.c you are referencing the libxml headers as > but there are

libxml 1-2-3

2001-08-18 Thread Hans Breuer
Hi Cyrille, your recent libxml changes introduce a problem (which is probably long-time built-in in libxml). Why does a single library need two names ? In dia_xml.c you are referencing the libxml headers as but there are many places which just #include "tree.h". Really fixing it isn't allowed,