diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-12-20 07:49:05 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-12-25 21:27:57 +0100 |
| commit | 8aa59d48304b9d0c27f6887b0cc9ade111cdebab (patch) | |
| tree | d6431568f25bbae4780de1a1e4c671a7da3bda60 /itches/emacs/tracker.org | |
| parent | 1abd1d5b9dacd9405dda8aedeb2e8a949b472d62 (diff) | |
| download | memory-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/tracker.org')
| -rw-r--r-- | itches/emacs/tracker.org | 26 |
1 files changed, 16 insertions, 10 deletions
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: |
