summaryrefslogtreecommitdiff
path: root/itches/emacs/tracker.org
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs/tracker.org')
-rw-r--r--itches/emacs/tracker.org125
1 files changed, 125 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index f9e3c58..2e568ff 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -10,3 +10,128 @@ entries:
- =Role= :: =author= or =watcher=,
- =PatchApplied= :: whether my patches were applied,
- =TestAdded= :: for bug reports, whether I added a unit test.
+
+* GNU Emacs
+** Core
+*** 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
+:PROPERTIES:
+:Role: author
+:END:
+Fixed by Yamamoto Mitsuharu.
+*** DONE [[bug:38492]] Warn pdumper users when pure space has been overflowed
+:PROPERTIES:
+:Role: author
+:END:
+Fixed by Eli.
+*** 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.
+** Elisp
+*** DONE [[bug:30008]] Subdirectory vs major mode in .dir-locals.el
+:PROPERTIES:
+:Role: author
+:END:
+Unnoticed for a year, then merged with subsequent duplicate [[bug:33400]].
+*** DONE [[bug:33697]] file-truename messes with match data
+:PROPERTIES:
+:Role: author
+: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:39504]] eww/shr: Ensure faces of enclosing elements apply to <code> elements
+:PROPERTIES:
+:Role: author
+:PatchApplied: t
+:END:
+Unfortunately debbugs.el does not handle multiple patches per message;
+the first patch's diff was thus applied manually, with the second
+patch's title (and a whole new message by the maintainer).
+*** 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.
+
+** Major modes
+*** Custom
+**** DONE [[bug:39074]] Horizontal line messes with variable value display in Custom buffers
+:PROPERTIES:
+:Role: author
+:PatchApplied: t
+:END:
+*** Dired
+**** DONE [[bug:23284]] Cannot input 'Y' with dired-do-query-replace-regexp
+:PROPERTIES:
+:Role: author
+:END:
+Fixed by Dmitry.
+** Minor modes
+*** electric-pair-mode
+**** DONE [[bug:39680]] electric-pair-mode broken by undo
+:PROPERTIES:
+:Role: author
+:TestAdded: t
+:END:
+Fixed by Stefan. It took some time and effort, but I eventually
+managed to write a unit test.
+*** icomplete
+**** DONE [[bug:38024]] icomplete sometimes fails to show completions after backward-killing words
+:PROPERTIES:
+:Role: author
+:END:
+Fixed by João.
+** Experimental features
+*** Native compilation
+**** DONE [[bug:41077]] Segfaults when compiling ELC+ELN
+:PROPERTIES:
+:Role: author
+:END:
+Took a couple of tries (and 3 days straight of compilation), but I got
+the branch to compile on my Samsung NC10. See also update 8 on
+Andrea's [[https://akrl.sdf.org/gccemacs.html][progress page]].
+**** DONE [[bug:41194]] fibn benchmark exhausts memory
+:PROPERTIES:
+:Role: author
+:END:
+Fixed by Andrea (see update 9 on his [[https://akrl.sdf.org/gccemacs.html][progress page]]).
+* ELPA
+** debbugs
+*** DONE [[bug:38551]] bind to RET rather than return
+:PROPERTIES:
+:Role: author
+:PatchApplied: t
+:END:
+* COMMENT File-local variables
+#+LINK: bug https://debbugs.gnu.org/
+#+LINK: orgmode https://orgmode.org/list/%s/t/#u
+# Local variables:
+# org-property-format: "%-16s %s"
+# end: