commit/speedbar: Jerry James: Migrate .cvsignore files to a single .hgignore file.

[email protected]
Newsgroups gmane.emacs.xemacs.patches
Message-ID <[email protected]>
1 new commit in speedbar:

https://bitbucket.org/xemacs/speedbar/commits/fc4d91b156ba/
Changeset:   fc4d91b156ba
User:        Jerry James
Date:        2014-05-13 21:54:58
Summary:     Migrate .cvsignore files to a single .hgignore file.
In addition:
- Restore CVS keyword expansions that were lost during the switch to Mercurial
- Update texinfo sources for texinfo 5.x

See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ@mail.gmail.com> in
xemacs-patches and followups for details.
Affected #:  19 files

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-speedbar*.html

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .cvsignore: Remove.
+	* .hgignore: New file.
+	* *.el: Restore CVS keyword expansions.
+	* speedbar.texi: Update for texinfo 5.x.
+
 2012-01-10  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.30 released.

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 bigclock.el
--- a/bigclock.el
+++ b/bigclock.el
@@ -4,7 +4,7 @@
 
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Keywords: amusement
-;; X-RCS: $Id$
+;; X-RCS: $Id: bigclock.el,v 1.4 2005/09/30 20:25:35 zappo Exp $
 
 ;; This file is part of GNU Emacs.
 

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 dframe.el
--- a/dframe.el
+++ b/dframe.el
@@ -4,7 +4,7 @@
 
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: dframe.el,v 1.29 2005/12/07 16:52:51 zappo Exp $
 
 (defvar dframe-version "1.3"
   "The current version of the dedicated frame library.")

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 rpm.el
--- a/rpm.el
+++ b/rpm.el
@@ -5,7 +5,7 @@
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Version: 1.0
 ;; Keywords: speedbar, rpm
-;; X-RCS: $Id$
+;; X-RCS: $Id: rpm.el,v 1.11 2005/09/30 20:25:46 zappo Exp $
 
 ;; This file is part of GNU Emacs.
 

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-ant.el
--- a/sb-ant.el
+++ b/sb-ant.el
@@ -9,7 +9,7 @@
 ;; Author: Richard Y. Kim, <[email protected]>
 ;; Maintainer: Richard Y. Kim, <[email protected]>
 ;; Created: Mon Apr 09 09:44:06 2001
-;; Version: $Id$
+;; Version: $Id: sb-ant.el,v 1.3 2005/09/30 20:25:50 zappo Exp $
 ;; Keywords: speedbar, html
 
 ;; This program is free software; you can redistribute it and/or

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-gud.el
--- a/sb-gud.el
+++ b/sb-gud.el
@@ -5,7 +5,7 @@
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Version: 0.1
 ;; Keywords: tools, gud
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-gud.el,v 1.11 2003/09/17 16:58:28 ponced Exp $
 ;;
 ;; This file is part of GNU Emacs.
 ;;

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-html.el
--- a/sb-html.el
+++ b/sb-html.el
@@ -5,7 +5,7 @@
 ;; Author: Richard Y. Kim, <[email protected]>
 ;; Maintainer: Richard Y. Kim, <[email protected]>
 ;; Created: Mon Apr 09 09:44:06 2001
-;; Version: $Id$
+;; Version: $Id: sb-html.el,v 1.4 2005/09/30 20:25:56 zappo Exp $
 ;; Keywords: speedbar, html
 
 ;; This program is free software; you can redistribute it and/or

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-image.el
--- a/sb-image.el
+++ b/sb-image.el
@@ -4,7 +4,7 @@
 
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-image.el,v 1.11 2005/09/30 20:25:59 zappo Exp $
 
 ;; This file is part of GNU Emacs.
 

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-info.el
--- a/sb-info.el
+++ b/sb-info.el
@@ -5,7 +5,7 @@
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Version: 0.3
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-info.el,v 1.20 2006/06/23 08:26:16 ponced Exp $
 ;;
 ;; This file is patch of GNU Emacs.
 ;;

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-info.el.upstream
--- a/sb-info.el.upstream
+++ b/sb-info.el.upstream
@@ -5,7 +5,7 @@
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Version: 0.3
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-info.el.upstream,v 1.1 2007-12-02 07:28:59 michaels Exp $
 ;;
 ;; This file is patch of GNU Emacs.
 ;;

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-rmail.el
--- a/sb-rmail.el
+++ b/sb-rmail.el
@@ -5,7 +5,7 @@
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Version: 0.1
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-rmail.el,v 1.12 2003/02/21 18:04:30 zappo Exp $
 ;;
 ;; This file is part of GNU Emacs.
 ;;

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-rmail.el.upstream
--- a/sb-rmail.el.upstream
+++ b/sb-rmail.el.upstream
@@ -5,7 +5,7 @@
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Version: 0.1
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-rmail.el.upstream,v 1.1 2007-11-26 15:02:18 michaels Exp $
 ;;
 ;; This file is part of GNU Emacs.
 ;;

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-texinfo.el
--- a/sb-texinfo.el
+++ b/sb-texinfo.el
@@ -5,7 +5,7 @@
 ;; Author: Richard Y. Kim, <[email protected]>
 ;; Maintainer: Richard Y. Kim, <[email protected]>
 ;; Created: Fri Jun 16 17:23:11 2000
