[release-notes/gnome-3-18] Clear the decks for 3.18 content



commit c4ed06d2d6b48faaf20abddcf86a16be3c076cfd
Author: Allan Day <allanpday gmail com>
Date:   Mon Aug 24 17:04:23 2015 +0100

    Clear the decks for 3.18 content

 help/C/developers.page                     |   83 +-
 help/C/figures/boxes.png                   |  Bin 220577 -> 0 bytes
 help/C/figures/builder.png                 |  Bin 272791 -> 0 bytes
 help/C/figures/calculator-history.png      |  Bin 195549 -> 0 bytes
 help/C/figures/calendar-notifications.png  |  Bin 518930 -> 0 bytes
 help/C/figures/files.png                   |  Bin 310478 -> 0 bytes
 help/C/figures/gtk-inspector.png           |  Bin 281766 -> 0 bytes
 help/C/figures/gtk.png                     |  Bin 628609 -> 0 bytes
 help/C/figures/image-viewer.png            |  Bin 729593 -> 0 bytes
 help/C/figures/maps.png                    |  Bin 1155720 -> 0 bytes
 help/C/figures/multiwriter.png             |  Bin 278715 -> 0 bytes
 help/C/figures/notification-bubble.png     |  Bin 237464 -> 0 bytes
 help/C/figures/overlay-scrollbars.png      |  Bin 486288 -> 0 bytes
 help/C/figures/preview-apps.png            |  Bin 641861 -> 0 bytes
 help/C/figures/taquin.png                  |  Bin 471642 -> 0 bytes
 help/C/figures/visuals.png                 |  Bin 356292 -> 0 bytes
 help/C/i18n.page                           |   34 +-
 help/C/index.page                          |   59 +-
 help/C/more.page                           |   59 +-
 help/Makefile.am                           |   17 +-
 help/cs/cs.po                              | 1433 ------
 help/de/de.po                              | 1470 ------
 help/de/figures/calculator-history.png     |  Bin 21399 -> 0 bytes
 help/de/figures/calendar-notifications.png |  Bin 295924 -> 0 bytes
 help/de/figures/files.png                  |  Bin 202285 -> 0 bytes
 help/de/figures/image-viewer.png           |  Bin 1075925 -> 0 bytes
 help/de/figures/notification-bubble.png    |  Bin 121361 -> 0 bytes
 help/de/figures/overlay-scrollbars.png     |  Bin 153248 -> 0 bytes
 help/de/figures/taquin.png                 |  Bin 254544 -> 0 bytes
 help/de/figures/visuals.png                |  Bin 1401263 -> 0 bytes
 help/el/el.po                              | 1057 ----
 help/es/es.po                              | 7702 ----------------------------
 help/fr/figures/calculator-history.png     |  Bin 490830 -> 0 bytes
 help/fr/figures/calendar-notifications.png |  Bin 218403 -> 0 bytes
 help/fr/figures/files.png                  |  Bin 257297 -> 0 bytes
 help/fr/figures/image-viewer.png           |  Bin 1014290 -> 0 bytes
 help/fr/figures/maps.png                   |  Bin 970101 -> 0 bytes
 help/fr/figures/notification-bubble.png    |  Bin 220742 -> 0 bytes
 help/fr/figures/taquin.png                 |  Bin 554561 -> 0 bytes
 help/fr/figures/visuals.png                |  Bin 527050 -> 0 bytes
 help/fr/fr.po                              | 1424 -----
 help/gl/gl.po                              | 1480 ------
 help/hu/hu.po                              | 1500 ------
 help/ja/ja.po                              |  934 ----
 help/lt/lt.po                              | 1466 ------
 help/pa/pa.po                              | 1286 -----
 help/pl/pl.po                              | 1444 ------
 help/pt_BR/pt_BR.po                        | 1384 -----
 help/ru/ru.po                              | 1383 -----
 help/sv/sv.po                              | 1346 -----
 help/tr/tr.po                              | 1412 -----
 help/uk/uk.po                              | 1408 -----
 help/zh_HK/zh_HK.po                        | 4762 -----------------
 help/zh_TW/zh_TW.po                        | 4911 ------------------
 54 files changed, 45 insertions(+), 38009 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 7996afe..ed51310 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.16">
