
Changes in Version 0.4-8
   - new  functions .whichtageq and .whichtagin; replaced most calls to toolsdotdotdotRdTags
     with these.

   - removed toolsdotdotdotRdTags

Changes in Version 0.4-7
   - removed ::: calls from code; copied some functions from `tools' to achieve this
     (see threedots.R). Renamed the functions replacing  ::: with dotdotdot.

   - export by name (not the generic export pattern); preparation for more selective export
     of functions in the future.

   - new functions: Rdo_get_argument_names, Rdo_get_item_labels

Changes in Version 0.4-5
   - dependence bibtex becomes "Imports".
     tools and gbRd remain (for now) "Depends" since functions from them are used in some
     examples without "require"'s.

   - rebib: now outfile="" can be used to request overwriting infile.
           (a small convenience; before the change, one could do this by
           giving the outfile and infile the same values.)

   - Bug fix: predefined.Rd contained \tabular environments with vertical bars, '|', in the
     format specification. This is not documented in "Writing R exts" but works for LaTeX and
     remained unnoticed by me and R CMD check. However, rendering the help page for the
     objects documented in predefined.Rd gave an error in html and text mode.
     Package installation failed only if html was requested at build time.

   - small changes in the documentation

Changes in Version 0.4-1
   - new major feature: processing references from Bibtex files.
     The top user level function is rebib(),  which updates
     section "references" in an Rd file. promptPackageSexpr() has
     been updated to use this feature. inspect_Rdbib() can be used
     in programming.

   - new auxiliary functions for work with bibentry objects.

   - new convenience programming functions for Rd objects.

   - some small bug fixes.

   - some gaps in the documentation filled.


Changes in Version 0.3-11

   - reprompt() did not handle properly S4 replacement methods. Changed the parsing of the
     arguments to rectify this. Some other functions also needed correction to handle this.

Changes in Version 0.3-10

   - Depends field in DESCRIPTION file updated to require R 2.15.0 or later.
     (because of a few uses of paste0() in recent code.)

Changes in Version 0.3-8

   - first public version
