]> git.saurik.com Git - wxWidgets.git/commitdiff
integrated wxMac specific changes into common file
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 22 Jun 2002 14:05:35 +0000 (14:05 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 22 Jun 2002 14:05:35 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/mac/changes.txt [deleted file]

index f114502ec83a76d2c084df2d1b04e6967611c3be..9a824a846333fe8c4348199b3b1607226a984698 100644 (file)
@@ -177,6 +177,9 @@ Unix (Base/GUI):
 - wxWindows may be built using BSD and Solaris (and possibly other) make
   programs and not only GNU make
 - wxTCP-based IPC classes now support communicating over Unix domain sockets
+- wxWindows may be built as a dynamic shared library under Darwin / Mac OS X
+  lazy linking issues have been solved by linking a single module (.o) into
+  the shared library (two step link using distrib/mac/shared-ld-sh)
 
 All (GUI):
 
@@ -298,6 +301,11 @@ wxGTK:
 
 - fixed popup menu positioning bug
 
+wxMac:
+
+- support for configuration and build under Mac OS X using the Apple Developer
+  Tools
+
 wxHTML:
 
 - new HTML parser with correct parsing of character entities and fixes
diff --git a/docs/mac/changes.txt b/docs/mac/changes.txt
deleted file mode 100644 (file)
index 455164c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-These are the changes for wxMac 2.3.2
-
-- support for configuration and build under Mac OS X using the Apple Developer
-  Tools