[release-notes/gnome-3-14] prepare the ground for the 3.14 content



commit f9209dc09d6afd071ece71f4099be5a1172dc0ce
Author: Allan Day <allanpday gmail com>
Date:   Fri Sep 5 18:29:20 2014 +0100

    prepare the ground for the 3.14 content

 help/C/developers.page                 |  110 +-
 help/C/developers.page~                |   68 +
 help/C/figures/app-folders.png         |  Bin 801654 -> 0 bytes
 help/C/figures/bluetooth.png           |  Bin 451406 -> 0 bytes
 help/C/figures/cloud-integration.png   |  Bin 208378 -> 0 bytes
 help/C/figures/games.png               |  Bin 498794 -> 0 bytes
 help/C/figures/gedit.png               |  Bin 488801 -> 0 bytes
 help/C/figures/geolocation.png         |  Bin 927756 -> 0 bytes
 help/C/figures/gnome-photos.png        |  Bin 960492 -> 0 bytes
 help/C/figures/gnome-software.png      |  Bin 589812 -> 0 bytes
 help/C/figures/gnome-videos.png        |  Bin 735707 -> 0 bytes
 help/C/figures/gnome-web.png           |  Bin 297838 -> 0 bytes
 help/C/figures/hi-res-displays.png     |  Bin 41024 -> 0 bytes
 help/C/figures/initial-setup.png       |  Bin 503428 -> 0 bytes
 help/C/figures/new-preview-apps.png    |  Bin 137031 -> 0 bytes
 help/C/figures/popovers.png            |  Bin 449004 -> 0 bytes
 help/C/figures/rounding-things-out.png |  Bin 631487 -> 0 bytes
 help/C/figures/tabs.png                |  Bin 545802 -> 0 bytes
 help/C/figures/terminal.png            |  Bin 765883 -> 0 bytes
 help/C/i18n.page                       |   32 +-
 help/C/i18n.page~                      |   91 +
 help/C/index.page                      |   60 +-
 help/C/index.page~                     |   54 +
 help/C/more-apps.page                  |  129 +-
 help/C/more-apps.page~                 |  113 +
 help/C/more-core-ux.page               |   73 +-
 help/C/more-core-ux.page~              |   48 +
 help/Makefile.am                       |   38 -
 help/Makefile.am~                      |   53 +
 help/cs/cs.po                          | 1953 ---------
 help/de/de.po                          | 7408 --------------------------------
 help/de/figures/gedit.png              |  Bin 106140 -> 0 bytes
 help/de/figures/geolocation.png        |  Bin 825175 -> 0 bytes
 help/de/figures/gnome-software.png     |  Bin 394647 -> 0 bytes
 help/de/figures/gnome-web.png          |  Bin 227847 -> 0 bytes
 help/de/figures/tabs.png               |  Bin 348791 -> 0 bytes
 help/de/figures/terminal.png           |  Bin 34374 -> 0 bytes
 help/el/el.po                          | 2038 ---------
 help/es/es.po                          | 6540 ----------------------------
 help/fr/figures/app-folders.png        |  Bin 546505 -> 0 bytes
 help/fr/figures/bluetooth.png          |  Bin 369757 -> 0 bytes
 help/fr/figures/games.png              |  Bin 407456 -> 0 bytes
 help/fr/figures/gedit.png              |  Bin 262418 -> 0 bytes
 help/fr/figures/geolocation.png        |  Bin 867412 -> 0 bytes
 help/fr/figures/gnome-photos.png       |  Bin 755276 -> 0 bytes
 help/fr/figures/gnome-software.png     |  Bin 218658 -> 0 bytes
 help/fr/figures/gnome-web.png          |  Bin 482803 -> 0 bytes
 help/fr/figures/popovers.png           |  Bin 474758 -> 0 bytes
 help/fr/figures/tabs.png               |  Bin 133266 -> 0 bytes
 help/fr/figures/terminal.png           |  Bin 506149 -> 0 bytes
 help/fr/fr.po                          | 3582 ---------------
 help/gl/gl.po                          | 2045 ---------
 help/hu/hu.po                          | 2966 -------------
 help/ja/ja.po                          | 3766 ----------------
 help/ko/ko.po                          | 1902 --------
 help/lt/lt.po                          | 1958 ---------
 help/pa/pa.po                          | 2905 -------------
 help/pl/pl.po                          | 2016 ---------
 help/pt_BR/pt_BR.po                    | 2082 ---------
 help/te/te.po                          | 1538 -------
 help/uk/uk.po                          | 1773 --------
 help/zh_CN/zh_CN.po                    | 2132 ---------
 help/zh_HK/zh_HK.po                    | 3515 ---------------
 help/zh_TW/zh_TW.po                    | 3578 ---------------
 64 files changed, 595 insertions(+), 53971 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index c70f43a..e66071c 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -22,102 +22,46 @@
 
   <title>What's new for developers, system administrators and distributors</title>
 
-  <p>GNOME 3.12 introduces a number of new features and enhancements for those working with GNOME 
technologies.</p>
+  <p>GNOME 3.14 introduces a number of new features and enhancements for those working with GNOME 
technologies.</p>
 
-  <section id="gtk-widgets">
-    <title>New GTK+ Widgets</title>
-    <p>The <app>GTK+</app> toolkit has three new interface widgets for 3.12:</p>
-    <list>
-      <item><p><cmd>GtkActionBar</cmd>: a new container, which has a centered child like 
<cmd>GtkHeaderBar</cmd>. This is intended for use at the bottom of widgets for presenting actions for 
selected content.</p></item>
-      <item><p><cmd>GtkPopover</cmd>: a new widget that can be used for transient views, as an alternative 
to menus or dialogs.</p></item>
-      <item><p><cmd>GtkFlowBox</cmd>: a container that displays its children as a reflowing grid, which can 
be oriented horizontally or vertically.</p></item>
-    </list>
+  <section id="gtk-inspector">
+    <title>GTK+ Inspector</title>
   </section>
 
-  <section id="notifications">
-    <title>Integrated Notifications API</title>
-    <p>GNOME 3.12 includes a new notifications API. Included in <app>GIO</app> and called 
<cmd>GNotification</cmd>, the new API replaces <cmd>libnotify</cmd>, so that developers no longer need to 
link against it. (<cmd>GNotification</cmd> can fall back to the <cmd>org.freedesktop.Notifications</cmd> 
<app>D-Bus</app> interface.)</p>
-    <p>The new API neatly integrates with <app>GTK+</app>, and works in conjunction with 
<cmd>GApplication</cmd> and <cmd>GAction</cmd>. It provides many of <cmd>libnotify</cmd>'s capabilities plus 
some new ones, such as the ability for notifications to persist after an application exits. It also makes it 
possible to restart an application when a notification is activated by the user.</p>
-    <p>More details on how to use the <cmd>GNotification</cmd> API can be found on the <link 
href="https://wiki.gnome.org/HowDoI/GNotification";>How Do I</link> page.</p>
+  <section id="adwaita">
+    <title>New Default GTK+ Theme</title>
   </section>
 
-  <section id="process-launching">
-    <title>Powerful New Process Launching API</title>
-    <p>A new, powerful process launching API is included in 3.12, called <cmd>GSubprocess</cmd>. The new API 
allows the <cmd>gapplication</cmd> command line utility to be used for launching applications. Applications 
can be instructed to open files or trigger actions when launched. It is also possible to list the available 
applications and actions, and the command line utility comes complete with bash completion.</p>
-    <p><cmd>GApplication</cmd> now also supports command line handling, including the convenient 
<cmd>--gapplication-service</cmd> option.</p>
+  <section id="gestures">
+    <title>Gestures</title>
   </section>
 
-  <section id="docs">
-    <title>Improved Developer Documentation</title>
-    <p>3.12 includes a raft of improvements to <app>GTK+</app>'s API reference documentation. The 
documentation has been restructured to have a more logical order. Synopsis sections have been uncluttered for 
easier reading, and widget screenshots have all been updated.</p>
-    <p>Documentation markup has also been improved across a number of libraries. <app>GTK+</app>, 
<app>GLib</app>, <app>GDK-Pixbuf</app> and <app>Clutter</app> have all been converted to use <link 
href="http://daringfireball.net/projects/markdown/";>Markdown</link>. This results in a less cluttered 
appearance and easier maintenance at source.</p>
-    <p>Finally, formatting improvements have been made for all documentation, which make it more attractive 
and easier to read.</p>
+  <section id="hig">
+    <title>Human Interface Guidelines</title>
   </section>
 
-  <section id="wayland">
-    <title>Wayland Available for Testing</title>
-    <p>A huge amount of progress has been made towards full <app>Wayland</app> integration for 3.12. This 
includes the creation of a new <cmd>libinput</cmd> library and new functionality for login and session 
management. Developers who are interested in <app>Wayland</app>, or who want to test their software in a 
Wayland environment, can try the latest development work.</p>
-    <p>To run <cmd>gnome-shell</cmd> under <app>Wayland</app>, execute the following command in a 
terminal:</p>
-    <p><cmd>gnome-session --session=gnome-wayland</cmd></p>
-    <p>It is also possible to run individual applications on Wayland by specifying the 
<cmd>GDK_BACKEND</cmd>. Run the following command, substituting <input>application-name</input> for the name 
of the application's executable:</p>
-    <p><cmd>GDK_BACKEND=wayland <input>application-name</input></cmd></p>
-    <p>If an application fails to run on Wayland, it will try to fall back to X11.</p>
-    <p>Further details about GNOME on Wayland can be found on the <link 
href="https://wiki.gnome.org/Initiatives/Wayland";>GNOME Wayland wiki page</link>.</p>
-  </section>
-
-  <section id="tracker">
-    <title>Tracker Updates</title>
-    <p><app>Tracker</app> the search engine, search tool and metadata storage system, comes with a long list 
of improvements for 3.12:</p>
-    <list>
-      <item><p>A new library called <cmd>libmediaart</cmd> has been created from <app>Tracker</app> code to 
handle art associated with multimedia files. <cmd>libmediaart</cmd> allows art stored in media files to be 
cached, and provides a consistent way to look up art and reduce cache sizes for artists, albums and media 
items. (<cmd>libmediaart</cmd> is not intended to generate thumbnails.)</p></item>
-      <item><p>Another new library, called <cmd>libtracker-control</cmd>, has been added for managing search 
miners.</p></item>
-      <item><p>New passive extraction features allow specified metadata extraction (e.g. image orientation) 
by listening to signals on resource changes. Previously, inserting information about a resource was done in 
one step. This feature means that file data (e.g. file name, size, etc) is inserted even if specific metadata 
isn't.</p></item>
-      <item><p>It is now possible to prioritize RDF types when indexing: this enables indexing to be tuned 
for specific situations.</p></item>
-      <item><p>The <cmd>tracker:normalize()</cmd> and <cmd>tracker:unaccent()</cmd> <app>SPARQL</app> 
functions are now supported.</p></item>
-      <item><p>A new command called <cmd>tracker-sparql --tree</cmd> will display the database ontology. 
This will help developers to get a clear picture of the class hierarchy.</p></item>
-      <item><p>Encoding detection is now supported for metadata with ICU.</p></item>
-      <item><p><app>Tracker</app> store's <cmd>GraphUpdated</cmd> signal delay is now configurable. This 
signal is used to provide notifications of resource changes in the database (e.g. new file added). 
Previously, the delay was always one second.</p></item>
-    </list>
+  <section id="gtk-more">
+    <title>Other GTK+</title>
+Automatic loading of menus from resources
+Multi-selection support in GtkListBox
+Horizontal sections in popover menus
+Property bindings in GtkBuilder files
+Support for drawing outside a widgets allocation, see gtk_widget_set_clip()
+New transition types in GtkStack
+Adwaita is the default theme on all platforms
+GtkSourceView - new feature: file loading and saving 
   </section>
 
-  <section id="grilo-extensions">
-    <title>Grilo Extensions with Lua</title>
-    <p>The <link href="https://wiki.gnome.org/Projects/Grilo";>Grilo media discovery framework</link> now 
allows online media sources to be added using <app>Lua</app>'s powerful yet simple pattern matching 
abilities. More details, including examples, can be found in <link 
href="http://www.hadess.net/2014/02/extend-gnome-videos-with-lua.html";>Bastien Nocera's blog post on the 
subject</link>.</p>
+  <section id="glib">
+    <title>GLib</title>
+Support for new mimeapps spec
+SHA-512 support in GHmac
+Support for Implements in desktop files, see g_desktop_app_info_get_implementations()
+Unicode 7.0 support
   </section>
 
