]> git.eshelyaron.com Git - emacs.git/commitdiff
(bad-packages-alist): Clarify Semantic and CEDET version numbers.
authorGlenn Morris <rgm@gnu.org>
Sun, 7 Oct 2007 00:30:36 +0000 (00:30 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 7 Oct 2007 00:30:36 +0000 (00:30 +0000)
lisp/ChangeLog
lisp/simple.el

index a30381b784cf0d2315e3a1af5ece792064a110fb..b98dac1e432ab53f8a712df83634441de2f3b9d6 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-07  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (bad-packages-alist): Clarify Semantic and CEDET
+       version numbers.
+
 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-completion-mode): Extend doc-string.
index dec4111e86397ea991dc6a1f5c151bc3121d952e..1d87c84c33f29952e503088adb3a92e3eda47100 100644 (file)
@@ -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,