Documentation polishing.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 1 Jul 2017 15:01:06 +0000 (11:01 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 1 Jul 2017 15:01:06 +0000 (11:01 -0400)
INSTALL.adoc
notes.adoc

index 803a644ad90b5cfd163c90278e2fb58615ffa270..3e733f34cc61270ab8658a596da2a16db2246dd1 100644 (file)
@@ -6,7 +6,8 @@
 On Debian and Ubuntu: 'apt-get install python3-yaml libedit-dev'.
 On Fedora: 'dnf install python3-PyYAML libedit-devel'.
 
-If you are using MacPorts on OS X: 'port install py3{5,6}-yaml', as appropriate for your Python 3 version.
+If you are using MacPorts on OS X: 'port install py3{5,6}-yaml', as
+appropriate for your Python 3 version.
 
 You can also use pip to install PyYAML: 'pip3 install PyYAML'.
 
index 9db8d6705dd38910b8d553008449ca750d1ae32d..cac3a133598d3120736c725df54f7b4d7b5f984b 100644 (file)
@@ -145,4 +145,10 @@ ways:
   like a FORTRAN or BCPL program.  Some (incomplete) effort has been made
   to introduce semantic types.
 
+We have made exactly one minor architectural change.  In addition to the
+old code's per-object state-description messages, we now have a per-object
+message series for state *changes*.  This makes it possible to pull a fair
+amount of test out of the arbitrary-messages list and associate those
+mesages with the objects that conceptually own them.
+
 // end