-  <section id="csd">
-    <title>Mature Client-Side Decorations</title>
-    <p>Client-side decorations allow application windows to take over functions from the window manager. 
These were first introduced last cycle, with the new <cmd>GtkHeaderBar</cmd> widget. Since then, 
<cmd>GtkHeaderBar</cmd> has matured greatly. The widget now has a consistent height, and windows can be moved 
by dragging the header bar on touch devices. Header bars can also include application menus as well as a 
variety of window controls in addition to the standard close button.</p>
-    </section>
-
-  <section id="pygobject">
-    <title>Improved Python Bindings</title>
-    <p>GNOME's <app>Python</app> bindings have been improved for 3.12:</p>
-    <list>
-      <item><p><app>Python</app> doc strings for functions now show accurate call signatures including 
argument and return type information.</p></item>
-      <item><p>There is now an implicit <cmd>None</cmd> default for tail-end function arguments.</p></item>
-      <item><p>All callback connection functions now accept a variable number of user-data 
arguments.</p></item>
-      <item><p>New demos show how to use <app>CSS</app> in <app>GTK+</app> from <app>Python</app>.</p></item>
-      <item><p>Calling <cmd>GObject.threads_init</cmd> is no longer required for multi-threaded 
programming.</p></item>
-    </list>
-    <p>Additionally, there have been many memory and performance improvements.</p>
-  </section>
-
-  <section id="portability">
-    <title>Enhanced Portability</title>
-    <p>Portability across different UNIX operating systems has been greatly improved for 3.12. Over 150 
<app>FreeBSD</app> issues have been reported and fixed, and test builds are also running regularly. Work for 
other operating systems is ongoing. A new <link 
href="https://wiki.gnome.org/Projects/GLib/SupportedPlatforms";>supported platforms policy</link> has also 
been introduced for <app>GLib</app>.</p>
-    <p>More details about these efforts can be found in <link 
href="http://blogs.gnome.org/desrt/2014/02/19/on-portability/";>Ryan Lortie's blog post on the 
subject</link>.</p>
-  </section>
-
-  <section id="more">
-    <title>Other Improvements</title>
-    <p>Other improvements for developers and sysadmins in 3.12 include:</p>
-    <list>
-      <item><p>Most GTK+ containers now draw backgrounds.</p></item>
-      <item><p>Model-based menus can now hide items based on specified conditions.</p></item>
-      <item><p>GtkBox now supports a centered child, in the same way as GtkHeaderBar.</p></item>
-      <item><p>High DPI density displays are now supported in <app>Clutter</app>, using the same setting 
shared by <app>GTK+</app> and the <app>GNOME Settings Daemon</app>.</p></item>
-    </list>
+  <section id="wayland">
+    <title>Wayland Available for Testing</title>
   </section>
 
 </page>
diff --git a/help/C/developers.page~ b/help/C/developers.page~
new file mode 100644
index 0000000..c1ff18f
--- /dev/null
+++ b/help/C/developers.page~
@@ -0,0 +1,68 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      xmlns:e="http://projectmallard.org/experimental/";
+      type="topic"
+      id="developers">
+
+  <info>
+    <link type="guide" xref="index#more" group="fourth"/>
+    <desc>New features for those working with GNOME technologies</desc>
+    <credit type="author">
+      <name its:translate="no">Allan Day</name>
+      <email its:translate="no">allanday gnome org</email>
+    </credit>
+    <credit type="editor">
+      <name>Ekaterina Gerasimova</name>
+      <email its:translate="no">kittykat3756 gmail com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title>What's new for developers, system administrators and distributors</title>
+
+  <p>GNOME 3.14 introduces a number of new features and enhancements for those working with GNOME 
technologies.</p>
+
+  <section id="gtk-inspector">
+    <title>GTK+ Inspector</title>
+  </section>
+
+  <section id="adwaita">
+    <title>New Default GTK+ Theme</title>
+  </section>
+
+  <section id="gestures">
+    <title>Gestures</title>
+  </section>
+
+
+  <section id="hig">
+    <title>Human Interface Guidelines</title>
+  </section>
+
+  <section id="gtk-more">
+    <title>Other GTK+</title>
+Automatic loading of menus from resources
+Multi-selection support in GtkListBox
+Horizontal sections in popover menus
+Property bindings in GtkBuilder files
+Support for drawing outside a widgets allocation, see gtk_widget_set_clip()
+New transition types in GtkStack
+Adwaita is the default theme on all platforms
+GtkSourceView - new feature: file loading and saving 
+  </section>
+
+  <section id="glib">
+    <title>GLib</title>
+Support for new mimeapps spec
+SHA-512 support in GHmac
+Support for Implements in desktop files, see g_desktop_app_info_get_implementations()
+Unicode 7.0 support
+  </section>
+
+  <section id="wayland">
+    <title>Wayland Available for Testing</title>
+  </section>
+
+</page>
diff --git a/help/C/i18n.page b/help/C/i18n.page
index 75f1444..88fad4b 100644
--- a/help/C/i18n.page
+++ b/help/C/i18n.page
@@ -11,7 +11,7 @@
 
   <info>
     <link type="guide" xref="index#more" group="third"/>
-    <desc>Learn about the different languages in which GNOME 3.12 is available</desc>
+    <desc>Learn about the different languages in which GNOME 3.14 is available</desc>
     <credit type="author">
       <name its:translate="no">Allan Day</name>
       <email its:translate="no">allanday gnome org</email>
@@ -23,14 +23,14 @@
 
   <title>Internationalization</title>
 
-  <p>Thanks to members of the worldwide <link href="https://live.gnome.org/TranslationProject";>GNOME 
Translation Project</link>, GNOME 3.12 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://live.gnome.org/TranslationProject";>GNOME 
Translation Project</link>, GNOME 3.14 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>Brazilian Portuguese</p></item>
    <item><p>British English</p></item>
    <item><p>Bulgarian</p></item>
@@ -42,46 +42,46 @@
    <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>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>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>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>
    <item><p>Slovak</p></item>
    <item><p>Slovenian</p></item>
    <item><p>Spanish </p></item> 
-<!--   <item><p>Swedish</p></item> -->
+   <item><p>Swedish</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>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/i18n.page~ b/help/C/i18n.page~
new file mode 100644
index 0000000..75f1444
--- /dev/null
+++ b/help/C/i18n.page~
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+       <!DOCTYPE page [
+<!ENTITY supportedlanguages "40">
+<!ENTITY percentagetranslated "80">
+       ]>
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      xmlns:e="http://projectmallard.org/experimental/";
+      type="topic"
+      id="i18n">
+
+  <info>
+    <link type="guide" xref="index#more" group="third"/>
+    <desc>Learn about the different languages in which GNOME 3.12 is available</desc>
+    <credit type="author">
+      <name its:translate="no">Allan Day</name>
+      <email its:translate="no">allanday gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title>Internationalization</title>
+
+  <p>Thanks to members of the worldwide <link href="https://live.gnome.org/TranslationProject";>GNOME 
Translation Project</link>, GNOME 3.12 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>Basque</p></item>
+<!--   <item><p>Belarusian</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>Chinese (China)</p></item>
+   <item><p>Chinese (Hong Kong)</p></item>
+   <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>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>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>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>Norwegian Bokmål</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>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>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> -->
+  </list>
+
+  <p>Numerous other languages are partially supported, with more than half of their strings translated.</p>
+
+  <p>Detailed statistics and more information are all available on GNOME's <link 
href="https://l10n.gnome.org/";>translation status site</link>. You can also find out how to <link 
href="https://live.gnome.org/TranslationProject/ContributeTranslations";>help translate GNOME</link>.</p>
+
+</page>
diff --git a/help/C/index.page b/help/C/index.page
index 0fe9701..fee13bc 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.12">
-<!ENTITY lastversion "3.10">
-<!ENTITY nextversion "3.14">
+<!ENTITY gnomeversion "3.14">
+<!ENTITY lastversion "3.12">
+<!ENTITY nextversion "3.16">
 <!ENTITY gitcommits "34236">
 <!ENTITY gitauthors "1140">
        ]>
