]> git.wh0rd.org Git - nano.git/commit
2011-02-18 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Fri, 18 Feb 2011 07:30:57 +0000 (07:30 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 18 Feb 2011 07:30:57 +0000 (07:30 +0000)
commit8e2a9307148a88515e78c91afd0ef1bd72ef66c2
treeced8e5d9d3a4dfcb74e4778bc7726ab6aaec62f0
parent9bfda9196bb0a07f071012d44223000abdb55e5d
2011-02-18 Chris Allegretta <chrisa@asty.org>
        * New saved cursor position history option.  Command line option -P or --poslog, rc file
          entry "poslog".  Search history changes to ~/.nano/search_history, cursor position log
          is ~/.nano/filepos_history.  Added checks to move the legacy .nano_history file to the new
          location.  Several new functions to files.c: load_poshistory(), save_poshistory(),
          check_poshistory(), update_poshistory(), and reworking of histfilename().  New FAQ entry
          4.15 discussing the change and offering an interoperability workaround.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4530 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
doc/faq.html
doc/man/nanorc.5
doc/syntax/nanorc.nanorc
src/files.c
src/nano.c
src/proto.h
src/rcfile.c