[gimp-web/testing] Some fixes to the 2.10.6 release notes



commit 8c92cf5d68accf54406a1a1c21a6af8663fc8b41
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Thu Aug 16 19:02:49 2018 +0300

    Some fixes to the 2.10.6 release notes

 content/news/2018-08_GIMP-2.10.6_Released/index.md | 125 ++++++++++++---------
 1 file changed, 70 insertions(+), 55 deletions(-)
---
diff --git a/content/news/2018-08_GIMP-2.10.6_Released/index.md 
b/content/news/2018-08_GIMP-2.10.6_Released/index.md
index 8b7feb55..b3c2a22a 100644
--- a/content/news/2018-08_GIMP-2.10.6_Released/index.md
+++ b/content/news/2018-08_GIMP-2.10.6_Released/index.md
@@ -6,9 +6,9 @@ Slug: gimp-2-10-6-released
 Summary: GIMP 2.10.6 released with vertical text layers, faster previews, Marathi translation, and more!
 Status: Draft
 
-Three months have passed since [GIMP 2.10.0 release][], and this
+Almost four months have passed since [GIMP 2.10.0 release][], and this
 is already the fourth version in the series, bringing you bug fixes,
-optimizations and new features. Nothing will stop us!
+optimizations, and new features.
 
 [GIMP 2.10.0 release]: https://www.gimp.org/news/2018/04/27/gimp-2-10-0-released/
 
@@ -19,10 +19,10 @@ The most notable changes are listed below (see also the [NEWS][] file).
 # Main changes
 ## Vertical text layers
 
-GIMP finally has core support for vertical text (text-to-bottom
-writing)! This is a particularly awaited feature for several
-[East-Asian languages][], commonly written vertically, but also for
-anyone wishing to design fancy vertical text.
+GIMP finally gets support for vertical text (top-to-bottom writing)!
+This is a particularly anticipated feature for several
+[East-Asian writing systems][], but also for anyone wishing to design
+fancy vertical text.
 
 <figure>
 <img src="{attach}gimp-2-10-6-vertical-text.jpg" alt="Vertical text">
@@ -38,13 +38,17 @@ right-to-left, as well as left-to-right columns.
 
 Thanks to Yoshio ONO for the vertical text implementation!
 
-[East-Asian languages]: https://en.wikipedia.org/wiki/Horizontal_and_vertical_writing_in_East_Asian_scripts
+[East-Asian writing systems]: 
https://en.wikipedia.org/wiki/Horizontal_and_vertical_writing_in_East_Asian_scripts
 
 ## New filters
 
 Two new filters make an entrance in this release:
 
-### Little Planet (based on the `gegl:stereographic-projection` operation)
+### Little Planet
+
+This new filter is built on top of the pre-existing 
+`gegl:stereographic-projection` operation and is finetuned to create
+"little planets" from 360×180° equirectangular panorama images.
 
 <figure>
 <img src="{attach}gimp-2-10-6-little-planet.jpg" alt="Little Planet filter">
@@ -55,7 +59,10 @@ Little Planet filter in GIMP 2.10.6.<br/>
 </figcaption>
 </figure>
 
-### Long Shadow (based on the `gegl:long-shadow` operation)
+### Long Shadow
+
+This new GEGL-based filter simplifies creating long shadows in several visual
+styles.
 
 <p>
 <video width="960" height="492" controls>
@@ -65,11 +72,16 @@ Your browser does not support the video tag.
 </video>
 </p>
 
-## Improved "Straighten" (Measure tool)
+There is a handful of configurable options, all helping you to cut extra steps
+from getting the desired effect.
+
+The feature was contributed by Ell.
 
-A lot of people appreciated the new [Horizon Straightening][] feature
-added in GIMP 2.10.4. Yet many of you wanted vertical straightening as
-well. This is now possible.
+## Improved straightening in the Measure tool
+
+A lot of people appreciated the new [Horizon Straightening][] feature added in
+GIMP 2.10.4. Yet many of you wanted vertical straightening as well. This is now
+possible.
 
 [Horizon Straightening]: 
https://www.gimp.org/news/2018/07/04/gimp-2-10-4-released/#simple-horizon-straightening
 
@@ -82,24 +94,24 @@ Vertical straightening in GIMP 2.10.6.<br/>
 </figcaption>
 </figure>
 
-In "Auto" mode (the default), "Straighten" will snap to the smaller
-angle to decide for vertical or horizontal straightening. You can
-override this behavior by specifying explicitly which it should be.
+In the _Auto_ mode (default), _Straighten_ will snap to the smaller angle to
+decide for vertical or horizontal straightening. You can override this behavior
+by specifying explicitly which it should be.
 
 ## Optimized drawable preview rendering
 
-Most creators with advanced layer usage experienced it: with
-too many layers in a big image, GIMP has trouble keeping up.
-Scrolling the layer list is slow, showing or hiding layers is slow…
+Most creators working on complex projects in GIMP have had bad days when there
+are many layers in a large image, and GIMP can't keep up with scrolling the
+layers list of showing/hiding layers.
 
-One of the main bottleneck was layer preview rendering taking over the
-interface responsiveness. Ell did again some miracles here by having
-most drawable previews render asynchronously.
+Part of the reason was that GIMP couldn't update user interface until it was
+done rendering layer previews. Ell again did some miracles here by having most
+drawable previews render asynchronously.
 
