1. 06 Aug, 2017 2 commits
  2. 11 Jul, 2017 1 commit
  3. 07 Jul, 2017 1 commit
  4. 30 Apr, 2017 1 commit
  5. 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
  6. 21 Feb, 2017 1 commit
  7. 14 Feb, 2017 1 commit
  8. 13 Feb, 2017 5 commits
  9. 12 Feb, 2017 1 commit
    • Benno Schulenberg's avatar
      painting: make use of the multidata of the preceding line · b3bcc8ee
      Benno Schulenberg authored
      When painting a line, the multidata of the line /before/ it is valid
      in most cases: it was determined just a moment ago.  And it tells us
      all we need to know: whether there is an unpaired start match before
      the current line or not.
      
      The only exception is when painting the first line of the screen:
      the multidata of the line before it might be stale.  So for the
      first screen line we will always have to do some backtracking.
      But that is left for later.
      
      This fixes https://savannah.gnu.org/bugs/?50121.
      b3bcc8ee
  10. 22 Jan, 2017 1 commit
  11. 21 Jan, 2017 7 commits
  12. 20 Jan, 2017 1 commit
  13. 08 Jan, 2017 1 commit
  14. 29 Aug, 2016 2 commits
  15. 25 Jul, 2016 2 commits
  16. 22 Jul, 2016 1 commit
  17. 21 Jul, 2016 1 commit
  18. 14 Jul, 2016 1 commit
  19. 12 Jul, 2016 3 commits
  20. 04 Jul, 2016 2 commits
  21. 03 Jul, 2016 1 commit
  22. 04 Jun, 2016 1 commit
  23. 17 May, 2016 1 commit
  24. 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