2003-02-02  Daniel Yacob  <locales@geez.org>

	* configure.in: Added Amharic (am) to ALL_LINGUAS

2003-01-31  Philip Van Hoof  <me@freax.org>
	* gcmapplet.c : Adjust popupwindow to screen boundaries
	* mainwin.c, libgcm.h/c : moved a lot functionality to libgcm for usage in plugins

2003-01-29  Philip Van Hoof  <me@freax.org>
	* plugin.c/h, prefswin.c/h, prefswin_callbacks.c/h, rtftohtmlplugin.c/h, toolsplugin.c/h, 
	  sampleplugin.c/h, mainwin.c/h : Changes to the Plugin API; fixed the GConf stuff of the
	  plugins (they now use GConf correctly. There is still one bug remaining with the
	  GtkTreeView but I am already committing this ...

2003-01-28  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added German (de) to ALL_LINGUAS

2003-01-28  Philip Van Hoof  <me@freax.org>
	* Fixed a bug in textitemwin.c (when the text/html target was already valid UTF-8
	  which is what OpenOffice.org delivers, then gcm crashed)
	* Fixed a bug in session.c (the socket listener thread was not
	  cleanly exited when the gnome-session of the user exits)
	* Reorganized this ChangeLog file

2003-01-26  Christophe Merlet  <redfox@redfoxcenter.org>

        * fr.po: Updated French translation from
        Romeo Biu-Berges <apostledemencia@free.fr>.

2003-01-24  Miloslav Trmac  <mitr@volny.cz>

        * cs.po: Updated Czech translation.

2003-01-26  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

        * nl.po: Dutch translation updated by Tino Meinen.

2003-01-23  Kjartan Maraas  <kmaraas@gnome.org>

	* Added "no" to ALL_LINGUAS
        * no.po: Added Norwegian translation.

2003-01-20  Artis Trops  <hornet@navigator.lv>

        * lv.po: Updated Latvian translation.

2003-01-19  Christian Meyer  <chrisime@gnome.org>

        * de.po: Updated German translation.

2003-01-17  Philip Van Hoof  <me@freax.org>
	* Moved the development to gnomecvs
	* Major changes in the Preferences window
	* Fixed the GConf stuff to use the GNOME 2.0-way of storing
	  and retriving application settings

2003-01-17  Miloslav Trmac  <mitr@volny.cz>

        * cs.po: Updated Czech translation.

2003-01-17  Artis Trops  <hornet@navigator.lv>

        * lv.po: Updated Latvian translation.

2003-01-15  Christian Rose  <menthos@menthos.com>

        * sv.po: Updated Swedish translation.

2003-01-15  Artis Trops  <hornet@navigator.lv>

        * lv.po: Updated Latvian translation.

2003-01-13  Philip Van Hoof  <me@freax.org>
	* Added compression in memory of inactive Clipboard-items using zlib

2003-01-10  Philip Van Hoof  <me@freax.org>
	* Fixed a few memoryleaks

2003-01-08  Philip Van Hoof  <me@freax.org>
	* Removed some API overhead
	* Fixed a bug when the user does not release CTRL+C (flooding the clipboard)

2003-01-06  Philip Van Hoof  <me@freax.org>
	* Added support for the PRIMARY selection
	* Introduced the selection-poller

2003-01-03  Philip Van Hoof  <me@freax.org>
	* Documentation updates

2002-12-21  Andrew Lau <netsnipe@debianplanet.org>
	* Proposed changes to ease future Debian packages
	* Added the manpages
	* Buildscript (automake) fixes

2002-12-19  Andrew Lau  <netsnipe@debianplanet.org>
	* GCM accepted as Debian package in unstable

2002-12-16  Philip Van Hoof  <me@freax.org>
	* Added the possibility to manage multiple selections

2002-12-16  Dag Wieers  <dag@wieers.com>
	* Dag Wieers created RedHat 8.0 packages which are available here:
	  ftp://dag.wieers.com/home-made/gcm/

2002-11-30  Philip Van Hoof  <me@freax.org>
	* Made a library of the sources of rtf convertor
	* Created a plugin to convert rtf-targets to html-targets
	
2002-11-10  Philip Van Hoof  <me@freax.org>
	* Added some features to the gcmapplet
	* Fixed the gcmapplet

2002-10-27  Christian Neumair <chris@gnome-de.org>
	* fixed / added / deleted .cvsignore files and Makefiles.

2002-10-21  Philip Van Hoof <me@freax.org>
	* libgcm created
	* The plugin subsystem
	* gcmapplet module created
	* libgcmtest module created

2002-10-20  Daisy Van Lissum (daisy.vanlissum@student.kuleuven.ac.be>
	* Major documentation fixes

2002-09-10  Philip Van Hoof <me@freax.org>
	* Automake fixes
	* Documentation update
	* Added garnome to dists directory as this one is tested and works
	* Removed lame comments

2002-09-08  Philip Van Hoof <me@freax.org>
	* All Files: ChangeLog Subject : Making Gnome Clipboard Manager
	  multitargetaware 

	* Removed because depreciated :
		- The TARGETS option
		- The saving of TARGETS option
		- All the selection events and mecanism
		- The multiselect feature
		- The data property of a struct Selection, this data property was
		redundant as the data is also available in one of the targets

	* Changed because depreciated nessesairy :
	* The autocollect feature is of course completly changed and is  
	  already working. I belive it is even working a lot more stable
	  because now all routines come from the GtkClipboard object.
	* The Selection struct because it was completly depreciated
	* CopyPasting items whitin Gnome Clipboard Manager 
	* The XML fileformat. I have attached an example, note that when the
	  application generates or must read the XML all whitespaces must be
	  leftout ('\n', '\t', '.') because this is not recommended by
	  libxml. (Check the mailinglist for that example).
	* Loading items from memory
	* Manually creating new items now creates an item with it's only target
	  being the COMPOUND_TEXT target (most texteditors and widgets like
	  TextBoxes are comfortable with only the COMPOUND_TEXT).
 
	* Added
		- Merge items to one item
		(Note that only the items that have a text-target will work and note
		that only the text-target will be concatenated at this moment I hope
		that somebody will work on a multiple targets solution)
	* The GtkClipboard mecanism
	* All targets will now automagically get collected by Gnome Clipboard
	  Manager. If one (an X object) asks for a selection in a specific
	  target-type then Gnome Clipboard Manager will lookup this  
	  target-type in the targets-collection of the currently selected
	  item. If it has the target-type it will deliver it's data by using
	  the gtk_selection_data_set() function.
	* More debugging information on the terminal

 
	* Unfinished
	- The From field (never worked in Gnome2). I have added some helper
	  functions which I have found in the sources of gnome-panel. These
	  are get_typed_property_data () to get the name of a Window (an X
	  Window is like a GtkWidget) and find_toplevel_window () which
	  should find the toplevel Window when starting from a Window (but it
	  aint working).
	* The complete TextitemWin : will have to support multiple targets
	  which is a pretty hard task ;-) trust me ! I am really hoping that
	  somebody will help me with this. Alone I feel like : hell, now way
	  that I start with this bitch :-( to much work...
	* The fact that if I completly free the memory of an item, then press
	  "clear" or "delete an item" and then try to get a new item; the
	  application crashes. A.t.m. only the item->targets list and it's
	  contents is being freed
	* Make app_make_datapreview () faster...

 
	* Other issues that are unfinished
		- The GtkCList widget should be ported to the correct Gnome2 widget
		  somebody intrested?
		- Port the PanelApplet stuff to Gnome2
		- Documentation and translations
		- The networking stuff
		- Create a new release, advertise, try to find fresh new programmers
		  who want to help ;)

  
	* Questions
		- Should I remove the multiselect option and make multiselect the
		  default? In Gnome2 this multiselecting works pretty okay, the
		  user has to use the CTRL key to start using multiselecting.
		- The crashing after freeing items issue.. why?

2002-04-29  Philip Van Hoof <freax@pandora.be>
	* GNOME Applet stuff

2002-04-22  Philip Van Hoof <freax@pandora.be>
	* Fixed some naming conventions of GConf
	* Fixed segfault on applying edited items
	* freeze and thaw for the gtkclist
	* Fixed HUGE memoryleak"s"

2002-04-20  Philip Van Hoof <freax@pandora.be>
	* Fixed some huge memory leaks
	* General small fixes
	* New GUI for the textitemwin

2002-04-18  Philip Van Hoof <freax@pandora.be>
	* Saving and Loading of items using XML files
	* Copypasting items
	* Pasting multiple selections at once
	* Option to set the shelf multiselectable
	* Fixes now that the shelf can be set multiselectable
	* Other minor changes

2002-04-16  Dmitry Koval <koval@korris.com.ua>
	* Search/Replace now using sed as a backend

2002-04-11  Jonas Heylen <Jonas.Heylen@pandora.be>
	* Added some accelerators (d, ctrl+q, ctrl+n)

2002-04-11  Philip Van Hoof <freax@pandora.be>
	* Updated the TODO-list and placed it online
	* Added Jonas on SourceForge as project developper
	* Prepared gcm-devel mailinglist
	* Mailed all mails between me and Dmitry to the mailinglist
	  for archiving reasons.

2002-04-08  Philip Van Hoof <freax@pandora.be>
	* Added some documentation
	* all project files : Some major preferences
	  and GUI changes.

2002-04-06  Philip Van Hoof <freax@pandora.be>
	* mainwin.c : Save File As warnings, popupmenu for the list
	* textitemwin : Save File As warnings
	* First beta release
 
2002-04-03  Philip Van Hoof <freax@pandora.be>
	* bugfix in mainwin.c : gtk_selection_add_target() was called to late
	* mainwin.c : preferences (unfinished at this moment)
	* prefswin.[c|h] : Building the preferences window (unfinished at this moment)
	* textitemwin.c : general fixes

2002-04-02  Philip Van Hoof <freax@pandora.be>
	* prefswin.[c|h]: Added preferences window (unfinished at this moment)
	* mainwin.c: Changed default selectiontype from PRIMARY to CLIPBOARD
	  In future this will be an option in the preferences.

2002-03-29  Philip Van Hoof <freax@pandora.be>
	* Major changes: Imported the initial CVS release
	* Major changes: Fixed some buildscripts
	* TODO: Updated TODO-list
	* ChangeLog: Updated ChangeLog file
