make sure that the shortcut list properly displays "Close" when reading
in multiple files on the command line


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1895 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/ChangeLog b/ChangeLog
index ee4e9e6..6e95a05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -163,7 +163,10 @@
 	  NLS is enabled or not. (Junichi Uekawa)
 	- Add titlebar() calls before all open_file() calls and remove 
 	  the titlebar() call after them, so that the titlebar is 
-	  displayed properly for all file(s) loaded. (DLR)
+	  displayed properly for all file(s) loaded.  Also call
+	  display_main_list() after adding the first file to open_files,
+	  so that "Close" is properly displayed then instead of "Exit".
+	  (DLR)
 - nano.h:
 	- Reassign the key for full justification to Ctrl-U, for
 	  compatibility with the current version of Pico. (DLR)