On Wed, 02 Jul 2003, Dia ChangeLog Daemon wrote: > Snapshots available at http://www.crans.org/~chepelov/dia/snapshots > > *** Recent ChangeLog entries: > > --- ChangeLog.previous 2003-06-14 09:24:01.000000000 +0200 > +++ dia-cvs-snapshot/ChangeLog 2003-07-02 09:23:07.000000000 +0200 > @@ -1,3 +1,10 @@ > +2003-07-01 Hans Breuer <[EMAIL PROTECTED]> > + > + * lib/properties.h : introduce PROP_FLAG_OPTIONAL > + * lib/proplist.c : don't complain if optional attr is missing > + * lib/orth_conn.h : make "orth_autoroute" optional to > + stop complaining with older files.
This is strange -- other attributes can be missing (e.g. linestyle, color) without any complaints, as long as they have the default value. Why not booleans? orth_autoroute is definitely not optional, it's new. If anything, we should have versioning to tell us when an attribute can be expected, but this problem shouldn't appear just for booleans. -Lars -- Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| Hårdgrim of Numenor "I do not agree with a word that you say, but I |---------------------------- will defend to the death your right to say it." | Where are we going, and --Evelyn Beatrice Hall paraphrasing Voltaire | what's with the handbasket? _______________________________________________ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.lysator.liu.se/~alla/dia/faq.html Main page at http://www.lysator.liu.se/~alla/dia
