Version 0.2.10:
    - Add definition for rxvt-unicode-256color.
    - Move some keys around in the xterm keymap.

Version 0.2.9:
    - Update the rxvt definition to include keys from mrxvt.

Version 0.2.8:
    - Updates the linux key database with keys for Application Keypad Mode.
    - Adds fallbacks from terminfo for many keys with modifiers, using the
      ncurses extended names.

Version 0.2.7:
    - Removes pre-generated Doxygen documentation.
    - Minor updates to Makefile.in for compatibility with Debian packaging.

Version 0.2.6:
    Re-release of version 0.2.5 to update the configure script.

Version 0.2.5:
    New features:
    - More aliases for color terminals

    Bug fixes:
    - Correctly detect the different TERM settings for screen.

Version 0.2.4:
    New features:
    - Added definition file for screen.
    - Compile with Large File Support if such support is available on the
      platform.

    Bug fixes:
    - Check for - instead of + when parsing blocked keys in t3learnkeys,
      thereby using the same names as the generated configuration file.
    - Fix incorrect generation of several entry names in t3learnkeys

Version 0.2.3:
    Miscellaneous:
    - Add omitted file in 0.2.2 release.

Version 0.2.2:
    Miscellaneous:
    - Add information on how to make the linux console send different sequences
      for navigation keys with certain modifiers, and include a key map for
      the linux console which includes these sequences.

Version 0.2.1:
    New features:
    - Switch to XDG Base Directory Specification locations for per-user
      configuration files.
    - Added a show-only mode for t3learnkeys, to allow quickly finding the
      sequence generated by a single keystroke.

Version 0.2.0:
    New features:
    - Changed library to use libt3config as storage back-end, which
      necessitates a change from % prefix to _ as prefix for non-key items, and
      from + to - as separater between keys and modifiers.

Version 0.1.5:
    New features:
    - Added a description for PuTTY (only used when PuTTY is configured to set
      TERM to putty).

    Bug fixes:
    - Added check for required XCB constants, to prevent build failures.
    - Added sending of modifier key press/release events to t3learnkeys to
      make it work with wine.

Version 0.1.4:
    New features:
    - Allow building with XCB instead of Xlib.

    Bug fixes:
    - Updated rxvt-unicode definition.

Version 0.1.3:
    New features:
    - Added the %xterm_mouse directive to indicate that a terminal speaks the
      XTerm mouse protocol.

    Bug fixes:
    - The Eterm definition was broken for the up and right keys.

Version 0.1.2:
    Bug fixes:
    - Correct return type for t3_key_get_version
    - Build system update to support DESTDIR

Version 0.1.1:
    Initial release
