Go to file
Chris Allegretta 22bae9812c Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again, this was causing nasty errors if the call to nrealloc moved where the data was located
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@867 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2001-10-22 23:32:58 +00:00
intl rm libintl.h on distclean so we don't get the stupid unresolved symbols anymore. 2001-04-02 13:47:17 +00:00
m4 This commit was manufactured by cvs2svn to create branch 2001-10-04 01:38:58 +00:00
po Header changes for TP. 2001-10-18 14:43:58 +00:00
.cvsignore Readd the two files again. 2001-07-04 09:50:45 +00:00
ABOUT-NLS More RCS schtuff 2000-08-07 02:16:24 +00:00
AUTHORS Added Rocco to AUTHORS 2000-11-21 02:20:42 +00:00
BUGS Add and fix bug #66 (David Lawrence Ramsey) 2001-10-03 01:53:09 +00:00
COPYING Initial revision 2000-06-06 05:53:49 +00:00
ChangeLog Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again, this was causing nasty errors if the call to nrealloc moved where the data was located 2001-10-22 23:32:58 +00:00
INSTALL More RCS schtuff 2000-08-07 02:16:24 +00:00
Makefile.am Man can't live of AUTHORS only. 2001-06-22 23:31:15 +00:00
NEWS GNU nano 1.0.5 release 2001-10-03 23:42:39 +00:00
README GNU nano 1.0.4 release 2001-08-24 22:22:54 +00:00
THANKS Updated German translation (Karl Eichwalder). 2001-10-10 21:58:43 +00:00
TODO Various spelling updates by David Lawrence Ramsey. 2001-05-05 17:38:31 +00:00
acconfig.h Added --disable-wrapping configure flag 2001-04-02 05:36:08 +00:00
aclocal.m4 GNU nano 1.0.5 release 2001-10-03 23:42:39 +00:00
autogen.sh This commit was manufactured by cvs2svn to create branch 2001-10-04 01:38:58 +00:00
config.guess This commit was manufactured by cvs2svn to create branch 2001-04-22 07:10:05 +00:00
config.h.in GNU nano 1.0.5 release 2001-10-03 23:42:39 +00:00
config.sub This commit was manufactured by cvs2svn to create branch 2001-04-22 07:10:05 +00:00
configure.in Back to CVS 2001-10-03 23:44:44 +00:00
cut.c Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again, this was causing nasty errors if the call to nrealloc moved where the data was located 2001-10-22 23:32:58 +00:00
faq.html GNU nano 1.0.5 release 2001-10-03 23:42:39 +00:00
files.c do_browser() - More Picoish keystrokes for the browser, ^P, ^N, etc, for up, down, etc, and add the consistent ^C to exit (Jim Knoble) 2001-07-02 01:31:44 +00:00
global.c Various spelling updates by David Lawrence Ramsey. 2001-05-05 17:38:31 +00:00
install-sh Initial revision 2000-06-06 05:53:49 +00:00
missing Initial revision 2000-06-06 05:53:49 +00:00
mkinstalldirs Initial revision 2000-06-06 05:53:49 +00:00
move.c Don't keep cutbufer on reset, fix -k cut on first line if blank 2001-06-11 06:56:10 +00:00
nano.1 Various spelling updates by David Lawrence Ramsey. 2001-05-05 17:38:31 +00:00
nano.1.html Various spelling updates by David Lawrence Ramsey. 2001-05-05 17:38:31 +00:00
nano.c Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again, this was causing nasty errors if the call to nrealloc moved where the data was located 2001-10-22 23:32:58 +00:00
nano.h Add and fix bugs #63 and 64 2001-08-17 00:03:46 +00:00
nano.texi GNU nano 1.0.5 release 2001-10-03 23:42:39 +00:00
proto.h Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again, this was causing nasty errors if the call to nrealloc moved where the data was located 2001-10-22 23:32:58 +00:00
search.c Unset the flag chris you dolt 2001-08-17 00:08:44 +00:00
stamp-h.in Initial revision 2000-06-06 05:53:49 +00:00
texinfo.tex Nano texi manual 2001-02-12 03:48:53 +00:00
utils.c strcasestr() - Replaced by mutt's mutt_stristr function, because the thought of dynamically allocating memory and copying each line in a file to do a search or replace was causing me to lose sleep 2001-05-16 04:26:01 +00:00
winio.c winio.c: - Add David Lawrence Ramsey to credits 2001-08-25 16:00:53 +00:00

README

	GNU nano - an enhanced clone of the Pico text editor.
                                      
Overview

     The nano project was started because of a few "problems" with the
     wonderfully easy-to-use and friendly Pico text editor.

     First and foremost is its license: the Pine suite does not use the
     GPL or a GPL-friendly license, and has unclear restrictions on 
     redistribution.  Because of this, Pine and Pico are not included with
     many GNU/Linux distributions.  Also, other features (like goto line
     number or search and replace) were unavailable until recently or
     require a command line flag.  Yuck.

     nano aims to solve these problems by emulating the functionality of
     Pico as closely as possible while addressing the problems above and
     perhaps providing other extra functionality.

     The nano editor is now an official GNU package.  For more information
     on GNU and the Free Software Foundation please see http://www.gnu.org.
     
How to compile and install nano

     Download the nano source code, then:
     tar zxvf nano-x.y.z.tar.gz
     cd nano-x.y.z
     ./configure
     make
     make install
     
     It's that simple. Use --prefix with configure to override the 
     default installation directory of /usr/local.
     
Web Page

	http://www.nano-editor.org
     
Mailing List and Bug Reports

	SourceForge hosts all the nano-related mailing-lists.
	+ nano-announce@lists.sourceforge.net is a very low traffic list
	  used to announce new Nano versions or other important information
	  about the project.
	+ nano-devel@lists.sourceforge.net is the list used by the people
	  that make Nano and a general development discussion list, with
	  moderate traffic.
	To subscribe, send email to nano-<name>-request@lists.sourceforge.net
	with a subject of "subscribe", where <name> is the list you want to
	subscribe to.
	For general bug reports, send a description of the problem to
	nano@nano-editor.org or directly to the development list.

Current Status

	GNU nano has finally reached its first stable release (1.0).
	The 1.1 development tree has forked and is proceeding nicely.
	There will be releases and updates for both the 1.1 and
	1.0 trees until 1.1 stabilizes and becomes version 1.2.

   Chris Allegretta (chrisa@asty.org)

$Id$