* patcomp.el, play/bruce.el: Move to obsolete/.
* etc/NEWS: Mention this.
This commit is contained in:
parent
0bfcf5c598
commit
3c74813afd
4 changed files with 11 additions and 0 deletions
4
etc/NEWS
4
etc/NEWS
|
@ -164,10 +164,14 @@ In most cases, assoc+member+push+delq work just as well.
|
|||
And in any case it's just a terrible package: ugly semantics, terrible
|
||||
inefficiency, and not namespace-clean.
|
||||
|
||||
*** bruce.el
|
||||
|
||||
*** mailpost.el
|
||||
|
||||
*** mouse-sel.el
|
||||
|
||||
*** patcomp.el
|
||||
|
||||
|
||||
* New Modes and Packages in Emacs 24.2
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2012-05-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* patcomp.el, play/bruce.el: Move to obsolete/.
|
||||
|
||||
2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Fix minor Y10k bugs.
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
;; Maintainer: FSF
|
||||
;; Keywords: games
|
||||
;; Created: Jan 1997
|
||||
;; Obsolete-since: 24.2
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; Obsolete-since: 24.2
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
Loading…
Add table
Reference in a new issue