diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-11 07:44:49 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-11 07:44:49 +0000 |
commit | e94a977386fe58eda8f0561be3c27ae646e3f58d (patch) | |
tree | 05f16f251a30d92e53d84b44b946e69b48de22c2 /lisp/obsolete | |
parent | 5ca2bc08c57203ca06db045b3e3ef44dc506190d (diff) | |
download | emacs-e94a977386fe58eda8f0561be3c27ae646e3f58d.tar.gz |
Add a comment giving version of obsolescence.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r-- | lisp/obsolete/auto-show.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/awk-mode.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/bg-mouse.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/fast-lock.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/float.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/hilit19.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/hscroll.el | 4 | ||||
-rw-r--r-- | lisp/obsolete/iso-acc.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/iso-insert.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/iso-swed.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/keyswap.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/lazy-lock.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/lselect.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/mlsupport.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/old-whitespace.el | 4 | ||||
-rw-r--r-- | lisp/obsolete/ooutline.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/options.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/profile.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/rnews.el | 6 | ||||
-rw-r--r-- | lisp/obsolete/rnewspost.el | 6 | ||||
-rw-r--r-- | lisp/obsolete/rsz-mini.el | 5 | ||||
-rw-r--r-- | lisp/obsolete/sc.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/scribe.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/swedish.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/uncompress.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/x-menu.el | 2 |
26 files changed, 59 insertions, 8 deletions
diff --git a/lisp/obsolete/auto-show.el b/lisp/obsolete/auto-show.el index 9ea5d357bfb..2fc3d25feef 100644 --- a/lisp/obsolete/auto-show.el +++ b/lisp/obsolete/auto-show.el @@ -9,6 +9,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 21.1. + ;; This file contains dummy variables and functions only because Emacs ;; does hscrolling automatically, now. diff --git a/lisp/obsolete/awk-mode.el b/lisp/obsolete/awk-mode.el index 3ac91e91357..11e490df46b 100644 --- a/lisp/obsolete/awk-mode.el +++ b/lisp/obsolete/awk-mode.el @@ -25,6 +25,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Sets up C-mode with support for awk-style #-comments and a lightly ;; hacked syntax table. diff --git a/lisp/obsolete/bg-mouse.el b/lisp/obsolete/bg-mouse.el index 63c174d9216..ae77907ff61 100644 --- a/lisp/obsolete/bg-mouse.el +++ b/lisp/obsolete/bg-mouse.el @@ -27,6 +27,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;;; Code: ;;; Original version by John Robinson (jr@bbn-unix.arpa, bbncca!jr), Oct 1985 diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el index b465c5fbd53..7701b7af58b 100644 --- a/lisp/obsolete/fast-lock.el +++ b/lisp/obsolete/fast-lock.el @@ -27,6 +27,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Fast Lock mode is a Font Lock support mode. ;; It makes visiting a file in Font Lock mode faster by restoring its face text ;; properties from automatically saved associated Font Lock cache files. diff --git a/lisp/obsolete/float.el b/lisp/obsolete/float.el index eb84c111f3d..2cef70ca1db 100644 --- a/lisp/obsolete/float.el +++ b/lisp/obsolete/float.el @@ -26,6 +26,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Floating point numbers are represented by dot-pairs (mant . exp) ;; where mant is the 24-bit signed integral mantissa and exp is the ;; base 2 exponent. diff --git a/lisp/obsolete/hilit19.el b/lisp/obsolete/hilit19.el index 164308171a7..fc9d22073f1 100644 --- a/lisp/obsolete/hilit19.el +++ b/lisp/obsolete/hilit19.el @@ -27,6 +27,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 21.1. + ;; Hilit19.el is a customizable highlighting package for Emacs 19. It supports ;; not only source code highlighting, but also Info, RMAIL, VM, gnus... ;; Hilit19 knows (or thinks it knows) how to highlight emacs buffers in diff --git a/lisp/obsolete/hscroll.el b/lisp/obsolete/hscroll.el index 4f1afc872f9..7c25c15ecfa 100644 --- a/lisp/obsolete/hscroll.el +++ b/lisp/obsolete/hscroll.el @@ -24,7 +24,9 @@ ;; Boston, MA 02110-1301, USA. ;;; Commentary: -;; + +;; This file has been obsolete since Emacs 21.1. + ;; This file contains dummy variables and functions only because Emacs ;; does hscrolling automatically, now. diff --git a/lisp/obsolete/iso-acc.el b/lisp/obsolete/iso-acc.el index a6fbf1f492a..80fdb721341 100644 --- a/lisp/obsolete/iso-acc.el +++ b/lisp/obsolete/iso-acc.el @@ -26,6 +26,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Function `iso-accents-mode' activates a minor mode in which ;; typewriter "dead keys" are emulated. The purpose of this emulation ;; 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 1da68eef524..ee91dcafb58 100644 --- a/lisp/obsolete/iso-insert.el +++ b/lisp/obsolete/iso-insert.el @@ -26,6 +26,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Provides keys for inserting ISO Latin-1 characters. They use the ;; prefix key C-x 8. Type C-x 8 C-h for a list. diff --git a/lisp/obsolete/iso-swed.el b/lisp/obsolete/iso-swed.el index a015c42693c..2b4070d8879 100644 --- a/lisp/obsolete/iso-swed.el +++ b/lisp/obsolete/iso-swed.el @@ -26,6 +26,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Written by Howard Gayle. See case-table.el for details. ;;; Code: diff --git a/lisp/obsolete/keyswap.el b/lisp/obsolete/keyswap.el index cb76d9cc48f..caeb0059912 100644 --- a/lisp/obsolete/keyswap.el +++ b/lisp/obsolete/keyswap.el @@ -25,6 +25,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; This package is meant to be called by other terminal packages. ;;; Code: diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el index 3854563e48f..b2fb9c90f9f 100644 --- a/lisp/obsolete/lazy-lock.el +++ b/lisp/obsolete/lazy-lock.el @@ -27,6 +27,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Purpose: ;; ;; Lazy Lock mode is a Font Lock support mode. diff --git a/lisp/obsolete/lselect.el b/lisp/obsolete/lselect.el index 13f021149b5..411602aa6d4 100644 --- a/lisp/obsolete/lselect.el +++ b/lisp/obsolete/lselect.el @@ -28,6 +28,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 23.1. + ;;; Code: ;; The selection code requires us to use certain symbols whose names are diff --git a/lisp/obsolete/mlsupport.el b/lisp/obsolete/mlsupport.el index 1b792cf0388..c7403ed01f6 100644 --- a/lisp/obsolete/mlsupport.el +++ b/lisp/obsolete/mlsupport.el @@ -25,6 +25,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; This package provides equivalents of certain primitives from Gosling ;; Emacs (including the commercial UniPress versions). These have an ;; ml- prefix to distinguish them from native GNU Emacs functions with diff --git a/lisp/obsolete/old-whitespace.el b/lisp/obsolete/old-whitespace.el index b2ef06c9584..d80f51e07e8 100644 --- a/lisp/obsolete/old-whitespace.el +++ b/lisp/obsolete/old-whitespace.el @@ -24,7 +24,9 @@ ;; Boston, MA 02110-1301, USA. ;;; Commentary: -;; + +;; This file has been obsolete since Emacs 23.1. + ;; URL: http://www.dsmit.com/lisp/ ;; ;; The whitespace library is intended to find and help fix five different types diff --git a/lisp/obsolete/ooutline.el b/lisp/obsolete/ooutline.el index b7b3aad8e06..93cf378a54a 100644 --- a/lisp/obsolete/ooutline.el +++ b/lisp/obsolete/ooutline.el @@ -25,6 +25,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 21.1. + ;; This package is a major mode for editing outline-format documents. ;; An outline can be `abstracted' to show headers at any given level, ;; with all stuff below hidden. See the Emacs manual for details. diff --git a/lisp/obsolete/options.el b/lisp/obsolete/options.el index c08e57bbde3..a5b96dc414d 100644 --- a/lisp/obsolete/options.el +++ b/lisp/obsolete/options.el @@ -24,6 +24,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; This code provides functions to list and edit the values of all global ;; option variables known to loaded Emacs Lisp code. There are two entry ;; points, `list-options' and `edit' options'. The latter enters a major diff --git a/lisp/obsolete/profile.el b/lisp/obsolete/profile.el index 0900669e207..2c2569e2be1 100644 --- a/lisp/obsolete/profile.el +++ b/lisp/obsolete/profile.el @@ -28,6 +28,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 21.1. + ;; DESCRIPTION: ;; ------------ ;; This program can be used to monitor running time performance of Emacs Lisp diff --git a/lisp/obsolete/rnews.el b/lisp/obsolete/rnews.el index 2c80fe44e70..295f61b7922 100644 --- a/lisp/obsolete/rnews.el +++ b/lisp/obsolete/rnews.el @@ -23,6 +23,10 @@ ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. +;;; Commentary: + +;; This file has been obsolete since Emacs 21.1. + ;;; Change Log: ;; Created Sun Mar 10,1985 at 21:35:01 ads and sundar@hernes.ai.mit.edu @@ -52,8 +56,6 @@ ;; tower@gnu.org Nov 21 1986 ;; added tower@gnu.org 22 Apr 87 -;;; Commentary: - ;;; Code: (require 'mail-utils) diff --git a/lisp/obsolete/rnewspost.el b/lisp/obsolete/rnewspost.el index f331f0a1a6e..8b66399e4ad 100644 --- a/lisp/obsolete/rnewspost.el +++ b/lisp/obsolete/rnewspost.el @@ -23,6 +23,10 @@ ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. +;;; Commentary: + +;; This file has been obsolete since Emacs 22.1. + ;;; Change Log: ;; moved posting and mail code from rnews.el @@ -53,8 +57,6 @@ ;;; >> Nuked by Mly to autoload those functions again, as the duplication of ;;; >> code was making maintenance too difficult. -;;; Commentary: - ;;; Code: (require 'sendmail) diff --git a/lisp/obsolete/rsz-mini.el b/lisp/obsolete/rsz-mini.el index 0f33ca937b4..f441296a50e 100644 --- a/lisp/obsolete/rsz-mini.el +++ b/lisp/obsolete/rsz-mini.el @@ -27,8 +27,9 @@ ;;; Commentary: -;; This package is obsolete. Emacs now resizes mini-windows -;; automatically. +;; This file has been obsolete since Emacs 21.1. + +;; This package is obsolete. Emacs now resizes mini-windows automatically. ;;; Code: diff --git a/lisp/obsolete/sc.el b/lisp/obsolete/sc.el index 1417ff6cdb5..d5837f6ae7d 100644 --- a/lisp/obsolete/sc.el +++ b/lisp/obsolete/sc.el @@ -6,6 +6,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 21.1. + ;;; Code: (require 'supercite) diff --git a/lisp/obsolete/scribe.el b/lisp/obsolete/scribe.el index 4a711e116b6..d7d908782b9 100644 --- a/lisp/obsolete/scribe.el +++ b/lisp/obsolete/scribe.el @@ -25,6 +25,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; A major mode for editing source in written for the Scribe text formatter. ;; Knows about Scribe syntax and standard layout rules. The command to ;; 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 34256031643..69823c9fac1 100644 --- a/lisp/obsolete/swedish.el +++ b/lisp/obsolete/swedish.el @@ -26,6 +26,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Fixme: Is this actually used? if so, it should be in language, ;; possibly as a feature property of Swedish, probably defining a ;; `swascii' coding system. diff --git a/lisp/obsolete/uncompress.el b/lisp/obsolete/uncompress.el index 9bc644d5015..1721c75dfea 100644 --- a/lisp/obsolete/uncompress.el +++ b/lisp/obsolete/uncompress.el @@ -25,6 +25,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 21.1. + ;; This package can be used to arrange for automatic uncompress of ;; compressed files when they are visited. ;; All that's necessary is to load it. This can conveniently be done from diff --git a/lisp/obsolete/x-menu.el b/lisp/obsolete/x-menu.el index 7be31570c7e..02acbf218b1 100644 --- a/lisp/obsolete/x-menu.el +++ b/lisp/obsolete/x-menu.el @@ -22,6 +22,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 21.1. + ;;; Code: (defvar x-process-mouse-hook) |