Mercurial > emacs
changeset 94000:ee22366f2a68
Add a comment giving version of obsolescence.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 11 Apr 2008 07:44:49 +0000 |
parents | ba69c9ea9b58 |
children | 96f9ff09bbb0 |
files | lisp/obsolete/auto-show.el lisp/obsolete/awk-mode.el lisp/obsolete/bg-mouse.el lisp/obsolete/fast-lock.el lisp/obsolete/float.el lisp/obsolete/hilit19.el lisp/obsolete/hscroll.el lisp/obsolete/iso-acc.el lisp/obsolete/iso-insert.el lisp/obsolete/iso-swed.el lisp/obsolete/keyswap.el lisp/obsolete/lazy-lock.el lisp/obsolete/lselect.el lisp/obsolete/mlsupport.el lisp/obsolete/old-whitespace.el lisp/obsolete/ooutline.el lisp/obsolete/options.el lisp/obsolete/profile.el lisp/obsolete/rnews.el lisp/obsolete/rnewspost.el lisp/obsolete/rsz-mini.el lisp/obsolete/sc.el lisp/obsolete/scribe.el lisp/obsolete/swedish.el lisp/obsolete/uncompress.el lisp/obsolete/x-menu.el |
diffstat | 26 files changed, 59 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/obsolete/auto-show.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/auto-show.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/awk-mode.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/awk-mode.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/bg-mouse.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/bg-mouse.el Fri Apr 11 07:44:49 2008 +0000 @@ -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
--- a/lisp/obsolete/fast-lock.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/fast-lock.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/float.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/float.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/hilit19.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/hilit19.el Fri Apr 11 07:44:49 2008 +0000 @@ -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
--- a/lisp/obsolete/hscroll.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/hscroll.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/iso-acc.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/iso-acc.el Fri Apr 11 07:44:49 2008 +0000 @@ -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
--- a/lisp/obsolete/iso-insert.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/iso-insert.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/iso-swed.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/iso-swed.el Fri Apr 11 07:44:49 2008 +0000 @@ -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:
--- a/lisp/obsolete/keyswap.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/keyswap.el Fri Apr 11 07:44:49 2008 +0000 @@ -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:
--- a/lisp/obsolete/lazy-lock.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/lazy-lock.el Fri Apr 11 07:44:49 2008 +0000 @@ -27,6 +27,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 22.1. + ;; Purpose: ;; ;; Lazy Lock mode is a Font Lock support mode.
--- a/lisp/obsolete/lselect.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/lselect.el Fri Apr 11 07:44:49 2008 +0000 @@ -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
--- a/lisp/obsolete/mlsupport.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/mlsupport.el Fri Apr 11 07:44:49 2008 +0000 @@ -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
--- a/lisp/obsolete/old-whitespace.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/old-whitespace.el Fri Apr 11 07:44:49 2008 +0000 @@ -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
--- a/lisp/obsolete/ooutline.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/ooutline.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/options.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/options.el Fri Apr 11 07:44:49 2008 +0000 @@ -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
--- a/lisp/obsolete/profile.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/profile.el Fri Apr 11 07:44:49 2008 +0000 @@ -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
--- a/lisp/obsolete/rnews.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/rnews.el Fri Apr 11 07:44:49 2008 +0000 @@ -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)
--- a/lisp/obsolete/rnewspost.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/rnewspost.el Fri Apr 11 07:44:49 2008 +0000 @@ -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)
--- a/lisp/obsolete/rsz-mini.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/rsz-mini.el Fri Apr 11 07:44:49 2008 +0000 @@ -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:
--- a/lisp/obsolete/sc.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/sc.el Fri Apr 11 07:44:49 2008 +0000 @@ -6,6 +6,8 @@ ;;; Commentary: +;; This file has been obsolete since Emacs 21.1. + ;;; Code: (require 'supercite)
--- a/lisp/obsolete/scribe.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/scribe.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/swedish.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/swedish.el Fri Apr 11 07:44:49 2008 +0000 @@ -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.
--- a/lisp/obsolete/uncompress.el Fri Apr 11 06:43:56 2008 +0000 +++ b/lisp/obsolete/uncompress.el Fri Apr 11 07:44:49 2008 +0000 @@ -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