aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2011-04-20 14:18:34 -0300
committerStefan Monnier2011-04-20 14:18:34 -0300
commitbed7f14004246c8ade77a48f79f0cc48f2ca74f7 (patch)
tree0714be284c1fc3d9452233131597fa3a9a7730da
parentb2e59ad27f0e26709d0e89c13d4b58d9b5033851 (diff)
downloademacs-bed7f14004246c8ade77a48f79f0cc48f2ca74f7.tar.gz
emacs-bed7f14004246c8ade77a48f79f0cc48f2ca74f7.zip
* lisp/obsolete/erc-hecomplete.el: Make obsolete.
* obsolete/: Standardize obsolescence info in the header.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/obsolete/awk-mode.el3
-rw-r--r--lisp/obsolete/erc-hecomplete.el (renamed from lisp/erc/erc-hecomplete.el)17
-rw-r--r--lisp/obsolete/fast-lock.el3
-rw-r--r--lisp/obsolete/iso-acc.el3
-rw-r--r--lisp/obsolete/iso-insert.el3
-rw-r--r--lisp/obsolete/iso-swed.el3
-rw-r--r--lisp/obsolete/keyswap.el3
-rw-r--r--lisp/obsolete/lazy-lock.el3
-rw-r--r--lisp/obsolete/old-whitespace.el3
-rw-r--r--lisp/obsolete/options.el3
-rw-r--r--lisp/obsolete/resume.el3
-rw-r--r--lisp/obsolete/scribe.el3
-rw-r--r--lisp/obsolete/swedish.el3
-rw-r--r--lisp/obsolete/vc-mcvs.el4
15 files changed, 26 insertions, 36 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 867d7f9aa23..a7aedca6944 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * obsolete/erc-hecomplete.el: Make obsolete.
4 * obsolete/: Standardize obsolescence info in the header.
5
12011-04-20 Glenn Morris <rgm@gnu.org> 62011-04-20 Glenn Morris <rgm@gnu.org>
2 7
3 * calendar/solar.el (solar-horizontal-coordinates): 8 * calendar/solar.el (solar-horizontal-coordinates):
diff --git a/lisp/obsolete/awk-mode.el b/lisp/obsolete/awk-mode.el
index d09ff1dd892..1a6d08c08ef 100644
--- a/lisp/obsolete/awk-mode.el
+++ b/lisp/obsolete/awk-mode.el
@@ -4,6 +4,7 @@
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: unix, languages 6;; Keywords: unix, languages
7;; Obsolete-since: 22.1
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
@@ -22,8 +23,6 @@
22 23
23;;; Commentary: 24;;; Commentary:
24 25
25;; This file has been obsolete since Emacs 22.1.
26
27;; Sets up C-mode with support for awk-style #-comments and a lightly 26;; Sets up C-mode with support for awk-style #-comments and a lightly
28;; hacked syntax table. 27;; hacked syntax table.
29 28
diff --git a/lisp/erc/erc-hecomplete.el b/lisp/obsolete/erc-hecomplete.el
index 530c586d24f..67f51d690b2 100644
--- a/lisp/erc/erc-hecomplete.el
+++ b/lisp/obsolete/erc-hecomplete.el
@@ -4,6 +4,7 @@
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion 6;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion
7;; Obsolete-since: 24.1
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
@@ -108,16 +109,14 @@ add this string when a unique expansion was found."
108This is a function to put on `hippie-expand-try-functions-list'. 109This is a function to put on `hippie-expand-try-functions-list'.
109Then use \\[hippie-expand] to expand nicks. 110Then use \\[hippie-expand] to expand nicks.
110The type of completion depends on `erc-nick-completion'." 111The type of completion depends on `erc-nick-completion'."
111 (cond ((eq erc-nick-completion 'pals) 112 (try-complete-erc-nick old (cond ((eq erc-nick-completion 'pals) erc-pals)
112 (try-complete-erc-nick old erc-pals)) 113 ((eq erc-nick-completion 'all)
113 ((eq erc-nick-completion 'all) 114 (append
114 (try-complete-erc-nick old (append
115 (erc-get-channel-nickname-list) 115 (erc-get-channel-nickname-list)
116 (erc-command-list)))) 116 (erc-command-list)))
117 ((functionp erc-nick-completion) 117 ((functionp erc-nick-completion)
118 (try-complete-erc-nick old (funcall erc-nick-completion))) 118 (funcall erc-nick-completion))
119 (t 119 (t erc-nick-completion))))
120 (try-complete-erc-nick old erc-nick-completion))))
121 120
122(defvar try-complete-erc-nick-window-configuration nil 121(defvar try-complete-erc-nick-window-configuration nil
123 "The window configuration for `try-complete-erc-nick'. 122 "The window configuration for `try-complete-erc-nick'.
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el
index a59e7871458..9c750ca5e89 100644
--- a/lisp/obsolete/fast-lock.el
+++ b/lisp/obsolete/fast-lock.el
@@ -6,6 +6,7 @@
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: faces files 7;; Keywords: faces files
8;; Version: 3.14 8;; Version: 3.14
9;; Obsolete-since: 22.1
9 10
10;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
11 12
@@ -24,8 +25,6 @@
24 25
25;;; Commentary: 26;;; Commentary:
26 27
27;; This file has been obsolete since Emacs 22.1.
28
29;; Fast Lock mode is a Font Lock support mode. 28;; Fast Lock mode is a Font Lock support mode.
30;; It makes visiting a file in Font Lock mode faster by restoring its face text 29;; It makes visiting a file in Font Lock mode faster by restoring its face text
31;; properties from automatically saved associated Font Lock cache files. 30;; properties from automatically saved associated Font Lock cache files.
diff --git a/lisp/obsolete/iso-acc.el b/lisp/obsolete/iso-acc.el
index 14b6a202012..cb06091dfcf 100644
--- a/lisp/obsolete/iso-acc.el
+++ b/lisp/obsolete/iso-acc.el
@@ -5,6 +5,7 @@
5;; Author: Johan Vromans 5;; Author: Johan Vromans
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: i18n 7;; Keywords: i18n
8;; Obsolete-since: 22.1
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11
@@ -23,8 +24,6 @@
23 24
24;;; Commentary: 25;;; Commentary:
25 26
26;; This file has been obsolete since Emacs 22.1.
27
28;; Function `iso-accents-mode' activates a minor mode in which 27;; Function `iso-accents-mode' activates a minor mode in which
29;; typewriter "dead keys" are emulated. The purpose of this emulation 28;; typewriter "dead keys" are emulated. The purpose of this emulation
30;; is to provide a simple means for inserting accented characters 29;; is to provide a simple means for inserting accented characters
diff --git a/lisp/obsolete/iso-insert.el b/lisp/obsolete/iso-insert.el
index 3f3b6d4abb3..c223d096730 100644
--- a/lisp/obsolete/iso-insert.el
+++ b/lisp/obsolete/iso-insert.el
@@ -5,6 +5,7 @@
5;; Author: Howard Gayle 5;; Author: Howard Gayle
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: i18n 7;; Keywords: i18n
8;; Obsolete-since: 22.1
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11
@@ -23,8 +24,6 @@
23 24
24;;; Commentary: 25;;; Commentary:
25 26
26;; This file has been obsolete since Emacs 22.1.
27
28;; Provides keys for inserting ISO Latin-1 characters. They use the 27;; Provides keys for inserting ISO Latin-1 characters. They use the
29;; prefix key C-x 8. Type C-x 8 C-h for a list. 28;; prefix key C-x 8. Type C-x 8 C-h for a list.
30 29
diff --git a/lisp/obsolete/iso-swed.el b/lisp/obsolete/iso-swed.el
index d197f0d5b67..43686283e89 100644
--- a/lisp/obsolete/iso-swed.el
+++ b/lisp/obsolete/iso-swed.el
@@ -5,6 +5,7 @@
5;; Author: Howard Gayle 5;; Author: Howard Gayle
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: i18n 7;; Keywords: i18n
8;; Obsolete-since: 22.1
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11
@@ -23,8 +24,6 @@
23 24
24;;; Commentary: 25;;; Commentary:
25 26
26;; This file has been obsolete since Emacs 22.1.
27
28;; Written by Howard Gayle. See case-table.el for details. 27;; Written by Howard Gayle. See case-table.el for details.
29 28
30;;; Code: 29;;; Code:
diff --git a/lisp/obsolete/keyswap.el b/lisp/obsolete/keyswap.el
index f95b8f5bdb5..ec1263e5189 100644
--- a/lisp/obsolete/keyswap.el
+++ b/lisp/obsolete/keyswap.el
@@ -4,6 +4,7 @@
4 4
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Keywords: terminals 6;; Keywords: terminals
7;; Obsolete-since: 22.1
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
@@ -22,8 +23,6 @@
22 23
23;;; Commentary: 24;;; Commentary:
24 25
25;; This file has been obsolete since Emacs 22.1.
26
27;; This package is meant to be called by other terminal packages. 26;; This package is meant to be called by other terminal packages.
28 27
29;;; Code: 28;;; Code:
diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el
index f922a5c30b6..a04db4a0c72 100644
--- a/lisp/obsolete/lazy-lock.el
+++ b/lisp/obsolete/lazy-lock.el
@@ -6,6 +6,7 @@
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: faces files 7;; Keywords: faces files
8;; Version: 2.11 8;; Version: 2.11
9;; Obsolete-since: 22.1
9 10
10;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
11 12
@@ -24,8 +25,6 @@
24 25
25;;; Commentary: 26;;; Commentary:
26 27
27;; This file has been obsolete since Emacs 22.1.
28
29;; Purpose: 28;; Purpose:
30;; 29;;
31;; Lazy Lock mode is a Font Lock support mode. 30;; Lazy Lock mode is a Font Lock support mode.
diff --git a/lisp/obsolete/old-whitespace.el b/lisp/obsolete/old-whitespace.el
index be967938bc9..c33794f668d 100644
--- a/lisp/obsolete/old-whitespace.el
+++ b/lisp/obsolete/old-whitespace.el
@@ -4,6 +4,7 @@
4 4
5;; Author: Rajesh Vaidheeswarran <rv@gnu.org> 5;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
6;; Keywords: convenience 6;; Keywords: convenience
7;; Obsolete-since: 23.1
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
@@ -22,8 +23,6 @@
22 23
23;;; Commentary: 24;;; Commentary:
24 25
25;; This file has been obsolete since Emacs 23.1.
26
27;; URL: http://www.dsmit.com/lisp/ 26;; URL: http://www.dsmit.com/lisp/
28;; 27;;
29;; The whitespace library is intended to find and help fix five different types 28;; The whitespace library is intended to find and help fix five different types
diff --git a/lisp/obsolete/options.el b/lisp/obsolete/options.el
index 1b475e9e98b..7c1c3552e2d 100644
--- a/lisp/obsolete/options.el
+++ b/lisp/obsolete/options.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1985, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 2001-2011 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Obsolete-since: 22.1
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
@@ -21,8 +22,6 @@
21 22
22;;; Commentary: 23;;; Commentary:
23 24
24;; This file has been obsolete since Emacs 22.1.
25
26;; This code provides functions to list and edit the values of all global 25;; This code provides functions to list and edit the values of all global
27;; option variables known to loaded Emacs Lisp code. There are two entry 26;; option variables known to loaded Emacs Lisp code. There are two entry
28;; points, `list-options' and `edit' options'. The latter enters a major 27;; points, `list-options' and `edit' options'. The latter enters a major
diff --git a/lisp/obsolete/resume.el b/lisp/obsolete/resume.el
index 6b52ef28784..c9df1184d90 100644
--- a/lisp/obsolete/resume.el
+++ b/lisp/obsolete/resume.el
@@ -5,6 +5,7 @@
5;; Author: Joe Wells <jbw@bucsf.bu.edu> 5;; Author: Joe Wells <jbw@bucsf.bu.edu>
6;; Adapted-By: ESR 6;; Adapted-By: ESR
7;; Keywords: processes 7;; Keywords: processes
8;; Obsolete-since: 23.1
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11
@@ -23,8 +24,6 @@
23 24
24;;; Commentary: 25;;; Commentary:
25 26
26;; This file has been obsolete since Emacs 23.1.
27
28;; The purpose of this library is to handle command line arguments 27;; The purpose of this library is to handle command line arguments
29;; when you resume an existing Emacs job. 28;; when you resume an existing Emacs job.
30 29
diff --git a/lisp/obsolete/scribe.el b/lisp/obsolete/scribe.el
index 3f543b38e44..1fbc9bc4158 100644
--- a/lisp/obsolete/scribe.el
+++ b/lisp/obsolete/scribe.el
@@ -6,6 +6,7 @@
6;; (according to ack.texi) 6;; (according to ack.texi)
7;; Maintainer: FSF 7;; Maintainer: FSF
8;; Keywords: wp 8;; Keywords: wp
9;; Obsolete-since: 22.1
9 10
10;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
11 12
@@ -24,8 +25,6 @@
24 25
25;;; Commentary: 26;;; Commentary:
26 27
27;; This file has been obsolete since Emacs 22.1.
28
29;; A major mode for editing source in written for the Scribe text formatter. 28;; A major mode for editing source in written for the Scribe text formatter.
30;; Knows about Scribe syntax and standard layout rules. The command to 29;; Knows about Scribe syntax and standard layout rules. The command to
31;; run Scribe on a buffer is bogus; someone interested should fix it. 30;; run Scribe on a buffer is bogus; someone interested should fix it.
diff --git a/lisp/obsolete/swedish.el b/lisp/obsolete/swedish.el
index 4b82a74bce7..c31af8697ef 100644
--- a/lisp/obsolete/swedish.el
+++ b/lisp/obsolete/swedish.el
@@ -5,6 +5,7 @@
5;; Author: Howard Gayle 5;; Author: Howard Gayle
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: i18n 7;; Keywords: i18n
8;; Obsolete-since: 22.1
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11
@@ -23,8 +24,6 @@
23 24
24;;; Commentary: 25;;; Commentary:
25 26
26;; This file has been obsolete since Emacs 22.1.
27
28;; Fixme: Is this actually used? if so, it should be in language, 27;; Fixme: Is this actually used? if so, it should be in language,
29;; possibly as a feature property of Swedish, probably defining a 28;; possibly as a feature property of Swedish, probably defining a
30;; `swascii' coding system. 29;; `swascii' coding system.
diff --git a/lisp/obsolete/vc-mcvs.el b/lisp/obsolete/vc-mcvs.el
index 06ce7f41c65..980cdbfd71b 100644
--- a/lisp/obsolete/vc-mcvs.el
+++ b/lisp/obsolete/vc-mcvs.el
@@ -4,6 +4,7 @@
4 4
5;; Author: FSF (see vc.el for full credits) 5;; Author: FSF (see vc.el for full credits)
6;; Maintainer: None 6;; Maintainer: None
7;; Obsolete-since: 23.1
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
@@ -30,9 +31,6 @@
30;; 31;;
31;; ********** READ THIS! ********** 32;; ********** READ THIS! **********
32 33
33;; This file has been obsolete and unsupported since Emacs 23.1.
34
35
36;; The home page of the Meta-CVS version control system is at 34;; The home page of the Meta-CVS version control system is at
37;; 35;;
38;; http://users.footprints.net/~kaz/mcvs.html 36;; http://users.footprints.net/~kaz/mcvs.html