summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adapt to Text nodes being unicode and thus immutable.adjacent-citationsstrank2008-07-281-2/+4
* Merged trunk r5043:5619 to adjacent-citations branch.strank2008-07-28116-1801/+2297
* Use traverse instead of next_node to avoid Text index problem.strank2008-07-171-8/+9
* Removed the rst-syntax change, implemented citation groups only in the latex ...strank2007-04-246-35/+55
* allow adjacent citation labels (don't for footnotes) plus testsstrank2007-04-094-11/+87
* Proposing a special case for inline markup in the rst parser: adjacent citationsstrank2007-04-090-0/+0
* eol-style native properties were missing.adjacent-citations@5042strank2007-04-090-0/+0
* Add some explanation for use-verbatim-if-possiblegrubert2007-04-041-0/+12
* added named constants, removed magic numbersgoodger2007-04-031-7/+14
* emacs support: added S5 preview (submitted to me by Jeff Rush)blais2007-03-291-0/+15
* Moved OpenDocument to a project directory in sandbox.dkuhlman2007-03-211-1/+3
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-217-13/+13
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-217-13/+13
* improved wording a littlewiemann2007-03-211-6/+9
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-212-5/+22
* do not encode embedded stylesheets, because HTML entities arewiemann2007-03-193-4/+2
* added commentwiemann2007-03-191-1/+1
* replaced <>@ with ()at because they come out as a mess whenwiemann2007-03-191-1/+1
* moved Doc-SIG section to the bottom;wiemann2007-03-191-18/+39
* added history entrywiemann2007-03-191-0/+2
* encode <>@ in stylesheetswiemann2007-03-191-1/+1
* added "ignore" setting for buildhtmlwiemann2007-03-123-1/+29
* moved uniq() to utils.pywiemann2007-03-122-9/+8
* credit where credit is duewiemann2007-03-121-1/+1
* history entry for start-after/end-beforewiemann2007-03-121-0/+5
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-125-1/+158
* added David's commentswiemann2007-03-081-0/+3
* removed "Workaround for Localized Dates" section; no longer neededwiemann2007-03-081-28/+0
* added link to current threadwiemann2007-03-081-0/+3
* added some remarkswiemann2007-03-071-1/+12
* use Id instead of Date and Revision (Id will not be expanded to non-ASCII cha...include-after-until@4999wiemann2007-03-041-4/+2
* moved workaround for localized dates to general informationwiemann2007-03-041-28/+28
* added link to TortoiseSVNwiemann2007-03-041-6/+11
* reorganized, added and improved instructionswiemann2007-03-041-111/+99
* fixed doc-string -- transforms are not reader-specific anymorewiemann2007-03-011-4/+2
* fixed doc-string -- the reader does not apply transformswiemann2007-03-011-2/+2
* Replace existing opendocument references with Dave Kuhlman's. Changed bang P...kippesp2007-02-281-5/+3
* added localwiemann2007-02-281-1/+1
* typowiemann2007-02-281-1/+1
* added link to Pandocwiemann2007-02-281-0/+5
* Put ensuremath around some latin1 chars.plugins@4951grubert2007-02-272-0/+13
* Set ``usepackage[utf8x]{inputenc}`` for utf-8.grubert2007-02-273-10/+14
* added history entry for template.txt openingwiemann2007-02-261-0/+2
* do not use codecs.open, because it always uses binary modewiemann2007-02-261-4/+2
* New option ``--use-bibtex=style,db1,db2``.grubert2007-02-222-10/+23
* - New option ``--reference-label`` to allow usage of LaTeX ref for grubert2007-02-214-0/+67
* rst.el: included Riccardo patch for jit-lockblais2007-02-191-23/+49
* updatedgoodger2007-02-121-2/+4
* correctiongoodger2007-02-121-1/+1
* Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...goodger2007-02-126-6/+87