1. 15 Oct, 2017 1 commit
  2. 14 Oct, 2017 2 commits
  3. 13 Oct, 2017 1 commit
  4. 22 Sep, 2017 1 commit
  5. 20 Sep, 2017 1 commit
  6. 17 Sep, 2017 3 commits
  7. 14 Sep, 2017 1 commit
  8. 13 Sep, 2017 2 commits
  9. 12 Sep, 2017 1 commit
    • David Lawrence Ramsey's avatar
      undo: generalize update_comment_undo() into update_multiline_undo() · f722c532
      David Lawrence Ramsey authored
      The function does not contain any comment-specific code, so it can
      be used to handle any kind of multiline undo item.
      
      Also, extend the undo group structure to contain an array of strings,
      one for each line in the group.  When indent/unindent is hooked up to
      the undo/redo code, this will allow the latter to restore the exact
      original indents.
      f722c532
  10. 31 Aug, 2017 2 commits
  11. 19 Aug, 2017 1 commit
  12. 18 Aug, 2017 3 commits
  13. 14 Aug, 2017 1 commit
  14. 13 Aug, 2017 2 commits
  15. 06 Aug, 2017 1 commit
  16. 29 Jul, 2017 1 commit
  17. 24 Jul, 2017 1 commit
    • David Lawrence Ramsey's avatar
      weeding: drop the forreal parameter from place_the_cursor() · 381a386b
      David Lawrence Ramsey authored
      Commit 28beb3f9 added the 'forreal' parameter to prevent spotlight() from
      placing the cursor wrongly due to an invalid placewewant.  However, since
      the variable-width softwrap overhaul (specifically, since commit 8490f4ac),
      place_the_cursor() no longer checks placewewant, so the parameter is no
      longer needed.
      
      Furthermore, dropping 'forreal' and thus always setting current_y won't
      affect the operation of spotlight(), since the only functions that use
      spotlight() (do_replace_loop() and do_int_spell_fix()) both call
      edit_refresh() beforehand, which means that current_y will already
      have been set to the value it will be set to again.
      381a386b
  18. 12 Jul, 2017 2 commits
  19. 09 Jul, 2017 1 commit
  20. 07 Jul, 2017 6 commits
  21. 06 Jul, 2017 1 commit
  22. 04 Jun, 2017 2 commits
  23. 29 May, 2017 1 commit
  24. 11 May, 2017 1 commit
  25. 09 May, 2017 1 commit