1. 25 Apr, 2017 1 commit
  2. 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
  3. 04 Apr, 2017 2 commits
  4. 22 Mar, 2017 2 commits
  5. 20 Mar, 2017 1 commit
  6. 06 Mar, 2017 1 commit
  7. 21 Feb, 2017 1 commit
  8. 13 Feb, 2017 2 commits
  9. 10 Feb, 2017 2 commits
  10. 26 Jan, 2017 5 commits
  11. 25 Jan, 2017 1 commit
  12. 24 Jan, 2017 1 commit
  13. 19 Jan, 2017 1 commit
  14. 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
  15. 06 Jan, 2017 1 commit
  16. 05 Jan, 2017 3 commits
  17. 03 Jan, 2017 3 commits
  18. 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
  19. 23 Dec, 2016 2 commits
  20. 22 Dec, 2016 1 commit
  21. 04 Dec, 2016 1 commit
  22. 03 Dec, 2016 1 commit
  23. 02 Dec, 2016 1 commit
  24. 23 Oct, 2016 2 commits
  25. 10 Oct, 2016 1 commit
  26. 13 Sep, 2016 1 commit