Changeset 430
- Timestamp:
- Apr 27, 2019, 2:01:50 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/RichTextLayoutUnit.pas
r429 r430 389 389 390 390 WrapX := FLayoutWidth 391 - Style.LeftMargin // ALT 392 * FontWidthPrecisionFactor 393 - FRichTextSettings.Margins.Right 394 * FontWidthPrecisionFactor; 391 - FontWidthPrecisionFactor // ALT 392 - Style.LeftMargin * FontWidthPrecisionFactor // ALT 393 - FRichTextSettings.Margins.Right * FontWidthPrecisionFactor; 395 394 396 395 LineWordsCompleted := 0; -
trunk/NewView/VersionUnit.pas
r418 r430 3 3 // NewView - a new OS/2 Help Viewer 4 4 // Copyright 2003-2006 Aaron Lawrence (aaronl at consultant dot com) 5 // Copyright 2006-20 07Ronald Brill (rbri at rbri dot de)5 // Copyright 2006-2019 Ronald Brill (rbri at rbri dot de) 6 6 // This software is released under the Gnu Public License - see readme.txt 7 7 … … 17 17 18 18 const 19 Version = 'V2.19. 5'; // $SS_REQUIRE_NEW_VERSION$20 BldLevelVersion = '2.19. 5'; // Embedded for IBM BLDLEVEL tool21 CopyrightMsg = 'Copyright 2005 Aaron Lawrence; 2006-20 08Ronald Brill';19 Version = 'V2.19.6'; // $SS_REQUIRE_NEW_VERSION$ 20 BldLevelVersion = '2.19.6'; // Embedded for IBM BLDLEVEL tool 21 CopyrightMsg = 'Copyright 2005 Aaron Lawrence; 2006-2019 Ronald Brill'; 22 22 LicenseMsg = 'Licensed under the GNU Public License'; 23 23 -
trunk/i18n/Changes.txt
r423 r430 1 1 NewView release changes 2 2 3 V2.19.6 4 - Text wrapping takes better account of the total margin width; this is mainly 5 noticeable with DBCS text. 6 - Fix: In rare cases, clicking on a link in 2.19.5 could cause text to be 7 highlighted instead. 8 - Fix: Rebuilt helpmgr.dll with farcalls optimization disabled. This fixes some 9 reported problems with 2.19.5 caused by changed defaults in the OW compiler. 10 3 11 V2.19.5 4 - Fix: Wrapping, navigating and selecting of DBCS and Thai text should now work (more or less). 12 - Fix: Wrapping, navigating and selecting of DBCS and Thai text should now work 13 (more or less). 5 14 - Fix: Text copied to the clipboard should no longer have garbage appended. 6 15
Note:
See TracChangeset
for help on using the changeset viewer.