using dia-manual.chm instead of dia.chm
[dia.git] / NEWS
blob71b51ddd883ed9bd61e5c9c9c018d8586b7dd129
1 dia-0.92-pre1: 2-Sep-2003
3 Object developers please note:
4 This update contains a binary compatibility change.  Your objects will need
5 to be recompiled and some prototypes changed (*_move_handle in particular).
7 * Autorouting of orthconn lines.  Still fairly primitive, doesn't avoid
8   objects, but at least goes the right way out of connectionpoints (when
9   connectionpoints have their dirs set).
10 * Parenting.  Objects can now be set to be parents of others (so far, only
11   the UML Large Package is set so by default).  Objects created into these
12   or explicitly added are moved with the parent and cannot be moved
13   outside.
14 * Dynamic grid that changes with zoom scale.
15 * Grid now has thicker line every n lines (default 5).  Stippled grid
16   option removed.
17 * ESC and Enter now usable for exiting properties dialogs.
18 * Mouse wheel(s) can be used to scroll and zoom. 
19 * When using menu bar, middle button pans the diagram.
20 * Documents now remember if they were compressed or not when loaded.
21 * Documents are always prettyprinted, to allow CVS.
22 * More diagram properties can be set for existing diagrams, and are loaded
23   and saved.
24 * UML Component features:  Event sources and sinks.
25 * Improved undo of grouping and ungrouping.
26 * Updates of the Python plugin:
27   - groups, rgb, and images can be manipulated
28   - better svg parsing
29 * XFig arrow head import and export, and correct dash lengths
30 * Now remembers the last selected sheet.
31 * Better Metapost output, with images.
32 * Gnome and Gnome HIG conformance better.
33 * Better text alignment in flowchart objects.
34 * Window positions are now remembered from run to run.
35 * Standardization of error messages and shape descriptions.
36 * Better SVG export.
37 * Better arrow head calculations.
38 * More tooltips.
39 * Snap to grid icon in status bar.
40 * Opens a new diagram if Dia is started with a non-existing file as argument.
41 * A number of various bugs fixed.
43 Things that actually might need doing first:  Win32 color thing,
44 ESC/Return capture in props dialogs
46 dia-0.91: 14-Mar-2003
47 Identical to dia-0.91-pre6 except for translation updates.
49 dia-0.91-pre6: 4-Mar-2003
50 * Configure fix
51 * Install of png fix.
52 * Arrow selector menu fix.
54 dia-0.91-pre5: 2-Mar-2003
55 * Better freetype lib check
56 * DXF crash bug fix.
57 * Sheet with all objects in samples.
58 * Fix of multistringprop property widget, fixes chronogram crash bug.
59 * Missing jumper icon added.
61 dia-0.91-pre4: 28-Feb-2003
62 * Fixed lack of undo for moving objects.
63 * Fixed lack of modified-ness for changing text.
64 * Better URL for help manual.
66 dia-0.91-pre3: 16-Feb-2003
67 * Fixed long-standing bug with antialiasing.
68 * Better XSLT plugin.
69 * Localized output in SVG floating point removed.
70 * SADT arrow fixed.
72 dia-0.91-pre2: 9-Feb-2003
73 * Fixed a number of small bugs:
74   - Properties dialog now hides when an object is deleted.
75   - Correct sizing of pixbuf & PS export.
76   - Diagram window not set as toolbar anymore.
77   - Command-line parsing for Gnome.
78   - A number of Windows-specific fixes.
79   - Several minor bugs.
80 * Python plugins now installed.
81 * Some doc updates.
82 * Pixbuf export added on Unix side, plus several fixes in here.
83 * Better check for finite in configure.in.
84 * Updates of dependencies and RPM spec file.
86 dia-0.91-pre1: 31-Jan-2003
88 * Dia now uses Gtk2 which makes it look much prettier (menu
89   icons, scrolling menus, less flicker, better international 
90   text support, ...)
91 * Dia tries to follow the Gnome User Interface Guidelines which
92   should make it more consistent with the Gnome2 desktop
93 * Requires libgtk2.x instead of libgtk1.2. FIXME:
94   document exactly what we need (do it in INSTALL too)
95 * Relies on FreeType (pangoft2) for all Unix-side text handling.
96 * Since text handling is totally changed, old diagrams will have different
97   text sizes.  
98 * Most Dia objects now support setting some defaults. Simply 
99   double-click on the respective object button to change them.
100 * Better feedback what will happen by changing cursors e.g. for 
101   moving or connecting objects
102 * Revamped DiaRenderers : Beside more maintainable source code
103   this gives export fiters the ability to write e.g. bezier
104   approximations without having to write a single line of code
105   in the export filter.
106 * Improved lines with arrows handling
107 * Autosave support.  No automatic restore yet.
108 * The new XSLT plugin uses the gnome libxslt to export documents from 
109   DIA. The library is not required at compile time.
110 * There is a new plug-in called 'Pixbuf' to export to jpeg and 
111   png (without the need of libart)
112 * The Python plug-in allows to write more powerful scripts now,
113   see diasvg.py for an example. More examples! The only documentation
114   beside examples and C source is on the Dia Twiki
115   (http://faemalia.org/wiki/view/Technical/DiaEditor)
116 * UML classes can carry comments
117 * A bunch of new Shapes
118 * Support for dynamic refresh (animated objects)
121 dia-0.90:  1-June-2002
123 * identical to 0.90.RC3 save for some makefile juggling.
125 dia-0.90.RC3:  30-May-2002
127 * in FreeType mode, dia now looks for the xfs configuration files too
128   to retrieve the font path.
129 * Polish version of the manual added
130 * a load-time compatibility issue with files produced by 0.88.1 was
131   found and fixed for some UML objects.
132 * we now better use the intltool facilities
133 * various build problems on Solaris fixed and/or documented.
135 dia-0.90.RC2:  24-May-2002
137 * increased tolerance to broken XML files
138 * ER objects can have their text size changed
139 * a couple bugs (i18n, l10n, p9y) fixed
141 dia-0.90.RC1:  13-May-2002
143 * from now on, all XML files produced by dia will be encoded as UTF-8.
144   This version of dia is also capable of reading dia file encoded with
145   any other encoding the libxml2 parser embedded in libxml1 is able to
146   understand. One exception: the encoding declaration >must< be present.
148 * all previously generated XML files (.pluginrc and .dia files,
149   mostly) will now cause a warning about a missing encoding, and the
150   default dia will take. If you have properly compiled dia, it should
151   choose the charset you normally use. This is normal and there is no
152   other sane possible way.
154 * Metapost renderer
155 * Unicode builds are now mandatory. The software internally always talks UTF-8.
156 * Updated Python interface.
157 * Faster Postscript files.
158 * More options in the UML Class dialog.
159 * An optional menu bar can be added to each display window, in
160   addition to the popup menu.
161 * All RenderObjects have been replaced by equivalent shapes, and
162   RenderObject support code removed.
163 * All Lazyprop objects have been converted to Standard Properties
164   instead. Lazyprop support code removed.
165 * lots of internal changes and cleanups in the StdProp code. This
166   breaks binary compatibility.
167 * ongoing UTF-8 audit.
168 * libxml-1.8.14 is now needed; you can also have libxml2 installed,
169   but don't build with both development packages installed (this will 
170   most certanly end up in a library mismatch. To avoid this, the
171   configure script will stop if it detects both libxml development
172   packages)
173 * Shapes can now have a <svg:text> element.
174 * polybeziers and beziergons now have their bounding box properly computed.
175 * autoconf-2.50 is strongly recommended (2.13 should still be fine) if
176   you want to call ./autogen.sh.
177 * You now need libtool-1.4 to build the package.
178 * automake-1.4-p4 is probably needed as well.
179 * gettext-0.10.38 is now mandatory if you want to call ./autogen.sh.
180 * intltools-0.12 is now mandatory if you want to call ./autogen.sh. 
182   In general, don't call ./autogen.sh at all if your system is not on
183   the bleeding edge.
185 * You need recent versions of the packages {jade, docbook,
186   docbook-utils, docbook-dsssl, docbook-stylesheets,
187   docbook-style-dsssl, gnome-doc-tools-2-0, cygnus-stylesheets, etc.}
188   of the whole DocBook rendering system, to build the documentation.
189   The exact names of the packages vary from system to system; this
190   list is only a starting point! If compiling the documentation fails,
191   please report on dia-list@gnome.org once you've found which packages 
192   to install. However, you can disable the compilation of
193   documentation if it's too much trouble to fix.
194 * a few new shapes have been added.
195 * crashes in the right-click menu have been nailed.
198 dia-0.88:  11-May-2001
199 * Input method support should work correctly now.
200 * SVG shape files now use namespace from final W3C recommendation.
201   Addon shapes will have to be modified to use the
202   http://www.w3.org/2000/SVG namespace for SVG.  SVG export filter
203   also uses correct doctype.
204 * menus should now work in both gtk+ and gnome builds and have no i18n
205   related problems.  Don't look in app/menus.c.
206 * pstricks renderer output should now work fine without modification now.
207 * gdk-pixbuf is now a requirement for building dia.  It no longer
208   falls back to imlib if it can't find gdk-pixbuf.
209 * handle "file not found" errors better in the image object type.
210 * Dia now has documentation thanks to the GDP.  The help menu now has
211   more than just an about menu item.
212 * Antialiased drawing mode probably won't crash dia anymore
213 * Dia has a splash screen now (which can be turned off with the
214   --nosplash option).
215 * Updated bonobo support (when --enable-bonobo is used)
216 * added expose event compression for the dia canvas, which makes dia
217   more usable over remote X connections.
218 * Many objects updated to use properties interface.
219 * experimental unicode print support (--enable-unicode)
220 * updates to the python plugin and now distribute it with dia (--with-python)
221 * many new shapes and export filter plugins.
222 * other bug fixes.
224 dia-0.86:  6-August-2000
225 * Dia is now an official GNU program.
226 * Bug fixes to polygon, so that undo/redo of adding a point works correctly,
227   and added extra connection points to shape. (james)
228 * added unfinished DXF import filter (Steffen).
229 * XIM support added.
230 * added beziergon object. (james)
231 * The right click menu now behaves correctly when torn off.  Actions will be
232   performed on the last active display, which is defined as the last display
233   to receive mouse clicks or keyboard input. (james)
234 * added little button to top left hand corner of display for bringing up
235   the right click menu, as in gimp-1.1. (james)
236 * Layers dialog changes selected diagram when the active display changes.
237   (james)
238 * fixed bug in custom shape code affecting drawing of ellipses/circles.
239 * WPG and HPGL export filters added (Hans)
240 * Updated gnome-print code so that it respects the settings in the page
241   setup dialog.  The gnome-print code is still not as good as the straight
242   postscript code.
243 * Added a diagram properties dialog where you can manipulate the grid
244   settings (which are now saved with the diagram) and background colour.
245 * many other bug fixes.
247 dia-0.85:  18-May-2000
248 * Bug fix for bringing up properties window when a group of objects that don't
249   implement the properties code are selected (james).
250 * New sheets: Pneumatic, Electric and Civil (from Cyrille and Steffen).
251 * New export filters: TeX PSTricks and DXF (from Jacek and Steffen
252   respectively).
253 * New polygon object (Lars).
254 * You can now select between symmetric, smooth and cusp as the vertex style
255   for the segments in a bezier line object (Lars, james).
256 * Some fixups to make sure preferences and save files are written with
257   LC_NUMERIC set to C (james).
258 * dia will now use gdk-pixbuf in preference to imlib if it is found on the
259   system when compiling.
260 * there is a simple (unfinished) bonobo component now.  To build it, you
261   must pass --enable-bonobo to configure (this will not affect whether the
262   normal dia is built).  (Alex)
263 * Bug fixes in FS objects by David Thompson.
264 * new plugin system, along with a plugin manager where you can prevent
265   plugins from being loaded (james).
266 * Objects handled by the custom sheet code now have a better distance
267   algorithm -- before it just used a bounding box (james).
268 * New select submenu in the right click menu that makes it easier to select
269   groups of objects (Lars).
271 dia-0.84:  29-February-2000
272 * Bug fixes in sheet loading and object initialisation code -- this fixes
273   some of the seg faults in 0.83.
274 * Lots of new shapes (GRAFCET, SADT, chronogram and Contact from Cyrille)
275 * Fixed up fit to page so that it adjusts the scaling as you change the
276   size of the diagram.  Also allow fit to multiple pages.
277 * Show page breaks on diagram (this can be disabled in the preferences).
278 * CGM export filter fixes (most of this work was by Henk Jan Priester).
279 * SVG export filter fixes -- now it handles images as well.
280 * EPS filter now uses scaling factor set in page setup dialog.  This was
281   added because some apps do not allow scaling of an EPS file after importing
282   it.
283 * High quality anti aliased libart based renderer (Alex).
284 * PNG export filter (requires libpng and libart).
285 * toolbox is resizable kind of like the gimp-1.1 toolbox.
286 * Win32 port by Hans Breuer -- see http://hans.breuer.org/dia/
287 * Start of support for properties code.  THIS IS NOT FINISHED AND THE
288   INTERFACES ARE LIKELY TO CHANGE IN THE NEXT RELEASE.  DON'T WRITE NEW
289   OBJECTS AGAINST THESE NEW INTERFACES UNLESS YOU ARE PREPARED FOR THEM TO
290   BREAK WITH THE NEXT RELEASE.  That said, this adds a number of nice
291   features for users.  You can now group a number of properties supporting
292   objects (currently the `standard' objects, custom objects and the
293   flowchart box), and change some of the properties as a group.
295 dia-0.83:
296 * Copying/pasting of bezier and image objects should work correctly.
297 * New export filter interface, which allows export filters to be
298   loaded from plugins rather than being integrated into the application.
299 * New CGM export plugin.  It currently doesn't handle beziers yet, but
300   it does handle all other aspects of rendering.
301 * Fixed rendering of logo in about dialog.
302 * Don't reencode the symbol font in latin1, as this stops it working.
303 * Renamed the --export-to-ps option to --export (the short form is still -e).
304   It now works out which filter to use based on the file extension.
305 * Portability fixes.
307 dia-0.82:
308 * Dia has a new maintainer now.
309 * It is now possible to rearange the icons in the toolbox by editing
310   simple XML files.  You can also create new sheets composed of your
311   favourite shapes.  This feature is the work of Cyrille Chepelov
312 * New bezierline object.  This object is by Lars Clausen and me (James).
313 * Better integration with the gnome file manager -- dia files now have an
314   icon, and you can double click on a file to launch dia.
315 * more memory leak fixes based on purify runs by Bruce Mitchener.
316 * By holding down shift when using the zoom tool, you can zoom out.  This
317   feature was from Patrick Reynolds.
318 * By holding shift when using the move tool, it changes its behaviour to the
319   `grab' type scrolling as seen in acrobat, eog and other programs.
320 * More circuit shapes from Andreas Scherf.
321 * Other bug fixes I haven't mentioned above (see ChangeLog for details).
323 News in version 0.81:
324 * New printing dialog with "Fit to page" and landscape printing
325 * New Circuit objects
326 * Fixed loading saving of flowcharts and custom object. This would
327   make dia crash when loading saved files.
328 * Portability fixes
329 * Added undo support for some missing operations
330 * Fixed some memory leaks
331 * Fixed crashing bugs
332   
333 News in version 0.80:
334 * Undo capabilities
335 * Printing support
336 * Possibilities to create new objects in XML
337 * Export to SVG capability
338 * Objects can have menus
339 * New objects:
340   uml state object.
341   Some new Network objects
342   flowchart sheet.
343   Sybase sheet.
344   Electric circuit sheet.
345 * Uses g_module for dll loading (Dia should work on most unixes now).
346 * Somewhat better EPS files created
347 * More preferences
348 * Ctrl-drag handles restricts movement to horizontal/vertical.
349 * New logos.
350 * Heaps of new stuff i forgot
351 * Lots of bugfixes and cleanups.
353 News in version 0.41:
354 * Some internalization bugfixes.
355 Note that some translations still has problems. "sv" works.
357 News in version 0.40: 
359 * Internationalization
360 * Preferences handling
361 * Image objects
362 * New standard objects: polyline
363 * New UML objects: lifeline, object, message, class icon
364 * New network object: printer
365 * Better standard objects
366 * Better gnome compatibility
367 * Statusbar in diagram window
368 * Default properties for objects
369 * Various new features
370 * Asorted bugfixes
372 News in version 0.30: 
374 * Dia now has a layer system, much like the GIMP.
375 * The fileformat changed from my own binary format to an easily readable
376   XML format.
377 * New objects for Entity-Relationship modeling.
378 * New objects for UML and networking diagrams.
379 * Much better properties dialogs for most objects.
380 * Postscript output fixed, should work better now.
381 * Updated to use Gtk 1.1.x features.
382 * New features: Align objects, command line loading, etc.
383 * Internal updates.
384 * Lots of bugfixes and cleanups.