-The only exception is for layer group, whose preview cannot be rendered
-asynchronously at this time. For this reason, a settings was added in
-the Preference dialog to disable preview of layer groups. This settings
-is enabled by default.
+For now, the only exception to that are layer groups. Rendering them
+asynchronously is still very expensive, so until we deal with this too, we made
+it possible for you to disable rendering layer group previews completely. Head
+over to _Preferences > Interface_ and tick off the respective checkbox.
 
 <figure>
 <img src="{attach}gimp-2-10-6-layer-group-preview.jpg" alt="Disable preview of layer groups">
@@ -108,25 +120,24 @@ Disable preview of layer groups in GIMP 2.10.6.
 </figcaption>
 </figure>
 
-Let's also note that the Dashboard dockable ([introduced in GIMP
-2.10.0][]) now displays the number of async operations running, in the
-"Misc" group.
+One more thing to mention here. For technically-minded users, the _Dashboard_
+dockable dialog  ([introduced in GIMP 2.10.0][]) now displays the number of
+async operations running in the _Misc_ group.
 
 [introduced in GIMP 2.10.0]: 
https://www.gimp.org/news/2018/03/26/gimp-2-10-0-rc1-released/#dashboard-dockable
 
-## A new language: Marathi
+## A new localization: Marathi
 
-GIMP was already translated in 80 languages. Well it's now [81
-languages][]!
+GIMP was already available in 80 languages. Well, it's [81 languages][] now!
 
 A team from the *North Maharashtra University*, Jalgaon, worked on a
-[Marathi][] translation, and contributed a [nearly full translation][]
+[Marathi][] translation and contributed a [nearly full translation][]
 of GIMP.
 
 Of course, we should not forget all the other translators who do a
-wonderful work on GIMP. In this release, 12 other translations were
+wonderful work on GIMP. In this release, 13 other translations were
 updated: Brazilian Portuguese, Dutch, French, German, Greek, Italian,
-Latvian, Polish, Romanian, Slovenian, Spanish and Swedish.
+Latvian, Polish, Romanian, Russian, Slovenian, Spanish, and Swedish.
 
 Thanks everyone!
 
@@ -143,14 +154,14 @@ Marathi translation in GIMP 2.10.6.
 
 ## File dialog filtering simplified
 
-A common cause of confusion in the file dialogs (opening, saving,
-exporting…) was the presence of 2 file format lists, one for displaying
-specific files per extensions, the other for the actual format choice.
+A common cause of confusion in the file dialogs (opening, saving, exporting…)
+was the presence of two file format lists, one for displaying files with
+a specific extension, the other for the actual file format choice. So we
+streamlined this.
 
-We simplified this interface by only showing a single list with both
-functions. A checkbox makes its apparition, allowing to display the full
-list of files (for instance when you want to force a format on a file
-using an unusual extension).
+There is just one list available now, and it works as both the filter for
+displayed images and the file format selector for the image you are about to
+save or export.
 
 <figure>
 <img src="{attach}gimp-2-10-6-file-dialog.jpg" alt="File Dialog">
@@ -159,6 +170,10 @@ File dialog in GIMP 2.10.6.
 </figcaption>
 </figure>
 
+Additionally, a new checkbox allows you to display the full list of files, regardless of the currently 
chosen file format. This could be useful when you
+want to enforce an unusual file extension or reuse an existing file's name by
+choosing it in the list and then appending your extension.
+
 ## The end of DLL hell? A note to plug-in developers…
 
 A major problem over the years, on Windows, was what developers call the
@@ -167,19 +182,19 @@ caused either by third-party software installing libraries in system
 folders or by third-party plug-ins installing themselves with shared
 libraries interfering with other plug-ins.
 
-The former has now mostly be fixed by tweaking the DLL search priority
-order. This release contains an additional fix to take into account
-32-bit plug-ins run on 64-bit Windows ([WoW64
-mode](https://en.wikipedia.org/wiki/WoW64).
+The former had already been mostly fixed by tweaking the DLL search priority
+order. This release provides an additional fix by taking into account 32-bit
+plug-ins running on 64-bit Windows systems
+([WoW64 mode](https://en.wikipedia.org/wiki/WoW64).
+
+The latter was fixed already since GIMP 2.10.0 **if** you installed your
+plug-ins in its own directory (which is not compulsory yet, but will be in
+GIMP 3).
 
-The later was fixed already since GIMP 2.10.0 **if** you install your
-plug-ins in its own directory (which is not made compulsory yet, but
-will be in GIMP 3). Say you have a plug-in named `myplugin.exe`, please
-install it under `plug-ins/myplugin/myplugin.exe`. This way, not only
-you won't pollute other plug-ins if you ever included libraries, but
-your plug-in won't be prevented from running by unwanted libraries as
-well. All our core plug-ins are now installed this way. Any third-party
-plug-in should as well.
+E.g. if you have a plug-in named `myplugin.exe`, please install it under
+`plug-ins/myplugin/myplugin.exe`. This way, not only you won't pollute other
+plug-ins if you ever included libraries, but your plug-in won't be prevented
+from running by unwanted libraries as well. All our core plug-ins are now installed this way. Any 
third-party plug-ins should be as well.
 
 # GEGL and babl
 
@@ -187,7 +202,7 @@ TODO
 
 # Ongoing Development
 
-Lately pippin have been working massively on the "[space
+Lately pippin have been working a lot on the "[space
 invasion](https://www.patreon.com/posts/20264674)" in babl and GEGL, our
 graphics engine, making our core now internally color-managed. Mitch on
 his side has been integrating such changes in GIMP itself.


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