nano

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

commit f7b5c5a685a8439cdccdcede9079ca3e093c23ab
parent 804b94e8f7470ea120e57f4c0741dc3f35ca5387
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Wed, 26 Mar 2014 14:08:10 +0000

Removing vestiges of the obsolete '--enable-all' configure flag.


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

Diffstat:
MChangeLog | 2++
Mdoc/faq.html | 1-
Mdoc/texinfo/nano.texi | 4----
Mnano.spec.in | 2+-
4 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -4,6 +4,8 @@ * 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: diff --git a/doc/faq.html b/doc/faq.html @@ -157,7 +157,6 @@ <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> diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -887,10 +887,6 @@ custom settings in the nanorc file rather than having to pass command 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. diff --git a/nano.spec.in b/nano.spec.in @@ -21,7 +21,7 @@ Pico text editor while also offering a few enhancements. %setup -q %build -%configure --enable-all +%configure make %install