From: Glenn Morris Date: Sun, 7 Oct 2007 00:30:36 +0000 (+0000) Subject: (bad-packages-alist): Clarify Semantic and CEDET version numbers. X-Git-Tag: emacs-pretest-22.1.90~658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12507879697358bf9104c563ac3aeb55459a1253;p=emacs.git (bad-packages-alist): Clarify Semantic and CEDET version numbers. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a30381b784c..b98dac1e432 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 Michael Albinus * net/tramp.el (tramp-completion-mode): Extend doc-string. diff --git a/lisp/simple.el b/lisp/simple.el index dec4111e863..1d87c84c33f 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5626,7 +5626,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,