commit/mail-lib: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in mail-lib: https://bitbucket.org/xemacs/mail-lib/commits/32f3c8d91f01/ Changeset: 32f3c8d91f01 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 #: 4 files diff -r 38cddbcdd130a9bd62f9396d20471745e375b30a -r 32f3c8d91f01737a6647cf8a08a48cecf75a2745 .hgignore --- /dev/null +++ b/.hgignore @@ -0,0 +1,11 @@ +^#\..*#$ +^\.# +~$ +\.elc$ +\.info$ +^_pkg\.el$ +^auto-autoloads\.el$ +^custom-defines\.el$ +^custom-load\.el$ +^package-info$ +^pdepends\.mk$ diff -r 38cddbcdd130a9bd62f9396d20471745e375b30a -r 32f3c8d91f01737a6647cf8a08a48cecf75a2745 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + * smtpmail.texi: Update for texinfo 5.x. + 2008-07-23 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.80 released. diff -r 38cddbcdd130a9bd62f9396d20471745e375b30a -r 32f3c8d91f01737a6647cf8a08a48cecf75a2745 smtpmail.texi --- a/smtpmail.texi +++ b/smtpmail.texi @@ -31,9 +31,9 @@ @end direntry @titlepage -@title{Emacs SMTP Library} -@subtitle{An Emacs package for sending mail via SMTP} -@author{Simon Josefsson, Alex Schroeder} +@title Emacs SMTP Library +@subtitle An Emacs package for sending mail via SMTP +@author Simon Josefsson, Alex Schroeder @page @vskip 0pt plus 1filll @insertcopying Repository URL: https://bitbucket.org/xemacs/mail-lib/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.