comparison readme.txt @ 2237:3e9c5bff0a57

Update copyright and changelog to include Rich Edit change on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 06 Jan 2021 16:57:48 +0000
parents 2407c8b46143
children 9772a2306b43
comparison
equal deleted inserted replaced
2236:e7060d262939 2237:3e9c5bff0a57
82 Status can be: DW_HTML_CHANGE_STARTED/REDIRECT/LOADING/COMPLETE 82 Status can be: DW_HTML_CHANGE_STARTED/REDIRECT/LOADING/COMPLETE
83 Fixed international calendar issues on Mac. 83 Fixed international calendar issues on Mac.
84 Added dw_mle_set_auto_complete() to enable completion, only available on Mac. 84 Added dw_mle_set_auto_complete() to enable completion, only available on Mac.
85 Changed to using GTK3 by default instead of GTK2. --with-gtk2 is now available. 85 Changed to using GTK3 by default instead of GTK2. --with-gtk2 is now available.
86 Changed to using winsock2 on Windows ending support for Win95 and NT 3.5. 86 Changed to using winsock2 on Windows ending support for Win95 and NT 3.5.
87 Changed to using Rich Edit for MLE controls on Windows. This can be disabled with:
88 dw_feature_set(DW_FEATURE_MLE_RICH_EDIT, DW_FEATURE_DISABLED);
87 Added support for domain sockets on Windows 10 in the dwcompat sockpipe() macro. 89 Added support for domain sockets on Windows 10 in the dwcompat sockpipe() macro.
88 If compiled with Visual Studio 2017 or later, otherwise the old method is used. 90 If compiled with Visual Studio 2017 or later, otherwise the old method is used.
89 Added dw_feature_set/get() to test if certain features are available on the current 91 Added dw_feature_set/get() to test if certain features are available on the current
90 library and operating system combination at runtime or enabled/disable features. 92 library and operating system combination at runtime or enabled/disable features.
91 Added support for GResource embedded images on GTK2/3 with GLib 2.32. The old 93 Added support for GResource embedded images on GTK2/3 with GLib 2.32. The old