April 2010 Commit Log

Number of Commits:
29
Number of Active Developers:
3
tboeckel 2010-04-30 12:32 Rev.: 4689

* YAM.c: clear the object pointer right after disposing it.

3 lines of code changed in 1 file:

damato 2010-04-30 12:24 Rev.: 4688

* YAM.c: slightly reworked the CheckMCC() function to not only rely on
MUI object creation as some classes may return NULL if some attributes
are missing at object creation. Also PROGDIR: checking seems not required
as OpenLibrary() already checks PROGDIR: per default.

53 lines of code changed in 1 file:

tboeckel 2010-04-25 10:23 Rev.: 4686

* DockyIcon.c: the full application path is now specified when registering
YAM at application.lib.

9 lines of code changed in 1 file:

opiopi 2010-04-24 22:33 Rev.: 4685

* YAM_CO.c: Add a workaround for a MUI 3.8 bug to show the colors for the
Poppen objects on OS3.x.
* YAM_COs.c: Disable all Poppen objects according to the UseTextColorsRead
setting and do some cosmetic changes. This closes #162.

34 lines of code changed in 2 files:

tboeckel 2010-04-23 12:06 Rev.: 4684

* misc: spread some static and const keywords.

117 lines of code changed in 12 files:

tboeckel 2010-04-21 10:04 Rev.: 4683

* YAM_UT.c: added "eml" extension to the name pattern of the mail export
requester now that we suggest "<subject>.eml" for single exported mails.

1 lines of code changed in 1 file:

tboeckel 2010-04-21 07:51 Rev.: 4682

* YAM_RE.c: added missing NULL pointer check for output file. Having no output
file is a valid situation. This closes #160.

1 lines of code changed in 1 file:

tboeckel 2010-04-21 07:49 Rev.: 4681

* YAM_RE.c: fixed two debug messages to correctly output a LF sequence.

2 lines of code changed in 1 file:

tboeckel 2010-04-20 11:10 Rev.: 4680

* mui/Aboutwindow.c: added Johan Banis and Mariusz Danilewicz to the list of
translators.

2 lines of code changed in 1 file:

tboeckel 2010-04-20 10:59 Rev.: 4679

* doc/Install-YAM, tools/mkrelease.sh: added polish translation to Installer
script and release build script.

2 lines of code changed in 1 file:

tboeckel 2010-04-20 10:59 Rev.: 4678

* Makefile, tools/mkrelease.sh: added shell script file for building the
release archives for the various platforms. As usual this script takes the
build OS ID as single parameter (i.e. "mkrelease.sh os4" to build for
AmigaOS 4.x).

7 lines of code changed in 1 file:

tboeckel 2010-04-20 10:51 Rev.: 4677

* Makefile, tools/mkrelease.sh: added shell script file for building the
release archives for the various platforms. As usual this script takes the
build OS ID as single parameter (i.e. "mkrelease.sh os4" to build for
AmigaOS 4.x).

126 lines of code changed in 1 file:

damato 2010-04-20 08:54 Rev.: 4676

* locale/polish.ct: updated polish catalog translation kindly provided by
Mariusz Danilewicz.

13 lines of code changed in 1 file:

tboeckel 2010-04-19 17:09 Rev.: 4674

* YAM_MAf.c: in case a mail contains no From: header line YAM now tries to
construct a valid sender from a possible Sender: header line. This might not
be perfect, but it is better than no name at all. This closes #117.

409 lines of code changed in 1 file:

tboeckel 2010-04-19 14:23 Rev.: 4673

* Rexx.c, rexx/help.c: added terminating dummy entry to avoid a crash in the
ARexx HELP implementation. This closes #159.

5 lines of code changed in 2 files:

tboeckel 2010-04-19 11:07 Rev.: 4672

* YAM_UT.c: slightly changed the DateStamp to string conversion and vice versa
to correctly strip the days if only the time is of interest.

