]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Fri, 22 Apr 2005 04:11:30 +0000 (04:11 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Fri, 22 Apr 2005 04:11:30 +0000 (04:11 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog

index 70375864c210c3275ed49dd90151be5e0387bee9..ecc5f947efaa0d3db139949785e8a28fca3bf01c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2842,6 +2842,14 @@ and post-command-hooks.
 *** The new function `rassq-delete-all' deletes all elements from an
 alist whose cdr is `eq' to a specified value.
 
++++
+*** New function make-obsolete-variable to warn that a variable may be removed
+at some stage in the future.
+
++++
+*** New macro define-obsolete-variable-alias to combine defvaralias and
+make-obsolete-variable.
+
 ---
 ** easy-mmode-define-global-mode has been renamed to
 define-global-minor-mode.  The old name remains as an alias.
index 0d6fc197dcb5b3570e80e949ce1e8bda3fddd996..1ee855cdf66d205d232a2f568bbb0d9061854674 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
+
+       * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
+
 2005-04-21  Lute Kamstra  <lute@gnu.org>
 
        * loadhist.el (unload-feature): Don't remove a function from hooks
index 59ef2ab747ed7b484ea8aa263295d60f62ffe57e..9c09cd1a6445e79a0992b004de87383ec2330b39 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
+
+       * variables.texi (Variable Aliases): Describe make-obsolete-variable
+       and define-obsolete-variable-alias.
+
 2005-04-22  Kim F. Storm  <storm@cua.dk>
 
        * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.