home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / dia / dia-0.90-1-setup.exe / readme.win32.txt < prev   
Text File  |  2002-06-02  |  5KB  |  119 lines

  1. Dia is a program for drawing structured diagrams.
  2. Dia is a GNU program, and is Free Software.  See the COPYING file for
  3. the license.
  4.  
  5. NEWS
  6. ----
  7. dia-0.90:      30-May-2002
  8.  
  9. * startup menu entries are installed for all users now
  10. * a load-time compatibility issue with files produced by 0.88.1 was
  11.   found and fixed for some UML objects.
  12. * we now better use the intltool facilities
  13. * various build problems on Solaris fixed and/or documented.
  14.  
  15. dia-0.90.RC2:  24-May-2002
  16.  
  17. * increased tolerance to broken XML files
  18. * ER objects can have their text size changed
  19. * a couple bugs (i18n, l10n, p9y) fixed
  20.  
  21. dia-0.90.RC1:  13-May-2002
  22.  
  23. * from now on, all XML files produced by dia will be encoded as UTF-8.
  24.   This version of dia is also capable of reading dia file encoded with
  25.   any other encoding the libxml2 parser embedded in libxml1 is able to
  26.   understand. One exception: the encoding declaration >must< be present.
  27.  
  28. * all previously generated XML files (.pluginrc and .dia files,
  29.   mostly) will now cause a warning about a missing encoding, and the
  30.   default dia will take. If you have properly compiled dia, it should
  31.   choose the charset you normally use. This is normal and there is no
  32.   other sane possible way.
  33.  
  34. * Metapost renderer
  35. * Faster Postscript files.
  36. * More options in the UML Class dialog.
  37. * An optional menu bar can be added to each display window, in
  38.   addition to the popup menu.
  39. * ongoing UTF-8 audit.
  40. * Shapes can now have a <svg:text> element.
  41. * polybeziers and beziergons now have their bounding box properly computed.
  42.  
  43. * a few new shapes have been added.
  44. * crashes in the right-click menu have been nailed.
  45.  
  46. Using Dia on Windoze
  47. --------------------
  48.  
  49. Simply run the installer and start working...
  50. If you encounter any problems, please read the FAQ
  51. first !!!
  52. A version of the FAQ is available in the Start Menu
  53. after Installation - the latest and greatest is
  54. available on the dia website.
  55.  
  56. More information on dia Win32 can be found on the
  57. dia Win32 Installer homepage:
  58.  
  59. http://dia-installer.sourceforge.net
  60.  
  61. This is also the place to look for updates.
  62.  
  63. dia is free software and lives from the feedback of the
  64. users. Take the time to report all your bugs. Mailing List
  65. and bug tracking system are in place - If you don't feel
  66. comfortable, please contact me...
  67.  
  68.  
  69.    Steffen Macke <sdteffen@web.de>
  70.  
  71. --
  72. Homepage for dia is at:
  73.  http://www.lysator.liu.se/~alla/dia/dia.html
  74. The Win32 port is available at:
  75.  http://hans.breuer.org/dia
  76. The mailing list of Dia is:
  77.  dia-list@lysator.liu.se
  78. (It is the place to ask questions about Dia in general and probably
  79.  even the fastest way to get answers concerning the Win32 port. 
  80.  You don't need to be subscribed to mail to the list.)
  81. The source code is in gnome cvs.
  82. --
  83. Dia Development on Win32
  84. Like Gimp for Win32 Dia is based on the Gtk+ libraries ported by
  85. Tor Lillquist. Some of the problems in Dia may be caused by bugs
  86. in these libraries, because they are on heavy development as
  87. well.
  88. For more information about the port or GLib, GTk+ and the GIMP to
  89. native Windows, and pre-built binary packages, see
  90. http://www.gimp.org/win32/ or http://www.iki.fi/tml/gimp/win32/ .
  91. The only compiler used for the Win32 is Microsoft Visual C (5.0).
  92. There are four hand written makefiles, which are available in cvs,
  93. too. Beside Gtk+ there are some additional libraries required
  94. (gdk-pixbuf, libxml, libart). They are all available in cvs but
  95. using them on Win32 required minimal changes. I'll try to provide 
  96. development version of the cuurently used versions on my website
  97.  
  98. very soon.
  99. Compiling Dia (Win32)
  100. ---------------------
  101. Currently only the Micro$oft VC 5.0 compiler is supported (VC 6.0 should
  102. work).
  103. -1) Create your build environment (normally based on tml's latest Gtk+
  104.   snapshot). Instead of asking me how to do this, you'll probably want
  105.   to join the gimpwin-dev mailing list (see: http://www.iki.fi/tml/gimp/win32/)
  106. -0) Get additonal required libraries (libxml, gdk-pixbuf, libart, ...).
  107.   I'm planning to integrate my small patches to cvs, too. But this may take
  108.   some while, because they need to be conform with Gnome maintenance.
  109. 1) Get the latest Dia sources from cvs.
  110. 2) nmake -f makefile.msc in directories lib, app, objects, plug-ins
  111. 3) If the build succeeded, fine. If not, fix the sources and send me patches
  112.   or use the binaries. Please don't bother me with beginners questions about
  113.   C, VC, makefiles, etc.. Because I'm doing the port in my free time, which 
  114.   is generally limited.
  115.   Instead of answering beginners questions, you probably want me to use my
  116.   spare time, to build the latest, greatest Dia version.
  117. 4) Copy the files to their directories (see binary package)
  118. Have Fun,
  119.     Hans Breuer <Hans@Breuer.Org>