mimprint v0.2.0  June 4, 2008  Scala/Java mix

  Enhancements:

  * Mimprint now supports playlists.
    See below for the format of a playlist file.
    + If you create a file called index.mpr in a directory that contains
      images, that playlist file will be opened when you ask to open that
      directory.
    + You can open any playlist file by using the File/Open menu command.
      This allows you to have more than only playlist in a directory,
      or to have playlists that include files from multiple directories.
    + The "p" keybaord shortcut copies the current item to the active
      playlist.  The active playlist can be selected by using the Active
      command in the new PlayList menu.
  * The "N of M" messages now keep separate counts for folders versus files.
  * The new Dual Window Mode opens a second window on the same screen.
    This can then be moved onto another screen if desired, for cases where
    the Alternate Screen Mode is not working.
  * The Alternate Screen Mode menu command is now available only when
    there is an alternate screen.
  * The new "Include Folder Dates In List" option in the View mwnu,
    which is off by default, allows to show or hide the folder date,
    which can be confusing since it is the date of the last edit of any
    file in that folder.
  * The distribution now includes a startup script called "mim" for
    Linux and Mac systems.

  Bug Fixes:

  * The correct screen mode is now shown as selected on startup.
  * Changes to the choice of what is displayed in the List from the View menu
    now take effect immediately.
  * The "N of M" messages are now properly sorted.
  * Pushing ESC from Full Screen mode now returns to whatever mode was
    previously selected.  ESC will also toggle from any mode to the
    previously selected mode, as long as that was not Full Screen Mode.
  * When moving to the previous directory and displaying the last item
    in the list, the list now scrolls to the end so that item is visible.

  Playlist file format:

  + The file is line oriented, each line is processed alone.
  + Lines starting with a pound sign (#) are treated as comments.
  + Consectuvie lines starting with a double-pound sign (##) at the
    beginning of a file are treated as comments associated with the file.
    Other comment lines are associated with the following filename.
    Comments after the last filename are ignore and will most likely
    be dropped when the playlis is saved back to a file.
  + Blank lines are treated as comments.
  + Leading and trailing whitespace on a line are ignored.
  + Image filename lines consist of a filename, optionally followed
    by option values separated by a semicolon.
  + The option "-r" says to rotate the image clockwise 90 degress.
  + The option "+r" says to rotate the image counter-clockwise 90 degress.
  + The option "++r" says to rotate the image by 180 degrees.
  + An item entry may contain the special line "-empty" instead of a filename.
    This represents an empty item in the playlist.
  + Example image filename line:
        foo.jpg;+r

----------------------------------------------------------------------

mimprint v0.1.2  January 11, 2007

  Bug Fixes:

  * Focus is now set in the text box when the edit image info dialog
    opens, so it is no longer necessary to click there before typing.

----------------------------------------------------------------------

mimprint v0.1.1  March 1, 2006

  Enhancements:

  * The View menu now includes a "Show Info In List" option that shows
    the image info but not an icon.  The "Show Image In List" menu item
    has been renamed to "Show Image and Info In List" for clarity.

  Bug Fixes:

  * When entering a directory, the first non-directory file is now selected
    by default.  This makes navigating into the next directory work properly.
  * After updating the text associated with an image, the display is now
    immediately updated, and the new text appears properly in the Info and
    Edit popup dialogs.

----------------------------------------------------------------------

mimprint v0.1.0  March 1, 2006

  Enhancements:

  * Add Printing capability through use of Printable window.
    + Display multiple images in one window.
    + Drag-and-drop in printable window to copy images between areas.
    + Can drag images from file list to printable window.
    + DEL/BS in printable window clears image from an area.
    + Add Print command to File menu to print contents of printable window.
    + Control bar above Printable window allows editing the layout of
      the images within the window.
    + Layout menu allows saving/loading layout templates to/from files.
    + Add 'p' command to display printable window.
    + Printable window is now the default screen mode.
  * Add Image menu.
    + Menu commands for keyboard actions such as rotate image.
  * Add Layout menu.
    + Save Template and Load Template commands allow saving the
      current layout to an XML file and reading it back later.
  * Add View menu.
    + Menu commands for keyboard actions such as screen mode.
    + List On Left command to put list of image files down the side.
    + Show Image In List command puts image icons in the list.
  * Add 'a' command to display on an alternate screen.
  * Add 's' command to display slideshow mode (formerly "normal", the default).
  * Use separate window for full-screen mode, make it work better.
  * Remove dependence on JAI, so this version now runs on MacOSX.

  Bug Fixes:

  * Keep focus in image window so key commands always work.
  * Fix some NPEs when problems finding image files.
  * The split pane can now be used to make the image smaller.

  Other Changes:

  * Add build.xml and build.properties to allow building with ant.
  * Renamed from jiviewer to mimprint.

----------------------------------------------------------------------

mimprint v0.0.4  July 2, 2003
