]> 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:31:20 +0000 (00:31 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 7 Oct 2007 00:31:20 +0000 (00:31 +0000)
lisp/ChangeLog
lisp/simple.el

index f45cc865e3afce16263abba88bb6b20a03aa3a69..26aef67e98a66e9c41abab82a08ac163df348d98 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  Juri Linkov  <juri@jurta.org>
 
        * textmodes/fill.el (fill-paragraph-or-region): New function.
index 182c96ca44d031e24ad70c8700f8f77828354696..1cfaf6bca22886623d6bfa4545ba9634fae2bc5d 100644 (file)
@@ -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,