mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
Document ABI and API changes
List ABI and API changes in the respective NEWS files.
This commit is contained in:
committed by
Carlos R. Mafra
parent
4de3d69934
commit
24d7457ec6
74
WINGs/NEWS
74
WINGs/NEWS
@@ -1,3 +1,77 @@
|
||||
** API and ABI modifications since wmaker 0.92.0
|
||||
|
||||
** libWINGs **
|
||||
<WINGsP.h>
|
||||
struct W_DragDestinationInfo: new members added SIZE CHANGE
|
||||
|
||||
<WINGs.h>
|
||||
WMGetTextFieldCursorPosition ADDED
|
||||
|
||||
** libWutil **
|
||||
enum WMConnectionState REMOVED
|
||||
enum WMConnectionTimeoutState REMOVED
|
||||
struct ConnectionDelegate REMOVED
|
||||
__wmessage ADDED
|
||||
wstrerror REMOVED
|
||||
wmessage converted from function to wrapper macro
|
||||
wwarning converted from function to wrapper macro
|
||||
wfatal converted from function to wrapper macro
|
||||
wsyserror converted from function to wrapper macro
|
||||
wsyserrorwithcode converted from function to wrapper macro
|
||||
wmkdirhier ADDED
|
||||
wrmdirhier ADDED
|
||||
wmalloc0 REMOVED
|
||||
wnew REMOVED
|
||||
wnew0 REMOVED
|
||||
wstrlcpy ADDED
|
||||
wstrlcat ADDED
|
||||
WMPushInArray REMOVED
|
||||
WMWritePropListToFile NUMBER OF FUNCTION ARGUMENTS CHANGED
|
||||
WMGetCurrentHost
|
||||
WMGetHostWithName
|
||||
WMGetHostWithAddress
|
||||
WMRetainHost
|
||||
WMReleaseHost
|
||||
WMSetHostCacheEnabled
|
||||
WMIsHostCacheEnabled
|
||||
WMFlushHostCache
|
||||
WMIsHostEqualToHost
|
||||
WMGetHostName
|
||||
WMGetHostNames
|
||||
WMGetHostAddress
|
||||
WMCreateConnectionAsServerAtAddress REMOVED
|
||||
WMCreateConnectionToAddress REMOVED
|
||||
WMCreateConnectionToAddressAndNotify REMOVED
|
||||
WMCloseConnection REMOVED
|
||||
WMDestroyConnection REMOVED
|
||||
WMConnection* WMAcceptConnection REMOVED
|
||||
WMGetConnectionAvailableData REMOVED
|
||||
WMSendConnectionData REMOVED
|
||||
WMEnqueueConnectionData REMOVED
|
||||
WMFlushConnection REMOVED
|
||||
WMSetConnectionDelegate REMOVED
|
||||
WMGetConnectionService REMOVED
|
||||
WMGetConnectionProtocol REMOVED
|
||||
WMSetConnectionNonBlocking REMOVED
|
||||
WMSetConnectionCloseOnExec REMOVED
|
||||
WMSetConnectionShutdownOnClose REMOVED
|
||||
WMGetConnectionClientData REMOVED
|
||||
WMSetConnectionClientData REMOVED
|
||||
WMGetConnectionFlags REMOVED
|
||||
WMSetConnectionFlags REMOVED
|
||||
WMGetConnectionSocket REMOVED
|
||||
WMGetConnectionState REMOVED
|
||||
WMGetConnectionTimeoutState REMOVED
|
||||
WMGetConnectionUnsentData REMOVED
|
||||
WMGetConnectionQueuedData REMOVED
|
||||
WMSetConnectionDefaultTimeout REMOVED
|
||||
WMSetConnectionOpenTimeout REMOVED
|
||||
WMSetConnectionSendTimeout REMOVED
|
||||
|
||||
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
*** Mon Oct 14 19:42:42 EEST 2002 - Dan
|
||||
|
||||
Double buffering
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
** API and ABI modifications since wmaker 0.92.0
|
||||
|
||||
RLightImage: ADDED
|
||||
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Sat Apr 21 09:12:09 EEST 2001 -Dan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user