93 lines of code changed in 1 file:

tboeckel 2010-04-19 08:44 Rev.: 4671

* Makefile: modified release target to no longer export certain directories
from the repository but to copy directly from the currently checked out
version.

42 lines of code changed in 1 file:

tboeckel 2010-04-19 08:20 Rev.: 4669

* Makefile: added dutch translation to release target.

13 lines of code changed in 1 file:

tboeckel 2010-04-19 08:10

* DockyIcon.c, YAM.c, YAM_TR.c: replaced the remaining wrong uses of V1
application.lib tags with a V2 interface and vice versa.

93 lines of code changed in 3 files:

tboeckel 2010-04-19 07:53 Rev.: 4666

* DockyIcon.c: registering YAM at application.lib didn't respect the fact that
even with a new V2 interface the build system's SDK could be slightly out-
dated and still use the old V1-only tag definitions. This closes #158.

28 lines of code changed in 1 file:

tboeckel 2010-04-17 22:08 Rev.: 4665

* YAM_FI.c, MimeTypes.c: fixed the still wrong list comparison.

3 lines of code changed in 2 files:

tboeckel 2010-04-17 22:00 Rev.: 4664

* YAM.c, DockyIcon.c: fixed the mixed up usage of V2 tags with a V1 interface
of application.library. The old V1 interface used completely broken tag
definitions which collided with standard tags like TAG_IGNORE or TAG_MORE.
This is worked around by trying to obtain the V2 interface first and fall
back to the V1 interface upon failure. The function calls then must be
adapted to use the correct tag definitions for the two possible interface
versions.

52 lines of code changed in 2 files:

damato 2010-04-17 20:48 Rev.: 4663

* misc: moved all the new (but not yet working) transfer/preselection window
related stuff to a separate SVN branch "newtransfer-2.7" and removed the changes
from the main trunk. This should make the nightly builds actually usable again
for people wanting to test other things or wanting to report on other bugs.
So until all the new stuff isn't finished and at least tested a bit we are not
going to move that to the main trunk again so that the nightly builds are at
least a bit usable again. However, please note that nightly builds are still
considered "unstable". So only use them if you can deal with that and the
potential bugs they might still have.

8872 lines of code changed in 70 files:

damato 2010-04-15 20:14 Rev.: 4661

* locale/dutch.ct, Makefile: added dutch catalog translation kindly provided by
Johan Banis.

1 lines of code changed in 1 file:

damato 2010-04-11 17:57 Rev.: 4659

* YAM_UT.c, YAM_COs.c: implemented DSS_SHORTTIME for DateStamp2String() functions
so that the time can be output without seconds. This completes the functionality
requested in ticket #145.

18 lines of code changed in 3 files:

tboeckel 2010-04-11 10:33 Rev.: 4658

* YAM_MA.c: when exporting mails the file name returned by the file requester
is now checked to be non-empty. Although I could not reproduce ticket #154
this should fix it and thus closes #154.

7 lines of code changed in 1 file:

tboeckel 2010-04-09 16:41 Rev.: 4656

* YAM.c: scanning the XPK compressors could result in a wrong final result if
querying the info of one compressor failed but the next one succeeded.
Additionally the query structure is now allocated dynamically instead of
placing it on the stack.

48 lines of code changed in 1 file:

tboeckel 2010-04-09 16:25 Rev.: 4655

* YAM.c: reenabled accidentally disabled debug output.

1 lines of code changed in 1 file:

tboeckel 2010-04-09 09:40 Rev.: 4654

* YAM.c: the XPK scanning duplicated the found packers in a wrong way so
that the resulting capability flags were completely screwed up and the
displayed lists in the configuration window showed the wrong packers. For
example the IDEA packer was no longer recognized as being able to encrypt.
This closes #152.

6 lines of code changed in 1 file:

March 2010 »

Generated by StatSVN 0.7.0