-<!ENTITY lastversion "3.14">
-<!ENTITY nextversion "3.18">
+<!ENTITY gnomeversion "3.18">
+<!ENTITY lastversion "3.16">
+<!ENTITY nextversion "3.20">
        ]>
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
@@ -17,7 +17,7 @@
       <email its:translate="no">allanday gnome org</email>
     </credit>
     <license>
-      <p>Creative Commons Share Alike 3.0</p>
+      <p>Creative Commons Share Alike 4.0</p>
     </license>
   </info>
 
@@ -25,82 +25,17 @@
 
   <p>GNOME &gnomeversion; introduces a number of new features and enhancements for those working with GNOME 
technologies.</p>
 
-  <section id="gtk+">
-    <title>GTK+</title>
-    <media type="image" src="figures/gtk.png"/>
-    <p>With &gnomeversion;, built-in <link href="https://en.wikipedia.org/wiki/OpenGL";>OpenGL</link> support 
has arrived for GTK+. This allows applications that make heavy use of 3D graphics to be written in 
conjunction with GTK+, using the new <code>GtkGLArea</code> widget. OpenGL support in GTK+ &gnomeversion; 
provides an effective replacement for the previous GtkGLArea and GtkGLExt libraries.</p>
-
-   <p>Other changes in this version of GTK+ include:</p>
-    <list>
-      <item><p>A display system backend for the Mir display server.</p></item>
-      <item><p><code>GtkPopoverMenu</code>, a new widget for creating menus contained with 
popovers.</p></item>
-      <item><p>Themes can now simultaneously support multiple GTK+ versions, by including version-specific 
CSS.</p></item>
-      <item><p>Improved support for application menus on OS X.</p></item>
-      <item><p>Customizable selection behavior in <code>GtkTextView</code>.</p></item>
-    </list>
-  </section>
-
-  <section id="gtk-inspector">
-    <title>GTK+ Inspector</title>
-    <media type="image" src="figures/gtk-inspector.png"/>
-    <p>GTK+'s live inspector has had lots of improvements for &gnomeversion;. New features include:</p>
-    <list>
-      <item><p>An interactive JavaScript prompt.</p></item>
-      <item><p>An interface for GLib's new memory tracking features.</p></item>
-      <item><p>A magnifier for inspecting widgets (this is particularly useful for theme authors).</p></item>
-      <item><p>Increased isolation of the inspector through the use of a separate display connection. This 
means that settings changes only affect the application you are inspecting, and not the inspector 
itself.</p></item>
-      <item><p>A much improved user interface, which uses space more efficiently and is easier to 
navigate.</p></item>
-    </list>
-  </section>
-
-  <section id="glib">
-    <title>GLib</title>
-    <p>GNOME &gnomeversion; is accompanied by GLib 2.44. This latest GLib release includes a number of new 
features:</p>
-    <list>
-      <item><p>GObject instance counting is a new debugging feature which helps to find reference leaks. To 
use it, set the <code>GOBJECT_DEBUG=instance-count</code> environment variable, and then use 
<code>g_type_get_instance_count()</code> to get the number of live objects of a given type. GTK+ Inspector 
has a UI for this.</p></item>
-      <item><p>GLib 2.44 introduces <code>GListModel</code>, a GSequence-based object list. This provides an 
alternative to <code>GtkTreeModel</code>, when data is naturally organized in GObjects. 
<code>GtkListBox</code> has an API (<code>gtk_list_box_bind_model</code>) to use such models.</p></item>
-      <item><p>GLib's network monitor implementation has been significantly improved. This can be accessed 
using the existing <code>GNetworkMonitor</code> interface, to find out the current network state.</p></item>
-      <item><p>The new <code>G_DECLARE_TYPE</code> macro reduces the amount boilerplate required when 
creating GObjects in C.</p></item>
-      <item><p><code>g_autoptr</code> now provides automatic cleanup for local variables (supported on GCC 
and Clang).</p></item>      
-      <item><p><code>GSimpleIOStream</code> is a new wrapper which makes it easier to construct 
<code>GIOStreams</code>.</p></item>
-    </list>
-  </section>
-
-  <section id="builder">
-    <title>Builder</title>
-    <media type="image" src="figures/builder.png"/>
-    <p>Builder is a brand new IDE, which is intended to make it easy to create GNOME applications. This 
initial &gnomeversion; release is an early preview, which shows editing features, such as split view, 
snippets, auto-indentation and a VIM engine. Builder was backed by a <link 
href="https://www.indiegogo.com/projects/builder-an-ide-of-our-gnome";>successful crowdfunding campaign</link> 
early in 2015, and there are big plans for the future. These include project management functionality, global 
search, version tracking, debugging, Glade integration, and much more.</p>
-  </section>
-
-  <section id="multiwriter">
-    <title>MultiWriter</title>
-    <media type="image" src="figures/multiwriter.png"/>
-    <p>MultiWriter is a new application for writing image files to multiple USB devices. It has a range of 
possible applications, including operating system distribution, QA testing, or promotional use of live USB 
drives.</p>
+  <section id="">
+    <title>Title</title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p>Description.</p>
   </section>
 
   <section id="more">
     <title>Other Improvements in &gnomeversion;</title>
     <list>
