diff options
-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. 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d7cf56cd77..14e96c88b53 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. 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 @@ ;; Maintainer: FSF ;; Keywords: games ;; Created: Jan 1997 +;; Obsolete-since: 24.2 ;; This file is part of GNU Emacs. 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 @@ ;; This file is part of GNU Emacs. +;; Obsolete-since: 24.2 + ;;; Commentary: ;;; Code: |