Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-05 | Org reader: add semicolon to list of special chars | Albert Krewinkel | 1 | -1/+1 | |
Semicolons are used as special characters in citations syntax. This ensures the correct parsing of Pandoc-style citations: [prefix; @key; suffix] Previously, parsing would have failed unless there was a space or other special character as the last <prefix> character. | |||||
2016-06-04 | Use pandoc-citeproc-0.10 in binary pkgs. | John MacFarlane | 3 | -3/+3 | |
2016-06-04 | Removed -rtsopts from library stanza. | John MacFarlane | 1 | -2/+2 | |
It has no effect, and Hackage wouldn't accept the package. | |||||
2016-06-04 | make_osx_package.sh: removed executable signing. | John MacFarlane | 1 | -3/+6 | |
We just sign the pkg now. For some reason we were getting "obsolete resource envelope" in signing executables. This seems to be documented here http://stackoverflow.com/questions/25152451/are-mac-app-store-code-sign-resource-envelopes-always-version-1 and seems to be an El Capitan regression. Until a solution is found, we'll just sign the pkg. | |||||
2016-06-04 | appveyor: use improved method for creating msi. | John MacFarlane | 1 | -2/+2 | |
2016-06-04 | Improved Windows installer (nkalvi, #2708, #2389). | John MacFarlane | 5 | -85/+299 | |
* Scope selection in the first screen. Since I couldn't detect if the user is 'real' admin user, default is still per user. * Scope is limited to per machine on servers. Though not perfect (couldn't detect `DisableMSI` policy), it should handle #2389 better. * For per machine, location can be changed by selecting Advanced. Localization: modified templates from WiX toolkit support localization very well. A short sample localization file for en-us is used. * Dialog elements are moved to their own files. | |||||
2016-06-04 | Fixed --local-bin-path in deb package script. | John MacFarlane | 1 | -1/+1 | |
2016-06-04 | Fixed osx packaging issues. | John MacFarlane | 2 | -3/+1 | |
2016-06-04 | osx build: use --local-bin-path. | John MacFarlane | 2 | -9/+10 | |
2016-06-04 | deb pkg: use --local-bin-path so we don't install to ~/.local. | John MacFarlane | 3 | -10/+10 | |
2016-06-04 | Updated man page. | John MacFarlane | 1 | -47/+66 | |
2016-06-04 | Updated date in README. | John MacFarlane | 1 | -1/+1 | |
2016-06-04 | Updated AUTHORS in README. | John MacFarlane | 1 | -0/+31 | |
2016-06-04 | Updated changelog. | John MacFarlane | 1 | -9/+13 | |
2016-06-04 | Travis: test with ghc 8.0.1, remove testing with ghc 7.4. | John MacFarlane | 2 | -4/+13 | |
2016-06-03 | Fixed windows/stack.yaml. | John MacFarlane | 1 | -2/+0 | |
Can't set flag on something not in extra-deps. | |||||
2016-06-03 | Use windows/stack.yaml for appveyor build. | John MacFarlane | 4 | -41/+10 | |
Use released pandoc-citeproc, not git. | |||||
2016-06-03 | appveyor.yml: diagnostics. | John MacFarlane | 1 | -0/+3 | |
2016-06-03 | appveyor.yml: Fix check for existing wixtoolset. | John MacFarlane | 1 | -1/+1 | |
2016-06-03 | Require latest highlighting-kate. | John MacFarlane | 1 | -3/+3 | |
2016-06-03 | appveyor improvements. | John MacFarlane | 1 | -7/+6 | |
- Create pandoc.msi as artifact. - Don't install wix unless we need to. | |||||
2016-06-03 | Windows build: create pandoc-citeproc on appveyor, so we can put in msi. | John MacFarlane | 2 | -7/+5 | |
Updated stackage resolver. | |||||
2016-06-03 | appveyor: Fixed spacing issue in VERSION setting. | John MacFarlane | 1 | -1/+1 | |
2016-06-03 | appveyor: another attempt to get version set! | John MacFarlane | 1 | -5/+6 | |
2016-06-03 | appveyor: another try at setting version. | John MacFarlane | 1 | -1/+3 | |
2016-06-03 | Updated changelog | John MacFarlane | 1 | -0/+9 | |
2016-06-03 | Merge pull request #2962 from tarleb/org-more-export-settings | John MacFarlane | 7 | -103/+175 | |
Org reader: support more export settings | |||||
2016-06-03 | Org reader: support special strings export option | Albert Krewinkel | 4 | -12/+36 | |
Parsing of special strings (like '...' as ellipsis or '--' as en dash) can be toggled using the `-` option. | |||||
2016-06-03 | Org reader: support emphasized text export option | Albert Krewinkel | 3 | -15/+28 | |
Parsing of emphasized text can be toggled using the `*` option. This influences parsing of text marked as emphasized, strong, strikeout, and underline. Parsing of inline math, code, and verbatim text is not affected by this option. | |||||
2016-06-03 | Org reader: support smart quotes export option | Albert Krewinkel | 4 | -12/+28 | |
Reading of smart quotes can be toggled using the `'` option. | |||||
2016-06-02 | appveyor: Fixed version detection. | John MacFarlane | 1 | -1/+1 | |
2016-06-02 | appveyor: cache wixbin directory. | John MacFarlane | 1 | -1/+2 | |
2016-06-02 | appveyor: maybe fixed escaping. | John MacFarlane | 1 | -3/+3 | |
2016-06-02 | Fixed YAML for appveyor.yml. | John MacFarlane | 1 | -2/+2 | |
2016-06-02 | appveyor: fixed set command. | John MacFarlane | 1 | -3/+3 | |
2016-06-02 | appveyor: put wix path in quotes. | John MacFarlane | 1 | -2/+2 | |
2016-06-02 | appveyor: another attempt to get wix paths right. | John MacFarlane | 1 | -3/+3 | |
2016-06-02 | appveyor.yml: try to get paths for candle and light right. | John MacFarlane | 1 | -1/+5 | |
2016-06-02 | appveyor: try to create msi as artifact. | John MacFarlane | 1 | -2/+9 | |
2016-06-02 | Updated changelog. | John MacFarlane | 1 | -191/+208 | |
2016-06-02 | Org reader: drop unused field from parser state | Albert Krewinkel | 2 | -18/+8 | |
The `OrgParserState` contained both an `orgStateMeta` and `orgStateMeta'` field, the former for plain meta information and the latter for F-monad wrapped meta info. The plain meta info is only used to make `OrgParserState` an instance of the `HasMeta` class, which in turn is never used in the reader. The (F Meta) version is hence renamed to the "un-primed" version while the other one is dropped. | |||||
2016-06-02 | Org reader: undo code duplication | Albert Krewinkel | 4 | -55/+84 | |
Some code was duplicated (copy-pasted) or placed in an inappropriate module during the modularization refactoring. Those functions are moved into a `Shared` module, as was originally intended but forgotten. Better documentation of the respective functions is a positive side-effect. | |||||
2016-05-31 | Merge pull request #2950 from tarleb/org-ref-support | John MacFarlane | 3 | -7/+107 | |
Org reader: support org-ref style citations | |||||
2016-05-31 | Merge pull request #2954 from tarleb/org-export-blocks | John MacFarlane | 3 | -121/+165 | |
Org export blocks | |||||
2016-05-31 | brazilian -> brazil for polyglossia. | John MacFarlane | 1 | -1/+3 | |
Closes #2953. | |||||
2016-05-29 | Org reader: support new syntax for export blocks | Albert Krewinkel | 2 | -1/+24 | |
Org-mode version 9 usees a new syntax for export blocks. Instead of `#+BEGIN_<FORMAT>`, where `<FORMAT>` is the format of the block's content, the new format uses `#+BEGIN_export <FORMAT>` instead. Both types are supported. | |||||
2016-05-29 | Org reader: refactor BEGIN…END block parsing | Albert Krewinkel | 1 | -111/+131 | |
- Reorder functions, grouping related functions together. - Demote simple functions to local functions if they are used just once. - Rename and document functions to increase code readability. - Fix handling of whitespace in blocks, allowing content to be indented less then the block header. | |||||
2016-05-29 | Org reader: rename `parseInlines` to `inlines` | Albert Krewinkel | 2 | -10/+11 | |
Having a function starting with `parse` in a parsing library is overly redundant. Let's use a nicer, shorter name more in line with the rest of the library. | |||||
2016-05-27 | Org reader: support org-ref style citations | Albert Krewinkel | 3 | -7/+107 | |
The *org-ref* package is an org-mode extension commonly used to manage citations in org documents. Basic support for the `cite:citeKey` and `[[cite:citeKey][prefix text::suffix text]]` syntax is added. | |||||
2016-05-25 | Merge pull request #2946 from tarleb/org-modularization | John MacFarlane | 7 | -1629/+1939 | |
Org-mode reader modularization |