summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam McArthur <sandymac@gentoo.org>2002-04-20 18:26:23 +0000
committerWilliam McArthur <sandymac@gentoo.org>2002-04-20 18:26:23 +0000
commitdbef71a479fd2d9b28ab58dcec3723fdd38c6455 (patch)
tree02ef3440ada22300a9a2510c3cd541e950ce031e /x11-libs/ecore/ChangeLog
parenttest ecore dir (diff)
downloadgentoo-2-dbef71a479fd2d9b28ab58dcec3723fdd38c6455.tar.gz
gentoo-2-dbef71a479fd2d9b28ab58dcec3723fdd38c6455.tar.bz2
gentoo-2-dbef71a479fd2d9b28ab58dcec3723fdd38c6455.zip
Added ecore, closes: http://bugs.gentoo.org/show_bug.cgi?id=1723
Diffstat (limited to 'x11-libs/ecore/ChangeLog')
-rw-r--r--x11-libs/ecore/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-libs/ecore/ChangeLog b/x11-libs/ecore/ChangeLog
new file mode 100644
index 000000000000..b388efe5454b
--- /dev/null
+++ b/x11-libs/ecore/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for x11-libs/ecore
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ChangeLog,v 1.1 2002/04/20 18:26:23 sandymac Exp $
+
+*ecore-0.0.2 (20 Apr 2002)
+
+ 20 Apr 2002; Leigh Dyer <lsd@linuxgamers.net> ecore-0.0.2.ebuild :
+
+ Ecore is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. it's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.