aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-02 07:09:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-02 07:09:57 +0000
commitdbb589f057f6500c6f21aa1591fd603870aabdf0 (patch)
tree944cd97b1d6345605e50d17fef18b97e7c6233ad
parent00048a1b5560604e90cd83ceafadfd3156b89e84 (diff)
moved html.[ch] to libsylph.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@540 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--libsylph/Makefile.am1
-rw-r--r--libsylph/html.c (renamed from src/html.c)0
-rw-r--r--libsylph/html.h (renamed from src/html.h)0
-rw-r--r--src/Makefile.am1
6 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ccad3dec..470a855e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-02
+
+ * libsylph/html.[ch]: moved to libsylph.
+
2005-09-01
* src/prefs_common.c
diff --git a/ChangeLog.ja b/ChangeLog.ja
index ff60c478..9ffd435e 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,7 @@
+2005-09-02
+
+ * libsylph/html.[ch]: libsylph ¤Ë°ÜÆ°¡£
+
2005-09-01
* src/prefs_common.c
diff --git a/libsylph/Makefile.am b/libsylph/Makefile.am
index bb2eec32..d8f19143 100644
--- a/libsylph/Makefile.am
+++ b/libsylph/Makefile.am
@@ -10,6 +10,7 @@ libsylph_la_SOURCES = \
defs.h \
base64.c base64.h \
codeconv.c codeconv.h \
+ html.c html.h \
prefs.c prefs.h \
quoted-printable.c quoted-printable.h \
session.c session.h \
diff --git a/src/html.c b/libsylph/html.c
index 7ba2acd3..7ba2acd3 100644
--- a/src/html.c
+++ b/libsylph/html.c
diff --git a/src/html.h b/libsylph/html.h
index 37f7e11f..37f7e11f 100644
--- a/src/html.h
+++ b/libsylph/html.h
diff --git a/src/Makefile.am b/src/Makefile.am
index c23dfaf6..f8dd75b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -93,7 +93,6 @@ sylpheed_SOURCES = \
nntp.c nntp.h \
news.c news.h \
imap.c imap.h \
- html.c html.h \
procmime.c procmime.h \
rfc2015.c rfc2015.h \
passphrase.c passphrase.h \