Dia ChangeLog report for Sun Aug 5 07:23:01 2001 (UTC)
From: Dia ChangeLog Daemon <nemo traminer dyndns org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Sun Aug 5 07:23:01 2001 (UTC)
Date: Sun, 05 Aug 2001 09:23:05 +0200
*** Recent ChangeLog entries:
--- ChangeLog.previous Fri Aug 3 09:23:09 2001
+++ dia/ChangeLog Sat Aug 4 19:45:24 2001
@@ -1,3 +1,49 @@
+2001-08-04 Cyrille Chepelov <chepelov@calixo.net>
+
+ * NEWS: updated to reflect build-time dependencies.
+
+ * lib/properties.[ch]: wrote get_prop_descriptions() as a wrapper
+ around obj->ops->describe_props(obj). Quarks are none of an
+ object's business in the general case...
+ * lib/text.c: Added an apply_textattr_properties() function to
+ factor out some common code related to applying a dialog's text
+ attribute properties to a (Text *) which wasn't edited there.
+ Ditto for textstr, for the string part of an objet.
+
+ * objects/GRAFCET/action.c:
+ * objects/SADT/annotation.c:
+ * objects/SADT/box.c: used apply_textattr_properties().
+
+ * objects/UML/actor.c:
+ * objects/UML/branch.c:
+ * objects/UML/component.c:
+ * objects/UML/constraint.c:
+ * objects/UML/small_package.c:
+ * objects/UML/state.c:
+ * objects/UML/usecase.c:
+ * objects/UML/large_package.c:
+ * objects/UML/note.c:
+ * objects/UML/node.c:
+ * objects/UML/message.c:
+ * objects/UML/classicon.c:
+ * objects/UML/object.c:
+ * objects/UML/realizes.c:
+ * objects/UML/dependency.c:
+ * objects/UML/implements.c:
+ slim-fast(tm) cure using more StdProps, and UTF-8 audit.
+ (most objects were already using StdProps to some extent ; this
+ systematises usage and removes some dead wood).
+
+ * objects/UML/stereotype.[ch]: use UTF-8 internally. const police work.
+ * objects/UML/uml.[ch]: audited for UTF-8.
+
+ * objects/UML/class.c: the UML_STEREOTYPE_* strings defined by
+ uml.h can be in UTF-8... this code isn't yet ready. Duplicating a
+ private (ISO-8859-1) definition.
+
+ * lib/charconv.c: Added a warning if we didn't run
+ nl_langinfo(CODESET) but rely instead on a hardcoded default.
+
2001-08-02 Cyrille Chepelov <chepelov@calixo.net>
* lib/diamenu.h: