######################################################################
#  News: to package SweaveListingUtils
######################################################################
 
##############
v 0.3.3
##############

* fixed issue with overwriting several "morekeywords" keys

##############
v 0.3.1
##############
* when SweaveListingPreparations is used with argument 'withOwnFileSection'=TRUE
  lstsetR and lstsetRd use argument 'add' = FALSE by default
* markup style for base or recommended packages (checked for with new function
  isBaseOrRecommended()) is distinct now by default (extra color RRecomdcolor)

##############
v 0.3
##############

* included some suggestions due to Frank E. Harrel as to the
  default settings of R markup (in particular as to "literate
  programming")
* included some description/documentation how to re-unmask
  base functions 'library' and 'require' at the end of
  an .Rnw file
* Rd-Style Markup
  +updated Rdlisting.sty according to the new version of 
   "Parsing Rd Files" by Duncan Murdoch as of Jun 21 2009
* thanks to Andrew Ellis:
  new options for SweaveListingPreparations:
  + withOwnFileSection in order to allow for own definition file/
                     section to define 'Sinput', 'Soutput',
                     'Scode' environments
  + withVerbatim in order to allow to use 'lstnewenvironment' - type
                 environments for 'Sinput', 'Soutput', 'Scode' instead of 
                 the Sweave.sty-default with \DefineVerbatimEnvironment.
                 this in particular allows for escaping mechanisms
                 as provided for in 'listings' package
 
##############
v 0.2
##############

* vignette:
  + SweaveListingUtils now has a vignette ("ExampleSweaveListingUtils")
  + updated and extended vignette ExampleSweaveListingUtils.Rnw
    (shows how to modify markup; included references)

* compatibility:
  +some minor modifications in SweaveListingUtils for use in JSS;

* Rd-Style Markup
  +completed Rdlisting.sty according to "Parsing Rd Files" by Duncan Murdoch
   as of Nov 4 2008

* MASKING:
   +some changes such that the results of base::library are obtained

* Rd-style:
  + several buglets detected with the fuzzier checking mechanism
    cf [Rd] More intensive checking of R help files, Prof Brian Ripley, 09.01.2009 10:25) 
       [Rd] Warning: missing text for item ... in \describe? , Prof Brian Ripley,

##############
v 0.1.1
##############
 
 * new vignette ("ExampleSweaveListingUtils") to show
   how to use this package
 * moved license to LGPL-3

##############
v 0.1
##############


* new package initiated; see package help file for a survey
