]> code.delx.au - gnu-emacs/commitdiff
(antlr): New URL.
authorPavel Janík <Pavel@Janik.cz>
Wed, 11 Dec 2002 06:58:54 +0000 (06:58 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 11 Dec 2002 06:58:54 +0000 (06:58 +0000)
lisp/ChangeLog
lisp/progmodes/antlr-mode.el

index 690ded3bfad7353fb64648f491b002e8bab1dd13..6453121bebcfff6eaf059af713e7728fbbcc2e5f 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * progmodes/antlr-mode.el (antlr): New URL.
+
 2002-12-10  R. Bernstein  <rocky@panix.com>
 
        * gud.el (bashdb): Prompt now included parenthesis for subshell
index a3d30425eabea284d90cf11621cdb6e867fcaca9..b87c7c52b39241e537ca204286ae2365372fcc49 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Christoph.Wedler@sap.com
 ;; Keywords: languages
 ;; Version: 2.1
-;; X-URL: http://www.fmi.uni-passau.de/~wedler/antlr-mode/
+;; X-URL: http://antlr-mode.sf.net
 
 ;; This file is part of GNU Emacs.
 
 
 ;; Bug fixes, bug reports, improvements, and suggestions are strongly
 ;; appreciated.  Please check the newest version first:
-;;   http://www.fmi.uni-passau.de/~wedler/antlr-mode/changes.html
+;;   http://antlr-mode.sf.net
 
 ;;; Installation:
 
   "Major mode for ANTLR grammar files."
   :group 'languages
   :link '(emacs-commentary-link "antlr-mode.el")
-  :link '(url-link "http://www.fmi.uni-passau.de/~wedler/antlr-mode/")
+  :link '(url-link "http://antlr-mode.sf.net")
   :prefix "antlr-")
 
 (defconst antlr-version "2.1"