Edited online authored by Yuya Nishihara's avatar Yuya Nishihara
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
== Bug Fixes == == Bug Fixes ==
* cmdthread: map empty promptchoice response to default value * cmdthread: map empty promptchoice response to default value \\
(fixes #3785 - crash on email preview with diffstat) (fixes #3785 - crash on email preview with diffstat)
* grep: fix list of urls to include all dragged files * grep: fix list of urls to include all dragged files
* grep, status: fix several unicode errors in drag-and-drop handler * grep, status: fix several unicode errors in drag-and-drop handler
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
(fixes #3785 - crash on email preview with diffstat) (fixes #3785 - crash on email preview with diffstat)
* grep: fix list of urls to include all dragged files * grep: fix list of urls to include all dragged files
* grep, status: fix several unicode errors in drag-and-drop handler * grep, status: fix several unicode errors in drag-and-drop handler
status: fix handling of non-ascii file name in drag-and-drop handler * status: fix handling of non-ascii file name in drag-and-drop handler
* purge: make sure to not include deselected statuses * purge: make sure to not include deselected statuses \\
(fixes #3786 - ignored files can be deleted even if checkbox is off) (fixes #3786 - ignored files can be deleted even if checkbox is off)
* settings: remove outdated details of default authorcolor behavior * settings: remove outdated details of default authorcolor behavior
(fixes #3789) (fixes #3789)
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
(fixes #3786 - ignored files can be deleted even if checkbox is off) (fixes #3786 - ignored files can be deleted even if checkbox is off)
* settings: remove outdated details of default authorcolor behavior * settings: remove outdated details of default authorcolor behavior
(fixes #3789) (fixes #3789)
* thgrepo: preserve config values that are internally set * thgrepo: preserve config values that are internally set \\
(fixes #588 - random failure of unified diff with eol extension) (fixes #588 - random failure of unified diff with eol extension)
== Improvements == == Improvements ==
... ...
......