[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pcjc2
Date: 06/12/27 12:37:56
Modified: . Tag: noscreen ChangeLog
Log:
sync with trunk
Revision Changes Path
No revision
No revision
1.578.2.1 +119 -1 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.578
retrieving revision 1.578.2.1
diff -u -b -r1.578 -r1.578.2.1
--- ChangeLog 15 Dec 2006 17:03:21 -0000 1.578
+++ ChangeLog 27 Dec 2006 17:37:56 -0000 1.578.2.1
@@ -1,3 +1,122 @@
+2006-12-26 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * lib/system-gschemrc.in: Don't place the titleblock automatically if
+ editing a symbol file (page filename ending in ".sym").
+
+2006-12-23 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * src/g_hook.c (g_add_component): Return if scm_comp_name is
+ an empty list (guile's NULL), or the scheme's boolean false.
+ This was suggested by Peter TB Brett and Steve Tell.
+
+ * src/g_hook.c (g_add_component):
+ Changed the end of this function to avoid the "Statement not reached"
+ compiler warning. Thanks to Dan McMahill for reporting this.
+
+2006-12-22 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * src/g_hook.c:
+ - Added some documentation to custom_world_get_complex_bounds and
+ g_get_object_bounds.
+ - g_add_component: Changed the remaining scheme function's name
+ left on 2006-12-14.
+
+2006-12-21 Peter Brett <peter@xxxxxxxxxxxxx>
+
+ * src/o_copy.c, o_find.c, x_event.c: Update interface of
+ o_selection_print_all() to match other o_selection_*() functions. Pass the
+ GList by reference.
+
+ * src/o_misc.c: Remove use of o_selection_select() and
+ o_selection_unselect() (should only be used internally to libgeda).
+
+ * src/o_attrib.c, src/o_buffer.c, src/o_complex.c, src/o_copy.c,
+ src/o_misc.c, src/o_select.c, src/o_text.c: Update interface of
+ o_selection_add() to match o_selection_remove(). Pass the GList by
+ reference so head can be updated.
+
+2006-12-21 Werner Hoch <werner.ho@xxxxxx>
+
+ * src/x_dialog.c: use GtkDialog for the find text, the show text and
+ the hide text dialog. Code cleanups.
+
+ * src/x_autonumber.c: fixed o_selection_remove call which caused
+ gschem to crash. suggestion by Ales, patch from Peter Brett.
+
+ * src/x_dialog.c: cosmetics in the color dialog,
+ use GtkDialog for the hotkeys dialog, use a GList to store the
+ hotkeys and a GtkTreeView to show them.
+
+2006-12-20 Werner Hoch <werner.ho@xxxxxx>
+
+ * src/x_dialog.c: cosmetics in the slot dialog,
+ use GtkDialog for the coords and the about dialog, Code cleanups
+
+2006-12-19 Werner Hoch <werner.ho@xxxxxx>
+
+ * src/x_dialog.c: cosmetics in the translate dialog
+ use GtkDialog for the arc angle, the text size and the snap size
+ dialog. Use GtkSpinButtons for the three dialogs.
+
+2006-12-18 Werner Hoch <werner.ho@xxxxxx>
+
+ * src/x_dialog.c: some more code refactoring in the dialogs
+ edit filltype, edit linetype and edit text. Use the style constants
+ from x_dialog.h
+
+ * include/x_dialog.h: added constants for dialog layout style
+
+ * src/x_dialog.c: use GtkDialog for text entry dialog, some code
+ refactoring. Fixed a bug in select_all_text_in_textview() which
+ toggled the selection instead of selecting it.
+
+ * src/o_picture.c: set transient_for flag for the dialogs
+ add image and modify image.
+
+ * src/x_attribedit.c: set transient_for flag for the dialog
+
+ * src/x_compselect.c: set the widget focus to the filter entry
+ present the window and select the filter text when reselecting
+ the dialog with "i". (ideas from Peter Clifton)
+
+2006-12-17 Stuart Brorson <sdb@xxxxxxxxxx>
+ * src/x_autonumber.c: Replace GTK-26 ism with 2.4 fcns. Thanks,
+ Werner, for the suggestion!
+
+2006-12-16 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ Merged Carlos' glist work via Peter Brett's patch sets to the trunk
+
+ 2006-10-22 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * src/o_delete.c: Changed a check to use glib debugging
+ functions. Don't free objects at the end of o_delete,
+ but free only the list.
+
+ * src/o_misc.c: Added a sanity check.
+
+ * src/o_basic.c: Don't free objects in the complex place
+ list. It is only a reference to the objects in the page.
+
+ 2006-10-21 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * include/prototype.h, src/g_hook.c, src/i_basic.c,
+ src/i_callbacks.c, src/o_attrib.c, src/o_basic.c,
+ src/o_buffer.c, src/o_bus.c, src/o_copy.c,
+ src/o_delete.c, src/o_find.c, src/o_grips.c,
+ src/o_misc.c, src/o_move.c, src/o_net.c, src/o_picture.c,
+ src/o_select.c, src/o_slot.c, src/o_text.c, src/o_undo.c,
+ src/x_attribedit.c, src/x_compselect.c, src/x_dialog.c,
+ src/x_event.c, src/x_multiattrib.c, src/x_print.c:
+ Convert the SELECTION list to a GList.
+
+ * src/a_zoom.c, src/o_arc.c, src/o_basic.c, src/o_box.c,
+ * src/o_basic.c: Rename o_recalc to o_recalc_object_list.
+
+ * src/o_basic.c, src/o_complex.c, src/o_move.c,
+ src/o_text.c, src/x_image.c: Rename get_complex_bounds
+ to get_object_list_bounds.
+
2006-12-15 Peter Clifton <pcjc2@xxxxxxxxx>
* intl/.cvsignore: Remove whitespace after .c and .y exclusions
@@ -203,7 +322,6 @@
* src/o_text.c, src/o_slot.c: fixed slot update errors
(Bug #1589247)
->>>>>>> 1.571
2006-10-23 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* src/o_text.c: Changed polarity of one of the sanity checks
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs