##Text encoding: utf-8

2005-03-02  Jean Bréfort  <jean.brefort@normalesup.org>
	* Makefile.am: implement install-database option.
	* configure.ac: add install-database option.
	* help/C/gchempaint-unstable.xml: updated for 0.5.4.
	* lib/document.cc: don't try to save read-only docs.

2005-02-27  Jean Bréfort  <jean.brefort@normalesup.org>
	* lib/application.cc: fixed a critical bug (GnomeVFSInfo unrefed twice).
	* lib/document.cc: keep correct alignment when splitting molecules.
	* lib/molecule.cc: set m_Alignment to NULL if object is destroyed.
	* lib/molecule.h: add a public method to retrieve m_Alignment Id.
	* plugins/cycles/cycletool.cc: lock molecule before adding a cycle.
	* plugins/selection/group.cc: fixed canvas update managment.

2005-02-24  Jean Bréfort  <jean.brefort@normalesup.org>
	* lib/molecule.h: add gcpMolecule::Lock to bloc signal propagation on
	multiple operations (adding cycles).
	* plugins/cycles/cycletool.cc: lock molecule before adding bonds.
	* plugins/selection/group.cc: enhance canvas update managment.

2005-02-16  Jean Bréfort  <jean.brefort@normalesup.org>
	* lib/document.h: add gcpDocument::GetCurrentOperation inline method.
	* lib/document.cc: (gcpDocument::AddObject): don't add object to current
	operation if not needed.
	* lib/reactant.cc: enhanced updating and undo/redo stuff.
	* lib/reactant.h: ditto.
	* lib/reaction-step.cc: ditto.
	* lib/reaction-step.h: ditto.
	* lib/reaction.cc: ditto.
	* lib/reaction-arrow.cc: ditto and fixed paste.
	* lib/view.cc: fixed undo/redo when deleting objects.

2005-02-04  Jean Bréfort  <jean.brefort@normalesup.org>
	* lib/document.cc: fixed more undo/redo related stuff.
	* plugins/atoms/elementtool.cc: ditto.
	* plugins/selection/erasertool.cc: ditto.
	* plugins/selection/group.glade: finished making group dialog work.
	* plugins/selection/groupdlg.cc: ditto.
	* plugins/selection/groupdlg.h: ditto.

>>>>>>> 1.86
2005-02-03  Jean Bréfort  <jean.brefort@normalesup.org>
	* configure.ac: restored libgnomeui dependency.
	* lib/application.cc: finished distant files manageement.
	* lib/document.cc: ditto.
	* plugins/selection/erasertool.cc: enhanced undo/redo.
	* plugins/templates/templatetree.cc: removed list.
	* plugins/templates/templatetree.h: ditto.
	* src/main.cc: initialize authentification management for distant
	access server.

2005-01-28  Jean Bréfort  <jean.brefort@normalesup.org>
	* gchempaint.xml.in: add some mime types (cml and chm).
	* lib/application.cc,
	* lib/application.h,
	* lib/document.cc,
	* lib/document.h,
	* lib/filechooser.cc,
	* src/main.cc,
	* src/standaloneapp.cc: implement use of distant files with gnome-vfs.
	* lib/tool.h: added a std::set to fix undo/redo problems with groups.
	* plugins/bonds/bondtool.cc,
	* plugins/cycles/cycletool.cc: fixed undo/redo.
	* plugins/selection/group.cc: turn around a crash in libgnomecanvas.
	* plugins/templates/templatetree.cc: use a tree instead of a list.

2005-01-15 Jean Bréfort <jean.brefort@normalesup.org>
	* src/main.cc: use GOption to parse the command line.

2005-01-14 Jean Bréfort <jean.brefort@normalesup.org>
	* configure.ac: needs gtk+-2.6.0, removed libgnomeui dependency.
	* lib/about.cc: uses GtkAboutDialog.

2005-01-01 Jean Bréfort <jean.brefort@normalesup.org>
	* configure.ac: changed version to 0.5.4.
	* lib/about.cc: use a more standard translators list.
	* lib/application.cc: fixed typo.
	* lib/atom.cc,
	* lib/molecule.cc: add calls to EmitSignal where appropriate.
	* lib/tool.h: added m_ObjectGroup member.
	* lib/tool.cc: initialize m_ObjectGroup if appropriate.
	* plugins/atoms/chargetool.cc,
	* plugins/atoms/electrontool.cc,
	* plugins/atoms/elementtool.cc,
	* plugins/bonds/bondtool.cc: fixed undo/redo bugs and add calls
	to EmitSignal where appropriate.
	* plugins/selection/group.cc: update canvas when updating.
	* src/standaloneapp.cc: fixed typos in menus.

2004-12-13 Jean Bréfort <jean.brefort@normalesup.org>
	* lib/reaction-arrow.cc: fix bugs in gcpReactionArrow::Load (introduced yesterday!).
	* help/C/gchempaint-unstable.xml,
	* help/C/figures/: updated documentation for 0.5.3.

2004-12-12 Jean Bréfort <jean.brefort@normalesup.org>
	* lib/reaction.h,
	* lib/reaction.cc: add Load and OnSignal methods.
	* lib/reaction-arrow.cc: fix Load.
	* lib/reaction-step.cc: removed a call to gnome_canvas_update_now.

2004-12-11 Jean Bréfort <jean.brefort@normalesup.org>
	* lib/reactant.cc: fixed positions when loading.

2004-12-10 Jean Bréfort <jean.brefort@normalesup.org>
	* lib/application.cc: fixed typos.
	* lib/document.h: removed commented lines.
	* lib/fragment.cc: fixed a bug.
	* lib/reactant.cc: save and load stoechiometry.
	* lib/text.h,
	* lib/text.cc: fixed a bug for text loading.
	* lib/view.cc: added NULL as last arg for g_strconcat.
	* libgcpcanvas/gcp-canvas-rich-text.c,
	* libgcpcanvas/gcp-canvas-text.c: avoid using gnome_print_pango_layout_print.
	* libgcpcanvas/gnome-print-pango.h,
	* libgcpcanvas/gnome-print-pango.cc: renamed gnome_print_pango_layout_print
	to gcp_print_pango_layout_print.

