0.2.0
=====
- The user interface was reworked to comply with the GNOME Human Interface
  Guidelines (HIG).
- Terminal can now use the foreground and background color from the selected
  Gtk+ theme.
- Toolbars can now be edited by right-clicking the appriorate toolbar.
- The preferences dialog and the title dialog are now accessible.
- Avoid flickering when opening a new terminal.
- The terminal background is now set up before the terminal is mapped on
  screen.
- Menu access keys can now be disabled, which allows passing key combinations
  such as Alt+f to the application running inside the terminal.
- Font-antialiasing can now be turned off for the terminal font rendering,
  which impressively speeds up Terminal performance and reduces system
  load on slow systems.
- Optional support for startup notification was added.
- A bunch of new command line options were added, which allow the user
  to control every aspect of a terminal window from the command line and
  its also possible to open multiple windows and multiple tabs from the
  command line.
- The terminal title can now be changed by double-clicking the terminal
  tab header.
- Multi-screen and multi-display configurations are now properly supported
  by Terminal.
- A bug in the backspace binding preference was fixed, which caused Terminal
  to use Control+H if the user configured ASCII DEL and vice versa.
- Support for session management was added (using X11R5 WM_SAVE_YOURSELF).
- Added a confirmation dialog, that pops up when a window with more than
  one tab is about to be closed. The confirmation can be disabled from
  the dialog.
- Icons are now built into the Terminal binary to avoid the 100-500ms
  increase in startup time when using the icon lookup functions in
  libxfcegui4.
- If an application running inside the terminal supports using the
  mouse (like mc for example), Terminal automatically disables the
  right-click menu and forwards all button clicks to the application
  instead. Hold down shift while pressing the right mouse button to
  get a right-click menu in this situation.
- Several bugfixes and improvements have been integrated into Terminal
  (in order to reduce code-size and startup time).
- The D-BUS interface was changed to include a version number and to
  pass the argument vector instead of the parsed options to the
  Terminal service.
- The online documentation and the manual page have been updated.


0.1.10
======
- The configure option --enable-final is now on by default for plattforms
  that support it.
- A bunch of new icons was imported.
- Terminal now includes an editable toolbar, which is disabled by default.
- The background image can now be displayed in different styles (Tiled,
  Scaled, Stretched and Centered). In addition the background image chooser
  dialog now features a preview widget and an `Image files' filter.
- Various resize-related bugs have been addressed and fixed.
- Terminal now defaults to current working directory if no --working-directory
  command line switch was specified.
- The documentation was updated and a manual page for Terminal was added.


0.1.9
=====
- The configure option --enable-final now enables linker optimizations for
  plattforms that support it (recent GNU binutils required).
- The UI description is now installed as a separate file, to allow users to
  customize their menus rudimentarily.
- The documentation was updated.


0.1.8
=====
- Background darkness setting is now restored correctly.
- Open Terminal now always openes a new Terminal window instead of
  randomly opening a new tab
- French and Dutch translations are included now, thanks to Jasper
  Huijsmans <jasper@xfce.org> for reviewing and fixing the dutch
  translation.
- A FAQ section was added to the documentation.


0.1.7
=====
- New icons for the preferences dialog by Francois Le 
  Clainche <fleclainche@wanadoo.fr>, available as PNG and
  scalable images.
- Online documentation updated. All of Terminal is now documented.
- The user can now specify the setting of the $TERM environment
  variable on new terminals.
- The color palette used by the terminal applications is configurable
  now. It defaults to the Linux console color palette.
- The configured background is also used for tinting the terminal background
  in image and transparent mode.


0.1.6
=====
- Fixed a bug that made mc appear in black and white only.
- Added documentation for Terminal, available through the menu Help->Contents
  and available online at http://www.os-cillation.de/documentation/terminal/
- The compact mode functionality was split up into 2 options, its now possible
  to toggle the visibility of the menubar and the window decorations inde-
  pendently.
- New icons for Open Terminal and Open Tab, designed by Francois Le
  Clainche <fleclainche@wanadoo.fr>.
- Custom command functionality was removed from Terminal, because it is
  rather useless, now that Terminal offers -x/--execute command line
  options.
- The output of Terminal --help was improved to list all options with
  descriptions of their functionality.
- The Preferences dialog was changed to use GtkFrame instead of XfceFramebox
  to get a smoother look.
- Translations now work the way they are expect to work. For now, only
  german translations are available.


0.1.5
=====
- A keyboard shortcut editor was added.
- The tab close icon size was decreased.
- Geometry handling was improved.
- .desktop and .spec files have been added.
