Bump gEDA version
[geda-gaf.git] / NEWS
blob3e2418636e6f25c19ca78e99544c9e65cc856710
1 ==============================================
2  'gschem and Friends' Electronic Design Suite
3 ==============================================
5 Copyright (C) 1998-2020 gEDA Developers
7 This file documents important user-visible changes in gEDA/gaf.  For
8 more information, please consult the `ChangeLog' file.
11 Notable changes in gEDA/gaf 1.10.1
12 ==================================
14 * Migrated to Guile 2.2.
16 * Duplicate symbols in a library are now only considered an error if
17   one of the symbols has been referenced.
19 * Fixed handling of packages and nets in multi-page subschematics.
21 * gnetlist ignores the `--report-gui' option and falls back to console
22   output if the Python GTK bindings are missing.
24 * Added power symbols based on the newer netname= convention to the
25   standard symbol library.
27 * Moved visibility columns in the attribute editor to the left side.
29 * When promoting an attribute manually in the attribute editor, the
30   new attribute is now visible by default.
32 * After pasting objects, the newly-pasted objects are selected.
34 * Page size and orientation can be changed in the print dialog.
36 * Removed the option `bus-ripper-rotation'; both symmetric and
37   non-symmetric bus rippers are now placed correctly.
39 * Fixed bugs:
40   - lp-1878401  Geda* Will Not Compile On Fedora 32
41   - lp-1853617  incorrectly placing the component attribute on the printout
42   - lp-1849621  Fix 'parentheses around assignment used as truth value' war...
43   - lp-1848838  Some Guile tests fail in geda 1.10.0
44   - lp-1848837  geda 1.10.0 fails to build
45   - lp-1783027  Install fails if INSTALL doesn't specify full path of insta...
46   ...and several more which never made it to the bugtracker.
49 Notable changes in gEDA/gaf 1.10.0
50 ==================================
52 General changes
53 ---------------
55 * Added the library "xornstorage" and the Python package "gaf" as a
56   (currently quite minimal) way to access gEDA/gaf functionality from
57   outside of gschem.  These are on the long term intended to replace
58   libgeda, making the core gEDA/gaf functionality available as a
59   library to both gschem and other applications.
61 * Added command-line tool `xorn' for low-level schematic and symbol
62   file manipulation.
64 * Added experimental XML file format (currently only supported by
65   gnetlist and the `xorn' command line utility).
67 * Objects colors are limited to 21 (up to and including FREESTYLE4).
68   More recent colors added for GUI purposes can be set in colormaps
69   but aren't automatically added to the file format specification.
71 * The symbol directories "gnetman", "verilog", and "vhdl" are now
72   installed to the new location PREFIX/share/gEDA/extra-sym/.  This
73   allows adding the default library with "component-library-search".
75 * The directory to which gEDA programs write log transcripts can be
76   changed by setting the environment variable `GEDALOG' (the default
77   being ~/.gEDA/logs/).
79 * All tests now use the parallel test harness, speeding up `make
80   check' runs considerably when used with multiple jobs (-jN).
82 * Fixed bugs:
83   - lp-698501   gschem file preview function renders files twice
84   - lp-698524   gnetlist ignores duplicate inout-symbols
85   - lp-698768   No ordering requirement for attribute attach/detach
86   - lp-701637   gschem "Scheme Interaction" window
87   - lp-1266316  gschem exits on color value < 0
88   - lp-1367462  undo messes with the view even though undo panzoom is disabled
89   - lp-1492834  These docked dialogs should remember their size
90   - lp-1496899  gschem: dock window wishlist
91   - lp-1497659  gnetlist -v -g spice-sdb generates bad verbose netlist
92   - lp-1514209  gschem: multiattrib Value textview improvements
93   - lp-1532794  Build fails on missing colors.h
94   - lp-1576918  Memory and file handle leak in libgeda
95   - lp-1590757  partlist3 yields wrong netlist in some cases
96   - lp-1625474  xorn does not build on FreeBSD
97   - lp-1661961  "format not a string literal and no format arguments" warning
98   ...and a lot more which never made it to the bugtracker.
101 gschem changes
102 --------------
104 * Tool windows are now "dockable", i.e., they can be either used as
105   modal/non-modal dialogs or docked to the edges of the main window.
107 * The action mechanism used for menu items, tool buttons, and key
108   bindings has been redesigned, making several improvements possbile:
110   - Actions can now be used interchangeably in the main menu, toolbar,
111     context menu, and keymap.  They are defined in a single place
112     ("actions.c" for C actions and "builtins.scm" for Guile actions),
113     including metadata like name, icon, and tooltip.
115   - Menu items and tool buttons representing options have a little
116     check or radio box beside them indicating their current state.
118   - Menu items and tool buttons are greyed out while they can't be
119     used.
121   - Toolbar and context menu are customizable.
123   - Menu and toolbar definitions are simple Scheme variables, allowing
124     users to add actions to the menu without having to copy the menu
125     definition.  Actions are represented in Scheme code as applicable
126     SMOBs, allowing them to be called like procedures while retaining
127     the action information necessary for rendering the menus/toolbar.
129   - "Repeat Last Action" (usually bound to ".") uses the same logic as
130     the middle mouse button repeat action does, i.e., only actions
131     that "make sense" qualify for repeating.
133 * The menus, toolbar, and keymap have been revamped to more closely
134   resemble the "standards" for a desktop application.  Some actions
135   have been assigned more accessible or memorable keys.
137 * Added a command-line option "--control-fd=stdin|FD" which allows
138   remote-controlling gschem via a file descriptor.  This is intended
139   for project managers like Igor2's "genxproj".
141 * File operations have been consolidated: opening, saving, closing a
142   file and so on should now behave identical regardless of how the
143   operation was initiated.  Related improvements:
145   - When opening multiple files, the first one (instead of the last
146     one) is initially shown.
148   - The symversion= mismatch dialog is shown whenever a symversion=
149     mismatch is detected while opening a file, not just for files
150     specified on the command line.
152   - gschem now keeps track of which files are untitled, listing them
153     as "untitled page" instead of assigning them a temporary filename.
154     The Scheme procedure `page-filename' returns #f for untitled
155     pages.
157   - "Save all" used to produce spurious "untitled_1.sch" files.  This
158     was due to three issues working together, which have been fixed:
160     - When gschem is invoked without specifying filenames on the
161       command line, an untitled page is created.  This page wasn't
162       removed when opening files, staying invisibly in the background.
164     - "Save all" didn't check which files needed saving but just
165       unconditionally saved anything.
167     - "Save all" didn't behave like the interactive "Save", asking for
168       a filename for untitled pages, but just saved each page to its
169       internally stored filename.
171   - The file chooser dialog on "Open" and "Save As" is now always
172     opened in the current directory.
174   - When opening a file which is already open but has since been
175     changed on disk, the user is asked whether to reload the file.
177   - When the currently edited file has been modified on disk, a
178     notification is shown offering the user to reload the file.
180   - If the user enters a filename with an unusual extension while
181     saving, a confirmation dialog is shown.
183   - When trying to open a file or descend into a subschematic which
184     doesn't exist, gschem now offers to create a new file with that
185     name.
187 * Some improvements have been made to the multi-attribute editor:
189   - Editing a single attribute invokes the multi-attribute editor.
191   - Trying to edit an inherited attribute edits the attached attribute
192     with the same name if it exists, or promotes the attribute and
193     edits its value if it doesn't exist yet.
195   - Attributes are shown in the order in which they are listed in the
196     configuration (via "attribute-name").
198 * Attaching and detaching attributes now work as expected:
200   - "Attributes / Attach Attributes" used to depend on the order in
201     which objects were selected, taking the first selected object as
202     the base object to attach attributes to, regardless of its type.
203     Now, the selected objects are searched for a base object of
204     suitable type, and only if exactly one is found, the attributes
205     are attached to it.
207   - "Attributes / Detach Attributes" used to work on selected
208     components and nets, detaching all attributes from these objects.
209     It now works on the selected *attributes*, allowing the user to
210     selectively detach specific attributes while leaving the rest
211     attached.
213 * "Lock Component" used to lock components as well as non-component
214   objects, bringing the latter into an invalid state that would last
215   until the next "Undo" (or until the page was saved and loaded back
216   from file manually).
218   This has been fixed: "Lock Component" and "Unlock Component" now
219   only operate on components, changing the color of attached
220   attributes as they used to do with any selected text.
222 * The "Light Color Scheme" (V L) selected from the menu now has a
223   truly white background.  For compatibility, selecting the "lightbg"
224   colormap in gschemrc loads the old, light-gray color scheme; the new
225   color scheme can be selected as "whitebg".
227 * The library window has been made fit to be used as a dock window:
229   - When the dialog is resized to be taller than a certain aspect
230     ratio, it switches automatically to a stacked layout where the
231     preview and attribute panes are located below the symbol selector.
233   - While in stacked layout, the bottom panes can be expanded and
234     collapsed to give more room to the symbol selector.
236   - The window is automatically refreshed on library updates.
238 * Symbol editing has been improved:
240   - The page can now be scrolled to negative coordinates, making it
241     feasible to edit symbols without moving them away from the origin,
242     then translating them back.  This also allows to consciously
243     choose something that makes sense for the symbol as the location
244     of the origin.
246   - The coordinate origin is now indicated with slightly darker grid
247     lines.  (This can be enabled/disabled via "View / Show Origin".)
249   - The "Symbol Translate" action has been replaced with "Place
250     Origin" which lets the user select the position of the origin
251     interactively.
253 * Added support for back-annotation from pcb-rnd.
255 * Double-clicking a subschematic component enters the subschematic.
257 * Right-clicking in path mode works as expected.
259 * Pins are allowed to have zero length.
261 * "File / Revert" only asks for confirmation if the file has been
262   modified.
264 * The "repeat" function of the middle mouse button now evaluates
265   actions at the current mouse position.
267 * Mouse gestures work properly again.
269 * libstroke has been merged into gEDA/gaf.  This removes the
270   dependency on libstroke and makes mouse gestures always available.
272 * Added new mouse gestures for page navigation:
273   - swiping left goes to the previous, swiping right to the next page
274   - swiping right and then down enters a subschmatic
275   - swiping left and then down enters a symbol
276   - swiping up and sideways (in any combination) goes back to the
277     parent schematic
279 * The coordinate dialog has been replaced with an option to display
280   the coordinates in the status bar.
282 * Added further menu items:
284   - "Add / Last Component" (A C)
286   - "Object / Toggle Text Overbar" (T O)
288   - "View / Show Menubar" (V M)
289   - "View / Show Toolbar" (V T)
290   - "View / Show Scrollbars" (V S)
292   - "Tools / Select Locked Objects" (T L)
294 * Fixed various issues related to undo/redo:
296   - The menu items "Edit / Undo" and "Edit / Redo" now show the name
297     of the action that will be undone/redone.
299   - The current viewport used to be restored on undo/redo regardless
300     of the "undo-panzoom" setting (which prevents pan and zoom
301     operations from being recorded in the undo history).  This turned
302     out to confuse users, so if the setting is enabled, undo/redo now
303     doesn't change the viewport at all.
305   - The default mode ("undo-panzoom" disabled) now works correctly.
307   - After undoing the first action which changed a page, the page will
308     be considered "unchanged" again.
310   - Adding an attribute, changing the slot of a component, replacing
311     the contents of a picture, and selecting "Pan" from the menu used
312     not to be correctly un-doable.  This has been fixed.
314   - Selecting a picture to be added doesn't cause the page to be
315     treated as changed any more.
317   - "Object / Update Symbol" can't be undone with the current undo/
318     redo system, so it isn't listed as something that can be undone
319     any more.
321   - Several actions (attach/detach attribute, text actions, embed/
322     unembed, lock/unlock component, show/hide specific text) changed
323     the undo history even in the case that they didn't have any
324     effect.  This has been fixed.
326   - Several actions (attach/detach, embed/unembed) didn't update the
327     "changed" flag correctly; this has been fixed.
330 gnetlist changes
331 ----------------
333 * Refactored gnetlist:
335   - gnetlist is now part of the Python package "gaf" and uses the new
336     libraries instead of libgeda to work with gEDA files.
338   - Netlist backends can also be written in Python.
340   - When reading broken schematics and/or symbols, gnetlist doesn't
341     silently fail or produce bad output any more.  Conversely, this
342     means gnetlist has become more picky about input files: whenever
343     it occurs something that is likely to result in bad output, it
344     issues a warning or an error.
346   - In case there should be any problems with the refactored codebase,
347     the "old" gnetlist is still available as "gnetlist-legacy".
349 * If gnetlist is invoked with the `pcbfwd' backend or the new option
350   `--report-gui', errors and warnings are displayed in a GUI dialog
351   instead of printing them to stderr.
353 * There are new semantics for power and I/O port symbols:
355   - Power symbols can now use a netname=NET instead of a net=NET:1
356     attribute.  This allows using the attribute value as a visible
357     label, removing the need for power symbols for individual rails.
359   - I/O port symbols in subschematics can now use a portname=PORT
360     instead of a refdes=PORT attribute to distinguish them from
361     regular components.  This allows checking that unconnected port
362     symbols aren't silently included in the netlist as components.
364 * Hierarchical schematics can now use a simple form of parametrization
365   where the instantiating component contains an attribute of the form
366   `param=NAME=VALUE' and some attribute value in the subschematic
367   contains the pattern `$(NAME)', which will be replaced with `VALUE'.
368   This only works with regular attribute lookup from netlist backends
369   and won't affect special attributes like slot= or netname=, though.
371 * The netlisting options "hierarchy-traversal", "net-naming-priority",
372   "unnamed-netname", and "unnamed-busname" are once again configured
373   via gnetlistrc, making them consistent with the refdes=, net=, and
374   netname= mangling options.
376 * Duplicate I/O ports in subschematics and duplicate I/O pins in
377   subschematic symbols are now treated correctly.
379 * Added a netlist backend for pcb-rnd's tEDAx format.
381 * Added backends which dump the netlist in various generic formats
382   (dumpindent, dumpjson, dumplihata, dumptext, dumpxml).
385 Notable changes in gEDA/gaf 1.9.2.1p
386 ====================================
388 * The gEDA/gaf source tarball no longer includes libintl.  When
389   building gEDA/gaf with internationalisation support, a GNU
390   gettext-compatible libintl is now required.
392 * A new Scheme API function, `log!`, has been added to the `(geda
393   log)` module.  It allows Scheme code to emit log messages in the
394   same way that the tools' C code does.
397 Notable changes in gEDA/gaf 1.9.2
398 =================================
399 * Build system changes:
401   - Guile 2.0 or newer is now required.
403   - top-level control file allowing continuous integration using
404     Travis CI has been added.
406 * Nullor expansion has been fixed in the `spice' and `spice-sdb'
407   backends.
409   - Element name prefix "E_" has been substituted for "E-" to prevent
410     errors output by some simulators (e.g. ngspice).
412   - A default gain value has been added in the nullor expansion code.
414 * Two obsolete scripts verilog2vhdl.sh and script.sed have been
415   removed.
417 * Undocumented and ambiguous feature of the `spice-sdb' backend for
418   gnetlist consisting in the possibility of using the "value="
419   attribute instead of "file=" only for include blocks and only in
420   embedding mode has been removed.
422 * The following scripts and programs have been moved from the `utils'
423   directory to a new `contrib' directory and are no longer installed
424   by default:
426          smash_megafile          olib
427          gmk_sym                 convert_sym
428          sarlacc_schem           sarlacc_sym
429          pads_backannotate       sw2asc
430          gnet_hier_verilog.sh
432 * `gpstoimage' has been removed from the distribution; equivalent
433   functionality is provided by the `gaf' command.
435 * `convert_sym.awk' has been removed from the distribution; equivalent
436   functionality is provided by the `convert_sym' command.
438 * gnetlist now supports output of netlists to the standard output.
440 * New Scheme procedures and hooks have been added.  Please see the
441   "geda-scheme" info manual for more details.
443   - `set-component-with-transform!' is a modified version of
444     `set-component!', which applies all the specified transformations
445     to a component and immediately updates it.
447   - `auto-refdes-reset!' resets components' refdeses
449   - `copy-objects-hook' is called whenever an object is copied, it can
450     be used, for example, to reset component's refdes on copy.
452 * The following gschem configuration items have been added:
454   - `third-button-cancel' cancels draw actions by the third mouse
455     button in mousepan mode.
457   - `grid-mode' sets default grid mode.
459 * Fixes/updates to the *BSD, Mac OS X, and MinGW builds.
461 * Changes in the gschem UI event state machine:
463   - New drawing modes apply immediately.
465   - Indication of an action being in progress has been added.
467   - Mirror action can now be used during an object placement.
469   - Show/hide text function is now enabled during other actions.
471   - RMB panning is now enabled during placing or drawing.
473 * Some gschem dialog have been merged, made non-modal, and placed in
474   sidebar:
476   - Color, line, fill and pin type dialogs have been merged into one
477     non-modal object properties dialog with widgets applying values
478     immediately.
480   - Text properties dialog.
482   - Options to control the magnetic net mode and the net rubber band
483     mode as well as grid mode and grid snap mode have been merged into
484     one options dialog.
486 * The following dialogs/windows have been converted into an info bar
487   and are now placed in bottom notebook:
489   - Log (status) window.
491   - Find text dialog.
493 * The following dialogs are now popup & docked the same way as the
494   execute script dialog:
496   - Show and hide text dialogs.
498   - Translate dialog.
500 * Other gschem GUI changes:
502   - Hotkeys and menu items to show/hide the sidebar and status window
503     have been added.
505   - Swatch for fill types has been added.
507   - Slot edit dialog now displays number of slots.
509   - Library folder structure in gschem is now displayed as tree.
511   - Indication of page change has been added in gschem main window's
512     title.
514 * Improved find text functionality:
516   - When searching for text, gschem now descends all files specified
517     in the comma separated list of the source attribute.
519   - There is now a widget that lists all occurences of the text
520     objects that contain the search string.
522   - The find text operation does not switch the current schematic in
523     the view or interfere with the most recent page up.
525   - The find text operation also searches all open pages instead of
526     the current one.
528   - The behavior of the find text operation works with multiple
529     toplevel windows open while running concurrent find text
530     operations.
532   - The find text operation can now use either a substring, pattern,
533     or regex. The pattern style uses * and ?. The regex uses glib,
534     which adheres to perl compatible regular expressions.
536 * Several symbols have been fixed/improved.
538 * gschemdoc has been enhanced to search in the user documentation
539   directory.
541 * Several translations have been added/updated.
543 * Man pages for gsymcheck and gschlas have been updated.
545 * Switches --help and -h have been added for most of gEDA utilities.
547 * Fixed the following bugs:
549   -  900122: Gschem crashes on ctrl-x.
550   - 1258834: spice-sdb crashes on non-existing files.
551   - 1463178: Gsch2pcb crashes when using `m4-pcbdir' option.
552   - 1478760: Gschem segmentation fault during find text.
553   - Gschem crashes on pressing the third mouse button.
554   - SVG output bug in `gaf export'.
555   - Several other bugs.
558 Notable changes in gEDA/gaf 1.9.1
559 =================================
561 * Unbalanced overbar markers are now rendered correctly.
563 * Most tools now no longer set the GEDADATA or GEDADATARC environment
564   variables (they still obey them though).
566 * `gschem' now provides a path drawing tool, accessed using <A H> or
567   the "Add Path" menu item.
569   - Add a cusp node by left-clicking.
571   - Add a Bezier curve node by left-dragging from the node point to
572     the control point.
574   - End the path by clicking on the same node point twice, or clicking
575     on the start node to close the path.
577 * On desktops that reparent menu bars (e.g. Ubuntu Unity) it is once
578   again possible to paste the clipboard using the menus.
580 * A number of `gschem' editing behaviour changes were made:
582   - Double-clicking on an entry in the "In Use" tab of the component
583     selector now behaves the same way as double-clicking in the
584     "Libraries" tab.
586   - When new attributes are attached to a net, they are placed at a 50
587     unit offset.
589   - The text color is now used as the default color for `pinlabel='
590     attributes.
592   - Pin attributes are no longer automatically replaced when rotating
593     or mirroring pins.
595   - It is possible to edit a text object even when other non-text
596     objects are selected.
598   - Control grips are now always drawn at the same on-screen size.
600 * The multi-attribute editor dialog in `gschem' has been extended to
601   support more cases:
603   - It now supports editing attributes of multiple selected
604     objects. These are aggregated into the dialog's attribute list.
606     Multiple attributes with the same name attached to any given
607     object are still shown in separate rows, but identically named
608     attributes from multiple selected objects will share a row. If a
609     row has differing values between objects, its value shows the text
610     "<various>" in a muted colour.
612   - Where an attribute is present in some, but not all selected
613     objects its name in the list is shown in red. A new popup menu
614     option allows copying such attributes to all selected objects.
616   - If no complex, placeholder, pin, net or bus objects are selected,
617     the dialog now falls back to editing any selected attribute text.
619     This allows editing of unattached or floating attributes in
620     symbols, or any attributes seleccted independantly of their owning
621     object. In this fallback mode, all attributes with the same name
622     shown in separate rows, and the "add attribute" functionality is
623     disabled.
625 * `gschem' has new icons for many editing commands.
627 * Several bugs were fixed in `gnetlist':
629   - Invalid attributes are ignored.
631   - Correct detection of graphical symbols.
633   - Components with no `refdes=' attribute are reported.
635   - Crash fixes for `drc' and `switcap' backends.
637 * `gaf export' now accepts a `--scale' option.
639 * The `--size', `--margins' and `--align' options to `gaf export' can
640   now accept their multiple arguments separated with a space ` ', a
641   colon `:' or a semicolon `;'.
643 * `gaf config' now handles the `-p' option properly.
645 * `gnetlist', `gsymcheck' and `gaf' now output internationalised
646   messages.
648 * New Scheme procedures were added. Please see the "geda-scheme" info
649   manual for more details.
651   - The (gschem action) module contains procedures for working with
652     user editing actions (i.e. commands accessed via the menus or
653     keybindings).
655   - Two new hooks were added: `bind-keys-hook' is called whenever
656     keymap bindings are changed; `action-property-hook' is called when
657     action properties are changed.
660 Notable changes in gEDA/gaf 1.9.0
661 =================================
663 * A new schematic renderer library, `libgedacairo' has been added, and
664   all tools have been updated to use it.  Related changes:
666   - The following configuration functions have been removed:
668          output-capstyle         paper-sizes
669          output-color            postscript-prolog
670          output-orientation      print-command
671          output-type             setpagedevice-orientation
672          paper-size              setpagedevice-pagesize
674   - The following `gschem' configuration items have been added:
676          print-paper             print-color
677          print-orientation
679   - `gschem' now generates PDF files rather than PostScript or EPS
680     files.
682   - `gschem' now uses a standard GTK print dialog (with printer
683     selection, print preview, etc.)
685 * A new `gaf' command-line utility has been added.  It provides a
686   number of subcommands:
688   - `gaf export' can be used to convert schematic files to PNG, SVG,
689     PDF, PS and EPS, with detailed control of paper size and margins.
690     It supports multi-page PDF and PS output.
692   - `gaf config' can be used to manipulate the project, user, and
693     system configuration stores (see below).
695   - `gaf shell' provides a Scheme REPL for batch manipulation of
696     schematic and symbol files.
698 * New project, user and system configuration stores have been added,
699   using a format similar to .desktop files.  They can be manipulated
700   using the `gaf config' tool.  Configuration parameters for most
701   tools will be converted to use this mechanism in future releases.
703 * The changes to highlighting of dangling net ends in gEDA/gaf 1.8.0
704   have been reverted.  All dangling ends are once again flagged with a
705   brightly-coloured square.
707 * When editing a component with the `gschem' multi-attribute editor,
708   the dialog will now show the symbol name in its title.
710 * When using "Down Schematic" command in `gschem', an error message
711   will now be displayed if the subcircuit schematic cannot be loaded.
713 * Printing now uses a light background color map by default.
715 * Objects can now have the line end "cap style" adjusted in `gschem'.
717 * `gnetlist' now accepts the `-i' and `-g' command-line arguments
718   together.  If you specify both `-i' and `-g', `gnetlist' will enter
719   the Scheme REPL after loading the requested backend but before
720   executing it.
722 * `gattrib' now has translations for the user interface and various
723   messages.
725 Notable changes in gEDA/gaf 1.8.2
726 =================================
728 Bugfix release.
730 * [994361] Fixed a libgeda crash bug involving nets inside symbols.
732 * [1226246] Fixed a gnetlist data corruption bug when using refdes
733   containing the string "POWER".
735 * Updates to build system to allow compilation from git on systems
736   with Automake >= 1.13.0.
738 Notable changes in gEDA/gaf 1.8.1
739 =================================
741 Bugfix release with correct dynamic version information for libgeda.
743 Notable changes in gEDA/gaf 1.8.0
744 =================================
746 * `gschem' and `gnetlist' have updated and rewritten user guides.
748 * All tools now give more informative error messages if they are
749   unable to load schematic or symbol files due to syntax errors.
751 * All tools now correctly handle schematic and symbol files with `\r',
752   `\n', or `\r\n` line endings, or a mixture.
754 * Unconnected pin ends and net ends are now all drawn with the same
755   box marker in `gschem' and printed output.
757 * Net segments with at least two connections (including indirect
758   connections via `netname=' attributes) are now drawn with arrowheads
759   rather than box markers on dangling ends in `gschem' and printed
760   output.
762 Notable changes in gEDA/gaf 1.7.2
763 =================================
765 * `geda-gaf' now requires GTK+ 2.16.0 or later.
767 * A greatly expanded Scheme API has been added to gEDA/gaf for use by
768   extension authors.  See the `geda-scheme' Info manual for more
769   details.  Existing extensions may need to be modified to load the
770   `(geda deprecated)' or `(gschem deprecated)' modules.
772 * The `component-library-search' function for `gafrc' files now skips
773   directories without symbols, and searches for libraries recursively.
775 * `gschem' keybinding improvements:
777   - Keybindings are now unaffected by Caps Lock.
779   - Keystrokes are displayed using the same characters as on keycaps
780     (e.g. `:' instead of `colon').
782   - Keystrokes may use extended modifiers (Super, Hyper and Meta).
784   - Key bindings can be modified in any rc file or interactively using
785     the `global-set-key' function.  See notes in `system-gschemrc' for
786     examples.
788 * `gschem' now displays help files and component documentation on all
789   platforms, including Windows.  The `locate' tool is no longer used
790   to search for component documentation files.
792 * The `schdiff' tool for generating visual diffs of schematics and
793   symbols has been added.  It can be used with most version control
794   systems.  See `man schdiff' for more details.
796 * The `bom' and `bom2' backends to `gnetlist' now give error messages
797   if no attribute file can be found.  The `-O attrib_file=FILE' and
798   `-O attribs=ATTRIB,ATTRIB...' options have also been added.
800 * A new `ewnet' backend has been added to `gnetlist'.  This outputs
801   netlists for use with the National Instruments ULTIboard layout
802   tool.
804 * The `verilog' backend to `gnetlist' now supports concatenated net
805   naming like "{a,b,c[3:0]}".
807 * `gsch2pcb' no longer supports the `m4_command' parameter in project
808   files.
810 * The `--m4-pcbdir' and `--m4-file' arguments to `gsch2pcb' now work
811   again.
813 * `gsymfix.pl' has been renamed to `gsymfix'.
815 * Man pages are now available for all programs installed as part of
816   gEDA/gaf.
818 * The undocumented programs `gnet_hier_verilog', `gsymupdate', `gschupdate'
819   and `sch2eaglepos.sh' are no longer installed to ${prefix}/bin.
821 Notable changes in gEDA/gaf 1.7.1
822 =================================
824 * gEDA is now compatible with Guile 2.0.
826 * gEDA/gaf applications no longer complain when trying to load an rc
827   file twice, or when an rc file doesn't exist.
829 * `gschem' allows objects to be moved by dragging without having to
830   select them first.
832 * `gschem' now supports keybindings with more than one modifier key,
833   and "Deselect" is bound to <Control Shift A> by default.
835 * `gnetlist' correctly handles multiple renames of the same net.  This
836   resolves some long-standing bugs with multipage schematics.
838 * The `spice-sdb' backend for `gnetlist' now has built-in support for
839   `SUBCKT_NMOS' and `SUBCKT_PMOS' devices.
841 * A new `makedepend' backend has been added to `gnetlist'.  It
842   generates Makefile code for SPICE simulation dependencies.
844 * Visibility of embedded component attributes are now preserved by
845   `gattrib'.
847 * `gsch2pcb' correctly handles footprint names with hyphens (`-').
849 * `gsch2pcb' project files support quoting and escaping in
850   `schematics' entries.
852 * Considerable enhancements to Unicode support when printing
853   schematics or exporting PostScript.
855 Notable changes in gEDA/gaf 1.7.0
856 =================================
858 * All gEDA/gaf applications now handle configuration files much more
859   strictly, and provide much more useful feedback when an error
860   occurs.
862 * Several changes to `gschem' command-line options:
864   - The `-t' option is no longer supported.
866   - Several command-line options now support a long-form alternative.
868   - The `-s' option can now be used to run multiple Scheme scripts
869     during `gschem' startup.
871   - A new `-c' option is available, which runs a Scheme expression
872     during `gschem' startup.
874   - A new `-L' option is available, which adds a directory to the
875     Scheme load path.
877   - A new `-V' or `--version' option is available, which displays
878     version information.
880 * `gschem' now provides a "Select All" function, which is bound to
881   <Control a> by default, along with a corresponding "Deselect"
882   function.
884 * In the `gschem' "Add component" dialog, filtering the component
885   library will expand matching libraries.  If the filter is cancelled,
886   all libraries are collapsed.  Components can now be selected by
887   double-clicking on them in the component list.
889 * The `gschem' "Edit Text Properties" dialog now has an easier to use
890   "Alignment" menu.
892 * Printed text size now better matches on-screen text size in
893   `gschem'.
895 * Special characters, including commas, are now escaped or quoted
896   appropriately in `gattrib' CSV output.
898 * Several changes to `gnetlist' command-line options:
900   - Four command-line options specific to the `spice-sdb' backend have
901     been removed.  They can be replaced with `-O <option>' according
902     to the following table:
904         -e, --embedd              -O embedd_mode
905         -I, --include             -O include_mode
906         -n, --nomunge             -O nomunge_mode
907         -s, --sort                -O sort_mode
909   - The list of available backends is now obtained using a new
910     `--list-backends' option.  `-g help' no longer outputs a list of
911     backends.
913   - A new `-L' option is available, which adds a directory to the
914     Scheme load path.
916   - A new `-V' or `--version' option is available, which displays
917     version information.
919   - When run with invalid command-line arguments, `gnetlist' now exits
920     with non-zero exit status.
922 * Several `gnetlist' backends have now been fixed so that it should no
923   longer be necessary to set an expanded Guile stack in gEDA's config
924   files.
926 * The `spice-sdb' backend for `gnetlist' now supports probes
927   (`TESTPOINT' devices).
929 * The undocumented `mk_verilog_syms' program is no longer installed.
930   The symbols it creates are still installed to
931   `${prefix}/share/gEDA/sym/verilog'.
933 Notable changes in gEDA/gaf 1.6.2
934 =================================
936  * PNG export from `gschem' will now be cropped correctly.
938  * The `partlist' backends for `gnetlist' now handle hierarchical
939    refdes correctly.
941  * On Windows, `gschem' and `gattrib' will no longer launch with a
942    command window visible.
944  * `gnetlist-arg' is no longer valid in `gsch2pcb' project files.
946 Several other bugs were fixed, including a major crash bug in
947 gnetlist.
949 Notable changes in gEDA/gaf 1.6.1
950 =================================
952 * Added accelerator mnemonics for root menus in gschem
954 * Lots of updated and new language translations in libgeda, gschem, and
955   gattrib.  (Courtesy of language translators and Launchpad)
957 * Updated the shipped documentation from the official gEDA wiki
959 * Fixed the following bugs:
961   - 2876373: Fix rendering with zoomed out dashed lines
962   - 2901183: Fix for some manpage issues
963   - 2904715: Don't update page connectivity from o_place_rotate()
964   - 2949232: Fix slot editing routines to not edit inherited attributes
965   - Cherry picked some other bug fixes from master that should be in
966     this release
968 Notable changes in gEDA/gaf 1.6.0
969 =================================
971 * Fixed the GtkItemEntry code inside of gattrib code so that it builds
972   using gtk+ > 2.16.x.
974 * In gschem, rubberband pin to pin connections by adding nets.
976 * Cleanup of the slot handling code in libgeda.
978 * Fixes/updates to the MinGW port.
980 * Updated the shipped documentation from the online wiki.
982 Notable changes in gEDA/gaf 1.5.3/1.5.4
983 =======================================
985 * NOTE: gEDA/gaf 1.5.3 was released with some critical bugs, so
986         it was withdrawn before it was widely distributed.
988 * Text rendering using native system fonts:
990   - The various programs in gEDA/gaf no longer uses its own built-in
991     line font.
993   - Native system fonts are used for rendering, giving support for a
994     wider range of symbols, and better looking schematics.
996 * Always use PostScript fonts in gschem's PostScript output.  The
997   "output-text", "text-output" and "output-vector-threshold" config
998   functions have been removed.
1000 * Image rendering in 'gschem' uses cairo instead of GDK.
1002 * Numerous build system changes:
1004   - gEDA/gaf is now distributed as a single source archive, called
1005     gEDA-<version>.tar.gz.
1007   - GTK+ 2.10 or newer and Guile 1.8 or newer are now required.
1009   - `intltool' is no longer required.
1011   - Documentation is now installed to ${docdir} (usually
1012     ${prefix}/share/doc/gEDA).
1014 * The attribute edit dialog in `gschem' now has completion of most
1015   common attribute names.
1017 * The multi-attribute edit dialog in `gschem' now shows unpromoted
1018   symbol attributes.
1020 * Menu items in `gschem' now have icons and properly aligned key
1021   bindings. They also support accelerator keys.
1023 * The `gschem2pcb' and `PCBboard' netlist backends have been removed.
1024   It is recommended to use `gsch2pcb' instead.
1026 * Check for and reject non-footprint PCB files in 'gsch2pcb'.
1028 * Removed unimplemented "File->Open" feature in 'gattrib'.
1030 * Added --disable-gattrib command line flag to ./configure to disable the
1031   building of 'gattrib'.  This is useful if you are building against
1032   gtk+ 2.17.x which breaks 'gattrib'.
1034 * 'gnetlist' does not recommend drc2 every time it runs.  The drc2
1035   backend is only useful in certain circumstances.
1037 * Assign shortcuts "vd" and "vl" for changing between color schemes
1038   in 'gschem'.
1040 * Fix problem with attached net attribute not being honored in 'gnetlist'.
1042 * Focus the "save" button in the close confirmation dialog in 'gattrib' and
1043   'gschem'.
1045 * Accept empty attributes in the src file in 'tragesym'.
1047 * Cleaned up the slot dialog box in 'gschem'.
1049 * Changed the grip size rendering in 'gschem' to be reasonably sized when
1050   zoomed in a lot.
1052 * Introduction of a new attribute searching API in 'libgeda' and 'gschem'.
1054 * Improvements and cleanup to the 'gnetlist' and 'gsymcheck' test suites.
1056 * Fixed the following bugs:
1058   - 1758673: Combine source tarballs
1059   - 2058707: gschem, gattrib: Dangerous button focus in "Save changes"
1060              dialog at quit
1061   - 2430369: gschem: Deselect invisible attribs with their parent object.
1062   - 2449060: Graphic state left inconsistent cancelling from net mode
1063   - 2460301: libgeda: Make o_complex_promote_attribs() respect keep_invisible
1064              and libgeda: Make o_complex_copy() actually copy.
1065   - 2455061: Gnetlist output changed, and tests fail with recent GLib
1066   - 2655088: autogen.sh: Make sure to exit if autopoint fails.
1067   - 2823703: gnet-pcbpins.scm: Quote pins names if they contain comma
1068              or close parenthesis.
1069   - 2823755: gnetlist: Fix DEBUG builds.
1070   - 2836109: build-sys: Add check for groff html driver.
1072 * Spanish translation were updated.
1074 * Lots of code, infrastructure, and doxygen documentation cleanup and
1075   refactoring.
1077 Notable changes in gEDA/gaf 1.5.2
1078 =================================
1080 * `gschem' now uses Cairo for all rendering.  This allows for
1081   everything to be rendered anti-aliased.
1083 * `gschem' now uses a mesh grid instead of dots by default.
1085 * Net junction cues in `gschem' are drawn smaller now.
1087 * Copy and paste now works between different `gschem' instances (using
1088   the X selection).
1090 * Recent files are no longer opened in a new `gschem' window.
1092 * Major, *backwards-incompatible* changes to color handling in
1093   `libgeda' and `gschem'.
1095   - All colors are specified using hexadecimal `#RRGGBB' or
1096     `#RRGGBBAA' syntax.
1098   - The print and display color maps are now separate.
1100   - A new Scheme syntax is used to inspect and modify color maps.
1102   - If you wish to use a light background in `gschem', add the line:
1104       (load (build-path geda-rc-path "gschem-colormap-lightbg"))
1106     to your personal or project gschemrc file.
1108 * Attributes of embedded objects are now shown in the right color.
1110 * Bus pins are now supported by `gschem' and `libgeda', but are *not*
1111   properly supported by the netlister.  The pin type can be modified
1112   by selecting a pin, then right-clicking it and selecting `Edit pin
1113   type...'.
1115 * All of the symbols were modified to use overbar markup tags ("like
1116   \_this\_") instead of separate lines.
1118 * Log files are now saved to $HOME/.gEDA/logs rather than being
1119   dropped in the current directory.
1121 Notable changes in gEDA/gaf 1.5.1
1122 =================================
1124 * GTK+ version 2.8.x or later is now required.
1126 * The selection behaviour in `gschem' was changed.
1128   - Lines, unfilled boxes, unfilled circles, arcs, pins, nets, and
1129     buses must be selected by clicking on the drawn path itself.
1131   - Filled boxes, circles, text, and components, may be selected by
1132     clicking anywhere in the bounding box.
1134   - The default mouse click distance required to select an element was
1135     increased to 10 pixels.
1137   - Double-clicking on a net segment selects all connected net
1138     segments.
1140 * The percentage step in or out while zooming the display in `gschem'
1141   is now configurable with the `zoom-gain' gschemrc parameter.  The
1142   default value is 20%.
1144 * The size of steps when panning with the mouse wheel or with a
1145   trackpad in `gschem' is now adjustable with the `scrollpan-steps'
1146   gschemrc parameter.  The default setting scrolls in steps of 1/8 of
1147   a screen.
1149 * A number of improvements were made to the `gschem' component
1150   selection dialog.
1152   - The dialog now shows a table of top-level attributes in the
1153     selected symbol.
1155   - It is now possible to expand/collapse a library by clicking
1156     anywhere on its row.
1158 * Changes to fill- and line-styles in `gschem' can now be undone.
1160 * Arcs can now be adjusted in `gschem' using an arc angle dialog.  It
1161   can be accessed by selecting an arc and selecting Edit->Edit.
1163 * It is now possible to rotate objects while placing them in `gschem'.
1165 * Support for arbitrary filled and unfilled paths, using a subset of
1166   the SVG path syntax.  For more information, please see the file
1167   format specification.
1168   <http://wiki.geda-project.org/geda:file_format_spec>
1170   - `gschem' does not yet provide a GUI for creating or editing path
1171     elements.  However, it does support rendering them.  They can also
1172     be printed.
1174   - Some of the symbols in the component library were updated to use
1175     paths.
1177 * A Scheme evaluation prompt was added to `gschem'.  It can be
1178   accessed by typing `:'.
1180 * Improved algorithm for drawing hatched fills both on screen and in
1181   PostScript output.
1183 * Color selection dialogs and menus in `gschem' now show the actual
1184   color as well as the description.  Color names are now translatable.
1186 * `gattrib' now prompts to save changes.
1188 * All of the unimplemented menu items and pages in `gattrib' were
1189   removed.
1191 * The `always-promote-attributes' gafrc parameter now takes a list of
1192   strings as an argument.  The space-delimited string syntax is
1193   deprecated.
1195 * Some optimisations were made to the `gnetlist' connection traversal
1196   algorithm to speed up netlisting large designs.
1198 * A new netlist backend was added to support Liquid PCB.
1199   <http://www.liquidpcb.org/>
1201 * The `bom2' netlist backend now generates a `qty' column.
1203 * Several improvements and fixes were made to the `systemc' backend.
1205 * The `--gnetlist-arg' option to gsch2pcb can now be used to pass
1206   extra `gnetlist' arguments.
1208 * `gsch2pcb' now emits files with the latest `pcb' file format.
1210 * The `gxyrs' pick-and-place tool was added.
1212 Notable changes in gEDA/gaf 1.5.0
1213 =================================
1215 * Magnetic net mode in `gschem'. Magnetic mode lets you draw nets and
1216   automatically connect to valid end points (such as pins and other
1217   nets).  The `magnetic-net-mode' gschemrc parameter can be used to
1218   enable/disable this feature.
1220 * Rotating a component while moving it in `gschem' now rotates around
1221   the current mouse location.
1223 * The `verilog' and `vhdl' backends now work again.
1225 * Embedded components can now be mirrored.
1227 * The `pads' netlist backend now uses CRLF line endings.
1229 Older versions
1230 ==============
1232 Release notes for older versions of gEDA/gaf are available on the gEDA
1233 website.  <http://www.gpleda.org/news/index.html>
1236    Local Variables:
1237    mode: text
1238    End: