1 new commit in bbdb:
https://bitbucket.org/xemacs/bbdb/commits/9a11b39ecab4/
Changeset: 9a11b39ecab4
User: Jerry James
Date: 2014-05-13 21:55:00
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 #: 21 files
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^lisp/_pkg\.el$
+^lisp/auto-autoloads\.el$
+^lisp/custom-defines\.el$
+^lisp/custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-05-13 Jerry James <[email protected]>
+
+ * .cvsignore: Remove.
+ * lisp/.cvsignore: Remove.
+ * texinfo/.cvsignore: Remove.
+ * .hgignore: New file.
+ * lisp/*.el: Restore CVS keyword expansions.
+ * texinfo/bbdb.texinfo: Ditto. Update for texinfo 5.x.
+
2007-02-27 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 1.32 released.
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-com.el
--- a/lisp/bbdb-com.el
+++ b/lisp/bbdb-com.el
@@ -20,7 +20,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-com.el,v 1.10 2007-02-23 20:24:06 fenk Exp $
;;
(require 'cl)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-ftp.el
--- a/lisp/bbdb-ftp.el
+++ b/lisp/bbdb-ftp.el
@@ -21,7 +21,7 @@
;;; This file was written by Ivan Vazquez <[email protected]>
-;;; $Id$
+;;; $Id: bbdb-ftp.el,v 1.9 2007-02-23 20:24:07 fenk Exp $
;;; This file adds the ability to define ftp-sites in a BBDB, much the same
;;; way one adds a regular person's name to the BBDB. It also defines the
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-gnus.el
--- a/lisp/bbdb-gnus.el
+++ b/lisp/bbdb-gnus.el
@@ -19,7 +19,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-gnus.el,v 1.9 2007-02-23 20:24:07 fenk Exp $
;;
(require 'bbdb)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-hooks.el
--- a/lisp/bbdb-hooks.el
+++ b/lisp/bbdb-hooks.el
@@ -32,7 +32,7 @@
;;; Read the docstrings; read the texinfo file.
;;
-;; $Id$
+;; $Id: bbdb-hooks.el,v 1.7 2007-02-23 20:24:07 fenk Exp $
;;
(require 'bbdb)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-mhe.el
--- a/lisp/bbdb-mhe.el
+++ b/lisp/bbdb-mhe.el
@@ -22,7 +22,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-mhe.el,v 1.6 2007-02-23 20:24:07 fenk Exp $
;;
(eval-and-compile
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-migrate.el
--- a/lisp/bbdb-migrate.el
+++ b/lisp/bbdb-migrate.el
@@ -21,7 +21,7 @@
;;;
;;
-;; $Id$
+;; $Id: bbdb-migrate.el,v 1.9 2007-02-23 20:24:08 fenk Exp $
;;
(require 'bbdb)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-print.el
--- a/lisp/bbdb-print.el
+++ b/lisp/bbdb-print.el
@@ -53,7 +53,7 @@
;;; documentation for the allowed options.
;;
-;; $Id$
+;; $Id: bbdb-print.el,v 1.7 2007-02-23 20:24:08 fenk Exp $
;;
;;; Installation:
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-reportmail.el
--- a/lisp/bbdb-reportmail.el
+++ b/lisp/bbdb-reportmail.el
@@ -51,7 +51,7 @@
;; Initial release.
;;
-;; $Id$
+;; $Id: bbdb-reportmail.el,v 1.7 2007-02-23 20:24:08 fenk Exp $
;;
;;-----------------------------------------------------------------------
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-rmail.el
--- a/lisp/bbdb-rmail.el
+++ b/lisp/bbdb-rmail.el
@@ -18,7 +18,7 @@
;;; along with GNU Emacs; see the file COPYING. If not, write to
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-rmail.el,v 1.8 2007-02-26 22:25:26 fenk Exp $
;;
(require 'bbdb)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-sc.el
--- a/lisp/bbdb-sc.el
+++ b/lisp/bbdb-sc.el
@@ -26,7 +26,7 @@
;;; for improvements and to Michael D. Carney <[email protected]>
;;; for testing and feedback.
-;;; $Id$
+;;; $Id: bbdb-sc.el,v 1.8 2007-02-23 20:24:08 fenk Exp $
;;; This file adds the ability to define attributions for Supercite in
;;; a BBDB, enables you to retrieve your standard attribution from
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-snarf.el
--- a/lisp/bbdb-snarf.el
+++ b/lisp/bbdb-snarf.el
@@ -2,7 +2,7 @@
;;;
;;; Copyright (C) 1997 by John Heidemann <[email protected]>.
-;;; $Id$
+;;; $Id: bbdb-snarf.el,v 1.8 2007-02-23 20:24:08 fenk Exp $
;;;
;;; This file is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-srv.el
--- a/lisp/bbdb-srv.el
+++ b/lisp/bbdb-srv.el
@@ -20,7 +20,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-srv.el,v 1.9 2007-02-23 20:24:08 fenk Exp $
;;; This requires the `gnuserv' and `itimer' packages.
;;;
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-vm.el
--- a/lisp/bbdb-vm.el
+++ b/lisp/bbdb-vm.el
@@ -19,7 +19,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-vm.el,v 1.8 2007-02-23 20:24:08 fenk Exp $
;;
(eval-and-compile
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-w3.el
--- a/lisp/bbdb-w3.el
+++ b/lisp/bbdb-w3.el
@@ -17,7 +17,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-w3.el,v 1.7 2007-02-23 20:24:09 fenk Exp $
;;
(require 'bbdb-com)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb.el
--- a/lisp/bbdb.el
+++ b/lisp/bbdb.el
@@ -35,7 +35,7 @@
;;; | information plus state information about how you have BBDB set up. |
;;; ------------------------------------------------------------------------
;;;
-;;; $Id$
+;;; $Id: bbdb.el,v 1.10 2007-02-23 20:24:09 fenk Exp $
(require 'timezone)
(eval-when-compile (require 'cl))
@@ -65,7 +65,7 @@
)
(defconst bbdb-version "2.35")
-(defconst bbdb-version-date "$Date$")
+(defconst bbdb-version-date "$Date: 2007-02-23 20:24:09 $")
(defcustom bbdb-gui (if (fboundp 'display-color-p) ; Emacs 21
(display-color-p)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb texinfo/.cvsignore
--- a/texinfo/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-bbdb*.html
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb texinfo/bbdb.texinfo
--- a/texinfo/bbdb.texinfo
+++ b/texinfo/bbdb.texinfo
@@ -5,10 +5,10 @@
@c %**end of header
@c
-@c $Id$
+@c $Id: bbdb.texinfo,v 1.9 2005-07-24 15:23:05 waider Exp $
@c
-@ifinfo
+@ifnottex
@dircategory Emacs
@direntry
* BBDB: (bbdb). The Insidious Big Brother Database.
@@ -16,7 +16,7 @@
This file documents the Insidious Big Brother Database
-This is edition $Revision$ of the BBDB User Manual for BBDB
+This is edition $Revision: 1.9 $ of the BBDB User Manual for BBDB
version 2.34.
Copyright (c) 1991-1994 Jamie Zawinski <jwz@@netscape.com>
@@ -24,12 +24,12 @@
Copyright (c) 1997-1999 Matt Simmons <simmonmt@@acm.org>
Copyright (c) 2000-present The BBDB Development Team
-@end ifinfo
+@end ifnottex
@titlepage
@title BBDB User Manual
@subtitle A phone number and address database program for Emacs
-@subtitle Edition $Revision$, $Date$
+@subtitle Edition $Revision: 1.9 $, $Date: 2005-07-24 15:23:05 $
@author by Jamie Zawinski, Matt Simmons and the BBDB Development Team
@page
@@ -40,8 +40,8 @@
Copyright @copyright{} 2000-present The BBDB Development Team
@sp 2
-This is edition $Revision$ of the @cite{BBDB User Manual} for BBDB
-version 2.34, $Date$.@refill
+This is edition $Revision: 1.9 $ of the @cite{BBDB User Manual} for BBDB
+version 2.34, $Date: 2005-07-24 15:23:05 $.@refill
@sp 2
@@ -220,7 +220,7 @@
This program consists of several groups of files, organized by
directory:
-@ifinfo
+@ifnottex
@example
lisp - the main program code for the @b{BBDB}
tex - TeX support files for @xref{bbdb-print}, the @b{BBDB}
@@ -231,7 +231,7 @@
bits - things that have been written as add-ons for @b{BBDB}
but have not yet been merged with the main codebase
@end example
-@end ifinfo
+@end ifnottex
@iftex
@bgroup@tableindent=1.5in
@table @b
@@ -416,7 +416,7 @@
After configuring, run one of the following commands:
-@ifinfo
+@ifnottex
@example
@code{make bbdb} - Build the core, mailer independent, components
@code{make gnus} - Core components plus @code{Gnus} support
@@ -426,7 +426,7 @@
@code{make all} - Core components plus support for all mailers
listed above
@end example
-@end ifinfo
+@end ifnottex
@iftex
@bgroup@tableindent=1.5in
@table @b
@@ -490,7 +490,7 @@
tree and the production code.
@end itemize
-@ifinfo
+@ifnottex
@subsubheading TeX files
The @file{tex} subdirectory contains the TeX support files for
@@ -501,7 +501,7 @@
@code{TEXINPUTS} environment variable. If neither of these two options
is taken, TeX will not be able to process the file output by
@code{bbdb-print}.
-@end ifinfo
+@end ifnottex
@iftex
@subsubheading @TeX files
@@ -3941,7 +3941,7 @@
Last, but not least, thanks to Jamie Zawinski for writing @b{BBDB} in the
first place.
-@ifinfo
+@ifnottex
@node _,,,(dir)
@unnumbered _
@example
@@ -3964,7 +3964,7 @@
* Top::
@end menu
-@end ifinfo
+@end ifnottex
@node Concept Index, Variable Index,, Top
@unnumbered Concept Index
Repository URL: https://bitbucket.org/xemacs/bbdb/
--
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.