diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 09:01:20 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 09:01:20 +0800 |
commit | b7d8d607827cefabf03865cf054746ed6517b4bd (patch) | |
tree | ed5af1ec415e9c82d91bbccde0c073a568cf34bf /ChangeLog | |
parent | 927d1658f64c2507e331685d931d08f145014a03 (diff) | |
download | gsoc2013-evolution-b7d8d607827cefabf03865cf054746ed6517b4bd.tar.gz 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-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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> |