2004-06-30  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.glade: added a button to start off the presentation
	* src/application.c: added some debugging output
	* src/slide-show.c,
	* src/slide-show.h: added cria_slide_show_new
	* src/main-window.c: added some code to open a presentation in the
	slide show

2004-06-30  Sven Herzberg  <herzi@gnome-de.org>

	* src/libglade-support.c: gtk_show_widget(s) after creation, return
	NULL on invalid data
	* src/main-window.c,
	* src/slide-list.c: moving the tree data into the slide list now

2004-06-30  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.glade: exchange the tree view for a custom widget
	* src/main-window.c: temporarily commented out the slide list tree
	view stuff to become ported into slide list
	* src/Makefile.am,
	* src/application.c,
	* src/libglade-support.c,
	* src/libglade-support.h: add a custom_widget method for libglade to
	generate our custom widgets; initialize libglade properly
	* src/presentation.c,
	* src/presentation.h: coding style update
	* src/slide-list.c,
	* src/slide-list.h: we're now deriving from GtkTreeView

2004-06-30  Sven Herzberg  <herzi@gnome-de.org>

	* src/code-templates/g-template.c: some improvements on quotation for
	ChangeLog creation script compatibility
	* src/Makefile.am,
	* src/ipresentation-view.c,
	* src/ipresentation-view.h,
	* src/slide-list.c,
	* src/slide-list.h: starting to create the infrastructure needed for
	presentation editing; ipresentation-view is the interface for objects
	monitoring a presentation; slide list will become the side pane that
	shows the slide names

2004-06-29  Sven Herzberg  <herzi@gnome-de.org>

	* data/Makefile.am: fixed installation path for the glade file
	* data/criawips.glade: gave the treeview some name
	* src/main-window.c: added prefix dependency to locate the glade file,
	some code beautification, added tree column creation and some tree
	view/model stuff, removed some GObject critical message (thanks to
	Simon for support)
	* src/main.c: removed one ugly debugging output

2004-06-29  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added libgsf-gnome-1 for the vfs support
	* data/criawips.glade: renamed the "file" >> "open" widget
	* src/application.c,
	* src/application.h: added debugging statements, added
	cria_application_register_window, made cria_application_init static
	* src/main-window.c,
	* src/main-window.h: added a presentation property, added open
	presentation stuff
	* src/main.c: added some debugging info
	* src/presentation.c,
	* src/presentation.h: added new_from_uri using gnomevfs

2004-06-29  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c,
	* src/application.h: removed deprecated cria_open_presentation_from_fs
	and added a nicer behaviour of the file selection dialog in start-off
	mode

2004-06-29  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c: lots of cleaned up stuff in here
	* src/layout-block.c: removed one unneccessary debugging statement
	* src/main-window.c: prepared for multiple opened windows
	* src/main.c,
	* src/application.h: moved lots of code from main into application

2004-06-29  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c,
	* src/application.h,
	* src/main.c: more refactoring, broke some things, going to fix these
	things now

2004-06-29  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c,
	* data/criawips.glade: made the toolbar buttons insensitive for now,
	added support for quitting the current application by using "File" >>
	"Quit"
	* src/Makefile.am,
	* src/application.c,
	* src/application.h,
	* src/main.c,
	* src/criawips.c: starting to create an application object
	* src/code-templates/g-template.h: some code beautification

2004-06-28  Sven Herzberg  <herzi@gnome-de.org>

	* src/Makefile.am,
	* src/criawips.c,
	* src/main-window.c,
	* src/main-window.h: refactored the ui out of criawips.c

2004-06-28  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added dependencies on glade and gnome ui libraries
	* data/Makefile.am: add glade file handling
	* data/criawips.glade: ui description for the main window added
	* src/criawips.c: (main): introduced main window mode

2004-06-28  Sven Herzberg  <herzi@gnome-de.org>

	* samples/0.0.1/augsburg.criawips,
	* samples/0.0.1/teeth.criawips: added some more demo files
	* test/.cvsignore: silent cvs update

2004-06-28  Sven Herzberg  <herzi@gnome-de.org>

	* API_DISCUSSION: fixed a typo
	* data/.cvsignore: added criawips.desktop
	* po/.cvsignore: added .intltool-merge-cache
	* src/.cvsignore: added some more files
	* src/cut-n-paste/.cvsignore: added some files
	* src/presentation.c: (cria_presentation_add_master_slide): started to
	work on master slide support
	* src/presentation.h: some extensions

2004-03-08  Sven Herzberg  <herzi@gnome-de.org>

	* src/criawips.c: implemented file selector if no filename is given on
	the prompt

2004-03-08  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: increasing version to 0.0.2cvs

2004-03-08  Sven Herzberg  <herzi@gnome-de.org>

	* .cvsignore,
	* API_DISCUSSION,
	* AUTHORS,
	* Makefile.am,
	* NEWS,
	* NO_CODE_YET,
	* README,
	* README.cut-n-paste,
	* ROADMAP,
	* TODO,
	* autogen.sh,
	* configure.in,
	* data/.cvsignore,
	* data/Makefile.am,
	* data/criawips.desktop.in,
	* doc/.cvsignore,
	* doc/glossary,
	* pixmaps/.cvsignore,
	* pixmaps/Makefile.am,
	* pixmaps/criawips.png,
	* po/.cvsignore,
	* po/ChangeLog,
	* po/POTFILES.in,
	* po/de.po,
	* samples/.cvsignore,
	* samples/0.0.1/.cvsignore,
	* samples/0.0.1/Makefile.am,
	* samples/0.0.1/community.criawips,
	* samples/0.0.1/features.criawips,
	* samples/0.0.1/gnome-slide-layout.png,
	* samples/0.0.1/gnome.criawips,
	* samples/Makefile.am,
	* src/.cvsignore,
	* src/Makefile.am,
	* src/code-templates/.cvsignore,
	* src/code-templates/Makefile.am,
	* src/code-templates/_create_class.sh,
	* src/code-templates/enum-fhead.h,
	* src/code-templates/enum-vhead.h,
	* src/code-templates/g-template.c,
	* src/code-templates/g-template.h,
	* src/code-templates/minigpl.h,
	* src/criawips.c,
	* src/cut-n-paste/.cvsignore,
	* src/cut-n-paste/Makefile.am,
	* src/cut-n-paste/gtkgesture.c,
	* src/cut-n-paste/gtkgesture.h,
	* src/debug.h,
	* src/enumerations.c,
	* src/enumerations.h,
	* src/layout-block.c,
	* src/layout-block.h,
	* src/layout.c,
	* src/layout.h,
	* src/presentation-parser.c,
	* src/presentation-parser.h,
	* src/presentation.c,
	* src/presentation.h,
	* src/slide-block.c,
	* src/slide-block.h,
	* src/slide-show.c,
	* src/slide-show.h,
	* src/slide.c,
	* src/slide.h,
	* src/theme.c,
	* src/theme.h,
	* src/units.c,
	* src/units.h,
	* test/.cvsignore,
	* test/Makefile.am,
	* test/open-test.c, (main): check in of locally developed tree

2003-03-08  Sven Herzberg  <herzi@abi02.de>

	Lots of improvements, several bugs fixed, added some example files.

2003-04-12  Sven Herzberg  <herzi@abi02.de>

	* ChangeLog: initial commit
	* NO_CODE_YET: explanation for possible developers

