0.8.10claws52
authorChristoph Hohmann <reboot@gmx.ch>
Tue, 25 Feb 2003 17:07:25 +0000 (17:07 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Tue, 25 Feb 2003 17:07:25 +0000 (17:07 +0000)
* src/Makefile.am
* src/about.[ch]                ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/about.[ch]            ** NEW **
        move about files to gtk directory

ChangeLog.claws
configure.ac
doc/src/ui_seperation.txt
src/Makefile.am
src/gtk/Makefile.am
src/gtk/about.c [moved from src/about.c with 100% similarity]
src/gtk/about.h [moved from src/about.h with 100% similarity]

index 5b6120b4715b5ef2e7c5fc8ddd128700b9e5dec6..7893bceb99836cb699e99a26f30cc831e242981b 100644 (file)
@@ -1,3 +1,11 @@
+2003-02-25 [christoph] 0.8.10claws52
+
+       * src/Makefile.am
+       * src/about.[ch]                ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/about.[ch]            ** NEW **
+               move about files to gtk directory
+
 2003-02-25 [christoph] 0.8.10claws51
 
        * src/folder.c
 2003-01-26 [christoph] 0.8.9claws14
 
        * src/Makefile.am
-       * src/mgutils.[ch]
-       * src/xml.[ch]
-       * src/xmlprops.[ch]
+       * src/mgutils.[ch]              ** REMOVE **
+       * src/xml.[ch]                  ** REMOVE **
+       * src/xmlprops.[ch]             ** REMOVE **
        * src/common/Makefile.am
-       * src/common/mgutils.[ch]
-       * src/common/xml.[ch]
-       * src/common/xmlprops.[ch]
+       * src/common/mgutils.[ch]       ** NEW **
+       * src/common/xml.[ch]           ** NEW **
+       * src/common/xmlprops.[ch]      ** NEW **
                move xml files to common directory
 
 2003-01-26 [christoph] 0.8.9claws13
index ac08a9aecc62569220d7f01b96f2ef1beee556be..77c11c183e9705b49b3408843c74b8e4cf28940c 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=10
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws51
+EXTRA_VERSION=claws52
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 52866d7e312bd3aefcd12958dc9c74ffbf1a7d58..dd498475c62321530a193be1a114a4b93064d667 100644 (file)
@@ -44,3 +44,5 @@ menu.[ch]             gtk/menu.[ch]           ok
 stringtable.[ch]       common/stringtable.[ch] ok
 
 gtkutils.[ch]          gtk/gtkutils.[ch]       ok
+
+about.[ch]             gtk/about.[ch]          ok
index 7f9fa8c19f8c0e5ee5d2aea0963ed7755f1e7d3a..1ab7db579ed7dce17fa4c22c09e64440236a1152 100644 (file)
@@ -73,7 +73,6 @@ sylpheed_SOURCES = \
        inputdialog.c inputdialog.h \
        progressdialog.c progressdialog.h \
        grouplistdialog.c grouplistdialog.h \
-       about.c about.h \
        setup.c setup.h \
        codeconv.c codeconv.h \
        unmime.c unmime.h \
index 31466fab42436d42e728f5f9921d4dbf8c474c79..134a29fdbb472a8d64cb70c02979cc6e226f792f 100644 (file)
@@ -1,7 +1,8 @@
 noinst_LTLIBRARIES = libsylpheedgtk.la
 
 libsylpheedgtk_la_SOURCES = \
-       description_window.h description_window.c \
+       about.c about.h \
+       description_window.c description_window.h \
        gtkutils.c gtkutils.h \
        gtkshruler.c gtkshruler.h \
        gtksctree.c gtksctree.h \
similarity index 100%
rename from src/about.c
rename to src/gtk/about.c
similarity index 100%
rename from src/about.h
rename to src/gtk/about.h