Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fecfe6b52b66a704f584dcda891d2d98a697fe03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
2011-01-13  Jeff Johnston  <jjohnstn@redhat.com>

	* META-INF/MANIFEST.MF: Add required minimum for CDT dependency plugins.

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-02  Severin Gehwolf  <sgehwolf@redhat.com>

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

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-06-01  Jeff Johnston  <jjohnstn@redhat.com>

	Resolves #315263
	* src/org/eclipse/linuxtools/changelog/parsers/NullCodeReaderFactory.java: Removed.
	* src/org/eclipse/linuxtools/changelog/parsers/CParser.java (parseCurrentFunction): Fixed
	to not use deprecated method for getting AST. 

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

	Resolves #304185
	* META-INF/MANIFEST.MF: Add import of org.eclipse.core.resources.
	* src/org/eclipse/linuxtools/changelog/parsers/CParser.java: Add deprecated annotation as
	the CodeReader will be deprecated in Eclipse 3.6.
	* src/org/eclipse/linuxtools/changelog/parsers/NullCodeReaderFactory.java: Ditto. 

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

	Resolves #299974
	* src/org/eclipse/linuxtools/changelog/parsers/NullCodeReaderFactory.java: New file.
	* src/org/eclipse/linuxtools/changelog/parsers/CParser.java (parseCurrentFunction): Add
	support for parsing storage which happens with changes to ancestor file i.e. function
	removals.

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

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

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-27  Phil Muldoon  <pmuldoon@redhat.com>

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

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

	* src/org/eclipse/linuxtools/changelog/parsers/CParser.java: Update copyright. 

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.  Has host plugin
	org.eclipse.linuxtools.changelog.core.  Also update version to 2.6.1.

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

	Resolves Bugzilla #179389
	* src/org/eclipse/linuxtools/changelog/parsers/CParser.java: Remove internal
	class references.  Use AbstractTextEditor instead of CEditor.

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

	Move to new location.

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

	* META-INF/MANIFEST.MF: Fixed requirements and version bump to 2.0.0.

Back to the top