From 2900b2d8f8b4979854676fe6a2f0d0700d49efcc Mon Sep 17 00:00:00 2001 From: Ulf Jasper Date: Fri, 13 Jun 2008 17:08:25 +0000 Subject: [PATCH] Renamed newsticker-*.el to newst-*.el. --- lisp/ChangeLog | 14 ++++++++++++++ .../{newsticker-backend.el => newst-backend.el} | 6 +++--- ...{newsticker-plainview.el => newst-plainview.el} | 8 ++++---- lisp/net/{newsticker-reader.el => newst-reader.el} | 8 ++++---- lisp/net/{newsticker-ticker.el => newst-ticker.el} | 8 ++++---- .../{newsticker-treeview.el => newst-treeview.el} | 8 ++++---- lisp/net/newsticker.el | 12 ++++++------ 7 files changed, 39 insertions(+), 25 deletions(-) rename lisp/net/{newsticker-backend.el => newst-backend.el} (99%) rename lisp/net/{newsticker-plainview.el => newst-plainview.el} (99%) rename lisp/net/{newsticker-reader.el => newst-reader.el} (99%) rename lisp/net/{newsticker-ticker.el => newst-ticker.el} (98%) rename lisp/net/{newsticker-treeview.el => newst-treeview.el} (99%) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 932dc0b10e9..e941d0f1312 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2008-06-13 Ulf Jasper + + * net/newsticker.el: Renamed net/newsticker-*.el to net/newst-*.el. + * net/newst-backend.el: New. Renamed from net/newsticker-backend.el. + * net/newst-plainview.el: New. Renamed from net/newsticker-plainview.el. + * net/newst-reader.el: New. Renamed from net/newsticker-reader.el. + * net/newst-ticker.el: New. Renamed from net/newsticker-ticker.el. + * net/newst-treeview.el: New. Renamed from net/newsticker-treeview.el. + * net/newsticker-backend.el: Removed. Renamed to net/newst-backend.el. + * net/newsticker-plainview.el: Removed. Renamed to net/newst-plainview.el. + * net/newsticker-reader.el: Removed. Renamed to net/newst-reader.el. + * net/newsticker-ticker.el: Removed. Renamed to net/newst-ticker.el. + * net/newsticker-treeview.el: Removed. Renamed to net/newst-treeview.el. + 2008-06-13 Stefan Monnier * progmodes/compile.el (compilation-start): Don't disable undo in diff --git a/lisp/net/newsticker-backend.el b/lisp/net/newst-backend.el similarity index 99% rename from lisp/net/newsticker-backend.el rename to lisp/net/newst-backend.el index 101cf523afc..6fafa9660eb 100644 --- a/lisp/net/newsticker-backend.el +++ b/lisp/net/newst-backend.el @@ -1,13 +1,13 @@ -;;; newsticker-backend.el --- Retrieval backend for newsticker. +;;; newst-backend.el --- Retrieval backend for newsticker. ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper -;; Filename: newsticker-backend.el +;; Filename: newst-backend.el ;; URL: http://www.nongnu.org/newsticker ;; Keywords: News, RSS, Atom -;; Time-stamp: "8. Juni 2008, 17:18:04 (ulf)" +;; Time-stamp: "13. Juni 2008, 17:41:00 (ulf)" ;; ====================================================================== diff --git a/lisp/net/newsticker-plainview.el b/lisp/net/newst-plainview.el similarity index 99% rename from lisp/net/newsticker-plainview.el rename to lisp/net/newst-plainview.el index a839c2d478f..e47048843fa 100644 --- a/lisp/net/newsticker-plainview.el +++ b/lisp/net/newst-plainview.el @@ -1,12 +1,12 @@ -;;; newsticker-plainview.el --- Single buffer frontend for newsticker. +;;; newst-plainview.el --- Single buffer frontend for newsticker. ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper -;; Filename: newsticker-plainview.el +;; Filename: newst-plainview.el ;; URL: http://www.nongnu.org/newsticker -;; Time-stamp: "8. Juni 2008, 20:39:46 (ulf)" +;; Time-stamp: "13. Juni 2008, 18:49:26 (ulf)" ;; ====================================================================== @@ -1827,4 +1827,4 @@ Take care: end of item is at the end of its last line!" (provide 'newsticker-plainview) ;; arch-tag: 4e48b683-d48b-48dd-a13e-fe45baf41184 -;;; newsticker-plainview.el ends here +;;; newst-plainview.el ends here diff --git a/lisp/net/newsticker-reader.el b/lisp/net/newst-reader.el similarity index 99% rename from lisp/net/newsticker-reader.el rename to lisp/net/newst-reader.el index 75312416b3d..4987be319f8 100644 --- a/lisp/net/newsticker-reader.el +++ b/lisp/net/newst-reader.el @@ -1,12 +1,12 @@ -;;; newsticker-reader.el --- Generic RSS reader functions. +;;; newst-reader.el --- Generic RSS reader functions. ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper -;; Filename: newsticker-reader.el +;; Filename: newst-reader.el ;; URL: http://www.nongnu.org/newsticker -;; Time-stamp: "7. Juni 2008, 15:34:08 (ulf)" +;; Time-stamp: "13. Juni 2008, 17:45:36 (ulf)" ;; ====================================================================== @@ -1127,4 +1127,4 @@ static char * visit_xpm[] = { (provide 'newsticker-reader) ;; arch-tag: c604b701-bdf1-4fc1-8d05-5fabd1939533 -;;; newsticker-reader.el ends here +;;; newst-reader.el ends here diff --git a/lisp/net/newsticker-ticker.el b/lisp/net/newst-ticker.el similarity index 98% rename from lisp/net/newsticker-ticker.el rename to lisp/net/newst-ticker.el index 4fb8539cef3..96314dd226a 100644 --- a/lisp/net/newsticker-ticker.el +++ b/lisp/net/newst-ticker.el @@ -1,13 +1,13 @@ -;; newsticker-ticker.el --- modeline ticker for newsticker. +;; newst-ticker.el --- modeline ticker for newsticker. ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. ;; Author: Ulf Jasper -;; Filename: newsticker-ticker.el +;; Filename: newst-ticker.el ;; URL: http://www.nongnu.org/newsticker ;; Keywords: News, RSS, Atom -;; Time-stamp: "7. Juni 2008, 15:12:27 (ulf)" +;; Time-stamp: "13. Juni 2008, 17:43:29 (ulf)" ;; ====================================================================== @@ -290,4 +290,4 @@ running already." (provide 'newsticker-ticker) ;; arch-tag: faee3ebb-749b-4935-9835-7f36d4b700f0 -;;; newsticker-ticker.el ends here +;;; newst-ticker.el ends here diff --git a/lisp/net/newsticker-treeview.el b/lisp/net/newst-treeview.el similarity index 99% rename from lisp/net/newsticker-treeview.el rename to lisp/net/newst-treeview.el index bda3cfb96f5..a3a6ae42bf3 100644 --- a/lisp/net/newsticker-treeview.el +++ b/lisp/net/newst-treeview.el @@ -1,13 +1,13 @@ -;;; newsticker-treeview.el --- Treeview frontend for newsticker. +;;; newst-treeview.el --- Treeview frontend for newsticker. ;; Copyright (C) 2008 Free Software Foundation, Inc. ;; Author: Ulf Jasper -;; Filename: newsticker-treeview.el +;; Filename: newst-treeview.el ;; URL: http://www.nongnu.org/newsticker ;; Created: 2007 ;; Keywords: News, RSS, Atom -;; Time-stamp: "8. Juni 2008, 20:42:16 (ulf)" +;; Time-stamp: "13. Juni 2008, 17:43:54 (ulf)" ;; ====================================================================== @@ -1985,4 +1985,4 @@ POS gives the position where EVENT occurred." (provide 'newsticker-treeview) ;; arch-tag: 5dbaff48-1f3e-4fc6-8ebd-e966fc90d2d4 -;;; newsticker-treeview.el ends here +;;; newst-treeview.el ends here diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 68e9b674bde..7ac05a2b12a 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el @@ -8,7 +8,7 @@ ;; URL: http://www.nongnu.org/newsticker ;; Created: 17. June 2003 ;; Keywords: News, RSS, Atom -;; Time-stamp: "7. Juni 2008, 14:04:59 (ulf)" +;; Time-stamp: "13. Juni 2008, 17:46:44 (ulf)" ;; ====================================================================== @@ -400,11 +400,11 @@ ;; ====================================================================== ;;; Code: -(require 'newsticker-backend) -(require 'newsticker-ticker) -(require 'newsticker-reader) -(require 'newsticker-plainview) -(require 'newsticker-treeview) +(require 'newsticker-backend "newst-backend.el") +(require 'newsticker-ticker "newst-ticker.el") +(require 'newsticker-reader "newst-reader.el") +(require 'newsticker-plainview "newst-plainview.el") +(require 'newsticker-treeview "newst-treeview.el") (provide 'newsticker) -- 2.39.2