Send MinGW-Notify mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."


Please do not reply to this notification; the sender address is unable to 
accept incoming e-mail.  If you wish to unsubscribe you can do so at 
https://lists.osdn.me/mailman/listinfo/mingw-notify.



Today's Topics:

   1. [SCM] website (mingw) branch, master, updated.
      fc1c502cae655eaf9db46cc58bbbaff2b277a28a (MinGW Notification List)


----------------------------------------------------------------------

Message: 1
Date: Thu, 10 Nov 2022 06:51:45 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] website (mingw) branch, master, updated.
        fc1c502cae655eaf9db46cc58bbbaff2b277a28a
Message-ID:
        <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "website" repository
containing the "mingw" project.

The branch, master has been updated
       via  fc1c502cae655eaf9db46cc58bbbaff2b277a28a (commit)
       via  28eeb330100a39cdd168202ea0abe2fa2bc72793 (commit)
       via  68eab50ac49bd94f9d55f5a16d16d05f05f7666a (commit)
       via  af08539860615d57b609d75aa4c6a2358ba49240 (commit)
       via  caf20020cb56b68a7d6d9e022c4e60ac45e86415 (commit)
       via  ffd486641f0362e31b9ed91ac891b04906a0066f (commit)
       via  3d6c18a324c861797f850206c8a36b966700c907 (commit)
       via  067909fa147991439c9327bb5b6bbb60e226db22 (commit)
       via  346e50fd696d650a2aa27c0499dac9407602ae18 (commit)
       via  e7e612b7c89f7b6bc4845534595767292b81712e (commit)
      from  6f46c98872322ccd01aff4e3a65ee099d3c32cae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fc1c502cae655eaf9db46cc58bbbaff2b277a28a
Author: Keith Marshall <[email protected]>
Date:   Wed Nov 9 21:46:47 2022 +0000

    Revise first-time installation instructions.
    
    * setup.html (PATH, HOME): Clarify environment configuration advice;
    suggest an alternative configuration method, via start-up shortcut.

commit 28eeb330100a39cdd168202ea0abe2fa2bc72793
Author: Keith Marshall <[email protected]>
Date:   Wed Nov 9 21:22:38 2022 +0000

    Adjust styling for code in running text.
    
    * site.css (code): Do not specify any value for...
    (color): ...this property; hence, no explicit inheritance required...
    (a code, table.borderless code): ...for these.

commit 68eab50ac49bd94f9d55f5a16d16d05f05f7666a
Author: Keith Marshall <[email protected]>
Date:   Wed Nov 9 21:06:24 2022 +0000

    Add support for tabulated definitions.
    
    * site.css (table.definitions tr td:first-child)
    (table.definitions tr td ul): Specify style properties.

commit af08539860615d57b609d75aa4c6a2358ba49240
Author: Keith Marshall <[email protected]>
Date:   Tue Nov 8 23:55:41 2022 +0000

    Tweak font sizes.
    
    * site.css (font-size): Set property value for each of...
    (h3, h3.numbered h3::before, h4, ol.small-numbers li::marker)
    (div.box-out, div.box-out ol.small-numbers li::marker)
    (form.search input): ...these.

commit caf20020cb56b68a7d6d9e022c4e60ac45e86415
Author: Keith Marshall <[email protected]>
Date:   Tue Nov 8 23:54:54 2022 +0000

    Align text baselines in "top-aligned" tables.
    
    * site.css (table.top-aligned tr): Set value of...
    (vertical-align): ...this styling property, to "baseline".

commit ffd486641f0362e31b9ed91ac891b04906a0066f
Author: Keith Marshall <[email protected]>
Date:   Tue Nov 8 23:53:47 2022 +0000

    Improve HTTP-404 notification handling.
    
    * site.js (load_content): Refactor, to define...
    (send_e404_notification, e404_subst): ...these internal functions.
    (load_content) [this.readyState == this.DONE]: Use them.

commit 3d6c18a324c861797f850206c8a36b966700c907
Author: Keith Marshall <[email protected]>
Date:   Sat Jan 8 14:59:52 2022 +0000

    Add WINVER usage reference to FAQ.
    
    * faq.html (Compiling and Linking Issues): Add question, and answer
    relating to support for API functions for e.g. Windows-XP.

commit 067909fa147991439c9327bb5b6bbb60e226db22
Author: Keith Marshall <[email protected]>
Date:   Sat Jan 8 14:59:52 2022 +0000

    Add "What is make?" reference to FAQ.
    
    * faq.html (General Enquiries): Add, and answer question relating to
    the purpose, and usage of the "make" utility.

commit 346e50fd696d650a2aa27c0499dac9407602ae18
Author: Keith Marshall <[email protected]>
Date:   Sat Jan 8 14:59:52 2022 +0000

    Add "What is Cygwin?" reference to FAQ.
    
    * faq.html (General Enquiries): Add question, and answer incorporating
    JonY's original MinGWiki description of Cygwin.

commit e7e612b7c89f7b6bc4845534595767292b81712e
Author: Keith Marshall <[email protected]>
Date:   Sat Jan 8 14:59:20 2022 +0000

    Tidy spacing around em-dash punctuation.
    
    * faq.html: Connect em-dashes to adjoining text, on both sides, using
    narrow non-breaking space (&#8239;) HTML entities, througout file.

-----------------------------------------------------------------------

Summary of changes:
 faq.html   | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 setup.html |  50 +++++++++++++++++---
 site.css   |  47 +++++++++---------
 site.js    |  22 ++++++---
 4 files changed, 231 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
website (mingw)



------------------------------

Subject: Digest Footer

_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify


------------------------------

End of MinGW-Notify Digest, Vol 54, Issue 4
*******************************************

Reply via email to