[release-notes/gnome-3-12] final fixes



commit f90e618123137bf806dd5e44f096cad2cba8abd7
Author: Allan Day <allanpday gmail com>
Date:   Tue Mar 18 18:31:01 2014 +0000

    final fixes

 help/C/developers.page   |    8 ++++----
 help/C/index.page        |    2 +-
 help/C/more-apps.page    |    8 ++++----
 help/C/more-core-ux.page |    6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index fa4188a..2b3b277 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -29,8 +29,8 @@
     <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 is can be used for transient views, as an 
alternative to menus or dialogs.</p></item>
-      <item><p><cmd>GtkFlowBox</cmd>: a container that its children in a reflowing grid, which can be 
oriented horizontally or vertically.</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>
 
@@ -69,7 +69,7 @@
     <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 
cache, and provides a consistent way to lookup art and reduce cache sizes for artists, albums and media 
items. (<cmd>libmediaart</cmd> is not intended to generate thumbnails.)</p></item>
+      <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 lookup 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>
@@ -87,7 +87,7 @@
 
   <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 bacr can also include application menus as well as a 
variety of window controls in addition to the standard close button.</p>
+    <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">
diff --git a/help/C/index.page b/help/C/index.page
index 146847b..a6aeb54 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -41,7 +41,7 @@
     <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>To help you select applications, they are automatically rated to indicate their 
quality.</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>
diff --git a/help/C/more-apps.page b/help/C/more-apps.page
index 804f1a9..455f822 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.10">
-<!ENTITY lastversion "3.8">
-<!ENTITY nextversion "3.12">
+<!ENTITY gnomeversion "3.12">
+<!ENTITY lastversion "3.10">
+<!ENTITY nextversion "3.14">
        ]>
 <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.10</desc>
+    <desc>Learn about the improvements to GNOME's applications for 3.12</desc>
     <credit type="author">
       <name its:translate="no">Allan Day</name>
       <email its:translate="no">allanday gnome org</email>
diff --git a/help/C/more-core-ux.page b/help/C/more-core-ux.page
index 50aa179..0f82ac3 100644
--- a/help/C/more-core-ux.page
+++ b/help/C/more-core-ux.page
@@ -35,7 +35,7 @@
     <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/a/";>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><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>
@@ -58,13 +58,13 @@
   <section id="popovers">
     <title>Popovers</title>
     <media type="image" src="figures/placeholder.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. The 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>
+    <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>
 
   <section id="tabs">
     <title>Restyled Tabs</title>
     <media type="image" src="figures/placeholder.png"/>
-    <p>Tabs have had a design refresh for 3.12. The new visual style works more harmoneously 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>
+    <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">


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