commit/xemacs-base: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
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@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 <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + * time-stamp.el: Restore CVS keyword expansions. + 2013-12-19 Norbert Koch <[email protected]> * 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 <[email protected]> ;; 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.