aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-01-24 13:23:17 -0800
committerDan Nicolaescu2010-01-24 13:23:17 -0800
commitc2f1d6d81e9a513db096bb6986f284f736d55cbe (patch)
tree703e031ddd0a8413abf470f86e1810e88fb0d7f7 /lisp/ChangeLog
parent51850286011bc5a11e3ea20e36985a43e03f2e44 (diff)
downloademacs-c2f1d6d81e9a513db096bb6986f284f736d55cbe.tar.gz
emacs-c2f1d6d81e9a513db096bb6986f284f736d55cbe.zip
Remove support for adding --signoff on commit.
Future support will use an incompatible generic mechanism. * vc-git.el (vc-git-add-signoff): Remove variable. (vc-git-toggle-signoff): Remove function. (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
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.