aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-10-07 00:31:20 +0000
committerGlenn Morris2007-10-07 00:31:20 +0000
commit72d595b5f100c2b6522cc17398868cf5333e608c (patch)
treedfdd03619cd37d228dbab539284d7f080c9be86f
parent1ac03a3134a442fe02e0900b95b9284ba2c07c27 (diff)
downloademacs-72d595b5f100c2b6522cc17398868cf5333e608c.tar.gz
emacs-72d595b5f100c2b6522cc17398868cf5333e608c.zip
(bad-packages-alist): Clarify Semantic and CEDET version numbers.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/simple.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f45cc865e3a..26aef67e98a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-10-07 Glenn Morris <rgm@gnu.org>
2
3 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4 version numbers.
5
12007-10-06 Juri Linkov <juri@jurta.org> 62007-10-06 Juri Linkov <juri@jurta.org>
2 7
3 * textmodes/fill.el (fill-paragraph-or-region): New function. 8 * 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."
5810 ;; Definitely 2.0pre3, probably all 2.0pre's before this. 5810 ;; Definitely 2.0pre3, probably all 2.0pre's before this.
5811 '((semantic semantic-version "2\\.0pre[1-3]" 5811 '((semantic semantic-version "2\\.0pre[1-3]"
5812 "The version of `semantic' loaded does not work in Emacs 22. 5812 "The version of `semantic' loaded does not work in Emacs 22.
5813It can cause constant high CPU load. Upgrade to at least 2.0pre4.") 5813It can cause constant high CPU load.
5814Upgrade to at least Semantic 2.0pre4 (distributed with CEDET 1.0pre4).")
5814 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer. 5815 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer.
5815 ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode 5816 ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode
5816 ;; provided the `CUA-mode' feature. Since this is no longer true, 5817 ;; provided the `CUA-mode' feature. Since this is no longer true,