changeset 2263:176470d75695

Remove the font test with Italic before Bold. This does not work on OS/2. Most platforms should function in either order, but on OS/2 it much match the order reported by the system. Not sure if it is worth the effort to make it not care about the order on OS/2. Also update the readme and Also correct a copy and paste error in a Mac code comment.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Jan 2021 20:54:26 +0000
parents fe64be23680e
children 5c981407b0f3
files dwtest.c mac/dw.m readme.txt
diffstat 3 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/dwtest.c	Wed Jan 27 19:07:25 2021 +0000
+++ b/dwtest.c	Wed Jan 27 20:54:26 2021 +0000
@@ -1401,7 +1401,6 @@
         dw_listbox_append(fontname, "Times New Roman");
         dw_listbox_append(fontname, "Times New Roman Bold");
         dw_listbox_append(fontname, "Times New Roman Italic");
-        dw_listbox_append(fontname, "Times New Roman Italic Bold");
         dw_listbox_append(fontname, "Times New Roman Bold Italic");
         dw_box_pack_start(hbox, fontname, 150, -1, TRUE, FALSE, 1);
         dw_box_pack_start(notebookbox4, hbox, -1, -1, TRUE, FALSE, 1);
--- a/mac/dw.m	Wed Jan 27 19:07:25 2021 +0000
+++ b/mac/dw.m	Wed Jan 27 20:54:26 2021 +0000
@@ -10218,7 +10218,7 @@
  */
 char * API dw_font_choose(const char *currfont)
 {
-    /* Create the Color Chooser Dialog class. */
+    /* Create the Font Chooser Dialog class. */
     static DWFontChoose *fontDlg = nil;
     DWDialog *dialog;
     NSFont *font = nil;
--- a/readme.txt	Wed Jan 27 19:07:25 2021 +0000
+++ b/readme.txt	Wed Jan 27 20:54:26 2021 +0000
@@ -6,7 +6,7 @@
 Build Recommendations:
 MacOS:
     11.0: configure --with-arch=modern --with-minver=10.14
-        64bit Intel and Apple Silicon support with Dark Mode.
+        64bit Intel and Apple Silicon (ARM64) with Dark Mode.
     10.13-10.15: configure --with-minver=10.8
         64bit Intel with Notifications, Dark Mode for 10.14-15.
     10.8-10.12: configure --with-arch=intel --with-minver=10.8
@@ -18,12 +18,12 @@
     7-10: Visual Studio 2017-2019, WebView2 and WinToast.
         Should run on Vista and later, supports domain sockets
         on Windows 10, oldsockpipe() on older versions.
-    XP: Visual Studio 2010.  Old sockpipe() on all versions.
+    XP: Visual Studio 2010.
         Should run on XP and later, with Aero on Vista and 7.
-        No Notifications nor WebView2 and old sockpipe() on all.
+        No Notifications nor WebView2 and oldsockpipe() on all.
     2000: Visual Studio 2005. Remove -DAEROGLASS from CFLAGS.
         Should run on 2000 and later, no Aero, Notifications, 
-        WebView2 and old sockpipe() on all versions.
+        WebView2 and oldsockpipe() on all versions.
 
 Known problems: