Version: Xournal-dr-0.8
Installation:
=============

1) Unzip the zip-file to your SD-card. (Mac-users make sure that all files are 'merged'
   with the existing files on the SD-card. The Mac seems to replace existing folders and
   not merge them.)
2) Click on the SDCard->Programs->Install->installXournalExtensions.desktop file on your DR.
   First this will add some tags to xournal files when the mackxpatch hack for DR1000 is installed.
   If this is the first time you installed Xournal (after a firmware update) you also need to connect 
   the .xoj extension to Xournal. This will do two things, it will start xournal automatically when 
   you click on a xournal-file; and more importantly it will show the xournal files on your DR. 
   The DR only shows files with 'known' extensions. 
   If this is not the first time (i.e. xournal files are already shown), you may select Cancel when the 
   question: "Do you want to install xournal schemas (only needed for first install)?" is asked.
   Note that when installing the extentions a reset of your DR at the end is needed to make sure that
   the new settings are used(may look a little strange).
   

Changes:
========
Xournal-dr-0.8b:
- Report corrupt auto-save file
- change colors of the pens
- Only draw inside 'printable' area
- Allow comma in directories
Xournal-dr-0.8a:
- Patch to create smaller scrollbars
Xournal-dr-0.8:
- Add option to only import/show pages that have annotation
- Added some experimental icons to the toolbar (only works with Mackpatch)
- Make sure config folder exists
- Add label-functionality
- Update screen-refresh behaviour
- Add command line options to indicate 'Import Annotations' and 'Import only Annotations'
  This will be used by future version of MackxPatch (P9 and higher).
Xournal-dr-0.7a:
- fix problem with text-items that did not show keybord.
- fix problem with rotation handling.
- fix problem with 'recogniser'-updates
Xournal-dr-0.7:
- The last page is now saved when a file is closed.
- Using sysSetBgBusy/sysResetBgBusy to prevent sleep mode (idle) of the device. This improves
  handling of big documents.
- Some minor bug fixes from the original distribution are taken over.
- Key processing changed: 
  - focus is restored to the 'canvas' more at more occasions
  - holding middle on one side (L/R) and taping on up/down on the other side jumps to first/last page
- Screen update mechanism changed, using the new display_control-functions. The screen is now much less
  often updated leading to a better writting experience.
Xournal-dr-0.6:
- Disable multidoc, now clicking on xournal-shortcut again will bring running xournal-instance to front.
- Properly closing metadata.db file after importing scribbles
- Add .xoj file with tag:xournal and .pdf with tag:book
- fast updates in xournal-statusbar lead to no updates at all, now using timer
Xournal-dr-0.5:
- Further improvements to handling large files
- Experimental menu option to use non anti-aliased canvas, to speed up screen refreshes
  Note that the new settings is only activated after a restart of xournal!
- Moved config settings from internal flash to SD-card (/Programs/_config)
  Use: Programs->Install->copyXournalConfig.desktop to copy your old settings to the new location
- Detect Encrypt-tag and handle document by rendering each page.
- Make rendered pages 1024 pixels wide
- Use ipc_menu_busy_show to avoid suspend of DR
Xournal-dr-0.4:
- Improved handling of non PDF 1.4 files. (Each page is now rendered, this takes long time!)
- Improved handling of large file, feedback in statusbar, seems to stall, pressing menu helps ...
Xournal-dr-0.3:
- Keepin the old poppler since iRex made some memory usage improvements to them
- Added icon in .desktop file, so it can be processed by lua-icons script.
- Using mapped file for imported pdf file, this should allow bigger files to be imported/merged
- Made the code more robust, to prevent some crashes when pdf version > 1.4.
- Added inport for NotePad files
- The Zoom-to-Width button, now does a Zoom-to-Height.
Xournal-dr-0.2:
- Improvement to showing a Xournal-tab in the taskbar (DR1000).
- Exported and Saved files are added to global.db and thus shown after closing Xournal.
- Version number is now up-to-date
Xournal-dr-0.1:
- W.r.t. the previous version that was released for the R2.0 beta, importing of annotations has been fixed.

Usage:
======
There are still a lot of problems (see below). 
To enable 'fast-scribbling' you need to select Options->Experimental Update and save your settings 
using Options->Save Preferences. Note that in the past there where some problems with scribbling and
screen refreshes, this could cause a hangup of the application. I did not have time to investigate
this with the new firmware.


Issues:
=======
- Only PDF1.4 is properly supported, other pdf-file-versions lead to rendered images being used! When 
  using pdf files make sure to save them as Arcobat 5.0 compatible.
- Import/Merge is only very limited tested (with limited number of files)
- Check hangup when scribbling and updating screen at same time
- Startup for larger .xoj files takes a long time. The correct content is only shown when menu is shown and
  removed again. The anti-aliased menu option (Options->Use AntiAliasing at restart) allows to disable
  anti-aliasing which gives a big performance boost. The scribbles on the screen will look worse, but when
  merging/saving to pdf it should remain the same quality as before.
- The DR only has limited memory if you only want to merge scribbles, you can also use the menu item 
  merge annotations, which uses less memory.
- Exported text, does not show when you open the document with the DR, on Windows they are still
  visible. Not sure where the problem is.
- Rendering of pages is not always correct, sometime a refresh needs to be forced (go to next and then back,
  or show menu). Not sure if this is still a problem.
- Allow default zoom to be width of document or full document
- A lot of other major and minor issues...
