1. 13 Jul, 2016 1 commit
  2. 27 Jun, 2016 1 commit
  3. 21 Jun, 2016 1 commit
  4. 20 Jun, 2016 1 commit
  5. 17 Jun, 2016 1 commit
  6. 12 Jun, 2016 1 commit
  7. 08 Jun, 2016 2 commits
  8. 07 Jun, 2016 1 commit
  9. 04 Jun, 2016 1 commit
  10. 03 Jun, 2016 1 commit
  11. 30 May, 2016 1 commit
  12. 24 May, 2016 3 commits
  13. 23 May, 2016 7 commits
  14. 22 May, 2016 2 commits
  15. 21 May, 2016 6 commits
  16. 18 May, 2016 4 commits
  17. 16 May, 2016 1 commit
    • Benno Schulenberg's avatar
      statusbar: prevent error messages from overwriting each other · 2535f51e
      Benno Schulenberg authored
      If during startup there are multiple error messages, currently only the
      last one remains and can be read.  To improve on that, introduce a short
      pause between error messages -- even if it's not enough to read them all,
      at least the user will be aware that there are multiple ones.
      
      This also causes a few error messages to beep that currently don't beep,
      such as when a file is unwritable.
      2535f51e
  18. 04 May, 2016 1 commit
    • Benno Schulenberg's avatar
      scrolling: center the cursor when inserted stuff does not fit on screen · 318ed6b1
      Benno Schulenberg authored
      Since nano-2.4.1, reading in or pasting a large piece of text would put
      the cursor on the bottom line, leaving only one line of the non-read or
      non-pasted text visible.  This is different from the centering behavior
      of Pico, and somewhat disorienting, as you can't see "where you are" any
      more in relation to the file as it was.
      
      So now center the cursor whenever the read or pasted text is larger than
      the screen, but don't center it when the text fits entirely on the screen.
      (The latter avoids the effect of the screen jumping unnecessarily when
      inserting just a few lines while the cursor is near the bottom.)
      
      To achieve this behavior: default to focusing, and temporarily set it to
      FALSE when the focusing effect is unwanted.
      
      This fixes https://savannah.gnu.org/bugs/?47841.
      318ed6b1
  19. 02 May, 2016 1 commit
  20. 26 Apr, 2016 2 commits
  21. 25 Apr, 2016 1 commit