commit/crisp: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in crisp: https://bitbucket.org/xemacs/crisp/commits/9b81e3c06816/ Changeset: 9b81e3c06816 User: Jerry James Date: 2014-05-13 21:54:59 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 9a199193038751d27bf9ef14cbf5eefa0ade51b7 -r 9b81e3c0681698aec63f5577dd3ab60995edaedb .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 9a199193038751d27bf9ef14cbf5eefa0ade51b7 -r 9b81e3c0681698aec63f5577dd3ab60995edaedb ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + * scroll-lock.el: Restore CVS keyword expansion. + 2005-04-26 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.15 released. diff -r 9a199193038751d27bf9ef14cbf5eefa0ade51b7 -r 9b81e3c0681698aec63f5577dd3ab60995edaedb scroll-lock.el --- a/scroll-lock.el +++ b/scroll-lock.el @@ -5,7 +5,7 @@ ;; with contributions/suggestions/ideas from: ;; Rick Macdonald <[email protected]> ;; Anders Lindgren <[email protected]> -;; $Revision$ +;; $Revision: 1.2 $ ;; Keywords: scroll crisp brief lock ;; This file is part of GNU Emacs. Repository URL: https://bitbucket.org/xemacs/crisp/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.