smerten | 22 Aug 2011 21:33
Picon

r7100 - trunk/docutils/COPYING.txt

Author: smerten
Date: 2011-08-22 21:33:48 +0200 (Mon, 22 Aug 2011)
New Revision: 7100

Modified:
   trunk/docutils/COPYING.txt
Log:
Corrected COPYING.txt. Fixes bug 3395920.

Modified: trunk/docutils/COPYING.txt
===================================================================
--- trunk/docutils/COPYING.txt	2011-07-25 23:50:34 UTC (rev 7099)
+++ trunk/docutils/COPYING.txt	2011-08-22 19:33:48 UTC (rev 7100)
 <at>  <at>  -103,9 +103,9  <at>  <at> 

   __ licenses/python-2-1-1.txt

-* tools/editors/emacs/rst.el, copyright by Martin Blais, Stefan
-  Merten, and David Goodger, released under the `GNU General Public
-  License`_ version 3 or later (`local copy`__).
+* tools/editors/emacs/rst.el, copyright by Free Software Foundation,
+  Inc., released under the `GNU General Public License`_ version 3 or
+  later (`local copy`__).

   __ licenses/gpl-3.0.txt

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
(Continue reading)

milde | 24 Aug 2011 15:31
Picon

r7101 - in trunk/docutils/test/functional: expected/cyrillic.tex expected/xetex-cyrillic.tex input/cyrillic.txt tests/latex_cyrillic.py

Author: milde
Date: 2011-08-24 15:31:05 +0200 (Wed, 24 Aug 2011)
New Revision: 7101

Modified:
   trunk/docutils/test/functional/expected/cyrillic.tex
   trunk/docutils/test/functional/expected/xetex-cyrillic.tex
   trunk/docutils/test/functional/input/cyrillic.txt
   trunk/docutils/test/functional/tests/latex_cyrillic.py
Log:
Self-documentation the "Cyrillic with LaTeX" functional test.

Modified: trunk/docutils/test/functional/expected/cyrillic.tex
===================================================================
--- trunk/docutils/test/functional/expected/cyrillic.tex	2011-08-22 19:33:48 UTC (rev 7100)
+++ trunk/docutils/test/functional/expected/cyrillic.tex	2011-08-24 13:31:05 UTC (rev 7101)
 <at>  <at>  -18,9 +18,12  <at>  <at> 

 %%% Fallback definitions for Docutils-specific commands

+% titlereference role
+\providecommand*{\DUroletitlereference}[1]{\textsl{#1}}
+
 % hyperlinks:
 \ifthenelse{\isundefined{\hypersetup}}{
-  \usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue,unicode]{hyperref}
+  \usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue,unicode=true]{hyperref}
   \urlstyle{same} % normal text font (alternatives: tt, rm, sf)
 }{}

(Continue reading)

milde | 24 Aug 2011 15:36
Picon

r7102 - in trunk/docutils/docutils/writers: latex2e/__init__.py xetex/__init__.py

Author: milde
Date: 2011-08-24 15:36:28 +0200 (Wed, 24 Aug 2011)
New Revision: 7102

Modified:
   trunk/docutils/docutils/writers/latex2e/__init__.py
   trunk/docutils/docutils/writers/xetex/__init__.py
Log:
Clean up Babel language setting: Sphinx compatibility and disambiguation.

Modified: trunk/docutils/docutils/writers/latex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/latex2e/__init__.py	2011-08-24 13:31:05 UTC (rev 7101)
+++ trunk/docutils/docutils/writers/latex2e/__init__.py	2011-08-24 13:36:28 UTC (rev 7102)
 <at>  <at>  -358,16 +358,14  <at>  <at> 
         }
     warn_msg = 'Language "%s" not supported by LaTeX (babel)'

-    def __init__(self, language_code, reporter):
-        self.language_code = language_code
+    def __init__(self, language_code, reporter=None):
         self.reporter = reporter
-        self.language = self.get_language(language_code)
+        self.language = self.language_name(language_code)
         self.otherlanguages = {}
         self.quote_index = 0
         self.quotes = ('``', "''")
         # language dependent configuration:
         # double quotes are "active" in some languages (e.g. German).
-        # TODO: use \textquotedbl in T1 font encoding?
(Continue reading)

milde | 25 Aug 2011 14:46
Picon

r7103 - in trunk/sandbox/code-block-directive: docs/syntax-highlight.txt pygments_code_block_directive.py

Author: milde
Date: 2011-08-25 14:46:37 +0200 (Thu, 25 Aug 2011)
New Revision: 7103

Modified:
   trunk/sandbox/code-block-directive/docs/syntax-highlight.txt
   trunk/sandbox/code-block-directive/pygments_code_block_directive.py
