]> git.wh0rd.org Git - nano.git/commitdiff
document bool fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 27 May 2005 03:57:01 +0000 (03:57 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 27 May 2005 03:57:01 +0000 (03:57 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2559 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 2e4fe494eb1ad2f7af9dfbcef01aac71b750c2ce..f3457ce72e044165e9d222dc8d3ae515fcb996b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,8 @@ CVS code -
          long instead of an unsigned int. (DLR)
   cwd_tab_completion(), browser_init()
        - Rename variable next to nextdir to avoid confusion. (DLR)
+  input_tab()
+       - Since list is a bool, assign it FALSE instead of 0. (DLR)
   do_browser()
        - Don't treat NANO_CANCEL_KEY as NANO_EXIT_KEY anymore, for
          consistency. (DLR)