[gimp] NEWS: mention new libgimp API



commit 5e3df8032ad726f8bb7608e904a43175cbb41f4b
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 17 21:16:50 2018 +0200

    NEWS: mention new libgimp API

 NEWS |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0c7759..70e4f5f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ Generally, all bug fixes that are applied on the stable GIMP 2.8
 branch are also applied here, but they are usually not mentioned
 in NEWS.
 
+
 Overview of Changes from GIMP 2.10.0 RC1 to GIMP 2.10.0 RC2
 ===========================================================
 
@@ -28,6 +29,17 @@ Core:
   - Plug-ins debugging on crashes through --stack-trace-mode CLI option
     improved to handle more case.
 
+Libgimp:
+
+  - New group "drawable_edit" which contains all functions from "edit"
+    that are not cut/copy/paste. The new functions have much less
+    arguments and take them from the context instead. The respective
+    functions in "edit" have been deprecated.
+  - New functions in "context" to configure aspects of gradient
+    drawing, and to set the built-in gradients (the new gradient
+    function in "drawable_edit" doesn't have a parameter for the
+    gradient type any longer).
+
 User interface:
 
   - Lighter and Darker themes removed for now, Light and Dark themes
@@ -73,6 +85,7 @@ Translations:
   - 8 translations were updated: Arabic, Catalan, Chinese, French, Italian,
     Polish, Russian, Swedish.
 
+
 Overview of Changes from GIMP 2.9.8 to GIMP 2.10.0 RC1
 ======================================================
 


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