Update to 0.8.7.4:

Adds an entry for settings in the control panel.

0.8.7.4
=======
- Tab became active if unclosed to the left of the current tab
- Fix new tab being one pixel short under some GTK themes (e.g., Greybird)
  which led to changing the window geometry and losing a row (bug #13263)
- Resolve deprecation of vte_terminal_match_set_cursor_type()
- Add --preferences command line option and corresponding .desktop file: this
  allows to open a standalone Preferences dialog from Xfce Settings (bug #13249)
- Add command line options for setting text (foreground) and backround colors:
  --color-text and --color-bg, respectively (bug #4887)
- Add "Copy Input" action: it shows a popover and allows to copy the input
  to all tabs within the current window (bug #10047)
- Update URLs to use https protocol
- Add info on accels.scm to the man page
- Reduce the Preferences dialog height
- First show the terminal and then update its settings (bug #14322)
- Add command line option --active-tab which allows to specify active tab within
  a window. It also allows to keep the active tab when restoring a saved Xfce
  session.
- Convert "Relaunch" dialog to GtkInfoBar to make it less intrusive
- Add tooltips for "Set Title" popover elements
- Resolve the warnings gcc8 has introduced
- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch, English (Australia), French, German, Hebrew,
  Hungarian, Japanese, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Russian, Turkish, Ukrainian

0.8.7.3
=======
- Fix drop-down terminal hotkey (bug #14289)
- Suppress gdk_keyboard_(un)grab deprecation warnings
- Restore "Allow bold text" option (bug #14292)
- Fix app crash when running a non-existing command (bug #14295)
- Correct foreground process check for async child spawn
- Add an option to disable "Relaunch" dialog pop-up (bug #14287)
- Translation updates: Belarusian, Catalan, English (Australia), French, Greek,
  Italian, Japanese, Portuguese, Ukrainian

0.8.7.2
=======
- Fix gdk_keyboard_(un)grab deprecation warnings
- Suppress gtk_status_icon_* deprecation warnings
- Use async spawn method for VTE >= 0.48 (bug #14249)
- Fix handling of tabs reordering (bug #14278)
- Update window actions and active tab indication on reordering tabs
- Translation updates: Albanian, Catalan, Croatian, Danish, Finnish, Norwegian
  Bokmål, Serbian, Swedish

0.8.7.1
=======
- Fix Alt+n shortcuts for switching tabs; also, update tabs menu after
  reordering tabs (#14247)

0.8.7
=======
- Update man page: add a note about config file changes being picked up
- Update 'Read-Only' checkbox state when switching between tabs
- Use Ctrl+click to directly open color editor in Preferences (#13715)
- Add a setting to control drop-down window vertical position (#13722)
- Allow per-terminal configuration of 'scroll on output' mode
- Add "Copy as HTML" to Edit and context menus (VTE 0.50 required)
- Add support for utmp file updates (build using --with-utempter parameter)
  (#13710)
- Fix negative geometry offsets handling (#13753)
- Focus the terminal after closing Set Title popover (#13754)
- Request confirmation when closing window or tab which has a running process
  (#13781)
- Add an option to open new tab to the right of the current tab (#13821)
- Fix VTE critical message when a terminal has no pty
- Allow to restart a process after it exited or was killed (for -H/--hold)
  (#13820)
- Expose default terminal directory setting to Preferences: if set, will be
  used by new terminals; current directory will be used otherwise.
  MiscDefaultWorkingDir renamed to DefaultWorkingDir.
- Make use of VTE 0.52 new vte_terminal_get_scroll_on_output() API
- Add new tab to the currently active window, not to the last open (#13891)
- Move slim tabs setting to the Appearance tab
- Add Audible and Visual bells configuration to Preferences (#13874)
- Disable move tab actions when MiscCycleTabs is false and the tab is in the
  leftmost or rightmost position (#13892)
- Try to retrieve current working directory from VTE (#13902)
- Fix BSD build by adding missing include
- Bump required GTK+ version to 3.20.8 to resolve the problem with Set Title
  dialog that is using GtkPopover (#13996)
- Do not escape URL as libxfce4ui now does it (#12715)
- Expose "middle mouse click to open URLs" setting to Preferences
- Fix handling empty $DISPLAY env var which may happen under Wayland (#14092)
- Update regex definitions from gnome-terminal: Disallow terminating semicolon
  in URLs, Allow balanced pairs of square brackets in URLs
- Remove man page translation files as Transifex doesn't take care of them
  (#12938)
- Add option to control text blinking (VTE 0.51.3) (#14127)
- Add "Bold is bright" option; remove "Allow bold text" option (VTE 0.51.3)
- Add cell spacing options (VTE 0.51.3) (#14127)
- Allow underscores that are part of tab titles to be shown in the tabs menu
- Don't copy working directory to $PWD for vte >= 0.51.90
- Resolve deprecations of GDK functions
- Translation updates: Arabic, Asturian, Basque, Bulgarian, Catalan, Chinese
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English
  (Australia), Finnish, French, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Italian, Japanese, Kazakh,   Korean, Lithuanian, Malay, Norwegian
  Bokmål, Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian

0.8.6
=======
- Fix handling email addresses
- Allow per-tab configuration of dynamic title mode and initial title by adding
  --dynamic-title-mode and --initial-title options (#2908)
- Migrate tab 'Set Title' dialog to a gtk popover (#13522)
- Add option to select cursor foreground (text) color to preferences
- Fix drop-down terminal ignoring 'move to monitor with pointer' option (#13666)
- Disable Ctrl+PgUp/PgDn shortcuts when there's only one tab (#10469)
- Fix negative dimensions GTK warning when running terminal with --tab option
- Update regexes from gnome-terminal
- Fix --tab option broken lately (#13587)
- Fix drop-down window positioning when using --zoom option
- Translation updates: Arabic, Bulgarian, Catalan, Chinese (China), Chinese
  (Taiwan), Croatian, Czech, Danish, Dutch, French, Hebrew, Indonesian, Kazakh,
  Korean, Lithuanian, Polish, Portuguese (Brazil), Russian, Spanish, Swedish,
  Thai, Ukrainian
This commit is contained in:
youri 2018-05-15 22:07:58 +00:00
parent 46635b06c7
commit 5e1880aba9
3 changed files with 9 additions and 32 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.44 2018/04/16 14:35:27 wiz Exp $
# $NetBSD: Makefile,v 1.45 2018/05/15 22:07:58 youri Exp $
PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-terminal-0.8.5.1
DISTNAME= xfce4-terminal-0.8.7.4
CATEGORIES= x11
MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-terminal/0.8/

View file

@ -1,29 +1,7 @@
@comment $NetBSD: PLIST,v 1.8 2017/06/25 23:23:53 youri Exp $
@comment $NetBSD: PLIST,v 1.9 2018/05/15 22:07:58 youri Exp $
bin/xfce4-terminal
man/ar/man1/xfce4-terminal.1
man/ca/man1/xfce4-terminal.1
man/da/man1/xfce4-terminal.1
man/de/man1/xfce4-terminal.1
man/el/man1/xfce4-terminal.1
man/es/man1/xfce4-terminal.1
man/fr/man1/xfce4-terminal.1
man/gl/man1/xfce4-terminal.1
man/id/man1/xfce4-terminal.1
man/it/man1/xfce4-terminal.1
man/ja/man1/xfce4-terminal.1
man/ko/man1/xfce4-terminal.1
man/lt/man1/xfce4-terminal.1
man/man1/xfce4-terminal.1
man/pl/man1/xfce4-terminal.1
man/pt/man1/xfce4-terminal.1
man/pt_BR/man1/xfce4-terminal.1
man/ru/man1/xfce4-terminal.1
man/sr/man1/xfce4-terminal.1
man/sv/man1/xfce4-terminal.1
man/tr/man1/xfce4-terminal.1
man/ug/man1/xfce4-terminal.1
man/uk/man1/xfce4-terminal.1
man/zh_CN/man1/xfce4-terminal.1
share/applications/xfce4-terminal-settings.desktop
share/applications/xfce4-terminal.desktop
share/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
share/locale/ar/LC_MESSAGES/xfce4-terminal.mo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2017/06/25 23:23:53 youri Exp $
$NetBSD: distinfo,v 1.11 2018/05/15 22:07:58 youri Exp $
SHA1 (xfce4-terminal-0.8.5.1.tar.bz2) = 505b1cba5e4d544f80a7182ed87221bb011a195d
RMD160 (xfce4-terminal-0.8.5.1.tar.bz2) = 1ed2a34e351ff9262d5b9bb7bc9c0bf180073edd
SHA512 (xfce4-terminal-0.8.5.1.tar.bz2) = bf64877985d75c4d6b7a9da741c1f71486dacf2bf203de4555ceb6f45eee109938e29bdbb70487a67f40aa51a6a10fca7ee04b89d87e3e4f11a0a99cfbe1be9f
Size (xfce4-terminal-0.8.5.1.tar.bz2) = 942117 bytes
SHA1 (xfce4-terminal-0.8.7.4.tar.bz2) = c6986ae8f67f5a162f20fd69c8273afd71ba13bb
RMD160 (xfce4-terminal-0.8.7.4.tar.bz2) = 1a8972fc944bfa53a204e96231c3e1262c70224e
SHA512 (xfce4-terminal-0.8.7.4.tar.bz2) = de56c08d5be47583484acf9aa5b3c0a0f14b1ac2790e0f6b59db61f80d71f871ff87e94f9353a0cc187cf1d9dff643e40ce15ed60a24d550843d898eee3d62dd
Size (xfce4-terminal-0.8.7.4.tar.bz2) = 884272 bytes