summaryrefslogtreecommitdiff
path: root/itches/emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-20 07:49:05 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-25 21:27:57 +0100
commit8aa59d48304b9d0c27f6887b0cc9ade111cdebab (patch)
treed6431568f25bbae4780de1a1e4c671a7da3bda60 /itches/emacs
parent1abd1d5b9dacd9405dda8aedeb2e8a949b472d62 (diff)
downloadmemory-leaks-8aa59d48304b9d0c27f6887b0cc9ade111cdebab.tar.xz
Add a scratched itch
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.
Diffstat (limited to 'itches/emacs')
-rw-r--r--itches/emacs/emoji.org4
-rw-r--r--itches/emacs/tracker.org26
2 files changed, 18 insertions, 12 deletions
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: