
20121111
    - (Jerome) Adapt font size to available space when drawing
      hours

20120909
    - (Jerome) Use a singleton to format time so the caller can
      specify its own format.

20120828
    - (Jerome) Increase header font size

20120523
    - (Jerome) First try at a better word wrapping algorithm
    - (Jerome) Fix hit test in non-resizable mode

20111212
    - (Jerome) In some circumstances, DrawBuffer would recurse indefinitely.

20111211
    - (Jerome) Performance improvements.

20111028
    - (Jerome) Fixed a drag and drop bug when spanning multiple periods
      in vertical mode.
    - (Jerome) Fixed a size problem when drawing the hours in vertical
      mode.

20110812
    - (Jerome) Respect the font size

20110323
    - (Jerome) Allow user to change dates and times by
      drag and drop, and "resizing" the schedules.

20110210
    - (Jerome) Use user-set background and text color

20110129
    - (Jerome) Add configurable schedule font size

20110103
    - (Jerome) Avoid calling OnSize twice per second and hogging the CPU.

20100228
    - (Jerome) Add get/set to set whether we should draw the 'Now' line.
      If so, automatically refresh every minute.

20101226
    - (Jerome) Always highlight current day

    - (Jerome) Add a green line to show current time

20101123
    - (Jerome) Fixed another memory leak.

20101120
    - (Jerome) Fixed a memory leak in wxSchedulerCore.Delete.

20101113
    - (Jerome) Setting the column width to the minimum in horizontal
      monthly view and switching to weekly would hang.

20101105
    - (Jerome) Tasks starting and ending at 00:00:00 the same day
    would not be displayed correctly.

20101015
    - (Jerome) One can change the minimum width of days in horizontal
      mode, as if it was a list header.

20101014
    - (Jerome) The month name in horizontal monthly view does not depend
      on the current horinzontal scroll value.

20101006
    - (Jerome) Method to choose the colour of the current day

v1.3.1:
20100808
    - (Jerome) One can now display several periods at once (except
      for months)

20100807
    - (Jerome) Bigger default widths

20100728
    - (Jerome) Fix preview size for weekly and monthly printouts. Fix
      printout in horizontal mode.

    - (Jerome) Printer setup dialog

    - (Jerome) Finished fixing print. Support for multiple pages in
      horizontal mode.

v1.3.0:
 (see http://code.google.com/p/wxscheduler/source/list for detailed changes)

 20100724
    - Added make tarball target to build a tar.gz package automatically

 20100216
    - (Jerome) More drawing optimizations; time to refresh the view in
      vertical mode with 40+ schedules back from 18s to 2s. Schedule
      change events now have a 'needsLayout' property; if False, the
      schedule's bounding rect does not change so it's safe to redraw
      only this area.

 20100213
    - (Jerome) Avoid unnecessary repaints, using a bitmap cache. Also
      group consecutive resize events to minimize drawing.

    - (Jerome) Add Freeze/Thaw methods to wxScheduler for batch updates

 20100209
    - (Jerome) Heavy refactoring, faster drawing, better handling of
      scrollbars, better handling of variable-sized calendars

 20100207
    - (Jerome) New event for right click

 20100203
    - (Jerome) Highlight current day

  20100201
    - (Jerome)  Start moving  all actual  drawing code  to  a separate
      class (wxDrawer).  This will allow  theming. In addition  to the
      base drawer, add a  drawer based on wx.GraphicsContext with some
      eye-candy like rounded rectangles and gradients.

  20100131
    - (Jerome) Add horizontal view style
    - (Jerome) Work around a wxWidgets bug (SetToWeekDayInSameWeek)
    - (Jerome) Fix a bug (on Jan 31st 2010, trying to jump to the next
      month would lead to March instead of February)
    - (Jerome) Add a new schedule attribute: foreground color

  20100130
    - (Jerome) Add some new events in the demo.
    - (Jerome) Some fixes and minor refactoring

v1.2.4:
  20100129
    - (Jerome) Some fixes in wxSchedulerCore and wxSchedulerPaint
    - (Jerome) Add support icons in the schedule

v1.2.3:
  20070824
    - (Daniele) Add methods Next() and Previous() for easly navigation in one (default)
      or multiple steps

v1.2.2:
  20070419
    - (Daniele) New unified changelog in international language
    - (Daniele) Some fixes to make code work fine under both wxPython 2.8 and 2.6
