Changeset 423


Ignore:
Timestamp:
Mar 5, 2019, 3:00:01 AM (6 years ago)
Author:
ataylor
Message:

Updated release and dev notes. New reformatted readme.txt based on Aaron's original. Minor cleanup.

Location:
trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/RichTextDocumentUnit.pas

    r421 r423  
    842842  end;
    843843
    844   Q[ 0 ] := #0;         // ALT test
     844  Q[ 0 ] := #0;         // ALT - make sure string is terminated
    845845
    846846  result := PCharDiff( Q, Buffer );
  • trunk/Components/RichTextLayoutUnit.pas

    r421 r423  
    7575
    7676    Codepage:    ULong;       // ALT
    77 
    78 // TEMP (ALT)
    79     DebugLog: TextFile;
    80 // TEMP (ALT)
    81 
    8277
    8378    // Drawing functions
     
    187182  FRichTextSettings := RichTextSettings;
    188183
    189 {
    190 AssignFile( DebugLog, 'parse.txt');
    191 ReWrite( DebugLog );
    192 WriteLn( DebugLog, 'Opened log for writing.');
    193 }
    194 
    195184  FImages := Images;
    196185
     
    228217  FreeMem( Flines, FAllocatedNumLines * sizeof( TLayoutLine ) );
    229218  FLinks.Destroy;
    230 
    231 {
    232 // TEMP (ALT)
    233 WriteLn( DebugLog, '=============================');
    234 CloseFile( DebugLog );
    235 // TEMP (ALT)
    236 }
    237219
    238220  Inherited Destroy;
  • trunk/NewView/codepages.txt

    r18 r423  
    1 Korean: 949
    2 Japanese: 932 (also: 933?)
     1LANGUAGE                CODEPAGE(S)                     REMARKS
     2--------                -----------                     -------
     3Korean:                 949                             KSC5601 (KS-Code) encoding
     4Japanese:               932 or 943 (also: 942)  Shift-JIS/1990 encoding; 932 is aliased to 943 (942 is the older Shift-JIS/1978 standard)
     5Traditional Chinese:    950                             Big-5 encoding
     6Simplified Chinese:     1386 (also: 1381)               GBK encoding (1381 is the older GB2312 standard; there is also 946 which seems to be a very old/obsolete standard)
     7Thai:                   874                             TIS-620 encoding
  • trunk/i18n/Changes.txt

    r335 r423  
    11NewView release changes
     2
     3V2.19.5
     4- Fix: Wrapping, navigating and selecting of DBCS and Thai text should now work (more or less).
     5- Fix: Text copied to the clipboard should no longer have garbage appended.
    26
    37V2.19.4
     
    1721
    1822V2.19.1
    19 - Fix: Broken link hanlding; NewView was unable to start a program or open the web browser.
     23- Fix: Broken link handling; NewView was unable to start a program or open the web browser.
    2024- Fix: Detection of links pointing to a url was not working.
    2125
  • trunk/i18n/makeall.cmd

    r413 r423  
    3333'SET IPFCARTWORK='nv_i18n_dir'\images'
    3434
    35 /* copy changes.txt */
     35/* copy readme.txt/changes.txt */
    3636'copy Changes.txt' nv_build_dir_i18n
     37'copy readme.txt' nv_build_dir_i18n
    3738
    3839
Note: See TracChangeset for help on using the changeset viewer.