-;; Version: $Id$
+;; Version: $Id: sb-texinfo.el,v 1.9 2005/09/30 20:26:09 zappo Exp $
 ;; Keywords:
 
 ;; This program is free software; you can redistribute it and/or

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-w3.el
--- a/sb-w3.el
+++ b/sb-w3.el
@@ -5,7 +5,7 @@
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Version: 0.2.1
 ;; Keywords: tags, tools, w3
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-w3.el,v 1.10 2005/09/30 20:26:13 zappo Exp $
 ;;
 ;; 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

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 speedbar-load.el
--- a/speedbar-load.el
+++ b/speedbar-load.el
@@ -3,7 +3,7 @@
 ;;; Copyright (C) 2003 David Ponce
 
 ;; Author: David Ponce <[email protected]>
-;; X-RCS: $Id$
+;; X-RCS: $Id: speedbar-load.el,v 1.1 2007-11-26 15:02:19 michaels Exp $
 
 ;; Speedbar is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 speedbar.el
--- a/speedbar.el
+++ b/speedbar.el
@@ -4,7 +4,7 @@
 
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: speedbar.el,v 1.253 2007/02/07 18:05:48 zappo Exp $
 
 (defvar speedbar-version "1.0.1"
   "The current version of speedbar.")

diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 speedbar.texi
--- a/speedbar.texi
+++ b/speedbar.texi
@@ -1,6 +1,6 @@
 \input texinfo   @c -*-texinfo-*-
 @c
-@c $Id$
+@c $Id: speedbar.texi,v 1.7 2007-11-26 15:02:20 michaels Exp $
 @c
 
 @c This file is part of GNU Emacs
@@ -254,7 +254,7 @@
 to read these textual elements will make it easier to navigate by
 identifying the types of data available.
 
-@subsubsection Groups
+@subsection Groups
 @cindex groups
 
 Groups summarize information in a single line, and provide a high level
@@ -290,14 +290,14 @@
 Click the @samp{-} button to contract the group, or hide the contents
 currently displayed.
 
-@subsubsection Tags
+@subsection Tags
 @cindex tags
 
 Tags are the leaf nodes of the tree system.  Tags are generally prefixed
 with a simple character, such as @samp{>}.  Tags can only be jumped to using
 @kbd{RET} or @kbd{e}.
 
-@subsubsection Boolean Flags
+@subsection Boolean Flags
 
 Sometimes a group or tag is given a boolean flag.  These flags appear as
 extra text characters at the end of the line.  File mode uses boolean
@@ -308,7 +308,7 @@
 @c Note to self, update these to sub-nodes which are more relevant.
 @ref{File Mode}, and @ref{Version Control}.
 
-@subsubsection Unadorned Text
+@subsection Unadorned Text
 
 Unadorned text generally starts in column 0, without any special symbols
 prefixing them.  In Buffers mode different buffer groups are prefixed
@@ -317,7 +317,7 @@
 
 Unadorned text will generally be colorless, and not clickable.
 
-@subsubsection Color Cues
+@subsection Color Cues
 
 Each type of Group, item indicator, and label is given a different
 color.  The colors chosen are dependent on whether the background color

Repository URL: https://bitbucket.org/xemacs/speedbar/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.