]> git.saurik.com Git - bison.git/blobdiff - NEWS
doc: specify documentation encoding
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 689c50195083884e43832284d2c8312d52dcefe1..e6521bf93d4bf530a3b0499651339e30126938f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,20 @@ GNU Bison NEWS
   Now, the "previous" declaration is always the first one.
 
 
+** Documentation
+
+  Bison now installs various files in its docdir (which defaults to
+  '/usr/local/share/doc/bison'), including the three fully blown examples
+  extracted from the documentation:
+
+   - rpcalc
+     Reverse polish calculator, a simple introductory example.
+   - mfcalc
+     Multi-function Calc, a calculator with memory and functions and located
+     error messages.
+   - calc++
+     a calculator in C++ using variant support and token constructors.
+
 * Noteworthy changes in release 3.0.2 (2013-12-05) [stable]
 
 ** Bug fixes