-    <item><p>GDK Pixbuf has improved support for loading and saving various image formats, including PNG, 
JPEG, TIFF, ICO and BMP.</p></item>
-    <item><p>Tracker's utilities have been consolidated into a single <code>tracker</code> command. This 
replaces the previous collection of utilities, making it easier and more convenient to work with Tracker from 
the command line. <code>tracker --help</code> can be used to list all available subcommands.</p></item>
-    <item><p>libsoup, the HTTP client/server library, now supports <link 
href="https://en.wikipedia.org/wiki/WebSocket";>WebSockets</link>, both client-side and server-side.</p></item>
-    </list>
-  </section>
-
-  <section id="future">
-    <title>Looking to the Future</title>
-    <p>GNOME &gnomeversion; includes important developments as a part of long-term GNOME technology 
initiatives.</p>
-
-    <list>
-      <item><p>Work towards full <link href="https://en.wikipedia.org/wiki/Wayland_
-%28display_server_protocol%29">Wayland</link> adoption has continued apace in &gnomeversion;. Features like 
input configuration and pointer barriers are now Wayland compatible, and input handling has made major 
progress through the development of libinput. With these changes, the port to Wayland is now approaching its 
final stages.</p></item>
-
-      <item><p>The GNOME community has begun development on an exciting new application deployment 
framework. Called <link href="https://wiki.gnome.org/Projects/SandboxedApps";>XDG App</link>, this aims to 
make it possible for developers to create applications that can run on multiple distributions, and for those 
applications to be sandboxed for additional security and stability.</p></item>
-
-      <item><p>Finally, the arrival of OpenGL support in GTK+ marks a major achievement on the road to the 
implementation of the GTK+ Scene Graph, which promises to provide an advanced animation framework for 
GTK+.</p></item>
-
+    <item><p>List item.</p></item>
     </list>
-
   </section>
 
 </page>
diff --git a/help/C/i18n.page b/help/C/i18n.page
index 773a5d8..0e9117d 100644
--- a/help/C/i18n.page
+++ b/help/C/i18n.page
@@ -17,20 +17,20 @@
       <email its:translate="no">allanday gnome org</email>
     </credit>
     <license>
-      <p>Creative Commons Share Alike 3.0</p>
+      <p>Creative Commons Share Alike 4.0</p>
     </license>
   </info>
 
   <title>Internationalization</title>
 
-  <p>Thanks to members of the worldwide <link href="https://wiki.gnome.org/TranslationProject";>GNOME 
Translation Project</link>, GNOME 3.16 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 3.18 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>Arabic</p></item>
    <item><p>Assamese</p></item>
-<!--   <item><p>Asturian</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>
@@ -42,33 +42,33 @@
    <item><p>Chinese (Taiwan)</p></item>
    <item><p>Czech</p></item>
    <item><p>Danish</p></item>
-<!--   <item><p>Dutch</p></item> -->
-<!--   <item><p>Estonian</p></item> -->
+   <item><p>Dutch</p></item>
+   <item><p>Estonian</p></item>
    <item><p>Finnish</p></item>
    <item><p>French</p></item>
    <item><p>Galician</p></item>
    <item><p>German</p></item>
    <item><p>Greek</p></item>
-<!--   <item><p>Gujarati</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>Macedonian</p></item>
+   <item><p>Malayalam</p></item>
    <item><p>Marathi</p></item> 
    <item><p>Norwegian Bokmål</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>Romanian</p></item>
    <item><p>Russian</p></item>
    <item><p>Serbian</p></item>
    <item><p>Serbian Latin</p></item>
