==========================================
History of Changes to Taurus CalendarMaker
==========================================

Version 1.1.0
~~~~~~~~~~~~~
  Much improved version with two new templates and three new beans.  

  New Features:
  * PanoramaCalendar bean and example panorama template.
  * StaticImage bean for logos.  Can be created by dropping an image file onto
    the page.
  * StaticTitle bean for copyright messages etc.
  * Coversheet template.
  * First day of the week can now be changed on TableCalendar bean.
  * Diary entries can now be turned on and off.
  * Text in Title beans can now be justified.
  * Keyboard move/resize of the selected bean using the cursor-keys and Alt-
    and Shift-keys.  Beans can also be inserted using just the keyboard.
  * All beans can have their aspect-ratio locked in coordinate layout mode.
  * In readiness for user-definable beans, beans are added to Edit toolbar by
    interrogating BeanInfo.
  * New icon for the program, to be used in the title bar and on shortcuts etc.
  * Run scripts now take an argument of a template to load at startup.
  * Installer for Windows users.
  * British English properties now supplied (in addition to US English).
  
  Improved Features:
  * Much better Focusing: The Tab key can be used to select beans for editing
    in the template; New selections automatically get the focus.
  * Graphical Anchor and Fill editors on the Layout properties page, both with
    proper keyboard navigation using the cursor keys.
  * New Font style editor buttons for Bold and Italic.
  * Improved Colour editor with Greyscale and Web colour pickers, which
    remembers recently used colours.
  * Improved names and descriptions for Accessibility, including the removal of
    punctuation (':', '...' and '-') from component names and the setting of
    combo box names and text field descriptions.
  * All fields and menu items have mnemonics.
  * Clearer icons for beans, with 'D' denoting beans that respond to the date.
  * Changed PropertyEditor from a JDialog to a JFrame, allowing Alt+Tab to be
    used to switch between it and the main window.
  
  Bug Fixes:
  * Clear Selection used Ctrl+Z, but now uses the more conventional Ctrl+D.
  * Beans used integer arithmetic, now they all use floats for improved drawing
    accuracy.
  * Fixed font size when editing a cell in MonthImage properties, which caused
    the filename to "jump".
  * Fixed default font to be "sansserif" instead of "Helvetica", which doesn't
    exist on many platforms.
  * Fixed proportional (or constrained) resizing of beans using the Ctrl key.
  * Fixed missing icon in colour editor when properties window re-opened.
  

Version 1.0.0
~~~~~~~~~~~~~
  The first released version.
  
  Features:
  * Two pre-defined templates.
  * Ability to create your own templates using MonthImage, MonthTitle,
    YearTitle, TableCalendar and ListCalendar.
  * Choose between GridBag and coordinate layout.
  * Can customize all fonts and colours.
  * Ability to set page size and print (see known bugs below).
  * Internationalization ready (just supply the two .properties files).
  * Basic Accessibility support (everything has names and keyboard shortcuts).
  * Drag and drop support for beans and files.
  * Rudimentary load and save using XML.

  Known bugs:
  * Printing may not be centered on the page, and may even be cropped on some
    machines.  This seems to be a problem with Java and not CalendarMaker.
  * Proportional resizing (using Ctrl-key) doesn't work properly.