* src/global.c (print_sclist) - Also print last shortcut in list.
* doc/texinfo/nano.texi - Explain how to select and paste with
the mouse when mouse support is enabled: by holding down Shift.
+ * nano.spec.in, doc/faq.html, doc/texinfo/nano.texi - Remove
+ vestiges of the obsolete '--enable-all' configure flag.
2014-03-26 Mike Frysinger <vapier@gentoo.org>.
* configure.ac - Clean up most of the --with/--enable flags:
<b>--enable-nanorc</b> Enable use of .nanorc files
<b>--enable-color</b> Enable color and syntax highlighting
<b>--enable-multibuffer</b> Enable having multiple file buffers open
- <b>--enable-all</b> Enable all of the above features
<b>--disable-wrapping-as-root</b>
Disable text wrapping by default when the user is
root</pre></blockquote>
line options to get desired behavior. See @xref{Nanorc Files}, for
more info.
-@item --enable-all
-Shortcut for enabling the above four features (extra, color,
-multibuffer, and nanorc).
-
@item --disable-nls
Disables Native Language support. This will disable use of the
available GNU @code{nano} translations.
%setup -q
%build
-%configure --enable-all
+%configure
make
%install