@@ -76,13 +76,13 @@
    <item><p>Slovenian</p></item>
    <item><p>Spanish </p></item> 
    <item><p>Swedish</p></item>
-<!--   <item><p>Tamil</p></item> -->
+   <item><p>Tamil</p></item>
    <item><p>Telugu</p></item>
-<!--   <item><p>Thai</p></item> -->
+   <item><p>Thai</p></item>
    <item><p>Turkish</p></item> 
-<!--   <item><p>Uighur</p></item> -->
+   <item><p>Uighur</p></item>
    <item><p>Ukrainian</p></item>
-<!--   <item><p>Vietnamese</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 dc70297..6aea603 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.16">
-<!ENTITY lastversion "3.14">
-<!ENTITY nextversion "3.18">
+<!ENTITY gnomeversion "3.18">
+<!ENTITY lastversion "3.16">
+<!ENTITY nextversion "3.20">
 <!ENTITY gitcommits "33525">
 <!ENTITY gitauthors "1043">
        ]>
@@ -20,59 +20,18 @@
       <email its:translate="no">allanday gnome org</email>
     </credit>
     <license>
-      <p>Creative Commons Share Alike 3.0</p>
+      <p>Creative Commons Share Alike 4.0</p>
     </license>
   </info>
 
   <title>Welcome to GNOME &gnomeversion;</title>
 
-  <p>GNOME &gnomeversion; is the latest version of GNOME 3, and is the result of six months' work by the 
GNOME project. It includes major new features, as well as a large number of smaller improvements and 
enhancements. The release incorporates &gitcommits; changes, made by approximately &gitauthors; contributors. 
New features and improvements being introduced in GNOME &gnomeversion; include:</p>
+  <p>Introduction text.</p>
 
-  <section id="notifications">
-    <title>Notifications Reimagined</title>
-    <media type="image" src="figures/notification-bubble.png"/>
-    <p>GNOME 3's notifications system has been overhauled for &gnomeversion;. The previous <gui>Message 
Tray</gui> has been replaced by a new message list that provides straightforward access to previous 
notifications, and notification pop-ups (called "banners") have been repositioned in order to make them more 
noticeable and to prevent them from interfering with applications.</p>
-    <p>As with the previous notifications design, it is possible to quickly and directly respond to 
notifications through their pop-up banners. This allows you to do things like quickly snooze an alarm or 
reply to a chat message.</p>
-
-    <media type="image" src="figures/calendar-notifications.png"/>
-    <p>The calendar drop down, which is accessed from the time indicator in the top bar, has also been 
redesigned for &gnomeversion;. Not only does it now present the notifications history, but it also shows 
event reminders and world times. This gives a great overview of what is currently happening, as well as what 
is scheduled for the day. The addition of weather information and birthday reminders is planned for the 
future.</p>
-  </section>
-
-  <section id="files">
-    <title>Files Improvements</title>
-    <media type="image" src="figures/files.png"/>
-    <p>The Files application has had a number of significant updates for &gnomeversion;. The grid and list 
views have been improved, so that they provide bigger thumbnails, easier to read rows, and have a more 
attractive appearance. They are complemented by a new popover for controlling the view, which makes it easy 
to change the zoom level and sort order from a single place.</p>
-    <p>File deletion has also been improved for &gnomeversion;, with the addition of a new, easy to discover 
undo feature. This allows files and folders to be moved to the trash using <key>Delete</key> alone, rather 
than the <keyseq><key>Ctrl</key><key>Delete</key></keyseq> keyboard combination.</p>
-    <p>Finally, many of the menus in Files have been updated for consistency and logical organization.</p>
-  </section>
-
-  <section id="visuals">
-    <title>Updated Visuals</title>
-    <media type="image" src="figures/visuals.png"/>
-    <p>GNOME 3's visuals have been updated for &gnomeversion;. The <gui>Activities Overview</gui>, login 
screen, system menus and other system components have been given a new, more contemporary look. The new 
visuals are designed to integrate with the visual style of GNOME applications, for a more seamless 
experience.</p>
-  </section>
-
-  <section id="overlay-scrollbars">
-    <title>New-Look Scrollbars</title>
-    <media type="image" src="figures/overlay-scrollbars.png"/>
-    <p>&gnomeversion; introduces a new style of scrollbar for GNOME 3. Instead of being shown all the time, 
these new overlay scrollbars are only shown when needed: a small scroll indicator is shown when the pointer 
is moved, and a larger bar appears when control is wanted. This creates a cleaner, less distracting view, 
which helps you to focus on window content.</p>
-  </section>
-
-  <section id="image-viewer">
-    <title>Updated Image Viewer</title>
-    <media type="image" src="figures/image-viewer.png"/>
-    <p>GNOME's Image Viewer application has been redesigned for this release. The new design significantly 
reduces the amount of window chrome, to give more space to the images themselves. A new control provides a 
convenient way to quickly zoom in and out, and the properties sidebar has been refined to be easier to read 
and more attractive.</p>
-  </section>
-
-  <section id="new-apps">
-    <title>New Preview Applications</title>
-    <media type="image" src="figures/preview-apps.png"/>
-    <p>The drive to create a new suite of core applications continues with GNOME &gnomeversion;, with the 
introduction of three new preview applications. These are initial versions that are intended for testing, and 
to give a taste of what is to come in future versions.</p>
-    <list>
-      <item><p><app>Calendar</app> provides simple and easy to use window on to your online schedule, and is 
integrated with Online Accounts for seamless setup.</p></item>
-      <item><p><app>Characters</app> is a new character map application. Common characters are quick and 
easy to browse, thanks to category-based browsing. "Type to search" provides a quick and convenient way to 
find characters, and a recent view presents characters that you have used in the past, for ease of 
retrieval.</p></item>
-      <item><p><app>Books</app> is a new e-book viewer application for GNOME. The initial version allows 
viewing comic book archives, with ePub support planned for the future.</p></item>
-    </list>
+  <section id="">
+    <title></title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p>Description</p>
   </section>
 
   <section id="more">
