From: Christoph Hohmann Date: Tue, 2 Jul 2002 20:07:33 +0000 (+0000) Subject: * major code cleanup (part 1) X-Git-Tag: rel_0_8_0~74 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=de888122c012391c7b31251d2afe711d30118ae7 * major code cleanup (part 1) - unused variables removed - unused functions removed - uninitialized variables checked - missing return statements added - missing function return types added - added parentheses around assignment and && in || when suggested by gcc * src/mh.c * src/folder.c replaced direct calls to folder->scan_tree with folder_scan_tree and restore folder prefs in this function. The folder should not have to deal with them. ( Should now work for all folder types ) --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 8936a3940..793c40c76 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,23 @@ +2002-07-02 [christoph] 0.7.8claws43 + + * major code cleanup (part 1) + + - unused variables removed + - unused functions removed + - uninitialized variables checked + - missing return statements added + - missing function return types added + - added parentheses around assignment and + && in || when suggested by gcc + + * src/mh.c + * src/folder.c + replaced direct calls to folder->scan_tree + with folder_scan_tree and restore folder + prefs in this function. The folder should + not have to deal with them. + ( Should now work for all folder types ) + 2002-07-02 [paul] 0.7.8claws42 * sync with 0.7.8cvs13 diff --git a/configure.in b/configure.in index 90b9ed045..eaf4d8e02 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ MINOR_VERSION=7 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws42 +EXTRA_VERSION=claws43 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target