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

gEDA-cvs: gaf.git: annotated tag: 1.5.3-20090829 created (1.5.3-20090829)



The annotated tag, 1.5.3-20090829 has been created
        at  79665750982d6162b6d294c13f1a2655534a7c04 (tag)
   tagging  ed5ec6928ef5653a2f8a7df7313e81648b538963 (commit)
  replaces  1.5.2-20090328
 tagged by  Ales Hvezda
        on  Sat Aug 29 23:43:39 2009 -0400


gaf 1.5.3 released August 29th 2009

Ales Hvezda (29):
      MAINTAINERCLEANFILES tweaks to remove some of the machine generated files
      Removed completely obsolete README files
      Tweaks the toplevel .gitignore file (first of many such changes)
      Fixed gnetlist/tests to pass a simple make check
      Cleaned up the gnetlistrc after make check completes
      Oops forgot to add the cleanup of gnetlistrc
      Added a bunch of files that should be included in any distribution
      Oops. Accidentally added gnet-PCBboard.scm back when it was removed explicitly.
      Added missing file to EXTRA_DIST
      Removed all trace of the prototype.h creation mechanism plus other removal
      Makefile.am cleanup (removal of ChangeLog and Makefile.in files)
      Trimmed the filename length of some gxyrs output files
      Renamed the package name/tarball to be more accurate
      Added some of the doc support files to EXTRA_DIST
      More Makefile.am cleanup
      Updated all po files by running make update-po in all the */po directories
      Changed the order of the subdirs so that make check builds gxyrs earlier
      Added libgeda/docs/images to the build system
      Added some machine generated documentation files to be ignored
      More tweaks to the images Makefile to not build by default and do cleanup
      Updated package version and libgeda shared library version
      Updated NEWS file for the 1.5.3 release
      More tweaks to the toplevel NEWS file.
      Updated the AX_GIT_VERSION in prep for the next release
      Updated the versions of the software in all man pages
      Updated toplevel NEWS with another change
      Ran make update-po in all po directories in prep for the next release
      Fixed bug where none of the translated languages were working correctly.
      Added some additional fixed bugs to the NEWS file

Bert Timmerman (8):
      gattrib: Generate consistent style Doxygen documentation.
      gattrib: Ignore output generated by Doxygen.
      gnetlist: Generate consistent style Doxygen documentation.
      gnetlist: Ignore output generated by Doxygen.
      gsymcheck: Generate consistent style Doxygen documentation.
      gsymcheck: Ignore output generated by Doxygen.
      utils: Generate consistent style Doxygen documentation.
      utils: Ignore output generated by Doxygen.

Carlos Nieves Onega (4):
      Fix x coordinate in add-component-at-xy function.
      Run the add component hook after adding a new component using scheme.
      Add a new scheme function to set the page filename.
      Updated spanish translation for libgeda and gschem.

Dan McMahill (18):
      If GAF_CONFIGURE_OPTS is set in the environment, pass it down to configure.
      Include $(includedir) in the header search path and $(libdir) in the library search path.
      Use $(includedir) instead of $(prefix)/include and $(libdir) instead of $(prefix)/lib.
      Point at the correct gnetlist and scheme files for all tests.
      Remove some gcc warnings.
      Remove coms gcc warnings.
      Add missing src/gschem_accel_label.c
      Fix the testsuite when building outside the source tree.
      Merge branch 'master' of ssh://dan@xxxxxxxxxxxxxx/home/git/gaf
      Allow user configuration of the pcb m4 program and directories via gafrc.
      Add a -d | --debug option that preserves the run directory.
      Remove gschem2pcb and the PCBboard gnetlist backend.
      Fix several minor bugs in the testsuite.
      If pkg-config fails to find guile then fall back to guile-config.
      Fix the error message when too old of a version of guile is found.
      Check for versions of gtk that are too new for gattrib.
      Add a missing AC_REQUIRE([PKG_PROG_PKG_CONFIG]) in AX_OPTION_GATTRIB
      Merge branch 'master' of ssh://git.gpleda.org/home/git/gaf

Gareth Edwards (1):
      gattrib: many doxygen comment improvements

Jared Casper (1):
      Quote pins names if they contain comma or close parenthesis. [2823703]

Kai-Martin Knaak (1):
      libgeda: Improve comments in o_attrib.c.

Krzysztof KoÅ?ciuszkiewicz (1):
      gschem: Add name completion to attribute edit dialog

Mark Rages (1):
      Modify the drawing of the grips to set a hard limit on the screen size

