aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-04-13 14:53:35 +0300
committerEli Zaretskii2022-04-13 14:53:35 +0300
commite587fc05a70c08a50258b152bb5403afd013007d (patch)
tree1cf9ee9ff3f5d9df7d930a241ec6ba2337b4d322
parented6237e039e6fb51229054d0fce74df074903f19 (diff)
downloademacs-e587fc05a70c08a50258b152bb5403afd013007d.tar.gz
emacs-e587fc05a70c08a50258b152bb5403afd013007d.zip
; * etc/NEWS: Mention that PGTK build needs GTK >= 3.20.
-rw-r--r--etc/NEWS19
1 files changed, 10 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 41e7f376ffa..8665a825ce7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -68,15 +68,16 @@ XInput 2 support from Lisp programs.
68 68
69+++ 69+++
70** Emacs now supports being built with pure GTK. 70** Emacs now supports being built with pure GTK.
71To use this option, make sure the GTK 3 and Cairo development files 71To use this option, make sure the GTK 3 (version 3.20 or later) and
72are installed, and configure Emacs with the option '--with-pgtk'. 72Cairo development files are installed, and configure Emacs with the
73Unlike the default X and GTK build, the resulting Emacs binary will 73option '--with-pgtk'. Unlike the default X and GTK build, the
74work on any underlying window system supported by GDK, such as Wayland 74resulting Emacs binary will work on any underlying window system
75and Broadway. We do not recommend that you use this configuration, 75supported by GDK, such as Wayland and Broadway. We do not recommend
76unless you are running a window system that's supported by GDK other 76that you use this configuration, unless you are running a window
77than X. Running this configuration on X is known to have problems, 77system that's supported by GDK other than X. Running this
78such as undesirable frame positioning and various issues with keyboard 78configuration on X is known to have problems, such as undesirable
79input of sequences such as 'C-;' and 'C-S-u'. 79frame positioning and various issues with keyboard input of sequences
80such as 'C-;' and 'C-S-u'.
80 81
81--- 82---
82** The docstrings of preloaded files are not in "etc/DOC" any more. 83** The docstrings of preloaded files are not in "etc/DOC" any more.