Update to 0.4.1.
Attention! - personal configuration files are now stored in ~/.config/diffuse/ (the README file describes how to migrate old settings) Diffuse 0.4.1 - 2009-10-12 - added Japanese translation - added Liu Hao's simplified Chinese translation - added a 'Dismiss All Edits' menu item - personal configuration files are now stored in ~/.config/diffuse/ (the README file describes how to migrate old settings) - localised manuals are now supported on Windows - new command line option for specifying blank file comparison panes - new preference to enable/disable line numbers - Diffuse now quits if no viewers were created with the -m option - MMB on a notebook tab now closes the tab - RMB on a notebook tab creates a popup menu to set the current page - added "Undo Close Tab" menu item - replaced "Closing last tab quits Diffuse" preference with a "Warn me when closing a tab will quit Diffuse" preference - added new menu items and buttons for copying lines between panes - changed the default hotkeys for merging to reflect the direction text "moves"
This commit is contained in:
parent
dfb97132d8
commit
4f360f8e5c
3 changed files with 9 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.16 2009/09/23 09:54:45 tron Exp $
|
# $NetBSD: Makefile,v 1.17 2009/10/19 14:33:28 wiz Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= diffuse-0.4.0
|
DISTNAME= diffuse-0.4.1
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diffuse/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diffuse/}
|
||||||
EXTRACT_SUFX= .tar.bz2
|
EXTRACT_SUFX= .tar.bz2
|
||||||
|
@ -20,7 +19,6 @@ USE_LANGUAGES= # none
|
||||||
CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \
|
CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \
|
||||||
${PKG_SYSCONFDIR}/diffuserc
|
${PKG_SYSCONFDIR}/diffuserc
|
||||||
|
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
# nothing
|
# nothing
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@comment $NetBSD: PLIST,v 1.6 2009/08/20 09:06:40 wiz Exp $
|
@comment $NetBSD: PLIST,v 1.7 2009/10/19 14:33:28 wiz Exp $
|
||||||
bin/diffuse
|
bin/diffuse
|
||||||
man/man1/diffuse.1
|
man/man1/diffuse.1
|
||||||
share/applications/diffuse.desktop
|
share/applications/diffuse.desktop
|
||||||
|
@ -33,5 +33,7 @@ share/diffuse/syntax/xml.syntax
|
||||||
share/examples/diffuse/diffuserc
|
share/examples/diffuse/diffuserc
|
||||||
share/gnome/help/diffuse/C/diffuse.xml
|
share/gnome/help/diffuse/C/diffuse.xml
|
||||||
share/locale/de/LC_MESSAGES/diffuse.mo
|
share/locale/de/LC_MESSAGES/diffuse.mo
|
||||||
|
share/locale/ja/LC_MESSAGES/diffuse.mo
|
||||||
|
share/locale/zh_CN/LC_MESSAGES/diffuse.mo
|
||||||
share/omf/diffuse/diffuse-C.omf
|
share/omf/diffuse/diffuse-C.omf
|
||||||
share/pixmaps/diffuse.png
|
share/pixmaps/diffuse.png
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.6 2009/08/20 09:06:40 wiz Exp $
|
$NetBSD: distinfo,v 1.7 2009/10/19 14:33:28 wiz Exp $
|
||||||
|
|
||||||
SHA1 (diffuse-0.4.0.tar.bz2) = d143c5415c71ac07e9b57ff8b3b79f196bf810ca
|
SHA1 (diffuse-0.4.1.tar.bz2) = 684891e7a77a5a49a7acaf4e14f69d49d70fa7d1
|
||||||
RMD160 (diffuse-0.4.0.tar.bz2) = 91cd8f13e40eb25bccab57c47ea3311e53ed38d9
|
RMD160 (diffuse-0.4.1.tar.bz2) = 424734fedb2f154da1e640912affa5bd41d0066a
|
||||||
Size (diffuse-0.4.0.tar.bz2) = 109438 bytes
|
Size (diffuse-0.4.1.tar.bz2) = 117740 bytes
|
||||||
|
|
Loading…
Reference in a new issue