* src/components/ogre/OgreResourceLoader.cpp: added more verbose logging
* configure.ac: fixed silly incorrect media version
* NEWS: updated with release info
* configure.ac: corrected the usage of PKG_CHECK_MODULES for checking for CEGUI-OGRE
* Makefile.am, src/components/ogre/SceneManagers/EmberPagingSceneManager/include/Makefile.am, src/components/ogre/scripting/bindings/lua/Makefile.am, src/components/ogre/scripting/bindings/lua/helpers/Makefile.am, src/components/ogre/scripting/bindings/lua/ogre/Makefile.am, src/components/ogre/widgets/Makefile.am, src/framework/bindings/lua/Makefile.am, src/framework/bindings/lua/eris/Makefile.am, src/services/bindings/lua/Makefile.am,src/services/server/Makefile.am: distcheck fixes
* media/Makefile.am, media/packs/Makefile.am, media/packs/EmberCore.zip, src/components/ogre/resources.cfg: include EmberCore.zip in the installed data
* NEWS: updated
* src/components/ogre/input/Input.cpp: fix the check for control keys, so that pasting works. Preferrably, we would like to catch some kind of "paste" event from the WM, but I haven't had time to look into it proper.
* NEWS: update the news
* RectangleRenderer.cpp/h Renderer.cpp/h: Renamed the file and the
class RectangleRenderer to Renderer for better clarity of naming.
* *Renderer.cpp/h Panel.h TextBox.h Console.cpp/h: Button.h
Changed for Renderer name change.
* Rectangle.h: Made SDLRect returned by getSDLRect a const.
* DrawDevice.h OGLDrawDevice.cpp/h SDLDrawDevice.cpp/h:
Adjusted for changes to Rectangle.
* StateManager.cpp, StateManager.h: Begun work on new format here.
* StateManagerTest.cpp: Fixed this up so that it should work now,
however I haven't readded it to the build as I want to complete
StateManager first.
* configure.ac: made cppunit default on but given ability to turn off;
added libxml2.
* autogen.sh, NEWS: Made automake do automake --gnu and added needed
files.
* configure.ac: added AM_MAINTAINER_MODE.
* dime.spec.in: tweaked a bit to add docs and build right.