pkgsrc/devel/diffuse/patches/patch-ac
wiz 75073fa65e Update to 0.3.3 with post-release patches for easier installation and
a bug fix.

Set LICENSE.

Diffuse 0.3.3 - 2009-04-13
- fixed a bug handling the backspace key with the cursor in the first column

Diffuse 0.3.2 - 2009-04-13
- POSIX installer with '--destdir=' and '--files-only' options for packagers
- vi-like keybindings for line mode
- '-m' option to open modified files in separate tabs
- 'Merge From Left Then Right' and 'Merge From Right Then Left' menu items
- drag-n-drop support
- preferences for behaviour of tabs
- files with edits now tagged with '*'
- auto indent
- 'Open File In New Tab...' and 'Open Modified Files...' menu items
- 'Save All' menu item
- mac-style line ending support
- new end of line display behaviour
- improved organisation of menu items
- button bar no longer grabs keyboard focus
- removed dependence on urllib module
- errors are now reported on stderr
- removed TODO list
- minor bug fixes
2009-04-16 22:43:30 +00:00

10 lines
326 B
Text

$NetBSD: patch-ac,v 1.1 2009/04/16 22:43:31 wiz Exp $
--- src/etc/diffuserc.orig 2009-04-13 22:24:25.000000000 +0000
+++ src/etc/diffuserc
@@ -1,4 +1,4 @@
-# initialisation file for diffuse
+# /etc/diffuserc: System-wide initialisation file for Diffuse
#
# Copyright (C) 2006-2009 Derrick Moser <derrick_moser@yahoo.com>