[gegl] Correct some typos and remove duplications



commit 898fa8852d2c9837754262801f2c5912825782e2
Author: Mikael Magnusson <mikachu src gnome org>
Date:   Mon Apr 2 13:43:05 2012 +0200

    Correct some typos and remove duplications

 NEWS |   27 ++++++++++++---------------
 1 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/NEWS b/NEWS
index b917359..5a3c492 100644
--- a/NEWS
+++ b/NEWS
@@ -16,11 +16,8 @@ Changes in GEGL 0.2.0
    â Added string based key/value pairs to operations.
    â Added arguments for dealing with scaled down preview rendering.
  â Added human interaction ranges and non-linear mapping to properties.
- â Operations:
 
  â Buffer:
-   â Added lohalo resampler, API and infrastructure for doing non
-     affine resamplings.
    â Removed broken lanczos sampler.
    â Add gegl_buffer_set_color and gegl_buffer_set_pattern
    â Added ability to drop cached tiles.
@@ -45,7 +42,7 @@ Changes in GEGL 0.1.8
 
  â build/test improvements.
  â Buffer:
-   â Added lohalo resampler, API and infrastructure for doing non
+   â Added lohalo resampler, API and infrastructure for doing non-
      affine resamplings.
 
 Contributions from:
@@ -61,9 +58,9 @@ Changes in GEGL 0.1.6
 âââââââââââââââââââââ
  â New operations: max-rgb, pixelise, motion blur.
 
- â Fixed a bugs in matting-levin that made GEGL halt due to errors
+ â Fixed a bug in matting-levin that made GEGL halt due to errors
    detected by babl sanity code, this made 0.1.4 be unusable if you had
-   all dependendency when building.
+   all dependendencies when building.
  â build/test improvements.
  â Buffer:
      Added API to use external tile backends, allowing to plug-in alien
@@ -135,10 +132,10 @@ Changes in GEGL 0.1.0
    pure command line tool (which can still visualize stuff with help
    help the SDL based display operation)
  â Consider {x=G_MININT/2, y=G_MININT/2, width=G_MAXINT, height=G_MAXINT}
-   as the only valid region wichin processing may occur. Processing
+   as the only valid region in which processing may occur. Processing
    outside of this region is undefined behaviour.
  â Added support for storing allocation stack traces for GeglBuffers
-   so that debuging buffer leaks becomes much easier
+   so that debugging buffer leaks becomes much easier
  â Made small changes and cleanups of the public API, e.g.
    â Removed gegl_node_adapt_child()
    â Made GeglConfig an explicit object
@@ -147,9 +144,9 @@ Changes in GEGL 0.1.0
    â Added gegl_rectangle_infinite_plane() and
      gegl_rectangle_is_infinite_plane()
  â Added new sampler GeglSamplerSharp
- â Added format property go gegl:buffer-sink
+ â Added format property to gegl:buffer-sink
  â Cleaned up and made gegl:introspect work again
- â Add a bunch of test cases using the automake test sytem (make check)
+ â Add a bunch of test cases using the automake test system (make check)
    and also port buffer tests to automake
  â General cleanups, bug fixes, increased robustness and improved
    documentation
@@ -169,7 +166,7 @@ Changes in GEGL 0.0.22
    â gegl:opacity - combine value and aux mask input when both are available.
    â gegl:src-in - deal correctly with extens.
    â gegl:path - new op covering the stroke/fill needs of SVG.
-   â deprecated gegl:shift, the affine familiy of operations now
+   â deprecated gegl:shift, the affine family of operations now
      uses the same fast code paths for integer translations.
  â GeglBuffer
    â Profiling motivated speed ups in data reading/writing.
@@ -250,7 +247,7 @@ Changes in GEGL 0.0.14
  â Relicensed under LGPLv3+.
  â Per node caches (faster recomputation when properties of nodes in
    composition change)
- â Sampler framwork for interpolation.
+ â Sampler framework for interpolation.
  â Modified API for retrieving scaled buffers gegl_node_blit / gegl_buffer_get.
  â Renamed XML serialization and parsing API to be descendants of GeglNode.
  â Progress monitoring for GeglProcessor
@@ -296,11 +293,11 @@ Changes in GEGL 0.0.6
  â handling of relative/absolute path names for XML.
  â merged GeglNode and GeglGraph classes.
  â build fixes for Win32 and FreeBSD
- â temporary disabled custom cairo in test application.
+ â temporarily disabled custom cairo in test application.
  â png and EXR improvements.
 
 Contributions from:
-  Dominik Ernst, Kevin Cozens, Ãyvind KolÃs, Michael Schumacher and Ãyvind KolÃs.
+  Dominik Ernst, Kevin Cozens, Ãyvind KolÃs and Michael Schumacher.
 
 
 Changes in GEGL 0.0.4
@@ -308,7 +305,7 @@ Changes in GEGL 0.0.4
 This was the first public release of GEGL.
 
  â 8bit, 16bit integer and 32bit floating point, RGB, CIE Lab, YCbCr and naive
-  CMYK output.
+   CMYK output.
  â Extendable through plug-ins.
  â XML, C and Python interfaces.
  â Memory efficient evaluation of subregions.



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