1 new commit in prog-modes:
https://bitbucket.org/xemacs/prog-modes/commits/13e46124fdde/
Changeset: 13e46124fdde
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 #: 12 files
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <[email protected]>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * prog-modes.texi: Update for texinfo 5.x.
+
2013-04-17 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 2.29 released.
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 cvs.el
--- a/cvs.el
+++ b/cvs.el
@@ -3,13 +3,13 @@
;; Copyright (C) 1995-1998 Frederic Lepied <[email protected]>
;;
;; Author: Frederic Lepied <[email protected]>
-;; Version: $Id$
+;; Version: $Id: cvs.el,v 1.4 2006-06-16 10:23:27 viteno Exp $
;; Keywords: cvs ediff mode-line
;;
;; LCD Archive Entry:
;; cvs|Frederic Lepied|[email protected]|
;; Light cvs support for emacs (ediff + msb + dired + mode line).|
-;; $Date$|$Revision$|~/modes/cvs.el.gz|
+;; $Date: 2006-06-16 10:23:27 $|$Revision: 1.4 $|~/modes/cvs.el.gz|
;;
;; 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 the Free
@@ -51,7 +51,7 @@
(require 'easymenu)
;;=============================================================================
-(defconst cvs:version "$Id$"
+(defconst cvs:version "$Id: cvs.el,v 1.4 2006-06-16 10:23:27 viteno Exp $"
"Version number of cvs.el. To communicate with bug report")
;;=============================================================================
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 eiffel.el
--- a/eiffel.el
+++ b/eiffel.el
@@ -62,7 +62,7 @@
(require 'easymenu)
(defconst eiffel-version-string
- "$Id$"
+ "$Id: eiffel.el,v 2.34 2002/06/07 06:27:58 martins Exp $"
"Version string to make reporting bugs more meaningful.
Note that if this file becomes part of GNU Emacs then the file might
be changed by the Emacs maintainers without this version number
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 ksh-mode.el
--- a/ksh-mode.el
+++ b/ksh-mode.el
@@ -16,22 +16,22 @@
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-;; $Source$ --
+;; $Source: /usr/CVSroot/XEmacs/packages/xemacs-packages/prog-modes/ksh-mode.el,v $ --
;;
;; LCD Archive Entry:
;; ksh-mode|Gary Ellison|[email protected]
;; |Mode for editing sh/ksh/bash scripts
-;; |$Date$|$Revision$|~/modes/ksh-mode.el.Z|
+;; |$Date: 2000/10/06 09:12:14 $|$Revision: 1.4 $|~/modes/ksh-mode.el.Z|
;; Author: Gary Ellison <[email protected]>
;; Interhack Posse
;;
;; Maintainer: Gary Ellison <[email protected]>
;; Created: Fri Jun 19
-;; $Revision$
+;; $Revision: 1.4 $
;; Keywords: shell, korn, bourne, sh, ksh, bash
;;
-;; Delta On $Date$
+;; Delta On $Date: 2000/10/06 09:12:14 $
;; Last Modified By: Gary Ellison
;; Status : Highly Functional
;;
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 lua-mode.el
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -1,7 +1,7 @@
;;; lua-mode.el --- a major mode for editing Lua scripts
;; FIXME: Update this version number and date
-;; $Id$
+;; $Id: lua-mode.el,v 1.26 2001/07/08 19:06:50 cvogler Exp $
;; Copyright (C) 1997, 2001, 2004 Free Software Foundation, Inc.
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 lua-mode.el.upstream
--- a/lua-mode.el.upstream
+++ b/lua-mode.el.upstream
@@ -1,7 +1,7 @@
;;; lua-mode.el --- a major-mode for editing lua scripts
;; FIXME: Update this version number and date
-;; $Id$
+;; $Id: lua-mode.el,v 1.26 2001/07/08 19:06:50 cvogler Exp $
;; Copyright (C) 1997, 2001, 2004 Free Software Foundation, Inc.
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 m4-mode.el
--- a/m4-mode.el
+++ b/m4-mode.el
@@ -28,7 +28,7 @@
;; It also sets the font-lock syntax stuff for colorization
;; By Drew Csillag ([email protected])
-;; $Id$
+;; $Id: m4-mode.el,v 1.3 2003-06-07 12:14:44 adrian Exp $
;; History:
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 p4.el
--- a/p4.el
+++ b/p4.el
@@ -1,6 +1,6 @@
;;; p4.el --- Simple Perforce-Emacs Integration
;;
-;; $Id$
+;; $Id: p4.el,v 1.37 2002/07/31 23:24:44 petero2 Exp $
;;; Commentary:
;;
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 prog-modes.texi
--- a/prog-modes.texi
+++ b/prog-modes.texi
@@ -2358,9 +2358,9 @@
@iftex
@unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
@end iftex
-@ifinfo
+@ifnottex
@center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-@end ifinfo
+@end ifnottex
@enumerate 0
@item
@@ -2583,9 +2583,9 @@
@iftex
@heading NO WARRANTY
@end iftex
-@ifinfo
+@ifnottex
@center NO WARRANTY
-@end ifinfo
+@end ifnottex
@item
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
@@ -2613,9 +2613,9 @@
@iftex
@heading END OF TERMS AND CONDITIONS
@end iftex
-@ifinfo
+@ifnottex
@center END OF TERMS AND CONDITIONS
-@end ifinfo
+@end ifnottex
@page
@unnumberedsec How to Apply These Terms to Your New Programs
diff -r b06a40feda551ac189ed05e6d17fc7d4dbe87425 -r 13e46124fdde5216f5bb8ec23618d86305c92329 verilog-mode.el
--- a/verilog-mode.el
+++ b/verilog-mode.el
@@ -122,7 +122,7 @@
;; This variable will always hold the version number of the mode
(defconst verilog-mode-version (substring "$$Revision: 463 $$" 12 -3)
"Version of this Verilog mode.")
-(defconst verilog-mode-release-date (substring "$$Date$$" 8 -3)
+(defconst verilog-mode-release-date (substring "$$Date: 2008-11-21 21:16:37 +0000 (Fri, 21 Nov 2008) $$" 8 -3)
"Release date of this Verilog mode.")
(defconst verilog-mode-release-emacs nil
"If non-nil, this version of Verilog mode was released with Emacs itself.")
Repository URL: https://bitbucket.org/xemacs/prog-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.