aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-04-22 04:11:30 +0000
committerNick Roberts2005-04-22 04:11:30 +0000
commit230e1e802685eb8c3430ebc2cf765a60a09fd3ce (patch)
tree5527a4a23865e23a2eb41b21c83bbe56ad85a413
parentf7f8f37aa6dde60f6c43f58ec3226799ef1892a3 (diff)
downloademacs-230e1e802685eb8c3430ebc2cf765a60a09fd3ce.tar.gz
emacs-230e1e802685eb8c3430ebc2cf765a60a09fd3ce.zip
*** empty log message ***
-rw-r--r--etc/NEWS8
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lispref/ChangeLog5
3 files changed, 17 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 70375864c21..ecc5f947efa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2842,6 +2842,14 @@ and post-command-hooks.
2842*** The new function `rassq-delete-all' deletes all elements from an 2842*** The new function `rassq-delete-all' deletes all elements from an
2843alist whose cdr is `eq' to a specified value. 2843alist whose cdr is `eq' to a specified value.
2844 2844
2845+++
2846*** New function make-obsolete-variable to warn that a variable may be removed
2847at some stage in the future.
2848
2849+++
2850*** New macro define-obsolete-variable-alias to combine defvaralias and
2851make-obsolete-variable.
2852
2845--- 2853---
2846** easy-mmode-define-global-mode has been renamed to 2854** easy-mmode-define-global-mode has been renamed to
2847define-global-minor-mode. The old name remains as an alias. 2855define-global-minor-mode. The old name remains as an alias.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d6fc197dcb..1ee855cdf66 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-04-22 Nick Roberts <nickrob@snap.net.nz>
2
3 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4
12005-04-21 Lute Kamstra <lute@gnu.org> 52005-04-21 Lute Kamstra <lute@gnu.org>
2 6
3 * loadhist.el (unload-feature): Don't remove a function from hooks 7 * loadhist.el (unload-feature): Don't remove a function from hooks
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 59ef2ab747e..9c09cd1a644 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12005-04-22 Nick Roberts <nickrob@snap.net.nz>
2
3 * variables.texi (Variable Aliases): Describe make-obsolete-variable
4 and define-obsolete-variable-alias.
5
12005-04-22 Kim F. Storm <storm@cua.dk> 62005-04-22 Kim F. Storm <storm@cua.dk>
2 7
3 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe. 8 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.