2004-10-27 19:35  Sven Herzberg  <herzi@gnome-de.org>

	* src/preferences-dialog.c: (cria_preferences_dialog_init): improved
	code to be protected against NULL being the default font of the
	application

2004-10-27 19:16  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c,
	* src/application.h: added default font as member, centalized
	GConf code there, added modified-default-font signal
	* src/main-window.c: simplified cb_action_show_preferences()
	* src/preferences-dialog.c: removed GConf code

	Patch by Adrien Beaucreux <informancer@afturgurluk.org>

2004-10-27 19:09  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c: (cria_main_window_new): remove unnesseccary code
	that registered recent files twice
	* src/presentation.c: (cria_presentation_new_from_file): added some
	debugging output

2004-10-27 09:57  Sven Herzberg  <herzi@gnome-de.org>

	* autogen.sh: made the script a bit more flexible wrt other projects
	* doc/criawips-docs.sgml: fixed a reference to the renamed
	presentation view
	* src/application.c: (cria_open_presentation_from_filename): removed
	recent files registration
	* src/presentation.c: (cria_presentation_new_from_file): added clean
	recent files registration

2004-10-18 20:15  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c: made the main window a bit more robust

2004-10-18 19:14  Sven Herzberg  <herzi@gnome-de.org>

	* src/.cvsignore: added marshallers.[ch]
	* src/Makefile.am: added marshallers.[ch]
	* src/debug.h,
	* src/libglade-support.c,
	* src/libglade-support.h,
	* src/main.c: fix file header
	* src/marshallers.list: added marshallers
	* src/preferences-dialog.c: removed a warning, fixed some style,
	hide a method
	* src/presentation-parser.c,
	* src/presentation-parser.h: fix file headers
	* src/presentation-view.c,
	* src/presentation-view.h: renamed CriaPresentationViewClass to
	...Iface
	* src/presentation.c,
	* src/presentation.h: added signal handling for inserted slides
	* src/slide-list-proxy.c: use the inserted slide handling stuff
	* src/slide-list.c,
	* src/slide-list.h,
	* src/slide-show.h,
	* src/slide-view.c,
	* src/theme.c,
	* src/theme.h:
	* src/title-bar.h,
	* src/units.c,
	* src/units.h: fix file headers
	* src/code-templates/g-template.c,
	* src/code-templates/g-template.h: improve the template quality

2004-10-18 17:10  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: updated languages section
	* src/presentation.c,
	* src/slide-list.c: some cleanups

2004-10-14	Amanpreet Singh Alam <amanpreetalam@yahoo.com>

	* configure.in: Add pa (Punjabi) Lang to ALL_LINGUS

2004-10-14 16:49  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added a constant for the gconf path
	* data/criawips.schemas.in: added a property for the side pane's
	position
	* doc/tmpl/preferences-dialog.sgml: updated to the new API
	* src/application.c: fixed an unclear error message
	* src/main-window.c: updated to the new preferences dialog API
	* src/preferences-dialog.c,
	* src/preferences-dialog.h: implemented a singleton

	Patch by Adrien Beaucreux <informancer@afturgurluk.org>

