aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 990a7259bc8..9be0d2f1a3c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2
3 * term/ns-win.el (ns-get-selection-internal)
4 (ns-store-selection-internal): Declare.
5 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal): Declare
6 as obsolete.
7 (ns-get-pasteboard, ns-paste-secondary): Use
8 ns-get-selection-internal.
9 (ns-set-pasteboard, ns-copy-including-secondary): Use
10 ns-store-selection-internal.
11
12011-12-17 Chong Yidong <cyd@gnu.org> 122011-12-17 Chong Yidong <cyd@gnu.org>
2 13
3 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms. 14 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.