diff 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
line wrap: on
line diff
--- a/readme.txt	Tue Jan 05 01:52:35 2021 +0000
+++ b/readme.txt	Wed Jan 06 16:57:48 2021 +0000
@@ -84,6 +84,8 @@
 Added dw_mle_set_auto_complete() to enable completion, only available on Mac.
 Changed to using GTK3 by default instead of GTK2.  --with-gtk2 is now available.
 Changed to using winsock2 on Windows ending support for Win95 and NT 3.5.
+Changed to using Rich Edit for MLE controls on Windows. This can be disabled with:
+    dw_feature_set(DW_FEATURE_MLE_RICH_EDIT, DW_FEATURE_DISABLED);
 Added support for domain sockets on Windows 10 in the dwcompat sockpipe() macro.
     If compiled with Visual Studio 2017 or later, otherwise the old method is used.
 Added dw_feature_set/get() to test if certain features are available on the current