index
:
delta/asciidoc-py3.git
10.x
9.x
9_0_3_release
MasterOdin-patch-1
cut_9.1.0
gh-pages
gh_actions_python
include_lines
main
master
matt-chore-io
mpeveler/bugfix-escape-attribute
mpeveler/bugfix-escape-attribute-2
mpeveler/bugfix-make-docs
mpeveler/bugfix-music-gm
mpeveler/bugfix-xsl
mpeveler/chore-fixtures
mpeveler/chore-make-install
release-9.0.5
release_9_0_4
test_data_newlines
test_newlines
test_newlines_2
update_source
utils
github.com: asciidoc/asciidoc-py3.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asciidoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added another API doctest.
Stuart Rackham
2009-03-07
1
-1
/
+1
*
Bumped version number to 8.4.1.
Stuart Rackham
2009-03-07
1
-1
/
+1
*
Implemented 'inline literal' passthrough element and updated documentation
Stuart Rackham
2009-03-06
1
-16
/
+16
*
Added asciidoc(1) --doctest option.
Stuart Rackham
2009-03-05
1
-1
/
+31
*
- Added asciidocapi doctest.
Stuart Rackham
2009-03-03
1
-1
/
+1
*
Checked in first cut of AsciiDoc API module asciidocapi.py and related changes
Stuart Rackham
2009-03-02
1
-92
/
+105
*
Dropped broken undocumented --profile option.
Stuart Rackham
2009-02-28
1
-11
/
+3
*
Fixed error that occured if input file does not exist (introduced in r436).
Stuart Rackham
2009-02-27
1
-4
/
+7
*
Replaced all the deprecated try:...except: Python clauses with try:...except
Stuart Rackham
2009-02-26
1
-14
/
+14
*
- {infile} and {indir} attributes reflect the current input file when inside
Stuart Rackham
2009-02-22
1
-1
/
+6
*
Minor refactor.
Stuart Rackham
2009-02-22
1
-2
/
+2
*
- Check for illegal numbered list styles.
Stuart Rackham
2009-02-16
1
-48
/
+59
*
Added [doctime} and {docdate} intinsic attributes for source document last mo...
Stuart Rackham
2009-02-10
1
-15
/
+29
*
- FIXED: Setting config attribute entry reinitialized intrinsic attributes
Stuart Rackham
2009-02-10
1
-2
/
+1
*
Updated version number, website and docs for 8.3.5 release.
8.3.5
Stuart Rackham
2009-02-02
1
-1
/
+1
*
Cached precompiled regular expression delimiters (speed up User Manual compile
Stuart Rackham
2009-02-01
1
-2
/
+6
*
- Created distinct list definitions for each list style to allow nesting of all
Stuart Rackham
2009-02-01
1
-47
/
+69
*
- Allow template::[] macros in conf file entries section (not just
Stuart Rackham
2009-01-28
1
-5
/
+7
*
Renamed 'list block' to more appropriate 'open block'.
Stuart Rackham
2009-01-26
1
-1
/
+1
*
Implemented single-line versions of ifdef::[] and ifndef::[] macros.
Stuart Rackham
2009-01-23
1
-8
/
+18
*
Fixed some embarrassingly sloppy code.
Stuart Rackham
2009-01-21
1
-26
/
+11
*
- Bumped version number.
8.3.4
Stuart Rackham
2009-01-20
1
-2
/
+2
*
Floating titles can now appear in sidebar and list blocks.
Stuart Rackham
2009-01-19
1
-4
/
+7
*
Rewrote list item processing (was very crufty). List continuation and
Stuart Rackham
2009-01-19
1
-83
/
+29
*
- A new list is started if the list style changes.
Stuart Rackham
2009-01-18
1
-19
/
+7
*
Eliminate minor code redundancy.
Stuart Rackham
2009-01-18
1
-4
/
+3
*
- The RCS $Id$ marker format is processed if the 'revision' attribute is
Stuart Rackham
2009-01-17
1
-23
/
+29
*
Comment lines are sent to the output if the 'showcomments' attribute is defined.
Stuart Rackham
2009-01-15
1
-18
/
+29
*
Added quoting to AttributeList element attributes (single quoting attribute v...
Stuart Rackham
2009-01-14
1
-1
/
+8
*
Added auto-generated IDs to floating titles.
Stuart Rackham
2009-01-05
1
-4
/
+8
*
Changed 'bridgehead' to 'float' -- it's an attribute of the title not the name
Stuart Rackham
2009-01-03
1
-5
/
+5
*
The section title syntax can be used to generate bridgeheads.
Stuart Rackham
2009-01-03
1
-0
/
+12
*
- Bumped version number.
8.3.3
Stuart Rackham
2009-01-02
1
-5
/
+11
*
The confusing numeration and numeration2 numbered list attributes have been
Stuart Rackham
2009-01-02
1
-5
/
+5
*
Corrected benign code redundancy in filter loading.
Stuart Rackham
2009-01-01
1
-2
/
+2
*
Rolled back revision 379 -- hardwiring comment blocks causes regression probl...
Stuart Rackham
2008-12-31
1
-9
/
+0
*
Bumped version number to 8.3.2
Stuart Rackham
2008-12-31
1
-1
/
+1
*
Reorganized filters into a separate subdirectory for each filter.
Stuart Rackham
2008-12-31
1
-26
/
+28
*
Hardwired CommentBlock processing to ensure macros are not executed inside co...
Stuart Rackham
2008-12-31
1
-0
/
+9
*
- Can use upperalpha, lowerroman and upperroman numbers in listdef-numbered2
Stuart Rackham
2008-12-30
1
-51
/
+100
*
Implemented 'enumeration' and 'enumeration2' numbered list attributes for spe...
Stuart Rackham
2008-12-30
1
-1
/
+1
*
You can now backslash escape system block macros.
Stuart Rackham
2008-12-29
1
-3
/
+7
*
Drop paragraph 'text' and list 'text', 'index' and 'label' match groups from
Stuart Rackham
2008-12-29
1
-4
/
+5
*
- Changed comment line block macro to a passthrough block macro to ensure no
Stuart Rackham
2008-12-29
1
-2
/
+2
*
Replaced deprecated <> operator with !=.
Stuart Rackham
2008-12-28
1
-2
/
+2
*
Removed unused linuxdoc code.
Stuart Rackham
2008-12-28
1
-9
/
+0
*
Code tidy ups: dropped old types module reference; replaced has_key() with pr...
Stuart Rackham
2008-12-28
1
-48
/
+47
*
- Added missing install-sh script.
Stuart Rackham
2008-12-13
1
-1
/
+1
*
- Added uninstall target to Makefile.in.
Stuart Rackham
2008-12-12
1
-1
/
+2
*
A generalized AttributeEntry syntax to allow arbitrary configuration file ent...
Stuart Rackham
2008-12-11
1
-34
/
+42
[next]