@@ -28,50 +28,34 @@
 
   <p>&gnomeversion; is the latest GNOME release, and the result of six months' work by the GNOME project. It 
includes new features and a large number of smaller improvements and enhancements. The release contains 
&gitcommits; changes by approximately &gitauthors; contributors. New features and improvements being 
introduced in GNOME &gnomeversion; include:</p>
 
-  <section id="software">
-    <title>Software Has Grown Up</title>
-    <media type="image" src="figures/gnome-software.png"/>
-    <p>GNOME's new <app>Software</app> application was first introduced six months ago, in version 
&lastversion;. Since then it has grown up in a serious way. Performance has been improved across the board, 
so that common operations like browsing, searching and installing are fast and responsive. The new version 
also includes a long list of new features, including:</p>
-    <list>
-      <item><p>Screenshots of applications, to make it easier to decide if you want to install them. Most 
applications now have screenshots, and new screenshots are being added every day.</p></item>
-      <item><p>Automatic rating of applications indicate their quality and help you select the best 
ones.</p></item>
-      <item><p>The ability to install individual software packages, such as those that you have 
downloaded.</p></item>
-      <item><p>Packages containing software repositories can be installed, and you can now review and remove 
third party repositories that are in use.</p></item>
-    </list>
-    <p>Checking for and installing software updates has also been improved for &gnomeversion;. It is now 
possible to choose to have your computer power off after updates have been installed, and you can also 
install updates from the system power off button. <app>Software</app> also indicates when the last update 
check was performed, and allows you to manually check for updates.</p>
-  </section>
+  <section id="multitouch">
+    <title>Multitouch</title>
+    <media type="image" src="figures/placeholder.png"/>
 
-  <section id="videos">
-    <title>All New Videos</title>
-    <media type="image" src="figures/gnome-videos.png"/>
-    <p>GNOME 3.12 includes a reimagined <app>Videos</app> application. Modern in style, the new version 
allows you to browse videos that are on your computer, as well as online video channels. Channels in this 
release include <link href="http://www.rai.tv/";>Rai.tv</link>, <link 
href="http://www.theguardian.com/video";>The Guardian Videos</link> channel, <link 
href="http://blip.tv/";>Blip.tv</link> and <link href="http://trailers.apple.com/trailers/";>Apple Movie 
Trailers</link>. <link xref="developers#grilo-extensions">Developers can easily add their own video 
channels</link>, and we expect the list of channels to grow in the future. Additionally, integration with the 
popular <link href="https://getpocket.com/";>Pocket</link> service provides an easy way to watch videos that 
you have saved for later.</p>
-    <p><app>Videos</app> also includes a redesigned playback view. This provides a more streamlined 
experience than the previous version: floating playback controls hide when you don't need them, so that 
nothing gets in the way of your viewing, and the fullscreen playback view also has a new more refined 
look.</p>
   </section>
 
-  <section id="gedit">
-    <title>A New Look for gedit</title>
-    <media type="image" src="figures/gedit.png"/>
-    <p>The <app>gedit</app> text editor has had a major update for this release. The new design incorporates 
all of <app>gedit</app>'s previous features into a more compact interface, which gives more space for your 
work. Use of popovers for selecting the document format and tab width is more efficient than the previous use 
of dialogs and menus, and consolidated sidebar controls also give more space for content while retaining the 
original functionality.</p>
-    <p>Other notable improvements include new shortcuts for opening the last closed tab with 
<keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq> and for changing case.</p>
+  <section id="animations">
+    <title>Improved Animations</title>
+    <media type="image" src="figures/placeholder.png"/>
+
   </section>
 
-  <section id="rounding-out">
-    <title>Rounding Things Out</title>
-    <media type="image" src="figures/rounding-things-out.png"/>
-    <p>For &gnomeversion; we have worked with our users to round out the GNOME 3 experience. An emphasis on 
filling in requested functionality has resulted in a number of changes, including the addition of wired 
networking to the system status area and the creation of user-configurable application folders. Many of the 
improvements to the software updates experience have also come about through dialog with users.</p>
-    <p>This release also includes many smaller changes that result in a much more polished, high-quality 
experience. Dialogs are now displayed in the <gui>Activities Overview</gui>. The visual theme and icons have 
had many small updates, animations have been refined so they are more subtle and informative, and tabs and 
many dialogs have been restyled to give them a consistent and more beautiful appearance. &gnomeversion; also 
contains a number of performance improvements, including faster startup times and lower memory usage.</p>
+  <section id="captive-portal-support">
+    <title>Captive Portal Support</title>
+    <media type="image" src="figures/placeholder.png"/>
+
   </section>
 
-  <section id="hi-res-displays">
-    <title>Improved High Resolution Display Support</title>
-    <media type="image" src="figures/hi-res-displays.png" />
-    <p>High-resolution display support was first introduced in &lastversion;. This provided high-resolution 
display support for much of GNOME 3. Since then, this feature has been extended to include all the key 
aspects of the core GNOME 3 experience, including the <gui>Activities Overview</gui>, top bar, lock screen 
and system dialogs.</p>
+  <section id="theme">
+    <title>Reworked Visual Theme</title>
+    <media type="image" src="figures/placeholder.png"/>
+
   </section>
 
-  <section id="app-folders">
-    <title>Create Your Own Application Folders</title>
-    <media type="image" src="figures/app-folders.png"/>
-    <p>Application folders are a new way to organize your applications in GNOME 3. They make it possible for 
you to personalize your setup and make it easier to find the applications that you are interested in. GNOME 3 
has included several automatic application folders in the past, which contain <gui>Utilities</gui> and 
<gui>Sundry</gui> items. With &gnomeversion;, it is now possible to create your own folders in the 
<gui>Activities Overview</gui>. Controls for this can be found in the <app>Software</app> application: simply 
go to the <gui>Installed</gui> view, select some applications, and choose which folder you want them to 
belong to.</p>
+  <section id="weather">
+    <title>Weather, Redesigned</title>
+    <media type="image" src="figures/placeholder.png"/>
+
   </section>
 
   <section id="more">
diff --git a/help/C/index.page~ b/help/C/index.page~
new file mode 100644
index 0000000..b99bf3e
--- /dev/null
+++ b/help/C/index.page~
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+       <!DOCTYPE page [
+<!ENTITY gnomeversion "3.14">
+<!ENTITY lastversion "3.12">
+<!ENTITY nextversion "3.16">
+<!ENTITY gitcommits "34236">
+<!ENTITY gitauthors "1140">
+       ]>
+<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">
+
+  <info>
+    <title type="link">GNOME &gnomeversion; Release Notes</title>
+    <title type="text">GNOME &gnomeversion; Release Notes</title>
+    <credit type="author">
+      <name its:translate="no">Allan Day</name>
+      <email its:translate="no">allanday gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title>Welcome to GNOME &gnomeversion;</title>
+
+  <p>&gnomeversion; is the latest GNOME release, and the result of six months' work by the GNOME project. It 
includes new features and a large number of smaller improvements and enhancements. The release contains 
&gitcommits; changes by approximately &gitauthors; contributors. New features and improvements being 
introduced in GNOME &gnomeversion; include:</p>
+
+  <section id="multitouch">
+    <title>Multitouch</title>
+    <media type="image" src="figures/placeholder.png"/>
+
+  </section>
+
+
+  <section id="more">
+    <title>And that's not all</title>
+    <p>There's much more to GNOME &gnomeversion;. Read on to find out...</p>
+    <links type="topic" groups="first second third fourth"/>
+  </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="http://git.gnome.org/";>our code</link> is available for download and can be freely modified and 
redistributed. 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="http://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="http://www.gnome.org/get-involved/";>you can</link>.</p>
+  </section>
+
+</page>
diff --git a/help/C/more-apps.page b/help/C/more-apps.page
index b19d7d4..0692374 100644
--- a/help/C/more-apps.page
+++ b/help/C/more-apps.page
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE page [
-<!ENTITY gnomeversion "3.12">
-<!ENTITY lastversion "3.10">
-<!ENTITY nextversion "3.14">
+<!ENTITY gnomeversion "3.14">
+<!ENTITY lastversion "3.12">
+<!ENTITY nextversion "3.16">
        ]>
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
@@ -12,7 +12,7 @@
 
   <info>
     <link type="guide" xref="index#more" group="second"/>
-    <desc>Learn about the improvements to GNOME's applications for 3.12</desc>
+    <desc>Learn about the improvements to GNOME's applications for 3.14</desc>
     <credit type="author">
       <name its:translate="no">Allan Day</name>
       <email its:translate="no">allanday gnome org</email>
@@ -24,51 +24,106 @@
 
   <title>New and Updated Applications</title>
 
-  <p>Other applications have had major updates for 3.12, and this release also includes a set of new preview 
applications. Additionally, there are many smaller bug fixes and enhancements to GNOME applications in the 
release.</p>
+  <p>Other applications have had major updates for 3.14, and this release also includes a set of new preview 
applications. Additionally, there are many smaller bug fixes and enhancements to GNOME applications in the 
release.</p>
 
-  <section id="web">
-    <title>Upgrade Your Web</title>
-    <media type="image" src="figures/gnome-web.png"/>
-    <p><app>Web</app>, the GNOME browser, features a long list of interface improvements for 3.12. It has a 
new address bar design, which keeps the header bar clean and informative, a new style for incognito windows, 
better downloading behavior, an updated <gui>Most Visited</gui> page (which lets you quickly jump to the 
sites you visit most often), redesigned cookies and passwords dialogs and nicer error pages.</p>
-    <p>The new version also includes a number of significant performance gains, including faster startup and 
improvements to page loading speeds.</p>
+  <section id="contacts">
+    <title>Contacts</title>
+    <media type="image" src="figures/placeholder.png"/>
+Added inline contact creation
+Reworked setup view. Merged into main window
+Reworked dialogs to new GNOME HIG
   </section>
 
-  <section id="new-preview-apps">
-    <title>New Preview Applications for 3.12</title>
-    <media type="image" src="figures/new-preview-apps.png"/>
-    <p>GNOME 3.12 includes three new preview applications: <app>Polari</app>, <app>Sound Recorder</app> and 
<app>Logs</app>. <app>Polari</app> is a new, modern IRC client for GNOME, which provides an effective and 
streamlined way to communicate using the popular IRC chat protocol. <app>Sound Recorder</app> is a utility 
for recording audio from your computer. Designed to be simple to use, it shows an overview of your previous 
recordings, which you can play straight from the application. Finally, <app>Logs</app> is a new system 
utility for inspecting the software logs on your computer; it is designed to enable users and developers to 
easily find the sources of problems. <app>Logs</app> takes advantage of the powerful journaling capabilities 
provided by <app>systemd</app>.</p>
-  <p>All of these preview applications are very new, and are being released primarily for testing and 
feedback purposes.</p>
+  <section id="games">
+    <title>New-Look Games</title>
+    <media type="image" src="figures/placeholder.png"/>
+Mines and sudoku redesigned. Hitori is a new game.
   </section>
 
-  <section id="games">
-    <title>Games Update Pack</title>
-    <media type="image" src="figures/games.png"/>
-    <p>GNOME's games have had an upgrade for 3.12. A total of 10 games have new modernized window layouts 
(this includes <app>Chess</app>, <app>Five or More</app>, <app>Four-in-a-row</app>, <app>Iagno</app>, 
<app>Mahjongg</app>, <app>Mines</app>, <app>Quadrapassel</app>, <app>Swell Foop</app>, <app>Tetravex</app>, 
and <app>Tali</app>). <app>Lights Off</app> and <app>Quadrapassel</app> now use the dark window theme to 
match their visual styles, and <app>Four-in-a-row</app> has a new theme that uses artwork from the 
<app>Faenza</app> icon set.</p>
-    <p>Additionally, <app>Chess</app> and <app>Iagno</app> have improved game logic for this release. In 
both games the computer player moves more slowly to give the game a more natural pace, and the computer 
player in <app>Chess</app> is now much easier to play against when using the GNU Chess engine.</p>
+  <section id="software">
+    <title>Software</title>
+    <media type="image" src="figures/placeholder.png"/>
+Application addons
+Improved landing page - better layout, more content, includes star ratings.
+New welcome dialog.
+A lot more applications have screenshots / descriptions.
   </section>
 
   <section id="photos">
-    <title>Photos Update</title>
-    <media type="image" src="figures/gnome-photos.png"/>
-    <p>Search has been added to <app>Photos</app> for 3.12, including the ability to search for photos from 
the <gui>Activities Overview</gui>. It also has <app>Facebook</app> integration, which allows you to view 
your Facebook photos directly from the app. Screenshot handling has also been improved, so that screenshots 
are now automatically sorted into a special album. Last but not least, performance has been improved: photos 
will now be loaded much faster when you have a large collection.</p>
+    <title>Photos</title>
+    <media type="image" src="figures/placeholder.png"/>
+Support for Google photos
+Support for DLNA media servers
+Undo-able deletion
+HiDpi improvements for search tags
+  </section>
+
+  <section id="gedit">
+    <title>Gedit</title>
+    <media type="image" src="figures/placeholder.png"/>
+New open popover in headerbar - allows you to search recent documents or open an existing one.
+Line/col popover in statutbar.
+Changes in headerbar layout.
+Redesign of the main menu, using now a popover.
+View centering in fullscreen mode ( activate with right-margin property )
+The font chooser in preference has now a preview text
+Various shortcuts and mnemonics changes :
+Ctrl+U for text to uppercase
+Ctrl+L for text to lowercase
+Ctrl+N for a new window
+Alt+g for search and replace.
+Escape refocus the active view
+F10 toggle the gear menu
+  </section>
+
+  <section id="boxes">
+    <title>Boxes</title>
+    <media type="image" src="figures/placeholder.png"/>
+VM Snapshots: Create, delete, rename and revert to VM snapshots
+Multi-windows: Allow running boxes in their own seperate windows.
+Enable express installation for Debian through latest (>= 0.2.11) libosinfo.
+Downloading: Enter an HTTP(S) URL to a remote media in wizard and Boxes will download it for you.
+Allow editting the box's name through the title in properties view.
+More keyboard shortcuts:
+Ctrl+N for launching wizard.
+Ctrl+F for launching search.
+F1 for help.
+Remove 'New' entry from global menu. It's context-sensitive and therefore does not belong there.
+Don't auto-fullscreen Boxes on launch.
+Don't reveal fullscreen topbar on pointer over edges to not interfere with user trying to reach WM 
decorations or apply edge gestures (as used in many modern operating systems) in the guest.
+Don't show WM decorations in fullscreen. This is especially ugly in classic-mode where we have 3 buttons.
+Drop weird and buggy custom thumbnail hilighting and enable it from gtk+.
+Replace hardcoded colors and background images with theme colors.
+Don't ignore CDROM devices.
+Better error message on failure to start a VM.
+  </section>
+
+  <section id="yelp">
+    <title>Yelp</title>
+    <media type="image" src="figures/placeholder.png"/>
+Redesigned. Got a header bar.
+  </section>
+
+  <section id="evince">
+    <title>Evince</title>
+    <media type="image" src="figures/placeholder.png"/>
+Redesigned. Got a header bar.
   </section>
 
-  <section id="terminal">
-    <title>A More Featureful Terminal</title>
-    <media type="image" src="figures/terminal.png"/>
-    <p>The <app>Terminal</app> has a collection of new features. It now automatically wraps lines (there is 
a setting to configure this behaviour), and the new version includes a setting to use the dark visual theme 
for <app>Terminal</app> windows. The popular <link 
href="http://ethanschoonover.com/solarized";>Solarized</link> color palette has also been added to the color 
settings. Last but not least, it is now possible to search for terminals from the <gui>Activities 
Overview</gui>: searching for a command or locations will display open terminals and allow you to quickly 
switch to them.</p>
+  <section id="music">
+    <title>Music</title>
+    <media type="image" src="figures/placeholder.png"/>
+Global search
+Remote sources support
+Playlists support
   </section>
 
-  <section id="apps-more">
-    <title>Other Application Improvements</title>
-    <list>
-      <item><p><app>Notes</app> has a new option to open notes in a new window, as well as a trash bin to 
prevent you from accidentally deleting notes.</p></item>
-      <item><p><app>Boxes</app> has received networking improvements, which results in faster connection 
speeds and the ability for communication between boxes as well as between boxes and the host.</p></item>
-      <item><p>In Boxes, the option to import existing boxes from the host system has also been added, and 
operating system detection has been extended to cover additional OS types and versions.</p></item>
-      <item><p>You can now create playlists in <app>Music</app>.</p></item>
-      <item><p>For 3.12, panning between locations is smoother in <app>Maps</app>. Search will autocomplete 
previous searches, and there is a better minimum zoom level.</p></item>
-      <item><p><app>Evince</app> features improved accessibility for reading PDFs. Further accessibility 
improvements are planned for next release.</p></item>
-    </list>
+  <section id="maps">
+    <title>Maps</title>
+    <media type="image" src="figures/placeholder.png"/>
+Added route planning, including via points, using the open source GraphHopper interface
+Switched to GtkPopover for markers
+Initial support for touch through libchamplain
   </section>
 
 </page>
diff --git a/help/C/more-apps.page~ b/help/C/more-apps.page~
new file mode 100644
index 0000000..c0dc2e1
--- /dev/null
+++ b/help/C/more-apps.page~
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8"?>
+       <!DOCTYPE page [
+<!ENTITY gnomeversion "3.14">
+<!ENTITY lastversion "3.12">
+<!ENTITY nextversion "3.16">
+       ]>
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      xmlns:e="http://projectmallard.org/experimental/";
+      type="topic"
+      id="more-apps">
+
+  <info>
+    <link type="guide" xref="index#more" group="second"/>
+    <desc>Learn about the improvements to GNOME's applications for 3.14</desc>
+    <credit type="author">
+      <name its:translate="no">Allan Day</name>
+      <email its:translate="no">allanday gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title>New and Updated Applications</title>
+
+  <p>Other applications have had major updates for 3.14, and this release also includes a set of new preview 
applications. Additionally, there are many smaller bug fixes and enhancements to GNOME applications in the 
release.</p>
+
+  <section id="contacts">
+    <title>Contacts</title>
+    <media type="image" src="figures/placeholder.png"/>
+Added inline contact creation
+Reworked setup view. Merged into main window
+Reworked dialogs to new GNOME HIG
+  </section>
+
+  <section id="games">
+    <title>New-Look Games</title>
+    <media type="image" src="figures/placeholder.png"/>
+Mines and sudoku redesigned. Hitori is a new game.
+  </section>
+
+  <section id="software">
+    <title>Software</title>
+    <media type="image" src="figures/placeholder.png"/>
+Application addons
+Improved landing page - better layout, more content, includes star ratings.
+New welcome dialog.
+A lot more applications have screenshots / descriptions.
+  </section>
+
+  <section id="photos">
+    <title>Photos</title>
+    <media type="image" src="figures/placeholder.png"/>
+Support for Google photos
+Support for DLNA media servers
+Undo-able deletion
+HiDpi improvements for search tags
+  </section>
+
+  <section id="gedit">
+    <title>Gedit</title>
+    <media type="image" src="figures/placeholder.png"/>
+New open popover in headerbar - allows you to search recent documents or open an existing one.
+Line/col popover in statutbar.
+Changes in headerbar layout.
+Redesign of the main menu, using now a popover.
+View centering in fullscreen mode ( activate with right-margin property )
+The font chooser in preference has now a preview text
+Various shortcuts and mnemonics changes :
+Ctrl+U for text to uppercase
+Ctrl+L for text to lowercase
+Ctrl+N for a new window
+Alt+g for search and replace.
+Escape refocus the active view
+F10 toggle the gear menu
+  </section>
+
+  <section id="boxes">
+    <title>Boxes</title>
+    <media type="image" src="figures/placeholder.png"/>
+VM Snapshots: Create, delete, rename and revert to VM snapshots
+Multi-windows: Allow running boxes in their own seperate windows.
+Enable express installation for Debian through latest (>= 0.2.11) libosinfo.
+Downloading: Enter an HTTP(S) URL to a remote media in wizard and Boxes will download it for you.
+Allow editting the box's name through the title in properties view.
+More keyboard shortcuts:
+Ctrl+N for launching wizard.
+Ctrl+F for launching search.
+F1 for help.
+Remove 'New' entry from global menu. It's context-sensitive and therefore does not belong there.
+Don't auto-fullscreen Boxes on launch.
+Don't reveal fullscreen topbar on pointer over edges to not interfere with user trying to reach WM 
decorations or apply edge gestures (as used in many modern operating systems) in the guest.
+Don't show WM decorations in fullscreen. This is especially ugly in classic-mode where we have 3 buttons.
+Drop weird and buggy custom thumbnail hilighting and enable it from gtk+.
+Replace hardcoded colors and background images with theme colors.
+Don't ignore CDROM devices.
+Better error message on failure to start a VM.
+  </section>
+
+  <section id="apps-more">
+    <title>Other Application Improvements</title>
+    <list>
+      <item><p><app>Notes</app> has a new option to open notes in a new window, as well as a trash bin to 
prevent you from accidentally deleting notes.</p></item>
+      <item><p><app>Boxes</app> has received networking improvements, which results in faster connection 
speeds and the ability for communication between boxes as well as between boxes and the host.</p></item>
+      <item><p>In Boxes, the option to import existing boxes from the host system has also been added, and 
operating system detection has been extended to cover additional OS types and versions.</p></item>
+      <item><p>You can now create playlists in <app>Music</app>.</p></item>
+      <item><p>For 3.12, panning between locations is smoother in <app>Maps</app>. Search will autocomplete 
previous searches, and there is a better minimum zoom level.</p></item>
+      <item><p><app>Evince</app> features improved accessibility for reading PDFs. Further accessibility 
improvements are planned for next release.</p></item>
+    </list>
+  </section>
+
+</page>
diff --git a/help/C/more-core-ux.page b/help/C/more-core-ux.page
index 0b36a70..76f4cfc 100644
--- a/help/C/more-core-ux.page
+++ b/help/C/more-core-ux.page
@@ -6,7 +6,7 @@
 
   <info>
     <link type="guide" xref="index#more" group="first"/>
