0.3.3
 * Remove an useless variable in the struct terminal.
   This is inspired from nicevte 0.1.
   Thanks to marianoguerra <http://marianoguerra.blogspot.com/>
 * Fix a TABBAR_MOUSE_SCROLLABLE bug
   I misunderstanded gtk_notebook_set_scrollable. :-P
   Thanks to marianoguerra <http://marianoguerra.blogspot.com/>
 * Fix a label editing bug when scrollbar is not enabled
 * Support TAB_EXPAND

0.3.2
 * Fix the auto-detect-SUSE failure in openSUSE Build Service.
   The openSUSE-release package is not installed in the service, so there is no
   /etc/SuSE-release nor /etc/issue.
   Thanks to swyear <swyear AT gmail DOT com> for reporting and testing the bug.
 * Support MENU_TAB_EDIT_LABEL
 * Support MENU_NEW_WINDOW
 * Support MENU_FONT_ZOOM_*
 * Remove useless variables and functions in TABBAR_AUTOHIDE and
   FONT_CHANGE_SIZE

0.3.1
 * Fix an openSUSE 10.3 KDE bug.
   When TAB_LABEL is not defined, move mouse cursor to tabbar will make evilvte
   crash.
   Fix this by defining TAB_LABEL when SUSE system is detected.
   Thanks to swyear <swyear AT gmail DOT com> for reporting and testing the bug.
 * Support MENU_CUSTOM
 * Support MENU_RESET, MENU_QUIT, and MENU_SEPARATOR_*

0.3.0
 * Support MENU_COPY and MENU_PASTE
 * Support MENU_TAB_ADD_TAB and MENU_TAB_REMOVE_TAB
 * Support MENU_CLEAR
 * Support CTRL_OPEN_NEW_WINDOW
 * Support CTRL_EDIT_ENCODING
 * Support BUTTON_ORDER_GTK_STYLE and BUTTON_ORDER_QT_STYLE
   Enable BUTTON_ORDER_GTK_STYLE will disable BUTTON_ORDER_QT_STYLE.
   BUTTON_ORDER_GTK_STYLE supports gtk-alternative-button-order setting in
   GTK+ rc file.
   It is only used in dialog window now.
 * Fix a dialog title bug
 * Fix a CTRL_TAB_EDIT_LABEL hotkey bug

0.2.9
 * Support CTRL_TAB_EDIT_LABEL
 * Support TOGGLE_BG_ORDER
 * Support new tab with current tab's working directory
 * Fix a gtk_notebook_set_scrollable bug.
   It is an GTK+ bug exists in version 2.12.9.

0.2.8
 * Support TAB_LABEL_STYLE_*
   You may define some interesting tab labels, such as "天地玄黃宇宙洪荒".
   They are sky, earth, black, yellow, space, time, big, and borderless.
   The Chinese poem script means
   "The sky is black,
    The earth is yellow,
    The universe is big and borderless."
   Thanks to BV1AL for the genius idea.
 * Support CTRL_TOGGLE_BACKGROUND
 * Support CTRL_TAB_FIRST_TAB and CTRL_TAB_LAST_TAB
 * Support CTRL_TAB_JUMP_NUMBER
 * Add a manpage for showvte

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

0.2.6
 * Support CTRL_SATURATION_MORE and CTRL_SATURATION_LESS
 * Support MENU_ENCODING_DEFAULT
 * 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 AT gmail DOT com>
 * Support CTRL_RESET_TERMINAL
 * Support CTRL_RESET_AND_CLEAR_TERM 

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_SAFELY 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 TABBAR_MENU_SELECT_TAB
 * Support TABBAR_MOUSE_SCROLLABLE
 * Support tab at bottom, left, right, and top
 * Add a manpage

0.2.1
 * Support EMULATION_TYPE
 * Support a simple COMMAND_EXEC_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_SAFELY 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 AT gmail DOT 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 AT pleyades DOT net>