2004-11-28 Jean Bréfort <jean.brefort@normalesup.org>
	 * configure.ac: add check for gnome-print version.
	 * libgcpcanvas/Makefile.am: compile local gnome-print-pango-layout.c if
	 necessary.
	 * libgcpcanvas/gcp-canvas-text.c,
	 * libgcpcanvas/gcp-canvas-rich-text.c: ensure that the item has been
	 rendered before accessing PangoLayout fields and use
	 gnome_print_pango_layout if gnome-print version >= 2.8.0.
	 * libgcpcanvas/gcp-canvas-text.h: fixed typos and added a boolean to the
	 structure.
	 * libgcpcanvas/gnome-print-pango.h,
	 * libgcpcanvas/gnome-print-pango.c: new pango_layout_print function to
	 use Pango integration in gnome-print >= 2.8.
	 * lib/fragment.cc: added a missing EmitSignal call.
	 * lib/reaction-arrow.cc: fixed update when type changes.
	 * lib/reaction-step.h: added m_bLoading boolean private member.
	 * lib/reaction-step.cc: do not execute OnSignal when loading.
	 * lib/settings.cc: updated some default values to better choices.
	 * lib/view.cc: fixed a minor bug in graphics export.
	 * src/standaloneapp.cc: fixed some warnings for 64 bits systems.

2004-11-21 Jean Bréfort <jean.brefort@normalesup.org>
	* AUTHORS: added missing translator's names
	* templates/templates.xml.in: new templates for nucleosides
	by Serge Moreau.

2004-11-19 Jean Bréfort <jean.brefort@normalesup.org>
	* AUTHORS: minor update.
	* README: fixed typos.
	* lib/plugin.cc: add NULL as last argument for g_strconcat.
	* lib/reaction-arrow.h,
	* lib/reaction-arrow.cc: Fixed gcpReactionArrow::Update when type changes.
	* lib/text.cc: gcpText::Load, gcpText::LoadSelection and
	gcpText::LoadTaggedNode return a correct boolean. 
	* libgcpcanvas/gcp-canvas-line.h,
	* libgcpcanvas/gcp-canvas-line.c: fixed a bug related to arrow heads.
	* pugins/cycles/cycletool.cc: use the atom position as start point
	in every case.
	* plugins/templates/plugin.cc: add NULL as last argument for g_strconcat.
	* pugins/text/fragmenttool.cc,
	* pugins/text/texttool.cc: inactivate save as image while editing.
	* templates/templates.xml.in: new templates for nucleic bases
	by Serge Moreau.

2004-11-15 Jean Bréfort <jean.brefort@normalesup.org>
	* src/arrow.cc,
	* src/text-object.cc: fixed stupid bugs while loading.
	* src/fragment-atom.cc: removed an unused local variable.
	* src/reactant.cc: implemented OnSignal.
	* src/reactant-step.cc: fixed OnSignal.
	* src/view.h: fixed typo.

2004-11-14 Jean Bréfort <jean.brefort@normalesup.org>
	* libgcpcanvas/gcp-canvas-rich-text.c,
	* lib/atom.cc,
	* lib/fragment.cc,
	* lib/text.cc: Fixed a text direction problem.
	* lib/reactant.cc: initial work on stoechiometry coefs.
	* lib/view.h,
	* lib/view.cc: Add a base line offset variable to correctly align texts.

2004-11-10 Jean Bréfort <jean.brefort@normalesup.org>
	* Makefile.am,
	* configure.in: test for update-desktop-database and try execute it only if
	present.
	* help/C/gchempaint-unstable.xml: some documentation update.
	* lib/Makefile.am: add new files splitted from reaction.* and mesomery.*
	* lib/application.cc: added new includes.
	* lib/mesomery.h,
	* lib/mesomery.cc: removed gcpMesomeryArrow class.
	* lib/mesomery-arrow.h,
	* lib/mesomery-arrow.cc: new files for class gcpMesomeryArrow.
	* lib/reaction.h,
	* lib/reaction.cc: removed gcpReactant, gcpReactionStep, gcpReactionArrow
	and gcpReactionoperator classes.
	* lib/reactant.h,
	* lib/reactant.cc: new files for class gcpReactant.
	* lib/reaction-step.h,
	* lib/reaction-step.cc: new files for class gcpReactionStep.
	* lib/reaction-arrow.h,
	* lib/reaction-arrow.cc: new files for class gcpReactionArrow.
	* lib/reaction-operator.h,
	* lib/reaction-perator.cc: new files for class gcpReactionOperator.
	* lib/settings.h,
	* lib/settings.cc,
	* lib/view.h,
	* lib/view.cc,
	* lib/widgetdaa.h : added new default values for objects padding.
	* plugins/arrows/arrowtool.cc: updated includes.
	* plugins/selection/Makefile.am: added group* new files.
	* plugins/group.h,
	* plugins/group.cc: new gcpGroup class to create new anonymous groups
	and/or align objects.
	* plugins/group.glade,
	* plugins/groupdlg.h,
	* plugins/groupdlg.cc: new dialog.
	
2004-10-15 Jean Bréfort <jean.brefort@normalesup.org>
	* configure.ac: Add gnome-vfs-module-2.0 requirement.
	* lib/application.cc: include correctly libgnomevfs/gnome-vfs-mime.h.

