~ubuntu-branches/debian/lenny/nano/lenny

« back to all changes in this revision

Viewing changes to doc/texinfo/nano.texi

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2005-10-26 13:39:02 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051026133902-un75r2raiz5qff2c
Tags: 1.3.9-1
* The "I fear I'll freeze in Montréal" release.
* New upstream development release.
  - includes Yavor Doganov's new Bulgarian translation (closes: #324385).
* Remove obsolete patches: 01_clear_replace and 02_64bit_line_num.
* debian/control:
  - add "XC-Package-Type: udeb" to nano-udeb, and build nano-udeb
    in a more debhelper-standard way.
  - bump build-deps to debhelper (>= 4.2.0) for udeb support.
  - bump Standards-Version to 3.6.2.0, gratis.
* debian/rules:
  - get rid of ugly hacks for udeb generation, debhelper will take care.
  - major cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
@c Run `makeinfo' rather than `texinfo-format-buffer'.
9
9
@smallbook
10
10
@set EDITION 0.1
11
 
@set VERSION 1.3.8
12
 
@set UPDATED 27 Jun 2005
 
11
@set VERSION 1.3.9
 
12
@set UPDATED 27 Sep 2005
13
13
 
14
14
@dircategory Editors
15
15
@direntry
23
23
@titlepage
24
24
@title GNU @code{nano}
25
25
@subtitle a small and friendly text editor.
26
 
@subtitle version 1.3.8
 
26
@subtitle version 1.3.9
27
27
 
28
28
@author Chris Allegretta
29
29
@page
138
138
Don't look at SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
139
139
available.
140
140
 
 
141
@item -K, --rebindkeypad
 
142
Interpret the numeric keypad keys so that they all work properly.  You
 
143
should only need to use this option if they don't, as mouse support
 
144
won't work properly with this option enabled.
 
145
 
141
146
@item -N, --noconvert
142
147
Do not convert files from DOS/Mac format.
143
148
 
172
177
@item -V, --version
173
178
Print the version number and copyright and quit.
174
179
 
 
180
@item -W, --wordbounds
 
181
Detect word boundaries more accurately by treating punctuation
 
182
characters as part of a word.
 
183
 
175
184
@item -Y, --syntax=[str]
176
185
Specify a specific syntax highlighting from the .nanorc to use, if
177
186
available.