0.2.7
 * Support SHOW_BUILDTIME_OPTION
 * Add a script "showvte" to show buildtime configuration
 * Show configuration status in configure script
 * Simplify src/config.h

0.2.6
 * Support CTRL_MORE_SATURATION and CTRL_LESS_SATURATION
 * Support ENCODING_LIST_LABEL
 * Auto-detect FONT_CHANGE_SIZE and remove the option from src/config.h
   Just define CTRL_FONT_BIGGER or CTRL_FONT_SMALLER to enable it

0.2.5
 * Support all arguments in -e option
   Thanks to Tetralet <tetralet@gmail.com>
 * Support CTRL_RESET_TERMINAL
 * Support CTRL_RESET_AND_CLEAR 

0.2.4
 * Fix a TABBAR_AUTOHIDE bug

0.2.3
 * New option TABBAR
 * Support TAB_INFO_AT_TITLE
 * Remove TAB_REORDERABLE
 * Fix a CLOSE_SAFE bug for i386 system
 * Fix a statusbar size bug
 * Add a .desktop file
 * New icon with BSD License
   misc/evilvte.xpm: Copyright (c) Lu, Chao-Ming (Tetralet)
   You can see the license with: tail -n 26 misc/evilvte.xpm

0.2.2
 * Support TAB_REORDERABLE
 * Support TAB_MENU_SELECT_TAB
 * Support TAB_MOUSE_SCROLLABLE
 * Support tab at bottom, left, right, and top
 * Add a manpage

0.2.1
 * Support EMULATION_TYPE
 * Support a simple EXECUTE_COMMAND function
   You can use command line -e option to run applications

0.2.0
 * Support hotkey for copy to clipboard and paste from clipboard

0.1.9
 * Support transparent background
 * Support MENU_INPUT_METHOD
 * Support VteTerminalEraseBinding

0.1.8
 * Support background image
 * Support cursor blinks

0.1.7
 * Support font size change with hotkey
 * Support "Default" in encoding switching menu
 * Support CLOSE_SAFE option

0.1.6
 * Close a tab will not close background applications now
 * Support command line -v option to show program version

0.1.5
 * Support all VTE color settings

0.1.4
 * Support foreground and background colors

0.1.3
 * Configurable hotkeys

0.1.2
 * Support DOUBLE_PRESS_HOTKEY
   Applications can keep using Ctrl + T/W as hotkey

0.1.1
 * Remove an useless g_signal_connect
 * New icon with BSD License
   misc/evilvte.png: Copyright (c) Lu, Chao-Ming (Tetralet)
   You can see the license with: tail -n 26 misc/evilvte.png

0.1.0
 * Support window title
 * Support window icon
 * Option to turn off tabs

0.0.9
 * Remove switch_page_routine()
 * Set notebook borders only once

0.0.8
 * Fix WINDOW_BORDER -> SHOW_WINDOW_BORDER

0.0.7
 * Fix define TAB_LABEL without scrollbar
 * Support SHOW_WINDOW_BORDER and TAB_BORDER

0.0.6
 * Support color scheme
 * Support tabbar autohide

0.0.5
 * Remove an useless gtk_box_pack_start

0.0.4
 * Remove an useless hbox GtkWidget

0.0.3
 * Fix a bug of toggle tabs with hotkey
   Thanks to Tetralet <tetralet@gmail.com>

0.0.2
 * Initial release

0.0.1
 * Forked from sakura 2.0.1, http://www.pleyades.net/david/sakura.php
   Thanks to David Gómez <david@pleyades.net>
