diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-12-13 00:24:21 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-12-13 00:24:21 +0800 |
commit | 7360a3396cb67d9c9a09e31126ee2ea0133a7007 (patch) | |
tree | d15b0cf2a8574cbba1824f97816c256639a29f45 /e-util/ChangeLog | |
parent | f1c58c9a993e1556505c6d09e8412d63936af05a (diff) | |
download | gsoc2013-evolution-7360a3396cb67d9c9a09e31126ee2ea0133a7007.tar.gz gsoc2013-evolution-7360a3396cb67d9c9a09e31126ee2ea0133a7007.tar.zst gsoc2013-evolution-7360a3396cb67d9c9a09e31126ee2ea0133a7007.zip |
Patch from Irene Huang <Irene.Huang@sun.com>.
* Remove files that have an identical counterpart in
libedataserver.
* Replace the use of such files with appropriate counterpart path.
svn path=/trunk/; revision=30758
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index ae2a0a7a44..4065a68ca2 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,36 @@ +2005-12-12 Irene Huang <Irene.Huang@sun.com> + + reviewed by: Veerapuram Varadhan <vvaradhan@novell.com> + + * Makefile.am: Remove files that have an identical counterpart in + libedataserver, e-list.[c|h], e-list-iterator.[c|h], e-iconv.[c|h] + e-component-listener.[c|h], md5-utils.[c|h], e-time-utils.[c|h], + e-uid.[c|h]. Change md5-utils.h to e-html-utils.h in pilot-compile. + * e-component-listener.c: + * e-component-listener.h: + * e-iterator.c: + * e-iterator.h: + * e-time-utils.c: + * e-time-utils.h: + * e-iconv.c: + * e-iconv.h: + * e-uid.c: + * e-uid.h: + * md5-utils.c: + * md5-utils.h: + * e-list-iterator.h: + * e-list-iterator.c: + * e-list.h: + * e-list.c: + Removed + * e-account-list.h: + * e-account.c: + * e-signature-list.c: + * e-signature.c: + * e-signature-list.h: Change inclusion of <e-util/e-list.h> + to <libedataserver/e-list.h>. Change inclusion of "e-uid.h" and + "e-list.h" to <libedataserver/e-uid.h> and <libedataserver/e-list.h>. + 2005-12-09 Harish Krishnaswamy <kharish@novell.com> * e-util.[ch] (e_str_compare), (e_str_case_compare), |