2010-12-03  Jeff Johnston  <jjohnstn@redhat.com>

	* META-INF/MANIFEST.MF: Bump up version to 2.7.0 for 0.7 release.

2010-12-03  Severin Gehwolf  <sgehwolf@redhat.com>

	* src/org/eclipse/linuxtools/changelog/parsers/java/JavaParser.java (STATIC_INITIALIZER_NAME): Added constant.

2010-12-02  Severin Gehwolf  <sgehwolf@redhat.com>

	* META-INF/MANIFEST.MF: Added Export-Package header with xfriends org.eclipse.linuxtools.changelog.tests.

2010-10-18  Jeff Johnston  <jjohnstn@redhat.com>

	* src/org/eclipse/linuxtools/changelog/parsers/java/JavaParser.java (parseCurrentFunction): Add
	internal accesses to ICompilationUnitManager so we can get ICompilationUnit for a StorageEditorInput
	which occurs when we have a deleted method.

2010-08-05  Andrew Overholt  <overholt@redhat.com>

	* OSGI-INF/l10n/bundle.properties: New file.  Externalized strings.
	* build.properties: Add bundle.properties to binary build.
	* META-INF/MANIFEST.MF: Externalize provider and bundle name.

2010-02-26  Jeff Johnston  <jjohnstn@redhat.com>

	* src/org/eclipse/linuxtools/changelog/parsers/java/JavaParser.java (parseCurrentFunction): Add
	check for null WorkingCopy to avoid errors if type of IEditorInput is not supported.

2009-08-06  Jeff Johnston  <jjohnstn@redhat.com>

	Resolves #285866
	* META-INF/MANIFEST.MF: Change provider to Eclipse.

2009-02-25  Jeff Johnston  <jjohnstn@redhat.com>

	* src/org/eclipse/linuxtools/changelog/parsers/JavaParser.java: Removed.
	* src/org/eclipse/linuxtools/changelog/parsers/java/JavaParser.java: New file.
	* fragment.xml: Change extension to point to new location of JavaParser.java
	which is in a path that matches the bundle name.

2009-01-19  Alexander Kurtakov  <akurtako@redhat.com>

	* .settings/org.eclipse.jdt.core.prefs: Enable more warnings.	

2009-01-15  Jeff Johnston  <jjohnstn@redhat.com>

	* META-INF/MANIFEST.MF: Add .qualifier to version.

2008-11-14  Alexander Kurtakov  <akurtakov@gmail.com>

	* META-INF/MANIFEST.MF: Bump BREE to 1.5.

2008-10-20  Andrew Overholt  <overholt@redhat.com>

	* META-INF/MANIFEST.MF: Update version to 2.6.3.

2008-03-25  Phil Muldoon  <pmuldoon@redhat.com>

	* src/org/eclipse/linuxtools/changelog/parsers/JavaParser.java (parseCurrentFunction): 
	Cleaned up. Commented.

2008-01-09 Jeff Johnston  <jjohnstn@redhat.com>

	* plugin.xml: Removed.
	* fragment.xml: New file.
	* build.properties: Using fragment.xml instead of plugin.xml now.
	* META-INF/MANIFEST.MF: Changed to fragment.  Reference host plugin
	org.eclipse.linuxtools.changelog.core and bump up version to 2.6.1.

2007-08-16  Andrew Overholt  <overholt@redhat.com>

	Move to new location.

2007-08-07  klee  <klee@redhat.com>

	* feature.xml: Version bump to 2.0.0.

2007-06-25  Kyu Lee  <klee@redhat.com>

	* feature.xml : Includes new parser plugin instead of fragment.

2007-05-15  Kyu Lee  <klee@redhat.com>

	* : Initial import.