[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: annotated tag: 1.5.1-20081221 created (1.5.1-20081221)
The annotated tag, 1.5.1-20081221 has been created
at fe41edeeeb438925c2c43a825139babfe197e54f (tag)
tagging 3c49636e1a9e9e703fab4c6aafc69affb4fd2bab (commit)
replaces 1.5.0-20080706
tagged by Ales Hvezda
on Sun Dec 21 17:29:47 2008 -0500
gaf 1.5.1 released December 21st 2008
Ales Hvezda (21):
Removed unused OBJ_ROUTE and OBJ_THRU_HOLE object types
Added code to do something more sane when trying to print tabs
Added first cut of the LiquidPCB (http://www.liquidpcb.org) backend
Increased the select-slack-pixels value to be much larger
Fixed a typo in tests.list which caused the JD_nomunge test to not run
Ignored a few machine generated scripts
Added missing liquidpcb to the subdirs in order to make distcheck work better
Fixed up drc2's gnetlistrc to work with both make check and make distcheck
Manually ran make update-po in all the po directories
Added libintl.rc to .gitignore to make git status less cluttered
Updated the toplevel README a little with additional dependencies
Added missing file (configure.ac) from maintainer-clean files
Removed unused variable
Updated dates and versions in all man pages
Updated all versions to 1.5.1 20081221 35:0:0
Manually ran make update-po in all the po directories
Updated all ChangeLogs in prep for the 1.5.1 release.
Removed m4 from being distributed when building tarballs (using make distcheck)
Added a check to prevent update-changelogs.sh to run without at least one arg
Updated ChangeLogs again in prep for the 1.5.1 release
Updated ChangeLogs one more time.
Bernd Jendrissek (20):
Desensitise function signature to function pointer parameters.
Allow key bindings to accept a REST argument list.
Invoke scheme forms from a command prompt below the drawing area.
Use g_scm_c_eval_string_protected() so we don't crash on bad forms.
Add the magic colon to the global keymap.
Don't expect a "rest" argument in the i_callback_*() functions.
Make the current page accessible to scheme.
Rather pass the user-supplied scripting command to a scheme dispatcher.
Add header guard.
s_basic_init_object(): Constify argument.
s_basic_init_object(): Set OBJECT type according to new parameter.
o_arc_rubberarc(): Document the effect of moving each grip.
o_picture_rubberbox(): Update comments to reflect reality.
s_delete(): Delete code with no effect.
o_{rotate,mirror}_world(): Make error message mention the right function.
o_*_translate_world(): Rename x1 and y1 parameters to dx and dy
gschem: Erase the newly placed attribute before changing its position.
Split OBJECT allocation from its initialization.
o_grips_start(): Propagate world coords of pointers to o_grips_start_*()
Invert assertion added in bbe251bc64ed2db2976a26116d22a69fe678b9fd.
Carlos Nieves Onega (9):
Added new util: gxyrs.
Added copyright notice to refdes_renum's run_tests.sh script.
Rename gxyrs golden files to comply with tar limit in filenames length.
Explicitely declare target 'all' as gxyrs.
Fix some gxyrs build problems with 'make distcheck'.
Fixed typo in help message.
Fixed up gxyrs run_tests.sh to work with both make distcheck.
Check if gxyrs.pm exists in gxyrs's run_tests.sh.
Updated spanish translation for libgeda and gschem.
Cesar Strauss (4):
Fix for dialogs drifting downwards on Cygwin/X.
Add configure test for platform's support of the getlogin() function.
libgeda: Conditionally include sys/wait.h depending on its presence.
Use pkg-config support for Guile if present.
Dan McMahill (9):
Use the SHELL variable to locate a shell for icon-theme-installer
When testing gnetlist, point to the one we just built.
Avoid insecure temp file usage.
General portability cleanup of scripts.
General portability cleanup of scripts.
Remove files which are now generated at configure time from templates.
Specify the path to the gnetlist binary being tested.
Run all tests and report failures at the end. Also add missing .PHONY.
Use the uninstalled scheme files instead of installed scheme files.
Edward Hennessy (6):
Altered point selection mechanism to use distance instead of just a bounding box.
Added functionality to hatch arbitrary polygons.
Changed postscript output functions to use generic hatch algorithms.
Path selection and hatching support
Implemented distance selection mechaism for path objects
Symbols now selectable by clicking inside their shapes.
Gabriel Paubert (1):
libgeda: Fix type parameter to s_basic_new_object, which should be an int
Kipton Moravec (1):
utils/convert_sym: Fixed typo causing build failure without snprintf
Patrick Bernaud (43):
Rename expand_env_variables() to s_expand_env_variables().
Rewrite s_expand_env_variables() with glib GString.
Rewrite f_normalize_filename().
Remove tests for NULL prior to freeing with g_free().
Replace standard string manipulations with GLib string utility functions.
Remove unnecessary check following memory allocation with GLib g_malloc().
Simplify build of filenames with g_build_filename() (!).
Replace getcwd() with g_get_current_dir().
Remove unnecessary strippings of trailing directory separator.
Remove unused functions u_basic_strip_trailing() and u_basic_has_trailing().
Fix memory leak in gschem.
Remove unused function u_basic_count_char().
Cleanup of libgeda o_attrib_get_name_value().
Use o_attrib_get_name_value() to parse attribute strings in gattrib.
Cleanup verification of attribute string in libgeda.
Cleanup detection of attribute when editing text object in gschem.
Remove unused color stuff from libgeda.
Replace case conversion functions with GLib functions.
Remove unused function vsnprintf() from libgeda.
Purge AC_CHECK_FUNCS() in configure.ac in each package of unused functions.
Remove unused function s_hierarchy_down_schematic_multiple() from libgeda.
Rename s_hierarchy_find_page() to s_page_search_by_page_id().
Simplify prototype of functions for searching pages in hierarchy.
Refactor hierarchy function searching for parent page.
Remove o_complex_delete().
Rename o_delete() to o_delete_selected().
Add new function to erase grips on any object.
Merge cue undrawing functions for complex and objects.
Add new function to delete any object.
Modify o_attrib_toggle_visibility() to work on a single object.
Modify o_attrib_toggle_show_name_value() to work on a single object.
Cleanup the stroke interface.
Move color-related stuff from x_window.c to x_color.c.
Limit scope of gschem x_color_allocate_all().
Remove unused function s_tile_remove_object_all_crude().
Rename s_tile_remove_object_all() to s_tile_remove_object().
Rename s_tile_add_object() to s_tile_add_line_object() and simplify prototype.
Replace TILE_LOC structure with list of references to TILEs.
Simplify prototype of s_tile_remove_object().
Move selection monitoring out of the multi attrib widget.
Use functions from o_select.c rather than low-level geda_list functions.
Enable promotion of attributes when adding a component from guile.
Keep raising the page changed flag local to mutation for o_attrib_toggle_*().
Peter Clifton (248):
gschem: Activating component selector rows expands / contracts groups
Make the "gain" of zoom in / out operations an adjustable parameter.
Make size of panning steps with the mouse scroll wheel adjustable
Change default zoom-gain to from 50%, to 20% increase in size.
Adjust scroll pan increment to be finer
Add o_move_rubbermove_xor()
o_glist_copy_all_to_glist(): Only deselect / reselect selected objects
Always "undo" when cancelling from a move action
Add redraw for items being placed from paste-buffer in o_redraw_all()
Add OBJECT flag "dont_redraw", to skip drawing individual objects.
gschem: Move freeing stretch list of to after move operation is ended
Don't drop artifacts when redrawing in the middle of a move operation
gschem: Combine code for operations which handle placement of OBJECTs.
Consolidate specialised o_..._rubber...() and o_..._rubber...__xor()
Remove un-necessary variable w_current->complex_rotate.
Remove un-necessary variable w_current->rotated_inside.
Add support for rotating whilst placing
Remove the TOPLEVEL variable current_attribute which is now redundant.
Remove the TOPLEVEL variable internal_symbol_name which is now redundant.
Remove the unused TEXTENTRY state
Remove some redundant instances where TOPLEVEL->object_parent was used.
Clarify temporary assigment of TOPLEVEL->complex_parent in o_complex_add()
Check toplevel->DONT_REDRAW before redrawing text
gschem: Only add nets and buses to the stretch list.
gschem: Only add nets and buses to the stretch list. (CODE THIS TIME!)
libgeda: Rename gtk_[outline_]color variables gdk_... to their types
gschem: Pass GTK's CFLAGS into GSCHEM_CFLAGS. Don't rely on LIBGEDA_CFLAGS
gschem: Create new include file, "gschem.h" to various gschem headers
libgeda: Remove gtk header includes from libgeda.h and libgeda_priv.h
libgeda: Delete unused #define's from libgeda/include/defines.h
Move gschem defines from libgeda into gschem/include/gschem_defines.h
gschem: Add #define LAST_DRAWB_MODE_NONE -1
libgeda: Remove deprecated include <guile/gh.h> from o_picture.c
libgeda: Remove deprecated include <guile/gh.h> from o_picture.c (CODE!)
Remove the ATTRIB struct as it only contained one variable.
o_complex_add: Remove un-needed save/restore of PAGE->object_tail
o_complex_add: Remove un-needed save/restore of PAGE->object_tail (CODE!)
Remove some unused #defines from o_text.c
Add libgeda/po/POTFILES.skip for intl/plural.c
Only explicitly switch object types which are "special" in o_move.c
gnetlist: Don't drop all hierarchy prefix for children without refdes=...
Add qty column to bom2 gnetlist backend
gsch2pcb: Add --gnetlist-arg option to pass extra gnetlist arguments
gattrib: Attempt to make sheet changed detection less sensitive.
gattrib: Attempt to make sheet changed detection less sensitive. (CODE!*)
gattrib: Fix s_attrib_name_in_list() to avoid critical warning and leak
gattrib: Implement "Save changes?" dialog to match rest of suite.
Revert "name = value" space handling in o_attrib_get_name_value()
Revert allowing attributes with empty value in o_attrib_get_name_value()
Restore o_attrib_get_name_value() returning NULL strings on failure
Restore comment about returned strings in o_attrib_get_name_value()
Remove unused toplevel variable "series_name"
libgeda: Fixup some comments about attribute promotion / hiding / removal
Remove default-series-name from all rc files
Remove unused #define DEFAULT_SERIES_NAME ... defines
libgeda: Change "C" attribute promotion defaults to match shipped config
libgeda: Add convenience function o_glist_relink_objects()
libgeda: Tidy implementation of o_complex_is_eligible_attribute()
libgeda: Make o_list_search() emit warnings if passed NULL pointers
libgeda: Tidy implementation of o_attrib_attach()
Revert commit #95923f7de815ec58819eaf94ab9332d51a28fbb9
Re-add wanted portions of #95923f7de815ec58819eaf94ab9332d51a28fbb9
Add comment in s_page_delete() regarding toplevel->page_current
Fix error message given when file cannot be found.
Use gtk_window_set_transient_for() not a GObject property. Fix #2075842
Change f_open_flags to only return FALSE when the return GError is set.
libgeda: Remove assertion buffer != NULL in o_read().
libgeda: Tidy o_attrib_attach() harder
Remove unused TOPLEVEL variable object_parent
libgeda: Tidy / simplify o_glist_copy_all_to_glist()
libgeda: Add convenience function o_attrib_attach_list()
libgeda: Remove unused function o_list_delete()
Remove un-necessary use of o_list_search()
libgeda: Remove unused function o_list_search()
Move calls to attribute promotion code from inside o_complex_add()
gschem: Fix left/right scroll events to move the schematic left/right.
gschem: Don't add invalid attributes to the multiattrib dialog list
libgeda: Set complex_parent on all prim objects, not just their HEAD node
gnetlist: Use the complex_parent property of an OBJECT, not the HEAD node.
Remove ineffective search inside symbol in vams_get_package_attributes()
gnetlist: Tidy vams_get_package_attributes() and vams_get_attribs_list()
Revert commit #17cd47a31a4b84d02726391f980ae493d927809b
Fix f_print_set_line_width() to emit valid postscript
Move some static variables inside o_grips.c to GSCHEM_TOPLEVEL
Add support for arbitrary paths (filled and unfilled)
symbols: Add solid polygon arrow-heads to transistor emitters
Fixup copy-paste comments in o_path_basic.c
Add API for invalidating drawing of a given object or list of objects.
Make use of new object invalidating API to avoid duplicated code.
Remove some commented out code in x_window_create_main ()
Remove some commented out code in x_window_create_main () (CODE!)
Use g_return_if_fail to exit o_drawbounding() if called with a NULL list.
Add critical warning for unknown object types in o_list_copy_to ()
Make o_..._add() into o_..._new() which don't link the new OBJECT.
Make o_..._copy () return the new OBJECT without linking it into any list.
Rename "path" object identifier in the fileformat from "p" to "H"
Fix path printing to obey the (output-color "enabled|disabled") setting
libgeda: Fix object fill breakage caused when making o_..._new()
Fix non-literal format strings which cause compiler warnings.
gschem: Bump minimum GTK / GLIB version requirement to 2.8
gschem: Add ./configure support for detecting and disabling cairo
libgeda: Add scm_c_define for "OBJ_PATH" type for consistency.
libgeda: Add scm_c_define for "OBJ_PATH" type for consistency. (CODE)
Remove conditionally compiled code for GTK/GLIB < 2.6
gattrib: Fix more non-literal format strings which cause compiler warnings.
gnetlist / gsch2pcb: Fix default PCB board to have lines clear polys.
gnetlist / gsch2pcb: Update default board to match current PCB version.
Cleanup whitespace errors introduced in last commit
When copying text in o_list_copy_to(), there is no need to set visibility.
libgeda: o_save_objects(): Don't make un-needed casts of return values
Remove un-necessary "attribute" flag of OBJECT structure.
Clean up o_complex_get_promotable and o_complex_is_eligible_attribute
Fix memory leak introduced in o_complex_get_promotable()
gschem: save configuration of component dialog
Add place-holders for printing paths with different line / fill styles
Add place-holders for printing paths with different line / fill styles
Rename POINT to sPOINT (as used in m_basic.c), to avoid clash on win32.
gschem: Add missing header file gschem_defines.h to Makefile.am
gnetlist: Update golden files for desired BOM2 changes
Update golden files for PCBboard backend
Update golden files for gsch2pcb backend
gschem: Check for visibility / toplevel->DONT_REDRAW in o_path_draw()
gsymcheck: Don't export x_log_update_func, it is a libgeda symbol
libgeda: Remove obsolete bug comment from getcwd call.
gschem: Fix more non-literal format strings which cause compiler warnings.
Use -Werror when building with gcc compilers.
Placeholders for fixing some warn-unused bugs in libgeda
gsymcheck: Remove unused "utils" directiory
Use -Werror when building with gcc compilers. (More Makefile.am)
More placeholders for fixing some warn-unused bugs
utils: Adjust Makefile.am so we add $(AM_CFLAGS) to {appname}_CFLAGS
Revert applying -Werror to compiler flags when linking with GCC
Revert applying -Werror to compiler flags when linking with GCC (CODE!!)
gschem: Use gdk_display_warp_pointer() rather than an X11 specific call
gattrib, gschlas: Restore setting dummy select_func to ensure proper save
gattrib: Don't crash if we can't find data in the sheet. Bug #2214739
gattrib: Don't special-case ignore components with "graphical" attribute.
gschem: Take copy of "TMP" environment variable with g_strdup()
libgeda: Attempt to fix f_nomalize_filename for win32 systems
libgeda: Emit each segment of paths on separate lines
symbols: Fix fill of emitter arrow in npn-1.sym
Bump fileformat verison to 2
gschem: Don't reset default properties on the component selector widgets.
gschem: Don't override GtkDialog default positioning in compselect dialog
gschem: Adjust padding in component selector dialog box.
gschem: Use an enum for column numbers in the compselect attrib preview
gschem: Allow attribute value column in component selector to shrink
gschem: White-space update in x_complselect.c for consistency
gschem: Update EXTRA_DIST list in gschem/tests/Makefile.am
utils: Fix EXTRA_DIST for utils/gxyrs to include gxyrs.pl
utils: Fix gxyrs test-suite
Use g_get_home_dir() if we can't find the HOME environment variable.
libgeda: Don't prompt to run g{sch|sym}update on version 1 files
libgeda: Consistent tab/spaces and sort order in Makefile.am
o_..._read(): Remove redundant variable assignemnt and tidy whitespace.
Remove some old comments better explained in commit history
libgeda: Fix doxygen headers to start consistently
Better path printing support
Add rendering code to draw hatched fill in paths
Revert change which moved sPOINT into a private header file
Make functions in m_polygon.c public
Add support for drawing curved paths with GDK
Use solid painting, no XOR to draw path control lines when erasing.
Adjust MINGW32 specific CFLAGS from the suite
gnetlist: Revert removal of spice backend testing
Tolerated changes in golden files for the spice netlist backend.
libgeda: Make box and circle hatching functions public
gschem: Use libgeda's hatching routines for drawing hatched circles.
gschem: Use libgeda's hatching routines for drawing hatched boxes.
libgeda: Add convenience function for adding objects to the page
libgeda: Fix build error in s_page_append()
libgeda: Add doxygen comment for s_page_append()
gschem: Fix memory undo not to update tile system
Remove linkage between OBJECTs and use GList for OBJECTs on the page
libgeda: Abstract removing objects from the page with s_page_remove ()
libgeda: Check for NULL before updating slots after attaching attribs
gattrib: Remove menu entries for unimplemented features
gattrib: Remove non-functional "Nets" sheet
gattrib: Remove non-useful "Pins" sheet
gattrib: Fix crash when removing attributes from multiple files.
gattrib: Unstaged portion of last commit (oops!)
libgeda: Fixup doxygen comments for o_complex_get_toplevel_attribs()
libgeda: Tweak o_save_objects() so it can be used to save attributes
libgeda: Minor edit to prototype for o_attrib_return_attribs()
gattrib: Bump GTK and GLIB version requirements to match gschem (2.8.x)
Remove unused "toplevel" argument to s_conn_* functions
Remove function o_delete(), which just wraps o_delete_object()
Add API s_page_delete_objects() to delete all OBJECTs on a page
Revert "Remove unused "toplevel" argument to s_conn_* functions"
libgeda: Only add buses to the tile system if ADDING_SEL is FALSE
Remove un-necessary copying of line end-points in o_..._copy()
Replace calls to s_tile_add_line_object() with a non-specialised version
Replace calls to s_conn_..._complex with a non-specialised version
Replace calls to s_conn_return_complex_others() with s_conn_return_others()
Avoid crash observed when trying to undo whilst moving.
Use (rubber_visible == 0) to avoid "undrawing" invisible objects.
Rename GSCHEM_TOPLEVEL member "backingstore" to "drawable"
libgeda: Add function s_page_objects_in_region()
gschem: Empty "misc" callbacks
gschem: Don't re-invent the drawing routines in o_net_end()
gschem: Remove un-needed GSCHEM_TOPLEVEL flag "inside_redraw"
Roll the various o_grips_motion_*() routines into o_grips_motion()
gschem: Rename o_*_rubber*() o_*_motion()
Delete references to the non-existent object type OBJ_HEAD
Delete references to the non-existent object type OBJ_HEAD. (CODE!)
libgeda: Clean up o_*_shortest_distance() functions
libgeda: Select text using the OBJECT's bounding box, not prim_objs
libgeda: Fix mistake leftover from cleaning up o_*_shortest_distance()
gschem: Use o_{erase,redraw}_single() not o_{erase,draw}_selected()
gschem: Make key press / release events update modifier states
gnetlist: Add new "liquidpcb" backend to the common test-suite
gnetlist: Fixup systemc backend
gnetlist: Update common test-suite outputs for "systemc" backend
gnetlist: Checkin missing change to systemc backend
gnetlist: Update golden files for backends which hit errors.
libgeda: Fix complex_parent for prim_objs of embedded objects
libgeda: Fix memory leak in g_get_attrib_value_by_attrib_name()
Remove next/prev linking from the STRETCH structure. Use GLists instead.
gschem: Rename "other_objects" to "prev_conn_objects" for clarity
gschem: Tidy function o_move_end_rubberband()
gschem: Further tidying in o_move_end_rubberband()
gschem: Remove stretched object from stretch list if we delete it
o_move_end_rubberband(): Rework creating connectivity lists. Fix #2017356
gschem: Check for self-connecting COMPLEX before deleting. Fix #1912859
libgeda: Simplify shortest distance test for text
Allow bounds of lines and arcs inside a COMPLEX to form a selectable box.
gschem: Add function o_grips_rubbergrip_xor() to repaint XOR objects
gschem: Avoid critical assersion being triggered when cancelling move
gschem: Fix crash closing window from window-manager during move action
gschem: Move o_drawbounding into its only caller, o_place_rubberplace_xor
gschem: Just redraw everything when we get an expose event
gschem: Add size of grip (or cue) to invalidate and redraw regions.
gschem: Change object specific redraw calls to o_redraw_single()
gschem: Change redraw and erase calls to invalidate calls
Changed caller of o_{erase,draw}_selected() to use o_invalidate_glist()
Remove now unused functions o_{draw,erase}_list() and o_erase_single()
Don't ever erase grips, we invalidate things to get rid of them.
Avoid and remove OBJECT variable draw_grips
gschem: Move invalidate call from o_move_check_endpoint to o_move_start
gschem: Replace o_cue_erase_single() by o_cue_invalidate()
gschem: Remove the dummy o_cue_invalidate*() functions
gschem: Make rubberbanding operations use the invalidate / expose model
Merge branch 'invalidate-expose'
Revert "gnetlist: Update golden files for backends which hit errors."
gschem: Remove visible() checks from drawing functions
gnetlist: Fix regen_sub_makefile.sh
gschem: Fix breakage in multiple-object hit select-cycling
gschem: Refactor duplicated code in o_find_object()
Peter TB Brett (53):
libgeda: Remove empty 'scripts' directory.
Revert "Fix for dialogs drifting downwards on Cygwin/X."
libgeda: Declare static variables privately.
gschem: Don't use default_scheme_directory.
Name i_vars_... functions consistently.
gschem: Add infrastructure for string options.
Print command is a gschem setting.
libgeda: Make sure GError properly freed in f_open_flags().
libgeda: Make follow_symlinks() actually use its GError.
libgeda: More follow_symlinks() fixes.
gschem: Add 1.6 compat. for scm_from_locale_symbol() [2051731]
Don't crash on zero snap grid spacing [2026598]
libgeda: Fix unused variable warning.
libgeda: Hide world_get_*_bounds() from public API.
Don't register recalc funcs as draw funcs.
libgeda: Hide o_*_recalc() from public API.
libgeda: Tidy up o_text_recreate() a bit.
Make some string arguments const.
libgeda: Only update bounds in o_*_recalc()
Draw func cleanup.
gschem: Fixup installation of drawing callbacks.
libgeda: Add accessors to get/set a text object's string.
libgeda: Add field to TEXT for storing displayed string.
libgeda: Add static update_disp_string() function.
gschem: Pass dialog to multiattrib treeview data funcs.
gschem: Use accessors to get/set TEXT strings.
libgeda: Use g_return_val_if_fail in text accessors.
Bring back default Postscript filename.
libgeda: Add bounds validity flag.
libgeda: Unbreak text accessors.
libgeda: Clean PostScript strings.
libgeda: Provide definition for do_logging.
gschem: Tidy list of source files.
Remove duplicate definitions of do_logging.
Validate calls to scm_c_eval_string(). [2105219]
gschem: Translate color names.
gschem: Show colour swatches in color selection combobox.
gschem: Add missing break statement.
Get rid of s_color_get_index().
libgeda: Remove COLOR.image_color and two unused functions.
Remove legacy PNG color specifications.
gschem: Put color swatches before names in combo box cells.
gschem: Re-arrange component selection dialog.
gschem: Initialise color combobox from current selection.
libgeda: Get rid of more unused color stuff.
libgeda: Split sPOINT definition into new struct_priv.h.
Define select_func only in libgeda.
Update copyright header dates to 2008.
Quick fix for gnetlist exit status.
Fix potential buffer overflows in gnetlist.
gnetlist: Improve bom2 backend performance.
gnetlist: Restore bom2 ordering
gnetlist: Optimise connection traversal algorithm
Werner Hoch (41):
variables and configuration for net selection patch
gschem: code and test file for the net selection patch
gschem: suggest a filename in the saveas file dialog [#2001387]
libgeda: function to get all unattached attributes
libgeda: changed object adding flag for embeded symbols [#1692626]
.gitignore: log files and source tagging files added
gschem: prevent hierarchy symbol down there's file [#1861665]
gschem: redraw empty preview on configure events [#2159047]
doxygen: fixed UTF-8 encoding error
doxygen comments for the connection system st_conn and s_conn.c
doxygen documentation of st_tile and s_tile.c
Makefile to convert svg images to png and pdf
libgeda: memory leak fixes in s_clib.c and o_text_basic.c
libgeda: always-promote-attributes: accept list and string [#2072230]
libgeda: apply GList usage of always-promote-attributes [#2072230]
gschem: configs for the attributes in the select dialog [#1444029]
gschem: show attributes in the component select dialog [#1444029]
doxygen: documentation for libgeda o_net.c
doxygen: documentation for libgeda o_pin_basic.c
libgeda: removed duplicate file format definition
doxygen: documentation for libgeda o_bus_basic.c ...
symbols: file format update of several symbols
libgeda: removed unused box macros in o_box_basic.c
doxygen: documentation for libgeda o_complex_basic.c
doxygen: misc fixes of doxygen warnings
gschem: added radius to the arc angle dialog
gschem: use the arc dialog to modify arc objects
gschem: removed unsnapped arc modification special case
doxygen: libgeda: fixed more warnings from the doxygen log
remove unused defines from o_text_basic.c ...
doxygen: documentation for libgeda o_text_basic.c
remove unused print functions from o_text_basic.c
libgeda: fixed text read function for fileformat version 2
gschem: replaced fnameext* functions with glib functions
updated text and alignment test schematic
libgeda: rewrote parts of o_text_create_string [#2247421]
doxygen: libgeda text and and font documentation
created a new test file for all font characters
gschem: fix select state when double clicking an object
doxygen: documentation for s_page, o_attrib and o_basic
gschem/libgeda: updated german translation
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs