1. 06 Aug, 2017 1 commit
  2. 18 Jul, 2017 1 commit
  3. 09 Jul, 2017 1 commit
  4. 07 Jul, 2017 2 commits
    • David Lawrence Ramsey's avatar
      replacing: make spotlight() account for varying chunk width · aa04ad4f
      David Lawrence Ramsey authored
      spotlight() now displays softwrapped lines chunk by chunk instead of all
      at once.  Since softwrapped lines are no longer of constant width, the
      latter approach would fail if softwrapping breaks the spotlighted text.
      
      Instead of taking a string, spotlight() now takes the starting and ending
      columns of that string.  Also, its handling of softwrapped lines is now
      split off into a separate function, spotlight_softwrapped().
      aa04ad4f
    • David Lawrence Ramsey's avatar
      softwrap: add new functions for chunks of varying width · e375995d
      David Lawrence Ramsey authored
      get_chunk_row() replaces the formula "column / editwincols".
      
      get_chunk_leftedge() replaces "(column / editwincols) * editwincols".
      
      get_last_chunk_row() replaces "strlenpt() / editwincols".
      
      get_last_chunk_leftedge() replaces "(strlenpt() / editwincols) * editwincols".
      
      This prepares us for any changes in those formulas, and for more such
      functions later.
      e375995d
  5. 23 Jun, 2017 1 commit
  6. 04 Jun, 2017 1 commit
  7. 29 May, 2017 1 commit
  8. 11 May, 2017 1 commit
  9. 09 May, 2017 1 commit
  10. 08 May, 2017 1 commit
  11. 03 May, 2017 1 commit
  12. 25 Apr, 2017 1 commit
  13. 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
  14. 04 Apr, 2017 2 commits
  15. 22 Mar, 2017 2 commits
  16. 20 Mar, 2017 1 commit
  17. 06 Mar, 2017 1 commit
  18. 21 Feb, 2017 1 commit
  19. 13 Feb, 2017 2 commits
  20. 10 Feb, 2017 2 commits
  21. 26 Jan, 2017 5 commits
  22. 25 Jan, 2017 1 commit
  23. 24 Jan, 2017 1 commit
  24. 19 Jan, 2017 1 commit
  25. 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
  26. 06 Jan, 2017 1 commit
  27. 05 Jan, 2017 3 commits
  28. 03 Jan, 2017 2 commits