Warning, /sdk/pology/NEWS is written in an unsupported language. File is not indexed.
0001 Release 0.13: 0002 0003 Release 0.12: 0004 0005 New functionality: 0006 0007 * check-rules sieve: New parameter 'byrule' to list failed messages 0008 at the end of processing sorted by rule identifier. 0009 0010 * new unfuzzy-qtclass-only sieve: Unfuzzy messages which were 0011 fuzzied due to C++ class name change in code, in catalogs 0012 derived by conversion from Qt Linguist translation files. 0013 0014 * posummit: New field to set the precedence of summit subdirectories 0015 (S.subdir_precedence), so that branch catalogs existing in 0016 two or more branch subdirectories are always located in 0017 the higher priority summit subdirectory. 0018 When processing summit catalogs with some precedence set, 0019 the order of processing is also following the precedence, 0020 instead of being alphabetical by path throughout. 0021 0022 * Syntax highlighting for code snippets in the user manual. 0023 0024 * Updated language support (spelling, rules, etc): 0025 Catalan, French, Galician, Norwegian, Serbian, Spanish. 0026 0027 * Updated project-specific support: KDE. 0028 0029 Modified functionality: 0030 0031 * stats sieve: File with list of incomplete catalogs 0032 (when setting 'incompfile' parameter ) is always written, 0033 even if all catalogs are complete, i.e. empty list file is produced. 0034 This prevents an old list file appearing as the new one. 0035 0036 * posummit: When branch catalogs without expected corresponding 0037 summit catalogs are detected (on merge and scatter), instead of 0038 error a warning is issued. It has been seen in practice that 0039 higher attention demanded by error was more trouble than worth. 0040 Such branch catalogs are then skipped during the operation. 0041 0042 Fixed bugs: 0043 0044 * Word wrapping of message fields when writing catalogs was wrong 0045 in some cases when visual and character word lengths were different 0046 (e.g. CJK languages). This could have resulted in corrupted catalogs. 0047 0048 * stats sieve: Heuristics for splitting word count from fuzzy messages 0049 into translated/untranslated (when 'ondiff' parameter is issued) 0050 will no longer cause negative additions. 0051 0052 * More detailed licensing information throughout. 0053 0054 * Adapted VCS handling for Subversion 1.7. 0055 0056 Release 0.11: 0057 0058 New functionality: 0059 0060 * Word capitalization in internal word lists for spell checking is now 0061 treated the same for Hunspell as for Aspell (upcased word in text 0062 compared to word in word list allowed, downcased not allowed). 0063 0064 * check-spell-* sieve: parameter 'case' to make matching patterns 0065 case-sensitive. 0066 0067 * Updated language support (spelling, rules, etc): 0068 Catalan, French, Galician, Serbian, Spanish. 0069 0070 Modified functionality: 0071 0072 * Bumped CMake requirement to 2.8.3. 0073 0074 Fixed bugs: 0075 0076 * Highlighting spans of negative length in message reporting no longer 0077 cause the message to be dropped. 0078 0079 * File paths are now thoroughly decoded and encoded as required, 0080 so that non-ASCII paths will work properly in all contexts. 0081 0082 Release 0.10.1: 0083 0084 Fixed bugs: 0085 0086 * Reporting error messages itself was prone to crashing at various 0087 places, depending on message content and locale. 0088 0089 * pomtrans: Some problems with invoking Apertium (hardcoded binary path, 0090 too late language pair validation, etc). 0091 0092 * When reporting PO messages to Lokalize, sometimes a non-responsive 0093 instance of Lokalize was used, resulting in no message being reported. 0094 0095 Release 0.10: 0096 0097 * First formal release.