* major code cleanup (part 1)
authorChristoph Hohmann <reboot@gmx.ch>
Tue, 2 Jul 2002 20:07:33 +0000 (20:07 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Tue, 2 Jul 2002 20:07:33 +0000 (20:07 +0000)
        - 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 )

ChangeLog.claws
configure.in

index 8936a3940217f319ef7734285c92854131706277..793c40c769b57d296c647bb25c2eeed2895c439c 100644 (file)
@@ -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
index 90b9ed0454ea02c0f1f94d4558f8cd33e7e40cdd..eaf4d8e025a1c2cdae843b6094cdcb5cbd70d58d 100644 (file)
@@ -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