* Makefile, YAM_global.c: added "aros-arm" target to also compile YAM for the
ARM processor target officially supported by the AROS platform. Please note,
that YAM does not yet compile for the ARM target cleanly as there seems to
be some oddity with the VA_ARG() macros in SDI which we have to investigate
soon. But at least the nightly builds should be tried to be generated and
the error will be added to our nightly build logfiles so that our AROS
maintainers can investigate.
42 lines of code changed in 2 files:
* mui/UpdateComponentList.c, mui/UpdateNotifyWindow.c: the list of updates is
now sorted alphabetically with the exception of YAM updates which are forced
to be on top.
25 lines of code changed in 2 files:
* mui/UserPortraitGroup.c: changed the base class from Virtgroup.mui to
Group.mui since there is no need for a virtual group at all.
1 lines of code changed in 1 file:
* Threads.c: thread abortion can now be either synchonous or asynchronous.
16 lines of code changed in 1 file:
* Threads.c: aborting a thread must now specify if the target object may be invalid.
8 lines of code changed in 4 files:
* Threads.c: aborted threads don't invoke the MUIM_ThreadFinished method on the target object anymore. This makes it possible to abort a thread in the target object's OM_DISPOSE method.
36 lines of code changed in 2 files:
* Threads.c: DoAction() now returns the executing thread instead of a boolean value. This value can be used to abort the thread later.
34 lines of code changed in 7 files:
* mui/UserPortraitGroup.c: the user will be prompted to select a different file
name for the portrait image to be downloaded in case it already exists.
60 lines of code changed in 1 file:
* Threads.c: call DoMethod() directly upon thread termination instead of using
PushMethodOnStackWait().
1 lines of code changed in 1 file:
* mime/md5.c: changed to prototype of md5update() to accept buffer variables
of arbitrary type.
16 lines of code changed in 4 files:
* mui/UserPortraitGroup.c: it is possible to let YAM search for user portraits
on gravatar.com. The image will be downloaded to the gallery directory.
Refer to http://www.gravatar.com for details.
335 lines of code changed in 6 files:
Recent changes of the AROS headers requires an additional define.
3 lines of code changed in 1 file: