20051109		Work on text performance
20051108		Fix performance glitch on files
20051104		Add image caching of hires images
			Fix color bug with Mil file
20051103		Add image support to SimpleViewer
====================================================================
	Release 2.60b05 (27-October 2005) - included GPL
====================================================================
20051017		Fix type6 format problem in chinese_chars.pdf
20051010		new method public void setPagePrintRange(SetOfIntegerSyntax range)
			deprecated public void setPagePrintRange(int start,int end)
20051005		New method in PDFDecoder getPDFVersion() returns version
20051004		Fixes for shading
20050929		Work around to deal with bug in Java drawing very small shapes
			General code cleanup and removal of unused imports
20050928		Make setTTFonrDirs() is now static
20040927		Improvements to t1 and tt font handling
20050921		Fix bug in CMAP where format 6 used but not ID 1
20050920		Fix search on rotatated pages
			Check xrefs valid more carefully
20050915		Reduced memory usage on large files.
			Speed improvements (varies from files)
			Thumbnail viewer now redraws on scroll and no exception. 
====================================================================
	Release 2.50b32 (14-September 2005) - included GPL
====================================================================
20050912		Better handling of null objects
20050911		Alter vertical handling code for type1C fonts
20050909		Make Pattern live. Improve use of embedded CMAPs
20050907		Remove ExtractImages2 and put functions in ExtractImages. 
20050906		Add ability to extract OPI data - code in ExtractImages -Dopi flag
20050905		Fixes for search and displays page number
			New example to extract text from area of page
20050902		Search now highlights if scrolling
20050901		Tweak find code to work with spaces and give better output
20050829		Fix TR issues with stroke not being set correctly for direct draw
			Output co-ordinates for images in xml file in ExtractImages example
20050827		Fix bug in MASK with indexed colorspace
			Fix bug in TR command with text
20050818		Improved handling of non-embedded fonts with encoding in font file
20050817		ExtractTextAsTable now saves as xml not htmml. Flags added to extraction examples to make them easier to use.
			Fixed bug with ICC indexed colorspaces not setting components to 3
20050816		Fix bug in char mapping
20050812		Pjes.jar will return version number if called with no paramters (ie java -jar pjes.jar)
				Add external dpi flag to ExtractPagesAsThumbnails
20050811		Improved ExtractPagesAsThumbnails example wwith scaling option
20050810		Add support for TR 3 mode
				Add support for SMask
20050809		Add method PDFContainsEmbeddedFonts() and new example to use it
				New example ShowIfFileUsesEmbeddedFonts.java
20050808		Fix bug in extractTextInRectangle with co-ords
				Add option to output as text in extractTextInRectangle
20050728		Add support for Mask
20050727		Add new method getImageAsTransparentPage(int pageNumber)
			setThumbnaiImageTransparency(boolean b) deprecated
20050726		New forms methods.
20050725		Forms. FormFactory to extend display
20050724		DeviceN colorspace
20050721		Clean up ExtractFormData example
			Add object reference to raw forms data in obj field.
			New method getCurrentFormRenderer()
====================================================================
	Release 2.40b38 (20-July 2005)
====================================================================
20050719		Improved findTextInRectangle - handles spaces better
20050718		Add -Ddebug to generate log
20050715		Improve bookmarks
20050714		Speed improvements
			Fix Dingbats
			Ascii85 speedup
20050713		Search window
20050711		Improved Japanese text
20050705		Move font code into new classes. Debug.
			Add test for pjes.jar and cid.jar
			Updated gpl build.xml
20050704		Move font code from org.jpedal.fonts to com.idrsolutions.pdf.fonts
			Remove attributes from SimpleViewer.java (printDialog)
20050628		Add SWTViewer - extends SimpleViewer in SWT.
			New code for CMAP handling of WIN fonts
			Change SimpleViewer to make it easier to add SWT Viewer
====================================================================
	Release 2.40b38 (20-June 2005)
====================================================================
20050615		Fix truetype code for CIDs.
			Allow for 1 bit CCITT image
20050614		Fix Truetype code for complex glyfs
			Improved form options cover
			Log started for Unimplemented forms to find files
20050607		New GPL build file
			Fix Separation colorspaces
			Fix font mapping so not over-ridden by defaults.
20050605		Fix memory leak. 
			Fix bug in Separation colorspace code
20050603		Allow for \f in password
			Allow for font of same name (ie F1) in  xform
20050527		New tiff code
20050526		Alter naming convention for files with xxx-
20050525		Font fixes
			Speed tweaks in Font code
20050524		Fix Zapf font bug
20050523		Fix bug in Post table code
20050519		Fix CMYK color in printing to avoid JPS bug
20050517		Allow for DA encrypted in forms.
			Allow for (\\) value
====================================================================
	Release 2.40b30 (16-May 2005)
====================================================================
20050516		Put Auto-scrolling in ContentExtractor.
			Smoother scrolling at edge of SimpleViewer/ContentExtractor window
			Correctly handle mutliple (()) in TJ streams
			Ensure any images cached on disk deleted.
			Content windows in SimpleViewer/ContentExtractor now resizable
20050511		Regression test font changes.
			 Improve forms with fonts, escape chars and alignment
20050510		Make sure Symbol fonts sybstitute correctly on non-embedded fonts
			Recode WIN, MAC, Symbol tables to ensure non-Windows glyphs all work correctly.
			Improve Latin2 support
20050509		Fix bug when files with compressed streams with non-standard W entries read.
			Ensure font called Symbol uses Symbol encoding
			Allow for octal values less than 3 digits long
20050504		Clean up | and replace with || in some classes to improve speed
20050503		Alter way passwords handle to provent corruption on some text values. 
			PdfFont.setStandardFontMappings() call no longer needed and removed from examples.
			Examples now defined in javadoc format
20050502		Remove enableHighQualityMode(),disableHighQualityMode()
			Methods getGroupingObject(), getBackgroundGroupingObject() to replace usage of getPdfBackgroundData(),getPdfData().
20050429		Move useUnrotatedCoords from PdfDecoder to PdfGrouping class
			Move PDfdata from examples into internals of library
20050428	Work on appearance streams for FDFforms.
			ObjectStore made non-static to avoid possible class if called from threads.
			Fixed BufferedReader not being closed
20050427	Remove unused pageContent object in PdfDecoder/PdfStreamDecoder.
			Make methods in PdfStreamDecoder protected to reduce access.
			Fixed bug with page incorrect in ContentExtractor example.
			Convert ObjectStore to non-static object to avoid multi-threading issue and alter examples.
			Clean up imports.