Peter Clifton (84):
      gschem: Remove obsolete comment from o_attrib.c
      gschem: Tidy up function o_attrib_add_selected
      libgeda: Remove o_attrib_search() function
      libgeda: Tidy up o_attrib_set_color() and use it to reduce code duplication
      libgeda: Remove the short function o_attrib_free(), inlining its code
      Rename o_attrib_free_all() to o_attrib_detach_all()
      Remove unused "return_found" argument to o_attrib_search_numslots()
      libgeda: Tidy up o_attrib_search_default_slot()
      gschem: Add "fixme" warning about the text search hierarchy traversal
      libgeda: Make o_attrib_search_{pinseq,slotdef}() static
      Make o_attrib_return_attribs() return a GList, not an array
      Make g_make_attrib_smob_list() use o_attrib_return_attribs()
      libgeda: Add test for whether a given attribute OBJECT is "inherited"
      libgeda: Add o_attrib_find_floating_attribs()
      gschem: Add support for viewing inherited attributes in x_multiattrib.c
      libgeda: Add special case slot update when copying a slot= attribute
      Call o_attrib_slot_update(), not o_attrib_slot_copy() in o_complex_copy()
      libgeda: Remove unused o_attrib_slot_copy() function
      libgeda: Plug leak in o_attrib_return_attribs()
      libgeda: Plug leak in o_attrib_return_attribs() (CODE!!)
      libgeda: Remove unused function o_complex_count_pins()
      libgeda: Make o_complex_get_promotable() static
      libgeda: Make o_complex_remove_promotable_attribs() static
      Fix crash with (keep-invisible "disabled")
      libgeda: Improve doxygen comments for o_attrib_find_floating_attribs()
      Add inherited attributes to the list returned by o_attrib_return_attribs()
      Introduce new attribute searching API
      Remove o_attrib_search_component() in favour of the new API
      Remove o_attrib_search_toplevel() in favour of the newer API
      Remove o_complex_get_toplevel_attribs() in favour of newer attrib API
      Move logic of function o_attrib_search_toplevel_all() to its one caller
      libgeda: Eliminate usage of, and remove o_attrib_search_string_partial()
      libgeda: Allow symbols to override the slotdef= attribute definitions
      Remove unused function o_complex_return_nth_pin()
      Replace o_complex_return_pin() with new o_complex_find_pin_by_attribute()
      Replace o_attrib_search_pinseq() with o_complex_find_pin_by_attribute()
      Remove o_attrib_search_string_list() and o_attrib_search_string_single()
      gnetlist: Use new attrib API for s_netattrib_{handle,net_search}()
      libgeda: Use new attrib API for o_attrib_slot_update()
      Use o_attrib_search_object_attribs_by_name() where appropriate
      Make use of new API o_attrib_search_inherited_attribs_by_name()
      Make use of new API o_attrib_search_floating_attribs_by_name()
      Make use of the new API o_attrib_search_attached_attribs_by_name()
      libgeda: Use new attrib API for o_attrib_search_slot()
      Remove now unused functions from the old attribute API.
      gschem,libgeda: Tidy up invocation of the slot dialog
      Merge branch 'attribute_api_rework'
      gattrib: Remove spurious o_attrib_get_name_value() call left after revert
      Make o_attrib_get_name_value() take an attrib OBJECT, not char *
      gschem: Focus the "save" button in the close confirmation dialog
      gattrib: Focus the "save" button in the close confirmation dialog
      gschem: Deselect invisible attribs with their parent object (Bug #2430369)
      Remove o_attrib_search_numslots(), instead call the attribute API directly
      Add TOPLEVEL parameter to some libgeda APIs
      Pass the OBJECT having its attribs removed to o_attrib_detach_all()
      libgeda: Add to doxygen comments for APIs which had TOPLEVEL added
      Add GschemAction and GschemAccelLabel subclasses of their Gtk equivalents
      gschem: Specify menus have no bound actions with #f, rather than no-action
      gschem: Add stock icons to menus as appropriate
      gschem: Reorder / rename some menu items to better match other programs
      gschem: Assign shortcuts "vd" and "vl" for changing between color schemes
      gschem: Add "_" style accelerators within menus
      gattrib: Fixup API calls where libgeda API added a TOPLEVEL parameter
      gschem: Fixup menu names in i_basic.c to match those in system-gschemrc
      libgeda: Initialise counter in o_attrib_search_slotdef()
      Fix autogen.sh scripts to look for AC_CONFIG_HEADER to run autoheader
      Rename OBJECT->complex_parent field to OBJECT->parent
      libgeda: Set the OBJECT->parent field on text prim_objs
      Remove OBJECT->saved_color field
      Fix breakage in last commit. OBJECT->complex_parent is now OBJECT->parent
      Add new functions o_set_color() and o_glist_set_color()
      Fix o_line_visible() to work when object clipping is switched off()
      gschem: Render images using cairo, not GDK
      gnetlist: Fix problem with attached net attribute not being honored.
      Hard-code the gEDA font-size to postscript points scale factor.
      Reinstate (postscript-font-scale ...) option to catch deprecated usage.
      Attempt drawing text with cairo + pango
      gschem: Add custom pango renderer to handle overbars
      gschem: Register a function with libgeda to provide accurate text bounds
      Merge branch 'pango_rendering'
      Update NEWS file for pango rendering
      gschem: Save cairo and pango contexts when entering expose handlers
      Remove old text mechanism, including TEXT->prim_objs, symbols/font/*
      gattrib: Remove menu entry for unimplemented "File->Open" feature

Peter TB Brett (77):
      Require Guile 1.8.0 or newer.
      Remove Guile 1.6 support.
      Require GTK+ 2.10 or newer.
      Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
      Require GLib 2.12.0 or newer.
      Remove support for GLib < 2.12.0.
      Don't recommend drc2 every time gnetlist runs.
      Pass correct search path flags to aclocal.
      libgeda: Ensure that buffer pointer is initialised to NULL.
      libgeda: Don't use intltool.
      gschem: Don't use intltool.
      gattrib: Don't use intltool.
      Remove intltool from list of dependencies.
      Don't delete project-specific m4 files.
      gnetlist: Remove some uses of SCM_STRING_CHARS.
      libgeda: Fix some compiler warnings.
      libgeda: Don't use libgen.h
      libgeda: Don't use stdarg.h.
      Use a static configure.ac and constant gettext version.
      Ignore yet more unnecessary m4 files installed by autopoint.
      libgeda: Get rid of some uses of SCM_STRING_CHARS.
      libgeda: Fix component library doxygen.
      gnetlist: Fix DEBUG builds. [2823755]
      Reduce stderr spew.
      gsch2pcb is not experimental anymore.
      libgeda: Fix odd bug in o_save_buffer().
      gnetlist: Recursive make less recursively.
      libgeda: Use lrint instead of rint.
      gattrib: Remove gettext setup.
      gsymcheck: Fix testsuite for out-of-srcdir builds.
      gattrib: Add missing comment terminator in listsort.c.
      symbols: Recursive make less recursively.
      gnetlist: Clean up correctly after `hierarchy' tests.
      gnetlist: Correctly copy golden files to distdir.
      libgeda: Cope better with not finding the font.
      system-gafrc: Send font warning to stderr.
      docs: `datawiki' substitution is never used.
      gxyrs: Reduce length of test filenames.
      gnetlist: Use sane (but uninformative) defaults for config variables.
      Remove existing build infrastructure.
      Start implementing unified build system.
      Add gschem to unified build system.
      Add gattrib to unified build system.
      Add gsymcheck to unified build system.
      Add gnetlist to unified build system.
      Add utils to unified build system
      Add symbols to unified build system.
      Add docs to unified build system.
      Add examples to unified build system.
      Only need one copy of GPLv2.
      Only need a single `AUTHORS' file.
      Update top-level README file.
      Add top-level NEWS file.
      Add top-level ChangeLog file.
      Don't store git-generated ChangeLog files in repository.
      gsymcheck: Tell tests where to find system-gsymcheckrc.
      gnetlist: Tell tests how to find uninstalled files.
      Don't use Automake 'foreign' argument.
      Merge branch 'build-system'
      autogen.sh: Make sure to exit if autopoint fails. [2655088]
      libgeda: Fix font loading.
      autogen.sh: Use cp -p instead of cp -a in --setup.
      Update README to reflect change in tarball name.
      gschem: Remove use of deprecated scm_create_hook().
      libgeda: Remove unused variable in o_text_load_font().
      Remove update-versions.sh.
      build-sys: Correct git version checking.
      build-sys: Add check for m4.
      gsch2pcb: Check for and reject non-footprint PCB files.
      gschem: Modify o_complex_prepare_place() to take CLibSymbol arg.
      libgeda: Make o_complex_copy() actually copy. [2460301]
      libgeda: Make o_complex_promote_attribs() respect keep_invisible. [2460301]
      build-sys: Add check for groff html driver. [2836109]
      build-sys: Improve HTML conversion rules.
      build-sys: Don't use AC_HEADER_DIRENT.
      Always use PostScript fonts in PostScript output.
      build-sys: Correct header in geda-gattrib.m4.

Uwe Hermann (1):
      Fix cosmetic issues, typos, etc. in gnetlist.

Werner Hoch (2):
      tragesym: accept empty attributes in the src file
      tragesym: accept unknown attributes




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