1. 22 Sep, 2017 1 commit
  2. 20 Sep, 2017 1 commit
  3. 17 Sep, 2017 1 commit
  4. 13 Sep, 2017 1 commit
  5. 18 Aug, 2017 1 commit
  6. 14 Aug, 2017 1 commit
  7. 13 Aug, 2017 2 commits
  8. 06 Aug, 2017 5 commits
  9. 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
  10. 16 Jul, 2017 1 commit
    • Benno Schulenberg's avatar
      suspension: prevent entering an invalid byte upon resume (with S-Lang) · 43a5c876
      Benno Schulenberg authored
      For some reason, when returning from suspension, SLang will produce
      either a clipped error code (0xFF instead of 0xFFFF, when returning
      from an externally induced suspension), or it will clip the code of
      first subsequent keystroke to a single byte (when returning from a
      normal, in-editor suspension: ^Z).
      
      Side-step this by ignoring the clipped error code, and by using an
      undefined control code as the first fake keystroke.  Ignoring the
      clipped error code is not possible when using a single-byte locale,
      otherwise the user would not be able to type the character with
      code 0xFF (although it could still be entered with Esc Esc 255).
      
      This fixes https://savannah.gnu.org/bugs/?51477.
      43a5c876
  11. 14 Jul, 2017 2 commits
  12. 13 Jul, 2017 1 commit
  13. 09 Jul, 2017 2 commits
  14. 07 Jul, 2017 3 commits
  15. 02 Jul, 2017 1 commit
  16. 30 Jun, 2017 2 commits
  17. 23 Jun, 2017 6 commits
  18. 22 Jun, 2017 1 commit
  19. 20 Jun, 2017 1 commit
  20. 18 Jun, 2017 5 commits
  21. 08 Jun, 2017 1 commit