aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG_v2
Commit message (Collapse)AuthorAgeFilesLines
* v4: 4.0.0 new branch & version & changelog "opened"Ralph Amissah2012-10-031-1/+0
|
* CHANGELOG_v{1,2,3}, syslink, avoid duplicationRalph Amissah2011-03-021-964/+1
| | | | | * CHANGELOG_v3 updated * CHANGELOG & README locations pruned
* make sisu: v2 require >=ruby1.8.7; v3 require >=ruby1.9.2Ralph Amissah2011-03-011-0/+8
| | | | | | | | | | | * bin/sisu bin/sisu3 modified accordingly note: there are issues with sisu and early versions of ruby1.9.2 ruby1.9.2p0 is known to segfault on a number of operations ruby1.9.2p180 does not have these issues * v3 includes changelog updates * v2 includes changelog updates and version update 2.8.1
* changelogs, gitweb urls: debian release tagssisu_3.0.1Ralph Amissah2011-02-161-36/+0
|
* changelog & version (3.0.1)Ralph Amissah2011-02-161-8/+4
|
* update changelogs & version datesisu_3.0.0Ralph Amissah2011-02-071-2/+4
|
* v3 introduced as development branch, invoked using "sisu --v3 [instructions]Ralph Amissah2011-02-011-0/+10
|
* prepare for v3 branchRalph Amissah2011-02-011-2/+71
|
* document objects: page break; object separator (introduced & used, adjust later)Ralph Amissah2010-12-161-2/+14
| | | | | | | | | | | | | | * object separator introduced (requested Cory Doctorow, implementation not discussed) * dal_syntax, object separator syntax (<:---> or <:ols>) * constants, object separator * vim syntax highlighting, match object separator * document objects: page break; object separator (introduced & used) * dal, page break and object separator objects * represent page break and object separator: plaintext, html, epub, odf, texpdf (adjust later)
* dal_syntax, sisu syntax modification (insist on curly braces)Ralph Amissah2010-12-131-0/+13
| | | | | | | | * enforce use of curly braces in markup, remove single word markup without curly braces (requested fix, Ben Armstrong (live-manual), problematic for technical writing) * also removed some undocumented alternative markup attributes
* sha256 (2.7.9)Ralph Amissah2010-12-091-4/+4
|
* changelog, cosmeticsisu_2.7.9Ralph Amissah2010-12-091-4/+4
|
* dal, markup syntax (fontface) multi-line match, for line-wrap textRalph Amissah2010-12-091-4/+8
|
* dal, multiline-match to permit line-wrap on bullet text (and headings)Ralph Amissah2010-12-081-1/+5
| | | | (requested fix, Ben Armstrong (live-manual))
* document manifest link (plaintext, odf)Ralph Amissah2010-12-071-3/+9
| | | | | | | * plaintext, link to "document manifest" fix(links to individual output types removed) * odf, manifest link fix * html, cosmetic touch
* html, link to "document manifest" & search form reviewed (testing required)Ralph Amissah2010-12-041-1/+1
|
* html, link to "document manifest" remains (individual output links removed)Ralph Amissah2010-12-031-1/+4
|
* texpdf: toc now contains level 3~ consistent with other output formatsRalph Amissah2010-11-291-0/+8
| | | | (requested fix, Ben Armstrong (live-manual))
* epub: ocn (object numbers) now link to themselvesRalph Amissah2010-11-291-0/+3
| | | | * jumps to top of viewer
* html & css: ocn (object numbers) now link to themselvesRalph Amissah2010-11-291-17/+21
| | | | | | | | * jumps to top of browser * provides link url (requested, Ben Armstrong (live-manual))
* texpdf, use of monospace in headings causes table of contents breakage, fixRalph Amissah2010-11-111-0/+11
| | | | (requested fix, Ben Armstrong)
* sha256 (2.7.8)Ralph Amissah2010-10-311-3/+3
|
* texpdf_format, i18n, set tex document header language (polyglossia)sisu_2.7.8Ralph Amissah2010-10-251-1/+7
| | | | | | | | | | | * i18n, introduce header @make: :language: internationalization using codes from http://www.debian.org/international/l10n/po/ at this time for texpdf, (able to satify needs of polyglossia for the likes of Brazilian Portugues) and in future for po files, where iso:639 for this purpose appears to have use limitations http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes * i18n, add code list and associated language (as listed by polyglossia) * texpdf_format, use param (@make: :language: (default english)), to set tex document language header (previously used file naming convention)
* i18n, introduce header @make: :language:Ralph Amissah2010-10-251-1/+8
| | | | | | | | * internationalization using codes from http://www.debian.org/international/l10n/po/ * param, extract @make: :language: information if provided, default "english" * sisu.vim recognize @make: :language: (also elsewhere shortened :lang_code: from :language_code:)
* html, quick ref links_guide configurable, booleanRalph Amissah2010-10-241-1/+6
| | | | | | * true/false (config.yml commented out, default false) (requested off option, Daniel Baumann)
* html segments, title banner (including "copy @" mark) configurable, booleanRalph Amissah2010-10-241-2/+9
| | | | | | * true/false (config.yml commented out, default false) (requested off option, Daniel Baumann)
* html, remove "copy @" markRalph Amissah2010-10-241-1/+4
| | | | (requested, Daniel Baumann)
* internal links, punctuation & parentheses issue, fixRalph Amissah2010-10-231-5/+5
| | | | | | | | | | * dal, exclude parentheses and square brackets from matching (requested fix, Ben Armstrong) * html, remove space between link & following punctuation, parentheses &/or square brackets (requested fix, Ben Armstrong) * epub, remove space between link & following punctuation, parentheses &/or square brackets
* epub, internal link: remove space between link & parentheses or square bracketsRalph Amissah2010-10-221-0/+1
|
* html, internal link: remove space between link & parentheses or square bracketsRalph Amissah2010-10-221-0/+1
|
* dal, internal link: exclude parentheses and square brackets from matchingRalph Amissah2010-10-221-5/+7
| | | | (requested fix, Ben Armstrong)
* epub, internal link: remove space between link & following punctuationRalph Amissah2010-10-211-1/+3
|
* html, internal link: remove space between link & following punctuationRalph Amissah2010-10-211-0/+3
| | | | (requested fix, Ben Armstrong)
* open v2.7.8Ralph Amissah2010-10-211-0/+8
|
* sha256 (2.7.7)Ralph Amissah2010-10-171-3/+3
|
* CHANGELOG update requested byRalph Amissah2010-10-171-3/+3
|
* texpdf, codeblocks do not permit empty lines, fixRalph Amissah2010-10-151-1/+3
|
* texpdf, bullet text, hanging indent, fixRalph Amissah2010-10-141-0/+4
| | | | | | (works for regular text (not grouped text) (requested fix, Ben Armstrong)
* codeblocks, numbered markup option, fixRalph Amissah2010-10-141-0/+8
| | | | | | | | | | | (requested fix needed by debian-live:live-manual, Ben Armstrong & Mark Schneider) * numbered codeblocks, , where codeblock opens with code{# * dal changes as required, flag markup request and number * constants, provide vertical line symbol, use to separate numbered codeblock from code * texpdf substitute \vline for numbered codeblock line separator
* documentation related minor updates and fixesRalph Amissah2010-10-141-2/+4
|
* texpdf, first space following a bullet should be fixed width, fixRalph Amissah2010-10-131-0/+8
| | | | (requested fix and suggested solution, Ben Armstrong)
* CHANGELOG v2, on requested changes & open 2.7.7Ralph Amissah2010-10-131-4/+11
|
* sha256 (2.7.6)Ralph Amissah2010-10-111-3/+3
|
* texpdf, codeblocks, code-line continuation backslash dropped, fixRalph Amissah2010-10-111-0/+3
| | | | (requested fix, Ben Armstrong)
* shared_metadata, odf, url characters to not matchRalph Amissah2010-10-111-0/+2
|
* sisu_convert, basic conversion script, preliminary fixRalph Amissah2010-10-111-0/+3
|
* CHANGELOG v2, recount where some requests came fromRalph Amissah2010-10-111-13/+18
| | | | * some of this information is already provided in debian/changelogs
* sha256 (2.7.5) also dateRalph Amissah2010-10-091-4/+4
|
* param, metadata rights, keep colon separator from interfering with urlsRalph Amissah2010-10-091-0/+2
| | | | (+changelog)
* odt fix cornercase breakage matching and representing "&nbsp", "&" and urlsRalph Amissah2010-10-091-0/+15
| | | | | | | | | | (+changelog) * odf, "&nbsp" and "&" (prior to this fix, odt for viral_spiral is broken in sisu-markup-samples) * shared_metadata, "&nbsp", "&" and urls in metadata more consistent open document text results