diff options
| author | Stefan Kangas | 2021-11-08 09:30:18 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-08 09:30:18 +0100 |
| commit | 2b7a0397e154cbce45e3b1e5275ebc4b4497913d (patch) | |
| tree | f3ba7b034e3b83a6ebf8d67b2f86de72abb2cc30 /etc/PROBLEMS | |
| parent | 846ff294206c922da4c48396e440e90179ffe070 (diff) | |
| parent | fe91f4438c4d0a44c8502595dec5922ed60e095a (diff) | |
| download | emacs-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/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 | |||
| 308 | if a binary built against a shared libungif is run on a system with an | 308 | if a binary built against a shared libungif is run on a system with an |
| 309 | older version. | 309 | older version. |
| 310 | 310 | ||
| 311 | ** SVG images may be cropped incorrectly with librsvg 2.45 and below. | ||
| 312 | Librsvg 2.46 and above have improved geometry code which Emacs is able | ||
| 313 | to take advantage of. | ||
| 314 | |||
| 315 | ** Emacs aborts inside the function 'tparam1'. | 311 | ** Emacs aborts inside the function 'tparam1'. |
| 316 | 312 | ||
| 317 | This can happen if Emacs was built without terminfo support, but the | 313 | 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 | |||
| 762 | functions to hang. To work around the problem, use older or newer | 758 | functions to hang. To work around the problem, use older or newer |
| 763 | versions of gnutls-cli, or use Emacs's built-in gnutls support. | 759 | versions 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 | |||
| 763 | Librsvg 2.46 and above have improved geometry code which Emacs is able | ||
| 764 | to 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. |