summaryrefslogtreecommitdiff
path: root/itches/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs')
-rw-r--r--itches/emacs/tracker.org21
1 files changed, 18 insertions, 3 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index bc11734..ff3a6fe 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -1,7 +1,4 @@
* participating
-** bug#39680 electric-pair-mode broken by undo
-- Patch proposed by Stefan.
-- Not clear why ERT test is erratic.
** bug#28969 dired: Confirmation prompt for wildcard not surrounded by whitespace
- v6 posted in December 2019.
- Eli skeptical of final UI.
@@ -41,3 +38,21 @@ Can someone make this snippet less ugly?
#+end_src
*** gnus-cloud
Can't get it to work.
+* closed
+** TODO add older bugs
+** bug#39504 eww/shr: Ensure faces of enclosing elements apply to <code> elements
+Patch applied.
+
+Unfortunately debbugs.el does not handle multiple patches per message;
+the patch was thus applied manually, and somehow the first patch's
+diff ended up with the second patch's title (and a whole new message
+by the maintainer).
+
+I'll try to follow-up with a =git-am=-based function to apply patches
+at point from Gnus (cf. bug#39504#24).
+** bug#39597 M-x occur adds fontification to fundamental-mode
+Fixed by Stefan & Juri.
+** bug#39680 electric-pair-mode broken by undo
+Fixed by Stefan.
+
+Still not clear why my ERT test is erratic.