29/02/08
* Applied GPL v3 license
27/01/08
* Added iconise icon
24/01/08
* Changed sprites to be shown half scale in the sprite file window
23/01/08
* Fixed drag sprites to not stop the hint text from updating
* Fixed potential memory overwrite when swapping palette entries
* Changed in-palette move/swap to update the selection area to the new location of the entries after they have been moved
* Fixed initial position of palette editor sprite list pane being wrong
* Added 'new view' item to preview menu
* Changed size of new palette windows to match the size of the palette window that was toggled last
22/01/08
* Fixed menus closing on right click
* Fixed redraw bug when dragging large palette entries
* Fixed drag sprites to be centered on the cursor
20/01/08
* Fixed preview rendering to use the sprite palette instead of colour translation tables
* Fixed colour remap arrays to map from source -> dest
* Fixed inability to move entries that are inside the selection zone
* Fixed to prevent swapping of overlapping selections
13/01/08
* Implemented all of preview.c
* Improved palette window redraw speed, made small palette default
* Fixed palette loads to flag the sprite file as being modified
* Added code for adding sprites to the edit list
* Wrote generic pixel/palette entry remapping functions
* Wrote palette entry dragging (moving/copying) code, with sprite link support
* Made it so the indicated sprite mask entry is shown in a different colour in previews (but not with a line drawn through it like in the palette editor!)
* Changed the mask highlighting to be proper highlighting of the current colour under the cursor in the palette
* Improved sprite redraw speed by setting window background to transparent when the sprite is larger than the smallest window size
* Replaced nonfunctional undo button with swap button, to swap palette entries instead of moving/copying them
* Fixed entry copying to refresh palette/preview windows
11/01/08
* Fixed last few lines of help file
18/12/07
* Compiled first runnable version of Pale!
* Started changelog
* Fixed iconbar menu to open at correct height
* Implemented all of loadsave.c, sprfile.c
* Implemented basics of editor.c
* Fixed sprite list pane to stay attached to palette window
* Made the RGB boxes work
* Made the hint field thing work
* Made the gradient tool work
15/12/07
* Started proper work!
20/09/07
* Started work?