commit/x-symbol: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in x-symbol:
https://bitbucket.org/xemacs/x-symbol/commits/199d39fa0cd0/
Changeset: 199d39fa0cd0
User: Jerry James
Date: 2014-05-13 21:54:55
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 6 files
diff -r fd7cd3bdb22b444b112299facd2375daa2091dee -r 199d39fa0cd04d296607e796d9fc30b33261e405 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-genfonts
-package-info
-pcf
-pdepends.mk
diff -r fd7cd3bdb22b444b112299facd2375daa2091dee -r 199d39fa0cd04d296607e796d9fc30b33261e405 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,14 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^genfonts$
+^lisp/_pkg\.el$
+^lisp/auto-autoloads\.el$
+^lisp/custom-defines\.el$
+^lisp/custom-load\.el$
+^package-info$
+^pcf$
+^pdepends\.mk$
diff -r fd7cd3bdb22b444b112299facd2375daa2091dee -r 199d39fa0cd04d296607e796d9fc30b33261e405 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * lisp/.cvsignore: Remove.
+ * man/.cvsignore: Remove.
+ * .hgignore: New file.
+ * man/x-symbol.texi: Update for texinfo 5.x.
+
2010-09-08 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.13 released.
diff -r fd7cd3bdb22b444b112299facd2375daa2091dee -r 199d39fa0cd04d296607e796d9fc30b33261e405 lisp/.cvsignore
--- a/lisp/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-_pkg.el
-auto-autoloads.el*
-custom-load.el*
diff -r fd7cd3bdb22b444b112299facd2375daa2091dee -r 199d39fa0cd04d296607e796d9fc30b33261e405 man/.cvsignore
--- a/man/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-*.html
diff -r fd7cd3bdb22b444b112299facd2375daa2091dee -r 199d39fa0cd04d296607e796d9fc30b33261e405 man/x-symbol.texi
--- a/man/x-symbol.texi
+++ b/man/x-symbol.texi
@@ -51,7 +51,7 @@
* X-Symbol:: Semi WYSIWYG for LaTeX, HTML and other "token languages"
@end direntry
-@ifinfo
+@ifnottex
This file documents X-Symbol, a package providing semi-@sc{wysiwyg} for
La@TeX{}, HTML and other ``token languages''. It uses additional fonts
and provide input methods to insert their characters into your document.
@@ -85,7 +85,7 @@
except that this permission notice may be stated in a translation
approved by the Free Software Foundation.
@c end default
-@end ifinfo
+@end ifnottex
@finalout
@titlepage
@@ -118,7 +118,7 @@
@c ===========================================================================
-@ifinfo
+@ifnottex
@node Top, Introduction, (dir), (dir)
@comment node-name, next, previous, up
@top X-Symbol
@@ -140,7 +140,7 @@
Bug fixes, bug reports, improvements, and suggestions are strongly
appreciated. If you want to contact the maintainer of package X-Symbol,
please read @ref{Bug Reports}.
-@end ifinfo
+@end ifnottex
@menu
* Introduction:: Introduction to X-Symbol.
@@ -3855,10 +3855,10 @@
space in the document output, since users normally do not care whether
the character is represented by a control word or not. Let us assume
that we (Bavarians) want to produce the output @samp{Ma@ss{}@ Bier}.
-@ifinfo
+@ifnottex
In the info file, you will probably not see any 8bit characters (the
sharp @samp{s} is shown as @samp{@ss{}}).
-@end ifinfo
+@end ifnottex
@itemize @minus
@item
@@ -4043,10 +4043,10 @@
since it does not make any sense to have X-Symbol's private characters
in the @TeX{} file.
-@ifinfo
+@ifnottex
Final note: in the info file, you will probably not see any 8bit
characters.
-@end ifinfo
+@end ifnottex
You might want change the conversion between characters and tokens in
language @code{tex} by changing:
Repository URL: https://bitbucket.org/xemacs/x-symbol/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/sgml: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in sgml:
https://bitbucket.org/xemacs/sgml/commits/7ce892b9ff8e/
Changeset: 7ce892b9ff8e
User: Jerry James
Date: 2014-05-13 21:54:55
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 3 files
diff -r 6279aafd00211a120b36c4fd08e66cd53c756236 -r 7ce892b9ff8e593b5e220a0c35ddb66c766a6faf .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 6279aafd00211a120b36c4fd08e66cd53c756236 -r 7ce892b9ff8e593b5e220a0c35ddb66c766a6faf ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2004-01-27 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.11 released.
Repository URL: https://bitbucket.org/xemacs/sgml/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/hyperbole: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in hyperbole:
https://bitbucket.org/xemacs/hyperbole/commits/de53f6d400a7/
Changeset: de53f6d400a7
User: Jerry James
Date: 2014-05-13 21:54:55
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 4 files
diff -r 4953616b15347b2fda6ed4b84252fae9a5fa513f -r de53f6d400a747d6fc30ea110cbc7f6ed50c5098 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-hsite.el
diff -r 4953616b15347b2fda6ed4b84252fae9a5fa513f -r de53f6d400a747d6fc30ea110cbc7f6ed50c5098 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^hsite\.el$
+^package-info$
+^pdepends\.mk$
diff -r 4953616b15347b2fda6ed4b84252fae9a5fa513f -r de53f6d400a747d6fc30ea110cbc7f6ed50c5098 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * man/hyperbole.texi: Update for texinfo 5.x.
+
2013-11-12 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.20 released.
diff -r 4953616b15347b2fda6ed4b84252fae9a5fa513f -r de53f6d400a747d6fc30ea110cbc7f6ed50c5098 man/hyperbole.texi
--- a/man/hyperbole.texi
+++ b/man/hyperbole.texi
@@ -2005,11 +2005,11 @@
@include hypb-mouse.txt
@end example
@end iftex
-@ifinfo
+@ifnottex
@format
@include hypb-mouse.txt
@end format
-@end ifinfo
+@end ifnottex
@vindex action-key-default-function
@vindex assist-key-default-function
Repository URL: https://bitbucket.org/xemacs/hyperbole/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/pcl-cvs: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in pcl-cvs:
https://bitbucket.org/xemacs/pcl-cvs/commits/adb1363fe346/
Changeset: adb1363fe346
User: Jerry James
Date: 2014-05-13 21:54:55
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 4 files
diff -r 608918670e3d6936ffa06ecefff8f76251d74a98 -r adb1363fe3468f1949055e04b5c87f8324116007 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-pcl-cvs*.html
diff -r 608918670e3d6936ffa06ecefff8f76251d74a98 -r adb1363fe3468f1949055e04b5c87f8324116007 .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 608918670e3d6936ffa06ecefff8f76251d74a98 -r adb1363fe3468f1949055e04b5c87f8324116007 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * pcl-cvs.texi: Update for texinfo 5.x.
+
2013-01-27 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.71 released.
diff -r 608918670e3d6936ffa06ecefff8f76251d74a98 -r adb1363fe3468f1949055e04b5c87f8324116007 pcl-cvs.texi
--- a/pcl-cvs.texi
+++ b/pcl-cvs.texi
@@ -28,7 +28,7 @@
@end direntry
@setchapternewpage on
-@ifinfo
+@ifnottex
Copyright @copyright{} 1991-2000 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
@@ -53,7 +53,7 @@
except that the section entitled ``GNU General Public License'' and
this permission notice may be included in translations approved by the
Free Software Foundation instead of in the original English.
-@end ifinfo
+@end ifnottex
@synindex vr fn
@c The titlepage section does not appear in the Info file.
@@ -61,9 +61,9 @@
@sp 4
@c The title is printed in a large font.
@center @titlefont{User's Guide}
-@sp
+@sp 1
@center @titlefont{to}
-@sp
+@sp 1
@center @titlefont{pcl-cvs - the Emacs Front-End to CVS}
@sp 2
@center release 2.9
@@ -104,11 +104,11 @@
@c node-name, next, previous, up
-@ifinfo
+@ifnottex
This info manual describes pcl-cvs which is a GNU Emacs front-end to
CVS. It works with CVS version 1.9 and newer. This manual is updated
to release 2.5 of pcl-cvs.
-@end ifinfo
+@end ifnottex
@c -release-
@menu
@@ -808,10 +808,10 @@
@iftex
This chapter describes all the commands that you can use in pcl-cvs.
@end iftex
-@ifinfo
+@ifnottex
The nodes in this menu contains explanations about all the commands that
you can use in pcl-cvs. They are grouped together by type.
-@end ifinfo
+@end ifnottex
@menu
* Setting flags:: Setting flags for CVS commands
@@ -1150,9 +1150,9 @@
@table @kbd
@item f
Find the file that the cursor points to. Run @samp{dired}
-@ifinfo
+@ifnottex
(@pxref{Dired,,,Emacs})
-@end ifinfo
+@end ifnottex
if the cursor points to a directory (@code{cvs-mode-find-file}).@refill
@item o
@@ -1897,9 +1897,9 @@
@iftex
@unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
@end iftex
-@ifinfo
+@ifnottex
@center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-@end ifinfo
+@end ifnottex
@enumerate
@item
@@ -2122,9 +2122,9 @@
@iftex
@heading NO WARRANTY
@end iftex
-@ifinfo
+@ifnottex
@center NO WARRANTY
-@end ifinfo
+@end ifnottex
@item
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
@@ -2152,9 +2152,9 @@
@iftex
@heading END OF TERMS AND CONDITIONS
@end iftex
-@ifinfo
+@ifnottex
@center END OF TERMS AND CONDITIONS
-@end ifinfo
+@end ifnottex
@page
@unnumberedsec Appendix: How to Apply These Terms to Your New Programs
Repository URL: https://bitbucket.org/xemacs/pcl-cvs/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/xemacs-base: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in xemacs-base:
https://bitbucket.org/xemacs/xemacs-base/commits/e6cac71dbe6f/
Changeset: e6cac71dbe6f
User: Jerry James
Date: 2014-05-13 21:54:55
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 4 files
diff -r 7834d0230e5895d137a4ade334c256f143b7704e -r e6cac71dbe6fe9929451024a23d400d40bc2a8c1 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 7834d0230e5895d137a4ade334c256f143b7704e -r e6cac71dbe6fe9929451024a23d400d40bc2a8c1 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * time-stamp.el: Restore CVS keyword expansions.
+
2013-12-19 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 2.39 released.
diff -r 7834d0230e5895d137a4ade334c256f143b7704e -r e6cac71dbe6fe9929451024a23d400d40bc2a8c1 time-stamp.el
--- a/time-stamp.el
+++ b/time-stamp.el
@@ -52,7 +52,7 @@
;; Originally based on the 19 Dec 88 version of
;; date.el by John Sturdy <mcvax!harlqn.co.uk!jcgs(a)uunet.uu.net>
;; version 2, January 1995: replaced functions with %-escapes
-;; $Id$
+;; $Id: time-stamp.el,v 1.3 2002-09-11 17:21:05 scop Exp $
;;; Code:
Repository URL: https://bitbucket.org/xemacs/xemacs-base/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/escreen: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in escreen:
https://bitbucket.org/xemacs/escreen/commits/7f96ed52e5c2/
Changeset: 7f96ed52e5c2
User: Jerry James
Date: 2014-05-13 21:54:55
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 3 files
diff -r 1e91ed73cc98217dfad93d14864d1fd8e8cbbe02 -r 7f96ed52e5c256298663ec1188bc209d0ee85ea8 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 1e91ed73cc98217dfad93d14864d1fd8e8cbbe02 -r 7f96ed52e5c256298663ec1188bc209d0ee85ea8 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .hgignore: New file.
+ * escreen.el: Restore CVS keyword expansion.
+
2004-03-15 Norbert Koch <viteno(a)xemacs.org>
* package-info.in: Fix typo in package description.
diff -r 1e91ed73cc98217dfad93d14864d1fd8e8cbbe02 -r 7f96ed52e5c256298663ec1188bc209d0ee85ea8 escreen.el
--- a/escreen.el
+++ b/escreen.el
@@ -7,7 +7,7 @@
;;; Keywords: extensions
;;; Created: 1992-03-23
-;;; $Id$
+;;; $Id: escreen.el,v 1.1.1.1 2004-03-15 16:25:50 viteno 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
Repository URL: https://bitbucket.org/xemacs/escreen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/supercite: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in supercite:
https://bitbucket.org/xemacs/supercite/commits/a4d252435d88/
Changeset: a4d252435d88
User: Jerry James
Date: 2014-05-13 21:54:54
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 4 files
diff -r 6d62309d2d5a0cd18324dc458bdf5f586d5c0367 -r a4d252435d889aa34fa131bc0e1a425bf442eca6 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-supercite*.html
diff -r 6d62309d2d5a0cd18324dc458bdf5f586d5c0367 -r a4d252435d889aa34fa131bc0e1a425bf442eca6 .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 6d62309d2d5a0cd18324dc458bdf5f586d5c0367 -r a4d252435d889aa34fa131bc0e1a425bf442eca6 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * supercite.texi: Update for texinfo 5.x.
+
2005-10-29 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.21 released.
diff -r 6d62309d2d5a0cd18324dc458bdf5f586d5c0367 -r a4d252435d889aa34fa131bc0e1a425bf442eca6 supercite.texi
--- a/supercite.texi
+++ b/supercite.texi
@@ -17,7 +17,7 @@
\overfullrule=0pt
%\global\baselineskip 30pt % For printing in double spaces
@end tex
-@ifinfo
+@ifnottex
This document describes the Supercite Version 3.1 package for citing and
attributing the replies for various GNU Emacs mail and news reading
subsystems.
@@ -35,7 +35,7 @@
(this paragraph not being relevant to the printed manual).
@end ignore
-@end ifinfo
+@end ifnottex
@c
@titlepage
@sp 6
@@ -59,7 +59,7 @@
@end titlepage
@page
-@ifinfo
+@ifnottex
@node Top, Introduction, (dir), (dir)
@comment node-name, next, previous, up
@@ -87,14 +87,14 @@
* Key Index::
* Variable Index::
@end menu
-@end ifinfo
+@end ifnottex
@node Introduction, Usage Overview, Top, Top
@comment node-name, next, previous, up
@chapter Introduction
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Supercite version 3.1 is a GNU Emacs package written entirely in Emacs
Lisp. It interfaces to most of the commonly used Emacs mail user agents
(@dfn{MUAs}) and news user agents (@dfn{NUAs}), and provides
@@ -107,13 +107,13 @@
and I won't be terribly offended if you use them. People often ask
though@dots{}
-@ifinfo
+@ifnottex
@menu
* Usage Overview::
* What Supercite Does Not Do::
* What Supercite Does::
@end menu
-@end ifinfo
+@end ifnottex
@cindex MUA
@cindex NUA
@@ -158,9 +158,9 @@
@cindex attribute, attributing
@comment
@section Usage Overview
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Typical usage is as follows. You want to reply or followup to a message
in your MUA. You will probably hit @kbd{r} (i.e., ``reply'') or @kbd{f}
(i.e., ``forward'') to begin composing the reply. In response, the MUA
@@ -180,9 +180,9 @@
@node What Supercite Does Not Do, What Supercite Does, Usage Overview, Introduction
@comment node-name, next, previous, up
@section What Supercite Doesn't Do
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Because of this clear division of labor, there are useful features which
are the sole responsibility of the MUA, even though it might seem that
Supercite should provide them. For example, many people would like to
@@ -206,9 +206,9 @@
@comment node-name, next, previous, up
@findex sc-cite-original
@section What Supercite Does
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Supercite is invoked for the first time on a reply buffer via your MUA's
reply or forward command. This command will actually perform citations
by calling a hook variable to which Supercite's top-level function
@@ -272,9 +272,9 @@
@cindex citation
@comment
@chapter Citations
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
A @dfn{citation} is the acknowledgement of the original author of a mail
message in the body of the reply. There are two basic citation styles
which Supercite supports. The first, called @dfn{nested citations} is
@@ -294,12 +294,12 @@
And that's what I think too.
@end example
-@ifinfo
+@ifnottex
@menu
* Citation Elements::
* Recognizing Citations::
@end menu
-@end ifinfo
+@end ifnottex
Note that multiple inclusions of the original messages result in a
nesting of the @samp{@code{>}} characters. This can sometimes be quite
@@ -340,9 +340,9 @@
@cindex citation string
@comment
@section Citation Elements
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
@dfn{Citation strings} are composed of one or more elements. Non-nested
citations are composed of four elements, three of which are directly
user definable. The elements are concatenated together, in this order:
@@ -397,9 +397,9 @@
@node Recognizing Citations, Getting Connected, Citation Elements, Citations
@comment node-name, next, previous, up
@section Recognizing Citations
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Supercite also recognizes citations in the original article, and can
transform these already cited lines in a number of ways. This is how
Supercite suppresses the multiple citing of non-nested citations.
@@ -464,9 +464,9 @@
@findex mail-field (sc-)
@comment
@chapter Information Keys and the Info Alist
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
@dfn{Mail header information keys} are nuggets of information that
Supercite extracts from the various mail headers of the original
message, placed in the reply buffer by the MUA. Information is kept in
@@ -573,9 +573,9 @@
@comment node-name, next, previous, up
@cindex reference headers
@chapter Reference Headers
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Supercite will insert an informative @dfn{reference header} at the
beginning of the cited body of text, which display more detail about the
original article and provides the mapping between the attribution and
@@ -586,12 +586,12 @@
information contained in the info alist can be inserted into a reference
header.
-@ifinfo
+@ifnottex
@menu
* The Built-in Header Rewrite Functions::
* Electric References::
@end menu
-@end ifinfo
+@end ifnottex
@cindex header rewrite functions
@vindex sc-rewrite-header-list
@@ -618,9 +618,9 @@
@cindex header rewrite functions, built-in
@comment
@section The Built-in Header Rewrite Functions
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Below are examples of the various built-in header rewrite functions.
Please note the following:@: first, the text which appears in the
examples below as @var{infokey} indicates that the corresponding value
@@ -700,9 +700,9 @@
@comment node-name, next, previous, up
@cindex electric references
@section Electric References
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
By default, when Supercite cites the original message for the first
time, it just goes ahead and inserts the reference header indexed by
@code{sc-preferred-header-style}. However, you may want to select
@@ -799,9 +799,9 @@
@comment node-name, next, previous, up
@cindex citation interface specification
@chapter Getting Connected
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Hitting @kbd{C-c C-y} in your MUA's reply buffer yanks and cites the
original message into the reply buffer. In reality, the citation of the
original message is performed via a call through a configurable hook
@@ -813,7 +813,7 @@
non-@code{nil} value, it tells the MUA to run the hook via
@code{run-hooks} instead of using the default citation.@refill
-@ifinfo
+@ifnottex
@menu
* Emacs 19 MUAs::
* Emacs 18 MUAs::
@@ -822,7 +822,7 @@
* GNEWS with any Emacsen::
* Overloading for Non-conforming MUAs::
@end menu
-@end ifinfo
+@end ifnottex
Early in Supercite's development, the Supercite author, a few MUA
authors, and some early Supercite users got together and agreed upon a
@@ -891,9 +891,9 @@
@vindex mail-citation-hook
@cindex .emacs file
@section GNUS, RMAIL, or RNEWS with any Emacs 19
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
These MUAs, distributed with both FSF and Lucid GNU Emacs 19, use Emacs'
built-in yanking facility, which provides the citing hook variable
@code{mail-citation-hook}. By default, this hook's value is @code{nil},
@@ -927,9 +927,9 @@
@cindex overloading
@cindex sendmail.el file
@section GNUS, RMAIL, PCMAIL, RNEWS with Emacs 18 or Epoch 4
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
These MUAs use Emacs' built-in yanking and citing routines, contained in
the @file{sendmail.el} file. @file{sendmail.el} for Emacs 18, and its
derivative Epoch 4, do not know anything about the citation interface
@@ -974,9 +974,9 @@
@findex add-hook
@cindex mail-citation-hook
@section MH-E with any Emacsen
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
MH-E 4.x conforms to the @code{mail-citation-hook} interface supported
by other MUAs. At the time of this writing, MH-E 4.0 has not been
released, but if you have it, put this in your @file{.emacs} file to
@@ -1026,9 +1026,9 @@
@vindex mail-citation-hook
@vindex mail-yank-hooks
@section VM with any Emacsen
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Since release 4.40, VM has supported the citation interface required by
Supercite. But since the interface has changed recently the details of
getting connected differ with the version of VM you are using.
@@ -1061,9 +1061,9 @@
@findex perform-overloads (sc-)
@vindex gnews-ready-hook
@section GNEWS with any Emacsen
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
As far as I know, no version of GNEWS supports the citation interface
required by Supercite. To connect Supercite with GNEWS, please first
@pxref{Overloading for Non-conforming MUAs}.
@@ -1087,9 +1087,9 @@
@findex sc-perform-overloads
@cindex .emacs file
@section Overloading for Non-conforming MUAs
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
As mentioned elsewhere, some MUAs do not provide the necessary hooks to
connect with Supercite. Supercite version 3.1 provides an unsupported
mechanism, called @dfn{overloading} which redefines certain key
@@ -1172,7 +1172,7 @@
@node Replying and Yanking, Reply Buffer Initialization, Overloading for Non-conforming MUAs, Top
@comment node-name, next, previous, up
@chapter Replying and Yanking
-@ifinfo
+@ifnottex
This chapter explains what happens when you reply and yank an original
message from an MUA.
@@ -1181,16 +1181,16 @@
* Reply Buffer Initialization::
* Filling Cited Text::
@end menu
-@end ifinfo
+@end ifnottex
@node Reply Buffer Initialization, Filling Cited Text, Replying and Yanking, Replying and Yanking
@comment node-name, next, previous, up
@findex sc-cite-original
@findex cite-original (sc-)
@comment
@section Reply Buffer Initialization
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Executing @code{sc-cite-original} performs the following steps as it
initializes the reply buffer:
@@ -1355,9 +1355,9 @@
@vindex sc-load-hook
@vindex load-hook (sc-)
@section Filling Cited Text
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Supercite will automatically fill newly cited text from the original
message unless the variable @code{sc-auto-fill-region-p} has a
@code{nil} value. Supercite will also re-fill paragraphs when you
@@ -1432,9 +1432,9 @@
@vindex preferred-attribution-list (sc-)
@comment
@chapter Selecting an Attribution
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
As you know, the attribution string is the part of the author's name
that will be used to composed a non-nested citation string. Supercite
scans the various mail headers present in the original article and uses
@@ -1445,20 +1445,20 @@
information as the author's first name, middle names, and last name, the
author's initials, and the author's email terminus.
-@ifinfo
+@ifnottex
@menu
* Attribution Preferences::
* Anonymous Attributions::
* Author Names::
@end menu
-@end ifinfo
+@end ifnottex
@node Attribution Preferences, Anonymous Attributions, Selecting an Attribution, Selecting an Attribution
@comment node-name, next, previous, up
@section Attribution Preferences
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
When you cite an original message, you can tell Supercite which part of
the author's name you would prefer it to use as the attribution. The
variable @code{sc-preferred-attribution-list} controls this; it contains
@@ -1566,9 +1566,9 @@
@vindex default-attribution (sc-)
@comment
@section Anonymous Attributions
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
When the author's name cannot be found in the @samp{From:@:} mail
header, a fallback author name and attribution string must be supplied.
The fallback author name is contained in the variable
@@ -1655,9 +1655,9 @@
@comment node-name, next, previous, up
@cindex author names
@section Author Names
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Supercite employs a number of heuristics to decipher the author's name
based on value of the @samp{From:@:} mail field of the original message.
Supercite can recognize almost all of the common @samp{From:@:} field
@@ -1723,9 +1723,9 @@
@cindex frames (Regi)
@cindex entries (Regi)
@chapter Configuring the Citation Engine
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
At the heart of Supercite is a regular expression interpreting engine
called @dfn{Regi}. Regi operates by interpreting a data structure
called a Regi-frame (or just @dfn{frame}), which is a list of
@@ -1737,12 +1737,12 @@
throughout Supercite, from mail header information extraction, to header
nuking, to citing text.
-@ifinfo
+@ifnottex
@menu
* Using Regi::
* Frames You Can Customize::
@end menu
-@end ifinfo
+@end ifnottex
While the details of Regi are discussed below (@pxref{Using Regi}), only
those who wish to customize certain aspects of Supercite need concern
@@ -1764,9 +1764,9 @@
@findex eval
@findex looking-at
@section Using Regi
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Regi works by interpreting frames with the function
@code{regi-interpret}. A frame is a list of arbitrary size where each
element is a entry of the following form:
@@ -1863,9 +1863,9 @@
@comment node-name, next, previous, up
@vindex sc-nuke-mail-header
@section Frames You Can Customize
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
As mentioned earlier, Supercite uses various frames to perform
certain jobs such as mail header information extraction and mail header
nuking. However, these frames are not available for you to customize,
@@ -1932,9 +1932,9 @@
@vindex mode-map-prefix (sc-)
@kindex C-c C-p
@chapter Post-yank Formatting Commands
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Once the original message has been yanked into the reply buffer, and
@code{sc-cite-original} has had a chance to do its thing, a number of
useful Supercite commands will be available to you. Since there is wide
@@ -1949,7 +1949,7 @@
chapter, we'll assume you've installed Supercite's keymap on the default
prefix.@refill
-@ifinfo
+@ifnottex
@menu
* Citing Commands::
* Insertion Commands::
@@ -1957,15 +1957,15 @@
* Mail Field Commands::
* Miscellaneous Commands::
@end menu
-@end ifinfo
+@end ifnottex
@node Citing Commands, Insertion Commands, Post-yank Formatting Commands, Post-yank Formatting Commands
@comment node-name, next, previous, up
@vindex sc-cite-region-limit
@section Commands to Manually Cite, Recite, and Uncite
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Probably the three most common post-yank formatting operations that you
will perform will be the manual citing, reciting, and unciting of
regions of text in the reply buffer. Often you may want to recite a
@@ -2039,9 +2039,9 @@
@node Insertion Commands, Variable Toggling Shortcuts, Citing Commands, Post-yank Formatting Commands
@comment node-name, next, previous, up
@section Insertion Commands
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
These two functions insert various strings into the reply buffer.
@table @asis
@@ -2075,9 +2075,9 @@
@comment node-name, next, previous, up
@cindex toggling variables
@section Variable Toggling Shortcuts
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Supercite defines a number of commands that make it easier for you to
toggle and set various Supercite variables as you are editing the reply
buffer. For example, you may want to turn off filling or whitespace
@@ -2157,9 +2157,9 @@
@node Mail Field Commands, Miscellaneous Commands, Variable Toggling Shortcuts, Post-yank Formatting Commands
@comment node-name, next, previous, up
@section Mail Field Commands
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
These commands allow you to view, modify, add, and delete various bits
of information from the info alist.
@xref{Information Keys and the Info Alist}.@refill
@@ -2213,9 +2213,9 @@
@node Miscellaneous Commands, Information Keys and the Info Alist, Mail Field Commands, Post-yank Formatting Commands
@comment node-name, next, previous, up
@section Miscellaneous Commands
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
@table @asis
@findex sc-open-line
@findex open-line (sc-)
@@ -2262,9 +2262,9 @@
@node Hints to MUA Authors, Version 3 Changes, Electric References, Top
@comment node-name, next, previous, up
@chapter Hints to MUA Authors
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
In June of 1989, some discussion was held between the various MUA
authors, the Supercite author, and other Supercite users. These
discussions centered around the need for a standard interface between
@@ -2355,9 +2355,9 @@
@node Version 3 Changes, Thanks and History, Hints to MUA Authors, Top
@comment node-name, next, previous, up
@chapter Version 3 Changes
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
@cindex sc-unsupp.el file
With version 3, Supercite has undergone an almost complete rewrite, and
has hopefully benefitted in a number of ways, including vast
@@ -2433,9 +2433,9 @@
@node Thanks and History, The Supercite Mailing List, Version 3 Changes, Top
@comment node-name, next, previous, up
@chapter Thanks and History
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
The Supercite package was derived from its predecessor Superyank 1.11
which was inspired by various bits of code and ideas from Martin Neitzel
and Ashwin Ram. They were the folks who came up with the idea of
@@ -2465,9 +2465,9 @@
@cindex supercite mailing list address
@cindex mailing list address
@chapter The Supercite Mailing List
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Supercite is currently an orphan, and the mailing list has been
decommissioned (see the message from the author below). The XEmacs
package version of Supercite is maintained by the XEmacs Development
@@ -2526,9 +2526,9 @@
@node Command Index, Key Index, Concept Index, Top
@comment node-name, next, previous, up
@unnumbered Command Index
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Since all supercite commands are prepended with the string
``@code{sc-}'', each appears under its @code{sc-}@var{command} name and
its @var{command} name.
@@ -2545,9 +2545,9 @@
@node Variable Index, , Key Index, Top
@comment node-name, next, previous, up
@unnumbered Variable Index
-@ifinfo
+@ifnottex
-@end ifinfo
+@end ifnottex
Since all supercite variables are prepended with the string
``@code{sc-}'', each appears under its @code{sc-}@var{variable} name and
its @var{variable} name.
Repository URL: https://bitbucket.org/xemacs/supercite/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/w3: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in w3:
https://bitbucket.org/xemacs/w3/commits/d195d4aefdc5/
Changeset: d195d4aefdc5
User: Jerry James
Date: 2014-05-13 21:54:54
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 6 files
diff -r d1d1893d29ed5c97fab849e1ffb3a51d778d8026 -r d195d4aefdc5778eaa7fa3a21b6f8437a6455755 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-package-info
-pdepends.mk
-stylesheet
diff -r d1d1893d29ed5c97fab849e1ffb3a51d778d8026 -r d195d4aefdc5778eaa7fa3a21b6f8437a6455755 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,13 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
+^stylesheet$
+^texi/w3.*\.html$
diff -r d1d1893d29ed5c97fab849e1ffb3a51d778d8026 -r d195d4aefdc5778eaa7fa3a21b6f8437a6455755 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * lisp/.cvsignore: Remove.
+ * texi/.cvsignore: Remove.
+ * .hgignore: New file.
+ * texi/w3.txi: Restore CVS keyword expansions. Update for texinfo
+ 5.x.
+
2012-05-15 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.38 released.
diff -r d1d1893d29ed5c97fab849e1ffb3a51d778d8026 -r d195d4aefdc5778eaa7fa3a21b6f8437a6455755 lisp/.cvsignore
--- a/lisp/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-
diff -r d1d1893d29ed5c97fab849e1ffb3a51d778d8026 -r d195d4aefdc5778eaa7fa3a21b6f8437a6455755 texi/.cvsignore
--- a/texi/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-w3-faq*.html
-w3*.html
diff -r d1d1893d29ed5c97fab849e1ffb3a51d778d8026 -r d195d4aefdc5778eaa7fa3a21b6f8437a6455755 texi/w3.txi
--- a/texi/w3.txi
+++ b/texi/w3.txi
@@ -12,7 +12,7 @@
@c site: http://www.cs.indiana.edu/elisp/w3/docs.html
@c
@setfilename w3.info
-@settitle Emacs/W3 $State: Exp $ User's Manual
+@settitle Emacs/W3 v4.0pre.47 User's Manual
@iftex
@c @finalout
@end iftex
@@ -1407,9 +1407,11 @@
@vindex w3-user-fonts-take-precedence
Emacs/W3 will ignore attempts by stylesheets or font tags to change
certain fonts if this is non-@code{nil}.
+@end table
@subsection Asynchronous behaviour
+@table @code
@item url-be-asynchronous
@vindex url-be-asynchronous
If this is non-@code{nil} then document retrievals over @sc{http} will
@@ -4276,7 +4278,9 @@
@item
Custom library merging
-@bullet{Add custom support for MM}
+@itemize @bullet
+@item Add custom support for MM
+@end itemize
@item
Hotlist handling
Repository URL: https://bitbucket.org/xemacs/w3/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/ecb: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in ecb:
https://bitbucket.org/xemacs/ecb/commits/eeb381a51adb/
Changeset: eeb381a51adb
User: Jerry James
Date: 2014-05-13 21:54:54
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 31 files
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,6 +0,0 @@
-test-install
-test-start
-ecb*.html
-patches
-create-patch
-update-from-mainstream
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,17 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info(-\d+)?$
+^_pkg\.el$
+^auto-autoloads\.el$
+^create-patch$
+^custom-defines\.el$
+^custom-load\.el$
+^patches$
+^package-info$
+^pdepends\.mk$
+^test-install$
+^test-start$
+^update-from-mainstream$
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * Makefile.upstream: Restore CVS keyword expansions.
+ * *.el: Ditto.
+ * ecb.texi: Ditto.
+
2004-12-22 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e Makefile.upstream
--- a/Makefile.upstream
+++ b/Makefile.upstream
@@ -26,7 +26,7 @@
# GNU Emacs; see the file COPYING. If not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# $Id$
+# $Id: Makefile.upstream,v 1.16 2004-12-10 16:34:20 berndl Exp $
# ========================================================================
@@ -144,7 +144,7 @@
# Do not change anything below!
-# $Id$
+# $Id: Makefile.upstream,v 1.16 2004-12-10 16:34:20 berndl Exp $
# For the ECB-maintainers: Change the version-number here and not
# elsewhere!
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-autogen.el
--- a/ecb-autogen.el
+++ b/ecb-autogen.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-autogen.el,v 1.14 2004-12-10 16:34:19 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-common-browser.el
--- a/ecb-common-browser.el
+++ b/ecb-common-browser.el
@@ -25,7 +25,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-common-browser.el,v 1.2 2004-12-10 16:34:19 berndl Exp $
;;; History
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-compatibility.el
--- a/ecb-compatibility.el
+++ b/ecb-compatibility.el
@@ -24,7 +24,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-compatibility.el,v 1.7 2004-12-10 16:34:19 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-compilation.el
--- a/ecb-compilation.el
+++ b/ecb-compilation.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-compilation.el,v 1.34 2004/05/06 09:02:08 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-create-layout.el
--- a/ecb-create-layout.el
+++ b/ecb-create-layout.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-create-layout.el,v 1.15 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-cycle.el
--- a/ecb-cycle.el
+++ b/ecb-cycle.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-cycle.el,v 1.26 2003/12/09 16:47:57 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-eshell.el
--- a/ecb-eshell.el
+++ b/ecb-eshell.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-eshell.el,v 1.74 2004/11/17 17:28:39 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-examples.el
--- a/ecb-examples.el
+++ b/ecb-examples.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-examples.el,v 1.15 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-face.el
--- a/ecb-face.el
+++ b/ecb-face.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-face.el,v 1.16 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-file-browser.el
--- a/ecb-file-browser.el
+++ b/ecb-file-browser.el
@@ -23,7 +23,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-file-browser.el,v 1.8 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-help.el
--- a/ecb-help.el
+++ b/ecb-help.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-help.el,v 1.109 2004/11/17 17:28:38 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-jde.el
--- a/ecb-jde.el
+++ b/ecb-jde.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-jde.el,v 1.15 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-layout-defs.el
--- a/ecb-layout-defs.el
+++ b/ecb-layout-defs.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-layout-defs.el,v 1.15 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-layout.el
--- a/ecb-layout.el
+++ b/ecb-layout.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-layout.el,v 1.243 2004/12/01 14:19:39 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-method-browser.el
--- a/ecb-method-browser.el
+++ b/ecb-method-browser.el
@@ -24,7 +24,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-method-browser.el,v 1.8 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-mode-line.el
--- a/ecb-mode-line.el
+++ b/ecb-mode-line.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-mode-line.el,v 1.29 2004/05/06 09:02:05 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-navigate.el
--- a/ecb-navigate.el
+++ b/ecb-navigate.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-navigate.el,v 1.16 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-semantic-wrapper.el
--- a/ecb-semantic-wrapper.el
+++ b/ecb-semantic-wrapper.el
@@ -23,7 +23,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-semantic-wrapper.el,v 1.8 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-speedbar.el
--- a/ecb-speedbar.el
+++ b/ecb-speedbar.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-speedbar.el,v 1.62 2004/12/10 12:54:41 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-tod.el
--- a/ecb-tod.el
+++ b/ecb-tod.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-tod.el,v 1.16 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-upgrade.el
--- a/ecb-upgrade.el
+++ b/ecb-upgrade.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-upgrade.el,v 1.17 2004-12-10 16:34:16 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-util.el
--- a/ecb-util.el
+++ b/ecb-util.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-util.el,v 1.124 2004/11/25 18:10:12 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-winman-support.el
--- a/ecb-winman-support.el
+++ b/ecb-winman-support.el
@@ -21,7 +21,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-winman-support.el,v 1.10 2004-12-10 16:34:16 berndl Exp $
;;; Commentary
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb.el
--- a/ecb.el
+++ b/ecb.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb.el,v 1.419 2004/12/10 12:54:38 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb.texi
--- a/ecb.texi
+++ b/ecb.texi
@@ -26,7 +26,7 @@
@c GNU Emacs; see the file COPYING. If not, write to the Free Software
@c Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-@c $Id$
+@c $Id: ecb.texi,v 1.20 2004-12-10 16:34:14 berndl Exp $
@setfilename ecb.info
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e silentcomp.el
--- a/silentcomp.el
+++ b/silentcomp.el
@@ -21,7 +21,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: silentcomp.el,v 1.15 2004-12-10 16:34:14 berndl Exp $
;;; Location
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r eeb381a51adb5d36b26a52f6f19dacc43df2811e tree-buffer.el
--- a/tree-buffer.el
+++ b/tree-buffer.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: tree-buffer.el,v 1.16 2004-12-10 16:34:14 berndl Exp $
;;; Commentary:
Repository URL: https://bitbucket.org/xemacs/ecb/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/pgg: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in pgg:
https://bitbucket.org/xemacs/pgg/commits/44df54a60a8b/
Changeset: 44df54a60a8b
User: Jerry James
Date: 2014-05-13 21:54:54
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 3 files
diff -r f937cd3de668adac94e4969c606c6bb90c750ac0 -r 44df54a60a8b91b83b8aad16e2401f9892a8a0dd .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-pgg*.html
diff -r f937cd3de668adac94e4969c606c6bb90c750ac0 -r 44df54a60a8b91b83b8aad16e2401f9892a8a0dd .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 f937cd3de668adac94e4969c606c6bb90c750ac0 -r 44df54a60a8b91b83b8aad16e2401f9892a8a0dd ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2011-03-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.08 released.
Repository URL: https://bitbucket.org/xemacs/pgg/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches