0.8.8claws24
authorChristoph Hohmann <reboot@gmx.ch>
Sun, 29 Dec 2002 15:33:33 +0000 (15:33 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Sun, 29 Dec 2002 15:33:33 +0000 (15:33 +0000)
* src/Makefile.am
* src/stringtable.[ch]          ** REMOVE **
* src/common/Makefile.am
* src/common/stringtable.[ch]   ** NEW **
        move stringtable files to common directory

ChangeLog.claws
configure.in
src/Makefile.am
src/common/Makefile.am
src/common/stringtable.c [moved from src/stringtable.c with 100% similarity]
src/common/stringtable.h [moved from src/stringtable.h with 100% similarity]

index 6f0542bf763a3909b106a6c27e56063ae4c93649..b340c1e0f48945420e165d631551b61c2a12ebcc 100644 (file)
@@ -1,3 +1,11 @@
+2002-12-29 [christoph] 0.8.8claws24
+
+       * src/Makefile.am
+       * src/stringtable.[ch]          ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/stringtable.[ch]   ** NEW **
+               move stringtable files to common directory
+
 2002-12-29 [christoph] 0.8.8claws23
 
        * src/Makefile.am
index 98c94df01824e14ce8ea26fe88976b3f07dcdf1e..922c4c568dbb6a85f8f9d51e3a8b215deb85d5ca 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws23
+EXTRA_VERSION=claws24
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index fb9cf36a013e7f6100f787f056028e1fc3de3296..42df2d7c89cbe2656cbb7d8939ad92ae4c33ca76 100644 (file)
@@ -103,7 +103,6 @@ sylpheed_SOURCES = \
        sigstatus.c sigstatus.h \
        simple-gettext.c \
        manual.c manual.h \
-       stringtable.c stringtable.h \
        scoring.c scoring.h \
        matcher.c matcher.h \
        prefs_matcher.c prefs_matcher.h \
index f18b53bc71a097a722a4a3fa2b59be703c620a25..86b1a87ba6c2ab4dcfdecd7ab2b76d983db567ab 100644 (file)
@@ -16,6 +16,7 @@ libsylpheedcommon_la_SOURCES = \
        socket.c socket.h \
        ssl_certificate.c ssl_certificate.h \
        ssl.c ssl.h \
+       stringtable.c stringtable.h \
        sylpheed.c sylpheed.h \
        template.c template.h \
        utils.c utils.h \
similarity index 100%
rename from src/stringtable.c
rename to src/common/stringtable.c
similarity index 100%
rename from src/stringtable.h
rename to src/common/stringtable.h