Version 0.3.3:
    Bug fixes:
    - Warn users about attempting to write a read-only file.
    - Improve warnings about encoding problems when saving.
    - Correctly set the "Comment keyword" style.

Version 0.3.2:
    Bug fixes:
    - Correctly handle errors in conversion when loading files. When the
      converter failed in unexpected ways Tilde would crash.

Version 0.3.1:
    Bug fixes:
    - Correctly handle non-existent files on load and save. Previous version
      accidentally reintroduced the behaviour reported in bug 14.

Version 0.3.0:
    New features:
    - Detect instances of Tilde on the same terminal that have been suspended.

    Bug fixes:
    - Use realpath function to determine the name of files, rather than the
      incorrect method used previously.
    - Don't expand autocompletion to word under the cursor (#15).

Version 0.2.2:
    New features:
    - When opening a non-existing file from the command line, the message
      stating that Tilde could not open the file is now suppressed (#14).

    Bug fixes:
    - Compile with Large File Support if such support is available on the
      platform.

Version 0.2.1:
    Bug fixes:
    - Fix invalidation of highlighting information, such that highlighting is
      correctly updated on edits.

Version 0.2.0:
    New features:
    - 256 color mode is now supported.
    - Colors are now configurable from the Options/Interface menu.

Version 0.1.15:
    Bug fixes:
    - Explicitly use t3_widget namespace qualifier for key_t to prevent build
      failures on some platforms.

Version 0.1.14:
    New features:
    - Matching brace highlighting and go to matching brace function.
    - Tilde now tries to preserve ACLs and other extended attributes (requires
      libacl and libattr).

    Bug fixes:
    - Try to load the correct config file on errors in the configuration file.
    - Use -V as option for version information, rather than -v.

Version 0.1.13:
    New features:
    - Added an option to allow specification of the encoding on the command
      line, or ask for encoding on start-up.
    - Handle BOMs on loading of UTF-8 files.

    Bug fixes:
    - Properly handle the start of a file such that BOMs are correctly
      interpreted.

Version 0.1.12:
    Bug fixes:
    - Use correct name for UTF-8 with BOM converter.

Version 0.1.11:
    New features:
    - An option has been added to show tabs.
    - Follow libt3widget API change.

    Bug fixes:
    - Fix a segmentation fault that would occur on using the mouse in the
      Input Handling dialog.
    - Added "Indent aware home key" configuration option.

Version 0.1.10:
    New features:
    - Use the new XDG Base Directory Specification support functions in
      libt3config to use configuration file in the correct directory.
    - Use the new libt3highlight language-detection features.

Version 0.1.9:
    New features:
    - Follow libt3highlight API changes for libt3highlight 0.2.0.

Version 0.1.8:
    New features:
    - Follow libt3widget API changes for libt3widget 0.1.7.

Version 0.1.7:
    Bug fixes:
    - Removed reference to pcre_version, which was inadvertently left in code.

Version 0.1.6:
    New features:
    - Optional saving of backup files.

    Miscelaneous changes:
    - Use libunistring instead of libt3unicode.

    Bug fixes:
    - Fix highlighting for single line files
    - Fix crash on loading files from command line when load fails on the first
      of those files.

Version 0.1.5:
    Bug fixes:
    - Choosing a new highlighting language would cause a segmentation fault.

Version 0.1.4:
    New features:
    - Added a "strip trailing spaces on save" option, and a "strip trailing
      spaces" entry in the Tools menu.
    - Autocomplete from existing text.

Version 0.1.3:
    Bug fixes:
    - Load highlighting file from path, instead of from local directory.

Version 0.1.2:
    New features:
    - Syntax highlighting using the libt3highlight library.

    Bug fixes:
    - File names were not correctly canonicalized if they contained multiple
      instances of .. in a row.

Version 0.1.1:
    Initial release
