From 7f337c2085d85f613d3ee875d8cc745a973b6f32 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 8 Dec 2007 17:18:17 -0500 Subject: [PATCH] Update changelog --- extra/help/handbook/handbook.factor | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/extra/help/handbook/handbook.factor b/extra/help/handbook/handbook.factor index c59524be6e..0c003573a9 100755 --- a/extra/help/handbook/handbook.factor +++ b/extra/help/handbook/handbook.factor @@ -247,7 +247,7 @@ ARTICLE: "changes" "Changes in the latest release" { { $vocab-link "io.server" } " - improved logging support, logs to a file by default" } { { $vocab-link "io.files" } " - several new file system manipulation words added" } { { $vocab-link "tar" } " - tar file extraction in pure Factor (Doug Coleman)" } - { { $vocab-link "unix.linux" } ", " { $vocab-link "raptor" } " - ``Raptor Linux'', a set of alien bindings to low-level Linux features, such as network interface configuration, file system mounting/unmounting, etc, together with experimental boot scripts intended to entirely replace " { $snippet "/sbin/init" } ", " { $vocab-link "/etc/inittab" } " and " { $snippet "/etc/init.d/" } " (Eduardo Cavazos)." } + { { $vocab-link "unix.linux" } ", " { $vocab-link "raptor" } " - ``Raptor Linux'', a set of alien bindings to low-level Linux features, such as network interface configuration, file system mounting/unmounting, etc, together with experimental boot scripts intended to entirely replace " { $snippet "/sbin/init" } ", " { $snippet "/etc/inittab" } " and " { $snippet "/etc/init.d/" } " (Eduardo Cavazos)." } } { $subheading "Tools" } { $list @@ -264,7 +264,7 @@ ARTICLE: "changes" "Changes in the latest release" { "Windows can be closed on request now using " { $link close-window } } { "New icons (Elie Chaftari)" } } -{ $subheading "Other" } +{ $subheading "Libraries" } { $list { "The " { $snippet "queues" } " vocabulary has been removed because its functionality is a subset of " { $vocab-link "dlists" } } { "The " { $vocab-link "webapps.cgi" } " vocabulary implements CGI support for the Factor HTTP server." } @@ -278,10 +278,14 @@ ARTICLE: "changes" "Changes in the latest release" { { $vocab-link "editors.notepadpp" } " - Notepad++ integration (Doug Coleman)" } { { $vocab-link "editors.ted-notepad" } " - TED Notepad integration (Doug Coleman)" } { { $vocab-link "editors.ultraedit" } " - UltraEdit integration (Doug Coleman)" } + { { $vocab-link "globs" } " - simple Unix shell-style glob patterns" } { { $vocab-link "heaps" } " - updated for new module system and cleaned up (Doug Coleman)" } { { $vocab-link "peg" } " - Parser Expression Grammars, a new appoach to parser construction, similar to parser combinators (Chris Double)" } { { $vocab-link "regexp" } " - revived from " { $snippet "unmaintained/" } " and completely redesigned (Doug Coleman)" } - { { $vocab-link "tuple.lib" } " - some utility words for working with tuples (Doug Coleman)" } + { { $vocab-link "rss" } " - add Atom feed generation (Daniel Ehrenberg)" } + { { $vocab-link "tuples.lib" } " - some utility words for working with tuples (Doug Coleman)" } + { { $vocab-link "webapps.pastebin" } " - improved appearance, add Atom feed generation, add syntax highlighting using " { $vocab-link "xmode" } } + { { $vocab-link "webapps.planet" } " - add Atom feed generation" } } { $heading "Factor 0.90" } { $subheading "Core" }