summaryrefslogtreecommitdiff
path: root/itches/emacs/tracker.org
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-12 22:13:41 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-12 22:13:41 +0100
commit96fc760e1361cd90b627dc67a35296851bc07bd1 (patch)
tree727426e352a3e6839d8a6d2b4f184322f34e71ba /itches/emacs/tracker.org
parentd3670965eaf950173c7d74b7fc498d8bd98e14f2 (diff)
downloadmemory-leaks-96fc760e1361cd90b627dc67a35296851bc07bd1.tar.xz
Update Emacs itches tracker
Diffstat (limited to 'itches/emacs/tracker.org')
-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.