From 04766062eb22f23048c1af48986919f9afbd6ddc Mon Sep 17 00:00:00 2001
From: nightfox <>
Date: Sat, 20 Feb 2016 03:56:17 +0000
Subject: [PATCH] Removed the "beta" for the official version 1.10 release.

---
 xtrn/DDMsgReader/DDMsgReader.cfg                          | 2 +-
 xtrn/DDMsgReader/DDMsgReader.js                           | 6 ++++--
 .../enhMsgHeader-withoutTimeZone.ans                      | 8 ++++++++
 xtrn/DDMsgReader/Read Me.txt                              | 2 +-
 xtrn/DDMsgReader/Revision history.txt                     | 2 +-
 5 files changed, 15 insertions(+), 5 deletions(-)
 create mode 100644 xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans

diff --git a/xtrn/DDMsgReader/DDMsgReader.cfg b/xtrn/DDMsgReader/DDMsgReader.cfg
index 51a5c154f9..ffb7e8cb3b 100644
--- a/xtrn/DDMsgReader/DDMsgReader.cfg
+++ b/xtrn/DDMsgReader/DDMsgReader.cfg
@@ -34,7 +34,7 @@ readingPostOnSubBoardInsteadOfGoToNext=false
 ; The filename (without the extension) and maximum number of lines to use for
 ; the header file to display above the message areas in the message chooser
 areaChooserHdrFilenameBase=areaChgHeader
-areaChooserHdrMaxLines=5
+areaChooserHdrMaxLines=6
 
 ; The theme file name (for colors, strings, etc.)
 themeFilename=DefaultTheme.cfg
\ No newline at end of file
diff --git a/xtrn/DDMsgReader/DDMsgReader.js b/xtrn/DDMsgReader/DDMsgReader.js
index 91b92a462e..70775bb9f4 100644
--- a/xtrn/DDMsgReader/DDMsgReader.js
+++ b/xtrn/DDMsgReader/DDMsgReader.js
@@ -123,6 +123,8 @@
  *                              in a sub-board rather than going to the next sub-board.
  * 2016-02-06 Eric Oulashin     Started working on the ability to display a custom header
  *                              above the message area chooser lists.
+ * 2016-02-19 Eric Oulashin     Version 1.10
+ *                              Releasing this version.
  */
 
 /* Command-line arguments (in -arg=val format, or -arg format to enable an
@@ -214,8 +216,8 @@ if (system.version_num < 31500)
 }
 
 // Reader version information
-var READER_VERSION = "1.10 Beta 8";
-var READER_DATE = "2016-02-16";
+var READER_VERSION = "1.10";
+var READER_DATE = "2016-02-19";
 
 // Keyboard key codes for displaying on the screen
 var UP_ARROW = ascii(24);
diff --git a/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans b/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans
new file mode 100644
index 0000000000..32c4002d96
--- /dev/null
+++ b/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans	
@@ -0,0 +1,8 @@
+��� @GRP-L#########@ @SUB-L####################@�����������������������������Ŀ
+����Msg#: @MSG_NUM_AND_TOTAL-L###############################################@�
+����From: @MSG_FROM-L########################################################@�
+����To  : @MSG_TO-L##########################################################@�
+����Subj: @MSG_SUBJECT-L#####################################################@�
+����Date: @MSG_DATE-L########################################################@�
+����Attr: @MSG_ALLATTR-L#####################################################@�
+�������������������������������������������������������������������������������
diff --git a/xtrn/DDMsgReader/Read Me.txt b/xtrn/DDMsgReader/Read Me.txt
index 0133439ae2..1d6de80eb6 100644
--- a/xtrn/DDMsgReader/Read Me.txt	
+++ b/xtrn/DDMsgReader/Read Me.txt	
@@ -1,6 +1,6 @@
                       Digital Distortion Message Reader
                                  Version 1.10
-                           Release date: 2016-??-??
+                           Release date: 2016-02-19
 
                                      by
 
diff --git a/xtrn/DDMsgReader/Revision history.txt b/xtrn/DDMsgReader/Revision history.txt
index 9513bfcee7..62af2c2b38 100644
--- a/xtrn/DDMsgReader/Revision history.txt	
+++ b/xtrn/DDMsgReader/Revision history.txt	
@@ -5,7 +5,7 @@ Revision History (change log)
 =============================
 Version  Date         Description
 -------  ----         -----------
-1.10     2016-??-??   Added a new configuration option,
+1.10     2016-02-19   Added a new configuration option,
                       readingPostOnSubBoardInsteadOfGoToNext, that affects what
                       happens after the user reads the last message on a
                       sub-board (for normal reading, not for newscans etc.): If
-- 
GitLab