- In replace, there is no way to accept the default replace string. (27)
- In replace with completely adjacent strings, every other search string
will be missed (try replace ':' in a string like ':::::::::') (28) [FIXED]
+- If nano opens a read-only file with the --tempfile option, and a change
+ is made to the buffer, and a write is attempted, nano will not give you
+ a dialog about not being able to write the file, and it will not let the
+ user exit (29, discovered by Joshua Jensen)