OSDN Git Service

Replaced "Mac OS X" with "macOS".
authorEric Branlund <ebranlund@fastmail.com>
Fri, 22 Jan 2021 21:06:18 +0000 (13:06 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 22 Jan 2021 21:06:18 +0000 (13:06 -0800)
HengbandChangeLog-1-6-2.html.en
HengbandChangeLog.html.en
HengbandEnglishScreenshot.html.en
HengbandFeedback.html.en
HengbandJapaneseScreenshot.html.en
HengbandSourceCode.html.en

index ddf6b5b..1d27b33 100644 (file)
@@ -3,17 +3,17 @@
 <HTML>
   <HEAD lang="en">
     <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <TITLE>Hengband Application for Mac OS X: Changes in 1.6.2 Version</TITLE>
+    <TITLE>Hengband Application for macOS: Changes in 1.6.2 Version</TITLE>
   </HEAD>
 
   <BODY>
-    <H1>Hengband Application for Mac OS X</H1>
+    <H1>Hengband Application for macOS</H1>
     <P><A HREF="index.html.en">Binaries</A> | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | <A HREF="HengbandSourceCode.html.en">Source code</A> | <A HREF="HengbandChangeLog.html.en">2.2.1.7 Changes</A> | 1.6.2 Changes
     <H1>Changes</H1>
       <OL>
         <LI>April 12, 2020.  Initial release, 1.6.2a.
         <UL>
-          <LI>The Mac OS X front end is nearly the same as in 2.2.1.7.  The
+          <LI>The macOS front end is nearly the same as in 2.2.1.7.  The
             changes are:
             <UL>
               <LI>Fixed bug:  initialize displayed state of the "big tiles"
             changes:
             <UL>
               <LI>Changed the Macintosh portion of readme_eng.txt to only have
-                instructions for the Mac OS X version.
-              <LI>Changed pref-mac.prf so the keycodes sent by the Mac OS X
+                instructions for the macOS version.
+              <LI>Changed pref-mac.prf so the keycodes sent by the macOS
                 interface are recognized as macro triggers.  Map the keycodes
                 sent by the classic interface to the same set of macro triggers
                 so most of the same macros can be used for both.
-              <LI>Since the Mac OS X front end uses Angband's versions of the
+              <LI>Since the macOS front end uses Angband's versions of the
                 tile sets, conditonally include workarounds for the differences
                 in graf-xxx.prf and graf-new.prf.
               <LI>If the MACH_O_COCOA preprocessor macro is set, skip the
@@ -62,7 +62,7 @@
                 or staff from the pack.
               <LI>Only check for out-of-date temporary files if the save file
                 name is not an empty string.  Avoids spurious warnings when
-                creating a new character from the Mac OS X front end.
+                creating a new character from the macOS front end.
               <LI>Made changes for compatibility with modern versions of
                 autoconf and automake.  Those included habu's January 5, 2010
                 change on the master branch.
index cd0ff2d..303062f 100644 (file)
@@ -3,11 +3,11 @@
 <HTML>
   <HEAD lang="en">
     <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <TITLE>Hengband Application for Mac OS X: Changes in 2.2.1.7 Version</TITLE>
+    <TITLE>Hengband Application for macOS: Changes in 2.2.1.7 Version</TITLE>
   </HEAD>
 
   <BODY>
-    <H1>Hengband Application for Mac OS X</H1>
+    <H1>Hengband Application for macOS</H1>
     <P><A HREF="index.html.en">Binaries</A> | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | <A HREF="HengbandSourceCode.html.en">Source code</A> | 2.2.1.7 Changes | <A HREF="HengbandChangeLog-1-6-2.html.en">1.6.2 Changes</A>
     <H1>Changes</H1>
       <OL>
@@ -32,9 +32,9 @@
                 <CODE>~/Documents/Hengband-2.2.1/save</CODE> after running the
                 new version.
             </OL>
-          <LI>The executable was compiled on Mac OS X 10.15.5 rather than
-            Mac OS X 10.14.6.  If you encounter problems with versions of
-            Mac OS X prior to 10.15, please let me know.
+          <LI>The executable was compiled on macOS 10.15.5 rather than
+            macOS 10.14.6.  If you encounter problems with versions of
+            macOS prior to 10.15, please let me know.
           <LI>Made minor changes to English messages:
           <OL>
             <LI>The short description for the Trump realm wasn't cleared
         <LI>March 28, 2020.  2.2.1.7d includes the following changes:
         <UL>
           <LI>Fixed regression:  changing the font or tile set during character
-            generation in the Mac OS X front end would cause a crash.
+            generation in the macOS front end would cause a crash.
           <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/40204">ticket 40204</A>,
-            configured terminals other than the main one in the Mac OS X
+            configured terminals other than the main one in the macOS
             front end as non-floating panels so they have narrower title bars.
             Has the side effect that those terminals will automatically hide
             when one switches to another application.
           <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/40203">ticket 40203</A>,
             added the dimensions, in rows and columns, to the title bar for
-            each terminal window shown in the Mac OS X front end.
+            each terminal window shown in the macOS front end.
           <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/40060">ticket 40060</A>,
             changed the kanji for the File menu's "New" entry in the Japanese
-            version of the Mac OS X front end.
+            version of the macOS front end.
           <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/40202">ticket 40202</A>,
             changed so the prompt to select new or open on the splash screen
-            for the Mac OS X front end always has the same position relative
+            for the macOS front end always has the same position relative
             to the rest of the splash screen text regardless of the dimensions
             of the window.
           <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/39940">ticket 39940</A>,
             changed English diary entries to consistently use simple past
             tense.  Also omitted the subject in the diary entries when it was
             "you".  Made some changes in the entries to be more idiomatic.
-          <LI>For the Mac OS X front end, brought over changes from Angband
+          <LI>For the macOS front end, brought over changes from Angband
             to improve the drawing speed.
-          <LI>For the Mac OS X front end, modified so user changes to a
+          <LI>For the macOS front end, modified so user changes to a
             window's width are in increments of the width of a column and
             user changes to a window's height are in increments of the height
             of a row.
-          <LI>For the Mac OS X front end, changed to round down when
+          <LI>For the macOS front end, changed to round down when
             calculating the number of columns for a given size so a font change
             can leave blank space at the end of a row rather than a partially
             obscured character.
@@ -91,7 +91,7 @@
           <LI>Changed some English game messages to fix a typo on the first
             birth screen and improve some the notifications about the player's
             aura damaging monsters.
-          <LI>For the Japanese version of the Mac OS X front end, changed the
+          <LI>For the Japanese version of the macOS front end, changed the
             copyright string to match the line crediting Mr. Hoge from
             news_j.txt.
         </UL>
           Changed init_saved_floors() to only check for out-of-date saved
           floors if savefile is not an empty string; that prevents spurious
           messages about old temporary files when "New" is selected in the
-          Cocoa front-end for Mac OS X.  Redid earlier change for English
+          Cocoa front-end for macOS.  Redid earlier change for English
           message crashes in spell_RF6_HEAL() to be more compact.  Made many
           adjustments to the text of English messages especially in monster and
           item descriptions.  To better match the source material, the base
           adjusted layout in character screen so the row for sustains
           experience aligns with the others.  Made many adjustments, primarily
           for spell and ability descriptions or messages, to English game
-          messages.  For the Mac OS X interface, changed to disable "Window"
+          messages.  For the macOS interface, changed to disable "Window"
           menu entries until the backend is ready.  That prevents crashes if
           the item is selected before a character is selected.  Also changed
           to recompute the minimum window size after changing the font and to
           monster recall and compiler warnings about unused expressions.
           Made several changes for grammar or clarity in English messages.
           Changed a cast in files.c to avoid a compiler warning.  For the
-          Mac OS X interface, changed the names for the terminal windows in
+          macOS interface, changed the names for the terminal windows in
           the Window menu to match the names in the windows' title bars.
           Localized Info.plist for Japanese and changed the Japanese version
           of the menus to use 変愚蛮怒 instead of hengband.  Adjusted some
           the rumors).  In the English version, made minor layout adjustments
           for the level indicator in the main screen, page indicator in the
           shops, and for the digging and infravision proficiencies in the