diff --git a/help/C/more.page b/help/C/more.page
index 4e625da..b18cf83 100644
--- a/help/C/more.page
+++ b/help/C/more.page
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE page [
-<!ENTITY gnomeversion "3.16">
-<!ENTITY lastversion "3.14">
-<!ENTITY nextversion "3.18">
+<!ENTITY gnomeversion "3.18">
+<!ENTITY lastversion "3.16">
+<!ENTITY nextversion "3.20">
        ]>
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
@@ -18,7 +18,7 @@
       <email its:translate="no">allanday gnome org</email>
     </credit>
     <license>
-      <p>Creative Commons Share Alike 3.0</p>
+      <p>Creative Commons Share Alike 4.0</p>
     </license>
   </info>
 
@@ -26,43 +26,10 @@
 
   <p>GNOME &gnomeversion; includes many other new features and improvements. Here are some of them.</p>
 
-  <section id="box">
-    <title>Better Boxes</title>
-    <media type="image" src="figures/boxes.png"/>
-    <p>Boxes, the application for virtual and remote machines, has had a large number of user interface 
improvements for &gnomeversion;:</p>
-    <list>
-      <item><p>The properties interface have been thoroughly updated. Box settings are now presented in a 
clearer manner and have been reorganized. They have also been placed within a standard dialog window for ease 
of access.</p></item>
-      <item><p>The box creation assistant has been improved, with clearer navigation, URL completion, and 
many small refinements.</p></item>
-      <item><p>It is now possible to quickly act on individual boxes, with context menus in the box 
overview, and matching header bar menus when viewing a box.</p></item>
-      <item><p>A new menu makes it possible to send keyboard shortcuts that cannot be entered directly into 
a box, such as <keyseq><key>Ctrl</key><key>Alt</key><key>Delete</key></keyseq> and 
<keyseq><key>Ctrl</key><key>Alt</key><key>F3</key></keyseq>.</p></item>
-      <item><p>Boxes are now automatically paused when they are not being viewed. This prevents unnecessary 
resource usage.</p></item>
-      <item><p>Display handling has been improved. With &gnomeversion;, boxes are always automatically 
scaled, and an on screen display indicates resolution changes.</p></item>
-    </list>
-  </section>
-
-  <section id="maps">
-    <title>Improved Maps, Now With Foursquare</title>
-    <media type="image" src="figures/maps.png"/>
-    <p>Maps has had a number of improvements for &gnomeversion;. Information bubbles have been added for 
search results and favorite locations. These show useful information about places, such as their address, 
wheelchair accessibility, and links to <link href="https://www.wikipedia.org/";>Wikipedia</link> articles. The 
new information bubbles also allow locations to be used as the start and end points for travel directions, 
for sending a location to the Weather and Clocks applications, and for marking favorite places.</p>
-    <p>Other new features and improvements in Maps include:</p>
-    <list>
-      <item><p><link href="https://foursquare.com/";>Foursquare</link> check-in: to use this feature, add 
your Foursquare account to Online Accounts, and select the current location marker from Maps.</p></item>
-      <item><p>Contact search: if contacts have address information associated with them, you can search for 
them directly from Maps.</p></item>
-      <item><p>Improved state handling: Maps now gracefully responds when there is no network connection, or 
when location services are turned off.</p></item>
-      <item><p>Route drag and drop: it is now possible to adjust routes by dragging them on the 
map.</p></item>
-    </list>
-  </section>
-
-  <section id="games">
-    <title>Games Updates</title>
-    <media type="image" src="figures/taquin.png"/>
-    <p>With &gnomeversion;, GNOME's games have had another update. This release includes a fun new sliding 
blocks game, called Taquin, which comes complete with a set of cute cat picture puzzles that you can solve. 
Iagno has also had a number of improvements, including a new dialog for starting games and additional 
themes.</p>
-  </section>
-
-  <section id="calculator">
-    <title>Calculator History</title>
-    <media type="image" src="figures/calculator-history.png"/>
-    <p>GNOME's Calculator has a new history view for &gnomeversion;. This makes it possible to view previous 
calculations, and you can quickly copy figures that you have used before. Together, this makes performing 
sequences of calculations much easier. The Calculator now also includes a simplified keyboard only mode, for 
cases when buttons are not needed.</p>
+  <section id="">
+    <title>Section title</title>
+    <media type="image" src="figures/placeholder.png"/>
+    <p>Description.</p>
   </section>
 
   <section id="more">
