[PATCH] one TODO and minor fixes

Dennis Preiser <[email protected]> Sun, 9 May 2010 15:48:47 +0200
Newsgroups gmane.network.tin.devel
Message-ID <[email protected]>
Attached patch includes the following changes:

- Fixed this TODO:

  o  When reading local spool, assign the filehandle of the on-spool
     article directly to artinfo->raw. There is no need to take a local
     copy.
     [Jason Faultless <[email protected]>]

- Removed an unnecessary resize_article() at the beginning of
  page.c:show_page(). The things resize_article() does are already done
  by load_article() (and functions called from there).

- The found string after SearchBody ('B') was not highlighted.
  Fixed this by resetting the search offsets in page.c:load_article()
  only if srch_lineno == -1 (no search done).

Dennis
20100509.diff.gz (application/x-gunzip, 2 KB) - not displayed