diff --git a/ChangeLog b/ChangeLog
index 9e5640b43eee7f3343b47ca2eff71661d6724a5e..68bded1cc93182f31e9bdb382b4e92c5a3e32b2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,15 +2,17 @@ Version 17
 	Artemis/ACT and associated applications have been upgraded to Java 8. Java 7/6/5 are now no longer supported - RT ticket #589103
 	
 	BamView fixes/changes - 
-		Improved mouse selection of reads.
-		Fixed exceptions thrown when zooming into an area with secondary reads or SNPs enabled - RT ticket #596489: Problem zooming in using isoseq data
-		Removed Samtools (htsjdk) jar and updated Picard jar (which includes htsjdk).
-		Upgraded Apache Commons Net jar - used for ftp'ing. 
-		Added Cram file loading and fixed defects around that code area (also related RT ticket #560982: Artemis fails to build from source).
-		Added display of bam secondary alignment flag to read details pop-up window.
-		Improved error handling/reporting for standalone BamView application.
-		Added buffer sizing to FTPSeekableStream.
-		Performance tweak for BAM file indexing.
+		1) Improved mouse selection of reads.
+		2) Fixed exceptions thrown when zooming into an area with secondary reads or SNPs enabled - RT ticket #596489: Problem zooming in using isoseq data
+		3) Removed Samtools (htsjdk) jar and updated Picard jar (which includes htsjdk).
+		4) Upgraded Apache Commons Net jar - used for ftp'ing. 
+		5) Added Cram file loading and fixed defects around that code area (also related RT ticket #560982: Artemis fails to build from source).
+		6) Added display of bam secondary & supplementary alignment flags to read details pop-up window.
+		7) Improved error handling/reporting for standalone BamView application.
+		8) Added buffer sizing to FTPSeekableStream.
+		9) Performance tweak for BAM file indexing.
+		10) Fixed issue in BamView whereby if you went to the end of a long contig and then switched to a shorter one (via the combo), you would end up off the end of the sequence
+			resulting in a negative array index exception. Code has been changed to reset display to the start of sequence when the combo is changed (i.e. same as Artemis).
 		
 	Added EvoSuite unit tests and additional targeted tests (RT ticket #419534: Develop a test suite for Artemis).
 	
@@ -22,8 +24,8 @@ Version 17
 	
 	Changed Travis yml build file. RT ticket #597497: Set up artemis tests to run on travis.
 	
-	Changed all build scripts and startup scripts. Removed building of artemis_mac.jar which is not used. 
-	Removed etc/gene_builder script and the gff2embl script (and documentation references) - no longer supported. RT ticket #598617.
+	Changed all build scripts and startup scripts - RT ticket #598617. Removed building of artemis_mac.jar which is not used. 
+	Removed etc/gene_builder script and the gff2embl script (and documentation references) - no longer supported. 
 	
 	Fixed RT ticket #606061 - Using EBI-Dbfetch on ARTEMIS. Change to DbfetchEntrySource.java due to incorrect regular expression and EBI URL.
 	
diff --git a/etc/log4j.properties b/etc/log4j.properties
index 00541f8b122c8580509715a2c3649ca25649f9c4..d3f56d1fb7964ea2c0e8ab0891ddb013dfe6a674 100644
--- a/etc/log4j.properties
+++ b/etc/log4j.properties
@@ -29,7 +29,7 @@ log4j.logger.uk.ac.sanger.artemis.util.DatabaseLocationParser=DEBUG, R
 log4j.logger.uk.ac.sanger.artemis.editor.FastaTextPane=DEBUG, R
 log4j.logger.uk.ac.sanger.artemis.editor.DataCollectionPane=DEBUG, R
 log4j.logger.uk.ac.sanger.artemis.j2ssh.SshPSUClient=DEBUG, R
-log4j.logger.uk.ac.sanger.artemis.components.alignment.BamView=DEBUG, R
+log4j.logger.uk.ac.sanger.artemis.components.alignment=DEBUG, R
 log4j.logger.uk.ac.sanger.artemis.components.variant.VCFview=DEBUG, R
 log4j.logger.uk.ac.sanger.artemis.components.genebuilder.cv.CVPanel=DEBUG, R
 log4j.logger.uk.ac.sanger.artemis.components.genebuilder.cv.GoBox=DEBUG, R