summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-16 03:13:55 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-16 03:13:55 +0000
commit77564fa48cbd34439311e72e2fba903fb7aa31fd (patch)
treef77de38c7624eae845d51ca5c049c17fea77446c /lisp/ChangeLog
parent8480fc7c63f2bbea8a761ff4aab24cf61216268a (diff)
downloademacs-77564fa48cbd34439311e72e2fba903fb7aa31fd.tar.gz
(byte-compile-not-obsolete-vars): Set if bound.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36e6d354622..3a63754b137 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2009-09-16 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
+ byte-compile-not-obsolete-var. It's a list now.
+ (byte-compile-not-obsolete-funcs): New variable.
+ (byte-compile-warn-obsolete): Don't warn about functions if they are in
+ byte-compile-not-obsolete-funcs.
+ (byte-compile-variable-ref, byte-compile-defvar): Update for
+ byte-compile-not-obsolete-vars name-change and list nature.
+ (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
+ and variables behind (f)boundp tests.
+ * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
+
2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
* vc-git.el (vc-git-log-view-mode): Undo inadvertent change.