nano, but smaller
 
 
 
 
 
Go to file
Jordi Mallach 19aad376ef Added script to get working configure, etc.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@845 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2001-10-04 01:37:36 +00:00
intl Deleted the old files we didn't need for old gettext 2001-07-19 12:26:56 +00:00
m4 Reverted to gettext 0.10.35 in intl/ added m4/ directory to allow system independent rebuild of configure stuff 2001-07-19 12:24:17 +00:00
po GNU nano 1.1.2 release 2001-10-04 01:24:07 +00:00
.cvsignore Added configure and Makefile.in. Yell at me :) 2000-12-19 23:01:24 +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 filebot magic line bug as bug #66 2001-10-03 01:51:33 +00:00
COPYING Initial revision 2000-06-06 05:53:49 +00:00
ChangeLog Back to CVS version 2001-10-04 01:25:43 +00:00
INSTALL More RCS schtuff 2000-08-07 02:16:24 +00:00
Makefile.am Reverted to gettext 0.10.35 in intl/ added m4/ directory to allow system independent rebuild of configure stuff 2001-07-19 12:24:17 +00:00
Makefile.in Add single line bug as Bug #65 2001-10-03 00:45:06 +00:00
NEWS GNU nano 1.1.2 release 2001-10-04 01:24:07 +00:00
README Fixed typos found by DLR and ispell. 2001-10-03 15:44:16 +00:00
THANKS Added Karl, fixed Hungarian translator address (blindly believing Google). 2001-09-30 05:03:15 +00:00
TODO UTF8 would be leet! 2001-06-02 02:02:29 +00:00
acconfig.h General: - New flag -o, --operatingdir, similar to Pico's -o mode. New function check_operating_dir(), changes to load_file (arg), open_file_dup_search (arg), new function do_gotopos for -F. 2001-09-19 03:19:43 +00:00
aclocal.m4 GNU nano 1.1.2 release 2001-10-04 01:24:07 +00:00
autogen.sh Added script to get working configure, etc. 2001-10-04 01:37:36 +00:00
color.c I should actually add the file to the tree 2001-05-05 15:01:42 +00:00
config.guess Newer config.guess and config.sub 2001-04-19 02:49:57 +00:00
config.h.in GNU nano 1.1.2 release 2001-10-04 01:24:07 +00:00
config.sub Newer config.guess and config.sub 2001-04-19 02:49:57 +00:00
configure.in Back to CVS version 2001-10-04 01:25:43 +00:00
cut.c - cut.c:do_cut_text() - Don't recenter the line when cutting one line (DLR) 2001-10-02 23:55:09 +00:00
faq.html GNU nano 1.1.2 release 2001-10-04 01:24:07 +00:00
files.c Initialize totsize in files.c:new_file() and let do_gotopos keep current position when invoking the alternate speller (DLR) 2001-09-28 21:59:01 +00:00
global.c Change do_bracket ctrl shortcut to -9 (junk value) instead of 0 so control-space will work 2001-10-02 03:14:43 +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 DLR's latest smooth scroll fix, case where there's not a full half page up from the cursor to fileage screws up the cursor position 2001-10-02 00:38:56 +00:00
nano.1 * Added more command line options that are currently ignored by nano (DLR). 2001-10-03 15:53:25 +00:00
nano.1.html GNU nano 1.1.2 release 2001-10-04 01:24:07 +00:00
nano.c - nano.c:main() - Added var constcheck as a CRC-like check of whether cursor pos has changed and if so update the pos with -c 2001-10-03 00:01:36 +00:00
nano.h Readded DISABLE_CURPOS cause we can't get away without it (Search Wrapped msgs) and Ken's findnextr fixes 2001-10-02 00:55:38 +00:00
nano.texi * Added more command line options that are currently ignored by nano (DLR). 2001-10-03 15:53:25 +00:00
nanorc.sample Add tabsize support to rc file (Nathan Heagy) 2001-10-02 23:57:31 +00:00
proto.h Initialize totsize in files.c:new_file() and let do_gotopos keep current position when invoking the alternate speller (DLR) 2001-09-28 21:59:01 +00:00
rcfile.c - rcfile.c: - Fix incorrect argument in fill and tabsize error message (Nathan Heagy) 2001-10-03 15:18:41 +00:00
search.c Take out the unneeded case sensitive and reverse stuff from -tiny 2001-10-02 03:54:40 +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 Take out the unneeded case sensitive and reverse stuff from -tiny 2001-10-02 03:54:40 +00:00
winio.c winio.c:nanogetstr() - Don't be clever and wasteful, just repaint every iteration 2001-10-02 02:57:26 +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

	This is the 1.1 or unstable branch of nano.  New features
	will be added and things will be changed around and basically
	stability is not guaranteed.  If this is not what you're
	interested in, please use the latest 1.0.x release of nano.

	New features in this branch include:
	+ .nanorc file support (--enable-nanorc configure option, 
	  see sample.nanorc file)
	+ Negative -r value for "#cols from right", allows dynamic adjustment
	  of wrap margin based on window size.
	+ Write marked text to separate file (^O after selecting with ^^).
	+ Append to file (Meta-A at write file menu).
	+ Multiple file buffers! (--enable-multibuffer configure option,
	  --multibuffer, -F cmdline flag, Meta-F toggle, then ^R to load).
	+ Better compatibility with Pico.  Mouse mode now supports clicking
	  shortcuts and files in browser, search toggles that are Pico 
	  extensions moved to Meta keys so as to not interfere with Pico
	  control sequences.
	+ Smooth scrolling through files, instead of the jerky half-page
	  down, half-page up method.  This is available by using the 
	  -S or --smooth switch, or the Meta-S toggle.
	+ Better non-*nix file support.  GNU nano now automatically
	  converts files from DOS format or Mac format to standard file
	  format.  It can also write files in either format by using the
	  appropriate command line (-D, --dos or -M, --mac) or toggle
	  (Meta-D, Meta-O).

   Chris Allegretta (chrisa@asty.org)

$Id$