diff options
author | mjl <mjl> | 2002-08-04 13:33:30 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-08-04 13:33:30 +0000 |
commit | 459516eec53bdc4f15843555ebccf76243a0bf24 (patch) | |
tree | f7f464c7eabe8f255a16205041d04cb55edaa4fe /editors/nedit | |
parent | f6322d9dd3e1d657cd9a714334fff060b1bd081c (diff) | |
download | pkgsrc-459516eec53bdc4f15843555ebccf76243a0bf24.tar.gz |
Update nedit to 5.3
New features:
* The built-in Help system was revamped, a hyperlink mechanism was
added for following cross-references
* Enhanced Exuberant ctags support
* Line numbers are available in shell commands
* Goto Line also accepts column numbers
* Automatic line-feed termination when saving is now optional
* A customizable window title
* Optional syntax based parenthesis matching (iso. purely character based)
Fixed bugs:
* Find Definition incorrectly reads the X selection when not needed
* Background popup menu could lock up X-server when used with
any of the lock keys on
* Very wide windows when starting NEdit under fvwm
* Workaround for illegal key bindings installed by other Motif
applications, causing PageUp/PageDown and arrow keys to stop
responding in NEdit. This is not an NEdit bug, it just looks like one
* Fix for PageUp/PageDown keys not responding
* Crash when running X on 2nd screen
* Line number display updating in continous wrap mode
* Performance problem with X Resources highlight patterns
* Menu fonts showing up as blocks
* Lockup's in syntax highlighting (especially Perl)
* Crash when using characters with ASCII code >= 128 in syntax
highlighting patterns
* Crash when modifying tab distance in continous wrap mode
* Crash when running NEdit in low-depth color modes
* Continous wrap mode + variable width font display bugs
* Potential scroll bar corruption in continuous wrap mode
* Workaround for selection copy/paste problems with recent versions
of gnome-terminal
* Jump to tags only referenced by line number
* Composed characters in learned sequence
* Missing titles in some dialogs
* Macro language: continue statement outside loop crash
* Rectangular overstrike paste fixes
* Hard-coded statistics line font
* Open filenames starting with a dash
* Crash when closing window of non-existing file while error dialog is up
* Bad CapsLock grab on certain keyboard configurations
* Replacements in rectangular selections could sometimes fail
* Various buffer overflow fixes
* Multiple selection dialog does not pop up on first find
* Tag not found
* Files opened with -read command line option could not be unlocked
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 11 | ||||
-rw-r--r-- | editors/nedit/distinfo | 7 | ||||
-rw-r--r-- | editors/nedit/patches/patch-ab | 12 |
3 files changed, 10 insertions, 20 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 092af7d6e16..15dc03fdcf4 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2002/04/23 02:08:52 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2002/08/04 13:33:30 mjl Exp $ -VERS= 5.2 -DISTNAME= nedit-${VERS}-src +VERS= 5.3 +DISTNAME= nedit-${VERS}-source PKGNAME= nedit-${VERS} CATEGORIES= editors -MASTER_SITES= http://ftp.nedit.org/ftp/v${VERS:S/./_/g}/ +MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ + http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \ + ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nedit.org/ diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo index 79ec7c7ddf8..d292a9ba92c 100644 --- a/editors/nedit/distinfo +++ b/editors/nedit/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2002/01/18 22:27:35 mjl Exp $ +$NetBSD: distinfo,v 1.7 2002/08/04 13:33:31 mjl Exp $ -SHA1 (nedit-5.2-src.tar.gz) = 00327cb34f02318eb786d44051478dc367f65563 -Size (nedit-5.2-src.tar.gz) = 768534 bytes +SHA1 (nedit-5.3-source.tar.bz2) = c60ec4eb96eef654480bed06fe9139288b5396a9 +Size (nedit-5.3-source.tar.bz2) = 724878 bytes SHA1 (patch-aa) = d95ad0eaf120fb7b8e95b71ef5f1520a7dcb7393 -SHA1 (patch-ab) = 1d566822879aa6519bea91acb03cdba139edd250 diff --git a/editors/nedit/patches/patch-ab b/editors/nedit/patches/patch-ab deleted file mode 100644 index 88ef06b0fd3..00000000000 --- a/editors/nedit/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2000/12/28 12:49:51 abs Exp $ - ---- source/preferences.c.orig Thu Dec 28 12:26:33 2000 -+++ source/preferences.c -@@ -24,6 +24,7 @@ - * Written by Mark Edel * - * * - *******************************************************************************/ -+#include <stdio.h> - #include <stdlib.h> - #include <ctype.h> - #ifdef VMS |