/* ****************************************************************************
 * Copyright (c) 2002 Java Eclipse Extension Project.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Common Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.opensource.org/licenses/cpl.php
 * ============================================================================
 * $Header: /cvsroot/jeextension/jp.sourceforge.jeextension.styleeditor/ReleaseNotes.txt,v 1.9 2007/10/05 01:16:36 kohnosuke Exp $
 * $Revision: 1.9 $
 * $Date: 2007/10/05 01:16:36 $
 * ============================================================================
 * ***************************************************************************/

version 1.0.0
    Initial Release

version 1.1.0
    1. Add font setting that name and size only for file's extensions.
    2. Add Case Sensitive Option for Keyword Rule.
       Keyword will be original strings and Uppercase and Lowercase.

version 1.2.0
    1. Support Eclipse 3.0 Versions.
    2. Font disposed bugs, cannot open editor.
    3. Font disposed bugs, cannot open edit dialog at preferences.

version 1.3.0
    1. Support RegExp at partition registration.
    2. Support RegExp at keyword registration.
    3. Hide partition name form UI when partition is base contents.
    4. Show partition keyword at combo box lists.
    5. Fix always check enabled that do not need case sensitive function.
  *) RegExp multiline match is not supported.

version 1.4.0
    1. Support Apply and OK buttons at configuration dialog, never need to
       reopen target editors as soon as reflesh contents new styles.
    2. If partition is __dftl_partition_content_type, display 'Base Contents'.
    3. Support 'Background color', 'Italic font style', 'Bold font style',
       'StrikeThrough font style', 'Underline font style' at partition and
       keyword.
    4. Refactoring resource management.

version 2.0.0
    1. Add new 'Jeex Java Style Editor'.
    2. Update default configuration.
    3. 'Jeex Java Style Editor' support Eclipse versions, 
        3.0.2 - OK
        3.1.2 - OK
        3.2.2 - OK
        3.3   - OK

version 2.0.1
    1. endofline type for // singleline comment defined.
    2. support java editor for cvs repository view.
    3. bug, regexp check off at PartitionEntryDialog.
    4. change default configurations for JavaEditor.

version 2.0.2
    1. bug, Jeex Text Style Editor was always updated.

