2005-04-17 Hans Breuer <hans@breuer.org>
[dia.git] / NEWS
blobcc5184f1dbc7cc34625261e0d85804c99c56deac
1 dia-0.94: 17-Aug-2004
3 Nothing new happened since last prerelease, releasing.
5 dia-0.94-pre6: 7-Aug-2004
7 Fixed crash bug in save as, as well as string sorting issue and crash bug
8 in UML class and group unhighlighting bug.
10 dia-0.94-pre5: 2-Aug-2004
12 Finally fixed memory leak from layout cache.
14 dia-0.94-pre4: 1-Aug-2004
16 Important fix for export filters.  Still some leaking from layout cache,
17 but not as awful.
19 dia-0.94-pre3: 25-Jul-2004
21 Fixing a number of png issues and a few bugs.
23 dia-0.94-pre2: 17-Jul-2004
25 Second prerelease of version 0.94.  Bunch of small fixes, but together
26 important enough to make a new prerelease.
28 dia-0.94-pre1: 04-Jul-2004
30 First prerelease of version 0.94.  News in this version:
32 * Highlighting of objects when connecting to them makes it easier to
33   connect.
35 * New shape sets include:
36   - RDP (Petri Networks shapes)
37   - KAOS (Goal-Directed Requirements Acquisition)
38   - I* (Intentional STrategic Actor Relationships modelling)
39   - Jackson (Jackson Diagrams)
40   - ChemEng (chemical engineering)
42 * Hexagonal grid, for all you chemists out there.
44 * Allow selection between layers, selectable in layers dialog.
46 * Disparate persistence systems replaced by one combined system using XML,
47   leaves unknown preferences alone.
49 * New renderer plug-in for Cairo rendering API.
51 * New renderer plug-in for WMF outside of Windows.
53 * New arrow head: Backslash.
55 * Rounded corners on zigzaglines and polylines.
57 * Automaticall open new diagram if now chosen at start.
59 * Diagram modified status now based on undo information.
61 * Wrapping operations arguments in UML objects.
63 * Better positioning of association texts.
65 * More persistence of toolbox selections and dialog entries.
67 * Better handling of dialogs when parent dialogs close.
69 * Changed from SGML to XML for docs, still DocBook.
71 * Fix shape background color compatibility problem.
73 * Many smaller bug fixes, leaks closed and stuff.
75 dia-0.93: 29-Apr-2004
77 Ready for release.
79 dia-0.93-pre3: 13-Apr-2004
81 Fixed disappearing toolbox when quit is cancelled.
83 dia-0.93-pre2: 04-Apr-2004
85 Fixed crash bug in ellipse, plus various compilation problems.  Also
86 renamed the dia manual to make dia.spec work better and did a few updates
87 to dia.spec.
89 dia-0.93-pre1: 11-Mar-2004
91 Major improvements in this release include:
93 * Text-rendering is faster due to a Pango layout cache.
95 * The Win32 version now also uses Freetype2 rendering, allowing more
96   unified appearance and antialiasing.
98 * Standard Ellipse now has connection point and handle in center, and
99   is resized around the center.
101 * Arrow head size selection now keeps aspect ratio by default.
103 * Line style and arrow head selectors now visual instead of textual in
104   properties dialogs.
106 * Several sets of shapes added, including isometric map, cybernetics, 
108 * Added navigation window in lower-right corner.
110 * UML objects can now have color.
112 * Dia can now convert objects without requiring X.  PNG size can be
113   specified with --size.
115 * Menus have been overhauled, more shortcuts added.
117 * Preedit text input much improved.
119 * Numerous improvements in metapost and xfig filters.
121 * Default arrow size now 0.5 cm.
123 * Minimum diagram size is very small now.
125 * Improvements to the Python plug-in.
127 * Shapes now support images.
129 * Greeked text replacing very small font rendering.
131 * Added XSLT sheets:  Python, OWL, Mac, Component List
133 * Shapes can now have extra properties, shown only in the dialog.
135 * New arrows: Half-circle and Filled Dot And Triangle.
137 * Many, many bugs and leaks fixed.
139 dia-0.92.2: 01-Nov-2003
141 * Another Brown Bag release.  Parented objects lost all connections, now
142   retained.  Also fixed crash bug that tried to resize unresizable objects
143   and connections update for children.
145 dia-0.92.1: 26-Oct-2003
147 * Brown Bag release.  Fixes crashbug in the "Analog Clock" symbol, and bug
148   with pasting multiple lines of text.
150 dia-0.92: 19-Oct-2003
152 * Like pre7, but with some updated translations and documentation.  Now
153   included man page.
155 dia-0.92-pre7: 14-Oct-2003
157 * EPS output with built-in fonts now does locale conversion.  The PS still
158   thinks it's Latin-1.
160 dia-0.92-pre6: 11-Oct-2003
162 * Cisco sheets install fix.
164 dia-0.92-pre5: 11-Oct-2003
166 * Allow choosing the export format explicitly when in doubt.
168 dia-0.92-pre4: 27-Sep-2003
170 * Use Win32 PS font EPS rendering on Unix as well, to allow the various
171   manipulation tools to work.
172 * Libart rendering is back on win32.
173 * Icon fix.
175 dia-0.92-pre3: 22-Sep-2003
177 * Working caching of Pango context removes huge slowdown from pre2.
179 dia-0.92-pre2: 11-Sep-2003
181 * Ensure loading of fonts and (semi-)correct DPI setting for Pango.
182 * Use $PRINTER correctly in print dialog.
183 * Read comments in XFig files.
184 * Change to CHM manual format for Windows.
185 * Some minor bug fixes.
187 dia-0.92-pre1: 2-Sep-2003
189 Object developers please note:
190 This update contains a binary compatibility change.  Your objects will need
191 to be recompiled and some prototypes changed (*_move_handle in particular).
193 * Autorouting of orthconn lines.  Still fairly primitive, doesn't avoid
194   objects, but at least goes the right way out of connectionpoints (when
195   connectionpoints have their dirs set).
196 * Parenting.  Objects can now be set to be parents of others (so far, only
197   the UML Large Package is set so by default).  Objects created into these
198   or explicitly added are moved with the parent and cannot be moved
199   outside.
200 * Dynamic grid that changes with zoom scale.
201 * Grid now has thicker line every n lines (default 5).  Stippled grid
202   option removed.
203 * ESC and Enter now usable for exiting properties dialogs.
204 * Mouse wheel(s) can be used to scroll and zoom. 
205 * When using menu bar, middle button pans the diagram.
206 * Documents now remember if they were compressed or not when loaded.
207 * Documents are always prettyprinted, to allow CVS.
208 * More diagram properties can be set for existing diagrams, and are loaded
209   and saved.
210 * UML Component features:  Event sources and sinks.
211 * Improved undo of grouping and ungrouping.
212 * Updates of the Python plugin:
213   - groups, rgb, and images can be manipulated
214   - better svg parsing
215 * XFig arrow head import and export, and correct dash lengths
216 * Now remembers the last selected sheet.
217 * Better Metapost output, with images.
218 * Gnome and Gnome HIG conformance better.
219 * Better text alignment in flowchart objects.
220 * Window positions are now remembered from run to run.
221 * Standardization of error messages and shape descriptions.
222 * Better SVG export.
223 * Better arrow head calculations.
224 * More tooltips.
225 * Snap to grid icon in status bar.
226 * Opens a new diagram if Dia is started with a non-existing file as argument.
227 * A number of various bugs fixed.
229 Things that actually might need doing first:  Win32 color thing,
230 ESC/Return capture in props dialogs
232 dia-0.91: 14-Mar-2003
233 Identical to dia-0.91-pre6 except for translation updates.
235 dia-0.91-pre6: 4-Mar-2003
236 * Configure fix
237 * Install of png fix.
238 * Arrow selector menu fix.
240 dia-0.91-pre5: 2-Mar-2003
241 * Better freetype lib check
242 * DXF crash bug fix.
243 * Sheet with all objects in samples.
244 * Fix of multistringprop property widget, fixes chronogram crash bug.
245 * Missing jumper icon added.
247 dia-0.91-pre4: 28-Feb-2003
248 * Fixed lack of undo for moving objects.
249 * Fixed lack of modified-ness for changing text.
250 * Better URL for help manual.
252 dia-0.91-pre3: 16-Feb-2003
253 * Fixed long-standing bug with antialiasing.
254 * Better XSLT plugin.
255 * Localized output in SVG floating point removed.
256 * SADT arrow fixed.
258 dia-0.91-pre2: 9-Feb-2003
259 * Fixed a number of small bugs:
260   - Properties dialog now hides when an object is deleted.
261   - Correct sizing of pixbuf & PS export.
262   - Diagram window not set as toolbar anymore.
263   - Command-line parsing for Gnome.
264   - A number of Windows-specific fixes.
265   - Several minor bugs.
266 * Python plugins now installed.
267 * Some doc updates.
268 * Pixbuf export added on Unix side, plus several fixes in here.
269 * Better check for finite in configure.in.
270 * Updates of dependencies and RPM spec file.
272 dia-0.91-pre1: 31-Jan-2003
274 * Dia now uses Gtk2 which makes it look much prettier (menu
275   icons, scrolling menus, less flicker, better international 
276   text support, ...)
277 * Dia tries to follow the Gnome User Interface Guidelines which
278   should make it more consistent with the Gnome2 desktop
279 * Requires libgtk2.x instead of libgtk1.2. FIXME:
280   document exactly what we need (do it in INSTALL too)
281 * Relies on FreeType (pangoft2) for all Unix-side text handling.
282 * Since text handling is totally changed, old diagrams will have different
283   text sizes.  
284 * Most Dia objects now support setting some defaults. Simply 
285   double-click on the respective object button to change them.
286 * Better feedback what will happen by changing cursors e.g. for 
287   moving or connecting objects
288 * Revamped DiaRenderers : Beside more maintainable source code
289   this gives export fiters the ability to write e.g. bezier
290   approximations without having to write a single line of code
291   in the export filter.
292 * Improved lines with arrows handling
293 * Autosave support.  No automatic restore yet.
294 * The new XSLT plugin uses the gnome libxslt to export documents from 
295   DIA. The library is not required at compile time.
296 * There is a new plug-in called 'Pixbuf' to export to jpeg and 
297   png (without the need of libart)
298 * The Python plug-in allows to write more powerful scripts now,
299   see diasvg.py for an example. More examples! The only documentation
300   beside examples and C source is on the Dia Twiki
301   (http://faemalia.org/wiki/view/Technical/DiaEditor)
302 * UML classes can carry comments
303 * A bunch of new Shapes
304 * Support for dynamic refresh (animated objects)
307 dia-0.90:  1-June-2002
309 * identical to 0.90.RC3 save for some makefile juggling.
311 dia-0.90.RC3:  30-May-2002
313 * in FreeType mode, dia now looks for the xfs configuration files too
314   to retrieve the font path.
315 * Polish version of the manual added
316 * a load-time compatibility issue with files produced by 0.88.1 was
317   found and fixed for some UML objects.
318 * we now better use the intltool facilities
319 * various build problems on Solaris fixed and/or documented.
321 dia-0.90.RC2:  24-May-2002
323 * increased tolerance to broken XML files
324 * ER objects can have their text size changed
325 * a couple bugs (i18n, l10n, p9y) fixed
327 dia-0.90.RC1:  13-May-2002
329 * from now on, all XML files produced by dia will be encoded as UTF-8.
330   This version of dia is also capable of reading dia file encoded with
331   any other encoding the libxml2 parser embedded in libxml1 is able to
332   understand. One exception: the encoding declaration >must< be present.
334 * all previously generated XML files (.pluginrc and .dia files,
335   mostly) will now cause a warning about a missing encoding, and the
336   default dia will take. If you have properly compiled dia, it should
337   choose the charset you normally use. This is normal and there is no
338   other sane possible way.
340 * Metapost renderer
341 * Unicode builds are now mandatory. The software internally always talks UTF-8.
342 * Updated Python interface.
343 * Faster Postscript files.
344 * More options in the UML Class dialog.
345 * An optional menu bar can be added to each display window, in
346   addition to the popup menu.
347 * All RenderObjects have been replaced by equivalent shapes, and
348   RenderObject support code removed.
349 * All Lazyprop objects have been converted to Standard Properties
350   instead. Lazyprop support code removed.
351 * lots of internal changes and cleanups in the StdProp code. This
352   breaks binary compatibility.
353 * ongoing UTF-8 audit.
354 * libxml-1.8.14 is now needed; you can also have libxml2 installed,
355   but don't build with both development packages installed (this will 
356   most certanly end up in a library mismatch. To avoid this, the
357   configure script will stop if it detects both libxml development
358   packages)
359 * Shapes can now have a <svg:text> element.
360 * polybeziers and beziergons now have their bounding box properly computed.
361 * autoconf-2.50 is strongly recommended (2.13 should still be fine) if
362   you want to call ./autogen.sh.
363 * You now need libtool-1.4 to build the package.
364 * automake-1.4-p4 is probably needed as well.
365 * gettext-0.10.38 is now mandatory if you want to call ./autogen.sh.
366 * intltools-0.12 is now mandatory if you want to call ./autogen.sh. 
368   In general, don't call ./autogen.sh at all if your system is not on
369   the bleeding edge.
371 * You need recent versions of the packages {jade, docbook,
372   docbook-utils, docbook-dsssl, docbook-stylesheets,
373   docbook-style-dsssl, gnome-doc-tools-2-0, cygnus-stylesheets, etc.}
374   of the whole DocBook rendering system, to build the documentation.
375   The exact names of the packages vary from system to system; this
376   list is only a starting point! If compiling the documentation fails,
377   please report on dia-list@gnome.org once you've found which packages 
378   to install. However, you can disable the compilation of
379   documentation if it's too much trouble to fix.
380 * a few new shapes have been added.
381 * crashes in the right-click menu have been nailed.
384 dia-0.88:  11-May-2001
385 * Input method support should work correctly now.
386 * SVG shape files now use namespace from final W3C recommendation.
387   Addon shapes will have to be modified to use the
388   http://www.w3.org/2000/SVG namespace for SVG.  SVG export filter
389   also uses correct doctype.
390 * menus should now work in both gtk+ and gnome builds and have no i18n
391   related problems.  Don't look in app/menus.c.
392 * pstricks renderer output should now work fine without modification now.
393 * gdk-pixbuf is now a requirement for building dia.  It no longer
394   falls back to imlib if it can't find gdk-pixbuf.
395 * handle "file not found" errors better in the image object type.
396 * Dia now has documentation thanks to the GDP.  The help menu now has
397   more than just an about menu item.
398 * Antialiased drawing mode probably won't crash dia anymore
399 * Dia has a splash screen now (which can be turned off with the
400   --nosplash option).
401 * Updated bonobo support (when --enable-bonobo is used)
402 * added expose event compression for the dia canvas, which makes dia
403   more usable over remote X connections.
404 * Many objects updated to use properties interface.
405 * experimental unicode print support (--enable-unicode)
406 * updates to the python plugin and now distribute it with dia (--with-python)
407 * many new shapes and export filter plugins.
408 * other bug fixes.
410 dia-0.86:  6-August-2000
411 * Dia is now an official GNU program.
412 * Bug fixes to polygon, so that undo/redo of adding a point works correctly,
413   and added extra connection points to shape. (james)
414 * added unfinished DXF import filter (Steffen).
415 * XIM support added.
416 * added beziergon object. (james)
417 * The right click menu now behaves correctly when torn off.  Actions will be
418   performed on the last active display, which is defined as the last display
419   to receive mouse clicks or keyboard input. (james)
420 * added little button to top left hand corner of display for bringing up
421   the right click menu, as in gimp-1.1. (james)
422 * Layers dialog changes selected diagram when the active display changes.
423   (james)
424 * fixed bug in custom shape code affecting drawing of ellipses/circles.
425 * WPG and HPGL export filters added (Hans)
426 * Updated gnome-print code so that it respects the settings in the page
427   setup dialog.  The gnome-print code is still not as good as the straight
428   postscript code.
429 * Added a diagram properties dialog where you can manipulate the grid
430   settings (which are now saved with the diagram) and background colour.
431 * many other bug fixes.
433 dia-0.85:  18-May-2000
434 * Bug fix for bringing up properties window when a group of objects that don't
435   implement the properties code are selected (james).
436 * New sheets: Pneumatic, Electric and Civil (from Cyrille and Steffen).
437 * New export filters: TeX PSTricks and DXF (from Jacek and Steffen
438   respectively).
439 * New polygon object (Lars).
440 * You can now select between symmetric, smooth and cusp as the vertex style
441   for the segments in a bezier line object (Lars, james).
442 * Some fixups to make sure preferences and save files are written with
443   LC_NUMERIC set to C (james).
444 * dia will now use gdk-pixbuf in preference to imlib if it is found on the
445   system when compiling.
446 * there is a simple (unfinished) bonobo component now.  To build it, you
447   must pass --enable-bonobo to configure (this will not affect whether the
448   normal dia is built).  (Alex)
449 * Bug fixes in FS objects by David Thompson.
450 * new plugin system, along with a plugin manager where you can prevent
451   plugins from being loaded (james).
452 * Objects handled by the custom sheet code now have a better distance
453   algorithm -- before it just used a bounding box (james).
454 * New select submenu in the right click menu that makes it easier to select
455   groups of objects (Lars).
457 dia-0.84:  29-February-2000
458 * Bug fixes in sheet loading and object initialisation code -- this fixes
459   some of the seg faults in 0.83.
460 * Lots of new shapes (GRAFCET, SADT, chronogram and Contact from Cyrille)
461 * Fixed up fit to page so that it adjusts the scaling as you change the
462   size of the diagram.  Also allow fit to multiple pages.
463 * Show page breaks on diagram (this can be disabled in the preferences).
464 * CGM export filter fixes (most of this work was by Henk Jan Priester).
465 * SVG export filter fixes -- now it handles images as well.
466 * EPS filter now uses scaling factor set in page setup dialog.  This was
467   added because some apps do not allow scaling of an EPS file after importing
468   it.
469 * High quality anti aliased libart based renderer (Alex).
470 * PNG export filter (requires libpng and libart).
471 * toolbox is resizable kind of like the gimp-1.1 toolbox.
472 * Win32 port by Hans Breuer -- see http://hans.breuer.org/dia/
473 * Start of support for properties code.  THIS IS NOT FINISHED AND THE
474   INTERFACES ARE LIKELY TO CHANGE IN THE NEXT RELEASE.  DON'T WRITE NEW
475   OBJECTS AGAINST THESE NEW INTERFACES UNLESS YOU ARE PREPARED FOR THEM TO
476   BREAK WITH THE NEXT RELEASE.  That said, this adds a number of nice
477   features for users.  You can now group a number of properties supporting
478   objects (currently the `standard' objects, custom objects and the
479   flowchart box), and change some of the properties as a group.
481 dia-0.83:
482 * Copying/pasting of bezier and image objects should work correctly.
483 * New export filter interface, which allows export filters to be
484   loaded from plugins rather than being integrated into the application.
485 * New CGM export plugin.  It currently doesn't handle beziers yet, but
486   it does handle all other aspects of rendering.
487 * Fixed rendering of logo in about dialog.
488 * Don't reencode the symbol font in latin1, as this stops it working.
489 * Renamed the --export-to-ps option to --export (the short form is still -e).
490   It now works out which filter to use based on the file extension.
491 * Portability fixes.
493 dia-0.82:
494 * Dia has a new maintainer now.
495 * It is now possible to rearange the icons in the toolbox by editing
496   simple XML files.  You can also create new sheets composed of your
497   favourite shapes.  This feature is the work of Cyrille Chepelov
498 * New bezierline object.  This object is by Lars Clausen and me (James).
499 * Better integration with the gnome file manager -- dia files now have an
500   icon, and you can double click on a file to launch dia.
501 * more memory leak fixes based on purify runs by Bruce Mitchener.
502 * By holding down shift when using the zoom tool, you can zoom out.  This
503   feature was from Patrick Reynolds.
504 * By holding shift when using the move tool, it changes its behaviour to the
505   `grab' type scrolling as seen in acrobat, eog and other programs.
506 * More circuit shapes from Andreas Scherf.
507 * Other bug fixes I haven't mentioned above (see ChangeLog for details).
509 News in version 0.81:
510 * New printing dialog with "Fit to page" and landscape printing
511 * New Circuit objects
512 * Fixed loading saving of flowcharts and custom object. This would
513   make dia crash when loading saved files.
514 * Portability fixes
515 * Added undo support for some missing operations
516 * Fixed some memory leaks
517 * Fixed crashing bugs
518   
519 News in version 0.80:
520 * Undo capabilities
521 * Printing support
522 * Possibilities to create new objects in XML
523 * Export to SVG capability
524 * Objects can have menus
525 * New objects:
526   uml state object.
527   Some new Network objects
528   flowchart sheet.
529   Sybase sheet.
530   Electric circuit sheet.
531 * Uses g_module for dll loading (Dia should work on most unixes now).
532 * Somewhat better EPS files created
533 * More preferences
534 * Ctrl-drag handles restricts movement to horizontal/vertical.
535 * New logos.
536 * Heaps of new stuff i forgot
537 * Lots of bugfixes and cleanups.
539 News in version 0.41:
540 * Some internalization bugfixes.
541 Note that some translations still has problems. "sv" works.
543 News in version 0.40: 
545 * Internationalization
546 * Preferences handling
547 * Image objects
548 * New standard objects: polyline
549 * New UML objects: lifeline, object, message, class icon
550 * New network object: printer
551 * Better standard objects
552 * Better gnome compatibility
553 * Statusbar in diagram window
554 * Default properties for objects
555 * Various new features
556 * Asorted bugfixes
558 News in version 0.30: 
560 * Dia now has a layer system, much like the GIMP.
561 * The fileformat changed from my own binary format to an easily readable
562   XML format.
563 * New objects for Entity-Relationship modeling.
564 * New objects for UML and networking diagrams.
565 * Much better properties dialogs for most objects.
566 * Postscript output fixed, should work better now.
567 * Updated to use Gtk 1.1.x features.
568 * New features: Align objects, command line loading, etc.
569 * Internal updates.
570 * Lots of bugfixes and cleanups.