-    <desc>GNOME 3.12 is packed with other new features and enhancements</desc>
+    <desc>GNOME 3.14 is packed with other new features and enhancements</desc>
     <credit type="author">
       <name its:translate="no">Allan Day</name>
       <email its:translate="no">allanday gnome org</email>
@@ -20,71 +20,20 @@
 
   <p>The latest GNOME release includes other new features and improvements to the core GNOME 3 user 
experience.</p>
 
-  <section id="cloud-integration">
-    <title>Extended Cloud Integration</title>
-    <media type="image" src="figures/cloud-integration.png"/>
-    <p>The drive to integrate GNOME 3 with cloud services continues in 3.12. One major new feature for this 
release is the introduction of <link href="http://www.google.co.uk/cloudprint/learn/";>Google Cloud 
Print</link> integration. This allows you to print from GNOME to printers that are connected to the Google 
Cloud Print service. It also allows you to add documents to <link href="http://drive.google.com/";>Google 
Drive</link>. These options can be found in the standard GNOME print dialog, and are available when a Google 
account has been set up in the <gui>Online Accounts</gui> settings.</p>
-    <p>Other additions to cloud integration for 3.12 include:</p>
-    <list>
-      <item><p><link href="http://getpocket.com/";>Pocket</link> integration has been added to 
<app>Videos</app>, so that you can watch videos stored in your <app>Pocket</app> account with the GNOME video 
player.</p></item>
-      <item><p><app>Photos</app> now features <app>Facebook</app> integration, so that you can browse your 
<app>Facebook</app> photos alongside other photo sources.</p></item>
-      <item><p>In <app>Settings</app>, it is now possible to select images from your <app>Flickr</app> 
account to use as a background wallpaper.</p></item>
-    </list>
+  <section id="network-based-sharing">
+    <title>Network-Based Sharing</title>
+    <media type="image" src="figures/placeholder.png"/>
   </section>
 
-  <section id="popovers">
-    <title>Popovers</title>
-    <media type="image" src="figures/popovers.png"/>
-    <p>GNOME 3.12 introduces a new interface element, called popovers. These overlaid bubbles are highly 
flexible and allow effective interface designs for many common tasks. They also lend themselves to 
imaginative and engaging design solutions. Popovers are used in a number of places in 3.12, and will become 
increasingly common in future versions.</p>
+  <section id="multimonitor">
+    <title>Multi-Monitor Improvements</title>
+    <media type="image" src="figures/placeholder.png"/>
   </section>
 
-  <section id="initial-setup">
-    <title>Revamped Initial Setup Assistant</title>
-    <media type="image" src="figures/initial-setup.png"/>
-    <p>GNOME's initial setup assistant, which helps you get set up when you first run GNOME, has had a 
facelift for 3.12. Based on usability research funded by the <link href="https://01.org/";>Intel Open Source 
Technology Center</link>, every step of the initial setup process has been updated to make it easier and 
friendlier to use. Improvements include separate steps for selecting a language and region, a larger map for 
selecting a time zone, the ability to select an avatar for your user account, and improved graphics 
throughout.</p>
-  </section>
-
-  <section id="geolocation">
-    <title>Upgraded Geolocation</title>
-    <media type="image" src="figures/geolocation.png"/>
-    <p>GNOME's new geolocation framework was first introduced in the previous release. Since then it has 
received a number of updates. Cell tower positioning, GPS and nearby Wi-Fi access points have been added as 
methods for determining location (GPS is only supported when built into a 3G modem), making positioning more 
accurate.</p>
-    <p>Geolocation feedback and controls have also been added for 3.12. An icon is now displayed in the top 
bar when an application is using location services, and geolocation controls have also been added to the 
system status menu. More detailed privacy controls are planned for the future.</p>
-    <p>Wi-Fi positioning utilizes the <link href="https://location.services.mozilla.com/";>Mozilla Location 
Service</link>, which means that you can help to improve accuracy with the MozStumbler Android app on your 
phone.</p>  
-  </section>
-
-  <section id="wayland">
-    <title>A Big Step Towards Wayland</title>
-    <media type="image" src="figures/wayland.png" style="floatright" />
-    <p><app>Wayland</app> is the next generation technology for display and input on GNU/Linux. It will 
deliver improved graphics and overcome limitations of existing display technologies. It will also lay the 
basis for more secure applications.</p>
-    <p>Initial experimental <app>Wayland</app> support was introduced in 3.10. Since then, a huge amount of 
progress has been made. New functionality has been added for logging in and input handling, and stability and 
compatibility with older <app>X11</app> applications have been improved.</p>
-    <p>If you are a developer or early adopter, you can test the latest <app>Wayland</app> work: see the 
<link type="topic" xref="developers#wayland">developer notes</link> for more details. Continued progress on 
the road to <app>Wayland</app> is planned for the next GNOME release.</p>
-  </section>
-
-  <section id="tabs">
-    <title>Restyled Tabs</title>
-    <media type="image" src="figures/tabs.png"/>
-    <p>Tabs have had a design refresh for 3.12. The new visual style works more harmoniously in a variety of 
contexts, such as when tab content has varied background colors, or when tabs are embedded in other widgets. 
They also make the most of the screen space available, and the new style offers clear visual hints about the 
ability to drag tabs.</p>
-  </section>
-
-  <section id="bluetooth">
-    <title>New Bluetooth Settings</title>
-    <media type="image" src="figures/bluetooth.png"/> 
-    <p>GNOME 3.12 includes new <gui>Bluetooth</gui> settings. Redesigned from scratch, the new settings have 
been simplified to make them easier to use. Instead of requiring the user to use a separate switch to make 
their device discoverable, or to press a button to add a new device, the panel automatically discovers 
available devices. This means that pairing a new device is simply a matter of clicking on the device once it 
has been automatically discovered.</p>
-    <p>The new Bluetooth settings also include new, redesigned properties dialogs for Bluetooth devices.</p>
-  </section>
-
-  <section id="core-ux-other">
-    <title>Other Improvements</title>
-    <p>There are many other smaller enhancements to the core user experience for 3.12. These include:</p>
-    <list>
-      <item><p>Several technical improvements result in faster startup times.</p></item>
-      <item><p>An updated symbolic icon theme, with many improved icons.</p></item>
-      <item><p>Visual theme refinements, including smoother separators by window close buttons, improved 
backgrounds for pressed buttons, and more attractive floating toolbars.</p></item>
-      <item><p>Improved animations: several transitions have been animated for 3.12, the startup zoom 
animation has been refined, and animations for dragging windows to the screen edge have been greatly 
improved.</p></item>
-      <item><p>Improved keyboard navigation in the <gui>Activities Overview</gui>.</p></item>
-      <item><p>The default wallpaper has been updated to use a new style that matches the default lock 
screen image. Like previous default wallpapers, this one subtly changes appearance over the course of the 
day.</p></item>
-      <item><p>Accessibility has been improved for links in labels, menus and the color chooser 
dialog.</p></item>
-    </list>
+  <section id="search">
+    <title>Search</title>
+    <media type="image" src="figures/placeholder.png"/>
+Calculator and Clocks include search providers now.
   </section>
 
 </page>
