diff options
author | Glenn Morris <rgm@gnu.org> | 2014-10-20 18:12:13 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-10-20 18:12:13 -0400 |
commit | ef65424de8cae00209f6a0974245822602709df3 (patch) | |
tree | 49106ea2577ef7123bebbfe7698940a7e961102c /lisp | |
parent | d9a72916e54b1bef8ad2322e6833f643473877b6 (diff) | |
download | emacs-ef65424de8cae00209f6a0974245822602709df3.tar.gz |
Make most emulation packages obsolete. [Backport]
* emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
* emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
* emulation/ws-mode.el: Move to obsolete/.
* doc/emacs/ack.texi (Acknowledgments): Remove some obsolete items.
* doc/emacs/misc.texi (Emulation): Remove section.
* doc/lispintro/emacs-lisp-intro.texi (Autoload): Update loaddefs.el details.
* doc/misc/efaq.texi (Finding a package with particular functionality):
Update example.
* doc/misc/vip.texi: Mention this is obsolete.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | lisp/obsolete/crisp.el (renamed from lisp/emulation/crisp.el) | 1 | ||||
-rw-r--r-- | lisp/obsolete/tpu-edt.el (renamed from lisp/emulation/tpu-edt.el) | 1 | ||||
-rw-r--r-- | lisp/obsolete/tpu-extras.el (renamed from lisp/emulation/tpu-extras.el) | 1 | ||||
-rw-r--r-- | lisp/obsolete/tpu-mapper.el (renamed from lisp/emulation/tpu-mapper.el) | 1 | ||||
-rw-r--r-- | lisp/obsolete/vi.el (renamed from lisp/emulation/vi.el) | 3 | ||||
-rw-r--r-- | lisp/obsolete/vip.el (renamed from lisp/emulation/vip.el) | 7 | ||||
-rw-r--r-- | lisp/obsolete/ws-mode.el (renamed from lisp/emulation/ws-mode.el) | 1 |
8 files changed, 19 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 376e4a3a87d..2758f48d4df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2014-10-20 Glenn Morris <rgm@gnu.org> + * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: + * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el: + * emulation/ws-mode.el: Move to obsolete/. [Backport] + +2014-10-20 Glenn Morris <rgm@gnu.org> + * cus-start.el (history-length): Bump :version. [Backport] 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca> diff --git a/lisp/emulation/crisp.el b/lisp/obsolete/crisp.el index ad463412735..47cf898190b 100644 --- a/lisp/emulation/crisp.el +++ b/lisp/obsolete/crisp.el @@ -4,6 +4,7 @@ ;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM> ;; Keywords: emulations brief crisp +;; Obsolete-since: 24.5 ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/tpu-edt.el b/lisp/obsolete/tpu-edt.el index d9ed1908c76..43189319a6a 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/obsolete/tpu-edt.el @@ -6,6 +6,7 @@ ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Version: 4.5 ;; Keywords: emulations +;; Obsolete-since: 24.5 ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/tpu-extras.el b/lisp/obsolete/tpu-extras.el index 9ebaaf6ffce..32257e840ac 100644 --- a/lisp/emulation/tpu-extras.el +++ b/lisp/obsolete/tpu-extras.el @@ -6,6 +6,7 @@ ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Keywords: emulations ;; Package: tpu-edt +;; Obsolete-since: 24.5 ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/tpu-mapper.el b/lisp/obsolete/tpu-mapper.el index 2479389ac3c..d653685218b 100644 --- a/lisp/emulation/tpu-mapper.el +++ b/lisp/obsolete/tpu-mapper.el @@ -6,6 +6,7 @@ ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Keywords: emulations ;; Package: tpu-edt +;; Obsolete-since: 24.5 ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/vi.el b/lisp/obsolete/vi.el index 9aae40c0d00..bb57735b0a9 100644 --- a/lisp/emulation/vi.el +++ b/lisp/obsolete/vi.el @@ -8,9 +8,12 @@ ;; Author: Neal Ziring <nz@rsch.wisc.edu> ;; Felix S. T. Wu <wu@crys.wisc.edu> ;; Keywords: emulations +;; Obsolete-since: 24.5 ;;; Commentary: +;; This file is obsolete. Consider using viper instead. + ;; Originally written by : seismo!wucs!nz@rsch.wisc.edu (Neal Ziring) ;; Extensively redesigned and rewritten by wu@crys.wisc.edu (Felix S.T. Wu) ;; Last revision: 01/07/87 Wed (for GNU Emacs 18.33) diff --git a/lisp/emulation/vip.el b/lisp/obsolete/vip.el index 09456e6320b..ea102cb0ac5 100644 --- a/lisp/emulation/vip.el +++ b/lisp/obsolete/vip.el @@ -1,10 +1,11 @@ ;;; vip.el --- a VI Package for GNU Emacs -;; Copyright (C) 1986-1988, 1992-1993, 1998, 2001-2014 Free Software -;; Foundation, Inc. +;; Copyright (C) 1986-1988, 1992-1993, 1998, 2001-2014 +;; Free Software Foundation, Inc. ;; Author: Masahiko Sato <ms@sail.stanford.edu> ;; Keywords: emulations +;; Obsolete-since: 24.5 ;; This file is part of GNU Emacs. @@ -23,6 +24,8 @@ ;;; Commentary: +;; This file is obsolete. Consider using viper instead. + ;; A full-featured vi(1) emulator. ;; ;; In Japan, the author's address is: masahiko@sato.riec.tohoku.junet diff --git a/lisp/emulation/ws-mode.el b/lisp/obsolete/ws-mode.el index fb140e6ebd7..d87cc73252b 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/obsolete/ws-mode.el @@ -5,6 +5,7 @@ ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> ;; Version: 0.7 ;; Keywords: emulations +;; Obsolete-since: 24.5 ;; This file is part of GNU Emacs. |