pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xfce4-mousepad xfce4-mousepad: update to 0.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3d7f13fb5c1
branches:  trunk
changeset: 447988:f3d7f13fb5c1
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Mar 02 01:55:53 2021 +0000

description:
xfce4-mousepad: update to 0.5.3

Change log:

0.5.3
======
- Appearance Changes:
  - Use old style menu alignment (#97, !77)

- Bug Fixes:
  - Add a keybinding to reset font size
  - Fix inverted return value of scroll event handler
  - Various small improvements regarding accels
  - Block the right signal handler for tooltip updates
  - A clarification about action groups

- Translation Updates:
  Basque, French, Galician, Portuguese (Brazil), Russian, Slovenian,
  Swedish

0.5.2
======
- New Features:
  - Add a "Viewer Mode" toggle (#50, !72)
  - Improve `--quit` option: close all windows interactively (!71)
  - Improve encoding management (#42, !69)
    - Display the current encoding in the status bar
    - Make the default encoding configurable via GSettings
    - Allow to choose encoding in the "Open" and "Save As" dialogs (#42)
    - Add a command line option to choose encoding
  - Add a "Delete Line" action (#13, !66)
  - Make automatic addition of the last EOL character configurable (#53, !65)
  - Switch to GFile for I/O operations (#4, #27, #75, !64)
    - Add file monitoring (#75)
    - Add a setting to create a tilde-backup file when saving (#27)
    - Make saving atomic (#4)

- Appearance Changes:
  - Filter files on mime type in the "Open" and "Save As" dialogs (#2, #35, !67)

- Code Refactoring:
  - Improve encoding management (#42, !69)
    - Make encoding dialog more generic and self-contained
    - Encodings definition review
    - Clarify encoding management when opening files
    - Improve unicode BOM management
  - Switch to GFile for I/O operations (#4, #27, #75, !64)
    - Set the save action sensitivity more precisely
    - Let GFile APIs check for file existence when reading
    - Let GFile APIs check for external modifications when saving
    - Basic switch to GFile for I/O operations

- Bug Fixes:
  - Make "replace" and "replace all" behaviors consistent (#94)
  - Ensure that the page setup is properly applied when printing (#90)
  - Avoid character escape issues in menu item action names (#91)
  - Properly initialize document search properties
  - Avoid illegal memory access when searching with tab changes (!73)
  - Revert to "Wrap Around" always true for the search bar (#83)
  - Prevent too late accesses to the buffer in selection mode
  - Direct call to keybinding signals for "Delete" and "Select All" (#83)
  - Improve editing keybindings consistency (#83)

- 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), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur

diffstat:

 editors/xfce4-mousepad/Makefile |   4 ++--
 editors/xfce4-mousepad/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r e3d72b5eba77 -r f3d7f13fb5c1 editors/xfce4-mousepad/Makefile
--- a/editors/xfce4-mousepad/Makefile   Mon Mar 01 23:47:09 2021 +0000
+++ b/editors/xfce4-mousepad/Makefile   Tue Mar 02 01:55:53 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2021/01/06 01:21:51 gutteridge Exp $
+# $NetBSD: Makefile,v 1.55 2021/03/02 01:55:53 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.5.1
+VERSION=       0.5.3
 DISTNAME=      mousepad-${VERSION}
 PKGNAME=       xfce4-mousepad-${VERSION}
 CATEGORIES=    editors
diff -r e3d72b5eba77 -r f3d7f13fb5c1 editors/xfce4-mousepad/distinfo
--- a/editors/xfce4-mousepad/distinfo   Mon Mar 01 23:47:09 2021 +0000
+++ b/editors/xfce4-mousepad/distinfo   Tue Mar 02 01:55:53 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/01/06 01:21:51 gutteridge Exp $
+$NetBSD: distinfo,v 1.11 2021/03/02 01:55:53 gutteridge Exp $
 
-SHA1 (mousepad-0.5.1.tar.bz2) = 6ce4d2b71b311bf488e2ae4229e33d5743f41f02
-RMD160 (mousepad-0.5.1.tar.bz2) = 80e0aa2ee2bf9ebd252df766198ca123ba275f84
-SHA512 (mousepad-0.5.1.tar.bz2) = 2b9403332f370bb75bf03a0e0aeab2b2f889fcd2fcef54e6d958e82933f5b6044dbf9416cf0ca5b43f4c304bb93dec185c647ebb40ed3915a87a15b76cf2e634
-Size (mousepad-0.5.1.tar.bz2) = 826973 bytes
+SHA1 (mousepad-0.5.3.tar.bz2) = d5fcc8f56741d704ce0f30f03b805fc5d97d7328
+RMD160 (mousepad-0.5.3.tar.bz2) = e7cbecceb14d15ee8c39cf9e908382092a43339a
+SHA512 (mousepad-0.5.3.tar.bz2) = 596d85a9b7caa1616bd5adc2bb4f7ddbdf47d9e4a049f100581ecba9c61db5243f45d3dd8217ecaed1803c73c2221a396817790efe3898c487c12c8ce8d328c6
+Size (mousepad-0.5.3.tar.bz2) = 848169 bytes



Home | Main Index | Thread Index | Old Index