1. 24 Feb, 2017 10 commits
  2. 23 Feb, 2017 3 commits
  3. 22 Feb, 2017 3 commits
  4. 21 Feb, 2017 3 commits
  5. 17 Feb, 2017 6 commits
  6. 16 Feb, 2017 3 commits
  7. 14 Feb, 2017 1 commit
  8. 13 Feb, 2017 10 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