diff options
| author | Glenn Morris | 2012-05-03 23:38:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-03 23:38:36 -0700 |
| commit | 3c74813afd3a9e596af5ab920e0a75600b132505 (patch) | |
| tree | e9c19780de1887d6d9195c5f6e5aedea8d4ce6ff | |
| parent | 0bfcf5c598d7c351591827b14482253adf9ab015 (diff) | |
| download | emacs-3c74813afd3a9e596af5ab920e0a75600b132505.tar.gz emacs-3c74813afd3a9e596af5ab920e0a75600b132505.zip | |
* patcomp.el, play/bruce.el: Move to obsolete/.
* etc/NEWS: Mention this.
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/obsolete/bruce.el (renamed from lisp/play/bruce.el) | 1 | ||||
| -rw-r--r-- | lisp/obsolete/patcomp.el (renamed from lisp/patcomp.el) | 2 |
4 files changed, 11 insertions, 0 deletions
| @@ -164,10 +164,14 @@ In most cases, assoc+member+push+delq work just as well. | |||
| 164 | And in any case it's just a terrible package: ugly semantics, terrible | 164 | And in any case it's just a terrible package: ugly semantics, terrible |
| 165 | inefficiency, and not namespace-clean. | 165 | inefficiency, and not namespace-clean. |
| 166 | 166 | ||
| 167 | *** bruce.el | ||
| 168 | |||
| 167 | *** mailpost.el | 169 | *** mailpost.el |
| 168 | 170 | ||
| 169 | *** mouse-sel.el | 171 | *** mouse-sel.el |
| 170 | 172 | ||
| 173 | *** patcomp.el | ||
| 174 | |||
| 171 | 175 | ||
| 172 | * New Modes and Packages in Emacs 24.2 | 176 | * New Modes and Packages in Emacs 24.2 |
| 173 | 177 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d7cf56cd77..14e96c88b53 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * patcomp.el, play/bruce.el: Move to obsolete/. | ||
| 4 | |||
| 1 | 2012-05-04 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-05-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Fix minor Y10k bugs. | 7 | Fix minor Y10k bugs. |
diff --git a/lisp/play/bruce.el b/lisp/obsolete/bruce.el index b8b2f53097d..1dd69c129a0 100644 --- a/lisp/play/bruce.el +++ b/lisp/obsolete/bruce.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
| 8 | ;; Created: Jan 1997 | 8 | ;; Created: Jan 1997 |
| 9 | ;; Obsolete-since: 24.2 | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/patcomp.el b/lisp/obsolete/patcomp.el index c1965a763ca..b8304143e9f 100644 --- a/lisp/patcomp.el +++ b/lisp/obsolete/patcomp.el | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; This file is part of GNU Emacs. | 3 | ;; This file is part of GNU Emacs. |
| 4 | 4 | ||
| 5 | ;; Obsolete-since: 24.2 | ||
| 6 | |||
| 5 | ;;; Commentary: | 7 | ;;; Commentary: |
| 6 | 8 | ||
| 7 | ;;; Code: | 9 | ;;; Code: |