* YAM_FI.c: the current selection of mails in the main window will now be
cleared before any new mails are selected when clicking on "Select matched"
button in the search window. This fixes bug #2220386.
2 lines of code changed in 1 file:
* YAM.c: changed the required version of codesets.library back to 6.6, because
the MOS build of this library is completely broken by the latest changes and
a fixed version will not be released before 2009.
1 lines of code changed in 1 file:
* YAM.c: bumped the required version of codesets.library to 6.7, because this
version fixes a bug which caused serious memory trashing.
1 lines of code changed in 1 file:
* MUIObjects.c: added missing ENTER() call.
2 lines of code changed in 1 file:
* YAM_CO.c, YAM_FI.c: if the configuration window could be created but the
configuration itself could not be duplicated (i.e. low memory) the window
will now be disposed again immediately. The deep copy of the configuration
structure is therefore checked for failure at any point.
120 lines of code changed in 3 files:
* YAM_AB.c: the date scanning function now also accepts %y as 4 digit year
placeholder, although %Y is the correct one. But MorphOS doesn't seem to
know this fact... This fixes bug #2431196.
4 lines of code changed in 1 file:
* BayesFilter.c: removed some double ToLowerCase() calls.
4 lines of code changed in 1 file:
* BayesFilter.c: a constant string could be modified while examining a mail
for spam content. On OS4 this will lead to instant crashes, because constant
strings are read-only here.
11 lines of code changed in 1 file:
* YAM_UT.c: removed superflous LF character from debug output.
5 lines of code changed in 1 file:
* YAM_AB.c: added some debug output to the date formatting code to track down
a possible bug in the MOS build.
5 lines of code changed in 1 file:
* mime/qprintable.c: added a warning message for the debug build in case non-
allowed characters are found.
7 lines of code changed in 1 file: