[release-notes/gnome-41] Cleanup prep for 41




commit 05faf8787c2ae9c23e096d8636cd7f4375f8825a
Author: Link Dupont <link sub-pop net>
Date:   Wed Aug 18 10:41:12 2021 -0400

    Cleanup prep for 41

 help/C/developers.page             |  69 +++----------
 help/C/figures/files.png           | Bin 181265 -> 0 bytes
 help/C/figures/input-settings.png  | Bin 222034 -> 0 bytes
 help/C/figures/maps.png            | Bin 371875 -> 0 bytes
 help/C/figures/shell-overview.png  | Bin 160635 -> 0 bytes
 help/C/figures/shell-overview2.png | Bin 88250 -> 0 bytes
 help/C/figures/software.png        | Bin 245225 -> 0 bytes
 help/C/figures/weather.png         | Bin 214065 -> 0 bytes
 help/C/figures/web.png             | Bin 225636 -> 0 bytes
 help/C/i18n.page                   |  55 ++--------
 help/C/index.page                  | 206 ++++++++-----------------------------
 help/Makefile.am                   |   8 --
 12 files changed, 69 insertions(+), 269 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 5ffb8b44..2ef80f30 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE page [
-<!ENTITY gnomeversion "40">
-<!ENTITY lastversion "3.38">
-<!ENTITY nextversion "41">
+<!ENTITY gnomeversion "41">
+<!ENTITY lastversion "40">
+<!ENTITY nextversion "42">
        ]>
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
@@ -26,65 +26,26 @@
   <p>GNOME &gnomeversion; includes many new features and improvements for those
   working with GNOME technologies. Read on for more details!</p>
 
-  <section id="gtk">
-    <title>GTK 4</title>
-    <p>GTK is the toolkit used by GNOME applications. A major new version, GTK 4,
-    has been released towards the end of 2020. Among the many changes in this
-    release are hardware-accelerated rendering, new scalable list widgets, and
-    out-of-the-box support for video.</p>
-    <p>To learn more about GTK 4, visit <link href="https://www.gtk.org/";>www.gtk.org</link></p>
-  </section>
-
-  <section id="libhandy">
-    <title>libhandy</title>
-    <p>libhandy is a library that is increasingly used by GNOME applications
-    to provide consistent and adaptive user interfaces. libhandy 1.2 introduces
-    a number of new widgets:</p>
-    <list>
-      <item><p>HdyTabView and HdyTabBar - dynamic tabs</p></item>
-      <item><p>HdyStatusPage - a widget for implementing empty or error states</p></item>
-      <item><p>HdyFlap - a widget for transient sidebars or sliding sheets</p></item>
-    </list>
-  </section>
-
-  <section id="gsv">
-    <title>GtkSourceView</title>
-    <p>GtkSourceView 5 is a port of this library to GTK 4 with a modernized
-    GObject API. Its features include:</p>
+  <section id="lorem-ipsum">
+    <title>Lorem Ipsum, aptent taciti</title>
+    <media type="image" src="figures/placeholder.png">Placeholder</media>
+    <p>Aliquam erat volutpat. Duis sit amet ante ligula. Vivamus convallis urna
+    ante, eu accumsan ligula consequat et. Vivamus fringilla mi ex, at efficitur
+    lacus volutpat in. Fusce at accumsan sem. Nunc a nibh in arcu gravida
+    gravida. Duis metus purus, tempus non congue ac, sollicitudin id mi. Lorem
+    ipsum dolor sit amet, consectetur adipiscing elit.</p>
     <list>
-      <item><p>Improved syntax highlighting performance by using
-      the JIT provided in PCRE2</p></item>
-      <item><p>A new autocompletion engine</p></item>
-      <item><p>Support for “Interactive tooltips”</p></item>
-      <item><p>A new code-snippet engine</p></item>
+      <item><p><gui>Vestibulum</gui> eget volutpat urna. Nulla
+      <key>finibus</key> eros id tincidunt maximus.</p></item>
     </list>
   </section>
 
-  <section id="sysprof">
-    <title>Sysprof</title>
-    <p><app>Sysprof</app> is a system profiler for GNOME which uses the Linux
-    perf API. In GNOME &gnomeversion;, the symbol decoding of <app>Sysprof</app>
-    has been improved when using containers such as Flatpak or Toolbox.</p>
-  </section>
-
-  <section id="builder">
-    <title>Builder</title>
-    <p><app>Builder</app> is an IDE written for GNOME with good support for
-    many languages, and for Flatpak. In GNOME &gnomeversion;, it can more
-    accurately discover SDK extensions and install them for you.
-    <app>Builder</app>’s Rust support will now install and run rust-analyzer
-    from your Flatpak build container to improve diagnostics, completion, and
-    code-formatting features for this language.</p>
-  </section>
-
   <section id="more">
     <title>Other Improvements</title>
     <p>Other improvements in GNOME &gnomeversion; include:</p>
     <list>
