Changes in version 1.3-3 o Improve detection of number delimiters. o Fix compilation failure. Changes in version 1.3-2 o Bug fix: send already colorized buffer to correct stream (stderr or stdout). Changes in version 1.3-1 o Do not colorize output when package is loaded, only when attached. o Include preceding char in reserved word matching Changes in version 1.3-0 o Colorize patterns defined by users. o New function: isColorOut(). Changes in version 1.2-1 o Minor bug fixes. Changes in version 1.2-0 o Bug fix: o Do not colorize already colorized output. o New features/changes: o Colorize output within RStudio. o Accept any string as color code. o New color category: index o Change stderr color: magenta. o setOutputColors256 is deprecated and a 256 color scheme is used by default. Changes in version 1.1-2 o Improve and complete Polish translation (thanks to Ɓukasz Daniel). o Add screenshot to documentation. Changes in version 1.1-1 o Minor bug fixes. o New options: colorout.noninteractive and colorout.notatty. Changes in version 1.1-0 o Don't check if inside emacs; check if isatty(stdout()) is TRUE. o New features: o Highlight numbers close to zero. o Highlight FALSE and TRUE and -Inf and Inf differently from constants. o Improve the recognition of dates and times. Changes in version 1.0-3 o Recognize output in the format yyyy-mm-dd as date (feature requested by Grant Farnsworth). o Start with the default 256 colors scheme if the TERM environment variable has the string "256". o Use fbterm color codes when setting a 256 colors scheme if the TERM environment variable is "fbterm". Changes in version 1.0-2 o Don't activate output colorizing if the RSTUDIO environment variable exists. Changes in version 1.0-1 o Different color for negative numbers. o Recognize scientific numbers as a whole. o Don't use the value of getOption("OutDec") to identify numbers. Always accept "," and "." as part of numbers. o Be verbose while testing the TERM environment variable if interactive() == TRUE. Changes in version 0.9-9 (2011-12-08) o Recognize hexadecimal numbers. o Use the value of getOption("OutDec") to identify numbers. o Do not enable colorization if interactive() == FALSE. Changes in version 0.9-4 (2011-11-23) o Follow the documentation and do not colorize the output after being loaded if Sys.getenv("TERM") == "". o Do not crash JGR, RStudio and other GUIs when unloading the 'colorout' namespace. Changes in version 0.9-3 (2011-11-22) o New functions to support 256 colors: setOutputColors256() and show256Colors(). o Possibility of working with Emacs/ESS, but with issues: no 256 colors and conflict with ESS autocompletion mecanism. o Fix warning on unloadNamespace() called by R CMD check. Changes in version 0.9-0 (2011-11-20) o Initial release.