2007/1/2: 
	I download wxGTK-2.8.0 and make some changes on multiget to compile without error. BUT, wxGTK-2.8.0 introduces some new bugs, one is in listctrl or listview. when the style is wxLC_REPORT|wxLC_NO_HEADER|wxALWAYS_SHOW_SB, the scrollbar is frozen, never can be use. so I removed the wxALWAYS_SHOW_SB style to avoid this bug. Another is in wxDiaDialog, when you just want to choose a path but not a file, you should input a '.' in the file name, otherwise the dialog don't quit! it's confused the user. There is no this bug in 2.6.3 version. I don't find a way to overcome this bug without modify the wxGTK source. And wxListCtrl::GetSubItemRect can't be used but in document it says ok since 2.7.  So I still suggest use wxGTK-2.6.3 to compile multiget, just give 2.8 more time.

2007/01/29:
	unescape file name.
2007/02/06
	German translation by Michael Frase ,version 1.1.3
2007/03/07
	Portuguese translation by José Oswaldo, version1.1.4