Log:
Update syntax highlight proposal

Modified: trunk/sandbox/code-block-directive/docs/syntax-highlight.txt
===================================================================
--- trunk/sandbox/code-block-directive/docs/syntax-highlight.txt	2011-08-24 13:36:28 UTC (rev 7102)
+++ trunk/sandbox/code-block-directive/docs/syntax-highlight.txt	2011-08-25 12:46:37 UTC (rev 7103)
 <at>  <at>  -5,13 +5,13  <at>  <at> 

 :Author:    Günter Milde
 :Contact:   milde <at> users.berlios.de
-:Date: 	    $Date$
+:Date:      $Date$
 :Copyright: © 2007, 2009 G. Milde,
             Released  without warranties or conditions of any kind
             under the terms of the Apache License, Version 2.0
             http://www.apache.org/licenses/LICENSE-2.0
 :Abstract:  Proposal to add syntax highlight of code blocks to the
-	    capabilities of Docutils_.
+            capabilities of Docutils_.

 .. sectnum::
 .. contents::
(Continue reading)

milde | 25 Aug 2011 15:10
Picon

r7104 - trunk/docutils/HISTORY.txt

Author: milde
Date: 2011-08-25 15:10:04 +0200 (Thu, 25 Aug 2011)
New Revision: 7104

Modified:
   trunk/docutils/HISTORY.txt
Log:
Update HISTORY.txt

(Time for a bug-fix 0.8.1 release?)

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt	2011-08-25 12:46:37 UTC (rev 7103)
+++ trunk/docutils/HISTORY.txt	2011-08-25 13:10:04 UTC (rev 7104)
 <at>  <at>  -17,7 +17,19  <at>  <at> 
 Changes Since 0.8
 =================

+* General:

+  - Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)
+    and [ 3395920 ] (correct copyright info for rst.el). 
+  
+* docutils/test/
+
+  -  Apply [ 3303733 ] and [ 3365041 ] to fix tests under py3k. 
+
+* docutils/writers/latex2e/__init__.py
+
(Continue reading)

milde | 27 Aug 2011 00:23
Picon

r7105 - in trunk/sandbox/code-block-directive: docs/myfunction.py.htm docs/myfunction.py.pdf docs/myfunction.py.pseudoxml docs/myfunction.py.tex docs/myfunction.py.txt docs/myfunction.py.xml docs/pygments_with_docutils-latex-problems.txt docs/syntax-highlight.txt pygments_code_block_directive.py rst2html-highlight rst2html-highlight.py rst2html-highlight.txt rst2latex-highlight rst2latex-highlight.py

Author: milde
Date: 2011-08-27 00:23:29 +0200 (Sat, 27 Aug 2011)
New Revision: 7105

Added:
   trunk/sandbox/code-block-directive/rst2html-highlight.py
   trunk/sandbox/code-block-directive/rst2latex-highlight.py
Removed:
   trunk/sandbox/code-block-directive/docs/pygments_with_docutils-latex-problems.txt
   trunk/sandbox/code-block-directive/rst2html-highlight
   trunk/sandbox/code-block-directive/rst2html-highlight.txt
   trunk/sandbox/code-block-directive/rst2latex-highlight
Modified:
   trunk/sandbox/code-block-directive/docs/myfunction.py.htm
   trunk/sandbox/code-block-directive/docs/myfunction.py.pdf
   trunk/sandbox/code-block-directive/docs/myfunction.py.pseudoxml
   trunk/sandbox/code-block-directive/docs/myfunction.py.tex
   trunk/sandbox/code-block-directive/docs/myfunction.py.txt
   trunk/sandbox/code-block-directive/docs/myfunction.py.xml
   trunk/sandbox/code-block-directive/docs/syntax-highlight.txt
   trunk/sandbox/code-block-directive/pygments_code_block_directive.py
Log:
Prepare code directive for inclusion in the core.

Modified: trunk/sandbox/code-block-directive/docs/myfunction.py.htm
===================================================================
--- trunk/sandbox/code-block-directive/docs/myfunction.py.htm	2011-08-25 13:10:04 UTC (rev 7104)
+++ trunk/sandbox/code-block-directive/docs/myfunction.py.htm	2011-08-26 22:23:29 UTC (rev 7105)
 <at>  <at>  -3,7 +3,7  <at>  <at> 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
(Continue reading)

grubert | 30 Aug 2011 09:02
Picon

