diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-08 09:30:18 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-08 09:30:18 +0100 |
commit | 2b7a0397e154cbce45e3b1e5275ebc4b4497913d (patch) | |
tree | f3ba7b034e3b83a6ebf8d67b2f86de72abb2cc30 | |
parent | 846ff294206c922da4c48396e440e90179ffe070 (diff) | |
parent | fe91f4438c4d0a44c8502595dec5922ed60e095a (diff) | |
download | emacs-2b7a0397e154cbce45e3b1e5275ebc4b4497913d.tar.gz emacs-2b7a0397e154cbce45e3b1e5275ebc4b4497913d.tar.bz2 emacs-2b7a0397e154cbce45e3b1e5275ebc4b4497913d.zip |
Merge from origin/emacs-28
fe91f4438c ; * etc/PROBLEMS: Move librsvg-related item to better loca...
-rw-r--r-- | etc/PROBLEMS | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 372a524e7dd..d8d4cf7a17c 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -308,10 +308,6 @@ Configure checks for the correct version, but this problem could occur if a binary built against a shared libungif is run on a system with an older version. -** SVG images may be cropped incorrectly with librsvg 2.45 and below. -Librsvg 2.46 and above have improved geometry code which Emacs is able -to take advantage of. - ** Emacs aborts inside the function 'tparam1'. This can happen if Emacs was built without terminfo support, but the @@ -762,6 +758,11 @@ completed" message that tls.el relies upon, causing affected Emacs functions to hang. To work around the problem, use older or newer versions of gnutls-cli, or use Emacs's built-in gnutls support. +*** SVG images may be cropped incorrectly with librsvg 2.45 or older. + +Librsvg 2.46 and above have improved geometry code which Emacs is able +to take advantage of. + * Runtime problems related to font handling ** Characters are displayed as empty boxes or with wrong font under X. |