From: Glenn Morris Date: Sun, 7 Oct 2007 00:31:20 +0000 (+0000) Subject: (bad-packages-alist): Clarify Semantic and CEDET version numbers. X-Git-Tag: emacs-pretest-23.0.90~10495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72d595b5f100c2b6522cc17398868cf5333e608c;p=emacs.git (bad-packages-alist): Clarify Semantic and CEDET version numbers. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f45cc865e3a..26aef67e98a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-10-07 Glenn Morris + + * simple.el (bad-packages-alist): Clarify Semantic and CEDET + version numbers. + 2007-10-06 Juri Linkov * textmodes/fill.el (fill-paragraph-or-region): New function. diff --git a/lisp/simple.el b/lisp/simple.el index 182c96ca44d..1cfaf6bca22 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5810,7 +5810,8 @@ works by saving the value of `buffer-invisibility-spec' and setting it to nil." ;; Definitely 2.0pre3, probably all 2.0pre's before this. '((semantic semantic-version "2\\.0pre[1-3]" "The version of `semantic' loaded does not work in Emacs 22. -It can cause constant high CPU load. Upgrade to at least 2.0pre4.") +It can cause constant high CPU load. +Upgrade to at least Semantic 2.0pre4 (distributed with CEDET 1.0pre4).") ;; CUA-mode does not work with GNU Emacs version 22.1 and newer. ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode ;; provided the `CUA-mode' feature. Since this is no longer true,