diff options
Diffstat (limited to 'tools/Translator/Changelog.txt')
-rw-r--r-- | tools/Translator/Changelog.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/Translator/Changelog.txt b/tools/Translator/Changelog.txt new file mode 100644 index 0000000000..d53a61adf0 --- /dev/null +++ b/tools/Translator/Changelog.txt @@ -0,0 +1,28 @@ +************************************************************************************************************* +************************************************************************************************************* + Translator CHANGELOG +************************************************************************************************************* +************************************************************************************************************* + +added/fixed: (dd-mm-yyyy) (please specify date in CET) + - 24-09-2006 fixed: possible crashes when loading the langinfo.xml + - 17-09-2006 fixed: No new languages could be created + - 17-09-2006 added: user is now asked if he wants to save changes on app exit or when opening a new file + - 10-09-2006 changed: help url now points to http://xbmc.org/wiki/index.php?title=XBMC_Translator + - 10-09-2006 added: Product information to the assembly + - 10-09-2006 changed: derived TranslatorException from ApplicationException + - 10-09-2006 fixed: corrected some typos + - 28-07-2006 added: new speed units + - 28-07-2006 fixed: tab stop order when editing a string + - 28-07-2006 added: Translator icon to Add/Remove Programs + - 28-07-2006 added: menu item help that links to http://xbmc.org/wiki/index.php?title=XBMC_Translator + - 07-07-2006 changed: better searching of stings by whole word + - 26-06-2006 changed: input focus is always set to the textbox in the find form + - 24-06-2006 added: better error message for files with duplicate string id's + - 24-06-2006 added: Tools/Validate to check if a language file is well formed + - 21-06-2006 added: now more then one region can specified in the language settings + - 21-06-2006 added: ability to add newline chars when editing a string + - 21-06-2006 fixed: corrected parsing of newline chars + - 21-06-2006 added: throwing an exception if file is not a language file + - 21-06-2006 added: Revision comment is added to each file when converting from old to new format + - 21-06-2006 changed: removed unneeded parameter from the Region.Save() function |