mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
make Jordi's email address, and the description of what the manual pages
were written for, consistent in the documentation git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3778 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
b8592ce2bb
commit
c6c98f7c7a
2
AUTHORS
2
AUTHORS
@ -12,7 +12,7 @@ David Lawrence Ramsey <pooka109@cox.net>
|
|||||||
wrapping code, spelling fixes, const mode, parts of the UTF-8
|
wrapping code, spelling fixes, const mode, parts of the UTF-8
|
||||||
support, and various other fixes.
|
support, and various other fixes.
|
||||||
|
|
||||||
Jordi Mallach <jordi@sindominio.net>
|
Jordi Mallach <jordi@gnu.org>
|
||||||
* Debian package maintainer, fellow bug squasher.
|
* Debian package maintainer, fellow bug squasher.
|
||||||
* Internationalization support head, ca.po maintainer.
|
* Internationalization support head, ca.po maintainer.
|
||||||
|
|
||||||
|
@ -26,6 +26,10 @@ CVS code -
|
|||||||
and do_down_void(); changes to shortcut_init(), do_up(),
|
and do_down_void(); changes to shortcut_init(), do_up(),
|
||||||
do_scroll_up(), do_down(), do_scroll_down(), do_left(), and
|
do_scroll_up(), do_down(), do_scroll_down(), do_left(), and
|
||||||
do_right(). (DLR)
|
do_right(). (DLR)
|
||||||
|
- Make Jordi's email address, and the description of what the
|
||||||
|
manual pages were written for, consistent in the
|
||||||
|
documentation. Changes to AUTHORS, nano.1, nanorc.5, and
|
||||||
|
rnano.1. (DLR, based on suggestions by Jordi)
|
||||||
- browser.c:
|
- browser.c:
|
||||||
do_browser()
|
do_browser()
|
||||||
- Refactor the mouse support, modeling it after do_mouse() for
|
- Refactor the mouse support, modeling it after do_mouse() for
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
.\" warranty.
|
.\" warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH NANO 1 "version 1.9.99pre1" "June 26, 2006"
|
.TH NANO 1 "version 1.9.99pre1" "July 12, 2006"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
|
|
||||||
@ -230,5 +230,5 @@ http://www.nano-editor.org/
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
|
Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
|
||||||
\fITHANKS\fP for details). This manual page was originally written by
|
\fITHANKS\fP for details). This manual page was originally written by
|
||||||
Jordi Mallach <jordi@sindominio.net>, for the Debian GNU system (but may
|
Jordi Mallach <jordi@gnu.org>, for the Debian system (but may be used by
|
||||||
be used by others).
|
others).
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
.\" warranty.
|
.\" warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH NANORC 5 "version 1.9.99pre1" "June 26, 2006"
|
.TH NANORC 5 "version 1.9.99pre1" "July 12, 2006"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -254,5 +254,6 @@ Per-user configuration file
|
|||||||
system)
|
system)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
|
Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
|
||||||
\fITHANKS\fP for details). This manual page was written by Jordi
|
\fITHANKS\fP for details). This manual page was originally written by
|
||||||
Mallach <jordi@gnu.org>.
|
Jordi Mallach <jordi@gnu.org>, for the Debian system (but may be used by
|
||||||
|
others).
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.\" rnano.1 is Copyright 2005, 2006 by Thijs Kinkhorst
|
.\" rnano.1 is Copyright 2005, 2006 by Thijs Kinkhorst
|
||||||
.\" <thijs@kinkhorst.com>; skeleton based on nano-tiny.1 by Jordi
|
.\" <thijs@kinkhorst.com>; skeleton based on nano-tiny.1 by Jordi
|
||||||
.\" Mallach <jordi@debian.org>.
|
.\" Mallach <jordi@gnu.org>.
|
||||||
.\"
|
.\"
|
||||||
.\" This is free documentation, see the latest version of the GNU
|
.\" This is free documentation, see the latest version of the GNU
|
||||||
.\" General Public License for copying conditions. There is NO
|
.\" General Public License for copying conditions. There is NO
|
||||||
.\" warranty.
|
.\" warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH RNANO 1 "version 1.9.99pre1" "June 26, 2006"
|
.TH RNANO 1 "version 1.9.99pre1" "July 12, 2006"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user