diff options
| author | Stefan Kangas | 2022-03-03 06:30:34 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-03-03 06:30:34 +0100 |
| commit | ca8f4ebc492c470ec041e11f5d5b005c6d0d44e6 (patch) | |
| tree | 73d7d1e6d71ed1f5aa047d4600e2caec3c270208 | |
| parent | 86969f9658e278ebacb3d625d0309046ff1f2b54 (diff) | |
| parent | 225e0d6047de9576ee48ce612fcd561f818195aa (diff) | |
| download | emacs-ca8f4ebc492c470ec041e11f5d5b005c6d0d44e6.tar.gz emacs-ca8f4ebc492c470ec041e11f5d5b005c6d0d44e6.zip | |
Merge from origin/emacs-28
225e0d6047 Correct etc/NEWS entry about bitmapped fonts
# Conflicts:
# etc/NEWS
| -rw-r--r-- | etc/NEWS.28 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/etc/NEWS.28 b/etc/NEWS.28 index 58c7c44a2bf..84041d79c20 100644 --- a/etc/NEWS.28 +++ b/etc/NEWS.28 | |||
| @@ -43,11 +43,10 @@ recommend examining any such warnings before you decide they are | |||
| 43 | false. | 43 | false. |
| 44 | 44 | ||
| 45 | ** The Cairo graphics library is now used by default if present. | 45 | ** The Cairo graphics library is now used by default if present. |
| 46 | '--with-cairo' is now the default, if the appropriate development files | 46 | '--with-cairo' is now the default, if the appropriate development |
| 47 | are found by 'configure'. Note that building with Cairo means using | 47 | files are found by 'configure'. Building with Cairo is known to cause |
| 48 | Pango instead of libXFT for font support. Since Pango 1.44 has | 48 | some problems with bitmap fonts. This may require you to adjust your |
| 49 | removed support for bitmapped fonts, this may require you to adjust | 49 | font settings, or to build with Xft support instead. |
| 50 | your font settings. | ||
| 51 | 50 | ||
| 52 | Note also that 'FontBackend' settings in ".Xdefaults" or | 51 | Note also that 'FontBackend' settings in ".Xdefaults" or |
| 53 | ".Xresources", or 'font-backend' frame parameter settings in your init | 52 | ".Xresources", or 'font-backend' frame parameter settings in your init |