Found a solution to my problem.
open Journal.php with your favourite TextEditor and go to line
836
change
Code:
ORDER BY entrydate DESC
to
Code:
ORDER BY entrydate ASC
and bingo, the posts will now be listed in Linear order, oldest first.
Only thing that kinda bugs me is the fact that the IDs of the posts will list in reverse order. For example if you have 6 entries in your journal the first entry will actually have the ID No. 6 and the last will have No. 1 (after my small modification - if you dont change it then the ID will look correct). I guess changing that would involve just another simple change, but I'm currently to lazy to check up on that. And since its no bug, who cares.