emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/newsticker.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/net/newsticker.el
Date: Mon, 10 Oct 2005 18:31:57 -0400

Index: emacs/lisp/net/newsticker.el
diff -c emacs/lisp/net/newsticker.el:1.6 emacs/lisp/net/newsticker.el:1.7
*** emacs/lisp/net/newsticker.el:1.6    Wed Sep 21 11:40:13 2005
--- emacs/lisp/net/newsticker.el        Mon Oct 10 22:31:56 2005
***************
*** 1,4 ****
! ;;; newsticker.el --- A Newsticker for Emacs.
  
  ;; Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
  
--- 1,4 ----
! ;;; newsticker.el --- A news-ticker for Emacs.
  
  ;; Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
  
***************
*** 9,19 ****
  ;; URL:         http://www.nongnu.org/newsticker
  ;; Created:     17. June 2003
  ;; Keywords:    News, RSS
- ;; Time-stamp:  "26. August 2005, 16:33:46 (ulf)"
- 
- (defconst newsticker-version "1.8" "Version number of newsticker.el.")
- 
- ;; ======================================================================
  
  ;; This program is free software; you can redistribute it and/or modify
  ;; it under the terms of the GNU General Public License as published by
--- 9,14 ----
***************
*** 29,35 ****
--- 24,33 ----
  ;; along with this program; if not, write to the Free Software Foundation,
  ;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  
+ (defconst newsticker-version "1.8" "Version number of newsticker.el.")
+ 
  ;; ======================================================================
+ 
  ;;; Commentary:
  
  ;; Overview
***************
*** 62,69 ****
  
  ;; Requirements
  ;; ------------
! ;; Newsticker can be used with GNU Emacs version 21.1 or later as well as
! ;; XEmacs. It requires an XML-parser (`xml.el') which is part of GNU
  ;; Emacs. If you are using XEmacs you want to get the `net-utils' package
  ;; which contains `xml.el' for XEmacs.
  
--- 60,67 ----
  
  ;; Requirements
  ;; ------------
! ;; Newsticker can be used with Emacs version 21.1 or later as well as
! ;; XEmacs. It requires an XML-parser (`xml.el') which is part of
  ;; Emacs. If you are using XEmacs you want to get the `net-utils' package
  ;; which contains `xml.el' for XEmacs.
  
***************
*** 71,91 ****
  ;; prints them to stdout. By default Newsticker will use wget for this
  ;; task.
  
- ;; Installation
- ;; ------------
- ;; Place Newsticker in a directory where Emacs can find it. Add the
- ;; following line to your Emacs startup file (`~/.emacs').
- ;;   (add-to-list 'load-path "/path/to/newsticker/")
- ;;   (autoload 'newsticker-start "newsticker" "Emacs Newsticker" t)
- ;;   (autoload 'newsticker-show-news "newsticker" "Emacs Newsticker" t)
- 
- ;; Newsticker-mode supports imenu. It allows for navigating with the help
- ;; of a menu. In order to use this feature you should also add the
- ;; following.
- ;;   (add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
- 
- ;; That's it.
- 
  ;; Usage
  ;; -----
  ;; The command newsticker-show-news will display all available headlines in
--- 69,74 ----
***************
*** 151,157 ****
  ;; such a tool from slightly attenuating your Editor's responsiveness every
  ;; once in a while.
  
! ;; Byte-compiling newsticker.el is recommended.
  
  ;; ======================================================================
  ;;; History:
--- 134,143 ----
  ;; such a tool from slightly attenuating your Editor's responsiveness every
  ;; once in a while.
  
! ;; Newsticker-mode supports imenu. It allows for navigating with the help
! ;; of a menu. In order to use this feature you should also add the
! ;; following.
! ;;   (add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
  
  ;; ======================================================================
  ;;; History:
***************
*** 204,210 ****
  ;;       for sending patch.
  ;;     * Renamed invisible buffers ` *wget-newsticker-<feed>*' to
  ;;       ` *newsticker-wget-<feed>*'.
! ;;     * Tested with GNU Emacs versions 21.3 and 22.0 and XEmacs 21.something.
  
  ;; 1.6 * Support for (some) optional RSS elements: guid, dc:date. See
  ;;       `newsticker-show-all-rss-elements' `newsticker-extra-face'.
--- 190,196 ----
  ;;       for sending patch.
  ;;     * Renamed invisible buffers ` *wget-newsticker-<feed>*' to
  ;;       ` *newsticker-wget-<feed>*'.
! ;;     * Tested with Emacs versions 21.3 and 22.0 and XEmacs 21.something.
  
  ;; 1.6 * Support for (some) optional RSS elements: guid, dc:date. See
  ;;       `newsticker-show-all-rss-elements' `newsticker-extra-face'.
***************
*** 2307,2312 ****
--- 2293,2299 ----
  ;;; User fun
  ;; ======================================================================
  
+ ;;;###autoload
  (defun newsticker-start (&optional do-not-complain-if-running)
    "Start the newsticker.
  Start the timers for display and retrieval.  If the newsticker, i.e. the
***************
*** 2395,2400 ****
--- 2382,2388 ----
      (setq newsticker--display-timer nil)))
  
  ;; the functions we need for retrieval and display
+ ;;;###autoload
  (defun newsticker-show-news ()
    "Switch to newsticker buffer.  You may want to bind this to a key."
    (interactive)




reply via email to

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