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