emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 41f59e7: Move url-ns.el to obsolete/


From: Stefan Kangas
Subject: [Emacs-diffs] master 41f59e7: Move url-ns.el to obsolete/
Date: Tue, 1 Oct 2019 12:06:04 -0400 (EDT)

branch: master
commit 41f59e71e2fc60a10991b4e1457fa787e87ab2b3
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Move url-ns.el to obsolete/
    
    * lisp/url/url-ns.el: Move from here...
    * lisp/obsolete/url-ns.el: ...to here.  (Bug#19822)
---
 etc/NEWS                         | 5 +++++
 lisp/{url => obsolete}/url-ns.el | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 1a5047f..f0289eb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2690,6 +2690,11 @@ directories if you ask it for a "file:///dir" URL.  
Since this is a
 low-level library, such decisions (if they are to be made at all) are
 left to higher-level functions.
 
+---
+** The url-ns.el library is now marked obsolete.
+This library is used to open configuration files for the long defunct
+web browser Netscape, and is no longer relevant.
+
 ** Image mode
 
 *** New library Exif.
diff --git a/lisp/url/url-ns.el b/lisp/obsolete/url-ns.el
similarity index 96%
rename from lisp/url/url-ns.el
rename to lisp/obsolete/url-ns.el
index 733f3a9..a301e46 100644
--- a/lisp/url/url-ns.el
+++ b/lisp/obsolete/url-ns.el
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1997-1999, 2004-2019 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
+;; Obsolete-since: 27.1
 
 ;; This file is part of GNU Emacs.
 
@@ -19,6 +20,11 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
+;; This file is obsolete.  For more information, see:
+;; https://debbugs.gnu.org/19822
+
 ;;; Code:
 
 (require 'url-gw)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]