1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

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.
This commit is contained in:
Glenn Morris 2013-05-13 22:04:02 -04:00
parent 2a1f2eb3fc
commit 27c8b6eb73
5 changed files with 15 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-05-14 Glenn Morris <rgm@gnu.org>
* ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
2013-05-09 Glenn Morris <rgm@gnu.org>
* sending.texi (Mail Sending): Fix typo.

View file

@ -1058,8 +1058,7 @@ contributed extensively to the MS-Windows port of Emacs.
@item
Wolfgang Rupprecht wrote Emacs 19's floating-point support (including
@file{float-sup.el} and @file{floatfns.c}), and @file{sup-mouse.el},
support for the Supdup mouse on lisp machines.
@file{float-sup.el} and @file{floatfns.c}).
@item
Kevin Ryde wrote @file{info-xref.el}, a library for checking

View file

@ -298,6 +298,9 @@ module.
*** longlines.el is obsolete; use visual-line-mode instead.
+++
*** sup-mouse.el.
*** terminal.el is obsolete; use term.el instead.
+++

View file

@ -1,3 +1,7 @@
2013-05-14 Glenn Morris <rgm@gnu.org>
* term/sup-mouse.el: Move to obsolete/.
2013-05-13 Glenn Morris <rgm@gnu.org>
* cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):

View file

@ -6,6 +6,7 @@
;; Maintainer: FSF
;; Created: 21 Nov 1986
;; Keywords: hardware
;; Obsolete-since: 24.4
;; (from code originally written by John Robinson@bbn for the bitgraph)
@ -197,4 +198,6 @@ X and Y are 0-based character positions on the frame."
(get-window-with-predicate (lambda (w)
(coordinates-in-window-p (cons x y) w))))
(provide 'sup-mouse)
;;; sup-mouse.el ends here