summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine <torres>2001-06-13 15:51:45 +0000
committerVeronika Irvine <torres>2001-06-13 15:51:45 +0000
commitf5d89bd748b08dc6e6e465d22f7f1ef5f676ee25 (patch)
treea01d9e7bb5cceb9f62068f03c1e65be222afb729
parentf05376abc2b190aaa4875dac31c5726b9f48cbe9 (diff)
downloadeclipse.platform.swt-f5d89bd748b08dc6e6e465d22f7f1ef5f676ee25.tar.gz
eclipse.platform.swt-f5d89bd748b08dc6e6e465d22f7f1ef5f676ee25.tar.xz
eclipse.platform.swt-f5d89bd748b08dc6e6e465d22f7f1ef5f676ee25.zip
build 123
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc6
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html17
-rwxr-xr-xbundles/org.eclipse.swt/readme_swt.html68
-rwxr-xr-xbundles/org.eclipse.swt/ws/win32/swt0123.dll (renamed from bundles/org.eclipse.swt/ws/win32/swt0122.dll)bin237568 -> 237568 bytes
7 files changed, 90 insertions, 7 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
index 9a45d8e569..2c80afe071 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
@@ -36,7 +36,7 @@ public class Callback {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- public static int MINOR_VERSION = 122;
+ public static int MINOR_VERSION = 123;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 2c5c380b76..939cfc3272 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 0.122 \ No newline at end of file
+version 0.123 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak
index ba3b6af073..6a16557169 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak
@@ -13,7 +13,7 @@ APPVER=5.0
!include <win32.mak>
maj_ver=0
-min_ver=122
+min_ver=123
bld_num=0
pgm_ver_str="SWT $(maj_ver).0$(min_ver) for Windows"
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc
index 3cb3f154a9..6bafacac2e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc
@@ -34,7 +34,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,1,2,2
+ FILEVERSION 0,1,2,3
PRODUCTVERSION 0,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -52,10 +52,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "IBM Corporation\0"
VALUE "FileDescription", "Standard Widget Toolkit\0"
- VALUE "FileVersion", "win32 0.122\0"
+ VALUE "FileVersion", "win32 0.123\0"
VALUE "InternalName", "SWT\0"
VALUE "LegalCopyright", "© Copyright IBM Corp. 2000, 2001. All Rights Reserved.\0"
- VALUE "OriginalFilename", "swt0122.dll\0"
+ VALUE "OriginalFilename", "swt0123.dll\0"
VALUE "ProductName", "\0"
VALUE "ProductVersion", "0, 0, 0, 0\0"
END
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index c043f5e3b5..f11ae58481 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,7 +11,22 @@
<h1>
Eclipse Platform Build Notes<br>
SWT</h1>
-SWT Build 122 - Satday June 9, 2001
+SWT Build 123 - Wednesday June 13, 2001
+
+<h2>
+<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>
+
+<blockquote>
+1GF6EHD: SWT:WINNT - ControlView does not implement setFocus()
+<br>1GF0U20: ITPCORE:WIN - remove -verify from the exe
+<br>1GEWYRM: SWT:Neutrino - Text.MULTI doesn't send focus gained events
+<br>1GETC4I: SWT:ALL - DCR - outstanding issue for customer- Translate accelerator of a Control or Decorations widget
+</blockquote>
+
+<h1>
+Eclipse Platform Build Notes<br>
+SWT</h1>
+SWT Build 122 - Saturday June 9, 2001
<h2>
<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>
diff --git a/bundles/org.eclipse.swt/readme_swt.html b/bundles/org.eclipse.swt/readme_swt.html
new file mode 100755
index 0000000000..a140d210c8
--- /dev/null
+++ b/bundles/org.eclipse.swt/readme_swt.html
@@ -0,0 +1,68 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.7 [en] (WinNT; I) [Netscape]">
+ <title>Eclipse Project SDK R0.9 - SWT Release Notes</title>
+</head>
+<body>
+
+<table COLS=1 WIDTH="604" HEIGHT="45" >
+<tr>
+<td BACKGROUND="workbench.gif"><b>Eclipse Project SDK R0.9 - SWT Release
+Notes</b></td>
+</tr>
+</table>
+
+<h3>
+Notices</h3>
+(c) Copyright IBM Corp. 2000, 2001. All Rights Reserved.
+<h3>
+Table Of Contents</h3>
+&nbsp;1. Known Issues
+<h3>
+99.1 Known Issues</h3>
+<h4>
+99.1.1 Wheel Mouse</h4>
+
+SWT does not directly handle the extended messages sent by the wheel mouse.
+If the correct driver is installed for the wheel mouse, the extended messages are mapped to
+cursor operations that are supported.
+
+<h4>
+99.1.2 Resource usage on Windows 98</h4>
+
+Although SWT is not inherently a heavy consumer of Windows GDI resources, applications that make
+extensive use of images may potentially cause the system to become resource limited on Windows 98
+and Windows Me. Efforts were made to minimize the impact of this in Eclipse, however, opening
+several perspectives can still cause it to happen. Further work in this area is ongoing.
+
+<h4>
+99.1.3 Available Colors on 8-bit Linux</h4>
+
+Typically, in Gnome Linux installs running with 8 bit plain visuals (i.e. 256 color mode), before the
+Eclipse application is started, you already do not have any free colors. This may mean that Eclipse
+is unable to allocate the default widget background color causing it to display a white background.
+The functionality, however, is not affected.
+
+<h4>
+99.1.4 Motif Accelerators</h4>
+
+Keyboard accelerators on motif are sensitive to the state of all modifier keys such as the Caps Lock,
+Num Lock and Scroll Lock keys. For example, Ctrl 'S' is not the same as Ctrl 'S' with the Num Lock key on.
+If keyboard accelerators appear to not be working, please check the state of all other modifier keys.
+
+<h4>
+99.1.5 Printing Support</h4>
+
+Although printing is not used by Eclipse, SWT provides printing support on Win32 platforms.
+See org.eclipse.swt.printing for more information.
+
+<h4>
+99.1.6 Drag and Drop on Motif</h4>
+
+Dragging a file between Eclipse and the Linux File Manager will cause Eclipse to hang.
+
+<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" BORDER=0 height=12 width=195></a>
+</body>
+</html>
diff --git a/bundles/org.eclipse.swt/ws/win32/swt0122.dll b/bundles/org.eclipse.swt/ws/win32/swt0123.dll
index a83e961e63..441a259b95 100755
--- a/bundles/org.eclipse.swt/ws/win32/swt0122.dll
+++ b/bundles/org.eclipse.swt/ws/win32/swt0123.dll
Binary files differ