commit/escreen: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in escreen: https://bitbucket.org/xemacs/escreen/commits/7f96ed52e5c2/ Changeset: 7f96ed52e5c2 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 #: 3 files diff -r 1e91ed73cc98217dfad93d14864d1fd8e8cbbe02 -r 7f96ed52e5c256298663ec1188bc209d0ee85ea8 .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 1e91ed73cc98217dfad93d14864d1fd8e8cbbe02 -r 7f96ed52e5c256298663ec1188bc209d0ee85ea8 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-13 Jerry James <[email protected]> + + * .hgignore: New file. + * escreen.el: Restore CVS keyword expansion. + 2004-03-15 Norbert Koch <[email protected]> * package-info.in: Fix typo in package description. diff -r 1e91ed73cc98217dfad93d14864d1fd8e8cbbe02 -r 7f96ed52e5c256298663ec1188bc209d0ee85ea8 escreen.el --- a/escreen.el +++ b/escreen.el @@ -7,7 +7,7 @@ ;;; Keywords: extensions ;;; Created: 1992-03-23 -;;; $Id$ +;;; $Id: escreen.el,v 1.1.1.1 2004-03-15 16:25:50 viteno Exp $ ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by Repository URL: https://bitbucket.org/xemacs/escreen/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.