summaryrefslogtreecommitdiff
path: root/editors/nedit/patches
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2002-08-04 13:33:30 +0000
committermjl <mjl@pkgsrc.org>2002-08-04 13:33:30 +0000
commit948d895015c256557bcf4f5e2f939ef978456000 (patch)
treef7f464c7eabe8f255a16205041d04cb55edaa4fe /editors/nedit/patches
parent879df2fc76ce317d80f173fa0820aed8b1e87c71 (diff)
downloadpkgsrc-948d895015c256557bcf4f5e2f939ef978456000.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/patches')
-rw-r--r--editors/nedit/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
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