Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2003-06-19 19:46:48 +0000
committerFelipe Heidrich2003-06-19 19:46:48 +0000
commit255954e6037d783796a95af83707637641e8e941 (patch)
tree93257c5f1dffbbe36f94c4f8911b52d7dfab6854
parent15af4ff238e25b3df486f5a23817793ce67d73bd (diff)
downloadeclipse.platform.swt-255954e6037d783796a95af83707637641e8e941.tar.gz
eclipse.platform.swt-255954e6037d783796a95af83707637641e8e941.tar.xz
eclipse.platform.swt-255954e6037d783796a95af83707637641e8e941.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 6045d372ef..e68447b091 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,17 @@
<h1>
Eclipse Platform Build Notes<br>
SWT</h1>
+SWT Build 2.1.1 - Friday June 20, 2003
+
+<h2>
+<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>
+<blockquote>
+38914: Clicking in the wrong sequence crashes Java VM
+</blockquote>
+
+<h1>
+Eclipse Platform Build Notes<br>
+SWT</h1>
SWT Build 2.1.1 - Friday June 6, 2003
<h2>
@@ -913,7 +924,7 @@ SWT Build 2.1 003 - Tuesday August 6, 2002
<br>20144: Enter key not working in packages view
<br>21179: Step filter in-place text editor invisible
<br>21243: Scroll lock inserts a character during incremental search on GTK
-<br>21338: Accents and � don't work in editor using gtk
+<br>21338: Accents and ï¿?don't work in editor using gtk
<br>21472: keyPressed event ignored by org.eclipse.swt.widgets.Text for ENTER key
<br>21696: StyledText - RTF transfer codepage encoding
<br>21698: StyledText - RTF writer performance improvement
@@ -1920,7 +1931,7 @@ SWT Build 2.0 024 - Tuesday January 29, 2002
<br>4724: GP - Fatal app error - renaming resource on linux (1GF7TXO)
<br>4736: Fix printing (1GFW2CW)
<br>4817: Need JavaDoc comments for SWT Photon (1GJLEU0)
-<br>6835: Characters ��� and � doesn't work in Java editor on Swedish
+<br>6835: Characters ���and �doesn't work in Java editor on Swedish
<br>8255: Closing paint viewer causes internal error
<br>8410: Black color become transparent in ToolBar images
<br>8503: StyledText - cheese if resize in word wrap tries to keep partial top line

Back to the top