commit/vhdl: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in vhdl: https://bitbucket.org/xemacs/vhdl/commits/be68da2f407f/ Changeset: be68da2f407f User: Jerry James Date: 2014-05-13 21:54:57 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 c4dafa4f318d98b34f6e54e9424dc3f53767ece5 -r be68da2f407f1ab4a6bf7a46053dd2d6605d8087 .cvsignore --- a/.cvsignore +++ /dev/null @@ -1,1 +0,0 @@ -vhdl-mode*.html diff -r c4dafa4f318d98b34f6e54e9424dc3f53767ece5 -r be68da2f407f1ab4a6bf7a46053dd2d6605d8087 .hgignore --- /dev/null +++ b/.hgignore @@ -0,0 +1,12 @@ +^#\..*#$ +^\.# +~$ +\.elc$ +\.html$ +\.info$ +^_pkg\.el$ +^auto-autoloads\.el$ +^custom-defines\.el$ +^custom-load\.el$ +^package-info$ +^pdepends\.mk$ diff -r c4dafa4f318d98b34f6e54e9424dc3f53767ece5 -r be68da2f407f1ab4a6bf7a46053dd2d6605d8087 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + * vhdl-mode.el: Restore CVS keyword expansions. + 2006-08-14 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.22 released. diff -r c4dafa4f318d98b34f6e54e9424dc3f53767ece5 -r be68da2f407f1ab4a6bf7a46053dd2d6605d8087 vhdl-mode.el --- a/vhdl-mode.el +++ b/vhdl-mode.el @@ -5,7 +5,7 @@ ;; Authors: Reto Zimmermann <[email protected]> ;; Rodney J. Whitby <[email protected]> ;; Maintainer: Reto Zimmermann <[email protected]> -;; RCS: $Id$ +;; RCS: $Id: vhdl-mode.el,v 1.10 2006-08-11 17:41:15 james Exp $ ;; Keywords: languages vhdl ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html Repository URL: https://bitbucket.org/xemacs/vhdl/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.