Changed some text files from ISO-8859-1 to UTF-8.
This commit is contained in:
parent
1ae24fd938
commit
73e7465f55
|
@ -2,6 +2,7 @@
|
||||||
* CHANGELOG.
|
* CHANGELOG.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
03102008 - Changed some text files from ISO-8859-1 to UTF-8.
|
||||||
03082008 - Fixed compiler warnings in Windows platform layer (thanks, Dennis!).
|
03082008 - Fixed compiler warnings in Windows platform layer (thanks, Dennis!).
|
||||||
02202008 - Various archiver swap and compare functions now check if they are
|
02202008 - Various archiver swap and compare functions now check if they are
|
||||||
swapping/comparing an item against itself, for efficiency and
|
swapping/comparing an item against itself, for efficiency and
|
||||||
|
@ -141,7 +142,7 @@
|
||||||
08202005 - Fixed bug in verifyPath() that was breaking PHYSFS_setSaneConfig()
|
08202005 - Fixed bug in verifyPath() that was breaking PHYSFS_setSaneConfig()
|
||||||
and other corner cases.
|
and other corner cases.
|
||||||
07242005 - Patched to compile on BeOS.
|
07242005 - Patched to compile on BeOS.
|
||||||
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
|
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
|
||||||
More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly
|
More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly
|
||||||
includes the security fix. Fixed "make dist" to handle .svn dirs
|
includes the security fix. Fixed "make dist" to handle .svn dirs
|
||||||
and other file changes. Removed "debian" directory. Allow a mount
|
and other file changes. Removed "debian" directory. Allow a mount
|
||||||
|
@ -341,9 +342,9 @@
|
||||||
07302002 - Minor error handling fix (thanks, Alexander!)
|
07302002 - Minor error handling fix (thanks, Alexander!)
|
||||||
07292002 - Found some memory leaks, thanks to Valgrind (which rules, btw).
|
07292002 - Found some memory leaks, thanks to Valgrind (which rules, btw).
|
||||||
Added Russian translations (koi8-r, cp1251, cp866, and iso-8859-5)
|
Added Russian translations (koi8-r, cp1251, cp866, and iso-8859-5)
|
||||||
by Ed Sinjiashvili. Added Spanish translation by Pedro J. Pérez.
|
by Ed Sinjiashvili. Added Spanish translation by Pedro J. Pérez.
|
||||||
Debian package support in CVS, thanks to Colin Bayer. French
|
Debian package support in CVS, thanks to Colin Bayer. French
|
||||||
translation by Stéphane Peter.
|
translation by Stéphane Peter.
|
||||||
07282002 - macclassic.c now returns human readable error messages instead of
|
07282002 - macclassic.c now returns human readable error messages instead of
|
||||||
ERR_OS_ERROR. Closing files on MacOS no longer fails if the volume
|
ERR_OS_ERROR. Closing files on MacOS no longer fails if the volume
|
||||||
info can't be flushed. Minor error message tweak in os2.c. All
|
info can't be flushed. Minor error message tweak in os2.c. All
|
||||||
|
|
|
@ -32,7 +32,7 @@ QPAK archiver:
|
||||||
Ed Sinjiashvili
|
Ed Sinjiashvili
|
||||||
|
|
||||||
French translation:
|
French translation:
|
||||||
Stéphane Peter
|
Stéphane Peter
|
||||||
|
|
||||||
Debian package support:
|
Debian package support:
|
||||||
Colin Bayer
|
Colin Bayer
|
||||||
|
@ -67,7 +67,7 @@ Brazillian Portuguese translation:
|
||||||
Danny Angelo Carminati Grein
|
Danny Angelo Carminati Grein
|
||||||
|
|
||||||
Spanish translation:
|
Spanish translation:
|
||||||
Pedro J. Pérez
|
Pedro J. Pérez
|
||||||
|
|
||||||
MacOS Classic fixes,
|
MacOS Classic fixes,
|
||||||
MPW support,
|
MPW support,
|
||||||
|
@ -79,7 +79,7 @@ General bug fixes:
|
||||||
Matze Braun
|
Matze Braun
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
Jörg Walter
|
Jörg Walter
|
||||||
|
|
||||||
Windows .rc file,
|
Windows .rc file,
|
||||||
7zip/lzma archiver:
|
7zip/lzma archiver:
|
||||||
|
|
Loading…
Reference in New Issue