diff --git a/inst/ChangeLog b/inst/ChangeLog index 6467d7a..d390926 100644 --- a/inst/ChangeLog +++ b/inst/ChangeLog @@ -1,3 +1,46 @@ +2016-02-05 Edzer Pebesma + + * R/rbind.R: keep row.names but make them unique, in case first + object has them. + +2016-02-03 Edzer Pebesma + + * R/gridlines.R, demo/polar.R, man/gridlines.Rd: change default + ndiscr; tidy docs & demo + +2016-02-03 Edzer Pebesma + + * demo/00Index, man/Spatial-class.Rd, man/gridlines.Rd: tidy, + complete, extend docs + +2016-02-03 Edzer Pebesma + + * R/SpatialPointsDataFrame-methods.R: support adjx and adjy fields + in text method + +2016-02-03 Edzer Pebesma + + * R/gridlines.R: add default for gridlines() + +2016-02-03 Edzer Pebesma + + * demo/polar.R: add polar projection plot, showing antarctic and + labels + +2016-02-03 Edzer Pebesma + + * R/SpatialLines-methods.R: improve labels method, add support for + all plot sides + +2016-02-03 Edzer Pebesma + + * R/Spatial-methods.R: add expandBB argument, to expand the bbox of + object plotted + +2016-02-03 Edzer Pebesma + + * inst/ChangeLog: update ChangeLog + 2016-02-01 Edzer Pebesma * inst/NEWS.Rd, man/gridlines.Rd: improve readability example