aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-05-13 22:04:02 -0400
committerGlenn Morris2013-05-13 22:04:02 -0400
commit27c8b6eb73a856e8c44272a8bf780f2ba2ea984d (patch)
tree800d2c1e3e36a494975af77ce907ed67bcdbce7c
parent2a1f2eb3fcecf256cc1b4ca8714f98021c1c6852 (diff)
downloademacs-27c8b6eb73a856e8c44272a8bf780f2ba2ea984d.tar.gz
emacs-27c8b6eb73a856e8c44272a8bf780f2ba2ea984d.zip
Make sup-mouse.el obsolete
* doc/emacs/ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el. * term/sup-mouse.el: Move to obsolete/. * etc/NEWS: Mention this.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/ack.texi3
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/obsolete/sup-mouse.el (renamed from lisp/term/sup-mouse.el)3
5 files changed, 15 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 0fff6931d00..1d72ba18860 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12013-05-14 Glenn Morris <rgm@gnu.org>
2
3 * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
4
12013-05-09 Glenn Morris <rgm@gnu.org> 52013-05-09 Glenn Morris <rgm@gnu.org>
2 6
3 * sending.texi (Mail Sending): Fix typo. 7 * sending.texi (Mail Sending): Fix typo.
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 0d0ed9e37f4..92874ad6276 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -1058,8 +1058,7 @@ contributed extensively to the MS-Windows port of Emacs.
1058 1058
1059@item 1059@item
1060Wolfgang Rupprecht wrote Emacs 19's floating-point support (including 1060Wolfgang Rupprecht wrote Emacs 19's floating-point support (including
1061@file{float-sup.el} and @file{floatfns.c}), and @file{sup-mouse.el}, 1061@file{float-sup.el} and @file{floatfns.c}).
1062support for the Supdup mouse on lisp machines.
1063 1062
1064@item 1063@item
1065Kevin Ryde wrote @file{info-xref.el}, a library for checking 1064Kevin Ryde wrote @file{info-xref.el}, a library for checking
diff --git a/etc/NEWS b/etc/NEWS
index fd65bad2740..144adf15506 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -298,6 +298,9 @@ module.
298 298
299*** longlines.el is obsolete; use visual-line-mode instead. 299*** longlines.el is obsolete; use visual-line-mode instead.
300 300
301+++
302*** sup-mouse.el.
303
301*** terminal.el is obsolete; use term.el instead. 304*** terminal.el is obsolete; use term.el instead.
302 305
303+++ 306+++
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd5a20ffe13..79165b37cc0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12013-05-14 Glenn Morris <rgm@gnu.org>
2
3 * term/sup-mouse.el: Move to obsolete/.
4
12013-05-13 Glenn Morris <rgm@gnu.org> 52013-05-13 Glenn Morris <rgm@gnu.org>
2 6
3 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh): 7 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
diff --git a/lisp/term/sup-mouse.el b/lisp/obsolete/sup-mouse.el
index 8a207ed01af..8df32dcd06d 100644
--- a/lisp/term/sup-mouse.el
+++ b/lisp/obsolete/sup-mouse.el
@@ -6,6 +6,7 @@
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Created: 21 Nov 1986 7;; Created: 21 Nov 1986
8;; Keywords: hardware 8;; Keywords: hardware
9;; Obsolete-since: 24.4
9 10
10;; (from code originally written by John Robinson@bbn for the bitgraph) 11;; (from code originally written by John Robinson@bbn for the bitgraph)
11 12
@@ -197,4 +198,6 @@ X and Y are 0-based character positions on the frame."
197 (get-window-with-predicate (lambda (w) 198 (get-window-with-predicate (lambda (w)
198 (coordinates-in-window-p (cons x y) w)))) 199 (coordinates-in-window-p (cons x y) w))))
199 200
201(provide 'sup-mouse)
202
200;;; sup-mouse.el ends here 203;;; sup-mouse.el ends here