1. 19 Oct, 2017 1 commit
    • David Lawrence Ramsey's avatar
      search: don't bother saving and restoring the search direction · f8c75c43
      David Lawrence Ramsey authored
      Most people who make use of 'do_findprevious' and 'do_findnext'
      will not make use of 'do_search' (the default binding of M-W),
      so for them it is superfluous to remember the state of the
      Backwards toggle in the Search menu.  For the people that do
      mix the usage of Alt+Up/Down with M-W, it means that M-W will
      always search in the same direction as the last search.  It is
      a small change in behavior.
      f8c75c43
  2. 14 Oct, 2017 1 commit
  3. 20 Sep, 2017 1 commit
  4. 19 Sep, 2017 2 commits
  5. 17 Sep, 2017 1 commit
  6. 14 Sep, 2017 1 commit
  7. 18 Aug, 2017 1 commit
  8. 06 Aug, 2017 1 commit
  9. 18 Jul, 2017 1 commit
  10. 09 Jul, 2017 1 commit
  11. 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
  12. 23 Jun, 2017 1 commit
  13. 04 Jun, 2017 1 commit
  14. 29 May, 2017 1 commit
  15. 11 May, 2017 1 commit
  16. 09 May, 2017 1 commit
  17. 08 May, 2017 1 commit
  18. 03 May, 2017 1 commit
  19. 25 Apr, 2017 1 commit
  20. 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
  21. 04 Apr, 2017 2 commits
  22. 22 Mar, 2017 2 commits
  23. 20 Mar, 2017 1 commit
  24. 06 Mar, 2017 1 commit
  25. 21 Feb, 2017 1 commit
  26. 13 Feb, 2017 2 commits
  27. 10 Feb, 2017 2 commits
  28. 26 Jan, 2017 5 commits
  29. 25 Jan, 2017 1 commit
  30. 24 Jan, 2017 1 commit