-          character screen.  For the Mac OS X interface, changed the rendering
+          character screen.  For the macOS interface, changed the rendering
           to reduce the clearing and clipping artifacts with fonts like Snell
           Roundhand and Zapfino.  That will change the number of rows and
           columns that can be displayed in a given space with most fonts so
           could cause crashes (from castle_quest() in bldg.c,
           spell_RF6_HEAL() in mspells4.c, and project_m() in spells1.c).
           Replaced more instances of "current_world_ptr-&gt;game_turn" with
-          "turn" in English messages.  Changed Mac OS X interface to avoid
+          "turn" in English messages.  Changed macOS interface to avoid
           clearing artifacts along the tops of characters when using the
           Rockwell or DIN Condensed fonts.  That change will mean less rows
           for a given terminal height with some fonts.  There still are
index d395515..10682cf 100644 (file)
@@ -3,13 +3,13 @@
 <HTML>
   <HEAD lang="en">
     <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <TITLE>Hengband Application for Mac OS X: English Screenshot</TITLE>
+    <TITLE>Hengband Application for macOS: English Screenshot</TITLE>
   </HEAD>
 
   <BODY>
-    <H1>Hengband Application for Mac OS X</H1>
+    <H1>Hengband Application for macOS</H1>
     <P><A HREF="index.html.en">Binaries</A> | English screen shot | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | <A HREF="HengbandSourceCode.html.en">Source code</A> | <A HREF="HengbandChangeLog.html.en">2.2.1.7 Changes</A> | <A HREF="HengbandChangeLog-1-6-2.html.en">1.6.2 Changes</A>
     <H1>English Screenshot</H1>
