summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index f67069d..1558697 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-27 Ulrich Mueller <ulm@gentoo.org>
+
+ * elisp-common.eclass (elisp-make-autoload-file): Don't substitute
+ the "new page" character with sed, since the string could occur in
+ the package name. Use a shell variable instead.
+
2009-09-15 Ulrich Mueller <ulm@gentoo.org>
* elisp.eclass (elisp_src_compile): Fix typo, bug 285045.