summaryrefslogtreecommitdiff
path: root/itches
diff options
context:
space:
mode:
Diffstat (limited to 'itches')
-rw-r--r--itches/emacs/tracker.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index a9c3507..0c1ec57 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -150,6 +150,12 @@ being "poisoned" by a user's =:eval= form in frame-title-format.
:Role: author
:END:
Fixed by Stefan.
+*** DONE [[bug:57733]] Fix ~replace-*-in-region~ crash
+:PROPERTIES:
+:Role: author
+:PatchApplied: t
+:TestAdded: t
+:END:
*** TODO Add command to toggle password visibility
**** cover letter
Hello Emacs,
@@ -665,7 +671,8 @@ The ~wrap-prefix~ does not match the opening ~>~'s ~display~ property.
*** TODO autoload debbugs-gnu-emacs-release-blocking-reports
I prefer this over the Org variant, which is autoloaded.
*** TODO Make ~debbugs-gnu-apply-patch~ smarter
-To avoid accidents like [[bug:28969]], [[bug:39504]], and [[bug:41810]].
+To avoid accidents like [[bug:28969]], [[bug:39504]], [[bug:41810]], and
+[[bug:57733]].
** diff-hl
*** DONE [[https://github.com/dgutov/diff-hl/issues/142][#142]] Weird interaction between diff-hl-flydiff-mode and org-indent-mode
Eventually reported back to Emacs core in [[bug:41584]] and fixed by Eli.