2004-10-13 22:52  Sven Herzberg  <herzi@gnome-de.org>

	* src/block.c: include config.h for i18n
	* src/main-window.c: some code improvements (wrt selected slide)
	* src/slide-editor.c: include config.h for i18n
	* src/slide-list-proxy.c,
	* src/slide-list-proxy.h: extend the code for easier maintenance
	* src/slide-list.c,
	* src/slide-list.h: improve the code by using new code from the slide
	list proxy
	* src/title-bar.c: include config.h for i18n (now 'Slide "%s"' gets
	translated

2004-10-13 20:57  Sven Herzberg  <herzi@gnome-de.org>

	* doc/criawips-sections.txt,
	* doc/criawips.types: updated to the new presentation view interface
	* doc/tmpl/ipresentation-view.sgml: renamed
	* doc/tmpl/preferences-dialog.sgml: updated
	* doc/tmpl/presentation-view.sgml: renamed
	* doc/tmpl/presentation.sgml: updated

2004-10-13 19:55  Sven Herzberg  <herzi@gnome-de.org>

	* src/code-templates/g-template.c: fixed some switch statement
	* src/slide-list-proxy.c,
	* src/slide-list-proxy.h: added the functionality to be a proxy
	between the presentation and the slide list
	* src/slide-list.c,
	* src/slide-list.h: ported to the new slide list proxy structure
	(renaming doesn't work completely yet)

2004-10-13 10:38  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: mention the German translation
	* doc/criawips.types: add the slide list proxy and the preferences
	dialog
	* src/Makefile.am: add the slide list proxy
	* src/code-templates/g-template.c: fix the init_class header
	* src/ipresentation-view.c,
	* src/ipresentation-view.h,
	* src/presentation-view.c,
	* src/presentation-view.h: renamed the files, added some atribute code
	* src/slide-list-proxy.c,
	* src/slide-list-proxy.h: add a class that will serve as a proxy
	between the GtkTreeView and the CriaPresentation
	* src/slide-list.c: added code that shows how to enable drag and drop

2004-10-12 20:31  Sven Herzberg  <herzi@gnome-de.org>

	* data/.cvsignore: added the schemas file
	* data/criawips.ui: added "Insert" menu with "Slide" element
	* src/main-window.c: added code for the insert slide menu
	* src/slide-editor.c: some code improvements
	* src/slide-list.c,
	* src/slide-list.h: renamed parsePresentation to refresh, made it
	public for now

2004-10-12 17:19  Sven Herzberg  <herzi@gnome-de.org>

	* src/presentation.c, 
	* src/presentation.h: added insert_slide
	* src/slide-list.c: added slide insertion by context menu
	* src/slide.c,
	* src/slide.h: added new_pos

2004-10-12 13:49  Sven Herzberg  <herzi@gnome-de.org>

	* AUTHORS: added Keith and Adrien
	* data/criawips.schemas.in: extended the long description
	* src/block.h: fix include order
	* src/main-window.c: added another task
	* src/renderer.c: added color background rendering
	* src/slide-show.c: add a background color for the after show slide
	* src/slide.c,
	* src/slide.h: added background color support

2004-10-11 18:01  Sven Herzberg  <herzi@gnome-de.org>

	* data/Makefile.am: fix schemas file installation
	* data/criawips.schemas: renamed to *.in for i18n stuff
	* data/criawips.schemas.in: renamed .schemas file (for i18n)
	* src/cut-n-paste/recent-files/Makefile.am: fix distcheck

2004-10-11 14:49  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c: (criawips_init): clean up error handling passages
	add some cmments

2004-10-10 22:50  Sven Herzberg  <herzi@gnome-de.org>

	* README.cut-n-paste: added libegg information
	* doc/tmpl/preferences-dialog.sgml,
	* doc/tmpl/text-pane.sgml: some doc updates
	* src/Makefile.am: move the preferences dialog to libapp
	* src/cut-n-paste/recent-files/Makefile.am: fix EGGPATH
	* src/cut-n-paste/recent-files/egg-recent-model.c,
	* src/cut-n-paste/recent-files/egg-recent-util.c,
	* src/cut-n-paste/recent-files/egg-recent.h: updated from libegg

2004-10-10 19:59  Sven Herzberg  <herzi@gnome-de.org>

	* doc/Makefile.am: doc build improvements
	* doc/criawips-docs.sgml,
	* doc/criawips-sections.txt: added the preferences dialog and the text
	pane.
	* doc/tmpl/.cvsignore: silently ignore criawips-undocumented.sgml
	* doc/tmpl/application.sgml,
	* doc/tmpl/image.sgml,
	* doc/tmpl/preferences-dialog.sgml,
	* doc/tmpl/text-pane.sgml,
	* src/block.c: added some documentation

2004-10-10 17:40  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: mention the font selection stuff
	* data/Makefile.am: moved the intltool macros to the passages where
	the internationalized files are mentioned.
	* src/application.c: added Adrien and Keith to the copyright holders
	of this file
	* src/application.h: added Keith to the copyright holders of this file
	* src/main-window.c: added keith and Adrien to the copyright holders
	of this file, mention them in the about dialog, removed some warnings
	before a segfault (#155031)
	* src/preferences-dialog.c: fixed a thrown warning if the schemas file
	is not installed.

2004-10-09 12:15  Sven Herzberg <herzi@gnome-de.org>

	* configure.in: add gconf macros
	* data/criawips.ui: add preferences menu item
	* data/criawips.schemas: initial commit
	* data/criawips.glade: add properties dialog
	* data/Makefile.am: add schema installation
	* src/application.c: add gconf init & cleanup
	* src/main-window.c : add preferences-dialog launcher
	* src/preferences-dialog.c
	* src/preferences-dialog.c 
	* src/Makefile.am: add preferences-dialog to the sources

	patch by Adrien Beaucreux <informancer@afterguluk.org>

2004-10-08 10:50  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added the gconf dependency for Adrien's code
	* doc/Makefile.am,
	* doc/criawips-docs.sgml,
	* doc/glossary.xml: added a Glossary
	* doc/tmpl/criawips-unused.sgml: removed (this file was regularly the
	a place for cvs conflicts)

2004-10-08 10:43  Sven Herzberg  <herzi@gnome-de.org>

	* doc/.cvsignore,
	* doc/Makefile.am,
	* doc/tmpl/image-pool.sgml,
	* doc/tmpl/image.sgml,
	* src/image-pool.c: small documentation updates

2004-10-08 10:35  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c,
	* src/application.h,
	* src/main-window.c: register recent files when opening from the
	command line; some cleanup of the recent file handling code (patch by
	Keith Sharp <kms@passback.co.uk>)

2004-10-07 18:03  Sven Herzberg  <herzi@gnome-de.org>

	* HACKING: added some hints for new developers

2004-10-07 07:05  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: Mention recent files and en_GB updates
	* configure.in: add src/cut-n-paste/recent-files
	* data/criawips.ui: add a recent files area
	* src/Makefile.am: add librecent for the linker
	* src/cut-n-paste/Makefile.am: add recent-files
	* src/cut-n-paste/recent-files/.cvsignore,
	* src/cut-n-paste/recent-files/Makefile.am,
	* src/cut-n-paste/recent-files/egg-recent-item.c,
	* src/cut-n-paste/recent-files/egg-recent-item.h,
	* src/cut-n-paste/recent-files/egg-recent-model.c,
	* src/cut-n-paste/recent-files/egg-recent-model.h,
	* src/cut-n-paste/recent-files/egg-recent-util.c,
	* src/cut-n-paste/recent-files/egg-recent-util.h,
	* src/cut-n-paste/recent-files/egg-recent-view-bonobo.c,
	* src/cut-n-paste/recent-files/egg-recent-view-bonobo.h,
	* src/cut-n-paste/recent-files/egg-recent-view-gtk.c,
	* src/cut-n-paste/recent-files/egg-recent-view-gtk.h,
	* src/cut-n-paste/recent-files/egg-recent-view.c,
	* src/cut-n-paste/recent-files/egg-recent-view.h,
	* src/cut-n-paste/recent-files/egg-recent.h,
	* src/cut-n-paste/recent-files/update-from-egg.sh: initial commit of
	the recent files code
	* src/main-window.c: add the list of recent files (patch from Keith
	Sharp <kms@passback.co.uk>)

2004-10-03 22:40  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c: changed menu strings (patch from Keith Sharp
	<kms@passback.co.uk>)

2004-10-02 12:04  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: removed gdk from cria-object dependencies
	* doc/criawips-docs.sgml: added image pool docs and fixed a typo
	* doc/criawips-sections.txt: added an image pool section
	* doc/criawips.types: added the image pool type
	* doc/tmpl/image-pool.sgml: added image pool documentation
	* doc/tmpl/criawips-unused.sgml,
	* doc/tmpl/image.sgml: some doc updates
	* src/Makefile.am: added the image pool
	* src/image-pool.c,
	* src/image-pool.h: gui element to load and cache images
	* src/image.c,
	* src/image.h: renamed the constructor, added some functionality
	* src/presentation-parser.c: update to the new image API
	* src/renderer.c: update to use image and image pool
	* src/slide.c,
	* src/slide.h: update to the image API

2004-09-30 01:14  Sven Herzberg  <herzi@gnome-de.org>

	* doc/Makefile.am,
	* doc/criawips-docs.sgml,
	* doc/criawips-master-slides.sgml,
	* doc/criawips-platform.sgml,
	* doc/criawips-sections.txt,
	* doc/criawips.types,
	* doc/platform.png,
	* doc/platform.xcf,
	* doc/tmpl/alignment.sgml,
	* doc/tmpl/block.sgml,
	* doc/tmpl/criawips-unused.sgml,
	* doc/tmpl/debug.sgml,
	* doc/tmpl/display.sgml,
	* doc/tmpl/enumerations.sgml,
	* doc/tmpl/image.sgml,
	* doc/tmpl/main-window.sgml,
	* doc/tmpl/presentation-parser.sgml,
	* doc/tmpl/presentation-properties-dialog.sgml,
	* doc/tmpl/presentation.sgml,
	* doc/tmpl/renderer.sgml,
	* doc/tmpl/slide-editor.sgml,
	* doc/tmpl/slide-list.sgml,
	* doc/tmpl/slide-properties-dialog.sgml,
	* doc/tmpl/slide-show.sgml,
	* doc/tmpl/slide-view.sgml,
	* doc/tmpl/slide.sgml,
	* doc/tmpl/theme.sgml,
	* doc/tmpl/title-bar.sgml: added lots of documentation
	* src/Makefile.am,
	* src/image.c,
	* src/image.h: added an image class to be able to get rid of the gdk
	dependency of libcria-objects.la
	* src/slide-properties-dialog.h: made the gtk-doc parser happy

2004-09-29 10:19  Sven Herzberg  <herzi@gnome-de.org>

	* src/slide-editor.c: implement slide view interface

2004-09-28 21:33  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.glade,
	* src/Makefile.am,
	* src/slide-list.c,
	* src/slide-properties-dialog.c,
	* src/slide-properties-dialog.h: added a slide preferences dialog

2004-09-28 19:33  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: more features
	* src/slide-editor.c: added infrastructure for context menus

2004-09-28 18:48  Sven Herzberg  <herzi@gnome-de.org>

	* src/slide-show.c: fix key and mouse handling to do what the after
	show slide says when the after show slide is displayed

2004-09-28 17:44  Sven Herzberg  <herzi@gnome-de.org>

	* src/alignment.h: fixed a typo
	* src/renderer.c: add vertical alignment
	* src/slide-show.c: make the font of the after show slide gray

2004-09-28 16:05  Sven Herzberg  <herzi@gnome-de.org>

	* src/block.c: added some debuggin output
	* src/presentation-parser.c: parse the 'color' attribute of blocks
	* src/renderer.c: display text with correct colors

2004-09-28 15:29  Sven Herzberg  <herzi@gnome-de.org>

	* src/block.c,
	* src/renderer.c,
	* src/cut-n-paste/goffice/utils/go-color.c,
	* src/cut-n-paste/goffice/utils/go-color.h,
	* src/cut-n-paste/goffice/utils/go-units.h: update to latest goffice
	code

2004-09-28 14:44  Sven Herzberg  <herzi@gnome-de.org>

	* src/cut-n-paste/goffice/utils/go-color.h: fixed a compile error
	!WITH_GTK

2004-09-28 14:27  Sven Herzberg  <herzi@gnome-de.org>

	* src/block.c,
	* src/block.h: added foreground color handling code
	* src/cut-n-paste/goffice/.cvsignore,
	* src/cut-n-paste/goffice/utils/.cvsignore: silence
	* src/cut-n-paste/goffice/utils/Makefile.am,
	* src/cut-n-paste/goffice/utils/go-color.c,
	* src/cut-n-paste/goffice/utils/go-color.h: added GNOME Office color
	handling code (though it doesn't compile in my code tree yet)

2004-09-28 01:53  Sven Herzberg  <herzi@gnome-de.org>

	* src/slide-list.c: repair slide selection (thanks to gicmo)

2004-09-28 01:16  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c: added more documentation
	* src/main-window.c: added a comment dedicated to translators
	* src/renderer.c,
	* src/renderer.h,
	* src/slide-editor.c,
	* src/slide-show.c: changed the renderer code to expect a CriaDisplay
	now

2004-09-27 19:38  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.glade: added a popup menu
	* src/main-window.c: some comments
	* src/slide-list.c: added documentation and a context menu for the
	slide list (which will provide a slide properties dialog later)
	* src/slide.c: removed an unused variable

2004-09-27 13:34  Sven Herzberg  <herzi@gnome-de.org>

	* samples/0.0.1/Makefile.am,
	* src/Makefile.am: distcheck fixes

2004-09-27 12:28  Sven Herzberg  <herzi@gnome-de.org>

	* doc/criawips-docs.sgml,
	* doc/criawips-sections.txt,
	* doc/tmpl/alignment.sgml,
	* doc/tmpl/block.sgml,
	* doc/tmpl/criawips-unused.sgml,
	* doc/tmpl/display.sgml,
	* doc/tmpl/presentation-parser.sgml,
	* doc/tmpl/presentation.sgml,
	* doc/tmpl/renderer.sgml,
	* doc/tmpl/slide-editor.sgml,
	* doc/tmpl/slide-list.sgml,
	* doc/tmpl/slide-show.sgml,
	* doc/tmpl/slide.sgml,
	* doc/tmpl/theme.sgml,
	* src/alignment.c,
	* src/presentation.h: added some documentation

2004-09-27 02:05  Sven Herzberg  <herzi@gnome-de.org>

	* src/block.c: added debugging messages, fixed default font handling
	* src/slide-show.c: improve the after show slide
	* src/slide.c: fix ratio calculation

2004-09-27 00:56  Sven Herzberg  <herzi@gnome-de.org>

	* src/alignment.h: added values to specify that 
	* src/block.c,
	* src/block.h: updated the position and alignment code for property
	inheritance
	* src/main-window.c: removed a runtime warning
	* src/presentation-parser.c: updated the parser to the new block code
	* src/renderer.c: updates to render the slides properly
	* src/slide-editor.c: updates
	* src/slide-show.c: update to the new block code
	* src/slide.c,
	* src/slide.h: updated the block handling code to support property
	inheritance with blocks

2004-09-26 20:33  Sven Herzberg  <herzi@gnome-de.org>

	* src/code-templates/_create_class.sh: [A-Z] is [[:upper:]] and
	[A-Za-z] is [[:alpha:]] now

2004-09-26 16:44  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: mention symlink stuff and manpage
	* data/criawips.ui: add menu items to navigate through the
	presentation
	* src/main-window.c: connected the navigation menu items with the
	slide list
	* src/slide-list.c,
	* src/slide-list.h: provide an interface for the navigation stuff

2004-09-26 14:39  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: added information about translations
	* src/slide.c: get_block_names delivers all block names now

2004-09-26  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: added the italian translation
	* src/slide.c: fixed the display size calculation

2004-09-25  Alessio Frusciante  <algol@firenze.linux.it>

	* configure.in: Added "it" (Italian) to ALL_LINGUAS.

2004-09-24 16:17  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c: removed an unused variable
	* src/presentation-parser.c,
	* src/presentation.c,
	* src/presentation.h,
	* src/slide-show.c,
	* src/slide.c,
	* src/slide.h: _new takes a presentation as a parameter now,
	get_background correctly inherits from master slides
	* src/widgets/text-pane.c: added a neccessary cast

2004-09-24 15:50  Sven Herzberg  <herzi@gnome-de.org>

	* src/renderer.c: removed the dependency on an existing master slide
	for the after show, this broke background images completely
	* src/slide-show.c,
	* src/slide-show.h: re-introduced the after show slide

2004-09-24 14:17  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c: some code cleanup, got rid of some g_object_new
	statements
	* src/main-window.c: got rid of some g_object_new statements
	* src/presentation-parser.c: got rid of some g_object_new statements
	* src/presentation.c: got rid of some g_object_new statements
	* src/theme.c,
	* src/theme.h,
	* src/widgets/text-pane.c,
	* src/widgets/text-pane.h: added some nicer cria_class_new methods

2004-09-23 18:03  Sven Herzberg  <herzi@gnome-de.org>

	* src/block.c,
	* src/presentation-parser.c,
	* src/slide-editor.h,
	* src/slide.c: we're back on master coordinates

2004-09-22 23:00  Sven Herzberg  <herzi@gnome-de.org>

	* src/block.c,
	* src/block.h: added a better default font handling

2004-09-23 22:30  Sven Herzberg  <herzi@gnome-de.org>

	* README.cut-n-paste: fixed a typo

2004-09-22 22:17  Sven Herzberg  <herzi@gnome-de.org>

	* .cvsignore,
	* src/.cvsignore: added vim's temporary files
	* src/block.c: added some paranoia
	* src/presentation-parser.c: added some debugging
	* src/renderer.c: added some text display now
	* src/slide-editor.c: commented a deprecated passage
	* src/slide-show.c: some coding style, some debugging, some code
	stability
	* src/slide.c: one task and one typo

2004-09-22 21:55  Sven Herzberg  <herzi@gnome-de.org>

	* src/.cvsignore: added *.loT because a renderer.loT appeared
	* src/cut-n-paste/gnome-canvas-helpers.c: i think i fixed a bug that
	prevented a correct initial display, need to talk to tim janik about
	it.
	* src/presentation-parser.c,
	* src/slide-editor.h,
	* src/slide.c: moved the units back to pixels

2004-09-22 20:35  Sven Herzberg  <herzi@gnome-de.org>

	* src/renderer.c: update to build the basic framework for the new
	block rendering

2004-09-21 13:53  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.glade: "General" is better than "Common"

2004-09-21 13:45  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c: made some strings translatable

2004-09-21 13:35  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c: removed some code that doesn't get executed
	anymore

2004-09-20 13:39  Sven Herzberg  <herzi@gnome-de.org>

	* src/display.c,
	* src/display.h,
	* src/renderer.c: re-introduced zooming in the main window, moved the
	padding code to the renderer, moved the block rendering code in a
	commented for to the renderer, this means both editor and show can
	display/zoom/use padding correctly, but none of them renders text at
	the moment
	* src/slide-editor.c,
	* src/slide-editor.h: removed zoom and auto-zoom properties
	* src/slide-show.c: initialize the display correctly fix some crashed
	break presentation end recognition
	* src/slide.c: fixed a misbehaviour in get_display_size

2004-09-20 02:54  Sven Herzberg  <herzi@gnome-de.org>

	* data/.cvsignore: shut up

2004-09-20 02:51  Sven Herzberg  <herzi@gnome-de.org>

	* src/display.c,
	* src/display.h: moved the top_group from the editor/show to the
	display
	* src/slide-editor.c,
	* src/slide-show.c: adopting the new display code

2004-09-20 02:16  Sven Herzberg  <herzi@gnome-de.org>

	* src/Makefile.am:
	* src/display.c,
	* src/display.h: added CriaDisplay to replace the GnomeCanvas in
	SlideEditor and SlideShow
	* src/slide-editor.c: ported to use display
	* src/slide-show.c: ported to the display and removed the background
	rendering code (as it's deprecated now)

2004-09-20 01:57  Sven Herzberg  <herzi@gnome-de.org>

	* src/renderer.c,
	* src/slide-editor.c: moved the background rendering to the renderer

2004-09-20 01:20  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.xml: removed built file from cvs
	* samples/0.0.1/community.criawips,
	* samples/0.0.1/features.criawips: removed
	* samples/0.0.1/augsburg.criawips,
	* samples/0.0.1/gnome.criawips,
	* samples/0.0.1/teeth.criawips: updated the layout so that the
	presentations look alright
	* src/Makefile.am,
	* src/renderer.h,
	* src/renderer.c: added a renderer class, added clear_canvas
	* src/main-window.c: changed default zoom to 50%
	* src/presentation.c: improved debugging output
	* src/slide-editor.c,
	* src/slide-editor.h,
	* src/slide-show.c: ported to the new renderer
	* src/code-templates/g-template.h: small improvement

2004-09-20 23:00  Sven Herzberg  <herzi@gnome-de.org>

	* debian/rules: disable developer build when creating a package

2004-09-19 22:41  Sven Herzberg  <herzi@gnome-de.org>

	* src/presentation.c: removed the symlink processing, libgsf will do
	that for us from (1.10.1)+1 on. Dom commited a patch from me today.
	* src/main-window.c,
	* src/widgets/text-pane.c,
	* src/widgets/text-pane.h: added the zoom selection widget, this one
	will be exchanged for the goffice one later, i just need it to work
	this far now.

2004-09-19 20:20  Sven Herzberg  <herzi@gnome-de.org>

	* Makefile.am: fixed the distribution of the debian data
	* debian/criawips.install,
	* src/Makefile.am,
	* src/criawips.1: added the manpage
	* src/widgets/text-pane.c,
	* src/widgets/text-pane.h: added some ellipsing code for the time
	when I upgrade to GNOME 2.8

2004-09-19 13:51  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.xml: added the mime information to cvs
	* src/.cvsignore: cvs is almost quiet in my tree
	* src/main-window.c: fixed some warnings

2004-09-19 13:48  Sven Herzberg  <herzi@gnome-de.org>

	* .cvsignore,
	* Makefile.am,
	* debian/.cvsignore,
	* debian/Makefile.am,
	* debian/changelog,
	* debian/compat,
	* debian/control,
	* debian/copyright,
	* debian/criawips-common.install,
	* debian/criawips-common.postinst,
	* debian/criawips-common.postrm,
	* debian/criawips.install,
	* debian/rules: added debian build instructures

2004-09-19 10:49  Sven Herzberg  <herzi@gnome-de.org>

	* autogen.sh,
	* configure.in,
	* data/Makefile.am,
	* data/criawips.xml.in,
	* po/POTFILES.in: added mime information for the shared-mime-info
	package
	* data/criawips.desktop.in: made the application icon themeable
	* src/cut-n-paste/goffice/utils/Makefile.am: added a missing source
	file

2004-09-18 17:15  Sven Herzberg  <herzi@gnome-de.org>

	* doc/criawips-docs.sgml,
	* doc/criawips-sections.txt: removed the CriaLyout documentation
	* src/Makefile.am,
	* src/layout.c,
	* src/layout.h: removed layout.[ch]
	* src/main-window.c,
	* src/main-window.h: new returns a GtkWidget now
	* src/presentation-parser.c,
	* src/presentation.c,
	* src/presentation.h,
	* src/slide-editor.c,
	* src/slide-show.c.
	* src/slide.c.
	* src/slide.h.
	* src/theme.c.
	* src/theme.h: ported the code to the new master slide framework

2004-09-18 15:23  Sven Herzberg  <herzi@gnome-de.org>

	* data/.cvsignore: cvs silence in data
	* doc/tmpl/criawips-unused.sgml,
	* doc/tmpl/layout.sgml: some updates
	* src/layout.c,
	* src/layout.h,
	* src/presentation-parser.c,
	* src/slide-editor.c,
	* src/slide.c,
	* src/slide.h: extracted the layout's description to the slide's
	comment and moved the background code, the layout is now empty

2004-09-18 15:20  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: mention the relative path stuff
	* doc/criawips-docs.sgml,
	* doc/tmpl/criawips-unused.sgml,
	* doc/tmpl/layout.sgml,
	* doc/tmpl/presentation-parser.sgml,
	* doc/tmpl/slide-editor.sgml,
	* doc/tmpl/title-bar.sgml: added some documentation, fixed the compile
	process for it, ...

2004-09-18 14:22  Sven Herzberg  <herzi@gnome-de.org>

	* src/layout.c,
	* src/layout.h,
	* src/presentation-parser.c,
	* src/slide-editor.c,
	* src/slide.c,
	* src/slide.h,
	* src/theme.c: moved some stuff from the layout to the slide

2004-09-18 14:00  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in,
	* src/Makefile.am,
	* src/helpers/.cvsignore,
	* src/helpers/Makefile.am,
	* src/helpers/gsf-pixbuf.c,
	* src/helpers/gsf-pixbuf.h,
	* src/presentation-parser.c,
	* src/presentation-parser.h,
	* src/presentation.c,
	* src/presentation.h: fixed the relative path to image bug. Criawips
	now correctly loads relative image paths

2004-09-18 13:49  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c,
	* src/slide-editor.c,
	* src/slide-editor.h: removed the "slide-changed" signal to use
	"notify::slide" now

2004-09-17 16:37  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c,
	* src/main-window.c: added a file filter to the file choosers
	* src/presentation-properties-dialog.c: changed the title handling
	code to be able to update the dialog's title too
	* src/presentation.c: added docs to set_title
	* src/slide-list.c: added some explaining things to parse_presentation

2004-09-17 15:28  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.ui,
	* src/main-window.c: added "File"->"new"

2004-09-17 14:34  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c,
	* src/slide-editor.c: don't show the scrollbars of the slide editor
	and the slide list in they're not neccessary

2004-09-17 13:09  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in,
	* src/Makefile.am,
	* src/widgets/Makefile.am: build the widget library
	* src/main-window.c: add a text pane over the slide list
	* src/presentation.c: added documentation, some cleanup
	* src/title-bar.c,
	* src/title-bar.h: extracted the label handling code to the text pane,
	the title bar now derives from the text pane
	* src/widgets/.cvsignore: silent cvs updates
	* src/widgets/text-pane.c,
	* src/widgets/text-pane.h: added a text pane class

2004-09-17 11:51  Sven Herzberg  <herzi@gnome-de.org>

	* doc/criawips-docs.sgml,
	* doc/criawips-sections.txt,
	* doc/tmpl/alignment.sgml,
	* doc/tmpl/criawips-unused.sgml,
	* doc/tmpl/presentation-properties-dialog.sgml,
	* doc/tmpl/slide-editor.sgml,
	* doc/tmpl/title-bar.sgml: added lots of documentation

2004-09-17 02:09  Sven Herzberg  <herzi@gnome-de.org>

	* doc/criawips-docs.sgml,
	* doc/criawips-sections.txt,
	* doc/tmpl/block.sgml,
	* doc/tmpl/ipresentation-view.sgml,
	* doc/tmpl/layout-block.sgml,
	* doc/tmpl/main-window.sgml,
	* doc/tmpl/presentation-parser.sgml,
	* doc/tmpl/presentation.sgml,
	* doc/tmpl/slide.sgml: cleaned up lots of documentation stuff
	* src/block.c,
	* src/block.h,
	* src/main-window.h,
	* src/presentation-properties-dialog.h,
	* src/presentation.c,
	* src/presentation.h: added documentation

2004-09-17 01:05  Sven Herzberg  <herzi@gnome-de.org>

	* src/layout.c,
	* src/layout.h: Layout is a subclass of Slide now
	* src/presentation.c: added documentation and started to port the code
	to the new master slide framework
	* src/slide-editor.c: started to port the code the the new master
	slide framework; fixed a rendering bug introduced this week
	* src/slide-show.c: commented a passage to keep it sort of compiling
	* src/slide.c,
	* src/slide.h: moved get/set_layout to get/set_master_slide
	* src/theme.h: some include order fixes
	* src/main-window.c: added a shortcut for the close menu item

2004-09-16 23:13  Sven Herzberg  <herzi@gnome-de.org>

	* src/presentation-properties-dialog.c,
	* src/presentation-properties-dialog.h: added the mysterious files

2004-09-16 22:31  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added a todo comment
	* data/criawips.ui,
	* src/main-window.c: added File->Close (though this exits the
	application at the moment)
	* src/presentation.h: added some todo comment and commented the unused
	signal
	* src/slide-show.c: removed a warning

2004-09-16 21:35  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: mention some of the refactoring
	* data/criawips.glade: renamed a widget
	* data/criawips.ui: enabled the Properties item for the presentation
	* src/Makefile.am: added p-p-d.[ch]
	* src/main-window.c: removed old presentation properties code, added
	the p-p-d
	* src/presentation-properties-dialog.c,
	* src/presentation-properties-dialog.c: added the p-p-d
	* src/code-templates/g-template.c: some small fix

2004-09-15 23:35  Sven Herzberg  <herzi@gnome-de.org>

	* src/Makefile.am,
	* src/alignment.h,
	* src/block.c,
	* src/block.h,
	* src/code-templates/enum-fhead.h,
	* src/layout-block.c,
	* src/layout-block.h,
	* src/layout.c,
	* src/layout.h,
	* src/presentation-parser.c,
	* src/presentation.c,
	* src/slide-editor.c: finally removed the LayoutBlock stuff and got a
	cleaner code base now. The next step is to merge the Slide and Layout
	classes to implement some master slide-like thingie

2004-09-15 22:37  Sven Herzberg  <herzi@gnome-de.org>

	* src/Makefile.am: added alignment.[ch]
	* src/alignment.c,
	* src/alignment.h,
	* src/layout-block.c,
	* src/layout-block.h: extracted the Alignment and VAlignment code

2004-09-15 21:28  Sven Herzberg  <herzi@gnome-de.org>

	* src/block.c,
	* src/block.h: added a font description and methods to handle it
	* src/layout-block.c,
	* src/layout-block.h: got rid of the font handling code
	* src/presentation-parser.c,
	* src/slide-editor.c: adopted both to the new font handling code

2004-09-15 12:15  Sven Herzberg  <herzi@gnome-de.org>

	* .cvsignore,
	* doc/.cvsignore,
	* src/.cvsignore,
	* src/cut-n-paste/.cvsignore,
	* src/cut-n-paste/goffice/.cvsignore,
	* src/cut-n-paste/goffice/utils/.cvsignore: make cvs update more
	silently
	* doc/criawips-docs.sgml,
	* doc/criawips-sections.txt,
	* doc/tmpl/block.sgml,
	* doc/tmpl/debug.sgml,
	* doc/tmpl/layout-block.sgml,
	* doc/tmpl/presentation-parser.sgml,
	* doc/tmpl/presentation.sgml: cleaned up some documentation
	* configure.in,
	* README.cut-n-paste,
	* src/Makefile.am,
	* src/application.c,
	* src/application.h,
	* src/block.h,
	* src/layout-block.h,
	* src/main.c,
	* src/presentation.h,
	* src/cut-n-paste/Makefile.am,
	* src/cut-n-paste/go-units.h,
	* src/cut-n-paste/goffice/Makefile.am,
	* src/cut-n-paste/goffice/utils/Makefile.am,
	* src/cut-n-paste/goffice/utils/go-font.c,
	* src/cut-n-paste/goffice/utils/go-font.h,
	* src/cut-n-paste/goffice/utils/go-units.h,
	* src/cut-n-paste/goffice/utils/goffice-utils.h: added more stuff from
	libgoffice, remember to keep this in sync with the code from
	gnumeric's code tree

2004-09-15 10:38  Sven Herzberg,  <herzi@gnome-de.org>

	* src/layout-block.c,
	* src/layout-block.h,
	* src/presentation-parser.c,
	* src/slide-editor.c: dropping the default text handling code from the
	LayoutBlock, now we're using the CriaBlock directly (and the code is
	starting to get cleaner)

2004-09-15 10:25  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: added information about the catalan translation
	* src/block.c,
	* src/block.h,
	* src/layout-block.c,
	* src/layout-block.h: moved the position handling into the CriaBlock
	* src/layout.c,
	* src/presentation-parser.c,
	* src/slide-editor.c: updated to the new block API
	* src/main-window.c: added a GtkHandleBar to the toolbar
	* src/code-templates/g-template.c: some code imprivements (should be
	coding style conform now)

2004-09-15  08:25  Jordi Mallach  <jordi@sindominio.net>

	* configure.in (ALL_LINGUAS): Added "ca" (Catalan).

2004-09-15 01:53  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: fix DEVEL_CFLAGS to be used now
	* data/Makefile.am: distribute the ui file too
	* data/criawips.ui: added the separator between the open and the start
	off button
	* doc/criawips-docs.sgml,
	* doc/tmpl/slide-block.sgml: removed the documentation for this class
	(the class got removed too)
	* doc/tmpl/layout-block.sgml: reflecting some interface changes
	* src/Makefile.am: removed slide-block.[ch]
	* src/block.c,
	* src/block.h: extended to support everything the SlideBlock was able
	to do
	* src/debug.h: added the option to disable g_debug when
	G_DISABLE_ASSERT is set
	* src/slide-block.c,
	* src/slide-block.h: removed (replaced by Block)
	* src/presentation-parser.c,
	* src/slide-editor.c,
	* src/slide.c,
	* src/slide.h: ported the code to use CriaBlock instead of
	CriaSlideBlock
	* src/code-templates/g-template.c: some style fixes

2004-09-14 23:40  Sven Herzberg  <herzi@gnome-de.org>

	* src/Makefile.am,
	* src/block.c,
	* src/block.h,
	* src/layout-block.c,
	* src/layout-block.h,
	* src/slide-block.c,
	* src/slide-block.h: added CriaBlock. This is the class that the
	LayoutBlock and the SlideBlock are goint to be merged into. Already
	merged title
	* src/main-window.c: added a status bar
	* src/code-templates/g-template.c: some cleanup

2004-09-14 22:10  Sven Herzberg  <herzi@gnome-de.org>

	* src/code-templates/g-template.c,
	* src/code-templates/g-template.h: improved the code a bit
	* src/slide-list.c: fixed a crasher found by Gael Chamoulaud
	* src/slide.c: added some debugging code

2004-09-12 15:49  Sven Herzberg  <herzi@gnome-de.org>

	* src/title-bar.c: connect to the slide's "notify::title" signal to
	update the title automatically

2004-09-12 15:34  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: credit the nl translation
	* src/code-templates/g-template.c: some beautification
	* src/main-window.c: connect the TitleBar to slide change events
	* src/slide-view.c,
	* src/slide-view.h: added the slide property
	* src/title-bar.c,
	* src/title-bar.h: implement the SlideView interface, listen to
	changes correctly and display the slide's title now

2004-09-12 13:54  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c,
	* src/title-bar.c,
	* src/title-bar.h: add the title bar to the main window

2004-09-12 13:17  Sven Herzberg  <herzi@gnome-de.org>

	* src/Makefile.am: added the SlideView interface and the TitleBar
	class to the sources
	* src/code-templates/g-template.c: looks a bit better now
	* src/main-window.c: random stuff
	* src/slide-editor.c: added some (commented) code to prepare the
	imeplementation of SlideView; some coding style stuff; don't allow
	slide to be a NULL pointer anymore
	* src/slide-list.c: some coding style stuff; don't allow presentation
	to be NULL anymore
	* src/slide-view.c,
	* src/slide-view.h: started work on a slide view interface
	* src/slide.c,
	* src/slide.h: add "new" method
	* src/title-bar.c,
	* src/title-bar.h: added a class for the title bar above the slide
	editor

2004-09-12 13:01  Sven Herzberg  <herzi@gnome-de.org>

	* data/Makefile.am,
	* data/criawips.glade,
	* data/criawips.ui: Stripped menu and toolbar description from the
	glade file into the ui file
	* doc/tmpl/main-window.sgml,
	* doc/tmpl/presentation.sgml,
	* doc/tmpl/slide-list.sgml,
	* doc/tmpl/slide-view.sgml: updates to the new interfaces
	* src/application.c: updated to the new interface of MainWindow
	* src/main-window.c,
	* src/main-window.h: stripped libglade from the main window. Building
	menus and toolbars with GtkUIManager and putting the rest of the stuff
	into C code
	* src/presentation.c,
	* src/presentation.h: renamed new to new_default and added a Theme,
	Layout and a Slide to the Presentation to make it a real presentation
	* src/slide-list.c,
	* src/slide-list.h: changed the interface slightly to be more flexible
	and to fit to the refactored MainWindow

2004-09-12 12:54  Sven Herzberg  <herzi@gnome-de.org>

	* ROADMAP: fixed a typo
	* src/libglade-support.c: removed widget generation code
	* src/slide-editor.c,
	* src/slide-editor.h: changed the interface of this class for the
	upcoming SlideView interface
	* src/slide-show.c: made the code a bit more robust (code that doesn't
	work should at least not crash)

2004-09-11 21:30  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.glade,
	* src/Makefile.am,
	* src/libglade-support.c,
	* src/main-window.c,
	* src/slide-editor.c,
	* src/slide-editor.h,
	* src/slide-list.c,
	* src/slide-view.c,
	* src/slide-view.h: renamed SlideView to SlideEditor and the glade
	widget main_window_view to main_window_editor; keep slide-view.[ch]
	for the upcoming slide-view interface

2004-09-11 19:33  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c,
	* src/slide-list.c,
	* src/slide-list.h: changed the tree model slightly and implemented
	editing of the slide's title in the slide list. Still needs work for
	auto-updating all displayed titles.

2004-09-11 16:05  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: more information about 0.0.8
	* doc/tmpl/layout-block.sgml: update to the new interface
	* src/slide-show.c: fix a compile error

2004-09-11 13:01  Sven Herzberg  <herzi@gnome-de.org>

	* samples/0.0.1/augsburg.criawips,
	* samples/0.0.1/community.criawips,
	* samples/0.0.1/features.criawips,
	* samples/0.0.1/gnome.criawips,
	* samples/0.0.1/teeth.criawips: updated the font sizes
	* src/.cvsignore: added enumerations.[ch]
	* src/layout-block.c,
	* src/layout-block.h: updated the font size and the extends to be
	go_unit_t and to be stored in master coordinates
	* src/presentation-parser.c: store the font size etc. correctly now
	* src/slide-show.c: some comments to make the code still compile
	(remember that it still doesn't work)
	* src/slide-view.c: removed some code redundancy which let to a small
	display bug; updated the code to expect coordinated being given in
	master coordinates
	* src/slide.c,
	* src/slide.h: added get_display_size and get_size for some
	calculations in the SlideView
	* src/cut-n-paste/go-units.h: added a g_value_set_go_unit macro 

2004-09-10 23:25  Sven Herzberg  <herzi@gnome-de.org>

	* autogen.sh: pass autogen.sh args to configure
	* configure.in: removed -ansi to support long long int and to enable
	strtoull
	* doc/tmpl/enumerations.sgml,
	* doc/tmpl/layout-block.sgml,
	* doc/tmpl/presentation.sgml,
	* src/cut-n-paste/go-units.h: removed CriaUnit; refactored LayoutBlock
	* src/layout-block.c,
	* src/layout-block.h,
	* src/presentation-parser.c,
	* src/presentation.c,
	* src/presentation.h,
	* src/slide-show.c,
	* src/slide-view.c: refactored the LayoutBlock to store Master
	Coordinates (576 dpi) like PowerPoint does. This makes the code a bit
	better scalable wrt different resolutions. We now support points (pt),
	inches (in), centi- and millimeters (cm/mm) and percent (%) as units
	in presentations.

2004-09-10 18:57  Sven Herzberg  <herzi@gnome-de.org>

	* src/cut-n-paste/Makefile.am,
	* src/cut-n-paste/go-units.h: added some code from gnumeric's
		libgoffice
	* src/enumerations.c,
	* src/enumerations.h: deleted from CVS (those are automatically
		generated)
	* src/layout-block.c,
	* src/layout-block.h,
	* src/presentation-parser.c: got rid of CriaUnit stuff, to be made
		cleanly using the libgoffice code
	* src/presentation.c: set_title: only set the new title if it differs
		from the old one
	* src/slide-list.c: clear tree when opening a new presentation

2004-09-10 15:00  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: added the File->Properties stuff
	* data/criawips.glade: made the properties box not show up in the
	taskbar
	* src/main-window.c: set a nice title for the Properties dialog too

2004-09-10 14:40  Sven Herzberg  <herzi@gnome-de.org>

	* NEWS: more translations to be mentioned in 0.0.8
	* data/criawips.glade: added a presentation properties dialog
	* src/main-window.c: enabled File->Properties; connect it to the
	presentation; automatically update the main window title
	* src/presentation.c: added more debugging information

2004-09-10  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.in: Added 'ja' (Japanese) to ALL_LINGUAS.

2004-09-10 12:57  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.glade: some minor face lifts
	* doc/criawips-docs.sgml: better ordering
	* src/main-window.c:
	(cria_main_window_new): improved the meanings of some debugging
		messages
	(cria_main_window_open): use cria_presentation_new_from_text_uri
	(cria_main_window_set_presentation): improved the code a bit; added
		lots of debugging stuff; set the title to the filename if
		there's no title
	(cria_main_window_set_property): added some debugging code
	* src/presentation-parser.c: minor code style improvement
	* src/presentation.h: renamed new_from_uri to new_from_text_uri, added
		set_uri to set a GnomeVFSURI and get_filename to get the
		filename (or "Unsaved Presentation")
	* src/presentation.c: added the uri property to the private structure;
		added code documentation

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

	* NEWS: Added news for 0.0.8
	* TODO: Added the name quest
	* configure.in: increased version to 0.0.7cvs
	* doc/tmpl/layout-block.sgml,
	* doc/tmpl/presentation-parser.sgml: some updated docs
	* src/main-window.c: setting the slide title as the main window title;
	prepare to add more; reordered the code; added documentation

# version 0.0.7

2004-09-09 14:55  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c: set a default icon for all windows at
	initialization
	* src/slide-list.c: hide the tree view column header; fix some code
	style
	* src/slide-show.c: no need to set the default icon here anymore

2004-09-09 13:41  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.glade: made non-working widgets not sensitive
	* src/presentation.c: removed an unneccessary cast

2004-09-09 12:38  Sven Herzberg  <herzi@gnome-de.org>

	* TODO: check whether we open a file twice
	* data/criawips.glade: GUI improvements (a lot more buttons, fixed
	some item's names and added cool headers over the side bar and the
	editor window)
	* src/main-window.c: cleaned up the code a bit, added stuff to handle
	the slide views heading pane; set the zoom menu items to be not
	sensitive
	* src/presentation.c,
	* src/presentation.h: added get_slide_index to get the index of a
	slide within the presentation
	* src/slide-view.c: code cleanup, added a nice border to the scrolled
	window

2004-09-09 00:01  Sven Herzberg  <herzi@gnome-de.org>

	* TODO: support simultaneous presentations on different screens
	(machines)
	* src/application.c: added a warning if we're heading directly into
	the start-off mode and we should open more than one presentation (we
	don't support this yet)
	* src/ipresentation-view.c,
	* src/ipresentation-view.h: fixed a method signature
	* src/layout-block.c: removed lots of warnings; added more code
	beauty; added documentation to properties
	* src/layout.c: removed warnings
	* src/presentation.c: removed warnings
	* src/slide-block.c: removed warnings; more code beauty; more
	documentation
	* src/slide-list.c: removed warnings
	* src/slide-show.c: removed warnings; improved the code
	* src/slide.c: removed warnings
	* src/theme.c: removed warnings

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

	* TODO: recent files and a proper main window handling
	* configure.in: add -Wswitch to the DEVEL_CFLAGS
	* doc/Makefile.am: small cleanup
	* doc/criawips-docs.sgml,
	* doc/tmpl/slide.sgml: more documentation
	* src/application.c: stripped TODO comments into #warnings
	* src/enumerations.c,
	* src/layout-block.h: add CRIA_ALIGNMENT_JUSTIFY
	* src/main-window.c: some cleanup; some documentation; open multiple
	files from a file chooser
	* src/presentation-parser.c,
	* src/presentation-parser.h,
	* src/presentation.c: moved the parsing code from presentation.c to
	presentation-parser.c
	* src/slide-view.c: improved the coding style; removed the last
	runtime warning remaining
	* src/slide.c: added lots of documentation

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

	* TODO: even more work to do
	* src/slide-show.c,
	* src/slide-show.h: rendering of the slides correctly applies the 4:3
	ratio now
	* src/slide-view.c,
	* src/slide.c,
	* src/slide.h: moved the display size calculation into the slide's
	code; fixed the coding style of slide.c
	* src/code-templates/minigpl.h: removed the emacs header

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

	* configure.in,
	* src/slide-view.c: back on gnome-canvas again (add functionality
	now)

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

	* TODO: more jobs to do (features and code security)
	* autogen.sh,
	* configure.in: let make distcheck fail later
	* doc/Makefile.am: some cleanup
	* samples/0.0.1/augsburg.criawips,
	* samples/0.0.1/community.criawips,
	* samples/0.0.1/features.criawips,
	* samples/0.0.1/gnome.criawips,
	* samples/0.0.1/teeth.criawips: fixed some document styles
	* src/layout-block.c: (cria_layout_block_set_default_text): added some
	debugging output and formatted the code to look better
	* src/presentation.c: (cria_sax_0_0_1_characters): fixed a bug (not
	reported that made the parser behave on "<unknown_tag>foo</unknown_tag>
	<known_tag>bar<known_tag>" like it was parsing "<known_tag>foobar</known_tag>")
	(cria_sax_0_0_1_element_block_end): fixed some code formatting
	(cria_sax_0_0_1_element_br_end): added some debugging output and
	fixed the code format
	(cria_0_0_1_start_element): added more debugging information
	* src/slide-show.c: (cria_slide_show_render_slide): fixed some code
	formatting; added some debugging output

2004-09-07  Sven Herzberg  <herzi@gnome-de.org>

	* Makefile.am: added gtk-doc.make to the distfiles
	* TODO: added more work, removed solved tasks
	* configure.in: added gtk-doc support to criawips, let's get beautiful
	code documentation
	* doc/.cvsignore: updated to gtk-doc
	* doc/Makefile.am: added gtk-doc rules
	* doc/criawips-docs.sgml,
	* doc/criawips-sections.txt,
	* doc/tmpl/application.sgml,
	* doc/tmpl/enumerations.sgml,
	* doc/tmpl/gnome-canvas-helpers.sgml,
	* doc/tmpl/gtkgesture.sgml,
	* doc/tmpl/ipresentation-view.sgml,
	* doc/tmpl/layout-block.sgml,
	* doc/tmpl/layout.sgml,
	* doc/tmpl/libglade-support.sgml,
	* doc/tmpl/main-window.sgml,
	* doc/tmpl/presentation-parser.sgml,
	* doc/tmpl/presentation.sgml,
	* doc/tmpl/slide-block.sgml,
	* doc/tmpl/slide-list.sgml,
	* doc/tmpl/slide-show.sgml,
	* doc/tmpl/slide-view.sgml,
	* doc/tmpl/slide.sgml,
	* doc/tmpl/theme.sgml,
	* doc/tmpl/units.sgml: added gtk-doc files
	* src/application.c: (criawips_init): changed a FIXME statement, added
        code documentation
	* src/application.h: made the source file gtk-doc compatible
	* src/presentation.c: added code documentation
	* src/units.h: cleaned up the file
	* src/code-templates/g-template.h: template beautification
	* src/cut-n-paste/gtkgesture.c: added code documentation

2004-09-04  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.desktop.in: added GNOME Bugzilla information
	* samples/0.0.1/community.criawips,
	* samples/0.0.1/features.criawips: removed absolute paths
	* src/code-templates/g-template.c: some beautification
	* src/main-window.c: removed a deprecated todo statement
	* src/slide-view.c: changed the default zoom and started libccc port

2004-08-27  Martin Willemoes Hansen  <mwh@sysrq.dk>

	* configure.in: Added da Danish to ALL_LINGUAS

2004-08-25  Christophe Merlet  <redfox@redfoxcenter.org>

	* configure.in: Added "fr" (French) to ALL_LINGUAS.

2004-08-11  Ankit Patel <ankit@redhat.com>

	* configure.in: Added "gu" to ALL_LINGUAS.

2004-08-07  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.in: Added Portuguese (pt) to ALL_LINGUAS.

2004-08-02  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-07-27  Sven Herzberg  <herzi@gnome-de.org>

	* src/slide-view.c:
	(cria_slide_view_init): removed a warning that hinted at a neccessary
				port; removed a compile warning; fixed the
				size of the shadow
	(cria_slide_view_set_zoom): reintroduced zooming
	(cria_slide_view_clear_canvas): draw shadow and border
	(cria_slide_view_render_background_default): draw an empty slide

2004-07-26  Sven Herzberg  <herzi@gnome-de.org>

	* src/slide-view.c: added some of the old functionality now

2004-07-26  Sven Herzberg  <herzi@gnome-de.org>

	* src/slide-view.c: made the code compile error free now

2004-07-26  Sven Herzberg,  <herzi@gnome-de.org>

	* configure.in: increasing version number to 0.0.6cvs; removing the
	gtkcairo stuff, adding libccc-1.0 as a dependency (this lib is only on
	my machine at the moment, I'm going to commit this into GNOME's CVS
	once criawips works with it); removed some C++ish gcc warnings
	* src/Makefile.am: removed the ccc stuff
	* src/application.c,
	* src/layout-block.c,
	* src/presentation-parser.c,
	* src/presentation.c,
	* src/slide-block.c: ANSI C conform now
	* src/slide-view.c,
	* src/slide-view.h: started to get rid of GNOME canvas in favor of
	libccc
	* src/code-templates/g-template.c: better matching of my coding style
	* src/cc-canvas-demo.c,
	* src/cc-canvas-group.c,
	* src/cc-canvas-item.c,
	* src/cc-canvas-item.h,
	* src/cc-canvas-movable.c,
	* src/cc-canvas-movable.h,
	* src/cc-canvas-rect.c,
	* src/cc-canvas-rect.h,
	* src/cc-canvas-view.c,
	* src/cc-canvas-view.h,
	* src/cc-canvas.c,
	* src/cc-canvas.h: removed, I made a new module on my machine from
	this, to be checked out from GNOME's CVS later

2004-07-14  Gustavo Maciel Dias Vieira  <gustavo@sagui.org>

	* configure.in: Added pt_BR to ALL_LINGUAS.

2004-07-13  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added extra section for headers
	* src/application.c,
	* src/main-window.c,
	* src/slide-show.c,
	* src/theme.c: including stdint.h now

2004-07-13  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c,
	* src/layout-block.c,
	* src/main-window.c,
	* src/slide-show.c,
	* src/theme.c: removed amd64 specific warnings, finally closes #147320

2004-07-12  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* configure.in: added es

2004-07-12  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added en_GB

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: fixed #147280

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* src/cc-canvas-group.c,
	* src/cc-canvas-item.h,
	* src/cc-canvas.c: added more neccessary code
	* src/layout-block.c: another try for #147320

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* src/cc-canvas-movable.h: compile fix
	* src/cc-canvas-rect.c: add the movable interface
	* src/cc-canvas.c,
	* src/cc-canvas.h: started to add the root group

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* src/layout-block.c: tried to fix #147320 again
	* src/layout-block.h,
	* src/main-window.c,
	* src/slide-list.c,
	* src/slide-show.c,
	* src/slide-view.c: changed some comments to C89 style

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* src/Makefile.am,
	* src/cc-canvas-group.c,
	* src/cc-canvas-group.h,
	* src/cc-canvas.h: removed cc-canvas-group.h
	* src/cc-canvas-movable.c,
	* src/cc-canvas-movable.h,
	* src/cc-canvas-rect.c,
	* src/cc-canvas-rect.h: made progress in implementing my first
	GInterface with properties

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c: added a missing cast
	* src/cc-canvas-movable.c: added the class initializer to the type
	information
	* src/layout-block.c: tried to fix #147320

# version 0.0.6

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in,
	* src/Makefile.am: improved the gtkcairo and canvas handling a bit

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: Increased version number to 0.0.6
	* src/Makefile.am: commented out one passage that's for future
	development

2004-07-11  Christian Neumair  <chris@gnome-de.org>

	* configure.in: Fix GUI version checks.

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* src/application.c: fixed the display of text in the error dialog

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added glib, gtk and libglade version checks
	* src/Makefile.am,
	* src/cc-canvas-group.h,
	* src/cc-canvas-item.h,
	* src/cc-canvas-movable.c,
	* src/cc-canvas-movable.h: added an interface, made the stuff go and
	compile again

2004-07-11  Sven Herzberg  <herzi@gnome-de.org>

	* src/.cvsignore,
	* src/Makefile.am,
	* src/cc-canvas-demo.c,
	* src/cc-canvas-group.c,
	* src/cc-canvas-group.h,
	* src/cc-canvas-item.c,
	* src/cc-canvas-item.h,
	* src/cc-canvas-rect.c,
	* src/cc-canvas-rect.h,
	* src/cc-canvas-view.c,
	* src/cc-canvas-view.h,
	* src/cc-canvas.c,
	* src/cc-canvas.h: Added some skeleton files to become filled with the
	libccc (criawips' cairo-based canvas)

2004-07-10  Sven Herzberg  <herzi@gnome-de.org>

	* configure.in: added gtkcairo as a dependency
	* src/Makefile.am,
	* src/cc-canvas-view.c,
	* src/cc-canvas-view.h,
	* src/cc-canvas.c,
	* src/cc-canvas.h: added some files to become a gtkcairo based canvas
	for criawips
	* src/main-window.c: added error handling for a missing glade file
	* src/presentation.c: fixed a typo

2004-07-10  Sven Herzberg  <herzi@gnome-de.org>

	* data/criawips.desktop.in: fixed a malformed string

2004-07-09  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "sv" to ALL_LINGUAS.

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

	* src/slide-view.c: improved slide rendering by fixing the initial
	zoom and fixing the display of layout items that are supposed to
	be rendered.

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

	* README.cut-n-paste: added information about the stolen code from
	beast/bse
	* configure.in: increased version number to 0.0.5cvs
	* src/Makefile.am: renamed cut'n'paste library
	* src/cut-n-paste/Makefile.am: renamed cut'n'paste library, added
	canvas helper files
	* src/cut-n-paste/gnome-canvas-helpers.c,
	* src/cut-n-paste/gnome-canvas-helpers.h: added canvas helpers from
	the beast/bse tool
	* src/main-window.c: fixed initial display of the zoom value
	* src/slide-view.c: fixed zooming of text
	* src/slide-view.h: fixed initial display of the zoom value

#version 0.0.5 aka 'Take a Look around'

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

	* src/Makefile.am: some cleanup (e.g. fixed some wrong associations of
	code to libraries)
	* src/slide-view.c: fixed a random crash

2004-07-04  Sven Herzberg  <herzi@gnome-de.org>

	* src/slide-view.c: added text on slide rendering. New we're at the
	place where a feature (read: bug) of the gnome-canvas produces some
	artifacts. One the one hand the canvas provides some nice zooming
	capabilities, but on the other the text doesn't scale with it. Next
	step: inherit a GnomeCanvasCriaText from GnomeCanvasText and implement
	zooming for it.

2004-07-04  Sven Herzberg  <herzi@gnome-de.org>

	* src/slide-view.c: got rid of the rendering code that was originally
	just copied and pasted from slide-show.c (which was a hack and really
	sucks). Started to get a cleaner rendering infrastructure.

2004-07-04  Sven Herzberg  <herzi@gnome-de.org>

	* TODO: add rulers

2004-07-04  Sven Herzberg  <herzi@gnome-de.org>

	* src/main-window.c,
	* data/criawips.glade: added a zoom spin button, moved some widgets
	around
	* src/Makefile.am: stop regenerating the enumeration stuff every time
	* src/presentation.c: whitespaces
	* src/slide-view.c,
	* src/slide-view.h: added support for zooming and for aspect ratio 4:3

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

	* TODO: added a beautiful code task
	* src/slide-view.c,
	* data/criawips.glade: some improvements on the user interface
	* src/main-window.c: assign a slide upon a change of the presentation
	* src/slide-view.h: added prototypes for zooming

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

	* TODO: added some features I'd like to see in a later version
	* data/criawips.glade,
	* src/application.c,
	* src/application.h,
	* src/main-window.c,
	* src/slide-show.c: extracted the error dialog from the glade file to
	be more flexible
	* src/code-templates/g-template.c: less warnings in new code
	* src/layout-block.c,
	* src/slide-view.c: removed some warnings

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

	* src/slide-list.c,
	* src/slide-list.h,
	* src/main-window.c: connected the slide list correctly with the slide
	view
	* src/slide-view.c: fixed some wrong debugging output, fixed the
	rendering a bit

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

	* po/POTFILES.in: added slide-list.c
	* src/main-window.c: prepared the code for some interaction between
	slide list and slide view
	* src/slide-list.c: added i18n features
	* src/presentation.c,
	* src/slide-show.c,
	* src/slide-view.c,
	* src/slide.c,
	* src/slide.h: some refactoring for a better slide rendering

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

	* data/criawips.glade: added a name for the horizontal paned between
	the slide list and the slide view
	* src/main-window.c: moved the pane to a default position
	* src/slide-view.c: added a missing cast macro

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

	* configure.in: raise version number to 0.0.4cvs
	* samples/0.0.1/Makefile.am: some coding style fixes

# Version 0.0.4

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

	* configure.in: increase version number to 0.0.4
	* Makefile.am,
	* src/Makefile.am: added some CLEANFILES and DISTCLEANFILES to satisfy
	make distcheck

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

	* data/criawips.glade: added an accelerator for the start off menu
	item; added the slide view
	* po/POTFILES.in: added slide-view.c
	* src/code-templates/g-template.c,
	* src/code-templates/g-template.h: some cleanup
	* src/libglade-support.c: added support for the slide view
	* src/slide-show.c: coding style improvements
	* src/slide-view.c,
	* src/slide-view.h: implement as much stuff as neccessary to just
	indicate that we don't show a slide

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

	* CODE_AUDITS: add checking for translatable strings to the code
	auditing stuff here
	* ROADMAP: updating the tasks to fit my current imaginations
	* TODO: added new tasks and fixed some content
	* data/criawips.glade: removed some accidental german label from the
	user interface
	* po/POTFILES.in: added the glade file and main-window.c
	* src/application.c: reformatted one string
	* src/main-window.c,
	* src/main-window.h: added an about dialog
	* src/slide-show.c: fixed a string

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

	* CODE_AUDITS: Added some things that we should care about when
	auditing our code
	* CODING_STYLE: Added an empry file for some coding style specific
	things
	* TODO: Added some more things to be done 
	* data/criawips.glade,
	* src/main-window.c: cleaned up the menus, made stuff insensitive
	that's not available by now
	* src/Makefile.am,
	* src/slide-view.c,
	* src/slide-view.h: added a place to implement a slide view widget

2004-07-02  Sven Herzberg  <herzi@gnome-de.org>

	Well, colorline should have wireless at their ships, if they had, I
	would just have separated between 0.0.3 and the current development
	tree. Unfortunately I wanted to snapshot 0.0.3 without being able to
	cvs commit this state. Apologies

	* configure.in: increase version to 0.0.3cvs
	* data/Makefile.am: make dist fixes
	* data/criawips.glade: adding a start presentation button in the menu;
	fixed scrolling in the slide list; added error dialog
	* po/POTFILES.in: removed criawips.c added application.c
	* po/de.po: more translatable messages
	* src/application.c: added error handling
	* src/main-window.c: added error handling, starting an opened
	presentation
	* src/presentation-parser.c: added error handling
	* src/presentation-parser.h: added error handling
	* src/presentation.c: added error handling
	* src/presentation.h: added error handling
	* src/slide-list.c,
	* src/slide-list.h: we can show slide titles of a currently opened
	presentation now
	* src/slide-show.c,
	* src/slide-show.h: some cleaning up

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