-      <item><p>The <app>sysprof-cli</app> tool will now pre-authorize the profiling session before spawning 
processes.</p></item>
-      <item><p><app>Builder</app> has better support for Toolbox containers.</p></item>
-      <item><p>Tracker has gained a new batch update API, <link 
href="https://gnome.pages.gitlab.gnome.org/tracker/docs/api-preview/libtracker-sparql-3/TrackerBatch.html";>TrackerBatch</link>,
-    which provides a more efficient way to insert data.</p></item>
+      <item><p><app>Donec</app> suscipit lectus a mauris maximus venenatis.
+      Etiam gravida mauris magna, sed lacinia sapien accumsan et.</p></item>
     </list>
   </section>
 
diff --git a/help/C/i18n.page b/help/C/i18n.page
index f3d7ea99..ac431dd8 100644
--- a/help/C/i18n.page
+++ b/help/C/i18n.page
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE page [
-<!ENTITY gnomeversion "40">
-<!ENTITY lastversion "3.38">
-<!ENTITY nextversion "41">
-<!ENTITY supportedlanguages "38">
-<!ENTITY percentagetranslated "80">
+<!ENTITY gnomeversion "41">
+<!ENTITY lastversion "40">
+<!ENTITY nextversion "42">
+<!ENTITY supportedlanguages "##">
+<!ENTITY percentagetranslated "##">
        ]>
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
@@ -26,47 +26,14 @@
 
   <title>Internationalization</title>
 
-  <p>Thanks to members of the worldwide <link href="https://wiki.gnome.org/TranslationProject";>GNOME 
Translation Project</link>, GNOME &gnomeversion; offers support for more than &supportedlanguages; languages 
with at least &percentagetranslated; percent of strings translated. User documentation is also available in 
many languages.</p>
+  <p>Thanks to members of the worldwide <link
+  href="https://wiki.gnome.org/TranslationProject";>GNOME Translation
+  Project</link>, GNOME &gnomeversion; offers support for more than
+  &supportedlanguages; languages with at least &percentagetranslated; percent of
+  strings translated. User documentation is also available in many
+  languages.</p>
 
   <list style="compact">
-    <item><p>Basque</p></item>
-    <item><p>Brazilian Portuguese</p></item>
-    <item><p>British English</p></item>
-    <item><p>Catalan</p></item>
-    <item><p>Catalan (Valencian)</p></item>
-    <item><p>Chinese (China)</p></item>
-    <item><p>Chinese (Taiwan)</p></item>
-    <item><p>Croatian</p></item>
-    <item><p>Czech</p></item>
-    <item><p>Danish</p></item>
-    <item><p>Dutch</p></item>
-    <item><p>Finnish</p></item>
-    <item><p>French</p></item>
-    <item><p>Friulian</p></item>
-    <item><p>Galician</p></item>
-    <item><p>German</p></item>
-    <item><p>Greek</p></item>
-    <item><p>Hungarian</p></item>
-    <item><p>Indonesian</p></item>
-    <item><p>Italian</p></item>
-    <item><p>Korean</p></item>
-    <item><p>Latvian</p></item>
-    <item><p>Lithuanian</p></item>
-    <item><p>Malay</p></item>
-    <item><p>Norwegian Bokmål</p></item>
-    <item><p>Occitan</p></item>
-    <item><p>Polish</p></item>
-    <item><p>Portuguese</p></item>
-    <item><p>Romanian</p></item>
-    <item><p>Russian</p></item>
-    <item><p>Serbian</p></item>
-    <item><p>Serbian (Latin)</p></item>
-    <item><p>Slovak</p></item>
-    <item><p>Slovenian</p></item>
-    <item><p>Spanish</p></item>
-    <item><p>Swedish</p></item>
-    <item><p>Turkish</p></item>
-    <item><p>Ukrainian</p></item>
   </list>
 
   <p>Numerous other languages are partially supported, with more than half of their strings translated.</p>
