nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 853a44d3f08ef8cad829eda003bc0c1d84a1749b
parent d1ab4089659235b396ad897b4e1b1935413f6262
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 21 Nov 2005 21:45:07 +0000

preemptively update the version number


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3207 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mdoc/faq.html | 4++--
Mdoc/man/nano.1 | 2+-
Mdoc/man/nanorc.5 | 2+-
Mdoc/man/rnano.1 | 2+-
Mdoc/texinfo/nano.texi | 6+++---
5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/faq.html b/doc/faq.html @@ -82,7 +82,7 @@ <h2><a name="1.5"></a>1.5. Why the name change from TIP?</h2> <blockquote><p>On January 10, 2000, TIP was officially renamed to nano because of a namespace conflict with another program called 'tip'. The original 'tip' program &quot;establishes a full duplex terminal connection to a remote host&quot;, and was included with many older Unix systems (and newer ones like Solaris). The conflict was not noticed at first because there is no 'tip' utility included with most GNU/Linux distributions (where nano was developed).</p></blockquote> <h2><a name="1.6"></a>1.6. What is the current version of nano?</h2> -<blockquote><p>The current version of nano *should* be 1.3.9. Of course you should always check the nano homepage to see what the latest and greatest version is.</p></blockquote> +<blockquote><p>The current version of nano *should* be 1.3.10. Of course you should always check the nano homepage to see what the latest and greatest version is.</p></blockquote> <h2><a name="1.7"></a>1.7. I want to read the man page without having to download the program!</h2> <blockquote><p>Jeez, demanding, aren't we? Okay, look <a href="http://www.nano-editor.org/dist/v1.3/nano.1.html">here</a>.</p></blockquote> <hr width="100%"> @@ -223,7 +223,7 @@ <h2><a name="5.2"></a>5.2. I don't like the translation for &lt;x&gt; in my language. How can I fix it?</h2> <blockquote><p>The best way would probably be to e-mail the person listed in the <code>Last-Translator:</code> field in the <b>&lt;your_language&gt;.po</b> file with your suggested corrections and they can make the changes reach the nano-devel list.</p></blockquote> <h2><a name="5.3"></a>5.3. What is the status of Unicode support?</h2> -<blockquote><p>With the latest development version (1.3.9+), Unicode should be mostly usable. With your terminal, locale (LC_ALL and similar environment variables), and encoding configured to properly support UTF-8, you should be able to enter and save Unicode text.</p></blockquote> +<blockquote><p>With the latest development version (1.3.10+), Unicode should be mostly usable. With your terminal, locale (LC_ALL and similar environment variables), and encoding configured to properly support UTF-8, you should be able to enter and save Unicode text.</p></blockquote> <hr width="100%"> <h1><a name="6"></a>6. Advocacy and Licensing</h1> <h2><a name="6.1"></a>6.1. Why should I use nano instead of Pico?</h2> diff --git a/doc/man/nano.1 b/doc/man/nano.1 @@ -6,7 +6,7 @@ .\" Public License for copying conditions. There is NO warranty. .\" .\" $Id$ -.TH NANO 1 "version 1.3.9" "November 20, 2005" +.TH NANO 1 "version 1.3.10" "November 21, 2005" .\" Please adjust this date whenever revising the manpage. .\" diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 @@ -6,7 +6,7 @@ .\" Public License for copying conditions. There is NO warranty. .\" .\" $Id$ -.TH NANORC 5 "version 1.3.9" "November 5, 2005" +.TH NANORC 5 "version 1.3.10" "November 21, 2005" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME diff --git a/doc/man/rnano.1 b/doc/man/rnano.1 @@ -9,7 +9,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH RNANO 1 "November 21, 2005" +.TH RNANO 1 "version 1.3.10" "November 21, 2005" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -8,8 +8,8 @@ @c Run `makeinfo' rather than `texinfo-format-buffer'. @smallbook @set EDITION 0.1 -@set VERSION 1.3.9 -@set UPDATED 11 Nov 2005 +@set VERSION 1.3.10 +@set UPDATED 21 Nov 2005 @dircategory Editors @direntry @@ -23,7 +23,7 @@ @titlepage @title GNU @code{nano} @subtitle a small and friendly text editor. -@subtitle version 1.3.9 +@subtitle version 1.3.10 @author Chris Allegretta @page