-    <P><IMG src="http://hengbandforosx.osdn.io/hengband_english.png" alt="A screenshot of the English version of Hengband for Mac OS X:  the orcs have a well-lit cave">
+    <P><IMG src="http://hengbandforosx.osdn.io/hengband_english.png" alt="A screenshot of the English version of Hengband for macOS:  the orcs have a well-lit cave">
   </BODY>
 </HTML>
index b4cbed0..bade4a4 100644 (file)
@@ -3,11 +3,11 @@
 <HTML>
   <HEAD lang="en">
     <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <TITLE>Hengband Application for Mac OS X: Feedback</TITLE>
+    <TITLE>Hengband Application for macOS: Feedback</TITLE>
   </HEAD>
 
   <BODY>
-    <H1>Hengband Application for Mac OS X</H1>
+    <H1>Hengband Application for macOS</H1>
     <P><A HREF="index.html.en">Binaries</A> | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | Feedback | <A HREF="HengbandSourceCode.html.en">Source code</A> | <A HREF="HengbandChangeLog.html.en">2.2.1.7 Changes</A> | <A HREF="HengbandChangeLog-1-6-2.html.en">1.6.2 Changes</A>
     <H1>Feedback</H1>
       <P>If you have trouble using the application or suggestions for
         <A HREF="http://angband.oook.cz/forum">Angband forums at
         http://angband.oook.cz/forum</A> or on the ticket list at
         <A HREF="https://osdn.net/projects/hengbandforosx/ticket/">https://osdn.net/projects/hengbandforosx/ticket/</A>..
-      <P>The hope is to have the application run on Mac OS X 10.8 or later.
+      <P>The hope is to have the application run on macOS 10.8 or later.
         The system I have access to runs 10.15 and that's the system where the
         application has been tested.  If you encounter trouble with another
-        version of Mac OS X, please post in the Hengband OS X thread.
+        version of macOS, please post in the Hengband OS X thread.
       <P>If the application fails to run and the system does not provide a
         useful explanation of why it failed, you might try the following:
         <OL>
index 2d042e0..4639da0 100644 (file)
@@ -3,13 +3,13 @@
 <HTML>
   <HEAD lang="en">
     <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <TITLE>Hengband Application for Mac OS X: Japanese Screenshot</TITLE>
+    <TITLE>Hengband Application for macOS: Japanese Screenshot</TITLE>
   </HEAD>
 
   <BODY>
-    <H1>Hengband Application for Mac OS X</H1>
+    <H1>Hengband Application for macOS</H1>
     <P><A HREF="index.html.en">Binaries</A> | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | Japanese screen shot | <A HREF="HengbandFeedback.html.en">Feedback</A> | <A HREF="HengbandSourceCode.html.en">Source code</A> | <A HREF="HengbandChangeLog.html.en">2.2.1.7 Changes</A> | <A HREF="HengbandChangeLog-1-6-2.html.en">1.6.2 Changes</A>
     <H1>Japanese Screenshot</H1>
-    <P><IMG src="http://hengbandforosx.osdn.io/hengband_japanese.png" alt="A screenshot of the Japanese version of Hengband for Mac OS X:  the orcs have a well-lit cave">
+    <P><IMG src="http://hengbandforosx.osdn.io/hengband_japanese.png" alt="A screenshot of the Japanese version of Hengband for macOS:  the orcs have a well-lit cave">
   </BODY>
 </HTML>
index a7113c4..d9ae826 100644 (file)
@@ -3,11 +3,11 @@
 <HTML>
   <HEAD lang="en">
     <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <TITLE>Hengband Application for Mac OS X: Source Code</TITLE>
+    <TITLE>Hengband Application for macOS: Source Code</TITLE>
   </HEAD>
 
   <BODY>
-    <H1>Hengband Application for Mac OS X</H1>
+    <H1>Hengband Application for macOS</H1>
     <P><A HREF="index.html.en">Binaries</A> | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | Source code | <A HREF="HengbandChangeLog.html.en">2.2.1.7 Changes</A> | <A HREF="HengbandChangeLog-1-6-2.html.en">1.6.2 Changes</A>
     <H1>Source Code</H1>
       <P>If you want to compile the code yourself or examine the changes I
@@ -30,7 +30,7 @@
          <LI><CODE>./bootstrap</CODE>
        </OL>
       <P>To compile the changed code and generate an English version of the game
-        which uses the Mac OS X Cocoa user interface, run these commands from
+        which uses the Cocoa user interface for macOS, run these commands from
         the top-level directory of the directory tree with the source code:
         <OL>
           <LI><CODE>./configure --disable-japanese --enable-cocoa</CODE>