summaryrefslogtreecommitdiff
path: root/editors/mined/patches
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-04-25 11:25:42 +0000
committertnn <tnn@pkgsrc.org>2009-04-25 11:25:42 +0000
commit1c2c579e859d00dee88a2475801f4b3a21376925 (patch)
treeed2077597a0378f6635ff85ed6d647397ed876cd /editors/mined/patches
parent3bb4bceb3d939e2dfc0b00ad4b886953e6dd2862 (diff)
downloadpkgsrc-1c2c579e859d00dee88a2475801f4b3a21376925.tar.gz
Update to mined-2000.15.
Character encoding support enhancements: * Updated to Unicode 5.1; added XHC Hanyu pinyin pronunciation information. * Enhanced character information display, also in non-UTF-8 text encoding. Adding Unicode character name and Unicode decomposition, see Info menu. * Enhanced character substitution display for non-Unicode terminals; using base character according to Unicode decomposition. * Encoding conversion from UTF-8 enhanced to all text encodings. * Enhanced terminal support for cygwin 1.7, including UTF-8 mode. * Character replacement commands (e.g. ESC _) also unescape URL escape notation (%E2%82%AC) and HTML numeric entities (&_#x20AC;). Text editing features: * Enhanced line begin/end navigation, may also go to previous/next line. Interactive: * Changed cursor positioning when moving vertically over multi-column characters * Turning to the closest side of a TAB. * Options -T/+T for preference to stay left/right of TAB. * Enhanced menu navigation (Ctrl-mouse-scroll, initial key word finding). * Multi-option selection in open Info display ("?") menu. * Scrollbar mouse control enhancements: * Scroll direction adapted to other applications (old mode with option -oo). * Click-and-drag scrollbar scrolling. * Accelerated scrolling (by half a page) while over scrollbar. * Added usage hints to messages on typical keyboard interaction misconceptions. * Help function improvements. * Tweaked handling of Home/End/Del and modified keypad keys. Interworking enhancements: * Distinction of small/numeric keypad keys for djgpp-compiled DOS version. * Tweaked uterm terminal invocation script: * Workaround to safely ensure UTF-8 on cygwin. * Best guess for user preference of rxvt (if rxvt-unicode is found). * Command line options for user preference for xterm or rxvt. * Tweaked cygwin script wmined to use mintty if available. * Tuned keypad assignments to achieve more uniform keypad functions among different kinds of terminals as much as possible. * Support of additional terminal codepages as supported by cygwin 1.7, also in the djgpp-compiled DOS version. * Recognising and adapting to PuTTY or MinTTY. Printing: * Added printing feature using notepad /p for cygwin and DOS versions. Miscellaneous: * Applying computed dim screen attribute for line indications (in xterm), actived by defining an empty environment variable MINEDDIM. * Revised/enhanced line end handling support: * Added option +r to convert Unix lineends (LF) to DOS lineends (CRLF). * Enhanced Mac lineend handling options -R and +R. * Either of -r/+r can be combined with either of -R/+R. * Added search pattern "\r" to search for CRLF (DOS/Windows) line ends.
Diffstat (limited to 'editors/mined/patches')
-rw-r--r--editors/mined/patches/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/mined/patches/patch-ad b/editors/mined/patches/patch-ad
index eef72893165..2582c39ce04 100644
--- a/editors/mined/patches/patch-ad
+++ b/editors/mined/patches/patch-ad
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.3 2007/06/21 13:48:27 tnn Exp $
+$NetBSD: patch-ad,v 1.4 2009/04/25 11:25:43 tnn Exp $
---- makemined.orig 2007-06-21 14:50:30.000000000 +0200
+--- makemined.orig 2009-04-08 00:00:00.000000000 +0200
+++ makemined
@@ -81,7 +81,7 @@ confmake () {
@@ -10,4 +10,4 @@ $NetBSD: patch-ad,v 1.3 2007/06/21 13:48:27 tnn Exp $
+case BSD in
Linux*) $MAKE -f makefile.linux $1 $makevars;;
Sun*) if type $CC > /dev/null 2> /dev/null
- then if $CC | grep "software package not installed"
+ then if $CC | grep "software package not installed" > /dev/null