From 8aa59d48304b9d0c27f6887b0cc9ade111cdebab Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 20 Dec 2021 07:49:05 +0100 Subject: Add a scratched itch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I mean it wasn't even an itch; I didn't care about webp support before realizing that --with-pgtk removed it 😓 Also reorganize the "core" section. --- itches/emacs/emoji.org | 4 ++-- itches/emacs/tracker.org | 26 ++++++++++++++++---------- 2 files changed, 18 insertions(+), 12 deletions(-) (limited to 'itches/emacs') diff --git a/itches/emacs/emoji.org b/itches/emacs/emoji.org index 1c745df..96e2387 100644 --- a/itches/emacs/emoji.org +++ b/itches/emacs/emoji.org @@ -1,8 +1,8 @@ Support for color fonts [[https://lists.gnu.org/archive/html/emacs-devel/2019-04/msg00996.html][has landed]] on version 27.0 (master). -Remaining issues: +Remaining issues (some of them tracked in [[https://debbugs.gnu.org/39799][bug#39799]]): * DONE Fix font-hinting =--with-cairo= -Bug#35781 fixed by Yamamoto Mitsuharu. +[[https://debbugs.gnu.org/35781][Bug#35781]] fixed by Yamamoto Mitsuharu. * DONE Check whether combining sequences work For example: regional flags, ZWJ sequences from diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 6b4b53b..ff3dc7f 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -18,31 +18,31 @@ entries: * GNU Emacs ** Core -*** DONE [[bug:35781]] Improve font display on Cairo builds +*** Display +**** Cairo support +***** DONE [[bug:35781]] Improve font display on Cairo builds :PROPERTIES: :Role: author :END: Fixed by Yamamoto Mitsuharu. -*** DONE [[bug:35871]] Fix SVG transparency with Cairo +***** DONE [[bug:35871]] Fix SVG transparency with Cairo :PROPERTIES: :Role: author :END: Fixed by Yamamoto Mitsuharu. -*** DONE [[bug:38492]] Warn pdumper users when pure space has been overflowed +**** "Pure GTK" port +***** DONE [[https://lists.gnu.org/archive/html/emacs-devel/2021-12/msg01845.html][emacs-devel:<87wnk0wyi7.fsf@gmail.com>]] Let =--with-webp= work with =--with-pgtk= :PROPERTIES: :Role: author +:PatchApplied: t :END: -Fixed by Eli. -*** DONE [[bug:39799]] Most emoji sequences don’t render correctly -:PROPERTIES: -:Role: watcher -:END: -*** DONE [[bug:41584]] org-indent-mode's line-prefix text property flickers near overlays +**** DONE [[bug:41584]] org-indent-mode's line-prefix text property flickers near overlays :PROPERTIES: :Role: author :END: First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. Fixed by Eli. -*** TODO Translate unshifted keys to shifted if no bindings are found +*** Input +**** TODO Translate unshifted keys to shifted if no bindings are found To make =C-x [0-9]= more accessible on AZERTY. Firefox does this, cf [[https://hg.mozilla.org/mozilla-unified/file/FIREFOX_80_0_1_RELEASE/widget/gtk/nsGtkKeyUtils.cpp#l1207][here]]: @@ -83,6 +83,12 @@ uint32_t KeymapWrapper::GetCharCodeFor(const GdkEventKey* aGdkKeyEvent, Maybe look at ~lookup-key~ in ~src/keymap.c~? Although ~src/gtkutil.c~ seems to be the place making the most calls to ~gdk_~ functions. +*** Dump +**** DONE [[bug:38492]] Warn pdumper users when pure space has been overflowed +:PROPERTIES: +:Role: author +:END: +Fixed by Eli. ** Elisp *** DONE [[bug:30008]] Subdirectory vs major mode in .dir-locals.el :PROPERTIES: -- cgit v1.2.3