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