# HG changeset patch # User Glenn Morris # Date 1288322373 25200 # Node ID d3a53e95c036862937187adcdf3108764a6c894b # Parent d74f09f8c82dbb9fba24e03d9f3cd3c7e226ff8a Correct some viewcvs links in docs and comments. * doc/misc/cc-mode.texi: Remove reference to defunct viewcvs URL. Instead, refer to the generic Savannah page, since it seems likely that Savannah will never provide the equivalent service for GNU bazaar. The other option would be to use the Git mirror URL, since it seems to be being updated now, and of course browsing Git repos works just fine. That would be a pretty poor advert for the GNU system though. * etc/MH-E-NEWS: Update URL (viewcvs -> viewvc). * lisp/net/tramp-fish.el: Update URL in comment (viewcvs -> viewvc). diff -r d74f09f8c82d -r d3a53e95c036 doc/misc/ChangeLog --- a/doc/misc/ChangeLog Wed Oct 27 20:52:14 2010 -0700 +++ b/doc/misc/ChangeLog Thu Oct 28 20:19:33 2010 -0700 @@ -1,3 +1,7 @@ +2010-10-29 Glenn Morris + + * cc-mode.texi: Remove reference to defunct viewcvs URL. + 2010-10-22 Juanma Barranquero * gnus.texi (Group Parameters, Buttons): Fix typos. diff -r d74f09f8c82d -r d3a53e95c036 doc/misc/cc-mode.texi --- a/doc/misc/cc-mode.texi Wed Oct 27 20:52:14 2010 -0700 +++ b/doc/misc/cc-mode.texi Thu Oct 28 20:19:33 2010 -0700 @@ -160,7 +160,8 @@ This manual is for CC Mode in Emacs. Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -201,9 +202,8 @@ @vskip 0pt plus 1filll @insertcopying -This manual was generated from cc-mode.texi, which can be downloaded -from -@url{http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/doc/misc/cc-mode.texi}. +This manual was generated from cc-mode.texi, which is distributed with Emacs, +or can be downloaded from @url{http://savannah.gnu.org/projects/emacs/}. @end titlepage @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -6998,6 +6998,3 @@ @bye -@ignore - arch-tag: c4cab162-5e57-4366-bdce-4a9db2fc97f0 -@end ignore diff -r d74f09f8c82d -r d3a53e95c036 etc/MH-E-NEWS --- a/etc/MH-E-NEWS Wed Oct 27 20:52:14 2010 -0700 +++ b/etc/MH-E-NEWS Thu Oct 28 20:19:33 2010 -0700 @@ -231,7 +231,7 @@ If you want to see the release notes for the alpha and beta releases leading up this release, please see: - http://cvs.savannah.gnu.org/viewcvs/emacs/etc/MH-E-NEWS?rev=1.25&root=emacs&view=markup + http://cvs.savannah.gnu.org/viewvc/emacs/emacs/etc/MH-E-NEWS?revision=1.25&view=markup diff -r d74f09f8c82d -r d3a53e95c036 lisp/net/tramp-fish.el --- a/lisp/net/tramp-fish.el Wed Oct 27 20:52:14 2010 -0700 +++ b/lisp/net/tramp-fish.el Thu Oct 28 20:19:33 2010 -0700 @@ -37,7 +37,7 @@ ;; "xxx" stands for 3 digits, representing a return code. Return ;; codes "# 000" and "# 001" are reserved for fallback implementation ;; with native shell commands; they are not used inside the server. See -;; +;; ;; for details of original specification. ;; The GNU Midnight Commander implements the original fish protocol