1. 10 Apr, 2017 1 commit
  2. 09 Apr, 2017 1 commit
    • Benno Schulenberg's avatar
      copyright: update the years, use ranges, and explain this usage · 754c62c5
      Benno Schulenberg authored
      The interval 2013-2017 for the Free Software Foundation is valid
      because in those years there were releases with changes by either
      Chris or David, and the GNU maintainers guide advises to mention
      a new year in all files of a package, not just in the ones that
      actually changed, and be done with it for the rest of the year.
      754c62c5
  3. 04 Apr, 2017 1 commit
  4. 22 Mar, 2017 1 commit
  5. 06 Mar, 2017 3 commits
  6. 24 Feb, 2017 1 commit
  7. 12 Feb, 2017 1 commit
  8. 26 Jan, 2017 1 commit
  9. 19 Jan, 2017 1 commit
  10. 17 Jan, 2017 1 commit
    • Benno Schulenberg's avatar
      search: begin from where we are, to be able to find the first \B · c88d7ce5
      Benno Schulenberg authored
      A search should start at the place of the cursor, not one step beyond,
      so that the non-word boundary between the current character and the next
      will be found.  Starting one step beyond the current character, as was
      done until now, would find the non-word boundary between the next and
      the overnext character as the first one.
      c88d7ce5
  11. 11 Jan, 2017 1 commit
  12. 26 Dec, 2016 3 commits
  13. 18 Dec, 2016 1 commit
  14. 15 Dec, 2016 3 commits
  15. 13 Dec, 2016 2 commits
  16. 09 Dec, 2016 1 commit
  17. 20 Oct, 2016 1 commit
  18. 13 Sep, 2016 1 commit
  19. 29 Aug, 2016 2 commits
  20. 03 Aug, 2016 1 commit
  21. 13 Jul, 2016 2 commits
  22. 11 Jul, 2016 2 commits
  23. 04 Jul, 2016 3 commits
  24. 20 Jun, 2016 1 commit
  25. 28 May, 2016 1 commit
  26. 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
  27. 12 May, 2016 2 commits