December 2011 Commit Log

Number of Commits:
25
Number of Active Developers:
2
damato 2011-12-25 10:53 Rev.: 5785

- bumped all versions to 2.8-dev so that development of 2.8-dev can start right away

2 lines of code changed in 1 file:

Repository Tag: 2.7
damato 2011-12-25 00:37 Rev.: 5782

* misc: final YAM 2.7 release preparations.

1 lines of code changed in 1 file:

damato 2011-12-24 20:50 Rev.: 5781

* misc: final YAM 2.7 release preparations.

1 lines of code changed in 1 file:

damato 2011-12-24 17:16 Rev.: 5780

* misc: final YAM 2.7 release preparations.

4 lines of code changed in 2 files:

damato 2011-12-23 10:53 Rev.: 5777

- slightly modified the NList_Format to also use the new PCS feature of
NList.

1 lines of code changed in 1 file:

damato 2011-12-23 10:44 Rev.: 5776

* mui/MainMailList.c: fixed bug where MakeFormat was called all
the time even for the Findwindow which has its own NList_Format
spec, overriding the MainMailLists' own one.

4 lines of code changed in 1 file:

damato 2011-12-23 01:22 Rev.: 5775

* YAM_FI.c: changed mail search window to also show a listtree
rather than a plain list. Also changed the search window to not
clear its mail list on exit and to also keep the same listtree
selection when reopening the window. This should be a bit more
intuitive in case a user want to return to the search window
and see the old search results.

42 lines of code changed in 4 files:

damato 2011-12-22 02:03 Rev.: 5774

* mui/FolderRequestListtree.c: implemented that custom folder image
object will also be created for the FolderRequestListtree.

88 lines of code changed in 2 files:

damato 2011-12-22 01:12 Rev.: 5773

- minor change to use MUIV_NListtree_Insert_Flag_Active rather than a
couting index to set the last selected folder active.

4 lines of code changed in 1 file:

damato 2011-12-22 00:40 Rev.: 5771

* mui/FolderListtree, mui/FolderRequestListtree.c: implemented
a base class for the folder listtree and changed the old
FolderRequestList class to a Listtree class. In addition,
MainFolderListtree is also now derived from the new
FolderListtree class. In the end, this change allowed to
use a listtree rather than a plain list for the folder
request window. Thus, this should close #136.

559 lines of code changed in 12 files:

tboeckel 2011-12-19 11:45 Rev.: 5770

* AVLTree.c: removed some senseless comments used for MUI subclasses.

0 lines of code changed in 2 files:

damato 2011-12-18 22:13 Rev.: 5769

* YAM.c, YAM_EA.c: fixed some potentially critical DoMethod calls
to NListtree which might have showed some problems.

2 lines of code changed in 2 files:

damato 2011-12-17 22:29 Rev.: 5768

* mui/AddrBookListtree.c, MainFolderListtree.c: now that a new
fixed NListtree.mcc is released the previously added workaround
could be removed.

0 lines of code changed in 2 files:

damato 2011-12-17 22:27 Rev.: 5767

* YAM.c: bumped all minimum required versions of all MCCs to what are
the latest versions available as there are new features and fixes
out there in these classes.

10 lines of code changed in 1 file:

damato 2011-12-17 15:24 Rev.: 5766

* AVLTree.c: replace AllocVec/FreeVec calls with AllocVecPooled and
FreeVecPooled as AllocVec/FreeVec are marked as deprecated in the
latest OS4 SDK.

5 lines of code changed in 1 file:

damato 2011-12-17 12:40 Rev.: 5765

* extrasrc: slightly revised some of our own implementation of standard
C functions and tried to make them more compatible to version found
in other projects. Especially the strtok_r() function should be somewhat
more compatible to well-known implementations.

90 lines of code changed in 4 files:

damato 2011-12-17 11:18 Rev.: 5764

- moved Matthias to the contributor section since he didn't
contribute to 2.7 release yet.

1 lines of code changed in 1 file:

tboeckel 2011-12-17 00:25 Rev.: 5763

* mui/AddrBookListtree.c, MainFolderListtree.c: fixed wrong usage of DoSuperMethod().

4 lines of code changed in 2 files:

damato 2011-12-16 12:22 Rev.: 5762

* extrasrc/strcasestr.c: renamed our own stristr() implementation to
strcasestr() as that is the more well-known name for it. In addition, a
slightly faster implementation is now in place. Furthermore, as MorphOS
and AROS seem to have own strcasestr() implementations in their C libraries
we give them preference for these platforms.

93 lines of code changed in 9 files:

damato 2011-12-16 10:37 Rev.: 5761

* YAM_MA.c: changed the mail import requester to allow to select multiple
files at once and start multiple mail file imports. Please note, however,
that for every file there currently will be a separate preselection window
opened as stuffing all mails from all selected files together will
require more substantial work. Nevertheless, mail import from several mbox
files are now possible. Thus, for the moment this closes #196.

26 lines of code changed in 1 file:

damato 2011-12-16 01:44 Rev.: 5759

* HTML2Mail.l: reworked the main html2mail flex rules to behave somewhat more
hierarchically. Previously the rules were pretty much mixed up. Now they
should more cleanly convert a html mail (and especially embedded links)
to a somewhat more readable text. This should finally closes #279.

39 lines of code changed in 1 file:

damato 2011-12-15 10:38 Rev.: 5757

* mui/MainFolderListtree.c, mui/MainMailList.c: added PCS format statements to
the MUIA_NList_Format specs of the MainFolderListtree and the MainMailList.
This is a new feature of NList and will automatically substitute text with
"..." at the position where text didn't fit into a column anymore. For the
Folder Listtree the folder name will now be substitute centered and for
the main mail list the Sender and Subject line will be substituted right
aligned in case text doesn't fit anymore. Please test extensively! ;)

27 lines of code changed in 2 files:

tboeckel 2011-12-15 10:02 Rev.: 5756

* mui/AddrBookListtree.c, MainFolderListtree.c: added a workaround for a bug in NListtree.mcc to avoid a NULL pointer access. This closes #281.

36 lines of code changed in 2 files:

tboeckel 2011-12-08 14:15 Rev.: 5752

* YAM_AB.c: added some more possible placeholders for the date parser.

2 lines of code changed in 1 file:

tboeckel 2011-12-08 14:03 Rev.: 5751

* YAM_AB.c: enhanced the date scanner to accept placeholders like %e, %-d, %-m and %-y. This closes #280.

19 lines of code changed in 1 file:

November 2011 »

Generated by StatSVN 0.7.0