Index: /trunk/src/tmcsim/application.properties
===================================================================
--- /trunk/src/tmcsim/application.properties	(revision 424)
+++ /trunk/src/tmcsim/application.properties	(revision 425)
@@ -1,5 +1,5 @@
-#Sun, 23 Jun 2019 14:38:34 -0700
+#Mon, 24 Jun 2019 18:00:23 -0700
 
-Application.revision=423
+Application.revision=424
 
-Application.buildnumber=140
+Application.buildnumber=142
Index: /trunk/src/tmcsim/client/CADlogDisplay.java
===================================================================
--- /trunk/src/tmcsim/client/CADlogDisplay.java	(revision 416)
+++ /trunk/src/tmcsim/client/CADlogDisplay.java	(revision 425)
@@ -69,8 +69,5 @@
      */
     private CADClientSocket theClientSocket;
-    /**
-     * Instance of the ClockView.
-     */
-    private ClockView theView;
+
     /**
      * Properties object for the CADClient class.
@@ -132,11 +129,11 @@
                             sb.append(notesTable.getValueAt(row,1) + " "); // time
                             String initials = (String) notesTable.getValueAt(row,2); // initials
-                            // If there are no user intials, it's a scripted item
-                            if (initials.length() == 0)
+                            // If there are user intials, include this item.
+                            // Zero length initials mean it's a scripted item
+                            if (initials.length() > 0)
                             {
-                                initials = "Script";
+                                sb.append(initials + " ");
+                                sb.append(notesTable.getValueAt(row,4) + "\n"); // notes
                             }
-                            sb.append(initials + " ");
-                            sb.append(notesTable.getValueAt(row,4) + "\n"); // notes
                         }
                     }
Index: /trunk/IDE_metadata/NetBeans/TMCSim/build.xml
===================================================================
--- /trunk/IDE_metadata/NetBeans/TMCSim/build.xml	(revision 408)
+++ /trunk/IDE_metadata/NetBeans/TMCSim/build.xml	(revision 425)
@@ -184,5 +184,5 @@
        includes="tmcsim/cadsimulator/**, tmcsim/common/**, tmcsim/interfaces/**,
                  tmcsim/client/cadclientgui/**, tmcsim/cadmodels/**, atmsdriver/model/**,
-                 tmcsim/application.properties"
+                 tmcsim/highwaymodel/**, tmcsim/application.properties"
        excludes="**/Test.class">
         <zipgroupfileset dir="dist/lib" includes="xercesImpl.jar,jaco-mp3-player-0.9.3.jar"/>
