pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/geany
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Jan 28 04:10:14 UTC 2019
Modified Files:
pkgsrc/devel/geany: Makefile PLIST
Log Message:
devel/geany: update to version 1.34.1
Update geany to cover the last year or so of development. I will circle
back later and add optional GTK3 support (unless someone beats me to
it).
Geany 1.34.1 (January 4, 2019)
Bug fixes
* Fix line breaking on existing lines (PR#2027).
* Fix displaying filenames containing XML control characters inside
infobars (Issue#2033).
Windows
* Fix rectangular selection modifier (PR#2032).
Internationalization
* Updated translations: uk
Geany 1.34 (December 16, 2018)
General
* Auto-select GTK2 or GTK3 at build time depending on availability
(PR#1182).
* Process files in the order they appear on the command line when
generating tags files (Issue#1989, PR#1991).
Bug fixes
* Fix high CPU usage with the Scope plugin (Dimitar Zhekov, Issue#1461).
* Fix loading some tags files with format specifier (Issue#1814, PR#1817).
* Fix Plugin Manager buttons sometimes getting out of sync, possibly
leading to a crash (Issue#1781, PR#1799).
* Fix horizontal and page scrolling under GTK3 (PR#1843).
Interface
* Show part of the file path to show unique elements in the go to symbol
popup (Thomas Martitz, PR#1445, Issue#1069).
* Always show icons in the go to symbol popup (PR#1997).
* Add a keybinding for "Strip Trailing Spaces" (LarsGit223, Issue#395,
PR#1806).
* Add some missing label relations.
Editor
* Update Scintilla to version 3.10.0 (Issue#1421, PR#1914).
* Fix line breaking with multi-byte characters (Issue#1958, PR#1960).
* Don't beep when trying to go to the next cursor location in a snippet and
there is none (see Issue#1554).
Filetypes
* Markdown: Display bold and italics as such (FMuro, PR#1837).
* Python: Update keywords to Python 3.7 (Miro Hrončok, Issue#1351, PR#1894).
* PHP: Update tags for PHP 7.2 (Dominic Hopf, PR#1970).
* Batch: Use REM as single-line comment marker (Issue#1912, PR#1932).
* VHDL: Classify string styles as such (PR#1402).
Windows
* Fix display issues on HiDPI displays (Issue#692, PR#1992).
API
* Add `msgwin_compiler_add_string()`, `msgwin_msg_add_string()`,
`msgwin_status_add_string()` (Thomas Martitz, PR#1748).
* Add GeanyObject::key-press` signal allowing plugins to intercept key
presses before Geany (Jiří Techet, PR#1829).
* Add `utils_strv_shorten_file_list()` (Thomas Martitz, PR#1445).
* Fix value of GeanyDocument::changed when quitting (Jason Cumbie, PR#1857).
Internationalization
* Add translation: da
* Updated translations: de, es, fr, hu, it, ja, pt, sv, sk, uk, ru,
zh_CN, zh_TW
Geany 1.33 (February 25, 2018)
Bug fixes
* Fix the symbols tree hierarchy when several tags have the same name
(PR#1598).
Interface
* Add a tooltip showing the full path on menu items representing documents
(PR#1706).
* Add a note for applying the indent settings in the project preferences
(PR#1650).
* Enable popup menu on sidebar and message window notebooks (PR#1726).
* Show status message on attempt to execute empty context action
(Lars Paulsen, PR#1642).
* GTK3 theming improvements and documentation (PR#1382).
Filetypes
* CSS: Update Grid properties (Issue#1705).
Internationalization
* Updated translations: de, el, es, fr, it, lv, pl, pt, tr, ru, zh_CN
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/geany/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/geany/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/geany/Makefile
diff -u pkgsrc/devel/geany/Makefile:1.56 pkgsrc/devel/geany/Makefile:1.57
--- pkgsrc/devel/geany/Makefile:1.56 Wed Nov 14 22:21:14 2018
+++ pkgsrc/devel/geany/Makefile Mon Jan 28 04:10:14 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2018/11/14 22:21:14 kleink Exp $
+# $NetBSD: Makefile,v 1.57 2019/01/28 04:10:14 gutteridge Exp $
-DISTNAME= geany-1.32
-PKGREVISION= 5
+DISTNAME= geany-1.34.1
CATEGORIES= devel
MASTER_SITES= http://download.geany.org/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/devel/geany/PLIST
diff -u pkgsrc/devel/geany/PLIST:1.13 pkgsrc/devel/geany/PLIST:1.14
--- pkgsrc/devel/geany/PLIST:1.13 Fri Nov 24 15:00:37 2017
+++ pkgsrc/devel/geany/PLIST Mon Jan 28 04:10:14 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2017/11/24 15:00:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2019/01/28 04:10:14 gutteridge Exp $
bin/geany
include/geany/app.h
include/geany/build.h
@@ -217,6 +217,7 @@ share/locale/be/LC_MESSAGES/geany.mo
share/locale/bg/LC_MESSAGES/geany.mo
share/locale/ca/LC_MESSAGES/geany.mo
share/locale/cs/LC_MESSAGES/geany.mo
+share/locale/da/LC_MESSAGES/geany.mo
share/locale/de/LC_MESSAGES/geany.mo
share/locale/el/LC_MESSAGES/geany.mo
share/locale/en_GB/LC_MESSAGES/geany.mo
Home |
Main Index |
Thread Index |
Old Index