From f6a9c1eb5e677eb87fe590de5105b9e222ba78e3 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 23 Jun 2010 12:52:42 +0000 Subject: 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 --- editors/joe/patches/patch-aa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editors/joe/patches/patch-aa') 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 +@@ -19,8 +19,6 @@ + #endif #endif -extern int errno; -- cgit v1.2.3