summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.3.9: tagging current revisiondocutils-wiemann2005-05-260-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-@3377 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added __future__ statement to avoid warnings about nested scopes with Python ↵wiemann2005-05-261-0/+2
| | | | | | | | | 2.1. Sorry David, there's just no other quick way I can avoid this. ;-) And making named functions out of the lambdas would look terrible... git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3376 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.3.9: closed "Changes Since ..." sectionwiemann2005-05-261-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3375 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.3.9: set version number to 0.3.9wiemann2005-05-267-7/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3374 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed file list commandwiemann2005-05-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3373 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* consider only files in test/functional/expected/ which are under version controlwiemann2005-05-261-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3372 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated release script from CVS to SVN (untested)wiemann2005-05-261-24/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3371 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "see also" referenceswiemann2005-05-261-4/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3370 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added history entries for section subtitle support in writerswiemann2005-05-261-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3369 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added explanatory comment about span.section-subtitlewiemann2005-05-261-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support and test for section subtitleswiemann2005-05-267-16/+43
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3367 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added defaults file for standalone_rst_... testswiemann2005-05-254-7/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3366 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added information about working directorywiemann2005-05-251-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3365 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documented ignoring of functional test config files which start with an ↵wiemann2005-05-251-1/+2
| | | | | | underscore git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3364 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some updates of doc files from CVS to SVNwiemann2005-05-252-6/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3363 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for rowspanning tables with the LaTeX writerwiemann2005-05-255-19/+59
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3362 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix tables starting with more than one multirow.grubert2005-05-253-1/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3361 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added provide command for rst-mode as wellwiemann2005-05-211-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3360 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "(provide 'restructuredtext)"wiemann2005-05-211-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3359 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added --id-prefix and --auto-id-prefix optionswiemann2005-05-214-2/+47
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3358 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* restored alphabetical orderwiemann2005-05-201-12/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3357 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documented different traceback default for programmatic usewiemann2005-05-201-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3356 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added to-do list entry for figwidth testwiemann2005-05-201-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3355 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more thorough figure testingwiemann2005-05-204-7/+113
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3354 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed command-line options for SectSubTitle transform (plural reads ↵goodger2005-05-194-10/+10
| | | | | | better); tweaked test text git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3353 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed test for ":figwidth: image" because it has different outputwiemann2005-05-181-13/+0
| | | | | | | depending on whether PIL is installed or not; need to write another test git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3352 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added SectSubTitle transformwiemann2005-05-186-50/+202
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3351 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed collision with reST's inline markupwiemann2005-05-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3350 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for "border" classwiemann2005-05-181-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3349 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added history entries for recent bug fixeswiemann2005-05-181-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3348 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed bug with uppercase image targets. Closingwiemann2005-05-182-2/+14
| | | | | | | https://sourceforge.net/tracker/index.php?func=detail&aid=1202510&group_id=38414&atid=422030 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3347 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed bug with ":width: image" option of figure directive. Closingwiemann2005-05-182-1/+14
| | | | | | | https://sourceforge.net/tracker/?func=detail&atid=422030&aid=1202510&group_id=38414 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3346 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor fix to underlining function,blais2005-05-172-8/+53
| | | | | | | added more tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3345 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added \Dfloatimagetopmargin and \Dfloatimagebottommarginwiemann2005-05-161-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3344 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added \Dsetlistrightmargin macro; bottom-align imageswiemann2005-05-161-11/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* note about "border": bad ideagoodger2005-05-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3342 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* grammargoodger2005-05-141-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3341 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverting revision 3322: addition of ":border:" option to "image" directivegoodger2005-05-149-19/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about image :width:wiemann2005-05-141-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3339 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed \Dformatfieldname to use a command rather than a declaration for ↵wiemann2005-05-141-2/+2
| | | | | | | | bold-faced text; added maximum height (= height of the text on the page) for images git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added \Ditemsep, changed nesting of section subtitle macro callswiemann2005-05-121-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3337 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some clean-upwiemann2005-05-121-4/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3336 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved vertical spacing of floating imageswiemann2005-05-121-6/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3335 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* nicer vertical spacing for floating imageswiemann2005-05-111-3/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3334 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some ugly fix for the broken definition list spacingwiemann2005-05-111-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3333 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* re-fixed right margin of line blockswiemann2005-05-111-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3332 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* first solution for the broken rendering of field lists in tableswiemann2005-05-101-4/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3331 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added field list in table cellwiemann2005-05-101-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3330 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed right margin of line blockswiemann2005-05-091-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3329 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for image base pathwiemann2005-05-091-4/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3328 929543f6-e4f2-0310-98a6-ba3bd3dd1d04