/**************************************************
  Coppermine 1.5.x Plugin - Image manipulation
  *************************************************
  Copyright (c) 2010 Timo Schewe (www.timos-welt.de)
  *************************************************
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.
  ********************************************
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/branches/cpg1.5.x/plugins/image_manipulation/configuration.php $
  $Revision: 6991 $
  $LastChangedBy: timoswelt $
  $Date: 2010-01-03 18:50:24 +0100 (So, 03 Jan 2010) $
  **************************************************/

Changelog
=========
[A] = Added new feature
[B] = Bugfix (fix something that wasn't working as expected)
[C] = Cosmetical fix (layout, typo etc.)
[D] = Documentation improvements
[M] = Maintenance works
[O] = Optimization of code
[S] = Security fix (issues that are related to security)
*********************************************

2010-01-08 [A] Added icons {GauGau}
2010-01-08 [O] Renamed some language array index names for clarification {GauGau}
2010-01-08 [O] Removed unneeded variable definitions from JS file {GauGau}
2010-01-08 [O] Converted HTML equivalents (&uuml; e.a.) to utf-8 encoded characters {GauGau}
2010-01-08 [O] Converted files from ANSI to utf-8 encoding {GauGau}
2010-01-08 [D] Added anchors to headers as per http://documentation.coppermine-gallery.net/en/dev_documentation.htm#dev_documentation_heading_anchors {GauGau}
2010-01-08 [O] Replaced deprecated HTML tag <b> with <strong> {GauGau}
2010-01-08 [A] Usability improvement of config form {GauGau}
2010-01-08 [A] Disabling transparent overlay during install {GauGau}
2010-01-08 [O] Renamed language array {GauGau}
2010-01-08 [M] Version count updated to 1.3 {GauGau}
2010-01-08 [M] Created changelog file {GauGau}
