summaryrefslogtreecommitdiff
path: root/itches
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-28 22:51:01 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-28 22:51:01 +0100
commit657cdf9c057fdfc385cf8d0496ff6638a0ae3b3c (patch)
tree580a616a0be942751317095b73bd6f2e3721daf8 /itches
parent8aa59d48304b9d0c27f6887b0cc9ade111cdebab (diff)
downloadmemory-leaks-657cdf9c057fdfc385cf8d0496ff6638a0ae3b3c.tar.xz
Reorganize itches a bit
Marginally easier than scratching them.
Diffstat (limited to 'itches')
-rw-r--r--itches/emacs/tracker.org60
1 files changed, 31 insertions, 29 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index ff3dc7f..e9ea7e8 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -18,7 +18,7 @@ entries:
* GNU Emacs
** Core
-*** Display
+*** display
**** Cairo support
***** DONE [[bug:35781]] Improve font display on Cairo builds
:PROPERTIES:
@@ -41,7 +41,7 @@ Fixed by Yamamoto Mitsuharu.
:Role: author
:END:
First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. Fixed by Eli.
-*** Input
+*** 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,7 +83,7 @@ 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
+*** dump
**** DONE [[bug:38492]] Warn pdumper users when pure space has been overflowed
:PROPERTIES:
:Role: author
@@ -105,37 +105,11 @@ Unnoticed for a year, then merged with subsequent duplicate [[bug:33400]].
:END:
Merged with [[bug:31586]], a more general issue dealing with match data
being "poisoned" by a user's =:eval= form in frame-title-format.
-*** DONE [[bug:35476]] font-lock-{append,prepend}-text-property and anonymous faces
-:PROPERTIES:
-:Role: author
-:PatchApplied: t
-:TestAdded: t
-:END:
-Started off as an [[orgmode:87r2a4ztt2.fsf@gmail.com][org-mode bug]]; Stefan applied a proper fix, then I
-added in some refactoring and unit tests.
*** DONE [[bug:36803]] Update mode-line of every window when compilation ends
:PROPERTIES:
:Role: author
:END:
Fixed by Stefan.
-*** DONE [[bug:39597]] M-x occur adds fontification to fundamental-mode
-:PROPERTIES:
-:Role: author
-:END:
-Fixed by Stefan & Juri.
-*** DONE [[bug:41747]] Add default fontset setup for "Symbols and Pictographs Extended-A"
-:PROPERTIES:
-:Role: author
-:END:
-Unfortunately, Symbola now comes with a [[https://dn-works.com/wp-content/uploads/2020/UFAS-Docs/License.pdf][non-free license]].
-
-Cf. [[https://bugs.archlinux.org/task/58886][Arch Linux]], [[https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897047][Debian]], [[https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/EC6I35ILFICKY5W5XTHYJC6UH36B2UQS/][Fedora]], [[https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg88799.html][Gentoo]], [[https://github.com/NixOS/nixpkgs/pull/79679][NixOS]] and [[https://bugs.launchpad.net/ubuntu/+source/ttf-ancient-fonts/+bug/1824065][Ubuntu]] threads; also
-[[https://en.wikipedia.org/wiki/Talk:Open-source_Unicode_typefaces#Symbola_font][Wikipedia]] thread.
-*** DONE [[bug:51495]] Avoid fonts with incomplete coverage of MATHEMATICAL chars
-:PROPERTIES:
-:Role: author
-:PatchApplied: t
-:END:
*** TODO Add command to toggle password visibility
**** cover letter
Hello Emacs,
@@ -229,6 +203,34 @@ index 06ea503da6..da9253cedd 100644
:PROPERTIES:
:Role: author
:END:
+*** font-lock
+**** DONE [[bug:35476]] font-lock-{append,prepend}-text-property and anonymous faces
+:PROPERTIES:
+:Role: author
+:PatchApplied: t
+:TestAdded: t
+:END:
+Started off as an [[orgmode:87r2a4ztt2.fsf@gmail.com][org-mode bug]]; Stefan applied a proper fix, then I
+added in some refactoring and unit tests.
+**** DONE [[bug:39597]] M-x occur adds fontification to fundamental-mode
+:PROPERTIES:
+:Role: author
+:END:
+Fixed by Stefan & Juri.
+*** fonts
+**** DONE [[bug:41747]] Add default fontset setup for "Symbols and Pictographs Extended-A"
+:PROPERTIES:
+:Role: author
+:END:
+Unfortunately, Symbola now comes with a [[https://dn-works.com/wp-content/uploads/2020/UFAS-Docs/License.pdf][non-free license]].
+
+Cf. [[https://bugs.archlinux.org/task/58886][Arch Linux]], [[https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897047][Debian]], [[https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/EC6I35ILFICKY5W5XTHYJC6UH36B2UQS/][Fedora]], [[https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg88799.html][Gentoo]], [[https://github.com/NixOS/nixpkgs/pull/79679][NixOS]] and [[https://bugs.launchpad.net/ubuntu/+source/ttf-ancient-fonts/+bug/1824065][Ubuntu]] threads; also
+[[https://en.wikipedia.org/wiki/Talk:Open-source_Unicode_typefaces#Symbola_font][Wikipedia]] thread.
+**** DONE [[bug:51495]] Avoid fonts with incomplete coverage of MATHEMATICAL chars
+:PROPERTIES:
+:Role: author
+:PatchApplied: t
+:END:
*** imenu
**** TODO Add grouping/sorting predicates to ~imenu~ completion
So that ~imenu~ + ~icomplete-vertical-mode~ becomes a built-in,