summaryrefslogtreecommitdiffstats
path: root/development/nedit/nedit.patch
blob: 55f3528b26f3b65601a0d6fcca9c4e5b28e40091 (plain)
diff -urN nedit-5.6/doc/Makefile nedit-5.6-patched/doc/Makefile
--- nedit-5.6/doc/Makefile	2014-12-28 14:56:20.000000000 +0100
+++ nedit-5.6-patched/doc/Makefile	2017-01-26 17:22:58.849450939 +0100
@@ -69,7 +69,7 @@
 	@ echo "Creating NEdit plain text documenation..."
 	@ ./setext -c NEDITDOC -v version="`cat .version`" help.etx nedit.doc
 
-nc.man: .version
+ncl.man: .version
 nedit.man: .version
 .pod.man:
 	@ echo "Creating $* man page..."
@@ -78,13 +78,13 @@
 
 doc: .version nedit.doc nedit.html html/nedit.html
 
-man: .version nedit.man nc.man
+man: .version nedit.man ncl.man
 
 all: help doc man
 
 clean:
 	@ echo "Removing generated NEdit documentation..."
-	@ rm -rf help nedit.html html nedit.doc .version nedit.man nc.man
+	@ rm -rf help nedit.html html nedit.doc .version nedit.man ncl.man
 
 #
 # FAQ targets. Requires an XSLT parser and processor, such as Java with the
