summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index bf26a0150619..4a4c6fdd78bf 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.739 2013/03/16 05:44:49 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.740 2013/03/16 08:55:30 ulm Exp $
+
+ 16 Mar 2013; Ulrich Müller <ulm@gentoo.org> elisp.eclass,
+ elisp-common.eclass:
+ Sync eclasses from Emacs overlay.
+ elisp-common.eclass: Functions elisp-compile, elisp-make-autoload-file,
+ elisp-install, and elisp-site-file-install now die on failure.
+ elisp.eclass: Remove die commands that are no longer necessary because the
+ called functions die themselves. Call readme.gentoo_create_doc and
+ readme.gentoo_print_elog from readme.gentoo.eclass if these functions exist.
16 Mar 2013; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
Add cloog/isl support for gcc 4.8 (bug # 434816, patch by Kacper Kowalik).