aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2007-08-21 04:55:30 +0000
committerMiles Bader2007-08-21 04:55:30 +0000
commit1fb072d1dff954c21d4805196df62c8eeead301c (patch)
treeda374db1a51e2a355b46f26a1c99e1ac5db5dca4 /etc
parentaaf34461ff5804e5cebe163b31e535da72e81d87 (diff)
parentbdaf8a62d53cf8d5a0dc4f0dc530ecd6fc1f44fe (diff)
downloademacs-1fb072d1dff954c21d4805196df62c8eeead301c.tar.gz
emacs-1fb072d1dff954c21d4805196df62c8eeead301c.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 852-856) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 93-96) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 245) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-32
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS9
-rw-r--r--etc/NEWS.226
3 files changed, 18 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 9fd1a50736c..2a09fa9c369 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-08-14 Glenn Morris <rgm@gnu.org>
2
3 * NEWS: Mention `bad-packages-alist'.
4
12007-08-08 Glenn Morris <rgm@gnu.org> 52007-08-08 Glenn Morris <rgm@gnu.org>
2 6
3 * TODO: `iff' item is dealt with. 7 * TODO: `iff' item is dealt with.
diff --git a/etc/NEWS b/etc/NEWS
index c70f968e41a..f0e00c99eba 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,6 +56,10 @@ to a remote display, e.g. because the display is about to become unreachable.
56 56
57* Startup Changes in Emacs 23.1 57* Startup Changes in Emacs 23.1
58 58
59** New user option `initial-buffer-choice' specifies what to display
60after starting Emacs: startup screen, *scratch* buffer, visiting a
61file or directory.
62
59 63
60* Incompatible Editing Changes in Emacs 23.1 64* Incompatible Editing Changes in Emacs 23.1
61 65
@@ -171,6 +175,11 @@ supported on other platforms, but not on Windows due to using the winsock
171 175
172* Lisp Changes in Emacs 23.1 176* Lisp Changes in Emacs 23.1
173 177
178+++
179** inhibit-modification-hooks is bound to t while running modification hooks.
180As a happy consequence, after-change-functions and before-change-functions
181are not bound to nil any more while running an (after|before)-change-function.
182
174** Non-breaking space now acts as whitespace. 183** Non-breaking space now acts as whitespace.
175 184
176+++ 185+++
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.