Dia ChangeLog report for 2006-11-30 04:00:00 UTC (Thu 30 Nov)



Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots

*** Recent ChangeLog entries:

--- ChangeLog.previous  2006-11-27 05:03:05.000000000 +0100
+++ dia-cvs-snapshot/ChangeLog  2006-11-30 05:00:05.547409272 +0100
@@ -1,3 +1,35 @@
+2006-11-29  Lars Clausen  <lars raeder dk>
+
+       * lib/diarenderer.c: Make default draw_text use its internal
+       TextLine structures.
+
+       * objects/UML/object.c:
+       * objects/UML/classicon.c:
+       * objects/UML/node.c:
+       * objects/GRAFCET/action.c:
+       * objects/GRAFCET/action_text_draw.c:
+       * app/modify_tool.c: Use functions to access text internals.
+       There are more places that access the structure directly, which
+       should be changed, but are not critical now.
+
+       * lib/text.[ch]: Add variant (to become standard) that uses a
+       TextLine for each line.  Also expose some information in a more
+       encapsulated way.
+
+       * lib/diagdkrenderer.c: Use default draw_text implementation.
+
+2006-11-28  Lars Clausen  <lars raeder dk>
+
+       * app/modify_tool.c (modify_make_text_edit): Call
+       text_line_destroy rather than undefined text_line_free.
+
+       * lib/libdia.def: Removed disappeared _scaled_ functions.
+
+       * lib/arrows.[ch]: Moving inclusions towards .c, as too many
+       includes in .h confuses MSVC.
+
+       * lib/text.h: Start of using TextLine for Text lines.
+
 2006-11-26  Lars Clausen  <lars raeder dk>

        * lib/text.[ch]: Encapsulated the arrays in Text to prepare for



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]