diff --git a/help/C/more-core-ux.page~ b/help/C/more-core-ux.page~
new file mode 100644
index 0000000..c2c2735
--- /dev/null
+++ b/help/C/more-core-ux.page~
@@ -0,0 +1,48 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      xmlns:e="http://projectmallard.org/experimental/";
+      type="topic"
+      id="more-core-ux">
+
+  <info>
+    <link type="guide" xref="index#more" group="first"/>
+    <desc>GNOME 3.14 is packed with other new features and enhancements</desc>
+    <credit type="author">
+      <name its:translate="no">Allan Day</name>
+      <email its:translate="no">allanday gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title>Updates to the Core GNOME 3 User Experience</title>
+
+  <p>The latest GNOME release includes other new features and improvements to the core GNOME 3 user 
experience.</p>
+
+  <section id="network-based-sharing">
+    <title>Network-Based Sharing</title>
+    <media type="image" src="figures/placeholder.png"/>
+  </section>
+
+  <section id="multimonitor">
+    <title>Multi-Monitor Improvements</title>
+    <media type="image" src="figures/placeholder.png"/>
+  </section>
+
+
+  <section id="core-ux-other">
+    <title>Other Improvements</title>
+    <p>There are many other smaller enhancements to the core user experience for 3.12. These include:</p>
+    <list>
+      <item><p>Several technical improvements result in faster startup times.</p></item>
+      <item><p>An updated symbolic icon theme, with many improved icons.</p></item>
+      <item><p>Visual theme refinements, including smoother separators by window close buttons, improved 
backgrounds for pressed buttons, and more attractive floating toolbars.</p></item>
+      <item><p>Improved animations: several transitions have been animated for 3.12, the startup zoom 
animation has been refined, and animations for dragging windows to the screen edge have been greatly 
improved.</p></item>
+      <item><p>Improved keyboard navigation in the <gui>Activities Overview</gui>.</p></item>
+      <item><p>The default wallpaper has been updated to use a new style that matches the default lock 
screen image. Like previous default wallpapers, this one subtly changes appearance over the course of the 
day.</p></item>
+      <item><p>Accessibility has been improved for links in labels, menus and the color chooser 
dialog.</p></item>
+    </list>
+  </section>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 15076cc..3c393de 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -11,43 +11,5 @@ HELP_FILES = \
  i18n.page
 
 HELP_MEDIA = \
- figures/app-folders.png \
- figures/bluetooth.png \
- figures/cloud-integration.png \
- figures/games.png \
- figures/gedit.png \
- figures/geolocation.png \
- figures/gnome-photos.png \
- figures/gnome-software.png \
- figures/gnome-videos.png \
- figures/gnome-web.png \
- figures/hi-res-displays.png \
- figures/initial-setup.png \
- figures/new-preview-apps.png \
  figures/placeholder.png \
- figures/popovers.png \
- figures/rounding-things-out.png \
- figures/tabs.png \
- figures/terminal.png \
  figures/wayland.png
-
-HELP_LINGUAS = \
- cs \
- de \
- el \
- es \
- fr \
- gl \
- hu \
- ja \
- ko \
- lt \
- pa \
- pl \
- pt_BR \
- te \
- uk \
- zh_CN \
- zh_HK \
- zh_TW
-
diff --git a/help/Makefile.am~ b/help/Makefile.am~
new file mode 100644
index 0000000..15076cc
--- /dev/null
+++ b/help/Makefile.am~
@@ -0,0 +1,53 @@
+# Fake Makefile.am to get the directory noticed by library.gnome.org
+ YELP_HELP_RULES@
+
+HELP_ID = release-notes
+
+HELP_FILES = \
+ index.page \
+ more-apps.page \
+ more-core-ux.page \
+ developers.page \
+ i18n.page
+
+HELP_MEDIA = \
+ figures/app-folders.png \
+ figures/bluetooth.png \
+ figures/cloud-integration.png \
+ figures/games.png \
+ figures/gedit.png \
+ figures/geolocation.png \
+ figures/gnome-photos.png \
+ figures/gnome-software.png \
+ figures/gnome-videos.png \
+ figures/gnome-web.png \
+ figures/hi-res-displays.png \
+ figures/initial-setup.png \
+ figures/new-preview-apps.png \
+ figures/placeholder.png \
+ figures/popovers.png \
+ figures/rounding-things-out.png \
+ figures/tabs.png \
+ figures/terminal.png \
+ figures/wayland.png
+
+HELP_LINGUAS = \
+ cs \
+ de \
+ el \
+ es \
+ fr \
+ gl \
+ hu \
+ ja \
+ ko \
+ lt \
+ pa \
+ pl \
+ pt_BR \
+ te \
+ uk \
+ zh_CN \
+ zh_HK \
+ zh_TW
+


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