Skip to content

Commit

Permalink
Update to 0.4.0:
Browse files Browse the repository at this point in the history
Diffuse 0.4.0 - 2009-08-17
- changed the default hotkeys for merging to reflect the direction text "moves"
- added format menu with new items for changing case, sorting, and manipulating white space
- replaced 'Hide end of line characters' preference with 'Show white space characters'
- errors are now reported in a dialogue instead of printing to stderr
- optimised redraws when only the cursor position has changed
- input methods that use pre-editing can now be used when editing text
- dead keys can now be used when editing text
- updated Monotone support to use 'mtn automate inventory'
- Git support now handles files flagged as 'unmerged'
- graceful handling of and non-zero exit codes from 'git status'
- added version control section to the manual
- minor bug fixes
  • Loading branch information
0-wiz-0 committed Aug 20, 2009
1 parent 464dd05 commit 2cb5b05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
4 changes: 2 additions & 2 deletions devel/diffuse/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.13 2009/08/17 18:33:22 hasso Exp $
# $NetBSD: Makefile,v 1.14 2009/08/20 09:06:40 wiz Exp $
#

DISTNAME= diffuse-0.3.4
DISTNAME= diffuse-0.4.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diffuse/}
EXTRACT_SUFX= .tar.bz2
Expand Down
3 changes: 2 additions & 1 deletion devel/diffuse/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2009/08/06 21:52:07 wiz Exp $
@comment $NetBSD: PLIST,v 1.6 2009/08/20 09:06:40 wiz Exp $
bin/diffuse
man/man1/diffuse.1
share/applications/diffuse.desktop
Expand All @@ -7,6 +7,7 @@ share/diffuse/syntax/c++.syntax
share/diffuse/syntax/csh.syntax
share/diffuse/syntax/csharp.syntax
share/diffuse/syntax/css.syntax
share/diffuse/syntax/fortran.syntax
share/diffuse/syntax/gettext.syntax
share/diffuse/syntax/glsl.syntax
share/diffuse/syntax/html.syntax
Expand Down
9 changes: 4 additions & 5 deletions devel/diffuse/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.5 2009/08/06 21:52:07 wiz Exp $
$NetBSD: distinfo,v 1.6 2009/08/20 09:06:40 wiz Exp $

SHA1 (diffuse-0.3.4.tar.bz2) = f221d248b44d978fc031cb739e382d9058ca4efc
RMD160 (diffuse-0.3.4.tar.bz2) = 54f8ffaed9bc2153e1ed3acb64a3e9fd000ee2a1
Size (diffuse-0.3.4.tar.bz2) = 102845 bytes
SHA1 (patch-aa) = d314791a740b878af9041c70920562fa6385708d
SHA1 (diffuse-0.4.0.tar.bz2) = d143c5415c71ac07e9b57ff8b3b79f196bf810ca
RMD160 (diffuse-0.4.0.tar.bz2) = 91cd8f13e40eb25bccab57c47ea3311e53ed38d9
Size (diffuse-0.4.0.tar.bz2) = 109438 bytes
14 changes: 0 additions & 14 deletions devel/diffuse/patches/patch-aa

This file was deleted.

0 comments on commit 2cb5b05

Please sign in to comment.