Update to 0.4.5.
Diffuse 0.4.5 - 2011-07-13 - fixed a bug in CVS and Subversion support that prevented Diffuse from displaying some removed files - added syntax highlighting for JSON files - added menu items and keyboard shortcuts for "First Tab" and "Last Tab" - added "--line" command line option - fixed a bug that caused deleted files to be ignored when using the '-m' option - fixed a bug that incorrectly encoded pasted text if utf_8 was not specified in the Region Settings preferences - state information is now stored in ~/.local/share/diffuse - Diffuse now uses a patience diff-based algorithm to align lines - added command line option to specify a label to display instead of the file name - added preference to display the right margin - added Cristian Marchi's Italian translation - fixed a bug that could cause "Save As..." to fail with some user specified encodings
This commit is contained in:
parent
c131674f77
commit
f06afe9281
3 changed files with 12 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.26 2011/04/22 13:43:17 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2011/07/13 14:45:39 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= diffuse-0.4.4
|
||||
PKGREVISION= 3
|
||||
DISTNAME= diffuse-0.4.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diffuse/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2010/10/21 15:41:48 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2011/07/13 14:45:39 wiz Exp $
|
||||
bin/diffuse
|
||||
man/it/man1/diffuse.1
|
||||
man/man1/diffuse.1
|
||||
man/ru/man1/diffuse.1
|
||||
share/applications/diffuse.desktop
|
||||
|
@ -15,6 +16,7 @@ share/diffuse/syntax/html.syntax
|
|||
share/diffuse/syntax/ini.syntax
|
||||
share/diffuse/syntax/java.syntax
|
||||
share/diffuse/syntax/javascript.syntax
|
||||
share/diffuse/syntax/json.syntax
|
||||
share/diffuse/syntax/jsp.syntax
|
||||
share/diffuse/syntax/makefile.syntax
|
||||
share/diffuse/syntax/objective-c++.syntax
|
||||
|
@ -33,13 +35,16 @@ share/diffuse/syntax/vhdl.syntax
|
|||
share/diffuse/syntax/xml.syntax
|
||||
share/examples/diffuse/diffuserc
|
||||
share/gnome/help/diffuse/C/diffuse.xml
|
||||
share/gnome/help/diffuse/it/diffuse.xml
|
||||
share/gnome/help/diffuse/ru/diffuse.xml
|
||||
share/locale/de/LC_MESSAGES/diffuse.mo
|
||||
share/locale/es/LC_MESSAGES/diffuse.mo
|
||||
share/locale/it/LC_MESSAGES/diffuse.mo
|
||||
share/locale/ja/LC_MESSAGES/diffuse.mo
|
||||
share/locale/ko/LC_MESSAGES/diffuse.mo
|
||||
share/locale/ru/LC_MESSAGES/diffuse.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/diffuse.mo
|
||||
share/omf/diffuse/diffuse-C.omf
|
||||
share/omf/diffuse/diffuse-it.omf
|
||||
share/omf/diffuse/diffuse-ru.omf
|
||||
share/pixmaps/diffuse.png
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2010/10/21 15:41:48 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.11 2011/07/13 14:45:39 wiz Exp $
|
||||
|
||||
SHA1 (diffuse-0.4.4.tar.bz2) = 4689c13a11a182f9230bd394f4050b656d3d1476
|
||||
RMD160 (diffuse-0.4.4.tar.bz2) = e507ca2c9002cd7e66d42de0d592c4c283fb0aa9
|
||||
Size (diffuse-0.4.4.tar.bz2) = 146351 bytes
|
||||
SHA1 (diffuse-0.4.5.tar.bz2) = 46fddd6bb61caaddf9a9a8d691d16cd510b5e37b
|
||||
RMD160 (diffuse-0.4.5.tar.bz2) = 126f502c3ac2ce57d99e0ec290fd4009083050a8
|
||||
Size (diffuse-0.4.5.tar.bz2) = 167958 bytes
|
||||
|
|
Loading…
Reference in a new issue