Version: 1.24.0-bp152.1.11
* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.24.0 (changes since 1.23.0):
* configure: Fix a typo in versioning.
* terminal-window: Avoid making new GSettings in every new window.
* terminal-window: Fix a memory leak.
* terminal-screen: Fix a warning when closing a window.
* Avoid NULL pointer dereference in terminal_screen_child_exited.
* Migrate from intltool to gettext.
* Set debug & warning flags using new mate-common macros.
* build: Use ENABLE_SKEY for setting AC_CONFIG_FILES and
mate_terminal_LDADD.
* terminal-app: Remove -Wdiscarded-qualifiers warnings.
* terminal-window: Suppress GtkAction warnings.
* terminal-tabs-menu: Suppress GtkAction warnings.
* Avoid g_type_class_add_private.
* terminal-window: "utilities-terminal" icon with
"Open Terminal".
* terminal-encoding: Use settings_global variable.
* Fix build using the -fno-common flag.
* Update translations.
- Drop support for old openSUSE versions.
* Thu Jul 18 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
- Update to version 1.23.0:
* Update translations
* make "highlighting things under mouse pointer" configurable
* Ensure proper translation of the about dialog title
* Make translatable the copyright info in about dialog
* Upgrade the manual to docbook 5.0
* warning: Value stored to 'screen_number' is never read
* Use gresources for about_DATA, uimanager_DATA & builder_DATA
* Retain copied selection when changing tabs
- remove patch:
* mate-terminal-gtk-3.20.patch: we don't support gtk3.20 anymore
- build require gtk >= 3.22 and glib >= 2.50
* Sun May 12 2019 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.22.1:
* Show confirmation dialogue if there are multiple open tabs on
closing.
* about: Update copyright.
* Explicitly enable bright bold to match new VTE versions.
* help: Update copyright.
* Update translations.
* Tue Mar 05 2019 sor.alexei@meowr.ru
- Update to version 1.22.0:
* term-screen: Avoid deprecated
gtk_style_context_get_background_color.
* terminal-screen: Avoid deprecated vte_terminal_spawn_sync.
* terminal-window: Avoid deprecated vte_terminal_copy_clipboard.
* terminal-app: Avoid gtk_dialog_add_buttons with stock ids.
* terminal-profile: Fix memory leaks.
* terminal-screen: Avoid deprecated "g_settings_list_schemas".
* terminal-window: Fix warnings with menu popup.
* terminal-window: Replace deprecated gtk_menu_popup.
* Avoid deprecated GtkStock.
* Remove unused files in help dir.
* Remove generated files.
* Add update-authors.pl which helps to update terminal.about.
* 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 the metainfo/ directory.
* Update translations.
- Rebase mate-terminal-gtk-3.20.patch.
* Mon Dec 24 2018 sor.alexei@meowr.ru
- Update to version 1.20.2:
* Disable deprecation warnings for distcheck.
* Use make functions for HELP_LINGUAS.
* Replace -Dokumentationsprojekt with Documentation Project.
* Update translations.
* Mon Jun 18 2018 sor.alexei@meowr.ru
- Update to version 1.20.1:
* terminal-window: Fix Session dbus daemon saturated.
* Update translations.
Version: 1.20.0-bp150.1.3
* Fri Mar 09 2018 sor.alexei@meowr.ru
- Update to version 1.20.0:
* Require GTK+ 3.22, GLib 2.50 and VTE 0.46.
* Avoid deprecated gdk_screen_get_monitor_,
gdk_screen_get_width/height(), gdk_screen_make_display_name(),
gdk_screen_get_number(), gdk_display_get_screen() functions.
* terminal-util: Avoid deprecated gtk_show_uri().
* Spelling: Whitespace removed, in the terminal, Ctrl.
* Add Solarized themes from gnome-terminal.
* An implementation of WidthOfScreen and HeightOfScreen.
* 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.
* Add a "select all" keyboard shortcut:
[control] + [shift] + [A].
* screen: Stop setting TERM and COLORTERM environment variables.
* schema: Fix the summary and description of some keys.
* Remove "..." from Find keyboard shortcut.
* profile-editor: Properly initialise the first palette colour.
* terminal-screen.c: Drop unused variables.
* Fix build warnings: ignoring return value of 'chdir'.
* Add the gsettings key to enable middle click on a tab.
* Make indent more uniform in a few files.
* Fix a possible crash when handling a D-Bus method call.
* Update translations.
- Add mate-terminal-gtk-3.20.patch: Restore GLib 2.48, GTK+ 3.20
and VTE 0.44 support.
* Wed Nov 08 2017 sor.alexei@meowr.ru
- Update to version 1.18.2:
* Avoid deprecated vte_terminal_search_get_gregex.
* Update translations.
* Sun May 07 2017 sor.alexei@meowr.ru
- Update to version 1.18.1:
* Fix: Double click with right button causes Xorg to crash
* Update translations.
* Tue Mar 14 2017 sor.alexei@meowr.ru
- Update to version 1.18.0:
* NEWS: Use consistent, project wide, markdown-like formatting to
make generating release announcements easier.
* Add the ability to close tabs with middle mouse button.
* Wed Feb 08 2017 sor.alexei@meowr.ru
- Update to version 1.16.2:
* Bring back exit confirmation when there's a process running.
* Fix a possible crash on window closing.
* Fix various issues with drag-n-drop of tabs.
* Encodings and keybindings dialogues: Fix the expand of content
on a window resize.
* Find, profile manager, profile prefs dialogues: Fix runtime
warnings about a transient parent.
* Attach popup menus to their parent widgets (useful on Wayland).
* Force the X11 backend.
* Mon Oct 10 2016 sor.alexei@meowr.ru
- Update to version 1.16.1:
* Fix a crash after detaching a tab and then changing its title.
* Fix window positioning when using the --geometry option.
* Update translations.
- Remove mate-terminal-geometry-positioning.patch: merged upstream.
* Thu Sep 22 2016 sor.alexei@meowr.ru
- Update to version 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.
* Update translations.
- Add mate-terminal-geometry-positioning.patch: Add back --geometry
positioning support.
* Sun Aug 14 2016 sor.alexei@meowr.ru
- Update to version 1.14.1:
* man: Add missing description for the -x / --execute command
line option.
* Update translations.
* Sat Apr 09 2016 sor.alexei@meowr.ru
- Update to version 1.14.0:
* Compile dingu regexes with MULTILINE option description and in
the manpage.
* Some more fixes and cleanups.
* Update translations.
* Add Changelog generation.
* Thu Mar 10 2016 sor.alexei@meowr.ru
- Update to version 1.13.2:
* Fix incorrect ordering of COLS and ROWS in command-line option.
* GTK+3.20: Fix window sizes.
* Remove debug callbacks for deprecated size-request signal.
* screen: Compile dingu regexes with MULTILINE option.
* Mon Feb 22 2016 sor.alexei@meowr.ru
- Update to version 1.13.1:
* GTK+3: Add style class mate-terminal.
* Mon Jan 25 2016 sor.alexei@meowr.ru
- Update to version 1.13.0:
* Gtk3: Fix several deprecations.
* General: some code clean up.
* Fri Jan 22 2016 sor.alexei@meowr.ru
- Fix gschemas compilation in %post.
* Fri Dec 04 2015 sor.alexei@meowr.ru
- Update to 1.12.1:
* Switch to VTE 2.91 for Gtk3.
* Thu Nov 05 2015 sor.alexei@meowr.ru
- Update to 1.12.0.
* Wed Oct 14 2015 sor.alexei@meowr.ru
- Update to 1.11.0:
* Fix --tab option that has been broken in 1.10.0.
* Retrieve strings directly from gschema (requires intltool
0.50.1).
* Enable silent rules by default.
* Some cleanups.
* Sat Jul 11 2015 sor.alexei@meowr.ru
- Update to version 1.10.1:
* Several help fixes.
* Fix size of profile-preferences window in Gtk3 version with a
default.
* Sun May 10 2015 sor.alexei@meowr.ru
- Update to 1.10.0 (changes since 1.9.1):
* [mate-terminal.wrapper] Support double quoted commands.
* Correct indentation.
* Update translations.
- Spec cleanup.
* Thu Jan 22 2015 p.drouand@gmail.com
- Update to version 1.9.1 (unstable)
* Bug fixes release
* Thu Dec 11 2014 p.drouand@gmail.com
- Update to version 1.9.0 (unstable)
+ Add dependency on libmate-desktop to use common functions
- Add make requirement on pkgconfig(mate-desktop-2.0); new dependency