dia-0.88: 11-May-2001 * Input method support should work correctly now. * SVG shape files now use namespace from final W3C recommendation. Addon shapes will have to be modified to use the http://www.w3.org/2000/SVG namespace for SVG. SVG export filter also uses correct doctype. * menus should now work in both gtk+ and gnome builds and have no i18n related problems. Don't look in app/menus.c. * pstricks renderer output should now work fine without modification now. * gdk-pixbuf is now a requirement for building dia. It no longer falls back to imlib if it can't find gdk-pixbuf. * handle "file not found" errors better in the image object type. * Dia now has documentation thanks to the GDP. The help menu now has more than just an about menu item. * Antialiased drawing mode probably won't crash dia anymore * Dia has a splash screen now (which can be turned off with the --nosplash option). * Updated bonobo support (when --enable-bonobo is used) * added expose event compression for the dia canvas, which makes dia more usable over remote X connections. * Many objects updated to use properties interface. * experimental unicode print support (--enable-unicode) * updates to the python plugin and now distribute it with dia (--with-python) * many new shapes and export filter plugins. * other bug fixes. dia-0.86: 6-August-2000 * Dia is now an official GNU program. * Bug fixes to polygon, so that undo/redo of adding a point works correctly, and added extra connection points to shape. (james) * added unfinished DXF import filter (Steffen). * XIM support added. * added beziergon object. (james) * The right click menu now behaves correctly when torn off. Actions will be performed on the last active display, which is defined as the last display to receive mouse clicks or keyboard input. (james) * added little button to top left hand corner of display for bringing up the right click menu, as in gimp-1.1. (james) * Layers dialog changes selected diagram when the active display changes. (james) * fixed bug in custom shape code affecting drawing of ellipses/circles. * WPG and HPGL export filters added (Hans) * Updated gnome-print code so that it respects the settings in the page setup dialog. The gnome-print code is still not as good as the straight postscript code. * Added a diagram properties dialog where you can manipulate the grid settings (which are now saved with the diagram) and background colour. * many other bug fixes. dia-0.85: 18-May-2000 * Bug fix for bringing up properties window when a group of objects that don't implement the properties code are selected (james). * New sheets: Pneumatic, Electric and Civil (from Cyrille and Steffen). * New export filters: TeX PSTricks and DXF (from Jacek and Steffen respectively). * New polygon object (Lars). * You can now select between symmetric, smooth and cusp as the vertex style for the segments in a bezier line object (Lars, james). * Some fixups to make sure preferences and save files are written with LC_NUMERIC set to C (james). * dia will now use gdk-pixbuf in preference to imlib if it is found on the system when compiling. * there is a simple (unfinished) bonobo component now. To build it, you must pass --enable-bonobo to configure (this will not affect whether the normal dia is built). (Alex) * Bug fixes in FS objects by David Thompson. * new plugin system, along with a plugin manager where you can prevent plugins from being loaded (james). * Objects handled by the custom sheet code now have a better distance algorithm -- before it just used a bounding box (james). * New select submenu in the right click menu that makes it easier to select groups of objects (Lars). dia-0.84: 29-February-2000 * Bug fixes in sheet loading and object initialisation code -- this fixes some of the seg faults in 0.83. * Lots of new shapes (GRAFCET, SADT, chronogram and Contact from Cyrille) * Fixed up fit to page so that it adjusts the scaling as you change the size of the diagram. Also allow fit to multiple pages. * Show page breaks on diagram (this can be disabled in the preferences). * CGM export filter fixes (most of this work was by Henk Jan Priester). * SVG export filter fixes -- now it handles images as well. * EPS filter now uses scaling factor set in page setup dialog. This was added because some apps do not allow scaling of an EPS file after importing it. * High quality anti aliased libart based renderer (Alex). * PNG export filter (requires libpng and libart). * toolbox is resizable kind of like the gimp-1.1 toolbox. * Win32 port by Hans Breuer -- see http://hans.breuer.org/dia/ * Start of support for properties code. THIS IS NOT FINISHED AND THE INTERFACES ARE LIKELY TO CHANGE IN THE NEXT RELEASE. DON'T WRITE NEW OBJECTS AGAINST THESE NEW INTERFACES UNLESS YOU ARE PREPARED FOR THEM TO BREAK WITH THE NEXT RELEASE. That said, this adds a number of nice features for users. You can now group a number of properties supporting objects (currently the `standard' objects, custom objects and the flowchart box), and change some of the properties as a group. dia-0.83: * Copying/pasting of bezier and image objects should work correctly. * New export filter interface, which allows export filters to be loaded from plugins rather than being integrated into the application. * New CGM export plugin. It currently doesn't handle beziers yet, but it does handle all other aspects of rendering. * Fixed rendering of logo in about dialog. * Don't reencode the symbol font in latin1, as this stops it working. * Renamed the --export-to-ps option to --export (the short form is still -e). It now works out which filter to use based on the file extension. * Portability fixes. dia-0.82: * Dia has a new maintainer now. * It is now possible to rearange the icons in the toolbox by editing simple XML files. You can also create new sheets composed of your favourite shapes. This feature is the work of Cyrille Chepelov * New bezierline object. This object is by Lars Clausen and me (James). * Better integration with the gnome file manager -- dia files now have an icon, and you can double click on a file to launch dia. * more memory leak fixes based on purify runs by Bruce Mitchener. * By holding down shift when using the zoom tool, you can zoom out. This feature was from Patrick Reynolds. * By holding shift when using the move tool, it changes its behaviour to the `grab' type scrolling as seen in acrobat, eog and other programs. * More circuit shapes from Andreas Scherf. * Other bug fixes I haven't mentioned above (see ChangeLog for details). News in version 0.81: * New printing dialog with "Fit to page" and landscape printing * New Circuit objects * Fixed loading saving of flowcharts and custom object. This would make dia crash when loading saved files. * Portability fixes * Added undo support for some missing operations * Fixed some memory leaks * Fixed crashing bugs News in version 0.80: * Undo capabilities * Printing support * Possibilities to create new objects in XML * Export to SVG capability * Objects can have menus * New objects: uml state object. Some new Network objects flowchart sheet. Sybase sheet. Electric circuit sheet. * Uses g_module for dll loading (Dia should work on most unixes now). * Somewhat better EPS files created * More preferences * Ctrl-drag handles restricts movement to horizontal/vertical. * New logos. * Heaps of new stuff i forgot * Lots of bugfixes and cleanups. News in version 0.41: * Some internalization bugfixes. Note that some translations still has problems. "sv" works. News in version 0.40: * Internationalization * Preferences handling * Image objects * New standard objects: polyline * New UML objects: lifeline, object, message, class icon * New network object: printer * Better standard objects * Better gnome compatibility * Statusbar in diagram window * Default properties for objects * Various new features * Asorted bugfixes News in version 0.30: * Dia now has a layer system, much like the GIMP. * The fileformat changed from my own binary format to an easily readable XML format. * New objects for Entity-Relationship modeling. * New objects for UML and networking diagrams. * Much better properties dialogs for most objects. * Postscript output fixed, should work better now. * Updated to use Gtk 1.1.x features. * New features: Align objects, command line loading, etc. * Internal updates. * Lots of bugfixes and cleanups.