aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-06-18 09:01:20 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-06-18 09:01:20 +0800
commitb7d8d607827cefabf03865cf054746ed6517b4bd (patch)
treeed5af1ec415e9c82d91bbccde0c073a568cf34bf /ChangeLog
parent927d1658f64c2507e331685d931d08f145014a03 (diff)
downloadgsoc2013-evolution-b7d8d607827cefabf03865cf054746ed6517b4bd.tar
gsoc2013-evolution-b7d8d607827cefabf03865cf054746ed6517b4bd.tar.gz
gsoc2013-evolution-b7d8d607827cefabf03865cf054746ed6517b4bd.tar.bz2
gsoc2013-evolution-b7d8d607827cefabf03865cf054746ed6517b4bd.tar.lz
gsoc2013-evolution-b7d8d607827cefabf03865cf054746ed6517b4bd.tar.xz
gsoc2013-evolution-b7d8d607827cefabf03865cf054746ed6517b4bd.tar.zst
gsoc2013-evolution-b7d8d607827cefabf03865cf054746ed6517b4bd.zip
Add libetable and libetext.
2005-06-18 Tor Lillqvist <tml@novell.com> * win32/Makefile.am (EXTRA_DIST): Add libetable and libetext. * win32/libetable.def * win32/libetext.def: New files. * win32/libemiscwidgets.def: Add new entries. svn path=/trunk/; revision=29529
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 674db68db5..f0aaecda21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
2005-06-18 Tor Lillqvist <tml@novell.com>
- * win32/Makefile.am (EXTRA_DIST): Typo.
+ * win32/Makefile.am (EXTRA_DIST): Fix typo. Add libetable and
+ libetext.
- * win32/libemiscwidgets.def: Add e_utf8_to_locale_string, used in
- e-util.
+ * win32/libetable.def
+ * win32/libetext.def: New files.
+
+ * win32/libemiscwidgets.def: Add new entries.
2005-06-17 Kaushal Kumar <kakumar@novell.com>