diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 6 | ||||
-rwxr-xr-x | web/nimrod.ini | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/web/news.txt b/web/news.txt index bcfcf788d..9c9322826 100755 --- a/web/news.txt +++ b/web/news.txt @@ -47,9 +47,11 @@ Additions - Added ``xmlparser`` module. - Added ``htmlparser`` module. - Added ``re`` module. +- Added ``graphics`` module. +- Added ``colors`` module. - Many wrappers now do not contain redundant name prefixes (like ``GTK_``, - ``lua``). The new wrappers are available in ``lib/newwrap``. Change - your configuration file to use these. + ``lua``). The old wrappers are still available in ``lib/oldwrappers``. + Change your configuration file to use these. - Triple quoted strings allow for ``"`` in more contexts. - ``""`` within raw string literals stands for a single quotation mark. - More extensive subscript operator overloading. See diff --git a/web/nimrod.ini b/web/nimrod.ini index b92a0f36f..e6e9dfbe6 100755 --- a/web/nimrod.ini +++ b/web/nimrod.ini @@ -31,7 +31,7 @@ srcdoc: "pure/streams;pure/terminal;pure/cgi;impure/web;pure/unicode" srcdoc: "impure/zipfiles;pure/xmlgen;pure/macros;pure/parseutils;pure/browsers" srcdoc: "impure/db_postgres;impure/db_mysql;pure/httpserver;pure/httpclient" srcdoc: "pure/ropes;pure/unidecode/unidecode;pure/xmldom;pure/xmldomparser" -srcdoc: "pure/xmlparser;pure/htmlparser;pure/xmltree" +srcdoc: "pure/xmlparser;pure/htmlparser;pure/xmltree;pure/colors;impure/graphics" webdoc: "wrappers/libcurl;pure/md5;wrappers/mysql;wrappers/iup" webdoc: "wrappers/sqlite3;wrappers/python;wrappers/tcl" |