summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d52785e..38f0741 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2024-08-07 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el (ebuild-mode-unescape-string): New function,
+ decodes backslash and ANSI-C escape sequences in strings.
+ (ebuild-mode-find-s): Call it.
+
* ebuild-mode.el (ebuild-mode-get-builddir): New function, split
off from ebuild-mode-find-workdir.
(ebuild-mode-find-s): New function.