[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: annotated tag: 1.7.2-20111231 created (1.7.2-20111231)



The annotated tag, 1.7.2-20111231 has been created
        at  89890a9485c3f2c13f433f7ebcaaf802f16032fc (tag)
   tagging  c2e926e58e636b09afdbc5a01c8a61c921808d21 (commit)
  replaces  1.7.1-20110619
 tagged by  Ales Hvezda
        on  Sat Dec 31 18:06:48 2011 -0500


gaf 1.7.2 released December 31st 2011

Alan Somers (1):
      schdiff, a graphical diff tool for schematics.

Ales Hvezda (5):
      Updated versions in prep for new release (1.7.2)
      Updated all po files in prep for a new release (1.7.2)
      Updated man page date and version in prep for a new release (1.7.2)
      Temporarily removed the processing/shipping of the scheme-api doc.
      Remove Makefile.am reference temporarily to the scheme-api doc

Bert Timmerman (2):
      gschem: updated the Dutch translation.
      libgeda: updated the Dutch translation.

Dan McMahill (9):
      Add a check for atan2() in -lm.  Without this, some systems such
      Add the ewnet backend to the tests.
      Add ULTIboard backend.  This is the electroncs workbench layout tool
      Add man pages for pcb_backannotate and pads_backannotate.
      Update the options parsing to take short options as well as long options.
      Add man page for sw2asc.
      Fix a few typos and also correctly identify -V with version and -v with verbose
      Move the sw2asc script out of the gnetlist tree and into the utils tree where it belongs.
      Finish the delete as part of moving sw2asc.in over to utils from gnetlist.

Dan White (1):
      gnetlist: spice-sdb "no_end_card" option suppresses ".end"

Dima Kogan (3):
      gschem: Update optional debug printing to work with the latest code
      gschem: Fix searching for hidden text.
      gschem: Move variables closer to where they are used, for clarity

Eivind Kvedalen (1):
      Improved error handling in gsch2pcb.

Gareth Edwards (20):
      Add man page for refdes_renum and explain examples.
      Add man page for tragesym(1).
      Add man page for olib(1).
      utils: add olib.html to gitignore
      Add manpage for smash_megafile(1)
      Add manpage for mk_verilog_syms.
      Expand html man page names properly.
      Add manpage for convert_sym(1).
      Add tragesym.html manpage rendering to gitignore
      Add manpage for garchive
      Add manpage for gmk_sym.
      Utils: Fix trailing whitespace in garchive man page.
      Add manpage for gnet_hier_verilog.sh
      Move gsymupdate and gschupdate to "not installed".
      Add manpage for gschlas
      Rename "gsymfix.pl" to "gsymfix".
      Add manpage for gsymfix.
      Don't install sch2eaglepos.sh
      Add manpages for sarlacc_schem, sarlacc_sym.
      NEWS: add notes on programs no longer installed.

Jared Casper (1):
      gnetlist: bom/bom2 backend attribute list improvements

Kai-Martin Knaak (2):
      gschem: enhance grid contrast in lightbg color map
      Revert "gschem: enhance grid contrast in lightbg color map"

Karl Hammar (3):
      libgeda: Call g_dir_close() for pointers created with g_dir_open().
      libgeda: g_access() needs <glib/gstdio.h>.
      Correct SCM_ASSERT() usage with incorrect SCM_ARGx.

Krzysztof KoÅ?ciuszkiewicz (8):
      auto-uref: rewrite to support reusing refdeses
      auto-uref: smarter calculation of first refes on page
      scheme-api: fix promote-attribs!
      auto-uref: allow for empty refdes prefix
      auto-uref: align with new scheme-api
      scheme-api: use attach-attribs! in promote-attribs!
      gsch2pcb: whitespace fix
      gsch2pcb: do not use sys/wait.h macros

Luigi S. Palese (1):
      scheme-api: Added expand-env-variables function to the os module.

Peter Clifton (6):
      gschem: Fix rendering artifacts when object creation is cancelled
      TEMPORARY: Debug redraws by removing updates to status-bar
      gschem: Add more abstract API for rubberbanding nets
      gschem: Play with move net-rubberbanding heuristics a little
      Revert the last four commits - pushed by accident
      Revert "gschem: Make the user click the first point when adding nets or buses"

Peter TB Brett (255):
      scheme-api: Build infrastructure in libgeda.
      libgeda: Define non-NULL default for select_func.
      scheme-api: Basic smob definitions & TOPLEVEL fluid.
      scheme-api: Basic smob predicates.
      gnetlist: Use TOPLEVEL fluid.
      libgeda: Add geda-shell program.
      scheme-api: Test suite based on geda-shell program.
      scheme-api: Convert Scheme object lists to GLists and vice versa.
      scheme-api: Get the type of an object.
      scheme-api: Get/set the color of objects, and copy them.
      scheme-api: Line, net and bus objects.
      scheme-api: Box objects.
      scheme-api: Circle objects.
      scheme-api: Pin objects.
      scheme-api: Arc objects.
      scheme-api: Path and picture objects.
      scheme-api: Text objects.
      scheme-api: Complex objects.
      scheme-api: Basic page procedures.
      scheme-api: Attributes.
      gschem: Add a fluid for current GSCHEM_TOPLEVEL.
      gschem: Remove global_window_current.
      scheme-api: Retrieve and change the current gschem page.
      gschem: Remove some Guile 1.4/1.6 compatibility code.
      scheme-api: Create components from the component library.
      scheme-api: Translate primitive objects in %complex-set!
      scheme-api: Closing pages.
      scheme-api: Inspect and modify a page's `CHANGED' flag.
      scheme-api: Remove primitives from components that are in pages.
      scheme-api: Improve unit tests for attribute attachment/detachment.
      scheme-api: Make object & attrib modifications dirty current page.
      libgeda: Calculate bounds correctly for empty components.
      gschem: Include <libgedaguile.h> by default.
      Delete guile-snarf output files during distclean.
      scheme-api: Change page filenames.
      scheme-api: Get object bounds.
      scheme-api: Get and set object stroke parameters.
      Make new C files translatable.
      scheme-api: Simplify generation of unit test failure messages.
      scheme-api: Get and set object fill parameters.
      Merge changes from main unstable branch
      gschem: Make Scheme command entry text box full width of window.
      gschem: Don't select placed objects.
      scheme-api: Correct some comments.
      scheme-api: Access to gschem selection.
      scheme-api: Find connected objects.
      scheme-api: Test if an object is selected.
      scheme-api: Add missing unit test file.
      scheme-api: Make component/library test succeed for out-of-tree builds
      scheme-api: Get inherited attribs from components.
      scheme-api: Promote attributes from components.
      Merge changes from main unstable branch
      scheme_api: Give modifying functions _x suffixes in C.
      scheme-api: Multiple arguments for component & page append/remove.
      Add e-mail address to copyright headers.
      scheme-api: Show "(null)" instead of "0" when printing deleted smobs.
      scheme-api: Port legacy Scheme procedures in C to new smob system.
      scheme-api: Add unit tests for legacy Scheme API.
      Remove most legacy libgeda Scheme types & functions.
      build-sys: Check for guile-1.8-snarf for OS X builds.
      Merge changes from main unstable branch
      Give geda-shell program -V argument to match gschem.
      Merge changes from main unstable branch
      Make 7-byte SHA-1 prefix using %.7s format specifier.
      scheme-api: Remove some legacy Scheme functions.
      Merge changes from main unstable branch
      libgeda: Use new config parsing API for geda-shell.
      gnetlist: Fix testsuite for Scheme API branch.
      Merge changes from main unstable branch
      scheme-api: OBJECT.sel_func doesn't exist any more.
      libgeda: cleanfiles -> CLEANFILES
      gnetlist: Fix up tests to work with new Scheme API.
      scheme-api: Make tests work with Guile 2.0.
      scheme-api: Fix (gschem deprecated) module.
      scheme-api: Add skip-test macro to unit-test.scm
      scheme-api: Change format of unit test output.
      scheme-api: Only use (ice-9 syncase) if define-syntax missing.
      gschem: Start implementing simplified hook system.
      gschem: Enable add-objects-hook.
      gschem: Enable remove-objects-hook.
      gschem: Enable mirror-objects-hook and rotate-objects-hook.
      gschem: Enable move-objects-hook and paste-objects-hook.
      gschem: Enable attach-attribs-hook and detach-attribs-hook.
      gschem: Enable select-objects-hook and deselect-objects-hook.
      gschem: Enable new-page-hook.
      gschem: Better hook behaviour for "Select All".
      Merge changes from main unstable branch
      Use UTF-8 instead of locale Scheme string functions.
      build-sys: Remove unused separate guile-snarf macro file.
      scheme-api: Correct error messages from %set-text!
      scheme-api: Add set-text-visibility! function.
      scheme-api: Add promote-attribs! function.
      scheme-api: Add add-attrib! function.
      scheme-api: Use missing.h to pull in SCM<->C string funcs.
      scheme-api: Correct import of (gschem core attrib) module.
      Merge changes from main unstable branch
      Merge changes from main unstable branch
      scheme-api: Add object-component function.
      scheme-api: Add attrib-inherited? function.
      scheme-api: Add some more tests for copy-object.
      Merge changes from main unstable branch
      gschem: Reimplement get-selected-filename in Scheme.
      gschem: Improve documentation comments in Scheme code.
      gschem: Reimplement add-attribute-to-object in Scheme.
      gschem: Reimplement add-component-at-xy in Scheme.
      gschem: Reimplement get-selected-component-attributes in Scheme.
      gschem: Reimplement set-attribute-text-properties! in Scheme.
      gschem: Remove unused g_make_attrib_smob_list().
      scheme-api: Document object-bounds and add fold-bounds.
      gschem: Reimplement get-object-bounds in Scheme.
      gschem: Add pointer-position function.
      scheme-api: Add the set-text-string! function.
      scheme-api: Add the set-attrib-value! function.
      Merge changes from main unstable branch
      scheme-api: %object-type should raise errors on bad type.
      scheme-api: Allow %object-bounds to take no arguments.
      scheme-api: Allow fold-bounds to take any number of arguments.
      scheme-api: Make gschem's overridden close-page! never ask.
      scheme-api: Make attribute? only return #t or #f.
      scheme-api: Make parse-attrib stricter about input.
      scheme-api: Replace attach-attrib! and detach-attrib!.
      scheme-api: Make %attach-attrib! succeed when already attached.
      scheme-api: Make %detach-attrib! succeed when not attached.
      scheme-api: Make promote-attribs! return '() for non-components.
      scheme-api: Add documentation skeleton.
      scheme-api: Core API documentation (pages).
      scheme-api: Core API documentation (general objects).
      scheme-api: Core API documentation (line objects).
      scheme-api: Core API documentation (net and bus objects).
      scheme-api: Core API documentation (pin objects).
      scheme-api: Core API documentation (box objects).
      scheme-api: Core API documentation (circle objects).
      scheme-api: Core API documentation (arc objects).
      scheme-api: Core API documentation (picture and path objects).
      scheme-api: Core API documentation (text objects).
      scheme-api: Core API documentation (component objects).
      scheme-api: Core API documentation (attributes).
      scheme-api: gschem API documentation (windows and views).
      scheme-api: gschem API documentation (selections).
      scheme-api: gschem API documentation (hooks).
      scheme-api: gschem API documentation (misc).
      Merge changes from main unstable branch
      scheme-api: Minor documentation fix-ups.
      scheme-api: Shuffle some unit tests around.
      scheme-api: Add translate-objects! function.
      scheme-api: Add rotate-objects! function.
      scheme-api: Add mirror-objects! function.
      scheme-api: Converting pages to/from strings.
      Update NEWS for Scheme API.
      scheme-api: Run gtk-update-icon-cache when uninstalling.
      scheme-api: Add info directory macros.
      Merge branch 'peter-b/guile-scheme-api'.
      Add some files to .gitignore.
      build-sys: Add `-Wall' to automake arguments.
      build-sys: Use `clean-local' target instead of overriding `clean'.
      build-sys: guile-snarf should use host CPP.
      gschem: Make sure window fluid is set for double-click events.
      libgeda: Make sure File->Save respects file permissions.
      gnetlist: Add ewnet backend to man page.
      libgeda: Don't enable debugging when using Guile 2.
      gnetlist: Make common tests cope with no output.
      gnetlist: Regenerate `bom' and `bom2' test results.
      build-sys: Correct `dist-hook' for gnetlist common tests.
      gnetlist: Correct comment typo in backend-getopt module.
      gsch2pcb: Remove "m4-command" project file option.
      scheme-api: Fix parse-attrib usage in deprecated set-attribute-value!
      gschem: Key combinations as first-class objects.
      gschem: Key sequences.
      gschem: Basic keymaps.
      gschem: Recursive keymaps.
      gschem: Load `gschem.scm' earlier in boot process.
      gschem: Use new keymaps.
      Update NEWS.
      libgeda: Fix some "set but not used" warnings.
      gschem: Fix some "set but not used" warnings.
      gnetlist: Fix some "set but not used" warnings.
      gattrib: Fix some "set but not used" warnings.
      utils: Fix some "set but not used" warnings.
      build-sys: Remove out-of-date FIXME comment.
      libgeda: Empty paths should not have bounds.
      scheme-api: Add path manipulation functions.
      scheme-api: edascm_c_set_gc() should be part of public API.
      scheme-api: Update some doxygen comments.
      scheme-api: Modifying object fill/stroke should dirty page.
      scheme-api: Add test for feeding back fill/stroke functions.
      scheme-api: Clear all new path section fields.
      scheme-api: Warn if edascm_to_object_glist() result is unused.
      libgeda: Add "deprecated" attribute to deprecated functions.
      gschem: Use g_assert() instead of exit().
      libgeda: Make f_normalize_pathname() behave correctly on Windows.
      scheme-api: Fix duplicate function name close_page_x.
      libgeda: Make sure paths are set up during initialisation.
      build-sys: Require at least GTK+ 2.16.0.
      gschem: Add x_show_uri().
      scheme-api: Add show-uri and show-file functions to (gschem util).
      build-sys: More extensive host tests.
      scheme-api: Add (geda os) module.
      gschem: Rewrite gschemdoc in Scheme.
      gschem: Tidy up status bar keystroke display.
      libgeda: Clean up unneeded stuff now we have (geda os) module.
      scheme-api: Stop show-uri from leaking a GError on failure.
      gschem: Fix a crash when cancelling out of an action.
      libgeda: Add missing pre change notify to o_box_modify_all().
      General fixes for pictures, picture rendering and picture operations.
      scheme-api: Create and manipulate picture objects.
      Remove exit_if_null().
      libgeda: Remove error_if_called().
      libgeda: Remove some exit() calls and assertions.
      scheme-api: Remove redundant checks in edascm_to_object_glist().
      Add s_clib_symbol_invalidate_data().
      libgeda: Correct prototype for s_clib_symbol_invalidate_data().
      gsch2pcb: Fix broken gnetlist backend.
      gsch2pcb: Show subprocess output in verbose mode.
      gsch2pcb: Fix memory leak with multiple --m4-pcbdir arguments.
      libgeda: Enable use from C++ programs.
      gsch2pcb: Make --m4-file and -m4-pcbdir arguments work again.
      scheme-api: Translate strings.
      gschem: Correct error in (gschem core gettext)
      docs: Correct documentation for (user-data-dir).
      Remove per-tool INSTALL files.
      gschem: Remove empty FIXME file.
      libgeda: List gio-2.0 as one of the pkg-config requirements.
      build-sys: Only look for Guile using pkg-config.
      examples: Update TwoStageAmp.sch
      gnetlist: Fix tests for internationalised Scheme API.
      gschem: Workaround for zero-height text view bug.
      build-sys: Correctly detect guile-1.8.pc.
      Update NEWS.
      gschem: Update state properly on changing pages using page manager.
      gschem: Error in gschemdoc PDF internet search.
      gnetlist: Add basic concatenated net support for verilog.
      schdiff: Use a here document for usage.
      libgeda: Fix null dereference when fallback image not loaded.
      utils: Generate HTML of all man pages.
      Update .gitignore files for sw2asc move.
      Merge pull request #1 from gareth8118/manpages
      scheme-api: Correct some comments.
      scheme-api: Add 'snap-point' function to (gschem window) module.
      Merge pull request #2 from gareth8118/manpages
      gschem: Remove special case for Escape.
      libgeda: Improvements to 'component-library-search'.
      Merge pull request #3 from gareth8118/manpages
      Update NEWS.
      Update translation files.
      Remove the README.Cygwin file.
      Merge pull request #4 from gareth8118/news_fix
      scheme-api: Correct bug in set-attribute-value!
      gschem: Set GSCHEM_TOPLEVEL fluid when calling deselect-object-hook.
      gschem: Always set gschem state fluid & catch errors for hooks.
      gschem: Correct dynamic extent for complex place list changed hook.
      scheme-api: Store a TOPLEVEL pointer in OBJECT smobs.
      scheme-api: Properly clean up extra TOPLEVEL weakref in OBJECT smobs.
      gnetlist: Fix premature free in g_get_nets().
      gschem: Remove postscript-font-scale option.
      gschem: Add some guidance comments for translators.

Richard Barlow (1):
      Add option to allow creation of backups to be disabled

Vladimir Zhbanov (4):
      gnetlist: Fixed typos in comments/debug output of spice-sdb backend.
      gschem: Fixed incorrectly formed list for stroke Z
      gattrib/po, gschem/po: Updated Russian translation
      libgeda: Update Russian translation.




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs