[release-notes/gnome-3-28] lay the groundwork for 3.28



commit 19bff15aba7fc3bb901a474bb8b9d660784a7b71
Author: Allan Day <allanpday gmail com>
Date:   Tue Feb 20 16:59:39 2018 +0000

    lay the groundwork for 3.28

 help/C/developers.page                         |  129 ++--------------------
 help/C/figures/builder-debugger.png            |  Bin 290061 -> 0 bytes
 help/C/figures/builder-inlinedocumentation.png |  Bin 188312 -> 0 bytes
 help/C/figures/builder.png                     |  Bin 258122 -> 0 bytes
 help/C/figures/characters.png                  |  Bin 399596 -> 0 bytes
 help/C/figures/display-settings.png            |  Bin 199873 -> 0 bytes
 help/C/figures/emoji.png                       |  Bin 124641 -> 0 bytes
 help/C/figures/search.png                      |  Bin 351721 -> 0 bytes
 help/C/figures/settings.png                    |  Bin 193404 -> 0 bytes
 help/C/figures/system-refinements.png          |  Bin 316892 -> 0 bytes
 help/C/figures/web-sync.png                    |  Bin 128120 -> 0 bytes
 help/C/i18n.page                               |   52 +++++-----
 help/C/index.page                              |  138 ++++++++----------------
 help/Makefile.am                               |   14 +--
 14 files changed, 81 insertions(+), 252 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 68fead1..9dca3f3 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 "3.26">
-<!ENTITY lastversion "3.24">
-<!ENTITY nextversion "3.28">
+<!ENTITY gnomeversion "3.28">
+<!ENTITY lastversion "3.26">
+<!ENTITY nextversion "3.30h">
        ]>
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
@@ -27,134 +27,23 @@
 
   <section id="builder">
     <title>Builder</title>
-    <media type="image" src="figures/builder.png"/>
-    <p><app>Builder</app>, the GNOME integrated development environment (IDE),
-    has made major advances in 3.26, with general improvements as well as new
-    features. One of the most obvious changes in the new version is a redesigned
-    editor interface. This makes it easier to open and switch between files,
-    terminals and documentation, using either the header popover or the project
-    sidebar. There have been a lot of user interface refinements as part of
-    this work, including document headers which blend into the background.</p>
-    <p>With 3.26 it’s now possible to search for symbols throughout your
-    project. Selecting a search result jumps to that location, so you can
-    quickly navigate using only the keyboard. The presentation of search
-    results has also been improved.</p>
-    <media type="image" src="figures/builder-debugger.png"/>
-    <p>Builder includes a debugging feature for the first time in 3.26. This is
-    an initial preview and is expected to mature in subsequent releases.
-    The debugger allows running your project in debug mode and to step through
-    to find the source of issues. It supports debugging Flatpak applications.</p>
-    <media type="image" src="figures/builder-inlinedocumentation.png"/>
-    <p>Contextual documentation popovers are another new feature for this
-    release. To quickly look up documentation for the code that you’re working
-    on, just hover the pointer over the function that you’re interested in or
-    place the text cursor within the function and press
-    <key>F2</key> (or <keyseq><key>Shift</key><key>K</key></keyseq> in Vim mode).</p>
-    <p>There are many other improvements in Builder 3.26. These are just some of them:</p>
-    <list>
-      <item><p>You can now jump from a symbol to where it’s defined. To do this, open a context menu for the 
symbol and select <gui>Go to Definition</gui>. Alternatively, place the text cursor within the symbol and 
press <keyseq><key>Alt</key><key>.</key></keyseq> (in Vim mode the equivalent is <key>g</key> 
<key>d</key>).</p></item>
-      <item><p>Word completion now provides better suggestions. This can be activated using 
<keyseq><key>Ctrl</key><key>N</key></keyseq> (or <keyseq><key>Ctrl</key><key>P</key></keyseq> when in Vim 
mode).</p></item>
-      <item><p>SDKs are no longer automatically downloaded on metered connections, in order to save 
bandwidth.</p></item>
-      <item><p>The Todo plugin has been rewritten to be faster and use less memory.</p></item>
-      <item><p>It’s now possible to live preview Sphinx documentation as you edit it. To use this feature, 
select <gui>Open Preview</gui> from the document header.</p></item>
-      <item><p>Builder’s project templates now use Meson and allow specifying JavaScript as the language, so 
that they follow modern GNOME development practices.</p></item>
-      <item><p>Background operations are now displayed in the project popover and can be paused. This is 
used to communicate when source code is being indexed.</p></item>
-      <item><p>More preferences have been added, such as controls for autosave behavior.</p></item>
-    </list>
-    <p>For more information about how to make the most of Builder, <link 
href="http://builder.readthedocs.io/en/latest/";>see the documentation</link> (which has also been improved 
for 3.26!)</p>
-
-    <!--
-
-    Things that were suggested for inclusion but weren't fully understood or didn't seem worth mentioning:
-
-     * Clang completion provider improvements. Language Server Protocol improvements - now supports find 
references and formater.
-     * Live code indentation improvements.
-     * New retab plugin, build notifications, and more. Possible description of build notifications - 
"System notifications are now shown when a long-running process completes and you are not using Builder (this 
can be controlled from the <gui>Notification of progress</gui> extension."
-     * Improved application run support
-     * Performance improvements
-     * Updated fonts for the overview map
-
-    -->
-
+    <media type="image" src="figures/placeholder.png"/>
   </section>
 
   <section id="flatpak">
     <title>Flatpak</title>
     <media type="image" src="figures/flatpak.png"/>
     <!-- Versions since 3.24: 0.8.5, 0.9.2, 0.9.3, 0.9.4, 0.8.6, 0.9.5, 0.8.7, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 
0.9.10 -->
-    <p><app>Flatpak</app> is the new technology for distributing and installing
-    applications. While it’s independent of the GNOME project, Flatpak is an
-    increasingly important part of GNOME’s developer experience, and is
-    integrated throughout GNOME.</p>
-    <p>Major improvements have been seen in Flatpak since GNOME 3.24. Most
-    development has been seen on the 0.9.x branch, which is well on its way to
-    a 1.0 release. Enhancements that have been introduced in the last six
-    months include:</p>
-    <list>
-      <item><p>Improved support for the <link href="https://www.opencontainers.org/";>Open Container 
Initiative</link>
-      (OCI) specification.</p></item>
-      <item><p><code>flatpak-builder</code> has been separated into its own
-      module.</p></item>
-      <item><p>Flatpak applications can now be used through accessibility
-      frameworks.</p></item>
-      <item><p>It’s now possible to use input methods within Flatpak
-      applications.</p></item>
-      <item><p>An experimental peer to peer installation method allows using
-      dynamically available software sources, including removable
-      media or resources on the local network.</p></item>
-      <item><p>Flatpak now supports a default language setting, which is used
-      to ensure that the correct translations are installed for each
-      application.</p></item>
-      <item><p>Improved progress reporting, particularly for download and
-      installation progress.</p></item>
-      <item><p>Lots of improvements to the command line interface, including a new
-      <code>flatpak repo</code> command, better presentation of results and
-      smarter handling of <code>.flatpakref</code> files.</p></item>
-    </list>
-    <p><code>flatpak-builder</code>, the tool for generating Flatpak
-    applications, has been split out into its own module and has had a lot
-    of improvements. These include:</p>
-    <list>
-      <item><p>Performance improvements which make building much faster.</p></item>
-      <item><p>It’s now possible to specify both a tag and commit ID for Git
-      sources.</p></item>
-      <item><p>Manifests can specify SDK extensions to be installed for the
-      application to build.</p></item>
-      <item><p>A new <code>add-extension</code> property makes it easier to
-      create extension points.</p></item>
-      <item><p><code>--from-git=URL</code> allows pulling the JSON manifest and
-      related files directly from a Git repository.</p></item>
-    </list>
-    <p>More details can be found in the various
-    <link href="https://github.com/flatpak/flatpak/releases";>Flatpak release notes</link>.</p>
+    <p></p>
   </section>
 
   <section id="more">
     <title>Other Improvements</title>
-    <media type="image" src="figures/emoji.png"/>
-    <p>Other improvements in GNOME 3.26 include:</p>
+    <p>Other improvements in GNOME 3.28 include:</p>
     <list>
-      <item><p>GLib Unicode support has been updated to 10.0.0.</p></item>
-      <item><p>The <code>gtk3-icon-browser</code> tool can now copy the icon name to the 
clipboard.</p></item>
-      <item><p>GTK+ has gained support for color emoji. New input hints
-      (<code>GTK_INPUT_HINT_EMOJI</code> and <code>GTK_INPUT_HINT_NO_EMOJI</code>)
-      are available and a new emoji picker can be enabled for text entry
-      fields with the <code>show-emoji-icon</code> property.</p></item>
-      <item><p><link its:translate="no" href="https://csoriano.gitlab.io/libcloudprovidersweb/";>
-      libcloudproviders</link> is a new library that allows cloud providers to
-      integrate with GNOME’s file browsing experience. The library can be used
-      to display cloud drives in the files sidebar, which is shown in the file
-      chooser dialogs and in the <app>Files</app> application. Each cloud provider
-      can display its status and can also specify a menu of options which users
-      can access.</p></item>
-      <item><p>GJS has continued to make progress towards a more modern ES6
-      JavaScript, with its adoption of SpiderMonkey 52. Highlights include
-      classes, async/wait and many new standard library methods. More details
-      about this can be found in <link href="https://git.gnome.org/browse/gjs/tree/NEWS?h=1.49.4";>
-      the NEWS file</link> and <link href="https://speakerdeck.com/ptomato/modern-javascript-in-gnome";>
-      Philip Chimento’s blog</link>.</p></item>
-      <item><p>A full set of API documentation for writing applications in
-      JavaScript is <link href="http://devdocs.baznga.org/";>now available online</link>.</p></item>
+      <item><p></p></item>
+      <item><p></p></item>
+      <item><p></p></item>
     </list>
   </section>
 
diff --git a/help/C/i18n.page b/help/C/i18n.page
index fedbbd2..d108972 100644
--- a/help/C/i18n.page
+++ b/help/C/i18n.page
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE page [
-<!ENTITY gnomeversion "3.26">
-<!ENTITY lastversion "3.24">
-<!ENTITY nextversion "3.28">
+<!ENTITY gnomeversion "3.28">
+<!ENTITY lastversion "3.26">
+<!ENTITY nextversion "3.30">
 <!ENTITY supportedlanguages "36">
 <!ENTITY percentagetranslated "80">
        ]>
@@ -29,52 +29,52 @@
   <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>Arabic</p></item> -->
-<!--   <item><p>Assamese</p></item> -->
-<!--   <item><p>Asturian</p></item> -->
+   <item><p>Arabic</p></item>
+   <item><p>Assamese</p></item>
+   <item><p>Asturian</p></item>
    <item><p>Basque</p></item>
-<!--   <item><p>Belarusian</p></item> -->
+   <item><p>Belarusian</p></item>
    <item><p>Bosniac</p></item>
    <item><p>Brazilian Portuguese</p></item>
    <item><p>British English</p></item>
    <item><p>Bulgarian</p></item>
    <item><p>Catalan</p></item>
-<!--   <item><p>Catalan (Valencian)</p></item> -->
+   <item><p>Catalan (Valencian)</p></item>
    <item><p>Chinese (China)</p></item>
-<!--   <item><p>Chinese (Hong Kong)</p></item> -->
+   <item><p>Chinese (Hong Kong)</p></item>
    <item><p>Chinese (Taiwan)</p></item>
-<!--   <item><p>Croation</p></item> -->
+   <item><p>Croation</p></item>
    <item><p>Czech</p></item>
    <item><p>Danish</p></item>
    <item><p>Dutch</p></item>
-<!--   <item><p>Estonian</p></item> -->
+   <item><p>Estonian</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>Gujarati</p></item> -->
-<!--   <item><p>Hebrew</p></item> -->
-<!--   <item><p>Hindi</p></item> -->
+   <item><p>Gujarati</p></item>
+   <item><p>Hebrew</p></item>
+   <item><p>Hindi</p></item>
    <item><p>Hungarian</p></item>
    <item><p>Indonesian</p></item>
    <item><p>Italian</p></item>
    <item><p>Japanese</p></item>
-<!--   <item><p>Kannada</p></item> -->
+   <item><p>Kannada</p></item>
    <item><p>Korean</p></item>
    <item><p>Latvian</p></item>
    <item><p>Lithuanian</p></item>
-<!--   <item><p>Macedonian</p></item> -->
-<!--   <item><p>Malayalam</p></item> -->
-<!--   <item><p>Marathi</p></item> -->
+   <item><p>Macedonian</p></item>
+   <item><p>Malayalam</p></item>
+   <item><p>Marathi</p></item>
    <item><p>Norwegian Bokmål</p></item>
    <item><p>Occitan</p></item>
-<!--   <item><p>Oriya</p></item> -->
+   <item><p>Oriya</p></item>
    <item><p>Polish</p></item>
    <item><p>Portuguese</p></item>
-<!--   <item><p>Punjabi</p></item> -->
-<!--   <item><p>Romanian</p></item> -->
+   <item><p>Punjabi</p></item>
+   <item><p>Romanian</p></item>
    <item><p>Russian</p></item>
    <item><p>Serbian</p></item>
    <item><p>Serbian Latin</p></item>
@@ -82,13 +82,13 @@
    <item><p>Slovenian</p></item>
    <item><p>Spanish</p></item>
    <item><p>Swedish</p></item>
-<!--   <item><p>Tamil</p></item> -->
-<!--   <item><p>Telugu</p></item> -->
-<!--   <item><p>Thai</p></item> -->
+   <item><p>Tamil</p></item>
+   <item><p>Telugu</p></item>
+   <item><p>Thai</p></item>
    <item><p>Turkish</p></item>
    <item><p>Uighur</p></item>
-<!--   <item><p>Ukrainian</p></item> -->
-<!--   <item><p>Vietnamese</p></item> -->
+   <item><p>Ukrainian</p></item>
+   <item><p>Vietnamese</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 1332c5e..552fa83 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE page [
-<!ENTITY gnomeversion "3.26">
-<!ENTITY lastversion "3.24">
-<!ENTITY nextversion "3.28">
+<!ENTITY gnomeversion "3.28">
+<!ENTITY lastversion "3.26">
+<!ENTITY nextversion "3.30">
 <!ENTITY gitcommits "24105">
 <!ENTITY gitauthors "778">
        ]>
@@ -24,7 +24,7 @@
     </license>
   </info>
 
-  <title>Introducing GNOME &gnomeversion;: “Manchester”</title>
+  <title>Introducing GNOME &gnomeversion;: “Chongqing”</title>
 
   <p>GNOME &gnomeversion; is the latest version of GNOME 3, and is the result
   of 6 months’ hard work by the GNOME community. It contains major new
@@ -32,115 +32,65 @@
   release incorporates &gitcommits; changes, made by approximately &gitauthors;
   contributors.</p>
 
-  <p>&gnomeversion; has been named “Manchester” in recognition of this year’s
-  <link href="https://2017.guadec.org/";>GUADEC</link> organizing team. GUADEC
-  is GNOME’s primary annual conference and is only possible due to the amazing
-  work of local volunteers. This year’s event was held in Manchester, UK, and
-  was a big success. Thank you Team Manchester!</p>
+  <p>&gnomeversion; has been named “Chongqing” in recognition of this year’s
+  <link href="https://2017.gnome.asia/";>GNOME.Asia</link> organizing team.</p>
 
-  <section id="search">
-    <title>Improved Search</title>
-    <media type="image" src="figures/search.png"/>
-    <p>System search has been improved for GNOME 3.26. Results have an updated
-    layout which makes them easier to read and shows more items at once.
-    Additionally, it’s now possible to search for system actions, including
-    <gui>power off</gui>, <gui>suspend</gui>, <gui>lock screen</gui>, <gui>log
-    out</gui>, <gui>switch user</gui> and <gui>orientation lock</gui>. (Log out
-    and switch user only appear if there’s more than one user. Orientation lock
-    is only available if the device supports automatic screen rotation.)</p>
-    <p>These search features can be accessed in the usual way: click
-    <gui>Activities</gui> and type into the search box, or simply press
-    <key>Super</key> and start typing!</p>
+  <section id="favorites">
+    <title>Choose Your Favorites</title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p>GNOME 3.28 makes it easier to keep track of the things that are important to you, with two new 
features. In Files, it is now possible to star files and folders. Starred items can then be easily accessed 
from the sidebar. Favorites have also been added to contacts, where they appear pinned to the top of the 
contact list.</p>
   </section>
 
-  <section id="settings">
-    <title>New Look Settings</title>
-    <media type="image" src="figures/settings.png"/>
-    <p>GNOME 3.26 introduces a new layout to the <app>Settings</app>
-    application. The previous grid of icons is gone and, in its place, a
-    sidebar allows switching between different areas. The new sidebar makes it
-    much easier and quicker to navigate the settings application and places the
-    most commonly used settings within easy reach. It also means that the
-    Settings window is now bigger and can be resized, which is more comfortable
-    in a lot of situations.</p>
-    <p>GNOME’s network settings have been improved as part of this work:
-    Wi-Fi now has its own dedicated settings area and network settings dialogs
-    have been reworked, so that they are neater, clearer and easier to use.</p>
+  <section id="photos">
+    <title>Improved Photos</title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p></p>
   </section>
 
-  <section id="color-emoji">
-    <title>Color Emoji! 👍💎🍩🐈</title>
-    <media type="image" src="figures/characters.png"/>
-    <p>Color emoji have arrived in GNOME! These will now be displayed in their
-    full-color glory wherever they appear. Various ways to insert emoji have
-    also been introduced for GNOME 3.26. This includes the <app>Characters</app>
-    application, which now allows you to browse and search for emoji and to
-    copy them into messages and documents. <app>Polari</app>, the GNOME
-    IRC client, has a dedicated emoji picker and a similar tool is being
-    made available for other applications to use.</p>
+  <section id="cantarell">
+    <title>Refreshed Font</title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p>Photos has had a number of improvements for GNOME 3.28. Most significantly, a new import from device 
feature makes it easy to add photos to your collection from removable media. Import automatically detects if 
a device contains new images. It also allows organizing new images into folders as they are imported.</p>
+    <p>Other improvements in Photos include new editing tools for shadows and hightlights, and performance 
improvements.</p>
   </section>
 
-  <section id="web-sync">
-    <title>Synchronize Your Browser</title>
-    <media type="image" src="figures/web-sync.png"/>
-    <p>In <app>Web</app>, the GNOME browser, it’s now possible to synchronize
-    your bookmarks, passwords and browser history, using the <link 
href="https://www.mozilla.org/firefox/features/sync/";>Firefox Sync</link> service.
-    This makes it possible to keep an online backup of this information and
-    also to share it with Firefox desktop and mobile.</p>
-    <p>Firefox Sync can be set up from Web’s application preferences.</p>
+<section id="boxes">
+    <title>New Boxes Features</title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p></p>
   </section>
 
-  <section id="display-settings">
-    <title>Redesigned Display Settings</title>
-    <media type="image" src="figures/display-settings.png"/>
-    <p>GNOME’s display settings have been redesigned for 3.26. The new design
-    brings relevant settings to the forefront, so it’s easy to get an overview
-    of how your displays are set up. When there are multiple displays connected,
-    a simple row of buttons allows you to choose how you want to use them.</p>
-    <p>The new display settings include a preview version of a new scaling
-    setting. This allows the size of what’s shown on the screen to be adjusted
-    to match the density (often expressed as PPI or DPI) of your display,
-    resulting in the right amount of content being displayed, as well as making
-    it easy to read.</p>
-    <p>The display scaling feature is expected to mature in future releases.
-    For the best experience, Wayland is recommended over X11, as per-display
-    configuration is not supported on X11.</p>
+  <section id="on-screen-keyboard">
+    <title>All-New Screen Keyboard</title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p>GNOME's screen keyboard has been completely rewritten for 3.28.</p>
   </section>
 
-  <section id="system-refinements">
-    <title>System Refinements</title>
-    <media type="image" src="figures/system-refinements.png"/>
-    <p>There have been a number of highly visible visual refinements for GNOME
-    3.26. These include:</p>
-    <list>
-      <item><p>Windows now smoothly transition when they are maximized, unmaximized or snapped to one half 
of the screen. As well as looking good, this makes it easier to track what’s happening on screen.</p></item>
-      <item><p>The size of window thumbnails has been increased in the Activities Overview, making it easier 
to pick the window you want.</p></item>
-      <item><p>The top bar now becomes transparent when there aren’t any maximized windows. This is more 
attractive and gives a better sense of space.</p></item>
-      <item><p>The dialogs which inform you when an application isn’t responding have a new style, making 
them look more integrated and refined.</p></item>
-    </list>
+  <section id="Usage">
+    <title>Usage - A New Application</title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p></p>
   </section>
 
-
   <section id="thats-not-all">
     <title>And That’s Not All…</title>
     <p>As usual, there are also many other smaller improvements in this GNOME
     release. Here are some of them!</p>
     <list>
-      <item><p><app>Boxes</app>, the GNOME application for virtual and remote machines, now allows folders 
to be shared between a virtual machine and your computer. To use this feature, just select which folders you 
want to share from the box settings, and they will appear as network locations in the guest.</p></item>
-      <item><p>In <app>Software</app>, updates are now grouped by type and provide more accurate progress 
information when being installed.</p></item>
-      <item><p><app>Simple Scan</app>, the GNOME application for scanning images and documents, has had some 
interface improvements for 3.26. A new start screen provides some useful guidance, editing tools are easier 
to identify and preferences can be accessed from the header bar.</p></item>
-      <item><p><app>Logs</app> now groups similar messages together, which makes the history much shorter, 
making it easier to find what you’re looking for.</p></item>
-      <item><p><app>Polari</app> — the IRC application — has a new initial setup assistant, which makes it 
easy to get connected and start chatting.</p></item>
-      <item><p>When you resize a file system in <app>Disks</app> it’s now possible to also resize its 
partition, which often saves an extra task.</p></item>
-      <item><p><app>Maps</app> has a collection of small improvements: there are new keyboard shortcuts, 
more information is shown about places and the last transportation method is remembered when plotting 
routes.</p></item>
-      <item><p>GNOME’s calendaring, contacts, to do and mail applications now perform better offline — many 
items can now be edited when you don’t have an internet connection, and any changes will be uploaded the next 
time you are online.</p></item>
-      <item><p><app>Photos</app> has new controls for zooming.</p></item>
-      <item><p>It’s now possible to add and edit reoccurring events in <app>Calendar</app>.</p></item>
-      <item><p><app>Terminal</app> now highlights and makes it easy to open hyperlinks.</p></item>
-      <item><p>In <app>Evolution</app>, the new <gui>To Do</gui> bar allows you to view a list of upcoming 
events and tasks. Also, it’s now possible to use <app>Evolution</app> without having a mail 
account.</p></item>
-      <item><p><app>Tweak Tool</app> has been renamed to <app>Tweaks</app> and has gained three new 
settings: a switch to move window buttons to the left or right, a <gui>Disable While Typing</gui> option for 
touchpads and an option to show the battery percentage in the top bar. There has also been a good amount of 
clean up and refinement.</p></item>
+      <item><p>Clocks - can now select UTC.</p></item>
+      <item><p>Contacts - can now be sorted by either first name or surname.</p></item>
+      <item><p>Contacts - Various UI cleanups, new shortcuts window.</p></item>
+      <item><p>Software - can now browse categories by rating or date; improved browsing UI</p></item>
+      <item><p>Calendar - month view has an improved layout. It also has some fancy animations</p></item>
+      <item><p>Calendar - weather integration</p></item>
+      <item><p>Software - now allows disabling and removing repositories</p></item>
+      <item><p>To Do - updated task view design - draggable rows. Improved Todoist integration</p></item>
+      <item><p>The font viewer now shows more information</p></item>
+      <item><p>GTK's font view has been improved - allows configuring variable fonts, improved 
list</p></item>
+      <item><p>Updated collection of backgrounds</p></item>
+      <item><p>Maps now shows pictures of places, when they're available</p></item>
+      <item><p>Profile picture selection has been improved in Settings, with a new set of pictures to choose 
from and a nicer UI</p></item>
     </list>
-    <p>GNOME 3.26 no longer shows status icons in the bottom-left of the screen. This prevents the status 
icon tray from getting in the way and is expected to provide a better overall experience. The lack of status 
icons is not expected to cause serious issues for users. However, if you do find that you need to access 
them, they can be restored using the <link 
href="https://extensions.gnome.org/extension/495/topicons/";>TopIcons extension</link>. More information about 
this change can be found in a <link 
href="https://blogs.gnome.org/aday/2017/08/31/status-icons-and-gnome/";>blog post on the subject</link>.</p>
   </section>
 
   <section id="more">
diff --git a/help/Makefile.am b/help/Makefile.am
index 4fb37f2..5b1e534 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -9,17 +9,7 @@ HELP_FILES = \
  i18n.page
 
 HELP_MEDIA = \
- figures/builder-debugger.png \
- figures/builder-inlinedocumentation.png \
- figures/builder.png \
- figures/characters.png \
- figures/display-settings.png \
- figures/emoji.png \
  figures/flatpak.png \
- figures/placeholder.png \
- figures/search.png \
- figures/settings.png \
- figures/system-refinements.png \
- figures/web-sync.png
+ figures/placeholder.png
 
-HELP_LINGUAS = cs de el es fr fur gl hu it ja ko lt pl pt_BR ro sv tr
+HELP_LINGUAS = 


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