r7106 - in trunk/docutils: docutils/__init__.py setup.py test/functional/expected/compact_lists.html test/functional/expected/dangerous.html test/functional/expected/field_name_limit.html test/functional/expected/math_output_html.html test/functional/expected/math_output_latex.html test/functional/expected/math_output_mathjax.html test/functional/expected/math_output_mathml.xhtml test/functional/expected/misc_rst_html4css1.html test/functional/expected/multistyle_path_embed_rst_html4css1.html test/functional/expected/multistyle_path_rst_html4css1.html test/functional/expected/multistyle_rst_html4css1.html test/functional/expected/pep_html.html test/functional/expected/standalone_rst_html4css1.html test/functional/expected/standalone_rst_s5_html_1.html test/functional/expected/standalone_rst_s5_html_2.html

Author: grubert
Date: 2011-08-30 09:02:28 +0200 (Tue, 30 Aug 2011)
New Revision: 7106

Modified:
   trunk/docutils/docutils/__init__.py
   trunk/docutils/setup.py
   trunk/docutils/test/functional/expected/compact_lists.html
   trunk/docutils/test/functional/expected/dangerous.html
   trunk/docutils/test/functional/expected/field_name_limit.html
   trunk/docutils/test/functional/expected/math_output_html.html
   trunk/docutils/test/functional/expected/math_output_latex.html
   trunk/docutils/test/functional/expected/math_output_mathjax.html
   trunk/docutils/test/functional/expected/math_output_mathml.xhtml
   trunk/docutils/test/functional/expected/misc_rst_html4css1.html
   trunk/docutils/test/functional/expected/multistyle_path_embed_rst_html4css1.html
   trunk/docutils/test/functional/expected/multistyle_path_rst_html4css1.html
   trunk/docutils/test/functional/expected/multistyle_rst_html4css1.html
   trunk/docutils/test/functional/expected/pep_html.html
   trunk/docutils/test/functional/expected/standalone_rst_html4css1.html
   trunk/docutils/test/functional/expected/standalone_rst_s5_html_1.html
   trunk/docutils/test/functional/expected/standalone_rst_s5_html_2.html
Log:
Release 0.8.1: set version number to 0.8.1

Modified: trunk/docutils/docutils/__init__.py
===================================================================
--- trunk/docutils/docutils/__init__.py	2011-08-26 22:23:29 UTC (rev 7105)
+++ trunk/docutils/docutils/__init__.py	2011-08-30 07:02:28 UTC (rev 7106)
 <at>  <at>  -49,14 +49,14  <at>  <at> 
(Continue reading)

grubert | 30 Aug 2011 09:03
Picon

r7107 - in trunk/docutils: HISTORY.txt RELEASE-NOTES.txt

Author: grubert
Date: 2011-08-30 09:03:01 +0200 (Tue, 30 Aug 2011)
New Revision: 7107

Modified:
   trunk/docutils/HISTORY.txt
   trunk/docutils/RELEASE-NOTES.txt
Log:
Release 0.8.1: closed "Changes Since ..." section

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt	2011-08-30 07:02:28 UTC (rev 7106)
+++ trunk/docutils/HISTORY.txt	2011-08-30 07:03:01 UTC (rev 7107)
 <at>  <at>  -14,8 +14,8  <at>  <at> 
 .. contents::

 
-Changes Since 0.8
-=================
+Release 0.8.1 (2011-08-30)
+==========================

 * General:

Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt	2011-08-30 07:02:28 UTC (rev 7106)
+++ trunk/docutils/RELEASE-NOTES.txt	2011-08-30 07:03:01 UTC (rev 7107)
 <at>  <at>  -18,8 +18,8  <at>  <at> 
(Continue reading)

grubert | 30 Aug 2011 09:17
Picon

r7108 - tags/docutils-0.8.1/

Author: grubert
Date: 2011-08-30 09:17:21 +0200 (Tue, 30 Aug 2011)
New Revision: 7108

Added:
   tags/docutils-0.8.1/
Log:
Release 0.8.1: tagging released revision

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
grubert | 30 Aug 2011 10:11
Picon

r7109 - trunk/docutils/docutils/__init__.py

Author: grubert
Date: 2011-08-30 10:11:00 +0200 (Tue, 30 Aug 2011)
New Revision: 7109

Modified:
   trunk/docutils/docutils/__init__.py
Log:
Release 0.8.1: set __version_details__ to "repository"

Modified: trunk/docutils/docutils/__init__.py
===================================================================
--- trunk/docutils/docutils/__init__.py	2011-08-30 07:17:21 UTC (rev 7108)
+++ trunk/docutils/docutils/__init__.py	2011-08-30 08:11:00 UTC (rev 7109)
 <at>  <at>  -56,7 +56,7  <at>  <at> 
 number will be bumped when the project is feature-complete, and perhaps if
 there is a major change in the design."""

-__version_details__ = 'release'
+__version_details__ = 'repository'
 """Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository',
 'release'), modified automatically & manually."""

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev

Gmane