### mate-terminal 1.22.0
* Translations update
* Initialize Travis CI support
* Remove unused files in help dir
* Remove generated files
* Add update-authors.pl which helps to update terminal.about
* Update authors
* Update Documenters
* drop umtp suport
* Help - Window title when MATE Terminal is started for first time
* Help - alternative text for tabbed window picture
* Help - TERM=xterm-256color
* eggsmclient: avoid deprecated 'g_type_class_add_private'
* src/terminal-screen.c: Set TERM to 'xterm-256color' (instead of just 'xterm').
* move appdata to metainfo directory
MATE Terminal now supports background images, adds Solarized themes and keybindings to switch tabs.
Full changelog:
require VTE 0.46
screen: stop setting TERM and COLORTERM environment variables
schema: fix summary and description of some keys
remove “…” from Find keyboard shortcut
profile-editor: properly initialize the first palette color
terminal-screen.c: drop unused variables
Fix build warnings: ignoring return value of chdir,
middle click on a tab: add the gsettings key to enable the feature
make indent more uniform in a few files
fix possible crash when handling DBus method call
Spelling: Whitespace removed, in the terminal, Ctrl
add Solarized themes from gnome-terminal
WidthOfScreen and HeightOfScreen implementation
add the ability to switch tabs using ctrl + tab and ctrl + shift + tab
allow remapping “search” keyboard shortcuts
Support background images with VTE3
find-dialog.ui: fix keyboard selection
avoid deprecated vte_terminal_search_get_gregex
add “select all” keyboard shortcut: control + shift + A
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_make_display_name
terminal-util: avoid deprecated gtk_show_uri
avoid deprecated gdk_display_get_screen
avoid deprecated gdk_screen_get_number
Fix: Double click with right button causes Xorg to crash
Translations update
### mate-terminal 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Add ability to close tabs with middle mouse button
* Translations update
### mate-terminal 1.16.2
* Bring back exit confirmation when there's a process running
* Fix possible crash on window closing
* Fix various issues with drag-n-drop of tabs
* Encodings and keybindings dialogs: fix expand of content on
window resize
* Find, profile manager, profile prefs dialogs: fix runtime
warnings about transient parent
* Attach popup menus to their parent widgets (useful on Wayland)
* Force X11 backend
### mate-terminal 1.16.1
* Fix crash after detaching tab and then changing its title
* Fix window positioning when using --geometry option
* Translations update
### mate-terminal 1.16.0
* Move to GTK+3, require GTK+ 3.14 and VTE 0.38 (API 2.91)
* Drop GTK+2 code and --with-gtk build option
* Use GtkAboutDialog instead of MateAboutDialog
* Copy dconf and gsettings helpers from libmate-desktop and drop
dependency on libmate-desktop
* React on WM change only on X11
* Fix lots of GTK+ deprecations
* Some more fixes and cleanups
* Translations update
### mate-terminal 1.14.1
* man: add missing description of -x / --execute command line option
* Translations update
This is the MATE terminal emulator application. mate-terminal is
only the shell (menubar, prefs dialog); the terminal emulation ("stuff
in the middle") comes from the VTE widget. Remember this when
report a bug. ;-)
MATE terminal is a fork of GNOME terminal.