aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS.226
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22
index 6e227639fed..cdf1ef1dd02 100644
--- a/etc/NEWS.22
+++ b/etc/NEWS.22
@@ -28,7 +28,8 @@ any older versions of these packages to ensure that the Emacs 22
28version is used. You can use M-x list-load-path-shadows to find such 28version is used. You can use M-x list-load-path-shadows to find such
29older packages. 29older packages.
30 30
31Some specific packages that are known to cause problems are: 31Some specific packages that are known to cause problems are given
32below. Emacs tries to warn you about these through `bad-packages-alist'.
32 33
33** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version. 34** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version.
34 35
@@ -40,6 +41,9 @@ Some specific packages that are known to cause problems are:
40 41
41* Changes in Emacs 22.2 42* Changes in Emacs 22.2
42 43
44** `bad-packages-alist' will warn about external packages that are known
45to cause problems in this version of Emacs.
46
43** The values of `dired-recursive-deletes' and `dired-recursive-copies' 47** The values of `dired-recursive-deletes' and `dired-recursive-copies'
44have been changed to `top'. This means that the user is asked once, 48have been changed to `top'. This means that the user is asked once,
45before deleting/copying the indicated directory recursively. 49before deleting/copying the indicated directory recursively.