[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/02/22 14:53:35
Modified: . ChangeLog
Log:
Initialize GDK in libgeda instead of the app if it's a non-graphical app.
Revision Changes Path
1.101 +5 -0 eda/geda/devel/utils/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- ChangeLog 20 Feb 2005 17:10:07 -0000 1.100
+++ ChangeLog 22 Feb 2005 19:53:34 -0000 1.101
@@ -1,3 +1,8 @@
+2005-02-22 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * configure.ac, gschlas/gschlas.c: Removed call to gtk_init().
+ GDK is now initialized in libgeda if it's a non-graphical app.
+
2005-02-20 Patrick Bernaud <b-patrick@xxxxxxxxxx>
* gschlas/gschlas.c (main_prog): Adapted for new logging system.