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