diff --git a/docs/whatsnew.html b/docs/whatsnew.html
index 4bc11416b..d3a3ccb1c 100644
--- a/docs/whatsnew.html
+++ b/docs/whatsnew.html
@@ -24,7 +24,8 @@
What's New in NEMO
4.4.2: in github
-
+
+ - (Oct 12, 2023) fix density of hackdens, which assumed mass = nbody
- (Oct 11, 2023) add qtrun as modern alternative to tkrun
- (Jul 7, 2023) python install now places the python_start.[c]sh scripts inside the anaconda3 directory
diff --git a/src/tutor/main/nemomain.c b/src/tutor/main/nemomain.c
index 8782d4c3d..74199e98c 100644
--- a/src/tutor/main/nemomain.c
+++ b/src/tutor/main/nemomain.c
@@ -13,6 +13,7 @@
* 22-oct-90 V1.0 Created PJT
* 21-may-92 V1.1 added usage PJT
* 12-feb-95 V1.2 added format= PJT
+ * 30-aug-23 V1.3 added a,b,c PJT
*/
#include /* standard NEMO include */
diff --git a/text/savekeys.design b/text/savekeys.design
index 2d101a22c..583432065 100644
--- a/text/savekeys.design
+++ b/text/savekeys.design
@@ -102,6 +102,9 @@ is a filename controlled with the PPID, which in bash should be something like
export NEMOVAR=/dev/shm/nemovar_$$.$USER
Writing should be done with an exclusive lock. Reading can be done at will.
+This implies - for the simple file based version - that this system cannot
+be used for pipe, viz.
+
diff --git a/usr/jfwallin/Makefile b/usr/jfwallin/Makefile
index 570c927c2..992962171 100644
--- a/usr/jfwallin/Makefile
+++ b/usr/jfwallin/Makefile
@@ -22,4 +22,4 @@ install: JSPAM
run1:
jspam
- (rm a.snap; tabtos a.101 a.snap block1=pos,vel)
+ (rm a.snap; tabtos a.101 a.snap block1=pos,vel; snapplot3 a.snap)