Changed PICO_MSGS to PICO_MODE and strings


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@288 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/ChangeLog b/ChangeLog
index 9457030..5c0ef95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@
 	  pointers.  New function not_found_msg in search.c for displaying
 	  truncated strings in satusbar when the string is not found
 	  (-pedantic fixes by Rocco Corsi). We disable this feature when
-	  using PICO_MSGS (-p).
+	  using PICO_MODE (-p).
 	- New spelling code by Rocco Corsi.  New functions
 	  do_int_speller, do_alt_speller, changes to do_spell in nano.c,
 	  New functions search_init_globals and do_replace_loop, changes
@@ -28,6 +28,8 @@
 	- Fixed value being input in statusbar during a search or replace
 	  and CASE_SENSITIVE or the other search is called and the
 	  string being typed in is blown away.  Reported by Ken Tyler.
+	- Changed PICO_MSGS flag to PICO_MODE, changed help strings
+	  accordingly.
 - files.c:
   do_writeout()
 	- Change strcpy to answer to mallocstrcpy.