GNU nano 1.3.2
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1704 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
44e7f82e0e
Коммит
f70f0cf6bd
@ -1,4 +1,4 @@
|
|||||||
CVS code -
|
GNU nano 1.3.2 - 2004.03.31
|
||||||
- General:
|
- General:
|
||||||
- Change instances in the code that refresh the entire edit
|
- Change instances in the code that refresh the entire edit
|
||||||
window when color support is enabled (in order to properly
|
window when color support is enabled (in order to properly
|
||||||
|
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
|||||||
|
2004.03.31 - GNU nano 1.3.2 is prepared for the void. New features in
|
||||||
|
this release include the ability to spell-check only
|
||||||
|
marked text and the ability to save all backup files in
|
||||||
|
a specified directory instead of wherever the original
|
||||||
|
files are. Bug fixes include a fix for a segfault when
|
||||||
|
replacing certain regular expressions, fixes for some
|
||||||
|
misbehavior when doing searches, minor fixes to verbatim
|
||||||
|
input mode and keyboard input in general, better
|
||||||
|
handling of window resizes at certain times, and
|
||||||
|
allowing the mark to be saved properly again when
|
||||||
|
switching between multiple file buffers. nano has also
|
||||||
|
been ported to the Tandem NonStop Kernel. Have fun.
|
||||||
|
|
||||||
2004.01.09 - GNU nano 1.3.1 is outside the gates. This release
|
2004.01.09 - GNU nano 1.3.1 is outside the gates. This release
|
||||||
features, among other things, fixes for the input
|
features, among other things, fixes for the input
|
||||||
routines to deal with some problems they had, a
|
routines to deal with some problems they had, a
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [1.3.1-cvs], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [1.3.2], [nano-devel@gnu.org], [nano])
|
||||||
AC_CONFIG_SRCDIR([src/nano.c])
|
AC_CONFIG_SRCDIR([src/nano.c])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AM_CONFIG_HEADER([config.h:config.h.in])
|
AM_CONFIG_HEADER([config.h:config.h.in])
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
<h2><a name="1.5"></a>1.5. Why the name change from TIP?</h2>
|
<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 "establishes a full duplex terminal connection to a remote host", 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>
|
<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 "establishes a full duplex terminal connection to a remote host", 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>
|
<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.1. 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.2. 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>
|
<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.2/nano.1.html">here</a>.</p></blockquote>
|
<blockquote><p>Jeez, demanding, aren't we? Okay, look <a href="http://www.nano-editor.org/dist/v1.2/nano.1.html">here</a>.</p></blockquote>
|
||||||
<hr width="100%">
|
<hr width="100%">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
.\" Public License for copying conditions. There is NO warranty.
|
.\" Public License for copying conditions. There is NO warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH NANO 1 "version 1.3.1" "February 24, 2004"
|
.TH NANO 1 "version 1.3.2" "March 31, 2004"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
.\" Public License for copying conditions. There is NO warranty.
|
.\" Public License for copying conditions. There is NO warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH NANORC 5 "version 1.3.1" "February 24, 2004"
|
.TH NANORC 5 "version 1.3.2" "March 31, 2004"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
@c Run `makeinfo' rather than `texinfo-format-buffer'.
|
@c Run `makeinfo' rather than `texinfo-format-buffer'.
|
||||||
@smallbook
|
@smallbook
|
||||||
@set EDITION 0.1
|
@set EDITION 0.1
|
||||||
@set VERSION 1.3.1
|
@set VERSION 1.3.2
|
||||||
@set UPDATED 24 Feb 2004
|
@set UPDATED 31 Mar 2004
|
||||||
|
|
||||||
@dircategory Editors
|
@dircategory Editors
|
||||||
@direntry
|
@direntry
|
||||||
@ -23,7 +23,7 @@
|
|||||||
@titlepage
|
@titlepage
|
||||||
@title GNU @code{nano}
|
@title GNU @code{nano}
|
||||||
@subtitle a small and friendly text editor.
|
@subtitle a small and friendly text editor.
|
||||||
@subtitle version 1.3.1
|
@subtitle version 1.3.2
|
||||||
|
|
||||||
@author Chris Allegretta
|
@author Chris Allegretta
|
||||||
@page
|
@page
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user