]> git.wh0rd.org Git - nano.git/commitdiff
and document my tweak to do_writeout() from before
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 15 Jan 2004 16:08:42 +0000 (16:08 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 15 Jan 2004 16:08:42 +0000 (16:08 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1628 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 06a252f4ae6b4b96156152ec39e041b3f8e17143..3a0d97a4e47301a48aff7bdbfd375fe9d02186ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,7 +91,9 @@ GNU nano 1.3.1 - 2004.01.09
          the selection and then call write_file(), instead of following
          the old hackish behavior with cut_marked_segment() (which
          won't work after the cutting code changes anyway). (David
-         Benbennick)
+         Benbennick)  DLR: Tweak to not add an extra blank line to the
+         end of the written selection if the cursor is at the beginning
+         of the last line of the selection.
   open_prevfile(), open_nextfile()
        - For consistency with the rest of the multibuffer code, change
          "No more open files" to "No more open file buffers". (DLR)