diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-30 19:40:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-30 19:40:08 +0000 |
commit | c17fd28002fc01bbeb48e3120ab52b773fe356e6 (patch) | |
tree | d7ba19b76ba0df145e10aae0973f4ce42ec2479d /editors/conglomerate | |
parent | 66830905dc6b6ebace1b583fb8c2fa5343720091 (diff) | |
download | pkgsrc-c17fd28002fc01bbeb48e3120ab52b773fe356e6.tar.gz |
Update to conglomerate 0.9.1:
Enhancements
* Added recent files support to File menu based on libegg ( bug
#108524)(Nickolay V. Shmyrev)
* Implemented triple-click selection of text ( bug #144667)(Yuriy
Syrota)
* Implementation of word-count feature ( bug #135093) (Thierry
Moisan)
(David Malcolm)
* Implemented --unit-test command line option and unit-testing of
example files (Geert Stappers)
(David Malcolm)
* Added context-menu option to convert an entity reference to a copy
(David Malcolm)
* Added new debug plugin (must be enabled with
--enable-debug-plugin=yes), which adds a debug item to the Tools
menu to dump the CongEditorArea tree as XML (and open the resulting
file) (David Malcolm)
* Initial (disabled) implementation of property pages (David
Malcolm)
Fixes
* Huge cleanup of character handling; should compile cleanly on GCC4
with -Wall
* Fixes to makefile and to packaging (Nickolay V. Shmyrev)
(Geert Stappers)
* Fixes to display specifications(Michèle Garoche)
* Remove lots of excess debug logging (David Malcolm)
* Various code cleanups (David Malcolm)
(Nickolay V. Shmyrev)
(Marcus Meissner)
* Fixes for cursor handling during source-code cleanup (Nickolay V.
Shmyrev)
Diffstat (limited to 'editors/conglomerate')
-rw-r--r-- | editors/conglomerate/Makefile | 5 | ||||
-rw-r--r-- | editors/conglomerate/PLIST | 4 | ||||
-rw-r--r-- | editors/conglomerate/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 9b45b7c02ee..f0e8bd04cf8 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2006/04/17 13:46:21 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2006/05/30 19:40:08 joerg Exp $ # -DISTNAME= conglomerate-0.9.0 -PKGREVISION= 6 +DISTNAME= conglomerate-0.9.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/} diff --git a/editors/conglomerate/PLIST b/editors/conglomerate/PLIST index 1381151dca6..3fe36d94674 100644 --- a/editors/conglomerate/PLIST +++ b/editors/conglomerate/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:17 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/05/30 19:40:08 joerg Exp $ bin/conglomerate share/application-registry/conglomerate.applications share/applications/conglomerate.desktop @@ -245,10 +245,12 @@ share/locale/pl/LC_MESSAGES/conglomerate.mo share/locale/pt/LC_MESSAGES/conglomerate.mo share/locale/pt_BR/LC_MESSAGES/conglomerate.mo share/locale/ru/LC_MESSAGES/conglomerate.mo +share/locale/rw/LC_MESSAGES/conglomerate.mo share/locale/sq/LC_MESSAGES/conglomerate.mo share/locale/sr/LC_MESSAGES/conglomerate.mo share/locale/sr@Latn/LC_MESSAGES/conglomerate.mo share/locale/sv/LC_MESSAGES/conglomerate.mo +share/locale/uk/LC_MESSAGES/conglomerate.mo share/locale/zh_CN/LC_MESSAGES/conglomerate.mo share/mime-info/conglomerate.keys share/mime-info/conglomerate.mime diff --git a/editors/conglomerate/distinfo b/editors/conglomerate/distinfo index f6facf8c066..73c520ca2b4 100644 --- a/editors/conglomerate/distinfo +++ b/editors/conglomerate/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2005/02/23 17:15:10 agc Exp $ +$NetBSD: distinfo,v 1.9 2006/05/30 19:40:08 joerg Exp $ -SHA1 (conglomerate-0.9.0.tar.gz) = eb19cf6cf0823920f746abc1deae582b4eeeaa88 -RMD160 (conglomerate-0.9.0.tar.gz) = 7d581e7d1a663140624dcc79dd3f24c1c326d29d -Size (conglomerate-0.9.0.tar.gz) = 2750760 bytes +SHA1 (conglomerate-0.9.1.tar.gz) = 26174924865f095452c59b595f99a31737c9ece5 +RMD160 (conglomerate-0.9.1.tar.gz) = 255f80da8efd672f5ad7ac97d3f1bd6e640c254e +Size (conglomerate-0.9.1.tar.gz) = 3291367 bytes SHA1 (patch-aa) = 49275d1a9f81638e8eb945ff7c9732fc01bf0a08 |