Don't skip . and .. in cwd_tab_completion()


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@431 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/ChangeLog b/ChangeLog
index e3bc0dd..217393d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 CVS code -
 - faq.html:
 	- Fix typos and small mistakes (Jordi).
+- files.c:
+  cwd_tab_completion()
+	- removed skipping . and .. when tabulating matches.
 - nano.c:
   main()
 	- Reorder the getopt options to be more or less alphabetical