diff options
author | Chris Toshok <toshok@ximian.com> | 2001-04-23 10:53:27 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-04-23 10:53:27 +0800 |
commit | f726a8e69eb490af18825ca2ced6e43b9ba7c8cd (patch) | |
tree | 5630a024fdfa1288a5a3f69ddc68bfbac3d75a9a /e-util/ChangeLog | |
parent | 2439e91a5c2033c26f014c826e99aa44aa80d08e (diff) | |
download | gsoc2013-evolution-f726a8e69eb490af18825ca2ced6e43b9ba7c8cd.tar gsoc2013-evolution-f726a8e69eb490af18825ca2ced6e43b9ba7c8cd.tar.gz gsoc2013-evolution-f726a8e69eb490af18825ca2ced6e43b9ba7c8cd.tar.bz2 gsoc2013-evolution-f726a8e69eb490af18825ca2ced6e43b9ba7c8cd.tar.lz gsoc2013-evolution-f726a8e69eb490af18825ca2ced6e43b9ba7c8cd.tar.xz gsoc2013-evolution-f726a8e69eb490af18825ca2ced6e43b9ba7c8cd.tar.zst gsoc2013-evolution-f726a8e69eb490af18825ca2ced6e43b9ba7c8cd.zip |
add e-host-utils.[ch]
2001-04-22 Chris Toshok <toshok@ximian.com>
* Makefile.am (libeutil_la_SOURCES): add e-host-utils.[ch]
* e-host-utils.c: new file, with e_gethostbyname_r.
* e-host-utils.h: new file.
svn path=/trunk/; revision=9502
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 250499876e..b6697b9b92 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2001-04-22 Chris Toshok <toshok@ximian.com> + + * Makefile.am (libeutil_la_SOURCES): add e-host-utils.[ch] + + * e-host-utils.c: new file, with e_gethostbyname_r. + + * e-host-utils.h: new file. + 2001-04-19 Dan Winship <danw@ximian.com> * e-html-utils.c (is_citation): ">From" is not a citation unless |