From a8611b8b1652b329d1a27d04fb4f2533df9974b9 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Mon, 25 Sep 2023 16:53:31 -0700 Subject: [PATCH] Import newer upstream. Update README --- .../ChangeLog.pre-1-0 | 0 .../ChangeLog.pre-1-2 | 0 .../ChangeLog.pre-2-0 | 0 .../ChangeLog.pre-2-2 | 0 .../ChangeLog.pre-2-4 | 0 .../ChangeLog.pre-2-6 | 0 .../ChangeLog.pre-git | 0 upstream-documentation/MAINTAINERS.upstream | 10 ++++++ NEWS => upstream-documentation/NEWS | 33 ++++++++++++++++++- .../NEWS.pre-2-0 | 0 .../NEWS.pre-2-10 | 0 .../NEWS.pre-2-2 | 0 .../NEWS.pre-2-4 | 0 .../NEWS.pre-2-6 | 0 .../NEWS.pre-2-8 | 0 .../README.upstream | 0 .../README.upstream.i18n | 0 17 files changed, 42 insertions(+), 1 deletion(-) rename ChangeLog.pre-1-0 => upstream-documentation/ChangeLog.pre-1-0 (100%) rename ChangeLog.pre-1-2 => upstream-documentation/ChangeLog.pre-1-2 (100%) rename ChangeLog.pre-2-0 => upstream-documentation/ChangeLog.pre-2-0 (100%) rename ChangeLog.pre-2-2 => upstream-documentation/ChangeLog.pre-2-2 (100%) rename ChangeLog.pre-2-4 => upstream-documentation/ChangeLog.pre-2-4 (100%) rename ChangeLog.pre-2-6 => upstream-documentation/ChangeLog.pre-2-6 (100%) rename ChangeLog.pre-git => upstream-documentation/ChangeLog.pre-git (100%) create mode 100644 upstream-documentation/MAINTAINERS.upstream rename NEWS => upstream-documentation/NEWS (98%) rename NEWS.pre-2-0 => upstream-documentation/NEWS.pre-2-0 (100%) rename NEWS.pre-2-10 => upstream-documentation/NEWS.pre-2-10 (100%) rename NEWS.pre-2-2 => upstream-documentation/NEWS.pre-2-2 (100%) rename NEWS.pre-2-4 => upstream-documentation/NEWS.pre-2-4 (100%) rename NEWS.pre-2-6 => upstream-documentation/NEWS.pre-2-6 (100%) rename NEWS.pre-2-8 => upstream-documentation/NEWS.pre-2-8 (100%) rename README.orig => upstream-documentation/README.upstream (100%) rename README.i18n => upstream-documentation/README.upstream.i18n (100%) diff --git a/ChangeLog.pre-1-0 b/upstream-documentation/ChangeLog.pre-1-0 similarity index 100% rename from ChangeLog.pre-1-0 rename to upstream-documentation/ChangeLog.pre-1-0 diff --git a/ChangeLog.pre-1-2 b/upstream-documentation/ChangeLog.pre-1-2 similarity index 100% rename from ChangeLog.pre-1-2 rename to upstream-documentation/ChangeLog.pre-1-2 diff --git a/ChangeLog.pre-2-0 b/upstream-documentation/ChangeLog.pre-2-0 similarity index 100% rename from ChangeLog.pre-2-0 rename to upstream-documentation/ChangeLog.pre-2-0 diff --git a/ChangeLog.pre-2-2 b/upstream-documentation/ChangeLog.pre-2-2 similarity index 100% rename from ChangeLog.pre-2-2 rename to upstream-documentation/ChangeLog.pre-2-2 diff --git a/ChangeLog.pre-2-4 b/upstream-documentation/ChangeLog.pre-2-4 similarity index 100% rename from ChangeLog.pre-2-4 rename to upstream-documentation/ChangeLog.pre-2-4 diff --git a/ChangeLog.pre-2-6 b/upstream-documentation/ChangeLog.pre-2-6 similarity index 100% rename from ChangeLog.pre-2-6 rename to upstream-documentation/ChangeLog.pre-2-6 diff --git a/ChangeLog.pre-git b/upstream-documentation/ChangeLog.pre-git similarity index 100% rename from ChangeLog.pre-git rename to upstream-documentation/ChangeLog.pre-git diff --git a/upstream-documentation/MAINTAINERS.upstream b/upstream-documentation/MAINTAINERS.upstream new file mode 100644 index 0000000..fa9b19d --- /dev/null +++ b/upstream-documentation/MAINTAINERS.upstream @@ -0,0 +1,10 @@ +Currently active maintainers +---------------------------- + +Michael Natterer +E-mail: mitch@gimp.org +Userid: mitch + +Jehan +E-mail: jehan@girinstud.io +Userid: Jehan diff --git a/NEWS b/upstream-documentation/NEWS similarity index 98% rename from NEWS rename to upstream-documentation/NEWS index 2d4eb1d..def6516 100644 --- a/NEWS +++ b/upstream-documentation/NEWS @@ -27,7 +27,24 @@ Core: external data. This will be used to serialize data objects hence easily retrieve the proper data even when some data may have duplicate names. - New "FG to Transparent (Hardedge)" gradient. - - New Adobe Swatch Exchange palette import support. + - New palette import supports: + * Adobe Swatch Exchange + * SwatchBooker + * Adobe Color Book (ACB) + - More robust support for ASE palette loading, by stripping space paddings and + being more warry of maliciously built files with invalid string data. + - Artifically set PANGOCAIRO_BACKEND=fc when running on Windows to use the + fontconfig backend, which enables anti-aliasing on Windows, unlike the + default pangocairo backend. + - XCF: + * Font information are more accurately stored (not only the font name, but + also storing various other attributes and even a file hash in the ideal + case where the exact same font file is available), allowing to find the + right font (if installed) on load with less errors. + * As a consequence of the previous point, new files with text layers will be + saved as a bumped XCF 19 version. + * Older XCF versions with text layers can still be saved using older XCF + versions as long as the text layers are untouched in an edit session. Graphical User Interface: @@ -59,6 +76,8 @@ Graphical User Interface: and gimp-tool-dodge in Color theme. - Help menu rearranged to be better organized and also to move "About GIMP" as the last item, which is its more conventional position. + - Many fixes to the default themes (including several cases of CSS rules + leaking from system themes). Tools: @@ -93,6 +112,13 @@ Plug-ins: - New gimp-help-main script to link to the "Table of Contents" of the manual, added to the "Help > User Manual" submenu. - PSP: added support to load PSP ICC Profile data. + - Image Map: two new fields to the HTML Link tab and one new field to the + Javascript tab for area properties: + * accesskey: The same as the mnemonic key shortcuts in GTK, to activate an + area of the image map. Depending on the OS, you either hold ALT or + ALT+SHIFT and this key. + * tabindex: What order to select the area when the user presses Tab. + * onClick: Run a Javascript function when the user clicks on the area. Translations: @@ -117,6 +143,11 @@ Build: Windows. This bump happens because of end-of-support by Microsoft itself, and also by MSYS2 project which is our base for the official installers. - CI now generates babl and GEGL API reference HTML as artifact tarballs. + - New meson options -Dfits and -Dopenmp to enable/disable respectively FITS or + OpenMP support more explicitly (allowing to bypass auto-detection). + - Pango 1.50 or higher is now required as a result of using + pango_attribute_as_font_desc(). Also pango, pangocairo and pangoft2 now use + the same minimum version requirement. Overview of Changes from GIMP 2.99.14 to GIMP 2.99.16 diff --git a/NEWS.pre-2-0 b/upstream-documentation/NEWS.pre-2-0 similarity index 100% rename from NEWS.pre-2-0 rename to upstream-documentation/NEWS.pre-2-0 diff --git a/NEWS.pre-2-10 b/upstream-documentation/NEWS.pre-2-10 similarity index 100% rename from NEWS.pre-2-10 rename to upstream-documentation/NEWS.pre-2-10 diff --git a/NEWS.pre-2-2 b/upstream-documentation/NEWS.pre-2-2 similarity index 100% rename from NEWS.pre-2-2 rename to upstream-documentation/NEWS.pre-2-2 diff --git a/NEWS.pre-2-4 b/upstream-documentation/NEWS.pre-2-4 similarity index 100% rename from NEWS.pre-2-4 rename to upstream-documentation/NEWS.pre-2-4 diff --git a/NEWS.pre-2-6 b/upstream-documentation/NEWS.pre-2-6 similarity index 100% rename from NEWS.pre-2-6 rename to upstream-documentation/NEWS.pre-2-6 diff --git a/NEWS.pre-2-8 b/upstream-documentation/NEWS.pre-2-8 similarity index 100% rename from NEWS.pre-2-8 rename to upstream-documentation/NEWS.pre-2-8 diff --git a/README.orig b/upstream-documentation/README.upstream similarity index 100% rename from README.orig rename to upstream-documentation/README.upstream diff --git a/README.i18n b/upstream-documentation/README.upstream.i18n similarity index 100% rename from README.i18n rename to upstream-documentation/README.upstream.i18n