Skip to content

Commit

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

0.6.0 (2023-02-09)
=====
- Dependency Changes:
  - GLib >= 2.56.2

- New Features:
  - Keep saved state in memory to track actual modification state

- Appearance Changes / Minor Improvements:
  - Add "match whole word" toggle to search toolbar (#180, !124)

- Code Refactoring:
  - cleanup: prefs: Reduce the diff from what Glade 3.40.0 would do
  - cleanup: Use G_DECLARE_FINAL_TYPE
  - cleanup: Remove dead code
  - cleanup: Use consistent naming and avoid duplicated code
  - build: Let xdt-depends.m4 macros set GLib macros
  - flatpak: Updates from Flathub

- Bug Fixes:
  - Clear undo action list in case of unbuffered modification
  - Set file properties only for actual changes
  - Emit "encoding-changed" after setting BOM if needed
  - Update action states on reload
  - Mark document as modified if line ending actually changes (Fixes #187)
  - Do not show the menubar on Alt key release if focus is lost (#185)
  - plugins: Do not resize unnecessarily the prefs dialog on Wayland
  - Initialize static variable only once
  - prefs-dialog: Improve history widget alignment (Fixes #173)

- Translation Updates:
  Czech, Dutch, German, Greek, Hungarian, Kazakh, Korean, Lithuanian,
  Occitan (post 1500), Persian (Iran), Polish, Portuguese (Brazil),
  Ukrainian
  • Loading branch information
dhgutteridge committed Feb 11, 2023
1 parent 8b23a5d commit f6b4df0
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.69 2023/01/29 21:15:58 ryoon Exp $
# $NetBSD: Makefile,v 1.70 2023/02/11 01:24:03 gutteridge Exp $

PKGREVISION= 4
.include "../../meta-pkgs/xfce4/Makefile.common"

VERSION= 0.5.10
VERSION= 0.6.0
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.18 2022/07/24 21:07:11 gutteridge Exp $
$NetBSD: distinfo,v 1.19 2023/02/11 01:24:03 gutteridge Exp $

BLAKE2s (mousepad-0.5.10.tar.bz2) = 96d8eb1a933efe306a8d7d3e3db826294e2b7bb0c5e7cac68c42c611a094b8dc
SHA512 (mousepad-0.5.10.tar.bz2) = 144e72abce8e5fb66a345fb59efe48f136dd9cf9cdcd72496dcee05b08781bdbba036f4ab5af04dbccd38dc52a8e8dd67b5b7434867881a1114de692a012b076
Size (mousepad-0.5.10.tar.bz2) = 959696 bytes
BLAKE2s (mousepad-0.6.0.tar.bz2) = 0b9b648de7d536e40631ce88479e96a8315c29d4113c2845281c70dc4303e6e0
SHA512 (mousepad-0.6.0.tar.bz2) = dad3488c973d767759a8b9752f83cc45d339064d34c19ee51f576af13f8db441f7234982c09e85f4032d553ee8df4f50ce8e0aa66c921a60ddb5c262a1c93702
Size (mousepad-0.6.0.tar.bz2) = 969433 bytes

0 comments on commit f6b4df0

Please sign in to comment.