emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108622: (rst-cvs-header, rst-svn-


From: Stefan Merten
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108622: (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
Date: Fri, 02 Nov 2012 02:25:25 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108622
committer: Stefan Merten <address@hidden>
branch nick: trunk
timestamp: Sat 2012-06-16 11:48:23 +0200
message:
  (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
  (rst-official-version, rst-official-cvs-rev): Update version
  information.
modified:
  lisp/ChangeLog
  lisp/textmodes/rst.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-16 09:33:58 +0000
+++ b/lisp/ChangeLog    2012-06-16 09:48:23 +0000
@@ -3,6 +3,9 @@
        * textmodes/rst.el: Added and corrected some comments.
        (rst-re-alist-def): Improve symbol syntax.
        (rst-mode-syntax-table): Correct syntax entries.
+       (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
+       (rst-official-version, rst-official-cvs-rev): Update version
+       information.
 
 2012-06-15  Juanma Barranquero  <address@hidden>
 

=== modified file 'lisp/textmodes/rst.el'
--- a/lisp/textmodes/rst.el     2012-06-16 09:33:58 +0000
+++ b/lisp/textmodes/rst.el     2012-06-16 09:48:23 +0000
@@ -171,7 +171,7 @@
 ;; Use CVSHeader to really get information from CVS and not other version
 ;; control systems.
 (defconst rst-cvs-header
-  "$CVSHeader: sm/rst_el/rst.el,v 1.285 2012-06-11 20:38:23 stefan Exp $")
+  "$CVSHeader: sm/rst_el/rst.el,v 1.287 2012-06-16 09:41:47 stefan Exp $")
 (defconst rst-cvs-rev
   (rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+"
                       " .*" rst-cvs-header "0.0")
@@ -185,22 +185,22 @@
 ;; Use LastChanged... to really get information from SVN.
 (defconst rst-svn-rev
   (rst-extract-version "\\$" "LastChangedRevision: " "[0-9]+" " "
-                      "$LastChangedRevision: 7399 $")
+                      "$LastChangedRevision: 7444 $")
   "The SVN revision of this file.
 SVN revision is the upstream (docutils) revision.")
 (defconst rst-svn-timestamp
   (rst-extract-version "\\$" "LastChangedDate: " ".+?+" " "
-                      "$LastChangedDate: 2012-04-29 17:01:05 +0200 (Sun, 29 
Apr 2012) $")
+                      "$LastChangedDate: 2012-06-16 11:41:40 +0200 (Sat, 16 
Jun 2012) $")
   "The SVN time stamp of this file.")
 
 ;; Maintained by the release process.
 (defconst rst-official-version
   (rst-extract-version "%" "OfficialVersion: " "[0-9]+\\(?:\\.[0-9]+\\)+" " "
-                      "%OfficialVersion: 1.2.1 %")
+                      "%OfficialVersion: 1.3.0 %")
   "Official version of the package.")
 (defconst rst-official-cvs-rev
   (rst-extract-version "[%$]" "Revision: " "[0-9]+\\(?:\\.[0-9]+\\)+" " "
-                      "%Revision: 1.256 %")
+                      "%Revision: 1.287 %")
   "CVS revision of this file in the official version.")
 
 (defconst rst-version


reply via email to

[Prev in Thread] Current Thread [Next in Thread]