changeset 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 e7060d262939
children a0784aa36bde
files gtk/dw.c gtk3/dw.c mac/dw.m os2/dw.c readme.txt win/dw.c
diffstat 6 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Tue Jan 05 01:52:35 2021 +0000
+++ b/gtk/dw.c	Wed Jan 06 16:57:48 2021 +0000
@@ -3,7 +3,7 @@
  *          A GTK like cross-platform GUI
  *          GTK forwarder module for portabilty.
  *
- * (C) 2000-2020 Brian Smith <brian@dbsoft.org>
+ * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
  * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru>
  */
--- a/gtk3/dw.c	Tue Jan 05 01:52:35 2021 +0000
+++ b/gtk3/dw.c	Wed Jan 06 16:57:48 2021 +0000
@@ -3,7 +3,7 @@
  *          A GTK like cross-platform GUI
  *          GTK3 forwarder module for portabilty.
  *
- * (C) 2000-2020 Brian Smith <brian@dbsoft.org>
+ * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
  * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru>
  */
--- a/mac/dw.m	Tue Jan 05 01:52:35 2021 +0000
+++ b/mac/dw.m	Wed Jan 06 16:57:48 2021 +0000
@@ -2,7 +2,7 @@
  * Dynamic Windows:
  *          A GTK like implementation of the MacOS GUI using Cocoa
  *
- * (C) 2011-2020 Brian Smith <brian@dbsoft.org>
+ * (C) 2011-2021 Brian Smith <brian@dbsoft.org>
  * (C) 2011-2018 Mark Hessling <mark@rexx.org>
  *
  * Requires 10.5 or later.
--- a/os2/dw.c	Tue Jan 05 01:52:35 2021 +0000
+++ b/os2/dw.c	Wed Jan 06 16:57:48 2021 +0000
@@ -2,7 +2,7 @@
  * Dynamic Windows:
  *          A GTK like implementation of the PM GUI
  *
- * (C) 2000-2020 Brian Smith <brian@dbsoft.org>
+ * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
  * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  * (C) 2000 Achim Hasenmueller <achimha@innotek.de>
  * (C) 2000 Peter Nielsen <peter@pmview.com>
--- 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
--- a/win/dw.c	Tue Jan 05 01:52:35 2021 +0000
+++ b/win/dw.c	Wed Jan 06 16:57:48 2021 +0000
@@ -2,7 +2,7 @@
  * Dynamic Windows:
  *          A GTK like implementation of the Win32 GUI
  *
- * (C) 2000-2020 Brian Smith <brian@dbsoft.org>
+ * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
  * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  *
  */