1 new commit in text-modes:
https://bitbucket.org/xemacs/text-modes/commits/0841cbac6340/
Changeset: 0841cbac6340
User: Jerry James
Date: 2014-05-13 21:54:50
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 #: 11 files
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 .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 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <[email protected]>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+
2012-01-10 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 2.01 released.
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 css-mode.el
--- a/css-mode.el
+++ b/css-mode.el
@@ -8,7 +8,7 @@
"The current version number of `css-mode'.")
;;; copyright (c) 1998 Lars Marius Garshol, [email protected]
-;;; $Id$
+;;; $Id: css-mode.el,v 1.9 2000/01/05 21:21:56 larsga Exp $
;;; css-mode is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 css-mode.el.upstream
--- a/css-mode.el.upstream
+++ b/css-mode.el.upstream
@@ -7,7 +7,7 @@
(defvar cssm-version "0.11"
"The current version number of css-mode.")
;;; copyright (c) 1998 Lars Marius Garshol, [email protected]
-;;; $Id$
+;;; $Id: css-mode.el,v 1.9 2000/01/05 21:21:56 larsga Exp $
;;; css-mode is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 folding.el
--- a/folding.el
+++ b/folding.el
@@ -19,8 +19,8 @@
;; Keywords: tools
;;
;; [Latest XEmacs CVS tree commit and revision]
-;; Vcs-Version: $Revision$
-;; Vcs-Date: $Date$
+;; Vcs-Version: $Revision: 1.25 $
+;; Vcs-Date: $Date: 2009-09-05 08:15:16 $
;;
;; [Latest devel version]
;; Vcs-URL: http://savannah.nongnu.org/projects/emacs-tiny-tools
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 iso-acc.el
--- a/iso-acc.el
+++ b/iso-acc.el
@@ -6,8 +6,8 @@
;; Maintainer: None
;; Adapted-By: Alexandre Oliva <[email protected]>
;; Keywords: i18n
-;; $Revision$
-;; $Date$
+;; $Revision: 1.2 $
+;; $Date: 1998-03-22 17:25:31 $
;; This file is part of GNU Emacs.
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 tpum.el
--- a/tpum.el
+++ b/tpum.el
@@ -7,7 +7,7 @@
;; Temporary maintainer is Zajcev Evgeny.
;; Created: 2003/10/21
;; Keywords: tools, menus
-;; X-CVS: $Id$
+;; X-CVS: $Id: tpum.el,v 1.1 2005-04-15 21:10:48 lg Exp $
;; This file is NOT part of XEmacs.
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 whitespace-mode.el
--- a/whitespace-mode.el
+++ b/whitespace-mode.el
@@ -26,7 +26,7 @@
;;; Commentary:
-;; $Id$
+;; $Id: whitespace-mode.el,v 1.6 2004-11-08 02:21:00 ben Exp $
;; Description:
;;
;; This is a minor mode, which highlights whitespaces (blanks and
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 whitespace-visual-mode.el
--- a/whitespace-visual-mode.el
+++ b/whitespace-visual-mode.el
@@ -26,7 +26,7 @@
;;; Commentary:
-;; $Id$
+;; $Id: whitespace-visual-mode.el,v 1.1 2005-02-14 21:28:06 viteno Exp $
;; Description:
;;
;; This is a minor mode, which highlights whitespaces (blanks and
diff -r 3636573faa2bb24d9c943ffc3a32710154ef991c -r 0841cbac63401db125378a9af4d2499e93bc3f64 whitespace.el
--- a/whitespace.el
+++ b/whitespace.el
@@ -6,7 +6,7 @@
;; Maintainer: Didier Verna <[email protected]>
;; Keywords: convenience
-;; $Id$
+;; $Id: whitespace.el,v 1.5 2007-05-02 08:16:16 didierv Exp $
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
Repository URL: https://bitbucket.org/xemacs/text-modes/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.