memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 1abd1d5b9dacd9405dda8aedeb2e8a949b472d62
parent 1e9c6cd82084d3b0f82398c9ea0142cce1152c45
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 19 Dec 2021 11:25:33 +0100

Announce "pgtk" support for Emacs 29 📯

Diffstat:
Mreviews/emacs/hype.org | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org @@ -1,10 +1,13 @@ Emacs's NEWS files are useful as a searchable reference, but they can be overwhelming as an entry point. In this file, I'm keeping track of the changes /I/ am excited about. -* Unmerged branches & patches +* 29 ** "Pure GTK" Emacs Some brave souls took it upon themselves to drag Emacs kicking and -screaming into The Wayland Futureâ„¢. +screaming into The Wayland Futureâ„¢: "pure GTK" means that Emacs will +only rely on GTK APIs, instead of a mix of GTK and X. + +Try it out by giving =--with-pgtk= to =./configure=. * 28 ** Transient input methods *** Background