diff options
| author | Nick Roberts | 2005-04-22 04:11:30 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-04-22 04:11:30 +0000 |
| commit | 230e1e802685eb8c3430ebc2cf765a60a09fd3ce (patch) | |
| tree | 5527a4a23865e23a2eb41b21c83bbe56ad85a413 | |
| parent | f7f8f37aa6dde60f6c43f58ec3226799ef1892a3 (diff) | |
| download | emacs-230e1e802685eb8c3430ebc2cf765a60a09fd3ce.tar.gz emacs-230e1e802685eb8c3430ebc2cf765a60a09fd3ce.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
3 files changed, 17 insertions, 0 deletions
| @@ -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 |
| 2843 | alist whose cdr is `eq' to a specified value. | 2843 | alist 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 | ||
| 2847 | at some stage in the future. | ||
| 2848 | |||
| 2849 | +++ | ||
| 2850 | *** New macro define-obsolete-variable-alias to combine defvaralias and | ||
| 2851 | make-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 |
| 2847 | define-global-minor-mode. The old name remains as an alias. | 2855 | define-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 @@ | |||
| 1 | 2005-04-22 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro. | ||
| 4 | |||
| 1 | 2005-04-21 Lute Kamstra <lute@gnu.org> | 5 | 2005-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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-04-22 Kim F. Storm <storm@cua.dk> | 6 | 2005-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. |