Ignore:
Timestamp:
Jun 7, 2009, 7:54:06 PM (16 years ago)
Author:
RBRi
Message:

preparation for beta 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/VersionUnit.pas

    r228 r349  
    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-2009 Ronald Brill (rbri at rbri dot de)
    66// This software is released under the Gnu Public License - see readme.txt
    77
     
    1515
    1616const
    17   Version =        'V2.20.beta2'; // $SS_REQUIRE_NEW_VERSION$
    18   BldLevelVersion = '2.20.beta2'; // Embedded for IBM BLDLEVEL tool
     17  Version =        'V2.20.beta3'; // $SS_REQUIRE_NEW_VERSION$
     18  BldLevelVersion = '2.20.beta3'; // Embedded for IBM BLDLEVEL tool
    1919
    2020// RELEASE PROCESS
     
    4040{ Todo list
    4141
    42 Emphasis: 
    43   major bugs 
     42Emphasis:
     43  major bugs
    4444  missing features that original IPF had.
    4545  major performance issues [none really remaining?]
     
    6464 - default cursor for rich text view
    6565   - don't call default window proc for wm_mousemove
    66    - need to override .wmmousemove... 
    67    
     66   - need to override .wmmousemove...
     67
    6868- MODERATE [PERF]: New art decoder from Sergei
    6969- MINOR [DEBUG]: Continue removing units to keep debugger
     
    9999  - Contents
    100100  - Index
    101   - Page/Topic numbers 
     101  - Page/Topic numbers
    102102  - Optional hidden topics?
    103103
     
    106106  - cursor
    107107  - find
    108 - Codepage support 
     108- Codepage support
    109109  - file
    110110  - codepages in font specifications
     
    185185    Scott from IBM suggested using the original functions
    186186    in helpmgr.dll.
    187  
     187
    188188- Make navigation back and forth
    189189  detect differences in windows and make minimum changes 1/2 day
Note: See TracChangeset for help on using the changeset viewer.