* src/nano.c (do_mouse): Put a common statement outside of then/else.
* src/Makefile.am: Remove -I m4; it is needed only at the top level.
* Makefile.am: Trim the contents of EXTRA_DIST to what is required.
+ * doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Update
+ the docs for the changed location of nano's search history.
2014-06-14 Mark Majeres <mark@engine12.com>
* src/nano.h, src/text.c (undo_cut, update_undo): When undoing a
Enable vim-style file locking when editing files.
.TP
.B \-H (\-\-historylog)
-Log search and replace strings to \fI~/.nano_history\fP, so they can be
+Log search and replace strings to \fI~/.nano/search_history\fP, so they can be
retrieved in later sessions, if \fInanorc\fP support is available.
.TP
.B \-I (\-\-ignorercfiles)
See \fBset titlecolor\fR for more details.
.TP
.B set/unset historylog
-Enable the use of \fB~/.nano_history\fP for saving and reading
+Enable the use of \fB~/.nano/search_history\fP for saving and reading
search/replace strings.
.TP
.B set keycolor \fIfgcolor\fR,\fIbgcolor\fR
Enable vim-style file locking when editing files.
@item -H, --historylog
-Log search and replace strings to ~/.nano_history, so they can be
+Log search and replace strings to ~/.nano/search_history, so they can be
retrieved in later sessions, if nanorc support is available.
@item -I, --ignorercfiles
The nanorc files contain the default settings for @code{nano}. They
should be in Unix format, not in DOS or Mac format. During startup,
-@code{nano} will first read the system-wide settings, from /etc/nanorc,
+@code{nano} will first read the system-wide settings, from SYSCONFDIR/nanorc,
and then the user-specific settings, from ~/.nanorc.
A nanorc file accepts a series of "set" and "unset" commands, which can
See "set titlecolor" for more details.
@item set/unset historylog
-Enable ~/.nano_history for saving and reading search/replace strings.
+Enable the use of ~/.nano/search_history for saving and reading
+search/replace strings.
@item set keycolor fgcolor,bgcolor
Specify the color combination to use for the shortcut key combos