2002-06-23 Hans Breuer <hans@breuer.org>
[dia.git] / NEWS
blob104ed6d71749a7d1605f46cbe4aecb568b054be5
1 dia-0.91: XX-XXX-XXXX
3 * Very likely to require libgtk2.0 instead of libgtk1.2. FIXME:
4   document exactly what we need (do it in INSTALL too)
6 dia-0.90:  1-June-2002
8 * identical to 0.90.RC3 save for some makefile juggling.
10 dia-0.90.RC3:  30-May-2002
12 * in FreeType mode, dia now looks for the xfs configuration files too
13   to retrieve the font path.
14 * Polish version of the manual added
15 * a load-time compatibility issue with files produced by 0.88.1 was
16   found and fixed for some UML objects.
17 * we now better use the intltool facilities
18 * various build problems on Solaris fixed and/or documented.
20 dia-0.90.RC2:  24-May-2002
22 * increased tolerance to broken XML files
23 * ER objects can have their text size changed
24 * a couple bugs (i18n, l10n, p9y) fixed
26 dia-0.90.RC1:  13-May-2002
28 * from now on, all XML files produced by dia will be encoded as UTF-8.
29   This version of dia is also capable of reading dia file encoded with
30   any other encoding the libxml2 parser embedded in libxml1 is able to
31   understand. One exception: the encoding declaration >must< be present.
33 * all previously generated XML files (.pluginrc and .dia files,
34   mostly) will now cause a warning about a missing encoding, and the
35   default dia will take. If you have properly compiled dia, it should
36   choose the charset you normally use. This is normal and there is no
37   other sane possible way.
39 * Metapost renderer
40 * Unicode builds are now mandatory. The software internally always talks UTF-8.
41 * Updated Python interface.
42 * Faster Postscript files.
43 * More options in the UML Class dialog.
44 * An optional menu bar can be added to each display window, in
45   addition to the popup menu.
46 * All RenderObjects have been replaced by equivalent shapes, and
47   RenderObject support code removed.
48 * All Lazyprop objects have been converted to Standard Properties
49   instead. Lazyprop support code removed.
50 * lots of internal changes and cleanups in the StdProp code. This
51   breaks binary compatibility.
52 * ongoing UTF-8 audit.
53 * libxml-1.8.14 is now needed; you can also have libxml2 installed,
54   but don't build with both development packages installed (this will 
55   most certanly end up in a library mismatch. To avoid this, the
56   configure script will stop if it detects both libxml development
57   packages)
58 * Shapes can now have a <svg:text> element.
59 * polybeziers and beziergons now have their bounding box properly computed.
60 * autoconf-2.50 is strongly recommended (2.13 should still be fine) if
61   you want to call ./autogen.sh.
62 * You now need libtool-1.4 to build the package.
63 * automake-1.4-p4 is probably needed as well.
64 * gettext-0.10.38 is now mandatory if you want to call ./autogen.sh.
65 * intltools-0.12 is now mandatory if you want to call ./autogen.sh. 
67   In general, don't call ./autogen.sh at all if your system is not on
68   the bleeding edge.
70 * You need recent versions of the packages {jade, docbook,
71   docbook-utils, docbook-dsssl, docbook-stylesheets,
72   docbook-style-dsssl, gnome-doc-tools-2-0, cygnus-stylesheets, etc.}
73   of the whole DocBook rendering system, to build the documentation.
74   The exact names of the packages vary from system to system; this
75   list is only a starting point! If compiling the documentation fails,
76   please report on dia-list@gnome.org once you've found which packages 
77   to install. However, you can disable the compilation of
78   documentation if it's too much trouble to fix.
79 * a few new shapes have been added.
80 * crashes in the right-click menu have been nailed.
83 dia-0.88:  11-May-2001
84 * Input method support should work correctly now.
85 * SVG shape files now use namespace from final W3C recommendation.
86   Addon shapes will have to be modified to use the
87   http://www.w3.org/2000/SVG namespace for SVG.  SVG export filter
88   also uses correct doctype.
89 * menus should now work in both gtk+ and gnome builds and have no i18n
90   related problems.  Don't look in app/menus.c.
91 * pstricks renderer output should now work fine without modification now.
92 * gdk-pixbuf is now a requirement for building dia.  It no longer
93   falls back to imlib if it can't find gdk-pixbuf.
94 * handle "file not found" errors better in the image object type.
95 * Dia now has documentation thanks to the GDP.  The help menu now has
96   more than just an about menu item.
97 * Antialiased drawing mode probably won't crash dia anymore
98 * Dia has a splash screen now (which can be turned off with the
99   --nosplash option).
100 * Updated bonobo support (when --enable-bonobo is used)
101 * added expose event compression for the dia canvas, which makes dia
102   more usable over remote X connections.
103 * Many objects updated to use properties interface.
104 * experimental unicode print support (--enable-unicode)
105 * updates to the python plugin and now distribute it with dia (--with-python)
106 * many new shapes and export filter plugins.
107 * other bug fixes.
109 dia-0.86:  6-August-2000
110 * Dia is now an official GNU program.
111 * Bug fixes to polygon, so that undo/redo of adding a point works correctly,
112   and added extra connection points to shape. (james)
113 * added unfinished DXF import filter (Steffen).
114 * XIM support added.
115 * added beziergon object. (james)
116 * The right click menu now behaves correctly when torn off.  Actions will be
117   performed on the last active display, which is defined as the last display
118   to receive mouse clicks or keyboard input. (james)
119 * added little button to top left hand corner of display for bringing up
120   the right click menu, as in gimp-1.1. (james)
121 * Layers dialog changes selected diagram when the active display changes.
122   (james)
123 * fixed bug in custom shape code affecting drawing of ellipses/circles.
124 * WPG and HPGL export filters added (Hans)
125 * Updated gnome-print code so that it respects the settings in the page
126   setup dialog.  The gnome-print code is still not as good as the straight
127   postscript code.
128 * Added a diagram properties dialog where you can manipulate the grid
129   settings (which are now saved with the diagram) and background colour.
130 * many other bug fixes.
132 dia-0.85:  18-May-2000
133 * Bug fix for bringing up properties window when a group of objects that don't
134   implement the properties code are selected (james).
135 * New sheets: Pneumatic, Electric and Civil (from Cyrille and Steffen).
136 * New export filters: TeX PSTricks and DXF (from Jacek and Steffen
137   respectively).
138 * New polygon object (Lars).
139 * You can now select between symmetric, smooth and cusp as the vertex style
140   for the segments in a bezier line object (Lars, james).
141 * Some fixups to make sure preferences and save files are written with
142   LC_NUMERIC set to C (james).
143 * dia will now use gdk-pixbuf in preference to imlib if it is found on the
144   system when compiling.
145 * there is a simple (unfinished) bonobo component now.  To build it, you
146   must pass --enable-bonobo to configure (this will not affect whether the
147   normal dia is built).  (Alex)
148 * Bug fixes in FS objects by David Thompson.
149 * new plugin system, along with a plugin manager where you can prevent
150   plugins from being loaded (james).
151 * Objects handled by the custom sheet code now have a better distance
152   algorithm -- before it just used a bounding box (james).
153 * New select submenu in the right click menu that makes it easier to select
154   groups of objects (Lars).
156 dia-0.84:  29-February-2000
157 * Bug fixes in sheet loading and object initialisation code -- this fixes
158   some of the seg faults in 0.83.
159 * Lots of new shapes (GRAFCET, SADT, chronogram and Contact from Cyrille)
160 * Fixed up fit to page so that it adjusts the scaling as you change the
161   size of the diagram.  Also allow fit to multiple pages.
162 * Show page breaks on diagram (this can be disabled in the preferences).
163 * CGM export filter fixes (most of this work was by Henk Jan Priester).
164 * SVG export filter fixes -- now it handles images as well.
165 * EPS filter now uses scaling factor set in page setup dialog.  This was
166   added because some apps do not allow scaling of an EPS file after importing
167   it.
168 * High quality anti aliased libart based renderer (Alex).
169 * PNG export filter (requires libpng and libart).
170 * toolbox is resizable kind of like the gimp-1.1 toolbox.
171 * Win32 port by Hans Breuer -- see http://hans.breuer.org/dia/
172 * Start of support for properties code.  THIS IS NOT FINISHED AND THE
173   INTERFACES ARE LIKELY TO CHANGE IN THE NEXT RELEASE.  DON'T WRITE NEW
174   OBJECTS AGAINST THESE NEW INTERFACES UNLESS YOU ARE PREPARED FOR THEM TO
175   BREAK WITH THE NEXT RELEASE.  That said, this adds a number of nice
176   features for users.  You can now group a number of properties supporting
177   objects (currently the `standard' objects, custom objects and the
178   flowchart box), and change some of the properties as a group.
180 dia-0.83:
181 * Copying/pasting of bezier and image objects should work correctly.
182 * New export filter interface, which allows export filters to be
183   loaded from plugins rather than being integrated into the application.
184 * New CGM export plugin.  It currently doesn't handle beziers yet, but
185   it does handle all other aspects of rendering.
186 * Fixed rendering of logo in about dialog.
187 * Don't reencode the symbol font in latin1, as this stops it working.
188 * Renamed the --export-to-ps option to --export (the short form is still -e).
189   It now works out which filter to use based on the file extension.
190 * Portability fixes.
192 dia-0.82:
193 * Dia has a new maintainer now.
194 * It is now possible to rearange the icons in the toolbox by editing
195   simple XML files.  You can also create new sheets composed of your
196   favourite shapes.  This feature is the work of Cyrille Chepelov
197 * New bezierline object.  This object is by Lars Clausen and me (James).
198 * Better integration with the gnome file manager -- dia files now have an
199   icon, and you can double click on a file to launch dia.
200 * more memory leak fixes based on purify runs by Bruce Mitchener.
201 * By holding down shift when using the zoom tool, you can zoom out.  This
202   feature was from Patrick Reynolds.
203 * By holding shift when using the move tool, it changes its behaviour to the
204   `grab' type scrolling as seen in acrobat, eog and other programs.
205 * More circuit shapes from Andreas Scherf.
206 * Other bug fixes I haven't mentioned above (see ChangeLog for details).
208 News in version 0.81:
209 * New printing dialog with "Fit to page" and landscape printing
210 * New Circuit objects
211 * Fixed loading saving of flowcharts and custom object. This would
212   make dia crash when loading saved files.
213 * Portability fixes
214 * Added undo support for some missing operations
215 * Fixed some memory leaks
216 * Fixed crashing bugs
217   
218 News in version 0.80:
219 * Undo capabilities
220 * Printing support
221 * Possibilities to create new objects in XML
222 * Export to SVG capability
223 * Objects can have menus
224 * New objects:
225   uml state object.
226   Some new Network objects
227   flowchart sheet.
228   Sybase sheet.
229   Electric circuit sheet.
230 * Uses g_module for dll loading (Dia should work on most unixes now).
231 * Somewhat better EPS files created
232 * More preferences
233 * Ctrl-drag handles restricts movement to horizontal/vertical.
234 * New logos.
235 * Heaps of new stuff i forgot
236 * Lots of bugfixes and cleanups.
238 News in version 0.41:
239 * Some internalization bugfixes.
240 Note that some translations still has problems. "sv" works.
242 News in version 0.40: 
244 * Internationalization
245 * Preferences handling
246 * Image objects
247 * New standard objects: polyline
248 * New UML objects: lifeline, object, message, class icon
249 * New network object: printer
250 * Better standard objects
251 * Better gnome compatibility
252 * Statusbar in diagram window
253 * Default properties for objects
254 * Various new features
255 * Asorted bugfixes
257 News in version 0.30: 
259 * Dia now has a layer system, much like the GIMP.
260 * The fileformat changed from my own binary format to an easily readable
261   XML format.
262 * New objects for Entity-Relationship modeling.
263 * New objects for UML and networking diagrams.
264 * Much better properties dialogs for most objects.
265 * Postscript output fixed, should work better now.
266 * Updated to use Gtk 1.1.x features.
267 * New features: Align objects, command line loading, etc.
268 * Internal updates.
269 * Lots of bugfixes and cleanups.