From 6aa8db72d366d01912ea66b0e8f42bbc3f5a64bb Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 28 May 2018 04:59:11 +0200 Subject: [PATCH] NEWS: keep up-to-date. --- NEWS | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3e4bbdce15..98a838c24e 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,11 @@ Core: - Remove gimp_display_shell_draw_background() and all clipping hacks for drawing the canvas background. This optimizes away one entire step of drawing of image size, for each expose. + - Font loading does not block startup anymore. Only consequence is + that the Text tool may not be usable immediately if fonts are not + fully loaded yet (and will output an appropriate error if you do + so). All non-text related activities can be performed right away. + - Change of the URL from bugzilla to gitlab where appropriate. Build: @@ -22,9 +27,17 @@ Build: in HiDPI-aware mode. - Put back compatibility DLLs for really old plugins. +Plug-ins: + + - gimptool-2.0 binary now accepts source files with non-standard + extensions if it can try to guess appropriate language from the + compiler being used. It will also properly quote arguments for shell + usage. + Translations: - - Updated translations: Czech, Finnish, Italian, Romanian, Spanish. + - Updated translations: Czech, Finnish, Italian, Polish, Romanian, + Spanish. Overview of Changes from GIMP 2.10.0 to GIMP 2.10.2 ===================================================