add a multibuffer mode toggle to the "Execute Command" prompt, for
consistency with the "Read File" prompt


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1952 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/ChangeLog b/ChangeLog
index 7a2084c..a9349bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,9 @@
 	  extended keypad values.  This is needed for UTF-8 support.
 	  Changes to get_kbinput(), get_translated_kbinput(),
 	  get_shortcut(), get_edit_input(), etc. (DLR)
+	- Add a multibuffer mode toggle to the "Execute Command" prompt,
+	  for consistency with the "Read File" prompt.  Changes to
+	  do_insertfile() and shortcut_init(). (DLR)
 - files.c:
   do_insertfile()
 	- Readd the NANO_SMALL #ifdef around the start_again: label to