===================================================================
 $Id: changelog.txt 64 2011-07-02 15:33:21Z harald-rene.flasch $

 http://www.hfrmobile.com
 mailto:hfr@hfrmobile.com

 This software is provided "as is" without warranty of any kind.
 The author disclaims all warranties, either express or implied,
 including the warranties of merchantability and fitness for a
 particular purpose. In no event shall the author be liable for
 any damages whatsoever including direct, indirect, incidental,
 consequential, loss of business profits or special damages.
===================================================================


Version 0.93
============

- MIT-0022 (2011-07-02)
  * Smartphone
    o adjusted 'dev.txt'
    o Changed height of MultiLine TextBox to 'Single Line TextBox' and
      added information text
    o AcceptReturn: true
    o AcceptTab: true

- MIT-0023 (2011-07-02)
  * answers at MSDN forum didn't help
  * my solution: Using 'linked source files' instead of the assembly
    o Advantage: Smaller executable
    o Advantage: Only classes which are really used will be included
  * adjusted 'dev.txt'

- MIT-0023 (2011-06-28)
  * tried with keyfile but same behavour
  * added information to 'dev.txt'


Version 0.92b
=============

- MIT-0023 (2011-06-26)
  * HOTFIX: ILMerge destroys CF assemblies; v0.92 not usable when used ILMerge


Version 0.92
============

- MIT-0022 (2011-06-26)
  * added information to 'dev.txt'

- MIT-0019 (2011-06-26)
  * added dialog for open file when no parameter was provided
    o adjusted 'dev.txt'
    o added hfrdotnetlib


Version 0.91
============

- MIT-0021 (2011-06-19)
  * changed format of release version number to "major.minor" since
    MiniText will produce more than one assembly now (PPC + SMP)
  * added topic 'How to make a build' to dev.txt
  * using strong name now

- MIT-0015 (2011-06-18)
  * AssemblyInfoCommon.cs / AssemblyInfo.cs
  * adjusted 'dev.txt'

- MIT-0015 (2011-06-13)
  * Smartphone edition
    o project setup
    o also adjusted Pocket PC edition for code-re-use
    o first primitive functional version
      . solve Smartphone special "TextBox Edit Mode" problem
      . use SmpOpenFileform (a OpenFileDialog will be usefu for PPC too)

- MIT-0014 (2011-06-13)
  * Supporting landscape

- MIT-0020 (2011-06-12)
  * added StyleCop 4.4 via MSBuild
  * minor Code cleanup so that StyleCop gives no warnings
  * adjusted Statistics.xls

- MIT-0013 (2011-06-12)
  * added 'dev.txt'
  * adjusted (c) year for AboutForm
  * added (c) year to AssemblyInfo.cs and improved assembly information

- MIT-0018 (2011-06-12)
  * fixed typos in this document

- 2010-11-03
  * Upgrade to VS2005
    o build output: \Development\mitppc
    o debug parameter: \Development\mitppc\Test.txt
  * project structure improvements
    o renamed 'WhatsNew.txt' to 'changelog.txt' and adjusted header
    o Separated Editions into folders: mitppc, mitsmp, mitwp7
    o minor code cleanup
    o added Statistics.xls
    o adjusted namespaces
    o StyleCop refactoring

- 2009-01-16
  * minor refactoring


Version 0.9.3312.35415
======================

- 2009-01-25
  * improved form closing (also when closed via TaskSwitcher like
    "Switch" MiniText asks for saving the current file if not
    already saved)

  * display debug info in about box for debug builds


Version 0.9.3311.42849
======================

- 2009-01-24
  * created application because it is annoying that there
    exists no Windows CE text editor which supports UNICODE
    text files

  * basic features
    o Open files via command line parameter (e.g. use
      "Voyager|Execute With" feature
    o Save changed file
    o Word wrap on/off

#eof