summaryrefslogtreecommitdiff
path: root/editors/joe/patches/patch-aa
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-06-23 12:52:42 +0000
committeradam <adam@pkgsrc.org>2010-06-23 12:52:42 +0000
commitf6a9c1eb5e677eb87fe590de5105b9e222ba78e3 (patch)
treee9cf0179ba013a7d7264756766efa6fc6bc01da2 /editors/joe/patches/patch-aa
parentbad76d59653205205b43b8e051f7147cc0efcd1e (diff)
downloadpkgsrc-f6a9c1eb5e677eb87fe590de5105b9e222ba78e3.tar.gz
Changes 3.7:
* backspace/DEL means 'n' in replace prompt for better emacs compatibility * Menus are now made up of macros instead of options. * ^T is now a user definable menu system * Treat \ as a quote character for file I/O. Now you can edit files like !test with \!test * Print NULs in default search string. Handle many \s properly. * Allow backslashes in file names * Fix %A to print unicode * Charles Tabony's (vectorshifts's) highlighter stack patch * ! is relace all in replace prompt * Turn off UTF-8 when we enter hex mode * Call ttsig on vfile I/O errors. * Abort cleanly when malloc returns NULL * Add reload command to reload file from disk * Modify configure scrips to use docdir for extra documents and * Don't use bold yellow, it's bad for white screens * Fix TeX highlighter: don't highlight " * Make mail.jsf more forgiving for those of us who still use old UNIX mail * Fix file rename bugs * Improve ubop: can reformat a block of paragraphs again. Reformat of adjacent indented paragraphs working again. * Improve XML highlighter: allow \r in whitespace
Diffstat (limited to 'editors/joe/patches/patch-aa')
-rw-r--r--editors/joe/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/joe/patches/patch-aa b/editors/joe/patches/patch-aa
index adfc39056ea..2be15baaa5d 100644
--- a/editors/joe/patches/patch-aa
+++ b/editors/joe/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.10 2006/07/11 00:30:09 joerg Exp $
+$NetBSD: patch-aa,v 1.11 2010/06/23 12:52:43 adam Exp $
---- b.c.orig 2006-07-11 00:24:25.000000000 +0000
+--- b.c.orig 2008-11-02 20:59:06.000000000 +0000
+++ b.c
-@@ -11,8 +11,6 @@
- #include <pwd.h>
+@@ -19,8 +19,6 @@
+ #endif
#endif
-extern int errno;