aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-03 23:38:36 -0700
committerGlenn Morris2012-05-03 23:38:36 -0700
commit3c74813afd3a9e596af5ab920e0a75600b132505 (patch)
treee9c19780de1887d6d9195c5f6e5aedea8d4ce6ff
parent0bfcf5c598d7c351591827b14482253adf9ab015 (diff)
downloademacs-3c74813afd3a9e596af5ab920e0a75600b132505.tar.gz
emacs-3c74813afd3a9e596af5ab920e0a75600b132505.zip
* patcomp.el, play/bruce.el: Move to obsolete/.
* etc/NEWS: Mention this.
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog4
-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
diff --git a/etc/NEWS b/etc/NEWS
index 8764030c736..6b82eaa1f7a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -164,10 +164,14 @@ In most cases, assoc+member+push+delq work just as well.
164And in any case it's just a terrible package: ugly semantics, terrible 164And in any case it's just a terrible package: ugly semantics, terrible
165inefficiency, and not namespace-clean. 165inefficiency, 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 @@
12012-05-04 Glenn Morris <rgm@gnu.org>
2
3 * patcomp.el, play/bruce.el: Move to obsolete/.
4
12012-05-04 Paul Eggert <eggert@cs.ucla.edu> 52012-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: