pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/featherpad



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Jun 15 18:58:27 UTC 2022

Modified Files:
        pkgsrc/editors/featherpad: Makefile distinfo

Log Message:
editors/featherpad: update to 1.3.0

V1.3.0
---------
 * Added an option for using system icons where possible. By default, internal
   icons are used.
 * Set the scroll mode to per-pixel in the side-pane as a workaround for a bug
   in QListWidget's auto-scrolling.
 * With Qt6, accept the close event on receiving SIGTERM and similar signals
   (because, in Qt6, "qApp->quit()" calls "closeEvent()").
 * Make sure all windows are deleted when receiving SIGTERM and similar signals.
 * Made Qt6 font setting backward-compatible.
 * Fixed the problems in restoring of window size and position.
 * Added a workaround for a QPlainTextEdit bug that doesn't report a selection
   change on undoing/redoing.
 * Fixed the selection highlighting with huge selections.
 * Fixed a problem in highlighting of Yaml literal blocks.
 * Center page numbers horizontally when printing.
 * Highlight cmake's bracket comments and bracket arguments.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/editors/featherpad/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/featherpad/Makefile
diff -u pkgsrc/editors/featherpad/Makefile:1.27 pkgsrc/editors/featherpad/Makefile:1.28
--- pkgsrc/editors/featherpad/Makefile:1.27     Sat Apr 23 21:09:36 2022
+++ pkgsrc/editors/featherpad/Makefile  Wed Jun 15 18:58:27 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/04/23 21:09:36 pin Exp $
+# $NetBSD: Makefile,v 1.28 2022/06/15 18:58:27 pin Exp $
 
-VERSION=       1.2.0
+VERSION=       1.3.0
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
 CATEGORIES=    editors

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.18 pkgsrc/editors/featherpad/distinfo:1.19
--- pkgsrc/editors/featherpad/distinfo:1.18     Sat Apr 23 21:09:36 2022
+++ pkgsrc/editors/featherpad/distinfo  Wed Jun 15 18:58:27 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/04/23 21:09:36 pin Exp $
+$NetBSD: distinfo,v 1.19 2022/06/15 18:58:27 pin Exp $
 
-BLAKE2s (FeatherPad-V1.2.0.tar.gz) = 8d9bc1662411df474fa7b61491d5da8f025c5062ff1c7a6026d491aede73ec9e
-SHA512 (FeatherPad-V1.2.0.tar.gz) = cf21ed9394444920fcf3a8ce3a8338814d69322389c4652e79f0754fe67ee61260f81604c91adf0a864fb1441307706c60ee1bd29efd2e617ab8e1f5fc254cdd
-Size (FeatherPad-V1.2.0.tar.gz) = 1091776 bytes
+BLAKE2s (FeatherPad-V1.3.0.tar.gz) = 1c28f9581d9fe46d2a438e9a6bd8d56f809282184855e0c05b5a465f0bb17565
+SHA512 (FeatherPad-V1.3.0.tar.gz) = 4db9918f9bf0c3499d1f5166da09836a4a959fa39342cecb7db35924762c1b0652a15c532b067c34643d16f3c5f4a9505fefc2aed17904fe46c99d743d790270
+Size (FeatherPad-V1.3.0.tar.gz) = 1101640 bytes



Home | Main Index | Thread Index | Old Index