aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-04-26 09:23:24 +0000
committerNick Roberts2005-04-26 09:23:24 +0000
commitc9c1312dbf7393daf33ffc12ad2aadbfd85c151a (patch)
treef23fd0bd0720540dda022e388f463b5b58fbd095
parent0448b476012ef55ac026fcb7fcc0a75cff9f73bc (diff)
downloademacs-c9c1312dbf7393daf33ffc12ad2aadbfd85c151a.tar.gz
emacs-c9c1312dbf7393daf33ffc12ad2aadbfd85c151a.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog4
2 files changed, 7 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1ece34d1892..46410e88334 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2861,8 +2861,9 @@ and post-command-hooks.
2861alist whose cdr is `eq' to a specified value. 2861alist whose cdr is `eq' to a specified value.
2862 2862
2863+++ 2863+++
2864*** New macro define-obsolete-variable-alias to combine defvaralias and 2864*** New macros define-obsolete-variable-alias to combine defvaralias and
2865make-obsolete-variable. 2865make-obsolete-variable and define-obsolete-function-alias to combine defalias
2866and make-obsolete.
2866 2867
2867+++ 2868+++
2868** copy-file now takes an additional option arg MUSTBENEW. 2869** copy-file now takes an additional option arg MUSTBENEW.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1e08f220182..46c26634f1c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-04-26 Nick Roberts <nickrob@snap.net.nz>
2
3 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4
12005-04-25 Dan Nicolaescu <dann@ics.uci.edu> 52005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * term/xterm.el (function-key-map): Fix strings for 7 * term/xterm.el (function-key-map): Fix strings for