diff --git a/help/C/index.page b/help/C/index.page
index 699837ef..f862c43a 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,16 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-       <!DOCTYPE page [
-<!ENTITY gnomeversion "40">
-<!ENTITY lastversion "3.38">
-<!ENTITY nextversion "41">
-<!ENTITY gitcommits "24571">
-<!ENTITY gitauthors "822">
+<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE page [
+<!ENTITY gnomeversion "41">
+<!ENTITY lastversion "40">
+<!ENTITY nextversion "42">
+<!ENTITY gitcommits "#####">
+<!ENTITY gitauthors "###">
        ]>
 <page xmlns="http://projectmallard.org/1.0/";
-      xmlns:its="http://www.w3.org/2005/11/its";
-      xmlns:e="http://projectmallard.org/experimental/";
-      type="guide"
-      id="index">
+xmlns:its="http://www.w3.org/2005/11/its";
+xmlns:e="http://projectmallard.org/experimental/"; type="guide" id="index">
 
   <info>
     <title type="link">GNOME &gnomeversion; Release Notes</title>
@@ -26,182 +23,65 @@
 
   <title>Introducing GNOME &gnomeversion;</title>
 
-  <p>GNOME &gnomeversion; is the latest version of GNOME, and is the result
-  of 6 months’ hard work by the GNOME community. It contains major new
-  features, as well as many smaller improvements and bug fixes. In total, the
-  release incorporates &gitcommits; changes, made by approximately &gitauthors;
+  <p>GNOME &gnomeversion; is the latest version of GNOME, and is the result of 6
+  months’ hard work by the GNOME community. It contains major new features, as
+  well as many smaller improvements and bug fixes. In total, the release
+  incorporates &gitcommits; changes, made by approximately &gitauthors;
   contributors.</p>
 
-  <p>This release is dedicated to the team behind the GNOME Asia Summit 2020. GNOME
-  Asia is the major annual GNOME conference in the Asia/Pacific part of the world,
-  and is only possible thanks to the hard work of many volunteers. This year’s event
-  was forced to be held online due to the COVID-19 pandemic. We are very much looking
-  forward to meeting our friends from all around the world again in person in the
-  near future.</p>
+  <p>This release is dedicated to ...</p>
 
-  <section id="activities-overview">
-    <title>Updated Activities Overview</title>
-    <media type="image" src="figures/shell-overview.png">Shell Overview</media>
-    <media type="image" src="figures/shell-overview2.png">Shell Overview</media>
-    <p>GNOME 40 includes a new and improved Activities Overview design. This 
-    gives the overview a great new look, and provides an improved experience for 
-    navigating the system and launching apps.</p>
-    <p>The new design lays out the different parts of the system in two 
-    directions. Workspaces are arranged horizontally, and the overview and app 
-    grid are accessed vertically. Each direction has accompanying keyboard 
-    shortcuts, touchpad gestures and mouse actions:</p>
+  <section id="lorem-ipsum">
+    <title>Lorem Ipsum, aptent taciti</title>
+    <media type="image" src="figures/placeholder.png">Placeholder</media>
+    <p>Aliquam erat volutpat. Duis sit amet ante ligula. Vivamus convallis urna
+    ante, eu accumsan ligula consequat et. Vivamus fringilla mi ex, at efficitur
+    lacus volutpat in. Fusce at accumsan sem. Nunc a nibh in arcu gravida
+    gravida. Duis metus purus, tempus non congue ac, sollicitudin id mi. Lorem
+    ipsum dolor sit amet, consectetur adipiscing elit.</p>
     <list>
-      <item><p>Keyboard shortcuts use <key>Super</key>+<key>Alt</key>+<key>↑
-      </key>/<key>↓</key>/<key>←</key>/<key>→</key>. (Pressing <key>Super</key> 
-      continues to open the overview, and existing keyboard shortcuts will 
-      continue to work as before.)</p></item>
-      <item><p>Touchpad gestures use three-finger swipes up/down/left/right.
-      </p></item>
-      <item><p>Mouse scroll switches workspaces in the overview, and can be 
-      used with the <key>Super</key> in the regular desktop view.</p></item>
-    </list>
-    <p>Together these provide a fast, intuitive and coherent way to move around 
-    the system. Additionally, the app grid can now be easily customized, with 
-    enhanced drag and drop making it possible to arrange app launchers so they 
-    suit you.</p>
-    <p>The updated overview design brings a collection of other improvements, 
-    including:</p>
-    <list>
-    <item><p>A more helpful boot experience: the overview is now shown after 
-    boot, to help you get started.</p></item>
-    <item><p>The dash now separates favorite and non-favorite running apps. 
-    This makes it clear which apps are have been favorited and which haven’t.
-    </p></item>
-    <item><p>Window thumbnails have been improved, and now have an app icon 
-    over each one, to help identification.</p></item>
-    <item><p>When workspaces are set to be on all displays, the workspace 
-    switcher is now shown on all displays rather than just the primary one.
-    </p></item>
-    </list>
-    <p>More information about these changes and the process behind them can be 
-    found in the <link href="https://blogs.gnome.org/shell-dev/tag/uxd-gnome-40/";>
-    GNOME Shell and Mutter Development Blog</link>.</p>
-  </section>
-  
-  <section id="weather">
-    <title>Weather, Redesigned</title>
-    <media type="image" src="figures/weather.png">Weather</media>
-    <p>The <app>Weather</app> application has been completely redesigned. It 
-    now shows more information, and looks better than ever! The new design 
-    features two main views: one for the hourly forecast for the next 48 hours, 
-    and one for the daily forecast, for the next 10 days.</p>
-    <p>It is also more mobile-friendly as it supports resizing to narrower
-    sizes.</p>
-  </section>
-
-  <section id="settings">
-    <title>Improved Settings</title>
-    <media type="image" src="figures/input-settings.png">Input settings</media>
-    <p>The Keyboard settings have received a number of improvements for this 
-    release:</p>
-    <list>
-      <item><p>The input source settings have been moved from the 
-      <gui>Region &amp; Language</gui> to <gui>Keyboard</gui>. This makes them 
-      easier to find, and groups all the keyboard settings in one place.
-      </p></item>
-      <item><p>Additional settings have also been added, so that it is now 
-      possible to configure the Compose and Alternate Characters (3rd level 
-      chooser) keys.</p></item>
-      <item><p>Finally, the keyboard shortcut settings have had an update. They 
-      are now arranged in separate groups to aid navigation, and have an 
-      improved search design.</p></item>
-    </list>
-    <p>The <app>Settings</app> app has a number of other improvements, too. The 
-    Wi-Fi settings now pins known networks to the top of the list, and has an 
-    overall better layout. Additionally, the About page now shows the hardware 
-    model for your laptop, if it’s available.</p>
-  </section>
-
-  <section id="web">
-    <title>Browse Better</title>
-    <p>The <app>Web</app> application has a new tabs design, which are easier
-    to use and more powerful than before, allowing tabs to be quickly scrolled
-    and resolving several deficiencies with the prior design.</p>
-    <p><app>Web</app> can now also be configured to display search suggestions
-    from Google if desired.</p>
-  </section>
-
-  <section id="software">
-    <title>Software Changes</title>
-    <media type="image" src="figures/software.png">Software</media>
-    <p><app>Software</app> has had a number of improvements for GNOME 40. The 
-    large application banners have a new and improved look, and now cycle 
-    automatically. New version history dialogs display the recent changes for 
-    each application, the updates logic has been updated to reduce the 
-    frequency of reminders.</p>
-    <p>Be it Flatpak or distribution packages, GNOME <app>Software</app> now
-    tells you where you’re installing your software from.</p>
-    <p>Some work happened behind the scenes to improve how Software presents
-    information about new packages.</p>
-  </section>
-
-  <section id="files">
-    <title>Files Enhancements</title>
-    <media type="image" src="figures/files.png">Files Preferences</media>
-    <p>The <app>Files</app> app has benefitted from a large collection of 
-    changes for GNOME 40, including:</p>
-    <list>
-      <item><p>The preference dialog looks better and is clearer.</p></item>
-      <item><p>Files can now be sorted by creation date.</p></item>
-      <item><p>A handy preview is now shown when setting the wallpaper from the 
-      <app>Files</app> app.</p></item>
-      <item><p>Time estimates for ongoing file operations have been improved, 
-      so they are more accurate.</p></item>
-      <item><p>Executable text files can be run directly from <app>Files</app> with 
-      the <gui>Run as a Program</gui> context menu item.</p></item>
-      <item><p><app>Files</app> is now more helpful when resolving conflicts
-      while copying or moving a file by suggesting a new name.</p></item>
-      <item><p><app>Files</app>’s built-in archive extraction feature now 
-      supports extracting password-protected archives.</p></item>
-      <item><p>The location entry offers Tab completions when typing a path.</p></item>
+      <item><p><gui>Vestibulum</gui> eget volutpat urna. Nulla
+      <key>finibus</key> eros id tincidunt maximus.</p></item>
     </list>
   </section>
   
   <section id="and-thats-not-all">
     <title>And That’s Not All</title>
-    <media type="image" src="figures/maps.png">Maps Information</media>
-    <p>GNOME 40 includes many other smaller improvements, including:</p>
+    <p>GNOME &gnomeversion; includes many other smaller improvements,
+    including:</p>
     <list>
-      <item><p><app>Maps</app> has new information popups for locations, showing
-      information from Wikipedia, as well as native location names. It is 
-      also more adaptive, making it possible to use it at a range of sizes.
-      </p></item>
-      <item><p>The interface for using the Compose Key has been improved: Compose
-      sequences are shown as they are being entered. Dead keys are handled in a
-      similar way, too.</p></item>
-      <item><p>Many of GNOME’s apps have visual updates for GNOME 40, with 
-      rounded window corners and lists and new-style view switchers. Affected 
-      apps include <app>Files</app>, <app>Web</app>, <app>Disks</app>, 
-      <app>Fonts</app>, <app>Calendar</app>, <app>Photos</app> and <app>System 
-      Monitor</app>.</p></item>
-      <item><p>The <app>Document Viewer</app> sidebar displays paired
-      thumbnails when the main view is in side-by-side mode.</p></item>
-      <item><p>GNOME’s visual style has got smoother and more polished. Sharp 
-      edges have been rounded, strong borders have been smoothed out, sidebar 
-      styling has been unified and toned down. Scrollbars are now slightly 
-      bigger when used as a control.</p></item>
+      <item><p><app>Lorem ipsum</app> dolor sit amet, consectetur adipiscing
+      elit. Aliquam nisi enim, aliquet eget urna eget, commodo dapibus elit. Ut
+      condimentum turpis non condimentum commodo.</p></item>
   </list>
   </section>
 
   <section id="more">
     <title>More Information</title>
-    <p>GNOME &gnomeversion; also has lots to offer developers, and is translated into many languages.</p>
+    <p>GNOME &gnomeversion; also has lots to offer developers, and is translated
+    into many languages.</p>
     <links type="topic" groups="first second third"/>
   </section>
 
   <section id="getting-gnome">
     <title>Getting GNOME &gnomeversion;</title>
-    <p>GNOME’s software is <link href="https://gnu.org/philosophy/free-sw.html";>Free Software</link>: all 
<link href="https://gitlab.gnome.org/GNOME";>our code</link> is available for download and can be freely 
modified and redistributed according to the respective licenses. To install it, we recommend that you wait 
for the official packages provided by your vendor or distribution. Popular distributions will make GNOME 
&gnomeversion; available very soon, and some already have development versions that include the new GNOME 
release.</p>
+    <p>GNOME’s software is <link
+    href="https://gnu.org/philosophy/free-sw.html";>Free Software</link>: all
+    <link href="https://gitlab.gnome.org/GNOME";>our code</link> is available for
+    download and can be freely modified and redistributed according to the
+    respective licenses. To install it, we recommend that you wait for the
+    official packages provided by your vendor or distribution. Popular
+    distributions will make GNOME &gnomeversion; available very soon, and some
+    already have development versions that include the new GNOME release.</p>
   </section>
 
   <section id="about">
     <title>About GNOME</title>
-    <p><link href="https://www.gnome.org/about/";>The GNOME Project</link> is an international community 
supported by a non-profit Foundation. We focus on user experience excellence and first-class 
internationalization and accessibility. GNOME is a free and open project: if you want to join us, <link 
href="https://www.gnome.org/get-involved/";>you can</link>.</p>
+    <p><link href="https://www.gnome.org/about/";>The GNOME Project</link> is an
+    international community supported by a non-profit Foundation. We focus on
+    user experience excellence and first-class internationalization and
+    accessibility. GNOME is a free and open project: if you want to join us,
+    <link href="https://www.gnome.org/get-involved/";>you can</link>.</p>
   </section>
 
 </page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 5f31c119..606b78a2 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -9,16 +9,8 @@ HELP_FILES = \
  i18n.page
 
 HELP_MEDIA = \
- figures/files.png \
  figures/flatpak.png \
  figures/gtk.png \
- figures/input-settings.png \
- figures/maps.png \
- figures/shell-overview.png \
- figures/shell-overview2.png \
- figures/software.png \
- figures/weather.png \
- figures/web.png \
  figures/placeholder.png
 
 HELP_LINGUAS = $(shell cat LINGUAS | sed '/^#/d')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]