]> gitweb.factorcode.org Git - factor.git/commitdiff
Update changelog
authorSlava Pestov <slava@factorcode.org>
Sat, 8 Dec 2007 22:18:17 +0000 (17:18 -0500)
committerSlava Pestov <slava@factorcode.org>
Sat, 8 Dec 2007 22:18:17 +0000 (17:18 -0500)
extra/help/handbook/handbook.factor

index c59524be6e9aa95857dfb958cc855376498b0907..0c003573a95cd45c3188515942116f579d691dce 100755 (executable)
@@ -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" }