The R Project SVN R

Rev

Rev 77964 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77964 Rev 87957
Line 969... Line 969...
969
      \item \code{xgettext()} and related functions sometimes returned
969
      \item \code{xgettext()} and related functions sometimes returned
970
      items that were not strings for translation. (\PR{14935})
970
      items that were not strings for translation. (\PR{14935})
971
 
971
 
972
      \item \code{plot(<lm>, which=5)} now correctly labels the factor
972
      \item \code{plot(<lm>, which=5)} now correctly labels the factor
973
      level combinations for the special case where all
973
      level combinations for the special case where all
974
      \eqn{h_ii}{h[i,i]} are the same. (\PR{14837})
974
      \eqn{h_{ii}}{h[i,i]} are the same. (\PR{14837})
975
 
975
 
976
      \item \code{Sys.glob()} caused a segfault if the first element of
976
      \item \code{Sys.glob()} caused a segfault if the first element of
977
      \code{path} was \code{NA_character}. (\PR{14990})
977
      \code{path} was \code{NA_character}. (\PR{14990})
978
    }
978
    }
979
  }
979
  }
Line 4462... Line 4462...
4462
       \code{windows()} and \code{X11()} devices.)
4462
       \code{windows()} and \code{X11()} devices.)
4463
 
4463
 
4464
      \item \code{tools::texi2dvi()} gains an \code{index} argument,
4464
      \item \code{tools::texi2dvi()} gains an \code{index} argument,
4465
       mainly for use by \command{R CMD Rd2pdf}.
4465
       mainly for use by \command{R CMD Rd2pdf}.
4466
 
4466
 
4467
       It avoids the use of \command{texindy} by \command{texinfo}'s
4467
       It avoids the use of \command{texindy} by Texinfo's
4468
       \command{texi2dvi >= 1.157}, since that does not emulate
4468
       \command{texi2dvi} >= 1.157, since that does not emulate
4469
       'makeindex' well enough to avoid problems with special characters
4469
       'makeindex' well enough to avoid problems with special characters
4470
       (such as \samp{(}, \samp{\{}, \samp{!}) in indices. % )
4470
       (such as \samp{(}, \samp{\{}, \samp{!}) in indices. % )
4471
 
4471
 
4472
      \item The ability of \code{readLines()} and \code{scan()} to
4472
      \item The ability of \code{readLines()} and \code{scan()} to
4473
       re-encode inputs to marked UTF-8 strings on Windows since \R 2.7.0
4473
       re-encode inputs to marked UTF-8 strings on Windows since \R 2.7.0
Line 5477... Line 5477...
5477
       length of the underlying list structure).  (Wish of \PR{14073}
5477
       length of the underlying list structure).  (Wish of \PR{14073}
5478
       and \PR{10507}.)
5478
       and \PR{10507}.)
5479
 
5479
 
5480
      \item The \code{readline} completion backend no longer sorts
5480
      \item The \code{readline} completion backend no longer sorts
5481
       possible completions alphabetically (e.g., function argument
5481
       possible completions alphabetically (e.g., function argument
5482
       names) if \R was built with \code{readline >= 6}.
5482
       names) if \R was built with \code{readline} >= 6.
5483
 
5483
 
5484
      \item \code{select.list()} gains a \code{graphics} argument to
5484
      \item \code{select.list()} gains a \code{graphics} argument to
5485
       allow Windows/Mac users to choose the text interface.  This
5485
       allow Windows/Mac users to choose the text interface.  This
5486
       changes the behaviour of \code{new.packages(ask=TRUE)} to be like
5486
       changes the behaviour of \code{new.packages(ask=TRUE)} to be like
5487
       \code{update.packages(ask=TRUE)} on those platforms in using a
5487
       \code{update.packages(ask=TRUE)} on those platforms in using a