[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pcjc2
Date: 06/12/21 15:32:11
Modified: . ChangeLog
Log:
o_selection_select() and o_selection_unselect() are both low-level
functions that should only be used internally to libgeda.
This patch removes the use of the above functions from applications
which use libgeda, and marks them as 'deprecated' in libgeda's
prototype.h. Patch from Peter Brett.
Revision Changes Path
1.365 +5 -1 eda/geda/gaf/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -b -r1.364 -r1.365
--- ChangeLog 21 Dec 2006 20:09:47 -0000 1.364
+++ ChangeLog 21 Dec 2006 20:32:11 -0000 1.365
@@ -1,5 +1,9 @@
2006-12-21 Peter Brett <peter@xxxxxxxxxxxxx>
+ * include/prototype.h: Comment o_selection_select() and
+ o_selection_unselect() as deprecated (should only be used internally to
+ libgeda).
+
* include/prototype.h, src/o_net_basic.c, src/o_selection.c:
Update interface of o_selection_add() to match
o_selection_remove(). Pass the GList by reference so head can be
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs