1. 10 Feb, 2017 1 commit
  2. 26 Jan, 2017 5 commits
  3. 25 Jan, 2017 1 commit
  4. 24 Jan, 2017 1 commit
  5. 19 Jan, 2017 1 commit
  6. 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
  7. 06 Jan, 2017 1 commit
  8. 05 Jan, 2017 3 commits
  9. 03 Jan, 2017 3 commits
  10. 02 Jan, 2017 1 commit
    • David Lawrence Ramsey's avatar
      weeding: remove unnecessary settings of openfile->current_y · b1c20629
      David Lawrence Ramsey authored
      Many of the adjustments of the value of openfile->current_y appear to be
      a holdover from the days when certain functions had to account for what
      is now called STATIONARY scrolling mode, which depends on the value of
      current_y.  Remove these adjustement where they are superfluous.
      
      do_para_begin(), do_para_end(), and do_bracket_match() update the screen
      through edit_redraw(), which uses either CENTERING or FLOWING scrolling
      mode, so their setting of current_y is redundant and useless, as it will
      be ignored and then overridden by the next call to reset_cursor().
      
      findnextstr() is called by go_looking() [which calls edit_redraw(), see
      above], and by do_replace_loop() and do_int_spell_fix(), which both call
      edit_refresh(), which in this case only uses CENTERING scrolling mode
      since focusing is TRUE.
      
      (Additionally, the adjustments of current_y in findnextstr() and
      do_bracket_match() use incorrect values when in softwrap mode.)
      
      find_paragraph() doesn't need to save or restore current_y, because it
      doesn't do any screen updates.  do_justify() calls edit_refresh() with
      focusing set to TRUE, so it uses the CENTERING scrolling mode.
      
      do_alt_speller() and do_formatter() do not need to save and restore
      current_y, because they don't modify it in any way.
      
      This addresses https://savannah.gnu.org/patch/?9197.
      b1c20629
  11. 23 Dec, 2016 2 commits
  12. 22 Dec, 2016 1 commit
  13. 04 Dec, 2016 1 commit
  14. 03 Dec, 2016 1 commit
  15. 02 Dec, 2016 1 commit
  16. 23 Oct, 2016 2 commits
  17. 10 Oct, 2016 1 commit
  18. 13 Sep, 2016 1 commit
  19. 29 Aug, 2016 2 commits
  20. 26 Aug, 2016 1 commit
  21. 07 Aug, 2016 1 commit
  22. 27 Jul, 2016 2 commits
  23. 24 Jun, 2016 2 commits
  24. 21 Jun, 2016 2 commits
  25. 20 Jun, 2016 1 commit
  26. 02 Jun, 2016 1 commit