Scrip du Jour is a program to make it easy to read something every day.  It gets data from xml files, which can contain any text.  Scrip du Jour is copyright 2006-2010 by Jeremy Brooks, and is distributed under the terms of the Gnu General Public License, version 2.  

This program uses the log4j library from the Apache foundation and BrowserLauncher from Eric Albert.

Thanks to Patrick McIlhenny for coming up with a name for the program.

For support or questions, contact jeremyb@whirljack.net.


CHANGELOG:

Version 1.4.0
22-OCT-2010
 * Added right-click context menu.
 * Added ability to define a selected word.
 * Use fast splash screen.
 * Now requires Java 1.6 or higher.

Version 1.3.1
7-DEC-2009
 * Added font size option to preferences dialog.
 * Save the window position and size when the program exits.
 * Restore window position and size when the program starts.

Version 1.3.0
30-NOV-2009
 * Updated Mac package to use Intel JavaApplicationStub.
 * Updated the icons in the menus and toolbar.
 * Various tweaks to be more Mac-like on the Mac platform.
 * Commenting and cleanup.
 * Use latest version of log4j.

Version 1.2.1
1/10/2007
 * Fixed ignore year logic in find first unread item.

Version 1.2.0
12/5/2006
 * Added count of unread items older than the current day.
 * Added find first unread item.
 * Added ability to display window at a certain time each day.
 * Window is slightly bigger.
 * Cursor moves to the beginning of document when you change days.
 * Improved performance.

Version 1.1.0
2/4/2006
 * This program is now called Scrip du Jour, rather than Daily Reader.
   Thank you Patrick McIlhenny for the name suggestion.
 * Added better display of date to main window.
 * Fixed some typos.
 * Replaced literal \n with System.getProperty("line.separator")
 * Fixed a bug where the wait dialog was not centered in the parent window.
 * Added week & month navigation to view menu.
 * Added ability to check for updates automatically.
 * Added ability to launch browser to download update.

Version 1.0.0
1/19/2006
 * Editor is working, and can edit existing files or create new files.
 * Custom icons and splash screen.
 * Cleaned up the code.
 * Added better feedback during long operations.
 * Added inset to tab panels to make the text more readable.
