2018-06-10  Aidan Kehoe  <kehoea@parhasard.net>

	* Makefile (VERSION): XEmacs package 1.07 released.

2017-01-07  Aidan Kehoe  <kehoea@parhasard.net>

	* ede-proj.el:
	* ede-proj.el (ede-persistent-convert-list-to-object): New.
	Convert a list beginning with a class name to an object of that
	class, without calling #'eval. Adapted from the GNU code.
	* ede-proj.el (ede-persistent-validate/fix-slot-value):
	New. Called by the above. Adapted from the GNU code.
	* ede-proj.el (ede-proj-project):
	Add some more type restrictions for the slots of this class.
	* ede-proj.el (ede-proj-load):
	Use ede-persistent-convert-list-to-object.

2014-05-15  Norbert Koch  <viteno@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.06 released.

2014-05-15  Norbert Koch  <viteno@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.05 released.

2014-05-13  Jerry James  <james@xemacs.org>

	* .hgignore: New file.
	* *.el: Restore CVS keyword expansions.
	* *.texi: Ditto.

2012-01-10  Norbert Koch  <viteno@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.04 released.

2011-12-30  Aidan Kehoe  <kehoea@parhasard.net>

	* ede.el (ede-load-cache):
	#'save-excursion before #'set-buffer here, this code is run at
	compile time (via (require 'ede), especially in semantic), and the
	naked set-buffer interacts badly with the byte-compiler.

2009-07-27  Norbert Koch  <viteno@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.03 released.

	* package-info.in: Fix the package name.  This seems to be a
	copy'n'pasto since day one.

2009-07-26  Norbert Koch  <viteno@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.02 released.

2008-07-23  Norbert Koch  <viteno@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.01 released.

2007-11-18  Mike Sperber  <mike@xemacs.org>

	* ede-simple.el (ede-project-class-files): Add excessive autoload.

	* ede.el: Comment out (require 'ede-load).

	* ede-proj-comp.el (ede-proj-comp): Move the `provide' form to the
	beginning to break circular dependency.

	* Makefile (AUTHOR_VERSION): Impor from CEDET 1.0pre4.

