Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2008-01-22 23:21:23 +0000
committerJeff Johnston2008-01-22 23:21:23 +0000
commit461c0b80aa2fbfe678e76aa551ea431035e4612f (patch)
treef249be4f2e113555b84d86a16b75814bd1e65189 /changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
parent3233b59a9250e83261a24aea17707247b7701fc8 (diff)
downloadorg.eclipse.linuxtools-461c0b80aa2fbfe678e76aa551ea431035e4612f.tar.gz
org.eclipse.linuxtools-461c0b80aa2fbfe678e76aa551ea431035e4612f.tar.xz
org.eclipse.linuxtools-461c0b80aa2fbfe678e76aa551ea431035e4612f.zip
2008-01-22 Jeff Johnston <jjohnstn@redhat.com>
* .classpath: Fix JSRE requirement. * plugin.xml: Add "Prepare ChangeLog in Editor" action and key bindings to allow Ctrl+Alt+P to work in a text editor. * src/org/eclipse/linuxtools/changelog/core/ChangelogPlugin.java (initializeDefaultPreferences): Don't try and translate gnuFormatter or gnuEditorConfig as these are actual names used in the extensions in plugin.xml.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/ChangeLog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
index 2b809a8c11..a16664f3a9 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
@@ -1,3 +1,12 @@
+2008-01-22 Jeff Johnston <jjohnstn@redhat.com>
+
+ * .classpath: Fix JSRE requirement.
+ * plugin.xml: Add "Prepare ChangeLog in Editor" action and key bindings to allow
+ Ctrl+Alt+P to work in a text editor.
+ * src/org/eclipse/linuxtools/changelog/core/ChangelogPlugin.java (initializeDefaultPreferences):
+ Don't try and translate gnuFormatter or gnuEditorConfig as these are actual names used in
+ the extensions in plugin.xml.
+
2008-01-11 Jeff Johnston <jjohnstn@redhat.com>
* src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangeLogAction.java:

Back to the top