Skip to content

Commit

Permalink
xfce4-mousepad: update to 0.5.9
Browse files Browse the repository at this point in the history
Change log:

0.5.9 (2022-04-01)
=====
- New Features:
  - Add shortcuts plugin (#70, !121)
    Depends on Libxfce4ui 4.17.5 which is a dev version, so will be excluded
    at configure time on most systems until Xfce 4.18 is released.
  - Add search history (!119)
  - File monitoring: Add an automatic reloading option

- Appearance Changes / Minor Improvements:
  - Move the document modification mark to the close button (#63, !122)
  - Add mousepad styleclass for easier theming (#33)
  - Hide search bar by pressing Esc key even when not focused
  - Search: Escape selection when regex search is enabled

- Code Refactoring:
  - Plugins: Add a skeleton plugin to ease writing of new plugins

- Bug Fixes:
  - Test plugin: Sanitize memory management of sources
  - Honor GTK_CSD
  - Filter entries from `accels.scm` on non-detailed action name
  - i18n: Check for `bind_textdomain_codeset()`
  - Update Copying (#160, !120)
  - Session history: Never clear session array on exit (#162)
  - Fix broken feature "Show menubar temporarily when hidden"
  - Force encoding when reloading
  - Force encoding when it has been explicitly set by the user
  - Do not consider encoding as always user-set in the "Open" dialog
  - Fix antonym of the word "indent" in preferences dialog (!118)
  - File monitoring: Try to filter out fake deletions
  - Add ellipsis to preferences menu entry (!117)
  - Switch all labels to title case in prefs dialog (!116)
  - Correctly restore font size after zooming when using system font (#158)
  - Printing: Enable line wrapping by default (#156)
  - Fix a warning from GCC static analyzer
  - Search: Do not delay the search when the text changes

- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil),
  Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish,
  Thai, Turkish, Ukrainian, Uyghur
  • Loading branch information
dhgutteridge committed Jun 6, 2022
1 parent 0738843 commit 2651962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions editors/xfce4-mousepad/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.62 2022/04/18 19:10:59 adam Exp $
# $NetBSD: Makefile,v 1.63 2022/06/06 01:17:14 gutteridge Exp $

.include "../../meta-pkgs/xfce4/Makefile.common"

VERSION= 0.5.8
PKGREVISION= 3
VERSION= 0.5.9
DISTNAME= mousepad-${VERSION}
PKGNAME= xfce4-mousepad-${VERSION}
CATEGORIES= editors
Expand Down
8 changes: 4 additions & 4 deletions editors/xfce4-mousepad/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2021/12/02 00:44:08 gutteridge Exp $
$NetBSD: distinfo,v 1.17 2022/06/06 01:17:14 gutteridge Exp $

BLAKE2s (mousepad-0.5.8.tar.bz2) = 44d500d5b0ea0141bf08b2d916ae8a7e93327f8ebb999c47c8deadd89a78a7a5
SHA512 (mousepad-0.5.8.tar.bz2) = 6446927b564fe18c3127835e592d0248efa690c7b8fc2a7da92f237eb16184bd502c446a5b50aed8acd1d8233c22ee7e91c0b9ee512232f7d7a69c72f1dea9e9
Size (mousepad-0.5.8.tar.bz2) = 927756 bytes
BLAKE2s (mousepad-0.5.9.tar.bz2) = a3e73b7dce57d8869cf0d40b2b0eee08879133a9fec6e24adaa4ecb288bc8180
SHA512 (mousepad-0.5.9.tar.bz2) = 915fa1c89d66f793c4dba7826b4934e286e940dbdd9c933bddeeaf76be79d2140cd0feb1dea2946989879ec354d57af36fd61517309ebd4915f18be4b9cf621f
Size (mousepad-0.5.9.tar.bz2) = 953685 bytes

0 comments on commit 2651962

Please sign in to comment.