@@ -70,15 +37,7 @@
     <p>There are many other smaller improvements in GNOME &gnomeversion;. These include:</p>
 
     <list>
-      <item><p>The GNOME Document Viewer has a nicer sidebar.</p></item>
-      <item><p>Major performance improvements have been made to Photos and Music.</p></item>
-      <item><p>Documents now shows different views for recent documents and collections.</p></item>
-      <item><p>Smart playlists have been added to Music, so you can view frequently played and recently 
added tracks. It is now also possible to star your favorite tracks.</p></item>
-      <item><p>Search has been added to the standard file chooser dialog.</p></item>
-      <item><p>Problem reporting controls have been added to Settings.</p></item>
-      <item><p>The initial setup assistant now includes a section on privacy controls. Privacy has also been 
improved for geolocation (thanks to the use of HTTPS) and the Terminal (as scrollback is now 
encrypted).</p></item>
-      <item><p>In Contacts, maps are now shown for contact addresses. These provide a link through to Maps, 
where you can see the location in more detail.</p></item>
-      <item><p>Automatic codecs installation, which has long been a GNOME feature, has been integrated into 
Software.</p></item>
+      <item><p>List item.</p></item>
     </list>
 
   <p>And, of course, &gnomeversion; includes lots of important bug fixes.</p>
diff --git a/help/Makefile.am b/help/Makefile.am
index bfcb97b..21244c7 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -11,21 +11,6 @@ HELP_FILES = \
 
 HELP_MEDIA = \
  figures/placeholder.png \
- figures/notification-bubble.png \
- figures/calendar-notifications.png \
- figures/image-viewer.png \
- figures/calculator-history.png \
- figures/builder.png \
- figures/files.png \
- figures/visuals.png \
- figures/taquin.png \
- figures/overlay-scrollbars.png \
- figures/maps.png \
- figures/gtk.png \
- figures/gtk-inspector.png \
- figures/multiwriter.png \
- figures/boxes.png \
- figures/preview-apps.png \
  figures/wayland.png
 
-HELP_LINGUAS = cs de el es fr gl hu ja lt pa pl pt_BR ru sv tr uk zh_HK zh_TW
+HELP_LINGUAS = 


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