]> git.wh0rd.org Git - nano.git/commit
2014-05-10 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Sun, 11 May 2014 03:09:00 +0000 (03:09 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 11 May 2014 03:09:00 +0000 (03:09 +0000)
commit61523be8d2cc0996ce1e809b09e385ac2c51bf42
treea80780e2b390d0bd583d75ed379fe15d2b0cf64c
parenta22584175328723cd4c1658472f861accd3a54cb
2014-05-10 Chris Allegretta <chrisa@asty.org>
        * src/rcfile.c (parse_color_names): Redefine false and true to
          their appropriate macro names so --with-slang works (slangv2 anyway).
        * src/text.c (do_linter): Care about whether user cancelled the file
          save (cancel the operation) versus justy said no (continue but don't
          save the file).  Also doupdate() after statusbar message that
          linter is being invoked and blank the shortcuts to draw the eye.
          Also allow user to cancel at the "open in a new buffer" prompt.
          New function lint_cleanup().  Fixes Savannah bug 42203.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4855 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/rcfile.c
src/text.c