summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* travis: Test with ghc 7.8.2 rather than 7.8.1.John MacFarlane2014-05-16
|
* Merge pull request #1306 from snoyberg/patch-1John MacFarlane2014-05-16
|\ | | | | Allow scientific 0.3
| * Allow scientific 0.3Michael Snoyman2014-05-16
|/
* Require highlighting-kate 0.5.8.1.John MacFarlane2014-05-15
| | | | 0.5.8 has a serious bug that causes error failure with ocaml and fsharp.
* EPUB writer: Fixed regression on cover image.John MacFarlane2014-05-15
| | | | | | | | | | In 1.12.4 and 1.12.4.2, the cover image would not appear properly, because the metadata id was not correct. This was introduced by the fix to #1254. Now we derive the id from the actual cover image filename, which we preserve rather than using "cover-image."
* Fixed 034cd4bb214a30de3739c756eab428d5fbe617cc.John MacFarlane2014-05-14
| | | | Preserve directory structure for pkg.
* Updated changelog.John MacFarlane2014-05-14
|
* Bump version to 1.12.4.2.John MacFarlane2014-05-14
|
* osx package: Include uninstall script in zip file.John MacFarlane2014-05-14
| | | | Don't put it in $PREFIX/bin as before.
* Merge pull request #1293 from tarleb/typoJohn MacFarlane2014-05-14
|\ | | | | Process: Fix minor typo in pipeProcess' docs
| * Process: Fix minor typo in pipeProcess' docsAlbert Krewinkel2014-05-11
| | | | | | | | Replace fullstop with comma, adjust capitalisation.
* | Merge pull request #1296 from DanStaal/masterJohn MacFarlane2014-05-14
|\ \ | | | | | | Code cleanup and debug.
| * | Code cleanup and debug.Daniel T. Staal2014-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various cleanups: - @pkg_info was never used. Removed. - Simplified getting the list of files slightly. - Used list form of system(). This prevents shell interpretation of command and arguments, preventing bugs. (And solves one.) - Changed $! (OS_ERROR) to $? (CHILD_ERROR) after system() calls to get the error from the external program. (Note that $? is the numeric return code from the child program.) - Allow script to continue after finding some of the files have been removed previously. - Convert 'warn "…"; exit 1;' to 'die "…";', the more common equivalent idiom. - Convert 'exit 0;' to 'exit;', to be more clear we are not exiting abnormally. Signed-off-by: Daniel T. Staal <DStaal@usa.net>
* | | Merge pull request #1297 from tarleb/citationsJohn MacFarlane2014-05-14
|\ \ \ | | | | | | | | Org reader: support Pandocs citation extension
| * | | Org reader: support Pandocs citation extensionAlbert Krewinkel2014-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Citations are defined via the "normal citation" syntax used in markdown, with the sole difference that newlines are not allowed between "[...]". This is for consistency, as org-mode generally disallows newlines between square brackets. The extension is turned on by default and can be turned off via the default syntax-extension mechanism, i.e. by specifying "org-citation" as the input format. Move `citeKey` from Readers.Markdown into Parsing The function can be used by other readers, so it is made accessible for all parsers.
| * | | Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel2014-05-14
| | | | | | | | | | | | | | | | | | | | The function can be used by other readers, so it is made accessible for all parsers.
| * | | Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel2014-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both `ParserState` and `OrgParserState` keep track of the parser position at which the last string ended. This patch introduces a new class `HasLastStrPosition` and makes the above types instances of that class. This enables the generalization of functions updating the state or checking if one is right after a string.
* | | | make_osx_package.sh: Use linker options to ensure OSX 10.6+ compatibility.John MacFarlane2014-05-13
| |/ / |/| |
* | | Moved make_osx_package.sh back to root.John MacFarlane2014-05-12
| | |
* | | Updated changelog.John MacFarlane2014-05-12
| | |
* | | Moved osx package stuff to osx directory; added uninstall script.John MacFarlane2014-05-12
| | | | | | | | | | | | | | | Thanks to Daniel T. Staal for an uninstall script from which this one is modified.
* | | Updated changelog.John MacFarlane2014-05-12
| | |
* | | LaTeX reader: Support `\addbibresource`.John MacFarlane2014-05-12
| | |
* | | Shared addMetaField: if old and new values both lists, concatenate.John MacFarlane2014-05-12
| | |
* | | Added default.icml to data-files so it installs with the package.John MacFarlane2014-05-12
| | |
* | | Version bump to 1.12.4.1.John MacFarlane2014-05-12
| | |
* | | Updated changelog.John MacFarlane2014-05-12
| | |
* | | Require highlighting-kate >= 0.5.8.John MacFarlane2014-05-12
|/ / | | | | | | This fixes a performance regression.
* / LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd.John MacFarlane2014-05-11
|/
* LaTeX reader: Don't error on "%foo" with no newline.John MacFarlane2014-05-10
|
* Merge pull request #1290 from tarleb/fix-header-paramsJohn MacFarlane2014-05-10
|\ | | | | Org reader: Fix block parameter reader, relax constraints
| * Org reader: Fix block parameter reader, relax constraintsAlbert Krewinkel2014-05-10
|/ | | | | | | | | The reader produced wrong results for block containing non-letter chars in their parameter arguments. This patch relaxes constraints in that it allows block header arguments to contain any non-space character (except for ']' for inline blocks). Thanks to Xiao Hanyu for noticing this.
* Merge pull request #1288 from tarleb/update-copyrightJohn MacFarlane2014-05-09
|\ | | | | Update copyright notices for 2014, add missing notices
| * Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
| |
* | Merge pull request #1289 from tarleb/code-block-headersJohn MacFarlane2014-05-09
|\ \ | |/ |/| Org reader: Support code block headers, fix reading of block content
| * Org reader: Fix parsing of blank lines within blocksAlbert Krewinkel2014-05-09
| | | | | | | | | | Blank lines were parsed as two newlines instead of just one. Thanks to Xiao Hanyu (@xiaohanyu) for pointing this out.
| * Org reader: Support arguments for code blocksAlbert Krewinkel2014-05-09
| | | | | | | | | | | | | | | | | | | | The general form of source block headers (`#+BEGIN_SRC <language> <switches> <header arguments>`) was not recognized by the reader. This patch adds support for the above form, adds header arguments to the block's key-value pairs and marks the block as a rundoc block if header arguments are present. This closes #1286.
| * Org reader: refactor #+BEGIN..#+END block parsing codeAlbert Krewinkel2014-05-09
|/
* OSX package script: cabal init before update.John MacFarlane2014-05-07
|
* Bumped version bound for mtl.John MacFarlane2014-05-07
|
* Require latest texmath.John MacFarlane2014-05-07
|
* Require latest highlighting-kate.John MacFarlane2014-05-07
|
* Small improvement to textile reader fix. Removed 'try'.mpickering2014-05-07
|
* Fix textile reader hanging.mpickering2014-05-07
| | | | | | | | Textile reader hung on pandoc -f textile http://johnmacfarlane.net/pandoc/demo/example25.textile The reader no longer hangs.
* README: Updated Authors.John MacFarlane2014-05-07
|
* Textile reader: Rearranged inline parsers for performance.John MacFarlane2014-05-06
| | | | | This is possible because of the rewrite of simpleInline. Also removed a redundant parser for grouped inlines.
* Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane2014-05-06
| | | | This way we only look once for the opening `[`.
* Textile reader: Disallow blank lines in inline contexts.John MacFarlane2014-05-06
| | | | | | | | @hi there@ should not be a single code span.
* Make `--trace` work with textile reader.John MacFarlane2014-05-06
|
* Textile reader: Rewrote some inline parsing code for clarity.John MacFarlane2014-05-06
| | | | | | (It seems clearer to put the whitespace parsing in the grouped parser. This also uses stateLastStrPos to determine when the border is adjacent to an alphanumeric.)