aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb7f2b41d11..fa3761738bf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12010-01-24 Dan Nicolaescu <dann@ics.uci.edu> 12010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Remove support for adding --signoff on commit.
4 Future support will use an incompatible generic mechanism.
5 * vc-git.el (vc-git-add-signoff): Remove variable.
6 (vc-git-toggle-signoff): Remove function.
7 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8
3 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename 9 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4 from xterm-set-background-mode. Return t if the background mode 10 from xterm-set-background-mode. Return t if the background mode
5 was set. 11 was set.