pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/50451: Patches to update devel/geany to version 1.26
>Number: 50451
>Category: pkg
>Synopsis: Patches to update devel/geany to version 1.26
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Nov 20 06:40:00 +0000 2015
>Originator: David H. Gutteridge
>Release: current
>Organization:
>Environment:
>Description:
Patches are attached to update devel/geany to version 1.26.
Change log:
General
* New plugin API (Thomas Martitz, PR#469).
* Add support for "proxy" plugins (Thomas Martitz, PR#629).
Bug fixes
* Fix "Open in New Window" command (Issue#590).
* Fix spurious "source file has been modified" (Jiří Techet, Issue#605,
PR#621).
* Don't open more than one document for non-existing paths from the CLI
(https://bugs.launchpad.net/linuxmint/+bug/1482558, PR#646).
* Fix configuration directory encoding on non-UTF-8 non-Windows systems
(Dimitar Zhekov, PR#658).
Interface
* Use monospace font for the message window by default (Jiří Techet,
Issue#435, PR#580).
* Fix mnemonic conflict in "Use multi-line matching" (Ross Konsolebox,
Issue#589, PR#647).
Editor
* Update Scintilla to version 3.6.1.
* Fix completion popup height when view is zoomed (Issue#702).
* Fix Go To End Of Display Line when wrapping is on and EOL are visible
(Issue#712).
* Keeping undo history when reloading files is now enabled by default
(Thomas Martitz, Issue#562, PR#672).
* "Strip trailing spaces", "Replace tabs" and "Replace spaces" now
follow the current selection (Pavel Sountsov, PR#394).
* Respect Smart Home Key setting in Go To Start of Display Line.
* Check whether the document is newer on disk when the window gets
focused (Jiří Techet, PR#533).
Filetypes
* Add Cargo build commands for Rust (Wayne Nilsen, PR#557).
* Add recent Perl keywords (Olivier Duclos, PR#599).
* Add missing Python 3 keywords and builtins (PR#755).
* Improvements to the Rust filetype (Pavel Sountsov, PR#613).
* Add multiline comment to Haskell (Abel Serrano Juste, PR#638).
* Recognize `.adoc` is as Asciidoc (PR#708, PR#711).
* Recognize `.mml` and `.mathml` as XML (Devyn Collier Johnson, PR#731).
Internationalization
* Updated translations: de, el, es, fr, hu, id, kk, pt, sk, sv, ru
* Fix internationalization of "Open in New Window" items.
API
* New plugin API, `geany_load_module()`, `geany_plugin_register()`,
`GEANY_PLUGIN_REGISTER()`, `geany_plugin_register_full()`,
`GEANY_PLUGIN_REGISTER_FULL()` (Thomas Martitz, PR#469).
* Add support for "proxy" plugins, `geany_plugin_register_proxy()`
(Thomas Martitz, PR#629).
* Allow `user_data` parameter and `destroy_notify` callback to
keybindings with new `keybindings_set_item_full()` and
`plugin_set_key_group_full()` (Thomas Martitz, PR#376).
Windows
* Restore modern design of native file dialogs (Issue#578).
>How-To-Repeat:
>Fix:
Quite trivial stuff this time around...
--- Makefile.orig 2015-11-10 11:02:32.000000000 -0500
+++ Makefile 2015-11-20 00:54:16.000000000 -0500
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.42 2015/11/06 09:16:36 wiz Exp $
-DISTNAME= geany-1.25
+DISTNAME= geany-1.26
CATEGORIES= devel
MASTER_SITES= http://download.geany.org/
--- distinfo.orig 2015-11-10 11:02:32.000000000 -0500
+++ distinfo 2015-11-20 00:55:50.000000000 -0500
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2015/11/06 09:16:36 wiz Exp $
-SHA1 (geany-1.25.tar.gz) = b0acc873953f54c433d4955c7fecb38b981bbf25
-RMD160 (geany-1.25.tar.gz) = 0df158acbad28ef28ba907e2c306327f9a210f0e
-SHA512 (geany-1.25.tar.gz) = 9660420f56222aa71f549f51c7337c6c450c437c79cf298ec2aba106662794157827cfeafa0716be84a613b7dd4c15390d93339414afa4f696f225214c1a12bb
-Size (geany-1.25.tar.gz) = 5651130 bytes
+SHA1 (geany-1.26.tar.gz) = ffa0705e39d2165bf9f006e36721cf64a8d44271
+RMD160 (geany-1.26.tar.gz) = 13c9ca5972ea2df576c57335808df89692fd02e9
+SHA512 (geany-1.26.tar.gz) = 1e762fb4c074801f6cd41d73c869172a345bd0a2a2ef3fcbc2e165bb917b8d2f96f076abe1f54d4fc8d532318352e789e3c78ec92ffb775cbad7ec84a82d9b7d
+Size (geany-1.26.tar.gz) = 5735392 bytes
--- PLIST.orig 2015-11-10 11:02:32.000000000 -0500
+++ PLIST 2015-11-20 01:32:10.000000000 -0500
@@ -21,6 +21,7 @@
include/geany/prefs.h
include/geany/project.h
include/geany/scintilla/SciLexer.h
+include/geany/scintilla/Sci_Position.h
include/geany/scintilla/Scintilla.h
include/geany/scintilla/Scintilla.iface
include/geany/scintilla/ScintillaWidget.h
Home |
Main Index |
Thread Index |
Old Index