commit/pc: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in pc: https://bitbucket.org/xemacs/pc/commits/a3247bd92749/ Changeset: a3247bd92749 User: Jerry James Date: 2014-05-13 21:54:56 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 7a04c241f47185ce3284c2760a9dc426a9657958 -r a3247bd92749628c6f4ebf3ff3a7dfbc570aa310 .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 7a04c241f47185ce3284c2760a9dc426a9657958 -r a3247bd92749628c6f4ebf3ff3a7dfbc570aa310 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + * pc-select.el: Restore CVS keyword expansions. + 2005-04-26 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.28 released. diff -r 7a04c241f47185ce3284c2760a9dc426a9657958 -r a3247bd92749628c6f4ebf3ff3a7dfbc570aa310 pc-select.el --- a/pc-select.el +++ b/pc-select.el @@ -50,7 +50,10 @@ ;; Note: This package enables (and is dependent upon) pending-del mode ;; when the pc-select minor mode is enabled. -;;; $Log$ +;;; $Log: pc-select.el,v $ +;;; Revision 1.8 2005-04-25 20:28:15 garyf +;;; Updated email address for pc-select.el bugs/issues +;;; ;;; Revision 1.7 2002/01/12 05:17:05 youngs ;;; 2002-01-10 John Paul Wallington <[email protected]> ;;; Repository URL: https://bitbucket.org/xemacs/pc/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.