diff options
| author | Eli Zaretskii | 2022-04-13 14:53:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-04-13 14:53:35 +0300 |
| commit | e587fc05a70c08a50258b152bb5403afd013007d (patch) | |
| tree | 1cf9ee9ff3f5d9df7d930a241ec6ba2337b4d322 | |
| parent | ed6237e039e6fb51229054d0fce74df074903f19 (diff) | |
| download | emacs-e587fc05a70c08a50258b152bb5403afd013007d.tar.gz emacs-e587fc05a70c08a50258b152bb5403afd013007d.zip | |
; * etc/NEWS: Mention that PGTK build needs GTK >= 3.20.
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 10 insertions, 9 deletions
| @@ -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. |
| 71 | To use this option, make sure the GTK 3 and Cairo development files | 71 | To use this option, make sure the GTK 3 (version 3.20 or later) and |
| 72 | are installed, and configure Emacs with the option '--with-pgtk'. | 72 | Cairo development files are installed, and configure Emacs with the |
| 73 | Unlike the default X and GTK build, the resulting Emacs binary will | 73 | option '--with-pgtk'. Unlike the default X and GTK build, the |
| 74 | work on any underlying window system supported by GDK, such as Wayland | 74 | resulting Emacs binary will work on any underlying window system |
| 75 | and Broadway. We do not recommend that you use this configuration, | 75 | supported by GDK, such as Wayland and Broadway. We do not recommend |
| 76 | unless you are running a window system that's supported by GDK other | 76 | that you use this configuration, unless you are running a window |
| 77 | than X. Running this configuration on X is known to have problems, | 77 | system that's supported by GDK other than X. Running this |
| 78 | such as undesirable frame positioning and various issues with keyboard | 78 | configuration on X is known to have problems, such as undesirable |
| 79 | input of sequences such as 'C-;' and 'C-S-u'. | 79 | frame positioning and various issues with keyboard input of sequences |
| 80 | such 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. |