Changeset 430


Ignore:
Timestamp:
Apr 27, 2019, 2:01:50 AM (6 years ago)
Author:
ataylor
Message:

NewView 2.19.6 versioning updates & minor wrap width tweak.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/RichTextLayoutUnit.pas

    r429 r430  
    389389
    390390  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;
    395394
    396395  LineWordsCompleted := 0;
  • trunk/NewView/VersionUnit.pas

    r418 r430  
    33// NewView - a new OS/2 Help Viewer
    44// Copyright 2003-2006 Aaron Lawrence (aaronl at consultant dot com)
    5 // Copyright 2006-2007 Ronald Brill (rbri at rbri dot de)
     5// Copyright 2006-2019 Ronald Brill (rbri at rbri dot de)
    66// This software is released under the Gnu Public License - see readme.txt
    77
     
    1717
    1818const
    19   Version =        'V2.19.5'; // $SS_REQUIRE_NEW_VERSION$
    20   BldLevelVersion = '2.19.5'; // Embedded for IBM BLDLEVEL tool
    21   CopyrightMsg = 'Copyright 2005 Aaron Lawrence; 2006-2008 Ronald 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';
    2222  LicenseMsg   = 'Licensed under the GNU Public License';
    2323
  • trunk/i18n/Changes.txt

    r423 r430  
    11NewView release changes
    22
     3V2.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
    311V2.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).
    514- Fix: Text copied to the clipboard should no longer have garbage appended.
    615
Note: See TracChangeset for help on using the changeset viewer.