gschem/po: Apply updated Dutch translations from Bert Timmerman
[geda-gaf/arnaud.git] / NEWS
blobd7feec185a511e77f1e0ca9a49f8599cb8df4df9
1 ==============================================
2  'gschem and Friends' Electronic Design Suite
3 ==============================================
5 Copyright (C) 1998-2009 gEDA Developers
7 This file documents important user-visible changes in gEDA/gaf.  For
8 more information, please consult the `ChangeLog' file.
10 Notable changes in gEDA/gaf 1.6.0
11 =================================
13 * Fixed the GtkItemEntry code inside of gattrib code so that it builds
14   using gtk+ > 2.16.x.
16 * In gschem, rubberband pin to pin connections by adding nets.
18 * Cleanup of the slot handling code in libgeda.
20 * Fixes/updates to the MinGW port.
22 * Updated the shipped documentation from the online wiki.
24 Notable changes in gEDA/gaf 1.5.3/1.5.4
25 =======================================
27 * NOTE: gEDA/gaf 1.5.3 was released with some critical bugs, so
28         it was withdrawn before it was widely distributed.
30 * Text rendering using native system fonts:
32   - The various programs in gEDA/gaf no longer uses its own built-in
33     line font.
35   - Native system fonts are used for rendering, giving support for a
36     wider range of symbols, and better looking schematics.
38 * Always use PostScript fonts in gschem's PostScript output.  The
39   "output-text", "text-output" and "output-vector-threshold" config
40   functions have been removed.
42 * Image rendering in 'gschem' uses cairo instead of GDK.
44 * Numerous build system changes:
46   - gEDA/gaf is now distributed as a single source archive, called
47     gEDA-<version>.tar.gz.
49   - GTK+ 2.10 or newer and Guile 1.8 or newer are now required.
51   - `intltool' is no longer required.
53   - Documentation is now installed to ${docdir} (usually
54     ${prefix}/share/doc/gEDA).
56 * The attribute edit dialog in `gschem' now has completion of most
57   common attribute names.
59 * The multi-attribute edit dialog in `gschem' now shows unpromoted
60   symbol attributes.
62 * Menu items in `gschem' now have icons and properly aligned key
63   bindings. They also support accelerator keys.
65 * The `gschem2pcb' and `PCBboard' netlist backends have been removed.
66   It is recommended to use `gsch2pcb' instead.
68 * Check for and reject non-footprint PCB files in 'gsch2pcb'.
70 * Removed unimplemented "File->Open" feature in 'gattrib'.
72 * Added --disable-gattrib command line flag to ./configure to disable the
73   building of 'gattrib'.  This is useful if you are building against
74   gtk+ 2.17.x which breaks 'gattrib'.
76 * 'gnetlist' does not recommend drc2 every time it runs.  The drc2
77   backend is only useful in certain circumstances.
79 * Assign shortcuts "vd" and "vl" for changing between color schemes
80   in 'gschem'.
82 * Fix problem with attached net attribute not being honored in 'gnetlist'.
84 * Focus the "save" button in the close confirmation dialog in 'gattrib' and
85   'gschem'.
87 * Accept empty attributes in the src file in 'tragesym'.
89 * Cleaned up the slot dialog box in 'gschem'.
91 * Changed the grip size rendering in 'gschem' to be reasonably sized when
92   zoomed in a lot.
94 * Introduction of a new attribute searching API in 'libgeda' and 'gschem'.
96 * Improvements and cleanup to the 'gnetlist' and 'gsymcheck' test suites.
98 * Fixed the following bugs:
100   - 1758673: Combine source tarballs
101   - 2058707: gschem, gattrib: Dangerous button focus in "Save changes"
102              dialog at quit
103   - 2430369: gschem: Deselect invisible attribs with their parent object.
104   - 2449060: Graphic state left inconsistent cancelling from net mode
105   - 2460301: libgeda: Make o_complex_promote_attribs() respect keep_invisible
106              and libgeda: Make o_complex_copy() actually copy.
107   - 2455061: Gnetlist output changed, and tests fail with recent GLib
108   - 2655088: autogen.sh: Make sure to exit if autopoint fails.
109   - 2823703: gnet-pcbpins.scm: Quote pins names if they contain comma
110              or close parenthesis.
111   - 2823755: gnetlist: Fix DEBUG builds.
112   - 2836109: build-sys: Add check for groff html driver.
114 * Spanish translation were updated.
116 * Lots of code, infrastructure, and doxygen documentation cleanup and
117   refactoring.
119 Notable changes in gEDA/gaf 1.5.2
120 =================================
122 * `gschem' now uses Cairo for all rendering.  This allows for
123   everything to be rendered anti-aliased.
125 * `gschem' now uses a mesh grid instead of dots by default.
127 * Net junction cues in `gschem' are drawn smaller now.
129 * Copy and paste now works between different `gschem' instances (using
130   the X selection).
132 * Recent files are no longer opened in a new `gschem' window.
134 * Major, *backwards-incompatible* changes to color handling in
135   `libgeda' and `gschem'.
137   - All colors are specified using hexadecimal `#RRGGBB' or
138     `#RRGGBBAA' syntax.
140   - The print and display color maps are now separate.
142   - A new Scheme syntax is used to inspect and modify color maps.
144   - If you wish to use a light background in `gschem', add the line:
146       (load (build-path geda-rc-path "gschem-colormap-lightbg"))
148     to your personal or project gschemrc file.
150 * Attributes of embedded objects are now shown in the right color.
152 * Bus pins are now supported by `gschem' and `libgeda', but are *not*
153   properly supported by the netlister.  The pin type can be modified
154   by selecting a pin, then right-clicking it and selecting `Edit pin
155   type...'.
157 * All of the symbols were modified to use overbar markup tags ("like
158   \_this\_") instead of separate lines.
160 * Log files are now saved to $HOME/.gEDA/logs rather than being
161   dropped in the current directory.
163 Notable changes in gEDA/gaf 1.5.1
164 =================================
166 * GTK+ version 2.8.x or later is now required.
168 * The selection behaviour in `gschem' was changed. 
170   - Lines, unfilled boxes, unfilled circles, arcs, pins, nets, and
171     buses must be selected by clicking on the drawn path itself.
173   - Filled boxes, circles, text, and components, may be selected by
174     clicking anywhere in the bounding box.
176   - The default mouse click distance required to select an element was
177     increased to 10 pixels.
179   - Double-clicking on a net segment selects all connected net
180     segments.
182 * The percentage step in or out while zooming the display in `gschem'
183   is now configurable with the `zoom-gain' gschemrc parameter.  The
184   default value is 20%.
186 * The size of steps when panning with the mouse wheel or with a
187   trackpad in `gschem' is now adjustable with the `scrollpan-steps'
188   gschemrc parameter.  The default setting scrolls in steps of 1/8 of
189   a screen.
191 * A number of improvements were made to the `gschem' component
192   selection dialog.
194   - The dialog now shows a table of top-level attributes in the
195     selected symbol.
197   - It is now possible to expand/collapse a library by clicking
198     anywhere on its row.
200 * Changes to fill- and line-styles in `gschem' can now be undone.
202 * Arcs can now be adjusted in `gschem' using an arc angle dialog.  It
203   can be accessed by selecting an arc and selecting Edit->Edit.
205 * It is now possible to rotate objects while placing them in `gschem'.
207 * Support for arbitrary filled and unfilled paths, using a subset of
208   the SVG path syntax.  For more information, please see the file
209   format specification.
210   <http://geda.seul.org/wiki/geda:file_format_spec>
212   - `gschem' does not yet provide a GUI for creating or editing path
213     elements.  However, it does support rendering them.  They can also
214     be printed.
216   - Some of the symbols in the component library were updated to use
217     paths.
219 * A Scheme evaluation prompt was added to `gschem'.  It can be
220   accessed by typing `:'.
222 * Improved algorithm for drawing hatched fills both on screen and in
223   PostScript output.
225 * Color selection dialogs and menus in `gschem' now show the actual
226   color as well as the description.  Color names are now translatable.
228 * `gattrib' now prompts to save changes.
230 * All of the unimplemented menu items and pages in `gattrib' were
231   removed.
233 * The `always-promote-attributes' gafrc parameter now takes a list of
234   strings as an argument.  The space-delimited string syntax is
235   deprecated.
237 * Some optimisations were made to the `gnetlist' connection traversal
238   algorithm to speed up netlisting large designs.
240 * A new netlist backend was added to support Liquid PCB.
241   <http://www.liquidpcb.org/>
243 * The `bom2' netlist backend now generates a `qty' column.
245 * Several improvements and fixes were made to the `systemc' backend.
247 * The `--gnetlist-arg' option to gsch2pcb can now be used to pass
248   extra `gnetlist' arguments.
250 * `gsch2pcb' now emits files with the latest `pcb' file format.
252 * The `gxyrs' pick-and-place tool was added.
254 Notable changes in gEDA/gaf 1.5.0
255 =================================
257 * Magnetic net mode in `gschem'. Magnetic mode lets you draw nets and
258   automatically connect to valid end points (such as pins and other
259   nets).  The `magnetic-net-mode' gschemrc parameter can be used to
260   enable/disable this feature.
262 * Rotating a component while moving it in `gschem' now rotates around
263   the current mouse location.
265 * The `verilog' and `vhdl' backends now work again.
267 * Embedded components can now be mirrored.
269 * The `pads' netlist backend now uses CRLF line endings.
271 Older versions
272 ==============
274 Release notes for older versions of gEDA/gaf are available on the gEDA
275 website.  <http://www.gpleda.org/news/index.html>
278    Local Variables:
279    mode: text
280    End: