Criawips 0.0.11
===============

New features and fixed bugs:
 * Text items can be created and edited from the UI
 * empty text elements display "Click here to add text..." in the editor

User interface:
 * started to work on a template sidebar
 * the recent files are now located in a submenu below file -> open

Internals:
 * re-organized the code to be better structured and to support faster rebuilds
   when developing
 * don't distribute the debian directory
 * improve reference counting

Application translations:
 * cs:    Miloslav Trmac
 * en_CA: Adam Weinberger
 * es:    Francisco Javier F. Serrador
 * nl:    Tino Meinen
 * uk:    Maxim Dziumanenko, new
 * vi:    Clytie Siddall

User manual translations:
 none

Criawips 0.0.10
===============

New Features and Fixed Bugs:
 * Text cannot get out of the slide
 * Improve reference counting and reduce memory leaks
 * Text is editable

User Interface:
 * F5 starts the presentation (just like in Powerpoint)
 * Keyboard navigation in text elements

Internals:
 * Depend on GTK+ 2.6
 * Added a CriaLepton (a ref-counted kind of gquark)
 * Some code reorganization
 * Build the doc credits the way it's meant to be (thanks to Shaun)
 * Use G_DEFINE_TYPE(_WITH_CODE) more often

Application Translations:
 * en_GB: Gareth Owen
 * el:    Kostas Papadimas, new
 * es:    Luis Benitez Leva
 * nb:    Sigurd Gartmann, new
 * ne:    Pawan Chitrakar, new
 * no:    Sigurd Gartmann, new
 * nl:    Tino Meinen
 * rw:    Steve Murphy, new

User Manual Translation:
 none


Criawips 0.0.9 (Unreleased)
===========================

New Features and Fixed Bugs:
 * Plug several memory leaks
 * Initialize preferences correctly (bug 156701)
 * The slide list implements the tree model completely (bug 157374)
 * Criawips can now save files (bug 158450)
 * The text pane doesn't force big window sizes when we have long window titles
   (bug 160720)
 * Open multiple presentations from a file chooser (bug 163172)
 * Don't quit the application when one of multiple main windows gets closed
   (bug 163175)
 * Added Font formatting
 * Presentations can now run automatically and in infinite loops
 * Automated presentations can be stopped and resumed
 * Disable Screensaver while running a presentation
 * Presentations can be opened by drag and drop
 * Added a user manual and make it translatable with gnome-doc-utils

User Interface:
 * Type ahead works in the slide list
 * Added focus handling for blocks renderers in the slide renderer
 * Added "save as" menu item
 * Saved files are now added to the recent items too
 * Added a busy cursor when opening a presentation, hide the open dialog
   immediately
 * New presentations are now enumerated
 * PageDown can create new slides if you're at the end of a presentation
 * The slide list can be toggled on and off
 * The zoom list is in the toolbar now
 * Windows are restored in their size and position
 * The sidebar size is saved/restored
 * The zoom level is saved/restored
 * Display help for menu items in the status bar
 * Listen to GNOME's menu settings: menus_have_tearoff property,
   detach_menubars, detach_toolbars

Internals:
 * Have a structure that contains background information
 * added renderer classes, so specific code for rendering a block/slide/
   background is in a specific class for this purpose
 * Added a debugging library that makes debugging a bit easier
 * Several generic code improvements
 * Depend on an external libgoffice
 * Build developers and document writers lists automatically

Application Translations:
 * cs:    Miroslav Trmac
 * de:    Frank Arnold
 * en_CA: Adam Weinberger
 * en_GB: David Lodge
 * es:    Francisco Javier F. Serrador
 * fr:    Adrien Beaucreux
 * hu:    Reviczky Ádám János, new
 * ja:    Takeshi AIHANA
 * nl:    Tino Meinen
 * pt_BR: Raphael Higino
 * zh_CN: Funda Wang

User Manual Translations:
 * de: Sven Herzberg, Frank Arnold, new


Version 0.0.8
=============

New Features and Fixed Bugs:
  * Criawips now searches images in a path relative to the presentation, you
    don't have to put them into the working directory anymore (Sven Herzberg)
  * WARNING: Criawips dropped the support of opening symlinks at the moment
    because we were just using a workaround for a bug in libgsf, libgsf
    version (1.10.1)+1 should fix that automatically (both for presentations
    and for images).
  * Added a man page (Sven Herzberg)
  * Support for font color and vertical alignment (Sven Herzberg)
  * Recent files support (Keith Sharp)
  * Choose the default font for presentations from a preferences dialog (Adrien
    Beaucreux and Sven Herzberg)
  * Create new slides and rename them
  * We have some kinds of slide templates (master slides)

User Interface:
  * display the presentations title in the window title. If it's not set,
    display the filename, if the title is not set (new file): unsaved presentation
    (Sven Herzberg)
  * change the presentation's title through File->Properties (Sven Herzberg)
  * edit slide titles through the slide list (Sven Herzberg)
  * Use GtkActionManagerUI for the main window's toolbars and menus

Internals:
  * all sizes are now stored as master coordinates, this means that everything
    should be resolution independent, even the font size (this makes us way
    cooler than mgp is :) (Sven Herzberg)
  * We got rid of the stupid SlideBlock/LayoutBlock stuff. These classes have
    merged to be a Block now (we have 500+ lines now for this stuff, it have
    been 1000+). (Sven Herzberg)
  * The slide list side bar now uses a SlideListProxy structure, which listens
    to changes of the presentation, this removed some nasty bugs and works a
    lot faster than before.

Translations:
  * ca:    Xavier Conde Rueda, new
  * cs:    Miloslav Trmac, update
  * de:    Frank Arnold, update
  * en_CA: Adam Weinberger, update
  * en_GB: David Lodge, update
  * es:    Francisco Javier F. Serrador
  * fr:    Adrien Beaucreux, update
  * it:    Alessio Frusciante, new
  * nl:    Tino Meinen, update
  * pa:    ਅਮਨਪ੍ਰੀਤ ਸਿੰਘ ਆਲਮ (Amanpreet Singh Alam), new
  * pt_BR: Raphael Higino, update
  * ja:    Takeshi AIHANA, new

=============
Version 0.0.2

	Some small bug fixes.
	Demonstration files as examples for other people.