diff -urN nedit-5.6/doc/nc.man nedit-5.6-patched/doc/nc.man
--- nedit-5.6/doc/nc.man	2015-03-31 04:25:14.000000000 +0200
+++ nedit-5.6-patched/doc/nc.man	1970-01-01 01:00:00.000000000 +0100
@@ -1,319 +0,0 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
-.\"
-.\" Standard preamble:
-.\" ========================================================================
-.de Sp \" Vertical space (when we can't use .PP)
-.if t .sp .5v
-.if n .sp
-..
-.de Vb \" Begin verbatim text
-.ft CW
-.nf
-.ne \\$1
-..
-.de Ve \" End verbatim text
-.ft R
-.fi
-..
-.\" Set up some character translations and predefined strings.  \*(-- will
-.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
-.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
-.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
-.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
-.\" nothing in troff, for use with C<>.
-.tr \(*W-
-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
-.ie n \{\
-.    ds -- \(*W-
-.    ds PI pi
-.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
-.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
-.    ds L" ""
-.    ds R" ""
-.    ds C` ""
-.    ds C' ""
-'br\}
-.el\{\
-.    ds -- \|\(em\|
-.    ds PI \(*p
-.    ds L" ``
-.    ds R" ''
-'br\}
-.\"
-.\" Escape single quotes in literal strings from groff's Unicode transform.
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
-.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
-.\" entries marked with X<> in POD.  Of course, you'll have to process the
-.\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
-..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
-..
-.\}
-.\"
-.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
-.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
-.    \" fudge factors for nroff and troff
-.if n \{\
-.    ds #H 0
-.    ds #V .8m
-.    ds #F .3m
-.    ds #[ \f1
-.    ds #] \fP
-.\}
-.if t \{\
-.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
-.    ds #V .6m
-.    ds #F 0
-.    ds #[ \&
-.    ds #] \&
-.\}
-.    \" simple accents for nroff and troff
-.if n \{\
-.    ds ' \&
-.    ds ` \&
-.    ds ^ \&
-.    ds , \&
-.    ds ~ ~
-.    ds /
-.\}
-.if t \{\
-.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
-.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
-.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
-.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
-.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
-.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
-.\}
-.    \" troff and (daisy-wheel) nroff accents
-.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
-.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
-.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
-.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
-.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
-.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
-.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
-.ds ae a\h'-(\w'a'u*4/10)'e
-.ds Ae A\h'-(\w'A'u*4/10)'E
-.    \" corrections for vroff
-.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
-.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
-.    \" for low resolution devices (crt and lpr)
-.if \n(.H>23 .if \n(.V>19 \
-\{\
-.    ds : e
-.    ds 8 ss
-.    ds o a
-.    ds d- d\h'-1'\(ga
-.    ds D- D\h'-1'\(hy
-.    ds th \o'bp'
-.    ds Th \o'LP'
-.    ds ae ae
-.    ds Ae AE
-.\}
-.rm #[ #] #H #V #F C
-.\" ========================================================================
-.\"
-.IX Title "NC 1"
-.TH NC 1 "2014-12-28" "5.6" "NEdit documentation"
-.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
-.\" way too many mistakes in technical documents.
-.if n .ad l
-.nh
-.SH "NAME"
-nc \- Client program for NEdit text editor
-.SH "SYNOPSYS"
-.IX Header "SYNOPSYS"
-nc [\fB\-read\fR] [\fB\-create\fR] [\fB\-line\fR \fIn\fR | \fB+\fR\fIn\fR] [\fB\-do\fR \fIcommand\fR] 
-   [\fB\-ask\fR] [\fB\-noask\fR] [\fB\-svrname\fR \fIname\fR] [\fB\-svrcmd\fR \fIcommand\fR] 
-   [\fB\-lm\fR \fIlanguagemode\fR] 
-   [\fB\-geometry\fR \fIgeometry\fR | \fB\-g\fR \fIgeometry\fR] [\fB\-icon\fR | \fB\-iconic\fR] 
-   [\fB\-display\fR \fI[host]:server[.screen]\fR] 
-   [\fB\-timeout\fR \fIseconds\fR] [\fB\-wait\fR] [\fB\-xrm\fR \fIresourcestring\fR] 
-   [\fB\-tabbed\fR] [\fB\-untabbed\fR] [\fB\-group\fR] 
-   [\fB\-V\fR | \fB\-version\fR] [\fB\-h\fR | \fB\-help\fR] [\fB\-\-\fR] [file...]
-.SH "DESCRIPTION"
-.IX Header "DESCRIPTION"
-\&\fBnc\fR is the client interface to the NEdit text editor. A server can be started
-explicitly by running NEdit in server mode:
-.PP
-.Vb 1
-\& nedit \-server
-.Ve
-.PP
-If no server is running, \fBnc\fR will start one unless configured otherwise.
-Client/server mode is useful for integrating NEdit with software development
-environments, mailers, and other programs; or just as a quick way to open files
-from the shell command line without starting a new NEdit session.
-.SH "OPTIONS"
-.IX Header "OPTIONS"
-.IP "\fB\-read\fR" 4
-.IX Item "-read"
-Open the file read-only regardless of the actual file protection.
-.IP "\fB\-create\fR" 4
-.IX Item "-create"
-Don't warn about file creation when a file doesn't exist.
-.IP "\fB\-line\fR \fIn\fR, \fB+\fR\fIn\fR" 4
-.IX Item "-line n, +n"
-Go to line number \fIn\fR.
-.IP "\fB\-do\fR \fIcommand\fR" 4
-.IX Item "-do command"
-Execute an NEdit macro or action on the file following the \-do argument on the
-command line.
-.Sp
-If you use this command without a filename, \fBnc\fR would randomly choose one
-window to focus and execute the macro in.
-.IP "\fB\-ask\fR, \fB\-noask\fR" 4
-.IX Item "-ask, -noask"
-Instructs \fBnc\fR whether to automatically start a server if one is not
-available. This overrides the X resource `nc.autoStart'.
-.IP "\fB\-svrname\fR \fIname\fR" 4
-.IX Item "-svrname name"
-Explicitly instructs \fBnc\fR which server to connect to, an instance of
-\&\fInedit\fR\|(1) with a corresponding \fB\-svrname\fR argument.  By naming servers, you
-can run several simultaneously, and direct files and commands specifically to
-any one.
-.IP "\fB\-svrcmd\fR \fIcommand\fR" 4
-.IX Item "-svrcmd command"
-The command which \fBnc\fR uses to start an NEdit server. It is also settable via
-the X resource `nc.serverCommand', by default, \fI\*(L"nedit \-server\*(R"\fR.
-.IP "\fB\-lm\fR \fIlanguagemode\fR" 4
-.IX Item "-lm languagemode"
-Initial language mode used for editing succeeding files.
-.IP "\fB\-geometry\fR \fIgeometry\fR, \fB\-g\fR \fIgeometry\fR" 4
-.IX Item "-geometry geometry, -g geometry"
-The initial size and/or location of editor windows. The argument geometry has
-the form:
-.Sp
-.Vb 1
-\&  [<width>x<height>][+|\-][<xoffset>[+|\-]<yoffset>]
-.Ve
-.Sp
-where `<width>' and `<height>' are the desired width and
-height of the window, and `<xoffset>' and `<yoffset>' are the
-distance from the edge of the screen to the window, + for top or left, \- for
-bottom or right. \fB\-geometry\fR can be specified for individual files on the
-command line.
-.IP "\fB\-icon\fR, \fB\-iconic\fR" 4
-.IX Item "-icon, -iconic"
-Initial window state for succeeding files.
-.IP "\fB\-display\fR \fI[host]:server[.screen]\fR" 4
-.IX Item "-display [host]:server[.screen]"
-The name of the X server to use. host specifies the machine, server specifies
-the display server number, and screen specifies the screen number.  host or
-screen can be omitted and default to the local machine, and screen 0.
-.IP "\fB\-timeout\fR \fIseconds\fR" 4
-.IX Item "-timeout seconds"
-Basic time-out period (in seconds) used in communication with an NEdit server.
-Default: 10 seconds. Also settable via the X resource `nc.timeOut'.
-.Sp
-Under rare conditions (such as a slow connection), it may be necessary to
-increase the time-out period. In most cases, the default is fine.
-.IP "\fB\-wait\fR" 4
-.IX Item "-wait"
-Instructs \fBnc\fR not to return to the shell until all files given
-are closed.
-.Sp
-Normally, \fBnc\fR returns once the files given in its command line
-are opened by the server. When this option is given, nc returns
-only after the last file given in this call is closed.
-Note that this option affects all files, not only the ones
-following this option in the command line.
-.IP "\fB\-xrm\fR \fIresourcestring\fR" 4
-.IX Item "-xrm resourcestring"
-Set the value of an X resource to override a default value.
-.IP "\fB\-tabbed\fR" 4
-.IX Item "-tabbed"
-Open all subsequent files in new tabs. Resets \fB\-group\fR option.
-.IP "\fB\-untabbed\fR" 4
-.IX Item "-untabbed"
-Open all subsequent files in new windows. Resets \fB\-group\fR option.
-.IP "\fB\-group\fR" 4
-.IX Item "-group"
-Open all subsequent files as tabs in a new window.
-.IP "\fB\-V\fR, \fB\-version\fR" 4
-.IX Item "-V, -version"
-Prints version and build information, to be mentioned when reporting bugs and
-problems.
-.IP "\fB\-h\fR, \fB\-help\fR" 4
-.IX Item "-h, -help"
-Prints the command line help and then exits.
-.IP "\fB\-\-\fR" 4
-.IX Item "--"
-Treats all subsequent arguments as file names, even if they start with a dash.
-This is so NEdit can access files that begin with the dash character.
-.SH "ENVIRONMENT"
-.IX Header "ENVIRONMENT"
-.IP "\s-1DISPLAY\s0" 4
-.IX Item "DISPLAY"
-NEdit requires an X\-based workstation or X\-Terminal. If you have used \fBtelnet\fR
-or \fBrlogin\fR to access the host Unix system, set the Unix environment variable
-for your display:
-.Sp
-.Vb 1
-\&    % setenv DISPLAY devicename:0
-.Ve
-.SH "NOTES"
-.IX Header "NOTES"
-Communication between \fInc\fR\|(1) and \fInedit\fR\|(1) is through the X display. So as
-long as X windows is set up and working properly, \fBnc\fR will work properly
-as well. \fBnc\fR uses the `\s-1DISPLAY\s0' environment variable, the machine name and
-your user name to find the appropriate server, meaning, if you have several
-machines sharing a common file system, \fBnc\fR will not be able to find a server
-that is running on a machine with a different host name, even though it may be
-perfectly appropriate for editing a given file.
-.PP
-In typical Unix style, arguments affect the files which follow them on the
-command line, for example:
-.IP "incorrect:" 4
-.IX Item "incorrect:"
-.Vb 1
-\&  nc file.c \-line 25
-.Ve
-.IP "correct:" 4
-.IX Item "correct:"
-.Vb 1
-\&  nc \-line 25 file.c
-.Ve
-.PP
-For more information see NEdit's online help, or \fInedit.doc\fR in the NEdit
-distribution kit.
-.SH "SEE ALSO"
-.IX Header "SEE ALSO"
-\&\fInedit\fR\|(1), X(1), \fImwm\fR\|(1), \fIctags\fR\|(1), \fIetags\fR\|(1)
-.SH "AUTHORS"
-.IX Header "AUTHORS"
-NEdit was written by Mark Edel, Joy Kyriakopulos, Christopher Conrad, Jim
-Clark, Arnulfo Zepeda-Navratil, Suresh Ravoor, Tony Balinski, Max Vohlken,
-Yunliang Yu, Donna Reid, Arne Forlie, Eddy De Greef, Steve LoBasso, Alexander
-Mai, Scott Tringali, Thorsten Haude, Steve Haehn, Andrew Hood, Nathaniel Gray,
-and \s-1TK\s0 Soh.
-.SH "COPYRIGHT"
-.IX Header "COPYRIGHT"
-This program is free software; you can redistribute it and/or modify it under
-the terms of the \s-1GNU\s0 General Public License as published by the Free Software
-Foundation; either version 2 of the License, or (at your option) any later
-version.
-.PP
-In addition, as a special exception to the \s-1GNU\s0 \s-1GPL\s0, the copyright holders give
-permission to link the code of this program with the Motif and Open Motif
-libraries (or with modified versions of these that use the same license), and
-distribute linked combinations including the two. You must obey the \s-1GNU\s0 General
-Public License in all respects for all of the code used other than linking with
-Motif/Open Motif. If you modify this file, you may extend this exception to your
-version of the file, but you are not obligated to do so. If you do not wish to
-do so, delete this exception statement from your version.
-.PP
-This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0
-\&\s-1WARRANTY\s0; without even the implied warranty of \s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A
-\&\s-1PARTICULAR\s0 \s-1PURPOSE\s0.  See the \s-1GNU\s0 General Public License in the Help section
-\&\*(L"Distribution Policy\*(R" for more details.
diff -urN nedit-5.6/doc/nc.pod nedit-5.6-patched/doc/nc.pod
--- nedit-5.6/doc/nc.pod	2014-12-28 14:56:20.000000000 +0100
+++ nedit-5.6-patched/doc/nc.pod	1970-01-01 01:00:00.000000000 +0100
@@ -1,229 +0,0 @@
-# $Id: nc.pod,v 1.7 2005/03/03 14:49:37 edg Exp $
-=pod
-
-=head1 NAME
-
-nc - Client program for NEdit text editor
-
-=head1 SYNOPSYS
-
-nc [B<-read>] [B<-create>] [B<-line> I<n> | B<+>I<n>] [B<-do> I<command>] 
-   [B<-ask>] [B<-noask>] [B<-svrname> I<name>] [B<-svrcmd> I<command>] 
-   [B<-lm> I<languagemode>] 
-   [B<-geometry> I<geometry> | B<-g> I<geometry>] [B<-icon> | B<-iconic>] 
-   [B<-display> I<[host]:server[.screen]>] 
-   [B<-timeout> I<seconds>] [B<-wait>] [B<-xrm> I<resourcestring>] 
-   [B<-tabbed>] [B<-untabbed>] [B<-group>] 
-   [B<-V> | B<-version>] [B<-h> | B<-help>] [B<-->] [file...]
-
-=head1 DESCRIPTION
-
-B<nc> is the client interface to the NEdit text editor. A server can be started
-explicitly by running NEdit in server mode:
-
- nedit -server
-
-If no server is running, B<nc> will start one unless configured otherwise.
-Client/server mode is useful for integrating NEdit with software development
-environments, mailers, and other programs; or just as a quick way to open files
-from the shell command line without starting a new NEdit session.
-
-=head1 OPTIONS
-
-=over
-
-=item  B<-read>
-
-Open the file read-only regardless of the actual file protection.
-
-=item  B<-create>
-
-Don't warn about file creation when a file doesn't exist.
-
-=item  B<-line> I<n>, B<+>I<n>
-
-Go to line number I<n>.
-
-=item  B<-do> I<command>
-
-Execute an NEdit macro or action on the file following the -do argument on the
-command line.
-
-If you use this command without a filename, B<nc> would randomly choose one
-window to focus and execute the macro in.
-
-=item  B<-ask>, B<-noask>
-
-Instructs B<nc> whether to automatically start a server if one is not
-available. This overrides the X resource `nc.autoStart'.
-
-
-=item  B<-svrname> I<name>
-
-Explicitly instructs B<nc> which server to connect to, an instance of
-L<nedit(1)> with a corresponding B<-svrname> argument.  By naming servers, you
-can run several simultaneously, and direct files and commands specifically to
-any one.
-
-=item  B<-svrcmd> I<command>
-
-The command which B<nc> uses to start an NEdit server. It is also settable via
-the X resource `nc.serverCommand', by default, I<"nedit -server">.
-
-=item  B<-lm> I<languagemode>
-
-Initial language mode used for editing succeeding files.
-
-=item  B<-geometry> I<geometry>, B<-g> I<geometry>
-
-The initial size and/or location of editor windows. The argument geometry has
-the form:
-
-  [<width>x<height>][+|-][<xoffset>[+|-]<yoffset>]
-
-where `<width>' and `<height>' are the desired width and
-height of the window, and `<xoffset>' and `<yoffset>' are the
-distance from the edge of the screen to the window, + for top or left, - for
-bottom or right. B<-geometry> can be specified for individual files on the
-command line.
-
-=item  B<-icon>, B<-iconic>
-
-Initial window state for succeeding files.
-
-=item  B<-display> I<[host]:server[.screen]>
-
-The name of the X server to use. host specifies the machine, server specifies
-the display server number, and screen specifies the screen number.  host or
-screen can be omitted and default to the local machine, and screen 0.
-
-=item  B<-timeout> I<seconds>
-
-Basic time-out period (in seconds) used in communication with an NEdit server.
-Default: 10 seconds. Also settable via the X resource `nc.timeOut'.
-
-Under rare conditions (such as a slow connection), it may be necessary to
-increase the time-out period. In most cases, the default is fine. 
-
-=item B<-wait>
-
-Instructs B<nc> not to return to the shell until all files given
-are closed.
-
-Normally, B<nc> returns once the files given in its command line
-are opened by the server. When this option is given, nc returns
-only after the last file given in this call is closed.
-Note that this option affects all files, not only the ones
-following this option in the command line.
-
-
-=item  B<-xrm> I<resourcestring> 
-
-Set the value of an X resource to override a default value.
-
-=item  B<-tabbed>
-
-Open all subsequent files in new tabs. Resets B<-group> option.
-
-=item  B<-untabbed>
-
-Open all subsequent files in new windows. Resets B<-group> option.
-
-=item  B<-group>
-
-Open all subsequent files as tabs in a new window.
-
-
-=item  B<-V>, B<-version> 
-
-Prints version and build information, to be mentioned when reporting bugs and
-problems. 
-
-=item  B<-h>, B<-help> 
-
-Prints the command line help and then exits.
-
-=item B<-->
-
-Treats all subsequent arguments as file names, even if they start with a dash.
-This is so NEdit can access files that begin with the dash character. 
-
-
-=back
-
-=head1 ENVIRONMENT
-
-=over
-
-=item  DISPLAY
-
-NEdit requires an X-based workstation or X-Terminal. If you have used B<telnet>
-or B<rlogin> to access the host Unix system, set the Unix environment variable
-for your display:
-
-    % setenv DISPLAY devicename:0
-
-=back
-
-=head1 NOTES
-
-Communication between L<nc(1)> and L<nedit(1)> is through the X display. So as
-long as X windows is set up and working properly, B<nc> will work properly
-as well. B<nc> uses the `DISPLAY' environment variable, the machine name and
-your user name to find the appropriate server, meaning, if you have several
-machines sharing a common file system, B<nc> will not be able to find a server
-that is running on a machine with a different host name, even though it may be
-perfectly appropriate for editing a given file.
-
-In typical Unix style, arguments affect the files which follow them on the
-command line, for example:
-
-=over
-
-=item  incorrect:
-
-  nc file.c -line 25
-
-=item  correct:
-
-  nc -line 25 file.c
-
-=back
-
-For more information see NEdit's online help, or I<nedit.doc> in the NEdit
-distribution kit.
-
-=head1 SEE ALSO
-
-nedit(1), X(1), mwm(1), ctags(1), etags(1)
-
-=head1 AUTHORS
-
-NEdit was written by Mark Edel, Joy Kyriakopulos, Christopher Conrad, Jim
-Clark, Arnulfo Zepeda-Navratil, Suresh Ravoor, Tony Balinski, Max Vohlken,
-Yunliang Yu, Donna Reid, Arne Forlie, Eddy De Greef, Steve LoBasso, Alexander
-Mai, Scott Tringali, Thorsten Haude, Steve Haehn, Andrew Hood, Nathaniel Gray,
-and TK Soh.
-
-=head1 COPYRIGHT
-
-This program is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free Software
-Foundation; either version 2 of the License, or (at your option) any later
-version.
-
-In addition, as a special exception to the GNU GPL, the copyright holders give
-permission to link the code of this program with the Motif and Open Motif
-libraries (or with modified versions of these that use the same license), and
-distribute linked combinations including the two. You must obey the GNU General
-Public License in all respects for all of the code used other than linking with
-Motif/Open Motif. If you modify this file, you may extend this exception to your
-version of the file, but you are not obligated to do so. If you do not wish to
-do so, delete this exception statement from your version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  See the GNU General Public License in the Help section
-"Distribution Policy" for more details. 
-
-=cut
diff -urN nedit-5.6/doc/ncl.man nedit-5.6-patched/doc/ncl.man
--- nedit-5.6/doc/ncl.man	1970-01-01 01:00:00.000000000 +0100
+++ nedit-5.6-patched/doc/ncl.man	2017-01-26 17:23:14.961450481 +0100
@@ -0,0 +1,328 @@
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29)
+.\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+.    ds C`
+.    ds C'
+'br\}
+.\"
+.\" Escape single quotes in literal strings from groff's Unicode transform.
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
+..
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
+..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
+.\}
+.rr rF
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
+.    \" fudge factors for nroff and troff
+.if n \{\
+.    ds #H 0
+.    ds #V .8m
+.    ds #F .3m
+.    ds #[ \f1
+.    ds #] \fP
+.\}
+.if t \{\
+.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+.    ds #V .6m
+.    ds #F 0
+.    ds #[ \&
+.    ds #] \&
+.\}
+.    \" simple accents for nroff and troff
+.if n \{\
+.    ds ' \&
+.    ds ` \&
+.    ds ^ \&
+.    ds , \&
+.    ds ~ ~
+.    ds /
+.\}
+.if t \{\
+.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+.    \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+.    \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+.    \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+.    ds : e
+.    ds 8 ss
+.    ds o a
+.    ds d- d\h'-1'\(ga
+.    ds D- D\h'-1'\(hy
+.    ds th \o'bp'
+.    ds Th \o'LP'
+.    ds ae ae
+.    ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "NCL 1"
+.TH NCL 1 "2017-01-26" "5.6" "NEdit documentation"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.if n .ad l
+.nh
+.SH "NAME"
+ncl \- Client program for NEdit text editor
+.SH "SYNOPSYS"
+.IX Header "SYNOPSYS"
+ncl [\fB\-read\fR] [\fB\-create\fR] [\fB\-line\fR \fIn\fR | \fB+\fR\fIn\fR] [\fB\-do\fR \fIcommand\fR] 
+   [\fB\-ask\fR] [\fB\-noask\fR] [\fB\-svrname\fR \fIname\fR] [\fB\-svrcmd\fR \fIcommand\fR] 
+   [\fB\-lm\fR \fIlanguagemode\fR] 
+   [\fB\-geometry\fR \fIgeometry\fR | \fB\-g\fR \fIgeometry\fR] [\fB\-icon\fR | \fB\-iconic\fR] 
+   [\fB\-display\fR \fI[host]:server[.screen]\fR] 
+   [\fB\-timeout\fR \fIseconds\fR] [\fB\-wait\fR] [\fB\-xrm\fR \fIresourcestring\fR] 
+   [\fB\-tabbed\fR] [\fB\-untabbed\fR] [\fB\-group\fR] 
+   [\fB\-V\fR | \fB\-version\fR] [\fB\-h\fR | \fB\-help\fR] [\fB\-\-\fR] [file...]
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+\&\fBncl\fR is the client interface to the NEdit text editor. A server can be started
+explicitly by running NEdit in server mode:
+.PP
+.Vb 1
+\& nedit \-server
+.Ve
+.PP
+If no server is running, \fBncl\fR will start one unless configured otherwise.
+Client/server mode is useful for integrating NEdit with software development
+environments, mailers, and other programs; or just as a quick way to open files
+from the shell command line without starting a new NEdit session.
+.SH "OPTIONS"
+.IX Header "OPTIONS"
+.IP "\fB\-read\fR" 4
+.IX Item "-read"
+Open the file read-only regardless of the actual file protection.
+.IP "\fB\-create\fR" 4
+.IX Item "-create"
+Don't warn about file creation when a file doesn't exist.
+.IP "\fB\-line\fR \fIn\fR, \fB+\fR\fIn\fR" 4
+.IX Item "-line n, +n"
+Go to line number \fIn\fR.
+.IP "\fB\-do\fR \fIcommand\fR" 4
+.IX Item "-do command"
+Execute an NEdit macro or action on the file following the \-do argument on the
+command line.
+.Sp
+If you use this command without a filename, \fBncl\fR would randomly choose one
+window to focus and execute the macro in.
+.IP "\fB\-ask\fR, \fB\-noask\fR" 4
+.IX Item "-ask, -noask"
+Instructs \fBncl\fR whether to automatically start a server if one is not
+available. This overrides the X resource `nc.autoStart'.
+.IP "\fB\-svrname\fR \fIname\fR" 4
+.IX Item "-svrname name"
+Explicitly instructs \fBncl\fR which server to connect to, an instance of
+\&\fInedit\fR\|(1) with a corresponding \fB\-svrname\fR argument.  By naming servers, you
+can run several simultaneously, and direct files and commands specifically to
+any one.
+.IP "\fB\-svrcmd\fR \fIcommand\fR" 4
+.IX Item "-svrcmd command"
+The command which \fBncl\fR uses to start an NEdit server. It is also settable via
+the X resource `nc.serverCommand', by default, \fI\*(L"nedit \-server\*(R"\fR.
+.IP "\fB\-lm\fR \fIlanguagemode\fR" 4
+.IX Item "-lm languagemode"
+Initial language mode used for editing succeeding files.
+.IP "\fB\-geometry\fR \fIgeometry\fR, \fB\-g\fR \fIgeometry\fR" 4
+.IX Item "-geometry geometry, -g geometry"
+The initial size and/or location of editor windows. The argument geometry has
+the form:
+.Sp
+.Vb 1
+\&  [<width>x<height>][+|\-][<xoffset>[+|\-]<yoffset>]
+.Ve
+.Sp
+where `<width>' and `<height>' are the desired width and
+height of the window, and `<xoffset>' and `<yoffset>' are the
+distance from the edge of the screen to the window, + for top or left, \- for
+bottom or right. \fB\-geometry\fR can be specified for individual files on the
+command line.
+.IP "\fB\-icon\fR, \fB\-iconic\fR" 4
+.IX Item "-icon, -iconic"
+Initial window state for succeeding files.
+.IP "\fB\-display\fR \fI[host]:server[.screen]\fR" 4
+.IX Item "-display [host]:server[.screen]"
+The name of the X server to use. host specifies the machine, server specifies
+the display server number, and screen specifies the screen number.  host or
+screen can be omitted and default to the local machine, and screen 0.
+.IP "\fB\-timeout\fR \fIseconds\fR" 4
+.IX Item "-timeout seconds"
+Basic time-out period (in seconds) used in communication with an NEdit server.
+Default: 10 seconds. Also settable via the X resource `nc.timeOut'.
+.Sp
+Under rare conditions (such as a slow connection), it may be necessary to
+increase the time-out period. In most cases, the default is fine.
+.IP "\fB\-wait\fR" 4
+.IX Item "-wait"
+Instructs \fBncl\fR not to return to the shell until all files given
+are closed.
+.Sp
+Normally, \fBncl\fR returns once the files given in its command line
+are opened by the server. When this option is given, ncl returns
+only after the last file given in this call is closed.
+Note that this option affects all files, not only the ones
+following this option in the command line.
+.IP "\fB\-xrm\fR \fIresourcestring\fR" 4
+.IX Item "-xrm resourcestring"
+Set the value of an X resource to override a default value.
+.IP "\fB\-tabbed\fR" 4
+.IX Item "-tabbed"
+Open all subsequent files in new tabs. Resets \fB\-group\fR option.
+.IP "\fB\-untabbed\fR" 4
+.IX Item "-untabbed"
+Open all subsequent files in new windows. Resets \fB\-group\fR option.
+.IP "\fB\-group\fR" 4
+.IX Item "-group"
+Open all subsequent files as tabs in a new window.
+.IP "\fB\-V\fR, \fB\-version\fR" 4
+.IX Item "-V, -version"
+Prints version and build information, to be mentioned when reporting bugs and
+problems.
+.IP "\fB\-h\fR, \fB\-help\fR" 4
+.IX Item "-h, -help"
+Prints the command line help and then exits.
+.IP "\fB\-\-\fR" 4
+.IX Item "--"
+Treats all subsequent arguments as file names, even if they start with a dash.
+This is so NEdit can access files that begin with the dash character.
+.SH "ENVIRONMENT"
+.IX Header "ENVIRONMENT"
+.IP "\s-1DISPLAY\s0" 4
+.IX Item "DISPLAY"
+NEdit requires an X\-based workstation or X\-Terminal. If you have used \fBtelnet\fR
+or \fBrlogin\fR to access the host Unix system, set the Unix environment variable
+for your display:
+.Sp
+.Vb 1
+\&    % setenv DISPLAY devicename:0
+.Ve
+.SH "NOTES"
+.IX Header "NOTES"
+Communication between \fIncl\fR\|(1) and \fInedit\fR\|(1) is through the X display. So as
+long as X windows is set up and working properly, \fBncl\fR will work properly
+as well. \fBncl\fR uses the `\s-1DISPLAY\s0' environment variable, the machine name and
+your user name to find the appropriate server, meaning, if you have several
+machines sharing a common file system, \fBncl\fR will not be able to find a server
+that is running on a machine with a different host name, even though it may be
+perfectly appropriate for editing a given file.
+.PP
+In typical Unix style, arguments affect the files which follow them on the
+command line, for example:
+.IP "incorrect:" 4
+.IX Item "incorrect:"
+.Vb 1
+\&  ncl file.c \-line 25
+.Ve
+.IP "correct:" 4
+.IX Item "correct:"
+.Vb 1
+\&  ncl \-line 25 file.c
+.Ve
+.PP
+For more information see NEdit's online help, or \fInedit.doc\fR in the NEdit
+distribution kit.
+.SH "SEE ALSO"
+.IX Header "SEE ALSO"
+\&\fInedit\fR\|(1), X(1), \fImwm\fR\|(1), \fIctags\fR\|(1), \fIetags\fR\|(1)
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+NEdit was written by Mark Edel, Joy Kyriakopulos, Christopher Conrad, Jim
+Clark, Arnulfo Zepeda-Navratil, Suresh Ravoor, Tony Balinski, Max Vohlken,
+Yunliang Yu, Donna Reid, Arne Forlie, Eddy De Greef, Steve LoBasso, Alexander
+Mai, Scott Tringali, Thorsten Haude, Steve Haehn, Andrew Hood, Nathaniel Gray,
+and \s-1TK\s0 Soh.
+.SH "COPYRIGHT"
+.IX Header "COPYRIGHT"
+This program is free software; you can redistribute it and/or modify it under
+the terms of the \s-1GNU\s0 General Public License as published by the Free Software
+Foundation; either version 2 of the License, or (at your option) any later
+version.
+.PP
+In addition, as a special exception to the \s-1GNU GPL,\s0 the copyright holders give
+permission to link the code of this program with the Motif and Open Motif
+libraries (or with modified versions of these that use the same license), and
+distribute linked combinations including the two. You must obey the \s-1GNU\s0 General
+Public License in all respects for all of the code used other than linking with
+Motif/Open Motif. If you modify this file, you may extend this exception to your
+version of the file, but you are not obligated to do so. If you do not wish to
+do so, delete this exception statement from your version.
+.PP
+This program is distributed in the hope that it will be useful, but \s-1WITHOUT ANY
+WARRANTY\s0; without even the implied warranty of \s-1MERCHANTABILITY\s0 or \s-1FITNESS FOR A
+PARTICULAR PURPOSE. \s0 See the \s-1GNU\s0 General Public License in the Help section
+\&\*(L"Distribution Policy\*(R" for more details.
diff -urN nedit-5.6/doc/ncl.pod nedit-5.6-patched/doc/ncl.pod
--- nedit-5.6/doc/ncl.pod	1970-01-01 01:00:00.000000000 +0100
+++ nedit-5.6-patched/doc/ncl.pod	2017-01-26 17:20:28.785455207 +0100
@@ -0,0 +1,229 @@
+# $Id: ncl.pod,v 1.7 2005/03/03 14:49:37 edg Exp $
+=pod
+
+=head1 NAME
+
+ncl - Client program for NEdit text editor
+
+=head1 SYNOPSYS
+
+ncl [B<-read>] [B<-create>] [B<-line> I<n> | B<+>I<n>] [B<-do> I<command>] 
+   [B<-ask>] [B<-noask>] [B<-svrname> I<name>] [B<-svrcmd> I<command>] 
+   [B<-lm> I<languagemode>] 
+   [B<-geometry> I<geometry> | B<-g> I<geometry>] [B<-icon> | B<-iconic>] 
+   [B<-display> I<[host]:server[.screen]>] 
+   [B<-timeout> I<seconds>] [B<-wait>] [B<-xrm> I<resourcestring>] 
+   [B<-tabbed>] [B<-untabbed>] [B<-group>] 
+   [B<-V> | B<-version>] [B<-h> | B<-help>] [B<-->] [file...]
+
+=head1 DESCRIPTION
+
+B<ncl> is the client interface to the NEdit text editor. A server can be started
+explicitly by running NEdit in server mode:
+
+ nedit -server
+
+If no server is running, B<ncl> will start one unless configured otherwise.
+Client/server mode is useful for integrating NEdit with software development
+environments, mailers, and other programs; or just as a quick way to open files
+from the shell command line without starting a new NEdit session.
+
+=head1 OPTIONS
+
+=over
+
+=item  B<-read>
+
+Open the file read-only regardless of the actual file protection.
+
+=item  B<-create>
+
+Don't warn about file creation when a file doesn't exist.
+
+=item  B<-line> I<n>, B<+>I<n>
+
+Go to line number I<n>.
+
+=item  B<-do> I<command>
+
+Execute an NEdit macro or action on the file following the -do argument on the
+command line.
+
+If you use this command without a filename, B<ncl> would randomly choose one
+window to focus and execute the macro in.
+
+=item  B<-ask>, B<-noask>
+
+Instructs B<ncl> whether to automatically start a server if one is not
+available. This overrides the X resource `nc.autoStart'.
+
+
+=item  B<-svrname> I<name>
+
+Explicitly instructs B<ncl> which server to connect to, an instance of
+L<nedit(1)> with a corresponding B<-svrname> argument.  By naming servers, you
+can run several simultaneously, and direct files and commands specifically to
+any one.
+
+=item  B<-svrcmd> I<command>
+
+The command which B<ncl> uses to start an NEdit server. It is also settable via
+the X resource `nc.serverCommand', by default, I<"nedit -server">.
+
+=item  B<-lm> I<languagemode>
+
+Initial language mode used for editing succeeding files.
+
+=item  B<-geometry> I<geometry>, B<-g> I<geometry>
+
+The initial size and/or location of editor windows. The argument geometry has
+the form:
+
+  [<width>x<height>][+|-][<xoffset>[+|-]<yoffset>]
+
+where `<width>' and `<height>' are the desired width and
+height of the window, and `<xoffset>' and `<yoffset>' are the
+distance from the edge of the screen to the window, + for top or left, - for
+bottom or right. B<-geometry> can be specified for individual files on the
+command line.
+
+=item  B<-icon>, B<-iconic>
+
+Initial window state for succeeding files.
+
+=item  B<-display> I<[host]:server[.screen]>
+
+The name of the X server to use. host specifies the machine, server specifies
+the display server number, and screen specifies the screen number.  host or
+screen can be omitted and default to the local machine, and screen 0.
+
+=item  B<-timeout> I<seconds>
+
+Basic time-out period (in seconds) used in communication with an NEdit server.
+Default: 10 seconds. Also settable via the X resource `nc.timeOut'.
+
+Under rare conditions (such as a slow connection), it may be necessary to
+increase the time-out period. In most cases, the default is fine. 
+
+=item B<-wait>
+
+Instructs B<ncl> not to return to the shell until all files given
+are closed.
+
+Normally, B<ncl> returns once the files given in its command line
+are opened by the server. When this option is given, ncl returns
+only after the last file given in this call is closed.
+Note that this option affects all files, not only the ones
+following this option in the command line.
+
+
+=item  B<-xrm> I<resourcestring> 
+
+Set the value of an X resource to override a default value.
+
+=item  B<-tabbed>
+
+Open all subsequent files in new tabs. Resets B<-group> option.
+
+=item  B<-untabbed>
+
+Open all subsequent files in new windows. Resets B<-group> option.
+
+=item  B<-group>
+
+Open all subsequent files as tabs in a new window.
+
+
+=item  B<-V>, B<-version> 
+
+Prints version and build information, to be mentioned when reporting bugs and
+problems. 
+
+=item  B<-h>, B<-help> 
+
+Prints the command line help and then exits.
+
+=item B<-->
+
+Treats all subsequent arguments as file names, even if they start with a dash.
+This is so NEdit can access files that begin with the dash character. 
+
+
+=back
+
+=head1 ENVIRONMENT
+
+=over
+
+=item  DISPLAY
+
+NEdit requires an X-based workstation or X-Terminal. If you have used B<telnet>
+or B<rlogin> to access the host Unix system, set the Unix environment variable
+for your display:
+
+    % setenv DISPLAY devicename:0
+
+=back
+
+=head1 NOTES
+
+Communication between L<ncl(1)> and L<nedit(1)> is through the X display. So as
+long as X windows is set up and working properly, B<ncl> will work properly
+as well. B<ncl> uses the `DISPLAY' environment variable, the machine name and
+your user name to find the appropriate server, meaning, if you have several
+machines sharing a common file system, B<ncl> will not be able to find a server
+that is running on a machine with a different host name, even though it may be
+perfectly appropriate for editing a given file.
+
+In typical Unix style, arguments affect the files which follow them on the
+command line, for example:
+
+=over
+
+=item  incorrect:
+
+  ncl file.c -line 25
+
+=item  correct:
+
+  ncl -line 25 file.c
+
+=back
+
+For more information see NEdit's online help, or I<nedit.doc> in the NEdit
+distribution kit.
+
+=head1 SEE ALSO
+
+nedit(1), X(1), mwm(1), ctags(1), etags(1)
+
+=head1 AUTHORS
+
+NEdit was written by Mark Edel, Joy Kyriakopulos, Christopher Conrad, Jim
+Clark, Arnulfo Zepeda-Navratil, Suresh Ravoor, Tony Balinski, Max Vohlken,
+Yunliang Yu, Donna Reid, Arne Forlie, Eddy De Greef, Steve LoBasso, Alexander
+Mai, Scott Tringali, Thorsten Haude, Steve Haehn, Andrew Hood, Nathaniel Gray,
+and TK Soh.
+
+=head1 COPYRIGHT
+
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free Software
+Foundation; either version 2 of the License, or (at your option) any later
+version.
+
+In addition, as a special exception to the GNU GPL, the copyright holders give
+permission to link the code of this program with the Motif and Open Motif
+libraries (or with modified versions of these that use the same license), and
+distribute linked combinations including the two. You must obey the GNU General
+Public License in all respects for all of the code used other than linking with
+Motif/Open Motif. If you modify this file, you may extend this exception to your
+version of the file, but you are not obligated to do so. If you do not wish to
+do so, delete this exception statement from your version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE.  See the GNU General Public License in the Help section
+"Distribution Policy" for more details. 
+
+=cut
diff -urN nedit-5.6/util/check_lin_tif.c nedit-5.6-patched/util/check_lin_tif.c
--- nedit-5.6/util/check_lin_tif.c	2014-12-28 14:56:21.000000000 +0100
+++ nedit-5.6-patched/util/check_lin_tif.c	2017-01-26 16:36:33.825530142 +0100
@@ -103,28 +103,11 @@
     if (stability == MotifUnknown)
     {
         /* This version is neither known-good nor known-bad */
-        fprintf(stderr, 
-                "ERROR:  Untested Motif Version:\n\t%s\n",
-                XmVERSION_STRING);
-
-        fprintf(stderr, 
-            "You are attempting to build NEdit with a version of Motif that\n"
-            "has not been verified to work well with NEdit.  This could be fine,\n"
-            "but it could also lead to crashes and instability.  Historically, \n"
-            "older versions of Motif have quite often been more stable\n"
-            "than newer versions when used with NEdit, so don't assume newer\n"
-            "is better.\n");
+        /* Yeah, whatevs, it's the only version we have, mister snottypants */
 
 #ifdef BUILD_UNTESTED_NEDIT
         {
-            char buf[2];
-            fprintf(stderr,
-                "\n========================== WARNING ===========================\n"
-                "You have chosen to build NEdit with an untested version of Motif.\n"
-                "Please report your success or failure with this version to:\n"
-                "\tdevelop@nedit.org\n"
-                "\nHIT ENTER TO CONTINUE\n");
-            fgets(buf, 2, stdin);
+            /* Bollocks. */
             return EXIT_SUCCESS;
         }
 #else