aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorStefan Kangas2021-11-08 09:30:18 +0100
committerStefan Kangas2021-11-08 09:30:18 +0100
commit2b7a0397e154cbce45e3b1e5275ebc4b4497913d (patch)
treef3ba7b034e3b83a6ebf8d67b2f86de72abb2cc30 /etc/PROBLEMS
parent846ff294206c922da4c48396e440e90179ffe070 (diff)
parentfe91f4438c4d0a44c8502595dec5922ed60e095a (diff)
downloademacs-2b7a0397e154cbce45e3b1e5275ebc4b4497913d.tar.gz
emacs-2b7a0397e154cbce45e3b1e5275ebc4b4497913d.zip
Merge from origin/emacs-28
fe91f4438c ; * etc/PROBLEMS: Move librsvg-related item to better loca...
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS9
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
308if a binary built against a shared libungif is run on a system with an 308if a binary built against a shared libungif is run on a system with an
309older version. 309older version.
310 310
311** SVG images may be cropped incorrectly with librsvg 2.45 and below.
312Librsvg 2.46 and above have improved geometry code which Emacs is able
313to take advantage of.
314
315** Emacs aborts inside the function 'tparam1'. 311** Emacs aborts inside the function 'tparam1'.
316 312
317This can happen if Emacs was built without terminfo support, but the 313This 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
762functions to hang. To work around the problem, use older or newer 758functions to hang. To work around the problem, use older or newer
763versions of gnutls-cli, or use Emacs's built-in gnutls support. 759versions of gnutls-cli, or use Emacs's built-in gnutls support.
764 760
761*** SVG images may be cropped incorrectly with librsvg 2.45 or older.
762
763Librsvg 2.46 and above have improved geometry code which Emacs is able
764to take advantage of.
765
765* Runtime problems related to font handling 766* Runtime problems related to font handling
766 767
767** Characters are displayed as empty boxes or with wrong font under X. 768** Characters are displayed as empty boxes or with wrong font under X.