Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-10-14 20:36:47 +0000
committerAlain Magloire2003-10-14 20:36:47 +0000
commite8b7586d254aa4d8ae5761b5d216846851347eb7 (patch)
tree6633f75192217587f90504d6e517a21b272c5ac2
parent71c5ec9d072253d47043a8a17001f2c25bc8f0ef (diff)
downloadorg.eclipse.cdt-e8b7586d254aa4d8ae5761b5d216846851347eb7.tar.gz
org.eclipse.cdt-e8b7586d254aa4d8ae5761b5d216846851347eb7.tar.xz
org.eclipse.cdt-e8b7586d254aa4d8ae5761b5d216846851347eb7.zip
updated.
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index 74fe2412e40..3ad8a48b2d3 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,14 @@
+2003-10-14 Alain Magloire
+
+ Added a new method to ICOptionContainer.java
+ Preferences getPreferences();
+ This needed for UI contributions in the Tabs.
+
+ * src/org/eclipse/cdt/ui/dialogs/ICOptionContainer.java
+ * src/org/eclipse/cdt/ui/dialogs/AbstractBinaryParserPage.java
+ * src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java
+ * src/org/eclipse/cdt/ui/dialogs/GNUElfBinaryParserPage.java
+
2003-10-10 Alain Magloire
Add new method getPreferenceStore() in ICOptionPage

Back to the top