aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2007-03-01 10:01:32 +0000
committerKim F. Storm2007-03-01 10:01:32 +0000
commite4ddce5a20cd431661e24df5afa9f0003b91c3d7 (patch)
tree72a998250dbc5ec13cda5e28da2520524606a7d2
parent9c576ea0662cad1f5ba605ed221659542090819d (diff)
downloademacs-e4ddce5a20cd431661e24df5afa9f0003b91c3d7.tar.gz
emacs-e4ddce5a20cd431661e24df5afa9f0003b91c3d7.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 7 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 0b0491a8643..11012610112 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-03-01 Kim F. Storm <storm@cua.dk>
2
3 * NEWS (About external Lisp packages): New section.
4
12007-02-28 Thien-Thi Nguyen <ttn@gnu.org> 52007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2 6
3 * TUTORIAL.it: Fix typo. 7 * TUTORIAL.it: Fix typo.
diff --git a/etc/NEWS b/etc/NEWS
index 4ef6ffe7a85..38cb4d031b8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -37,8 +37,8 @@ older packages.
37 37
38Some specific packages which are known to cause problems are: 38Some specific packages which are known to cause problems are:
39 39
40** CEDET (upgrade to lastest version) 40** Semantic (used by CEDET, ECB, JDEE): upgrade to lastest version.
41** cua.el, cua-mode.el (remove old versions) 41** cua.el, cua-mode.el: remove old versions.
42 42
43 43
44* Installation Changes in Emacs 22.1 44* Installation Changes in Emacs 22.1
@@ -3857,7 +3857,7 @@ OPERATION is `insert-file-contents', and thus a function registered in
3857 3857
3858--- 3858---
3859** The variables post-command-idle-hook and post-command-idle-delay have 3859** The variables post-command-idle-hook and post-command-idle-delay have
3860 been removed. Use run-with-idle-timer instead. 3860been removed. Use run-with-idle-timer instead.
3861 3861
3862+++ 3862+++
3863** `suppress-keymap' now works by remapping `self-insert-command' to 3863** `suppress-keymap' now works by remapping `self-insert-command' to