Sat, 13 Jan 2007 13:13:32 +0000(svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'...
Darkvater [Sat, 13 Jan 2007 13:13:32 +0000] rev 5631
(svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'...

Sat, 13 Jan 2007 13:06:18 +0000(svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we didn't test to fix it ourselves when 'len = count'.
Darkvater [Sat, 13 Jan 2007 13:06:18 +0000] rev 5630
(svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we didn't test to fix it ourselves when 'len = count'.

Sat, 13 Jan 2007 10:38:58 +0000(svn r8088) -Regression (r8087): Fix japanese translation by adding missing { and removing spurious 0
tron [Sat, 13 Jan 2007 10:38:58 +0000] rev 5629
(svn r8088) -Regression (r8087): Fix japanese translation by adding missing { and removing spurious 0

Sat, 13 Jan 2007 07:31:35 +0000(svn r8087) [Translations] Japanese translation manually updated by ickoonite
miham [Sat, 13 Jan 2007 07:31:35 +0000] rev 5628
(svn r8087) [Translations] Japanese translation manually updated by ickoonite

Sat, 13 Jan 2007 07:19:26 +0000(svn r8086) WebTranslator2 update to 2007-01-13 08:18:52
miham [Sat, 13 Jan 2007 07:19:26 +0000] rev 5627
(svn r8086) WebTranslator2 update to 2007-01-13 08:18:52
brazilian_portuguese - 203 changed by fukumori (203)
norwegian_nynorsk - 9 changed by pollux (9)

Fri, 12 Jan 2007 22:32:58 +0000(svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry
miham [Fri, 12 Jan 2007 22:32:58 +0000] rev 5626
(svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry

Fri, 12 Jan 2007 22:27:27 +0000(svn r8084) [Translations] Added nynorsk translation (pollux), renamed norwegian to norwegian bokmal, moved nynorsk to finished languages, and updated project files.
miham [Fri, 12 Jan 2007 22:27:27 +0000] rev 5625
(svn r8084) [Translations] Added nynorsk translation (pollux), renamed norwegian to norwegian bokmal, moved nynorsk to finished languages, and updated project files.
Strings pending to nynorsk will be preserved if they are differ from the current translation

Fri, 12 Jan 2007 20:19:49 +0000(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
rubidium [Fri, 12 Jan 2007 20:19:49 +0000] rev 5624
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.

Fri, 12 Jan 2007 18:32:39 +0000(svn r8082) WebTranslator2 update to 2007-01-12 19:31:14
miham [Fri, 12 Jan 2007 18:32:39 +0000] rev 5623
(svn r8082) WebTranslator2 update to 2007-01-12 19:31:14
brazilian_portuguese - 62 changed by fukumori (62)
croatian - 86 fixed, 2 changed by knovak (88)
esperanto - 1 changed by LaPingvino (1)

Fri, 12 Jan 2007 16:44:08 +0000(svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting.
peter1138 [Fri, 12 Jan 2007 16:44:08 +0000] rev 5622
(svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting.