* 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 )
This commit is contained in:
Christoph Hohmann 2002-07-02 20:07:33 +00:00
parent 8da5cfd6ba
commit de888122c0
2 changed files with 21 additions and 1 deletions

View 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

View 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