commit/hyperbole: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
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@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 <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + * man/hyperbole.texi: Update for texinfo 5.x. + 2013-11-12 Norbert Koch <[email protected]> * 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.