aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2014-06-01 18:02:21 -0700
committerGlenn Morris2014-06-01 18:02:21 -0700
commit4982861a08d0ec3262a0b68ff699920bb2938c40 (patch)
treecf01c1b9ce846288a2dcbc9e5c660071cecedc14 /lisp
parent953e106ac84587e765244995687b088969b5f6e1 (diff)
downloademacs-4982861a08d0ec3262a0b68ff699920bb2938c40.tar.gz
emacs-4982861a08d0ec3262a0b68ff699920bb2938c40.zip
Make some old emulation modes obsolete
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00502.html * lisp/emulation/crisp.el, lisp/emulation/tpu-edt.el: * lisp/emulation/tpu-extras.el, lisp/emulation/tpu-mapper.el: * lisp/emulation/vi.el, lisp/emulation/vip.el, lisp/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. * etc/NEWS: Mention this.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-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
-rw-r--r--lisp/scroll-all.el2
9 files changed, 20 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d85aa1e31ab..7d8cf51cc52 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-06-02 Glenn Morris <rgm@gnu.org>
2
3 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
4 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
5 * emulation/ws-mode.el: Move to obsolete/.
6
12014-06-02 Eli Zaretskii <eliz@gnu.org> 72014-06-02 Eli Zaretskii <eliz@gnu.org>
2 8
3 * simple.el (keyboard-quit): Force update of mode lines, to remove 9 * simple.el (keyboard-quit): Force update of mode lines, to remove
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 @@
4 4
5;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM> 5;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM>
6;; Keywords: emulations brief crisp 6;; Keywords: emulations brief crisp
7;; Obsolete-since: 24.5
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
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 @@
6;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> 6;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
7;; Version: 4.5 7;; Version: 4.5
8;; Keywords: emulations 8;; Keywords: emulations
9;; Obsolete-since: 24.5
9 10
10;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
11 12
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 @@
6;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> 6;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
7;; Keywords: emulations 7;; Keywords: emulations
8;; Package: tpu-edt 8;; Package: tpu-edt
9;; Obsolete-since: 24.5
9 10
10;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
11 12
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 @@
6;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> 6;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
7;; Keywords: emulations 7;; Keywords: emulations
8;; Package: tpu-edt 8;; Package: tpu-edt
9;; Obsolete-since: 24.5
9 10
10;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
11 12
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 @@
8;; Author: Neal Ziring <nz@rsch.wisc.edu> 8;; Author: Neal Ziring <nz@rsch.wisc.edu>
9;; Felix S. T. Wu <wu@crys.wisc.edu> 9;; Felix S. T. Wu <wu@crys.wisc.edu>
10;; Keywords: emulations 10;; Keywords: emulations
11;; Obsolete-since: 24.5
11 12
12;;; Commentary: 13;;; Commentary:
13 14
15;; This file is obsolete. Consider using viper instead.
16
14;; Originally written by : seismo!wucs!nz@rsch.wisc.edu (Neal Ziring) 17;; Originally written by : seismo!wucs!nz@rsch.wisc.edu (Neal Ziring)
15;; Extensively redesigned and rewritten by wu@crys.wisc.edu (Felix S.T. Wu) 18;; Extensively redesigned and rewritten by wu@crys.wisc.edu (Felix S.T. Wu)
16;; Last revision: 01/07/87 Wed (for GNU Emacs 18.33) 19;; 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 @@
1;;; vip.el --- a VI Package for GNU Emacs 1;;; vip.el --- a VI Package for GNU Emacs
2 2
3;; Copyright (C) 1986-1988, 1992-1993, 1998, 2001-2014 Free Software 3;; Copyright (C) 1986-1988, 1992-1993, 1998, 2001-2014
4;; Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: Masahiko Sato <ms@sail.stanford.edu> 6;; Author: Masahiko Sato <ms@sail.stanford.edu>
7;; Keywords: emulations 7;; Keywords: emulations
8;; Obsolete-since: 24.5
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11
@@ -23,6 +24,8 @@
23 24
24;;; Commentary: 25;;; Commentary:
25 26
27;; This file is obsolete. Consider using viper instead.
28
26;; A full-featured vi(1) emulator. 29;; A full-featured vi(1) emulator.
27;; 30;;
28;; In Japan, the author's address is: masahiko@sato.riec.tohoku.junet 31;; 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 @@
5;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> 5;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
6;; Version: 0.7 6;; Version: 0.7
7;; Keywords: emulations 7;; Keywords: emulations
8;; Obsolete-since: 24.5
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el
index b56a020c795..1aa2fc7d2bb 100644
--- a/lisp/scroll-all.el
+++ b/lisp/scroll-all.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 1997, 2001-2014 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2001-2014 Free Software Foundation, Inc.
4 4
5;; Author: Gary D. Foster <Gary.Foster@corp.sun.com> 5;; Author: Gary D. Foster <Gary.Foster@corp.sun.com>
6;; Keywords: scroll crisp brief lock 6;; Keywords: convenience scroll lock
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9