aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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 @@
12009-09-16 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4 byte-compile-not-obsolete-var. It's a list now.
5 (byte-compile-not-obsolete-funcs): New variable.
6 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7 byte-compile-not-obsolete-funcs.
8 (byte-compile-variable-ref, byte-compile-defvar): Update for
9 byte-compile-not-obsolete-vars name-change and list nature.
10 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11 and variables behind (f)boundp tests.
12 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13
12009-09-15 Dan Nicolaescu <dann@ics.uci.edu> 142009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2 15
3 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change. 16 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.