2004-10-13 Jean Bréfort <jean.brefort@normalesup.org>
	* configure.ac: Change version to 0.5.3.
	* lib/bond.h,
	* lib/bond.cc: Added gcpBond::GetYAlign.
	* lib/molecule.cc: reimplement commented menu item.
	* lib/reaction.h: changed signature of BuildContextualMenu ().
	* lib/reaction.cc: reimplement commented menu item, implement double arrows
	with full heads (bug #9537).
	* lib/tool.cc: remove the tool from the application's list when destroyed.
	* lib/arrow.h: Add double full headed arrows (bug #9537).
	* plugins/arrows/Makefile.am: Added arrowtool.glade (bug #9537).
	* plugins/arrows/arrowtool.h: Added gcpArrowTool::SetOptions (bug #9537).
	* plugins/arrows/arrowtool.cc: Implemented gcpArrowTool::SetOptions (bug #9537).
	* plugins/arrows/arrowtool.glade: New file (bug #9537).
	* plugins/arrows/plugin.cc: read configuration of arrow heads (bug #9537).
	* src/standaloneapp.h,
	* src/standaloneapp.cc,
	* src/main.cc: add gcpStandaloneApp::Show to show the window only after
	it has been fully constructed to be more HIG compliant.
	* src/standaloneapp.cc: add a call to gtk_action_group_set_translation_domain
	(applied a patch by Christian Lohmaier) fixes bug #10654

2004-09-24  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* help/C/gchempaint-unstable.xml: Updated documentation for 0.5.2.
	* lib/molecule.cc,
	* lib/reaction.cc,
	* plugins/bonds/bonds.xml,
	* plugins/arrows/arrows.xml: Commented unused menus and tools.

2004-09-21  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/application.cc: Add a message on attempt to export eps when
	ps2eps is not available.
	* lib/atom.cc: Rewrote updating, add support for charges greater
	than 1 and charge position other than default, add single and
	paired electrons.
	* lib/bond.cc: (gcpBond::Add): Move electrons items to top.
	* lib/electron.h,
	* lib/electron.cc: new gcpElectron class to represent single
	and paired electrons.
	* lib/fragment-atom.h:,
	* lib/fragment-atom.cc,
	* lib/fragment.h: Updated API to support changes in charges management.
	* lib/fragment.cc: Enhance appearance for empty text while editing,
	updated API to support changes in charges management.
	* lib/molecule.cc: Export stereochemistry to ghemical.
	* lib/reaction.cc: Implemented gcpReactionStep::OnSignal.
	* lib/text.cc: Enhance appearance for empty text while editing, emit Changed
	signal upon modification.
	* plugins/arrows/plugin.cc,
	* plugins/arrows/retrosynthesis.h,
	* plugins/arrows/retrosynthesis.cc,
	* plugins/arrows/retrosynthesisarrow.h,
	* plugins/arrows/retrosynthesisarrow.cc: some work on retrosynthesis.
	* plugins/atoms/chargetool.cc: Support for charges greater than 1 and
	non default position.
	* plugins/atoms/electrontool.cc: implemented.
	* plugins/bonds/bondtool.cc: Fixed a bug (old item did not disappear
	when bond type changed).
	* plugins/templates/templatetool.cc: fixed an undo/redo bug.
	* Several memory leaks fixed here and there.

2004-06-29  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/molecule.cc: Molecules exported to Ghemical now appear
	centered in the new view.

2004-06-28  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* configure.ac: need libglade >= 2.4.0
	* plugins/selection/electrontool.h,
	* plugins/selection/electrontool.cc: make the distinction between the two tools.
	* src/standalone.cc: Fixed a mistyped string (thanks to Costantino).

2004-06-26  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/application.h: Add inline gcpApplication::HaveGhemical method.
	* lib/molecule.h,
	* lib/molecule.cc: Add a first version of Ghemical exporter.
	* lib/tool.h,
	* lib/tool.cc: Add a GtkUIManager* parameter to gcpTool::OnRightButtonClicked
	* lib/view.h,
	* lib/view.cc: Rewrite the right button click event handler.
	* plugins/selection/selectiontool.h,
	* plugins/selection/selectiontool.cc: updated gcpSelectionTool::OnRightButtonClicked.

2004-06-23  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/arrow.h,
	* lib/reaction.cc,
	* lib/reaction.h,
	* plugins/arrows/arrowtool.cc,
	* plugins/arrows/arrowtool.h: replaced gcpArrowType by unsigned.
	* plugins/arrows/Makefile.am,
	* plugins/atoms/Makefile.am,
	* plugins/bonds/Makefile.am: Added new files
	* plugins/arrows/plugin.cc,
	* plugins/atoms/plugin.cc,
	* plugins/bonds/plugin.cc: Added new tools.
	* plugins/arrows/curvedarrowtool.cc,
	* plugins/arrows/curvedarrowtool.h,
	* plugins/arrows/retrosynthesis.cc,
	* plugins/arrows/retrosynthesis.h,
	* plugins/arrows/retrosynthesisarrow.cc,
	* plugins/arrows/retrosynthesisarrow.h,
	* plugins/atoms/electrontool.cc,
	* plugins/atoms/electrontool.h,
	* plugins/bonds/delocalizedtool.cc,
	* plugins/bonds/delocalizedtool.h: new files

2004-06-22  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/application.cc: fixed detection of ghand ps2eps.
	* lib/document.cc,
	* src/standaloneapp.cc: enable "Save As Image" only if document is
	not empty.

2004-06-21  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* configure.ac: Changed version to 0.5.2
	* lib/application.cc,
	* lib/application.h: Add SaveAsImage
	* lib/document.cc,
	* lib/document.h: Add ExportImage;
	* lib/filechooser.cc: removed duplicated filters
	* lib/view.cc,
	* lib/view.h: Add and implement ExportImage
	(at least png, jpeg and eps, svg will come later).
	* libgcpcanvas/gcp-canvas-group.c: (gnome_canvas_group_ext_print):
	fixed a bug: don't print hidden items.
	* libgcpcanvas/gcp-canvas-rich-text.c:
	(gnome_canvas_rich_text_ext_print): removed a warning.
	* plugins/arrows/Makefile.am,
	* plugins/arrows/arrows.xml,
	* plugins/atoms/Makefile.am,
	* plugins/atoms/atoms.xml,
	* plugins/bonds/Makefile.am,
	* plugins/bonds/bonds.xml: Added new tools buttons.
	* plugins/arrows/curved1-24.png,
	* plugins/arrows/curved24.png,
	* plugins/arrows/retrosynth24.png,
	* plugins/atoms/electronpair24.png,
	* plugins/atoms/unpairedelectron24.png,
	* plugins/bonds/delocalized24.png: New tools buttons.
	* src/standaloneapp.cc: Add the SaveAsImage action.

2004-06-18  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/bond.cc: move implicit carbon atoms items to bottom.
	* lib/document.cc: update the view after loading for a correct display
	of cyclic double bonds.
	* lib/view.cc: activate merge tool from SelectAll if convenient.
	* plugins/selection/selection.cc: get the active view when clicking any button.
	* Updated the documentation.

2004-06-16  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/bond.cc: removed some unuseful (and dangerous) calls
	in gcpBond::Add.
	* templates/templates.xml.in: added some aromatic hydrocarbons.
	* Updated the documentation for 0.5.1.

2004-06-16  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/application.cc: fixed bugs in file loading.
	* lib/application.h: changed FileProcess parameters.
	* lib/arrow.cc,
	* lib/arrow.h: remove Step notion.
	* lib/document.cc: enhanced Remove method
	* lib/filechooser.cc: update calls to gcpDocument::FileProcess.
	* lib/mesomery.cc,
	* lib/mesomery.h: remove Step notion.
	* lib/molecule.cc: minor editing.
	* lib/reaction.cc,
	* lib/reaction.h: remove Step notion, implement reaction loading.
	* lib/settings.cc: changed arrow padding.
	* plugins/selection/selectiontool.cc: add undo/redo for grouping.
	* src/main.cc: update calls to gcpDocument::FileProcess.
	* templates/templates.xml.in: added amino acids templates.

2004-06-02  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* Makefile.am: Add gchempaint.xml.in to support shared mime data mechanism.
	* configure.ac: Nees shared-mime-data package
	* gchempaint.xml.in: New file.
	* lib/application.cc: Moved type creation code for text and fragment from plugins/text/plugin.cc.
	* lib/document.cc: Enhanced the Load Method and added a XML namespace to files on saving.
	* lib/atom.h,
	* lib/atom.cc: Implemented GetYAlign.
	* lib/fragment.h,
	* lib/fragment.cc: Same thing.
	* lib/molecule.h,
	* lib/molecule.cc: Same thing.
	* lib/mesomery.h,
	* lib/mesomery.cc: Add throw invalid_argument to Build.
	* lib/reaction.h,
	* lib/reaction.cc: Major enhancements to reactions and associated classes
	* lib/settings.h,
	* lib/settings.cc: Added DefaultArrowPadding and DefaultSignPadding.
	* lib/view.h,
	* lib/view.cc: Added ArrowPadding and SignPadding.
	* lib/widgetdata.h: Same thing.
	* lib/widgetdata.cc: Replaced selection of molecules by selection of highest level group.
	* plugins/atoms/chargetool.cc: Added a missing return instruction (stupid bug!).
	* plugins/selection/selectiontool.cc: Fixed a bug in OnRelease and enhanced CreateGroup.
	* plugins/text/plugin.cc: moved type creation code for text and fragment to lib/application.cc.

2004-05-21  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/application.cc: Added AddType calls and added rules.
	* lib/plugin.h,
	* lib/plugin.cc: added AddRules method to add new rules between Object types;
	This method is called after all types have been declared.
	* lib/reaction.h,
	* lib/reaction.cc: some work on implementation of reactions; not operational yet.
	* lib/tool.h,
	* lib/tool.cc: added virtual method OnRightButtonClicked.
	* lib/view.cc: added a call to gcpTool::OnRightButtonClicked.
	* lib/widgetdata.h,
	* lib/widgetdata.cc: added a public GetObjectBounds method.
	* plugins/arrows/plugin.cc,
	* plugins/selection/plugin.cc: removed calls to Object::AddType (moved to lib/application.cc)
	* plugins/selection/selectiontool.h,
	* plugins/selection/selectiontool.cc: implement OnRightButtonClicked; it will be used to
	group objects in reactions or other groups. When selecting, select the highest level group
	to which the initially selected objects are members.
	* src/standaloneapp.cc: fixed a Gtk-Warning.

2004-05-09  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/atom.h,
	* lib/atom.cc: enhanced  Update method.
	* lib/bond.h,
	* lib/bond.cc: implemented  Update method, fixed a couple of bugs.
	* lib/fragment.cc: enhanced  Update method.
	* lib/view.cc: rewrote Update.
	* lib/tool.h,
	* lib/tool.cc: added OnRightButtonClicked virtual method.
	* plugins/bonds/bondtool.cc: one bug fixed.
	* plugins/selection/selectiontool.cc: one bug fixed.

2004-05-02  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/about.cc: include glib/gi18n.h instead of libgnome/libgnome.h
	* lib/application.h,
	* lib/application.cc: new methods: OnShowElements, OnMail, OnBug, OnWeb, OnHelp. Support
		of menu View/Periodic Table and Help menu entries.
		Also a new pure virtual method for check menu items (ToggleMenu).
	* lib/arrow.h,
	* lib/arrow.cc: Implement Transform2D.
	* lib/bond.h,
	* lib/bond.cc: Implement Transform2D, fix a bug in IncOrder and some changes in ReplaceAtom
		to support molecules merging.
	* lib/dialog.h: Remove obsolete includes
	* lib/dialog.cc: Rewrite OnHelp (use gcpApplication::OnHelp).
	* lib/document.h: Add an inline IsDirty method.
	* lib/document.cc: Remove obsolete code in Save() and add initial support to
		check if document has been changed.
	* lib/filechooser.cc: Remove obsolete code.
	* lib/fragment.h,
	* lib/fragment.cc: Implement Transform2D.
	* lib/mendeleiev.cc: Fix a bug.
	* lib/molecule.h: Changed signature of OnMerge()
	* lib/molecule.cc: Fix a bug in AddAtom() (avoids duplicates) and rewrote OnMerge to
		allow molecules merging.
		Implements Transform2D and GetAtomAt virtual methods.
	* lib/text.h,
	* lib/text.cc: Implement Transform2D.
	* lib/view.h: Removed obsolete include.
	* lib/view.cc: Removed dangerous code from destructor.
	* lib/widgetdata.h,
	* lib/widgetdata.cc: Add RotateSelection method.
	* plugins/atoms/elementtool.cc:Use gcpApplication::OnShowElements to show the periodic table.
	* plugins/bonds/bondtool.cc: Fixed two bugs.
	* plugins/selection/selectiontool.h,
	* plugins/selection/selectiontool.cc: Implements flip, rotation and molecules merging tools.
	* plugins/templates/plugin.cc,
	* plugins/templates/templatetree.cc,
	* plugins/text/fragmenttool.cc,
	* plugins/text/texttool.cc: Add missing headers.
	* plugins/arrows/arrows.xml,
	* plugins/atoms/atoms.xml,
	* plugins/bonds/bonds.xml,
	* plugins/cycles/cycles.xml,
	* plugins/selection/selection.xml,
	* plugins/templates/templates.xml,
	* plugins/text/text.xml: Updated the rows.
	* src/bonoboapp.h,
	* src/bonoboapp.cc: Add virtual ToggleMenu method.
	* src/gchempaint-bonobo.cc,
	* src/main.cc:Updated includes list.
	* src/standaloneapp.h,
	* src/standaloneapp.cc: Migrate from GNOMEUI to GtkAction and added several new menu items.
	* tests/bonobo-control-test.c: (main): Remove gnome_program_init, use gtk_init instead.

2004-04-15  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* lib/document.h:
	* lib/document.cc: derive gcpDocument from gcu::Document.

2004-04-07  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* configure.ac:
	* lib/arrow.h:
	* lib/atom.cc:
	* lib/atom.h:
	* lib/bond.h:
	* lib/fragment-atom.cc:
	* lib/fragment.cc:
	* lib/mendeleiev.cc:
	* lib/mendeleiev.h:
	* lib/operation.h:
	* lib/reaction.cc:
	* lib/text-object.cc:
	* lib/text-object.h:
	* lib/text.h:
	* lib/widgetdata.cc:
	* lib/widgetdata.h:
	* src/main.cc:
	* src/standaloneapp.cc:
	* plugins/atoms/elementtool.cc: made things compile with the new
	Gnome Chemistry Utils unified library.
	* plugins/selection/selection.xml: add new buttons
	* plugins/selection/selectiontool.cc:
	* plugins/selection/selectiontool.h: add early support for the
	new buttons
	* plugins/text/texttool.cc: fixed a critical bug

2004-03-28  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* configure.ac: changed version to 0.5.1, add a test for ghemical
	* gchempaint.server.in.in: fixed mime type
	* plugins/selection/Makefile.am: add new pixmaps
	* plugins/selection/horiz24.png:
	* plugins/selection/merge24.png:
	* plugins/selection/rotate24.png:
	* plugins/selection/vert24.png: new icons
	* plugins/selection/selection.xml: add four new buttons
	* plugins/selection/selectiontool.h:
	* plugins/selection/selectiontool.cc: add gcpSelectionTool::ActivateMenu
	and activate new buttons when selection tool is active.
	* src/standaloneapp.cc: fixed a critical bug

2004-03-24  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* configure.ac: updated dependencies
	* lib/view.cc: fixed a bug.
	* libgcpcanvas/Makefile.am: removed gnome-print-pango.*
	* libgcpcanvas/gcp-canvas-rich-text.c, 
	* libgcpcanvas/gcp-canvas-text.c: don't include gnome-print-pango.h.
	* plugins/bonds/bondtool.cc: fixed a critical bug.
	* plugins/templates/templatetool.cc: update canvas before calculus of the size.
	* src/gchempaint-bonobo.cc: fixed a critical bug.
	* src/main.cc,
	* src/standaloneapp.cc: changed locally PACKAGE to gchempaint-unstable to allow
	help access.

2004-03-14  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* Makefile.am:
	* configure.ac:
	* help/C/Makefile.am:
	* help/C/figures/main-window.png:
	* help/C/figures/new-template.png:
	* help/C/figures/templates-tools.png:
	* help/C/figures/templates.png:
	* help/C/figures/texttools-bar.png:
	* help/C/figures/tools-window.png:
	* help/C/gchempaint-unstable-C.omf: changed help to unstable version
	* gchempaint.applications: cleaned.
	* lib/about.cc: updated the translators list.
	* lib/application.cc: initialize XmlDoc member.
	* lib/atom.cc (gcpAtom::Add): removed normal font tag for indices.
	* lib/dialog.cc: help domain changed
	* lib/filechooser.cc: removed size reequest.
	* lib/mendeleiev.cc: initialize apply member to NULL.
	* plugins/arrows/arrows.xml: Simple instead of Simpe
	* plugins/templates/gtkcombotoolitem.c:
	(gtk_tool_combo_new_with_model):
	* plugins/templates/plugin.cc:
	* plugins/templates/templates.xml:
	* plugins/templates/templatetool.cc:
	* plugins/templates/templatetool.h:
	* plugins/templates/templatetree.cc:
	* plugins/templates/templatetree.h: completed templates support.
	* plugins/text/texttool.cc: removed buggy and commented lines.
	* src/Makefile.am: changed executables names.
	* src/standaloneapp.cc: fixed some details; avoid a crash.

2004-03-11	Jean Bréfort <jean.brefort@ac-dijon.fr>
	* libgcpcanvas/gnome-print-pango.[c,h]: changed license from GPL to LGPL.

2004-03-07  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* TODO: removed completed tasks.
	* configure.ac: need openbabel-1.100.2 (shared library).
	* lib/application.cc: enhanced tools management, fixed some memory leaks.
	* lib/application.h: added several methods in gcpApplication.
	* lib/atom.cc: implemented gcpAtom::Update(GtkWidget*).
	* lib/atom.h: added helper method AddChargeItem.
	* lib/dialog.cc: fix a bug: do not clos the window if Apply() return false.
	* lib/document.cc: several bugs fixed.
	* lib/document.h: enhanced SetEditable().
	* lib/filechooser.cc: have the correct buttons.
	* lib/fragment.cc: fixed bugs OnMarkSet now returns the good values.
	* lib/mendeleiev.cc: removed a g_object_unref which made GChemPaint crash.
	* lib/plugin.cc: added a call to dlerror when a problem occurs while loading a plugin.
	* lib/text.cc: removed commented lines.
	* lib/tool.cc: initialized some members in constructor.
	* lib/view.cc: Update(): removed special treatment of atoms,
	fixed some bugs.
	* lib/view.h: added a GetNbWidgets to gcpView
	* lib/widgetdata.cc: reimplemented Cut/Copy/Paste stuff.
	* lib/widgetdata.h: changes related to the ones in the cc file.
	* plugins/atoms/atoms.xml: removed an unuseful pos attribute.
	* plugins/templates/Makefile.am: updated files lists
	* plugins/templates/gtkcombotoolitem.c:
	* plugins/templates/gtkcombotoolitem.h: new wrapper to add a GtkComboBox in a toolbar.
	* plugins/templates/new-template.glade: new template dialog.
	* plugins/templates/templates.glade: template dialog.
	* plugins/templates/template24.png: file removed.
	* plugins/templates/plugin.cc:  
	* plugins/templates/plugin.h: 
	* plugins/templates/templates.xml:
	* plugins/templates/templatetool.cc:
	* plugins/templates/templatetool.h:
	* plugins/templates/templatetree.cc:
	* plugins/templates/templatetree.h: partial implementation of templates
	* plugins/text/Makefile.am:
	* plugins/text/fragmenttool.cc:
	* plugins/text/subscript24.png:
	* plugins/text/superscript24.png:
	* plugins/text/text.xml:
	* plugins/text/texttool.cc: ported to the new architecture.
	* po/POTFILES.in: updated the file list.
	* po/de.po:
	* po/fr.po:
	* po/it.po:
	* po/pl.po:
	* po/zh_CN.po:
	* src/gchempaint-bonobo.cc:
	* src/main.cc:
	* src/standaloneapp.h:
	* src/standaloneapp.cc: various enhancements and bugs fix.
	* templates/Makefile.am: fixed a bug in the installation directory.
	* templates/templates.xml.in: updated the benzene template (now created with the template tool).

2004-02-14  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* plugins/arrows/arrows.xml: populated
	* plugins/cycles/cycletool.cc:
	* plugins/cycles/cycletool.h: reimplemted the option box for the n-sized cycle tool
	* libgcpcanvas/gcp-canvas-line.c:
	* libgcpcanvas/gcp-canvas-polygon.c:
	* libgcpcanvas/gcp-canvas-rect-ellipse.c: 
	* tests/bonobo-control-test.c: changed config.h to gchempaint-config.h
	* src/tools.*: removed obsolete files

2004-02-12  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* configure.ac:  need gchemutils 0.2.3, added plugins/text, removed plugins/reactions
	* lib/application.cc:
	* lib/application.h: some new methods
	* lib/docprop.cc: 
	* lib/mendeleiev.cc: changed the path to glade files
	* lib/settings.h: Removed FontName
	* lib/text.cc:
	* lib/text.h:
	* lib/view.cc: use of gcpApplication::GetFontName instead of FontName
	* plugins/Makefile.am: removed reactions, add text
	* plugins/arrows/Makefile.am:
	* plugins/arrows/arrow1-24.png:
	* plugins/arrows/arrow2-24.png:
	* plugins/arrows/arrows.xml:
	* plugins/arrows/arrowtool.cc:
	* plugins/arrows/arrowtool.h:
	* plugins/arrows/mesomery24.png:
	* plugins/arrows/plugin.cc:
	* plugins/arrows/plugin.h: moved files from src and made things compile
	* plugins/atoms/Makefile.am: added EXTRA_DIST
	* plugins/atoms/chargetool.cc:
	* plugins/atoms/chargetool.h:
	* plugins/atoms/elementtool.cc:
	* plugins/atoms/elementtool.h: minor change in copyright
	* plugins/bonds/Makefile.am:
	* plugins/bonds/bond24.png:
	* plugins/bonds/bonds.xml:
	* plugins/bonds/bondtool.cc:
	* plugins/bonds/bondtool.h:
	* plugins/bonds/downbond24.png:
	* plugins/bonds/plugin.cc:
	* plugins/bonds/plugin.h:
	* plugins/bonds/upbond24.png:
	* plugins/bonds/xbond24.png:
	* plugins/cycles/Makefile.am: moved files from src and made things compile and work
	* plugins/cycles/c3-24.png:
	* plugins/cycles/c4-24.png:
	* plugins/cycles/c5-24.png:
	* plugins/cycles/c6-24.png:
	* plugins/cycles/c7-24.png:
	* plugins/cycles/c8-24.png:
	* plugins/cycles/cn-24.png:
	* plugins/cycles/cycles.xml:
	* plugins/cycles/cycletool.cc:
	* plugins/cycles/cycletool.h:
	* plugins/cycles/plugin.cc:
	* plugins/cycles/plugin.h: moved files from src and made things compile and mostly work
	* plugins/selection/Makefile.am: added EXTRA_DIST
	* plugins/templates/Makefile.am:
	* plugins/templates/plugin.cc:
	* plugins/templates/plugin.h:
	* plugins/templates/templates.xml:
	* plugins/templates/templatetool.cc:
	* plugins/templates/templatetool.h:
	* plugins/templates/templatetree.cc:
	* plugins/templates/templatetree.h: added files
	* plugins/text/Makefile.am:
	* plugins/text/fragment24.png:
	* plugins/text/fragmenttool.cc:
	* plugins/text/fragmenttool.h:
	* plugins/text/plugin.cc:
	* plugins/text/plugin.h:
	* plugins/text/text.xml:
	* plugins/text/text24.png:
	* plugins/text/texttool.cc:
	* plugins/text/texttool.h: moved files from src and made things compile
	* src/main.cc: remove unused #include directives (gnome-print)
	* src/standaloneapp.cc:
	* src/standaloneapp.h: added printing, file properties and file closing.
	opens option box when clicking on the active tool button.
	* templates/Makefile.am: add templates.xml
	* templates/templates.xml.in: first version, contains only benzene.
	* ui/Makefile.am:
	* ui/docprop.glade:
	* ui/gchempaint.xml:
	* ui/mendeleiev.glade: moved from deprecated glade directory

2004-02-??  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* configure.ac:

2004-02-07  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* Makefile.am: add ui directory
	* configure.ac: need gchemutils 0.2.2
	* lib/application.cc:
	* lib/application.h: new files operations
	* lib/atom.cc:
	* lib/atom.h:
	* lib/dialog.h:
	* lib/document.cc:
	* lib/document.h:
	* lib/fragment.cc:
	* lib/mendeleiev.cc:
	* lib/mendeleiev.h:
	* lib/view.cc: fixed misc bugs
	* plugins/atoms/Makefile.am: added files
	* plugins/atoms/atoms.xml:
	* plugins/atoms/charge+24.png:
	* plugins/atoms/charge-24.png:
	* plugins/atoms/element24.png: new files
	* plugins/atoms/chargetool.cc:
	* plugins/atoms/chargetool.h:
	* plugins/atoms/elementtool.cc:
	* plugins/atoms/elementtool.h: moved from src and updated to the new api
	* plugins/atoms/plugin.cc:
	* plugins/atoms/plugin.h: implementation of atoms related tools
	* plugins/selection/selection.xml: fixed some bugs
	* plugins/selection/selectiontool.h:
	* src/Makefile.am: added bonobo server
	* src/bonoboapp.cc:
	* src/bonoboapp.h: added some methods
	* src/gchempaint-bonobo.cc: make it compile and added main()
	* src/main.cc: more code cleaning
	* src/standaloneapp.cc:
	* src/standaloneapp.h: moved some files operations to gcpApplication
	* ui/Makefile.am: new empty file

2004-02-01  Jean Bréfort  <jean.brefort@ac-dijon.fr>
	* Makefile.am:
	* lib/application.cc:
	* lib/application.h: Changed api to build user interface from xml files
	* lib/plugin.cc:
	* lib/plugin.h: Load plugins
	* lib/tool.cc: init m_pItem to NULL
	* lib/tool.h: added name.
	* lib/view.cc:
	* lib/view.h:
	* plugins/selection/Makefile.am:
	* plugins/selection/eraser24.png:
	* plugins/selection/plugin.cc:
	* plugins/selection/plugin.h:
	* plugins/selection/selection.xml:
	* plugins/selection/selection24.png: implementation of a plugin with
	selection and eraser tools.
	* plugins/selection/erasertool.cc:
	* plugins/selection/erasertool.h:
	* plugins/selection/selectiontool.cc:
	* plugins/selection/selectiontool.h: 4 files moved from src
	* src/Makefile.am: removed files moved to plugins/selection
	* src/main.cc: replaced PACKAGE by GETTEXT_PACKAGE for textdomain
	* src/standaloneapp.cc:
	* src/standaloneapp.h: implemented user interface for plugins

2004-01-22	Jean Bréfort <jean.brefort@ac-dijon.fr>
	* Makefile.am: added plugins and templates subdirectories.
	* configure.ac: added plugins and templates subdirectories.
	* added subdirectories in plugins and (empty) Makefile.am where appropriate
	* lib/Makefile.am: added filechooser.*.
	* lib/about.h: added missing #ifdef.
	* lib/application.cc, lib/application.h: new methods.
	* lib/document.cc: fixed a bug. When loading, filename must be absolute.
	* lib/plugin.cc, lib/plugin.h: added LoadPlugins static method.
	* lib/text.cc, lib/text.h: added tags initialization (taken from src/textool.cc).
	* lib/view.cc: create a widget when not embedded.
	* src/bonoboapp.h: added missing #ifdef.
	* src/main.cc: restored loading files from command line.
	* src/standaloneapp.cc, src/standaloneapp.h: new methods for io.
	* tests/cholesterol.gchempaint: updated with version 0.5.

2004-01-22	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* lib/document.*: added a gcpApplication* parameter to the constructor.
		* src/bonoboapp.*: new gcpApplication derived class.
		* src/Makefile.am: include new files.
		* configure.ac: renamed config.h to gchempaint-config.h.
		* removed glade directory.
		* src/Makefile.am: changed executable name to gchempaint-0.5 and removed all sources
		but main.cc and standaloneapp.cc.
		* moved callbacks from main.cc to standaloneapp.cc
		* moved on_about to lib/about.cc (new file).
		* moved TextTagTable and FontName from texttool.cc to lib/text.cc

2004-01-18	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* lib/application.h: added a dialog map and a current atomic number member
				added SetMenu method
		* lib/dialog.*: added a gcpApplication member
		* lib/mendeleiev.*, lib/docprop.*: use orf the new gcpDialog::m_App member
		* lib/mendeleiev.*: removed obsolete global variables
		* lib/*.h lib/*.cc: minor copyright update
		* src/standaloneapp.*: new gcpApplication derived class.
		* src/main.cc: use gcpStandaloneApp and removed or commented obsolete code
		* src/gchempaint-bonobo.h: replaced document.h by lib/document.h

2004-01-17	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* configure.ac: updated version to 0.5.0
		* created directory lib and moved files from src to lib
		* lib/application.*: new files and new gcpApplication class
		* lib/plugin.*: new files and new gcpPlugin class
		* lib: edited files to make them compile

2004-01-04	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* configure.ac: updated version to 0.4.0
		* src/gchempaint-bonobo.cc:  changed the description of the editable flag to
		something easier to understand.

2003-12-13	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* gchempaint.[keys,mime]: changed mime type to application/x-gchempaint
		for compatibility with gnome-mime-data (bug #126293).
		* Help file updated.
		* Implemented an editable property for the Bonobo Control.

2003-11-26	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* src/erasertool.cc: add fragment support and make use of Object::SetSelected.
		* Various bugs fixed.
		* More work on help.

2003-11-23	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* libgcpcanvas/gnome-print-pango.c: fix a bug.
		* main.cc (main): replaced gnome_app_add_docked by gnome_app_add_toolbar.
		* Some work on help.

2003-11-13	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* libgcpcanvas: added bpath and polygons for stereobonds
		* libgcpcanvas/gcp-canvas-shape.[h,c]: imported all the code from libgnomecanvas
		for avoid unsecure dependencies.
		* src/bond.cc: use printable items for stereobonds
		* glade/gchempaint.xml: completed the menus
		* gchempaint-bonobo.cc: support of new ui.
		* various bugs fixed.

2003-11-09	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Changed version to 0.3.90.
		* added gchempaint.applications
		
2003-11-09	Pav Lucistnik <pav@oook.cz>
		* Fixed two compilation problems with gcc-2.95.x in libgcpcanvas
		(gcp-canvas-group.c and gcp-canvas-shape.c).

2003-11-08	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Changed help menu labels and tips for the Bonobo control.
		* Released 0.3.6

2003-11-07	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* more work on bonobo server.

2003-11-05	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* src/text.cc: one more bug fixed
		* libgcpcanvas/gnome-print-pango: slant text when necessary.
		* src/gchempaint-bonobo.cc: some enhancements.
		* src/main.cc (ActivateMenu and ActivateTool): check if the widget
		exists to avoid unwanted warnings.

2003-11-02	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* libgcpcanvas: fixed several print issues.
		* src/settings.cc: moved default font from Sans to Bitstream Vera Sans
		* src/atom.cc: gcpAtom::Add and gcpAtom::SetSelected rewritten.
		* Changed coloring scheme of texts (background filled instead of outlined).
		* Changed the way text items length is calculated.
		* src/text.cc: fixed a bug in gcpText::OnEndUserAction: decoration applied only
		if text is inserted, not when moving the cursor.
		* src/fragment.cc: implemented a sensible charges support.

2003-10-19	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* src/gnome-print-pango.c: added strikethrough and underline to print rendering.
		and fixed various bugs.

2003-10-12	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* src/fragment.cc (gcpFragment::Save): don't save fragments with no characters.
		* added gnome-print-pango.[c,h] in libgcpcanvas to print Pango layouts.
		* added printing in all libgcpcanvas items.
		* added shapes and text in libgcpcanvas.
		* added gcp-canvas-group.[h,c]. all GnomeCanvasGroup replaced by
		printable GnomeCanvasGroupExt
		* view.cc: rewrote gcpView::Print
		* bond.cc (gcpBond::Add): changed GnomeCanvasLine to GnomeCanvasLineExt

2003-09-07	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* added text printing
		* fixed some bugs in text.cc and fragment.cc

2003-08-29	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* added arrows printing
		
2003-08-29	Pav Lucistnik <pav@oook.cz>
		* Fixed a compilation problem with gcc-2.95.x in libgcpcanvas/gcp-canvas-rich-text.c

2003-08-28	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* updated gchempaint.dtd
		* completed Edit menu operations
		* limit the number of bonds of atoms
		* many improvements related to fragments
		* libgcpcanvas: added GPrintable interface
		* various bugs fixed

2003-07-28	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* paste text from other programs
		* text can now be multiline
		* added "Edit/Select All" and corresponding code
		* gchempaint-bonobo.h: added bgcolor property to the BonoboControl
		* implemented undo/redo for texts
		* added gcpTextObject as common parent for gcpText and gcpFragment
		* moved gnome-canvas-line-ext.* to libgcpcanvas and rename them
		* gcp-canvas-line-ext.c: rewrote the arrow heads drawing code
		* reaction.cc: added id to Save and Load methods for gcpReactionOperator
		* document.cc (AddData): removed pView->AddObject
		* arrowtool.cc, plustool.cc (OnRelease): added pDoc->FinishOperation
		* added gcp-canvas-rich-text.[c,h]
		* text.cc: changed alignement from top to baseline
		* view.cc (OnReceive): pasted data are centered in the visible area when using Ctrl+V
		* various bugs fixed

2003-07-03	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* plustool.cc: implemented everything
		* elementtool.cc: replace DefaultPadding by the view one
		* reaction.h, readtion.cc: implementation of class gcpReactionOperator
		
2003-07-02	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Changed version to 0.3.5
		* textool.cc: subscript and superscript buttons can't be both active

2003-06-27	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Updated OpenBabel requirement to 1.100.1 and made it mandatory

2003-06-20	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Text tool: Finished work on fonts

2003-06-11	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Enhanced copy/cut/paste (several bugs fixed)
		* Fragment tool: automatic formating of figures and charge signs
		* Text tool: some work on fonts

2003-05-30	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Added partial implementation for copy/cut/paste
		* Started implementation of the fragment tool

2003-04-07	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Added new files to support missing tools
		* Fixed several bugs
		* Changed version to 0.3.3
		
2003-03-25	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Fixed several bugs
		
2003-03-25	Pav Lucistnik <pav@oook.cz>
		* Fixed a compilation problem with gcc-2.95.x in tests/bonobo-control-test.c

2003-03-25	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Fixed several bugs in OpenBabel support
		* Added some code for the squiggle bond tool
		
2003-03-22	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Fixed several bugs
		* Implemented the two local charge tools
		
2003-03-12	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Fixed a bug in the bonobo control code
		* Updated gchempaint.mime and gchempaint.keys.in
		
2003-02-27	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Undo/Redo works except for text
		* Fixed a bug in texttool.cc (Strike through button did not work properly)
		* Fixed several bugs in cycle and bonds tools.

2003-02-12	Jean Bréfort <jean.brefort@ac-dijon.fr>
		* Added files for mime type
		* Added a BonoboControl interface
		* Added -DBONOBO_DISABLE_DEPRECATED
		* Added a simple test program for the control

2003-01-06	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Enhanced text tool (enabled buttons in the text tool bar)
		* Added mesomery arrow
		* Fixed several bugs
		* Added Operation classes for undo/redo support

2002-12-06	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Added an initial text tool version
		* Added arrow tools
		* Added lot of new inactive buttons for later versions
		* Use Gnome Chemistry Utils for the periodic table and for Object Atom and Bond classes
		* Made some work towards a modularized architecture
		
2002-07-20	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Enhanced cycles tools
		* The canvas is inside a scrolling window and grows when necessary

2002-06-20	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Some changes to configure.ac and Makefile.am

2002-06-20	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Finished the document properties dialog box

2002-06-02	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Fixed a bug in gcpCycle::Simplify()
		* Added cycles tools

2002-05-25	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Fixed a stupid bug in object.cc
		* Added support for behaviour modification of tools by pressing Shift, Control and Alt keys
		* Implemented Shift and Control keys effect for the Bond tools.
		* Added support for options dialogs for tools (by double clicking or right clicking on a tool).

2002-05-04	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Added file_process function to open files from the command line and changed gcpFileSel::Apply to use it
		* The canvas grows with its container

2002-04-29	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Finished printing support

2001-01-22	Jean Bréfort	<jean.brefort@ac-dijon.fr>
		* Created project GChemPaint
